Documentation ¶
Overview ¶
Package iotwireless provides the API client, operations, and parameter types for AWS IoT Wireless.
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN) communication protocol to communicate with AWS IoT. Using the API, you can perform create, read, update, and delete operations for your wireless devices, gateways, destinations, and profiles. After onboarding your devices, you can use the API operations to set log levels and monitor your devices with CloudWatch. You can also use the API operations to create multicast groups and schedule a multicast session for sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware of individual devices or an entire group of devices in a multicast group.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- type AssociateAwsAccountWithPartnerAccountInput
- type AssociateAwsAccountWithPartnerAccountOutput
- type AssociateMulticastGroupWithFuotaTaskInput
- type AssociateMulticastGroupWithFuotaTaskOutput
- type AssociateWirelessDeviceWithFuotaTaskInput
- type AssociateWirelessDeviceWithFuotaTaskOutput
- type AssociateWirelessDeviceWithMulticastGroupInput
- type AssociateWirelessDeviceWithMulticastGroupOutput
- type AssociateWirelessDeviceWithThingInput
- type AssociateWirelessDeviceWithThingOutput
- type AssociateWirelessGatewayWithCertificateInput
- type AssociateWirelessGatewayWithCertificateOutput
- type AssociateWirelessGatewayWithThingInput
- type AssociateWirelessGatewayWithThingOutput
- type CancelMulticastGroupSessionInput
- type CancelMulticastGroupSessionOutput
- type Client
- func (c *Client) AssociateAwsAccountWithPartnerAccount(ctx context.Context, params *AssociateAwsAccountWithPartnerAccountInput, ...) (*AssociateAwsAccountWithPartnerAccountOutput, error)
- func (c *Client) AssociateMulticastGroupWithFuotaTask(ctx context.Context, params *AssociateMulticastGroupWithFuotaTaskInput, ...) (*AssociateMulticastGroupWithFuotaTaskOutput, error)
- func (c *Client) AssociateWirelessDeviceWithFuotaTask(ctx context.Context, params *AssociateWirelessDeviceWithFuotaTaskInput, ...) (*AssociateWirelessDeviceWithFuotaTaskOutput, error)
- func (c *Client) AssociateWirelessDeviceWithMulticastGroup(ctx context.Context, params *AssociateWirelessDeviceWithMulticastGroupInput, ...) (*AssociateWirelessDeviceWithMulticastGroupOutput, error)
- func (c *Client) AssociateWirelessDeviceWithThing(ctx context.Context, params *AssociateWirelessDeviceWithThingInput, ...) (*AssociateWirelessDeviceWithThingOutput, error)
- func (c *Client) AssociateWirelessGatewayWithCertificate(ctx context.Context, params *AssociateWirelessGatewayWithCertificateInput, ...) (*AssociateWirelessGatewayWithCertificateOutput, error)
- func (c *Client) AssociateWirelessGatewayWithThing(ctx context.Context, params *AssociateWirelessGatewayWithThingInput, ...) (*AssociateWirelessGatewayWithThingOutput, error)
- func (c *Client) CancelMulticastGroupSession(ctx context.Context, params *CancelMulticastGroupSessionInput, ...) (*CancelMulticastGroupSessionOutput, error)
- func (c *Client) CreateDestination(ctx context.Context, params *CreateDestinationInput, optFns ...func(*Options)) (*CreateDestinationOutput, error)
- func (c *Client) CreateDeviceProfile(ctx context.Context, params *CreateDeviceProfileInput, ...) (*CreateDeviceProfileOutput, error)
- func (c *Client) CreateFuotaTask(ctx context.Context, params *CreateFuotaTaskInput, optFns ...func(*Options)) (*CreateFuotaTaskOutput, error)
- func (c *Client) CreateMulticastGroup(ctx context.Context, params *CreateMulticastGroupInput, ...) (*CreateMulticastGroupOutput, error)
- func (c *Client) CreateNetworkAnalyzerConfiguration(ctx context.Context, params *CreateNetworkAnalyzerConfigurationInput, ...) (*CreateNetworkAnalyzerConfigurationOutput, error)
- func (c *Client) CreateServiceProfile(ctx context.Context, params *CreateServiceProfileInput, ...) (*CreateServiceProfileOutput, error)
- func (c *Client) CreateWirelessDevice(ctx context.Context, params *CreateWirelessDeviceInput, ...) (*CreateWirelessDeviceOutput, error)
- func (c *Client) CreateWirelessGateway(ctx context.Context, params *CreateWirelessGatewayInput, ...) (*CreateWirelessGatewayOutput, error)
- func (c *Client) CreateWirelessGatewayTask(ctx context.Context, params *CreateWirelessGatewayTaskInput, ...) (*CreateWirelessGatewayTaskOutput, error)
- func (c *Client) CreateWirelessGatewayTaskDefinition(ctx context.Context, params *CreateWirelessGatewayTaskDefinitionInput, ...) (*CreateWirelessGatewayTaskDefinitionOutput, error)
- func (c *Client) DeleteDestination(ctx context.Context, params *DeleteDestinationInput, optFns ...func(*Options)) (*DeleteDestinationOutput, error)
- func (c *Client) DeleteDeviceProfile(ctx context.Context, params *DeleteDeviceProfileInput, ...) (*DeleteDeviceProfileOutput, error)
- func (c *Client) DeleteFuotaTask(ctx context.Context, params *DeleteFuotaTaskInput, optFns ...func(*Options)) (*DeleteFuotaTaskOutput, error)
- func (c *Client) DeleteMulticastGroup(ctx context.Context, params *DeleteMulticastGroupInput, ...) (*DeleteMulticastGroupOutput, error)
- func (c *Client) DeleteNetworkAnalyzerConfiguration(ctx context.Context, params *DeleteNetworkAnalyzerConfigurationInput, ...) (*DeleteNetworkAnalyzerConfigurationOutput, error)
- func (c *Client) DeleteQueuedMessages(ctx context.Context, params *DeleteQueuedMessagesInput, ...) (*DeleteQueuedMessagesOutput, error)
- func (c *Client) DeleteServiceProfile(ctx context.Context, params *DeleteServiceProfileInput, ...) (*DeleteServiceProfileOutput, error)
- func (c *Client) DeleteWirelessDevice(ctx context.Context, params *DeleteWirelessDeviceInput, ...) (*DeleteWirelessDeviceOutput, error)
- func (c *Client) DeleteWirelessGateway(ctx context.Context, params *DeleteWirelessGatewayInput, ...) (*DeleteWirelessGatewayOutput, error)
- func (c *Client) DeleteWirelessGatewayTask(ctx context.Context, params *DeleteWirelessGatewayTaskInput, ...) (*DeleteWirelessGatewayTaskOutput, error)
- func (c *Client) DeleteWirelessGatewayTaskDefinition(ctx context.Context, params *DeleteWirelessGatewayTaskDefinitionInput, ...) (*DeleteWirelessGatewayTaskDefinitionOutput, error)
- func (c *Client) DisassociateAwsAccountFromPartnerAccount(ctx context.Context, params *DisassociateAwsAccountFromPartnerAccountInput, ...) (*DisassociateAwsAccountFromPartnerAccountOutput, error)
- func (c *Client) DisassociateMulticastGroupFromFuotaTask(ctx context.Context, params *DisassociateMulticastGroupFromFuotaTaskInput, ...) (*DisassociateMulticastGroupFromFuotaTaskOutput, error)
- func (c *Client) DisassociateWirelessDeviceFromFuotaTask(ctx context.Context, params *DisassociateWirelessDeviceFromFuotaTaskInput, ...) (*DisassociateWirelessDeviceFromFuotaTaskOutput, error)
- func (c *Client) DisassociateWirelessDeviceFromMulticastGroup(ctx context.Context, params *DisassociateWirelessDeviceFromMulticastGroupInput, ...) (*DisassociateWirelessDeviceFromMulticastGroupOutput, error)
- func (c *Client) DisassociateWirelessDeviceFromThing(ctx context.Context, params *DisassociateWirelessDeviceFromThingInput, ...) (*DisassociateWirelessDeviceFromThingOutput, error)
- func (c *Client) DisassociateWirelessGatewayFromCertificate(ctx context.Context, params *DisassociateWirelessGatewayFromCertificateInput, ...) (*DisassociateWirelessGatewayFromCertificateOutput, error)
- func (c *Client) DisassociateWirelessGatewayFromThing(ctx context.Context, params *DisassociateWirelessGatewayFromThingInput, ...) (*DisassociateWirelessGatewayFromThingOutput, error)
- func (c *Client) GetDestination(ctx context.Context, params *GetDestinationInput, optFns ...func(*Options)) (*GetDestinationOutput, error)
- func (c *Client) GetDeviceProfile(ctx context.Context, params *GetDeviceProfileInput, optFns ...func(*Options)) (*GetDeviceProfileOutput, error)
- func (c *Client) GetEventConfigurationByResourceTypes(ctx context.Context, params *GetEventConfigurationByResourceTypesInput, ...) (*GetEventConfigurationByResourceTypesOutput, error)
- func (c *Client) GetFuotaTask(ctx context.Context, params *GetFuotaTaskInput, optFns ...func(*Options)) (*GetFuotaTaskOutput, error)
- func (c *Client) GetLogLevelsByResourceTypes(ctx context.Context, params *GetLogLevelsByResourceTypesInput, ...) (*GetLogLevelsByResourceTypesOutput, error)
- func (c *Client) GetMulticastGroup(ctx context.Context, params *GetMulticastGroupInput, optFns ...func(*Options)) (*GetMulticastGroupOutput, error)
- func (c *Client) GetMulticastGroupSession(ctx context.Context, params *GetMulticastGroupSessionInput, ...) (*GetMulticastGroupSessionOutput, error)
- func (c *Client) GetNetworkAnalyzerConfiguration(ctx context.Context, params *GetNetworkAnalyzerConfigurationInput, ...) (*GetNetworkAnalyzerConfigurationOutput, error)
- func (c *Client) GetPartnerAccount(ctx context.Context, params *GetPartnerAccountInput, optFns ...func(*Options)) (*GetPartnerAccountOutput, error)
- func (c *Client) GetResourceEventConfiguration(ctx context.Context, params *GetResourceEventConfigurationInput, ...) (*GetResourceEventConfigurationOutput, error)
- func (c *Client) GetResourceLogLevel(ctx context.Context, params *GetResourceLogLevelInput, ...) (*GetResourceLogLevelOutput, error)
- func (c *Client) GetServiceEndpoint(ctx context.Context, params *GetServiceEndpointInput, optFns ...func(*Options)) (*GetServiceEndpointOutput, error)
- func (c *Client) GetServiceProfile(ctx context.Context, params *GetServiceProfileInput, optFns ...func(*Options)) (*GetServiceProfileOutput, error)
- func (c *Client) GetWirelessDevice(ctx context.Context, params *GetWirelessDeviceInput, optFns ...func(*Options)) (*GetWirelessDeviceOutput, error)
- func (c *Client) GetWirelessDeviceStatistics(ctx context.Context, params *GetWirelessDeviceStatisticsInput, ...) (*GetWirelessDeviceStatisticsOutput, error)
- func (c *Client) GetWirelessGateway(ctx context.Context, params *GetWirelessGatewayInput, optFns ...func(*Options)) (*GetWirelessGatewayOutput, error)
- func (c *Client) GetWirelessGatewayCertificate(ctx context.Context, params *GetWirelessGatewayCertificateInput, ...) (*GetWirelessGatewayCertificateOutput, error)
- func (c *Client) GetWirelessGatewayFirmwareInformation(ctx context.Context, params *GetWirelessGatewayFirmwareInformationInput, ...) (*GetWirelessGatewayFirmwareInformationOutput, error)
- func (c *Client) GetWirelessGatewayStatistics(ctx context.Context, params *GetWirelessGatewayStatisticsInput, ...) (*GetWirelessGatewayStatisticsOutput, error)
- func (c *Client) GetWirelessGatewayTask(ctx context.Context, params *GetWirelessGatewayTaskInput, ...) (*GetWirelessGatewayTaskOutput, error)
- func (c *Client) GetWirelessGatewayTaskDefinition(ctx context.Context, params *GetWirelessGatewayTaskDefinitionInput, ...) (*GetWirelessGatewayTaskDefinitionOutput, error)
- func (c *Client) ListDestinations(ctx context.Context, params *ListDestinationsInput, optFns ...func(*Options)) (*ListDestinationsOutput, error)
- func (c *Client) ListDeviceProfiles(ctx context.Context, params *ListDeviceProfilesInput, optFns ...func(*Options)) (*ListDeviceProfilesOutput, error)
- func (c *Client) ListEventConfigurations(ctx context.Context, params *ListEventConfigurationsInput, ...) (*ListEventConfigurationsOutput, error)
- func (c *Client) ListFuotaTasks(ctx context.Context, params *ListFuotaTasksInput, optFns ...func(*Options)) (*ListFuotaTasksOutput, error)
- func (c *Client) ListMulticastGroups(ctx context.Context, params *ListMulticastGroupsInput, ...) (*ListMulticastGroupsOutput, error)
- func (c *Client) ListMulticastGroupsByFuotaTask(ctx context.Context, params *ListMulticastGroupsByFuotaTaskInput, ...) (*ListMulticastGroupsByFuotaTaskOutput, error)
- func (c *Client) ListNetworkAnalyzerConfigurations(ctx context.Context, params *ListNetworkAnalyzerConfigurationsInput, ...) (*ListNetworkAnalyzerConfigurationsOutput, error)
- func (c *Client) ListPartnerAccounts(ctx context.Context, params *ListPartnerAccountsInput, ...) (*ListPartnerAccountsOutput, error)
- func (c *Client) ListQueuedMessages(ctx context.Context, params *ListQueuedMessagesInput, optFns ...func(*Options)) (*ListQueuedMessagesOutput, error)
- func (c *Client) ListServiceProfiles(ctx context.Context, params *ListServiceProfilesInput, ...) (*ListServiceProfilesOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *Client) ListWirelessDevices(ctx context.Context, params *ListWirelessDevicesInput, ...) (*ListWirelessDevicesOutput, error)
- func (c *Client) ListWirelessGatewayTaskDefinitions(ctx context.Context, params *ListWirelessGatewayTaskDefinitionsInput, ...) (*ListWirelessGatewayTaskDefinitionsOutput, error)
- func (c *Client) ListWirelessGateways(ctx context.Context, params *ListWirelessGatewaysInput, ...) (*ListWirelessGatewaysOutput, error)
- func (c *Client) PutResourceLogLevel(ctx context.Context, params *PutResourceLogLevelInput, ...) (*PutResourceLogLevelOutput, error)
- func (c *Client) ResetAllResourceLogLevels(ctx context.Context, params *ResetAllResourceLogLevelsInput, ...) (*ResetAllResourceLogLevelsOutput, error)
- func (c *Client) ResetResourceLogLevel(ctx context.Context, params *ResetResourceLogLevelInput, ...) (*ResetResourceLogLevelOutput, error)
- func (c *Client) SendDataToMulticastGroup(ctx context.Context, params *SendDataToMulticastGroupInput, ...) (*SendDataToMulticastGroupOutput, error)
- func (c *Client) SendDataToWirelessDevice(ctx context.Context, params *SendDataToWirelessDeviceInput, ...) (*SendDataToWirelessDeviceOutput, error)
- func (c *Client) StartBulkAssociateWirelessDeviceWithMulticastGroup(ctx context.Context, ...) (*StartBulkAssociateWirelessDeviceWithMulticastGroupOutput, error)
- func (c *Client) StartBulkDisassociateWirelessDeviceFromMulticastGroup(ctx context.Context, ...) (*StartBulkDisassociateWirelessDeviceFromMulticastGroupOutput, error)
- func (c *Client) StartFuotaTask(ctx context.Context, params *StartFuotaTaskInput, optFns ...func(*Options)) (*StartFuotaTaskOutput, error)
- func (c *Client) StartMulticastGroupSession(ctx context.Context, params *StartMulticastGroupSessionInput, ...) (*StartMulticastGroupSessionOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) TestWirelessDevice(ctx context.Context, params *TestWirelessDeviceInput, optFns ...func(*Options)) (*TestWirelessDeviceOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateDestination(ctx context.Context, params *UpdateDestinationInput, optFns ...func(*Options)) (*UpdateDestinationOutput, error)
- func (c *Client) UpdateEventConfigurationByResourceTypes(ctx context.Context, params *UpdateEventConfigurationByResourceTypesInput, ...) (*UpdateEventConfigurationByResourceTypesOutput, error)
- func (c *Client) UpdateFuotaTask(ctx context.Context, params *UpdateFuotaTaskInput, optFns ...func(*Options)) (*UpdateFuotaTaskOutput, error)
- func (c *Client) UpdateLogLevelsByResourceTypes(ctx context.Context, params *UpdateLogLevelsByResourceTypesInput, ...) (*UpdateLogLevelsByResourceTypesOutput, error)
- func (c *Client) UpdateMulticastGroup(ctx context.Context, params *UpdateMulticastGroupInput, ...) (*UpdateMulticastGroupOutput, error)
- func (c *Client) UpdateNetworkAnalyzerConfiguration(ctx context.Context, params *UpdateNetworkAnalyzerConfigurationInput, ...) (*UpdateNetworkAnalyzerConfigurationOutput, error)
- func (c *Client) UpdatePartnerAccount(ctx context.Context, params *UpdatePartnerAccountInput, ...) (*UpdatePartnerAccountOutput, error)
- func (c *Client) UpdateResourceEventConfiguration(ctx context.Context, params *UpdateResourceEventConfigurationInput, ...) (*UpdateResourceEventConfigurationOutput, error)
- func (c *Client) UpdateWirelessDevice(ctx context.Context, params *UpdateWirelessDeviceInput, ...) (*UpdateWirelessDeviceOutput, error)
- func (c *Client) UpdateWirelessGateway(ctx context.Context, params *UpdateWirelessGatewayInput, ...) (*UpdateWirelessGatewayOutput, error)
- type CreateDestinationInput
- type CreateDestinationOutput
- type CreateDeviceProfileInput
- type CreateDeviceProfileOutput
- type CreateFuotaTaskInput
- type CreateFuotaTaskOutput
- type CreateMulticastGroupInput
- type CreateMulticastGroupOutput
- type CreateNetworkAnalyzerConfigurationInput
- type CreateNetworkAnalyzerConfigurationOutput
- type CreateServiceProfileInput
- type CreateServiceProfileOutput
- type CreateWirelessDeviceInput
- type CreateWirelessDeviceOutput
- type CreateWirelessGatewayInput
- type CreateWirelessGatewayOutput
- type CreateWirelessGatewayTaskDefinitionInput
- type CreateWirelessGatewayTaskDefinitionOutput
- type CreateWirelessGatewayTaskInput
- type CreateWirelessGatewayTaskOutput
- type DeleteDestinationInput
- type DeleteDestinationOutput
- type DeleteDeviceProfileInput
- type DeleteDeviceProfileOutput
- type DeleteFuotaTaskInput
- type DeleteFuotaTaskOutput
- type DeleteMulticastGroupInput
- type DeleteMulticastGroupOutput
- type DeleteNetworkAnalyzerConfigurationInput
- type DeleteNetworkAnalyzerConfigurationOutput
- type DeleteQueuedMessagesInput
- type DeleteQueuedMessagesOutput
- type DeleteServiceProfileInput
- type DeleteServiceProfileOutput
- type DeleteWirelessDeviceInput
- type DeleteWirelessDeviceOutput
- type DeleteWirelessGatewayInput
- type DeleteWirelessGatewayOutput
- type DeleteWirelessGatewayTaskDefinitionInput
- type DeleteWirelessGatewayTaskDefinitionOutput
- type DeleteWirelessGatewayTaskInput
- type DeleteWirelessGatewayTaskOutput
- type DisassociateAwsAccountFromPartnerAccountInput
- type DisassociateAwsAccountFromPartnerAccountOutput
- type DisassociateMulticastGroupFromFuotaTaskInput
- type DisassociateMulticastGroupFromFuotaTaskOutput
- type DisassociateWirelessDeviceFromFuotaTaskInput
- type DisassociateWirelessDeviceFromFuotaTaskOutput
- type DisassociateWirelessDeviceFromMulticastGroupInput
- type DisassociateWirelessDeviceFromMulticastGroupOutput
- type DisassociateWirelessDeviceFromThingInput
- type DisassociateWirelessDeviceFromThingOutput
- type DisassociateWirelessGatewayFromCertificateInput
- type DisassociateWirelessGatewayFromCertificateOutput
- type DisassociateWirelessGatewayFromThingInput
- type DisassociateWirelessGatewayFromThingOutput
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type GetDestinationInput
- type GetDestinationOutput
- type GetDeviceProfileInput
- type GetDeviceProfileOutput
- type GetEventConfigurationByResourceTypesInput
- type GetEventConfigurationByResourceTypesOutput
- type GetFuotaTaskInput
- type GetFuotaTaskOutput
- type GetLogLevelsByResourceTypesInput
- type GetLogLevelsByResourceTypesOutput
- type GetMulticastGroupInput
- type GetMulticastGroupOutput
- type GetMulticastGroupSessionInput
- type GetMulticastGroupSessionOutput
- type GetNetworkAnalyzerConfigurationInput
- type GetNetworkAnalyzerConfigurationOutput
- type GetPartnerAccountInput
- type GetPartnerAccountOutput
- type GetResourceEventConfigurationInput
- type GetResourceEventConfigurationOutput
- type GetResourceLogLevelInput
- type GetResourceLogLevelOutput
- type GetServiceEndpointInput
- type GetServiceEndpointOutput
- type GetServiceProfileInput
- type GetServiceProfileOutput
- type GetWirelessDeviceInput
- type GetWirelessDeviceOutput
- type GetWirelessDeviceStatisticsInput
- type GetWirelessDeviceStatisticsOutput
- type GetWirelessGatewayCertificateInput
- type GetWirelessGatewayCertificateOutput
- type GetWirelessGatewayFirmwareInformationInput
- type GetWirelessGatewayFirmwareInformationOutput
- type GetWirelessGatewayInput
- type GetWirelessGatewayOutput
- type GetWirelessGatewayStatisticsInput
- type GetWirelessGatewayStatisticsOutput
- type GetWirelessGatewayTaskDefinitionInput
- type GetWirelessGatewayTaskDefinitionOutput
- type GetWirelessGatewayTaskInput
- type GetWirelessGatewayTaskOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListDestinationsAPIClient
- type ListDestinationsInput
- type ListDestinationsOutput
- type ListDestinationsPaginator
- type ListDestinationsPaginatorOptions
- type ListDeviceProfilesAPIClient
- type ListDeviceProfilesInput
- type ListDeviceProfilesOutput
- type ListDeviceProfilesPaginator
- type ListDeviceProfilesPaginatorOptions
- type ListEventConfigurationsInput
- type ListEventConfigurationsOutput
- type ListFuotaTasksAPIClient
- type ListFuotaTasksInput
- type ListFuotaTasksOutput
- type ListFuotaTasksPaginator
- type ListFuotaTasksPaginatorOptions
- type ListMulticastGroupsAPIClient
- type ListMulticastGroupsByFuotaTaskAPIClient
- type ListMulticastGroupsByFuotaTaskInput
- type ListMulticastGroupsByFuotaTaskOutput
- type ListMulticastGroupsByFuotaTaskPaginator
- type ListMulticastGroupsByFuotaTaskPaginatorOptions
- type ListMulticastGroupsInput
- type ListMulticastGroupsOutput
- type ListMulticastGroupsPaginator
- type ListMulticastGroupsPaginatorOptions
- type ListNetworkAnalyzerConfigurationsAPIClient
- type ListNetworkAnalyzerConfigurationsInput
- type ListNetworkAnalyzerConfigurationsOutput
- type ListNetworkAnalyzerConfigurationsPaginator
- type ListNetworkAnalyzerConfigurationsPaginatorOptions
- type ListPartnerAccountsInput
- type ListPartnerAccountsOutput
- type ListQueuedMessagesAPIClient
- type ListQueuedMessagesInput
- type ListQueuedMessagesOutput
- type ListQueuedMessagesPaginator
- type ListQueuedMessagesPaginatorOptions
- type ListServiceProfilesAPIClient
- type ListServiceProfilesInput
- type ListServiceProfilesOutput
- type ListServiceProfilesPaginator
- type ListServiceProfilesPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListWirelessDevicesAPIClient
- type ListWirelessDevicesInput
- type ListWirelessDevicesOutput
- type ListWirelessDevicesPaginator
- type ListWirelessDevicesPaginatorOptions
- type ListWirelessGatewayTaskDefinitionsInput
- type ListWirelessGatewayTaskDefinitionsOutput
- type ListWirelessGatewaysAPIClient
- type ListWirelessGatewaysInput
- type ListWirelessGatewaysOutput
- type ListWirelessGatewaysPaginator
- type ListWirelessGatewaysPaginatorOptions
- type Options
- type PutResourceLogLevelInput
- type PutResourceLogLevelOutput
- type ResetAllResourceLogLevelsInput
- type ResetAllResourceLogLevelsOutput
- type ResetResourceLogLevelInput
- type ResetResourceLogLevelOutput
- type ResolveEndpoint
- type SendDataToMulticastGroupInput
- type SendDataToMulticastGroupOutput
- type SendDataToWirelessDeviceInput
- type SendDataToWirelessDeviceOutput
- type StartBulkAssociateWirelessDeviceWithMulticastGroupInput
- type StartBulkAssociateWirelessDeviceWithMulticastGroupOutput
- type StartBulkDisassociateWirelessDeviceFromMulticastGroupInput
- type StartBulkDisassociateWirelessDeviceFromMulticastGroupOutput
- type StartFuotaTaskInput
- type StartFuotaTaskOutput
- type StartMulticastGroupSessionInput
- type StartMulticastGroupSessionOutput
- type TagResourceInput
- type TagResourceOutput
- type TestWirelessDeviceInput
- type TestWirelessDeviceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateDestinationInput
- type UpdateDestinationOutput
- type UpdateEventConfigurationByResourceTypesInput
- type UpdateEventConfigurationByResourceTypesOutput
- type UpdateFuotaTaskInput
- type UpdateFuotaTaskOutput
- type UpdateLogLevelsByResourceTypesInput
- type UpdateLogLevelsByResourceTypesOutput
- type UpdateMulticastGroupInput
- type UpdateMulticastGroupOutput
- type UpdateNetworkAnalyzerConfigurationInput
- type UpdateNetworkAnalyzerConfigurationOutput
- type UpdatePartnerAccountInput
- type UpdatePartnerAccountOutput
- type UpdateResourceEventConfigurationInput
- type UpdateResourceEventConfigurationOutput
- type UpdateWirelessDeviceInput
- type UpdateWirelessDeviceOutput
- type UpdateWirelessGatewayInput
- type UpdateWirelessGatewayOutput
Constants ¶
const ServiceAPIVersion = "2020-11-22"
const ServiceID = "IoT Wireless"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶ added in v1.0.0
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver ¶
func WithEndpointResolver(v EndpointResolver) func(*Options)
WithEndpointResolver returns a functional option for setting the Client's EndpointResolver option.
Types ¶
type AssociateAwsAccountWithPartnerAccountInput ¶
type AssociateAwsAccountWithPartnerAccountInput struct { // The Sidewalk account credentials. // // This member is required. Sidewalk *types.SidewalkAccountInfo // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The tags to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type AssociateAwsAccountWithPartnerAccountOutput ¶
type AssociateAwsAccountWithPartnerAccountOutput struct { // The Amazon Resource Name of the resource. Arn *string // The Sidewalk account credentials. Sidewalk *types.SidewalkAccountInfo // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateMulticastGroupWithFuotaTaskInput ¶ added in v1.12.0
type AssociateMulticastGroupWithFuotaTaskOutput ¶ added in v1.12.0
type AssociateMulticastGroupWithFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWirelessDeviceWithFuotaTaskInput ¶ added in v1.12.0
type AssociateWirelessDeviceWithFuotaTaskOutput ¶ added in v1.12.0
type AssociateWirelessDeviceWithFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWirelessDeviceWithMulticastGroupInput ¶ added in v1.12.0
type AssociateWirelessDeviceWithMulticastGroupOutput ¶ added in v1.12.0
type AssociateWirelessDeviceWithMulticastGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWirelessDeviceWithThingOutput ¶
type AssociateWirelessDeviceWithThingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWirelessGatewayWithCertificateInput ¶
type AssociateWirelessGatewayWithCertificateInput struct { // The ID of the resource to update. // // This member is required. Id *string // The ID of the certificate to associate with the wireless gateway. // // This member is required. IotCertificateId *string // contains filtered or unexported fields }
type AssociateWirelessGatewayWithCertificateOutput ¶
type AssociateWirelessGatewayWithCertificateOutput struct { // The ID of the certificate associated with the wireless gateway. IotCertificateId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AssociateWirelessGatewayWithThingOutput ¶
type AssociateWirelessGatewayWithThingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CancelMulticastGroupSessionInput ¶ added in v1.12.0
type CancelMulticastGroupSessionInput struct { // The ID of the multicast group. // // This member is required. Id *string // contains filtered or unexported fields }
type CancelMulticastGroupSessionOutput ¶ added in v1.12.0
type CancelMulticastGroupSessionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for AWS IoT Wireless.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AssociateAwsAccountWithPartnerAccount ¶
func (c *Client) AssociateAwsAccountWithPartnerAccount(ctx context.Context, params *AssociateAwsAccountWithPartnerAccountInput, optFns ...func(*Options)) (*AssociateAwsAccountWithPartnerAccountOutput, error)
Associates a partner account with your AWS account.
func (*Client) AssociateMulticastGroupWithFuotaTask ¶ added in v1.12.0
func (c *Client) AssociateMulticastGroupWithFuotaTask(ctx context.Context, params *AssociateMulticastGroupWithFuotaTaskInput, optFns ...func(*Options)) (*AssociateMulticastGroupWithFuotaTaskOutput, error)
Associate a multicast group with a FUOTA task.
func (*Client) AssociateWirelessDeviceWithFuotaTask ¶ added in v1.12.0
func (c *Client) AssociateWirelessDeviceWithFuotaTask(ctx context.Context, params *AssociateWirelessDeviceWithFuotaTaskInput, optFns ...func(*Options)) (*AssociateWirelessDeviceWithFuotaTaskOutput, error)
Associate a wireless device with a FUOTA task.
func (*Client) AssociateWirelessDeviceWithMulticastGroup ¶ added in v1.12.0
func (c *Client) AssociateWirelessDeviceWithMulticastGroup(ctx context.Context, params *AssociateWirelessDeviceWithMulticastGroupInput, optFns ...func(*Options)) (*AssociateWirelessDeviceWithMulticastGroupOutput, error)
Associates a wireless device with a multicast group.
func (*Client) AssociateWirelessDeviceWithThing ¶
func (c *Client) AssociateWirelessDeviceWithThing(ctx context.Context, params *AssociateWirelessDeviceWithThingInput, optFns ...func(*Options)) (*AssociateWirelessDeviceWithThingOutput, error)
Associates a wireless device with a thing.
func (*Client) AssociateWirelessGatewayWithCertificate ¶
func (c *Client) AssociateWirelessGatewayWithCertificate(ctx context.Context, params *AssociateWirelessGatewayWithCertificateInput, optFns ...func(*Options)) (*AssociateWirelessGatewayWithCertificateOutput, error)
Associates a wireless gateway with a certificate.
func (*Client) AssociateWirelessGatewayWithThing ¶
func (c *Client) AssociateWirelessGatewayWithThing(ctx context.Context, params *AssociateWirelessGatewayWithThingInput, optFns ...func(*Options)) (*AssociateWirelessGatewayWithThingOutput, error)
Associates a wireless gateway with a thing.
func (*Client) CancelMulticastGroupSession ¶ added in v1.12.0
func (c *Client) CancelMulticastGroupSession(ctx context.Context, params *CancelMulticastGroupSessionInput, optFns ...func(*Options)) (*CancelMulticastGroupSessionOutput, error)
Cancels an existing multicast group session.
func (*Client) CreateDestination ¶
func (c *Client) CreateDestination(ctx context.Context, params *CreateDestinationInput, optFns ...func(*Options)) (*CreateDestinationOutput, error)
Creates a new destination that maps a device message to an AWS IoT rule.
func (*Client) CreateDeviceProfile ¶
func (c *Client) CreateDeviceProfile(ctx context.Context, params *CreateDeviceProfileInput, optFns ...func(*Options)) (*CreateDeviceProfileOutput, error)
Creates a new device profile.
func (*Client) CreateFuotaTask ¶ added in v1.12.0
func (c *Client) CreateFuotaTask(ctx context.Context, params *CreateFuotaTaskInput, optFns ...func(*Options)) (*CreateFuotaTaskOutput, error)
Creates a FUOTA task.
func (*Client) CreateMulticastGroup ¶ added in v1.12.0
func (c *Client) CreateMulticastGroup(ctx context.Context, params *CreateMulticastGroupInput, optFns ...func(*Options)) (*CreateMulticastGroupOutput, error)
Creates a multicast group.
func (*Client) CreateNetworkAnalyzerConfiguration ¶ added in v1.19.0
func (c *Client) CreateNetworkAnalyzerConfiguration(ctx context.Context, params *CreateNetworkAnalyzerConfigurationInput, optFns ...func(*Options)) (*CreateNetworkAnalyzerConfigurationOutput, error)
Creates a new network analyzer configuration.
func (*Client) CreateServiceProfile ¶
func (c *Client) CreateServiceProfile(ctx context.Context, params *CreateServiceProfileInput, optFns ...func(*Options)) (*CreateServiceProfileOutput, error)
Creates a new service profile.
func (*Client) CreateWirelessDevice ¶
func (c *Client) CreateWirelessDevice(ctx context.Context, params *CreateWirelessDeviceInput, optFns ...func(*Options)) (*CreateWirelessDeviceOutput, error)
Provisions a wireless device.
func (*Client) CreateWirelessGateway ¶
func (c *Client) CreateWirelessGateway(ctx context.Context, params *CreateWirelessGatewayInput, optFns ...func(*Options)) (*CreateWirelessGatewayOutput, error)
Provisions a wireless gateway.
func (*Client) CreateWirelessGatewayTask ¶
func (c *Client) CreateWirelessGatewayTask(ctx context.Context, params *CreateWirelessGatewayTaskInput, optFns ...func(*Options)) (*CreateWirelessGatewayTaskOutput, error)
Creates a task for a wireless gateway.
func (*Client) CreateWirelessGatewayTaskDefinition ¶
func (c *Client) CreateWirelessGatewayTaskDefinition(ctx context.Context, params *CreateWirelessGatewayTaskDefinitionInput, optFns ...func(*Options)) (*CreateWirelessGatewayTaskDefinitionOutput, error)
Creates a gateway task definition.
func (*Client) DeleteDestination ¶
func (c *Client) DeleteDestination(ctx context.Context, params *DeleteDestinationInput, optFns ...func(*Options)) (*DeleteDestinationOutput, error)
Deletes a destination.
func (*Client) DeleteDeviceProfile ¶
func (c *Client) DeleteDeviceProfile(ctx context.Context, params *DeleteDeviceProfileInput, optFns ...func(*Options)) (*DeleteDeviceProfileOutput, error)
Deletes a device profile.
func (*Client) DeleteFuotaTask ¶ added in v1.12.0
func (c *Client) DeleteFuotaTask(ctx context.Context, params *DeleteFuotaTaskInput, optFns ...func(*Options)) (*DeleteFuotaTaskOutput, error)
Deletes a FUOTA task.
func (*Client) DeleteMulticastGroup ¶ added in v1.12.0
func (c *Client) DeleteMulticastGroup(ctx context.Context, params *DeleteMulticastGroupInput, optFns ...func(*Options)) (*DeleteMulticastGroupOutput, error)
Deletes a multicast group if it is not in use by a fuota task.
func (*Client) DeleteNetworkAnalyzerConfiguration ¶ added in v1.19.0
func (c *Client) DeleteNetworkAnalyzerConfiguration(ctx context.Context, params *DeleteNetworkAnalyzerConfigurationInput, optFns ...func(*Options)) (*DeleteNetworkAnalyzerConfigurationOutput, error)
Deletes a network analyzer configuration.
func (*Client) DeleteQueuedMessages ¶ added in v1.16.0
func (c *Client) DeleteQueuedMessages(ctx context.Context, params *DeleteQueuedMessagesInput, optFns ...func(*Options)) (*DeleteQueuedMessagesOutput, error)
Remove queued messages from the downlink queue.
func (*Client) DeleteServiceProfile ¶
func (c *Client) DeleteServiceProfile(ctx context.Context, params *DeleteServiceProfileInput, optFns ...func(*Options)) (*DeleteServiceProfileOutput, error)
Deletes a service profile.
func (*Client) DeleteWirelessDevice ¶
func (c *Client) DeleteWirelessDevice(ctx context.Context, params *DeleteWirelessDeviceInput, optFns ...func(*Options)) (*DeleteWirelessDeviceOutput, error)
Deletes a wireless device.
func (*Client) DeleteWirelessGateway ¶
func (c *Client) DeleteWirelessGateway(ctx context.Context, params *DeleteWirelessGatewayInput, optFns ...func(*Options)) (*DeleteWirelessGatewayOutput, error)
Deletes a wireless gateway.
func (*Client) DeleteWirelessGatewayTask ¶
func (c *Client) DeleteWirelessGatewayTask(ctx context.Context, params *DeleteWirelessGatewayTaskInput, optFns ...func(*Options)) (*DeleteWirelessGatewayTaskOutput, error)
Deletes a wireless gateway task.
func (*Client) DeleteWirelessGatewayTaskDefinition ¶
func (c *Client) DeleteWirelessGatewayTaskDefinition(ctx context.Context, params *DeleteWirelessGatewayTaskDefinitionInput, optFns ...func(*Options)) (*DeleteWirelessGatewayTaskDefinitionOutput, error)
Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.
func (*Client) DisassociateAwsAccountFromPartnerAccount ¶
func (c *Client) DisassociateAwsAccountFromPartnerAccount(ctx context.Context, params *DisassociateAwsAccountFromPartnerAccountInput, optFns ...func(*Options)) (*DisassociateAwsAccountFromPartnerAccountOutput, error)
Disassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.
func (*Client) DisassociateMulticastGroupFromFuotaTask ¶ added in v1.12.0
func (c *Client) DisassociateMulticastGroupFromFuotaTask(ctx context.Context, params *DisassociateMulticastGroupFromFuotaTaskInput, optFns ...func(*Options)) (*DisassociateMulticastGroupFromFuotaTaskOutput, error)
Disassociates a multicast group from a fuota task.
func (*Client) DisassociateWirelessDeviceFromFuotaTask ¶ added in v1.12.0
func (c *Client) DisassociateWirelessDeviceFromFuotaTask(ctx context.Context, params *DisassociateWirelessDeviceFromFuotaTaskInput, optFns ...func(*Options)) (*DisassociateWirelessDeviceFromFuotaTaskOutput, error)
Disassociates a wireless device from a FUOTA task.
func (*Client) DisassociateWirelessDeviceFromMulticastGroup ¶ added in v1.12.0
func (c *Client) DisassociateWirelessDeviceFromMulticastGroup(ctx context.Context, params *DisassociateWirelessDeviceFromMulticastGroupInput, optFns ...func(*Options)) (*DisassociateWirelessDeviceFromMulticastGroupOutput, error)
Disassociates a wireless device from a multicast group.
func (*Client) DisassociateWirelessDeviceFromThing ¶
func (c *Client) DisassociateWirelessDeviceFromThing(ctx context.Context, params *DisassociateWirelessDeviceFromThingInput, optFns ...func(*Options)) (*DisassociateWirelessDeviceFromThingOutput, error)
Disassociates a wireless device from its currently associated thing.
func (*Client) DisassociateWirelessGatewayFromCertificate ¶
func (c *Client) DisassociateWirelessGatewayFromCertificate(ctx context.Context, params *DisassociateWirelessGatewayFromCertificateInput, optFns ...func(*Options)) (*DisassociateWirelessGatewayFromCertificateOutput, error)
Disassociates a wireless gateway from its currently associated certificate.
func (*Client) DisassociateWirelessGatewayFromThing ¶
func (c *Client) DisassociateWirelessGatewayFromThing(ctx context.Context, params *DisassociateWirelessGatewayFromThingInput, optFns ...func(*Options)) (*DisassociateWirelessGatewayFromThingOutput, error)
Disassociates a wireless gateway from its currently associated thing.
func (*Client) GetDestination ¶
func (c *Client) GetDestination(ctx context.Context, params *GetDestinationInput, optFns ...func(*Options)) (*GetDestinationOutput, error)
Gets information about a destination.
func (*Client) GetDeviceProfile ¶
func (c *Client) GetDeviceProfile(ctx context.Context, params *GetDeviceProfileInput, optFns ...func(*Options)) (*GetDeviceProfileOutput, error)
Gets information about a device profile.
func (*Client) GetEventConfigurationByResourceTypes ¶ added in v1.19.0
func (c *Client) GetEventConfigurationByResourceTypes(ctx context.Context, params *GetEventConfigurationByResourceTypesInput, optFns ...func(*Options)) (*GetEventConfigurationByResourceTypesOutput, error)
Get the event configuration by resource types.
func (*Client) GetFuotaTask ¶ added in v1.12.0
func (c *Client) GetFuotaTask(ctx context.Context, params *GetFuotaTaskInput, optFns ...func(*Options)) (*GetFuotaTaskOutput, error)
Gets information about a FUOTA task.
func (*Client) GetLogLevelsByResourceTypes ¶ added in v1.6.0
func (c *Client) GetLogLevelsByResourceTypes(ctx context.Context, params *GetLogLevelsByResourceTypesInput, optFns ...func(*Options)) (*GetLogLevelsByResourceTypesOutput, error)
Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.
func (*Client) GetMulticastGroup ¶ added in v1.12.0
func (c *Client) GetMulticastGroup(ctx context.Context, params *GetMulticastGroupInput, optFns ...func(*Options)) (*GetMulticastGroupOutput, error)
Gets information about a multicast group.
func (*Client) GetMulticastGroupSession ¶ added in v1.12.0
func (c *Client) GetMulticastGroupSession(ctx context.Context, params *GetMulticastGroupSessionInput, optFns ...func(*Options)) (*GetMulticastGroupSessionOutput, error)
Gets information about a multicast group session.
func (*Client) GetNetworkAnalyzerConfiguration ¶ added in v1.13.0
func (c *Client) GetNetworkAnalyzerConfiguration(ctx context.Context, params *GetNetworkAnalyzerConfigurationInput, optFns ...func(*Options)) (*GetNetworkAnalyzerConfigurationOutput, error)
Get network analyzer configuration.
func (*Client) GetPartnerAccount ¶
func (c *Client) GetPartnerAccount(ctx context.Context, params *GetPartnerAccountInput, optFns ...func(*Options)) (*GetPartnerAccountOutput, error)
Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
func (*Client) GetResourceEventConfiguration ¶ added in v1.12.0
func (c *Client) GetResourceEventConfiguration(ctx context.Context, params *GetResourceEventConfigurationInput, optFns ...func(*Options)) (*GetResourceEventConfigurationOutput, error)
Get the event configuration for a particular resource identifier.
func (*Client) GetResourceLogLevel ¶ added in v1.6.0
func (c *Client) GetResourceLogLevel(ctx context.Context, params *GetResourceLogLevelInput, optFns ...func(*Options)) (*GetResourceLogLevelOutput, error)
Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
func (*Client) GetServiceEndpoint ¶
func (c *Client) GetServiceEndpoint(ctx context.Context, params *GetServiceEndpointInput, optFns ...func(*Options)) (*GetServiceEndpointOutput, error)
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
func (*Client) GetServiceProfile ¶
func (c *Client) GetServiceProfile(ctx context.Context, params *GetServiceProfileInput, optFns ...func(*Options)) (*GetServiceProfileOutput, error)
Gets information about a service profile.
func (*Client) GetWirelessDevice ¶
func (c *Client) GetWirelessDevice(ctx context.Context, params *GetWirelessDeviceInput, optFns ...func(*Options)) (*GetWirelessDeviceOutput, error)
Gets information about a wireless device.
func (*Client) GetWirelessDeviceStatistics ¶
func (c *Client) GetWirelessDeviceStatistics(ctx context.Context, params *GetWirelessDeviceStatisticsInput, optFns ...func(*Options)) (*GetWirelessDeviceStatisticsOutput, error)
Gets operating information about a wireless device.
func (*Client) GetWirelessGateway ¶
func (c *Client) GetWirelessGateway(ctx context.Context, params *GetWirelessGatewayInput, optFns ...func(*Options)) (*GetWirelessGatewayOutput, error)
Gets information about a wireless gateway.
func (*Client) GetWirelessGatewayCertificate ¶
func (c *Client) GetWirelessGatewayCertificate(ctx context.Context, params *GetWirelessGatewayCertificateInput, optFns ...func(*Options)) (*GetWirelessGatewayCertificateOutput, error)
Gets the ID of the certificate that is currently associated with a wireless gateway.
func (*Client) GetWirelessGatewayFirmwareInformation ¶
func (c *Client) GetWirelessGatewayFirmwareInformation(ctx context.Context, params *GetWirelessGatewayFirmwareInformationInput, optFns ...func(*Options)) (*GetWirelessGatewayFirmwareInformationOutput, error)
Gets the firmware version and other information about a wireless gateway.
func (*Client) GetWirelessGatewayStatistics ¶
func (c *Client) GetWirelessGatewayStatistics(ctx context.Context, params *GetWirelessGatewayStatisticsInput, optFns ...func(*Options)) (*GetWirelessGatewayStatisticsOutput, error)
Gets operating information about a wireless gateway.
func (*Client) GetWirelessGatewayTask ¶
func (c *Client) GetWirelessGatewayTask(ctx context.Context, params *GetWirelessGatewayTaskInput, optFns ...func(*Options)) (*GetWirelessGatewayTaskOutput, error)
Gets information about a wireless gateway task.
func (*Client) GetWirelessGatewayTaskDefinition ¶
func (c *Client) GetWirelessGatewayTaskDefinition(ctx context.Context, params *GetWirelessGatewayTaskDefinitionInput, optFns ...func(*Options)) (*GetWirelessGatewayTaskDefinitionOutput, error)
Gets information about a wireless gateway task definition.
func (*Client) ListDestinations ¶
func (c *Client) ListDestinations(ctx context.Context, params *ListDestinationsInput, optFns ...func(*Options)) (*ListDestinationsOutput, error)
Lists the destinations registered to your AWS account.
func (*Client) ListDeviceProfiles ¶
func (c *Client) ListDeviceProfiles(ctx context.Context, params *ListDeviceProfilesInput, optFns ...func(*Options)) (*ListDeviceProfilesOutput, error)
Lists the device profiles registered to your AWS account.
func (*Client) ListEventConfigurations ¶ added in v1.19.0
func (c *Client) ListEventConfigurations(ctx context.Context, params *ListEventConfigurationsInput, optFns ...func(*Options)) (*ListEventConfigurationsOutput, error)
List event configurations where at least one event topic has been enabled.
func (*Client) ListFuotaTasks ¶ added in v1.12.0
func (c *Client) ListFuotaTasks(ctx context.Context, params *ListFuotaTasksInput, optFns ...func(*Options)) (*ListFuotaTasksOutput, error)
Lists the FUOTA tasks registered to your AWS account.
func (*Client) ListMulticastGroups ¶ added in v1.12.0
func (c *Client) ListMulticastGroups(ctx context.Context, params *ListMulticastGroupsInput, optFns ...func(*Options)) (*ListMulticastGroupsOutput, error)
Lists the multicast groups registered to your AWS account.
func (*Client) ListMulticastGroupsByFuotaTask ¶ added in v1.12.0
func (c *Client) ListMulticastGroupsByFuotaTask(ctx context.Context, params *ListMulticastGroupsByFuotaTaskInput, optFns ...func(*Options)) (*ListMulticastGroupsByFuotaTaskOutput, error)
List all multicast groups associated with a fuota task.
func (*Client) ListNetworkAnalyzerConfigurations ¶ added in v1.19.0
func (c *Client) ListNetworkAnalyzerConfigurations(ctx context.Context, params *ListNetworkAnalyzerConfigurationsInput, optFns ...func(*Options)) (*ListNetworkAnalyzerConfigurationsOutput, error)
Lists the network analyzer configurations.
func (*Client) ListPartnerAccounts ¶
func (c *Client) ListPartnerAccounts(ctx context.Context, params *ListPartnerAccountsInput, optFns ...func(*Options)) (*ListPartnerAccountsOutput, error)
Lists the partner accounts associated with your AWS account.
func (*Client) ListQueuedMessages ¶ added in v1.16.0
func (c *Client) ListQueuedMessages(ctx context.Context, params *ListQueuedMessagesInput, optFns ...func(*Options)) (*ListQueuedMessagesOutput, error)
List queued messages in the downlink queue.
func (*Client) ListServiceProfiles ¶
func (c *Client) ListServiceProfiles(ctx context.Context, params *ListServiceProfilesInput, optFns ...func(*Options)) (*ListServiceProfilesOutput, error)
Lists the service profiles registered to your AWS account.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
Lists the tags (metadata) you have assigned to the resource.
func (*Client) ListWirelessDevices ¶
func (c *Client) ListWirelessDevices(ctx context.Context, params *ListWirelessDevicesInput, optFns ...func(*Options)) (*ListWirelessDevicesOutput, error)
Lists the wireless devices registered to your AWS account.
func (*Client) ListWirelessGatewayTaskDefinitions ¶
func (c *Client) ListWirelessGatewayTaskDefinitions(ctx context.Context, params *ListWirelessGatewayTaskDefinitionsInput, optFns ...func(*Options)) (*ListWirelessGatewayTaskDefinitionsOutput, error)
List the wireless gateway tasks definitions registered to your AWS account.
func (*Client) ListWirelessGateways ¶
func (c *Client) ListWirelessGateways(ctx context.Context, params *ListWirelessGatewaysInput, optFns ...func(*Options)) (*ListWirelessGatewaysOutput, error)
Lists the wireless gateways registered to your AWS account.
func (*Client) PutResourceLogLevel ¶ added in v1.6.0
func (c *Client) PutResourceLogLevel(ctx context.Context, params *PutResourceLogLevelInput, optFns ...func(*Options)) (*PutResourceLogLevelOutput, error)
Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway or a wireless device. A limit of 200 log level override can be set per account.
func (*Client) ResetAllResourceLogLevels ¶ added in v1.6.0
func (c *Client) ResetAllResourceLogLevels(ctx context.Context, params *ResetAllResourceLogLevelsInput, optFns ...func(*Options)) (*ResetAllResourceLogLevelsOutput, error)
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
func (*Client) ResetResourceLogLevel ¶ added in v1.6.0
func (c *Client) ResetResourceLogLevel(ctx context.Context, params *ResetResourceLogLevelInput, optFns ...func(*Options)) (*ResetResourceLogLevelOutput, error)
Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
func (*Client) SendDataToMulticastGroup ¶ added in v1.12.0
func (c *Client) SendDataToMulticastGroup(ctx context.Context, params *SendDataToMulticastGroupInput, optFns ...func(*Options)) (*SendDataToMulticastGroupOutput, error)
Sends the specified data to a multicast group.
func (*Client) SendDataToWirelessDevice ¶
func (c *Client) SendDataToWirelessDevice(ctx context.Context, params *SendDataToWirelessDeviceInput, optFns ...func(*Options)) (*SendDataToWirelessDeviceOutput, error)
Sends a decrypted application data frame to a device.
func (*Client) StartBulkAssociateWirelessDeviceWithMulticastGroup ¶ added in v1.12.0
func (c *Client) StartBulkAssociateWirelessDeviceWithMulticastGroup(ctx context.Context, params *StartBulkAssociateWirelessDeviceWithMulticastGroupInput, optFns ...func(*Options)) (*StartBulkAssociateWirelessDeviceWithMulticastGroupOutput, error)
Starts a bulk association of all qualifying wireless devices with a multicast group.
func (*Client) StartBulkDisassociateWirelessDeviceFromMulticastGroup ¶ added in v1.12.0
func (c *Client) StartBulkDisassociateWirelessDeviceFromMulticastGroup(ctx context.Context, params *StartBulkDisassociateWirelessDeviceFromMulticastGroupInput, optFns ...func(*Options)) (*StartBulkDisassociateWirelessDeviceFromMulticastGroupOutput, error)
Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
func (*Client) StartFuotaTask ¶ added in v1.12.0
func (c *Client) StartFuotaTask(ctx context.Context, params *StartFuotaTaskInput, optFns ...func(*Options)) (*StartFuotaTaskOutput, error)
Starts a FUOTA task.
func (*Client) StartMulticastGroupSession ¶ added in v1.12.0
func (c *Client) StartMulticastGroupSession(ctx context.Context, params *StartMulticastGroupSessionInput, optFns ...func(*Options)) (*StartMulticastGroupSessionOutput, error)
Starts a multicast group session.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Adds a tag to a resource.
func (*Client) TestWirelessDevice ¶
func (c *Client) TestWirelessDevice(ctx context.Context, params *TestWirelessDeviceInput, optFns ...func(*Options)) (*TestWirelessDeviceOutput, error)
Simulates a provisioned device by sending an uplink data payload of Hello.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Removes one or more tags from a resource.
func (*Client) UpdateDestination ¶
func (c *Client) UpdateDestination(ctx context.Context, params *UpdateDestinationInput, optFns ...func(*Options)) (*UpdateDestinationOutput, error)
Updates properties of a destination.
func (*Client) UpdateEventConfigurationByResourceTypes ¶ added in v1.19.0
func (c *Client) UpdateEventConfigurationByResourceTypes(ctx context.Context, params *UpdateEventConfigurationByResourceTypesInput, optFns ...func(*Options)) (*UpdateEventConfigurationByResourceTypesOutput, error)
Update the event configuration by resource types.
func (*Client) UpdateFuotaTask ¶ added in v1.12.0
func (c *Client) UpdateFuotaTask(ctx context.Context, params *UpdateFuotaTaskInput, optFns ...func(*Options)) (*UpdateFuotaTaskOutput, error)
Updates properties of a FUOTA task.
func (*Client) UpdateLogLevelsByResourceTypes ¶ added in v1.6.0
func (c *Client) UpdateLogLevelsByResourceTypes(ctx context.Context, params *UpdateLogLevelsByResourceTypesInput, optFns ...func(*Options)) (*UpdateLogLevelsByResourceTypesOutput, error)
Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
func (*Client) UpdateMulticastGroup ¶ added in v1.12.0
func (c *Client) UpdateMulticastGroup(ctx context.Context, params *UpdateMulticastGroupInput, optFns ...func(*Options)) (*UpdateMulticastGroupOutput, error)
Updates properties of a multicast group session.
func (*Client) UpdateNetworkAnalyzerConfiguration ¶ added in v1.13.0
func (c *Client) UpdateNetworkAnalyzerConfiguration(ctx context.Context, params *UpdateNetworkAnalyzerConfigurationInput, optFns ...func(*Options)) (*UpdateNetworkAnalyzerConfigurationOutput, error)
Update network analyzer configuration.
func (*Client) UpdatePartnerAccount ¶
func (c *Client) UpdatePartnerAccount(ctx context.Context, params *UpdatePartnerAccountInput, optFns ...func(*Options)) (*UpdatePartnerAccountOutput, error)
Updates properties of a partner account.
func (*Client) UpdateResourceEventConfiguration ¶ added in v1.12.0
func (c *Client) UpdateResourceEventConfiguration(ctx context.Context, params *UpdateResourceEventConfigurationInput, optFns ...func(*Options)) (*UpdateResourceEventConfigurationOutput, error)
Update the event configuration for a particular resource identifier.
func (*Client) UpdateWirelessDevice ¶
func (c *Client) UpdateWirelessDevice(ctx context.Context, params *UpdateWirelessDeviceInput, optFns ...func(*Options)) (*UpdateWirelessDeviceOutput, error)
Updates properties of a wireless device.
func (*Client) UpdateWirelessGateway ¶
func (c *Client) UpdateWirelessGateway(ctx context.Context, params *UpdateWirelessGatewayInput, optFns ...func(*Options)) (*UpdateWirelessGatewayOutput, error)
Updates properties of a wireless gateway.
type CreateDestinationInput ¶
type CreateDestinationInput struct { // The rule name or topic rule to send messages to. // // This member is required. Expression *string // The type of value in Expression. // // This member is required. ExpressionType types.ExpressionType // The name of the new resource. // // This member is required. Name *string // The ARN of the IAM Role that authorizes the destination. // // This member is required. RoleArn *string // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The description of the new resource. Description *string // The tags to attach to the new destination. Tags are metadata that you can use to // manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateDestinationOutput ¶
type CreateDestinationOutput struct { // The Amazon Resource Name of the new resource. Arn *string // The name of the new resource. Name *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateDeviceProfileInput ¶
type CreateDeviceProfileInput struct { // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The device profile information to use to create the device profile. LoRaWAN *types.LoRaWANDeviceProfile // The name of the new resource. Name *string // The tags to attach to the new device profile. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateDeviceProfileOutput ¶
type CreateDeviceProfileOutput struct { // The Amazon Resource Name of the new resource. Arn *string // The ID of the new device profile. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateFuotaTaskInput ¶ added in v1.12.0
type CreateFuotaTaskInput struct { // The S3 URI points to a firmware update image that is to be used with a FUOTA // task. // // This member is required. FirmwareUpdateImage *string // The firmware update role that is to be used with a FUOTA task. // // This member is required. FirmwareUpdateRole *string // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The description of the new resource. Description *string // The LoRaWAN information used with a FUOTA task. LoRaWAN *types.LoRaWANFuotaTask // The name of a FUOTA task. Name *string // The tag to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateFuotaTaskOutput ¶ added in v1.12.0
type CreateFuotaTaskOutput struct { // The arn of a FUOTA task. Arn *string // The ID of a FUOTA task. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateMulticastGroupInput ¶ added in v1.12.0
type CreateMulticastGroupInput struct { // The LoRaWAN information that is to be used with the multicast group. // // This member is required. LoRaWAN *types.LoRaWANMulticast // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The description of the multicast group. Description *string // The name of the multicast group. Name *string // The tag to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateMulticastGroupOutput ¶ added in v1.12.0
type CreateMulticastGroupOutput struct { // The arn of the multicast group. Arn *string // The ID of the multicast group. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateNetworkAnalyzerConfigurationInput ¶ added in v1.19.0
type CreateNetworkAnalyzerConfigurationInput struct { // Name of the network analyzer configuration. // // This member is required. Name *string // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The description of the new resource. Description *string // The tag to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // Trace content for your wireless gateway and wireless device resources. TraceContent *types.TraceContent // Wireless device resources to add to the network analyzer configuration. Provide // the WirelessDeviceId of the resource to add in the input array. WirelessDevices []string // Wireless gateway resources to add to the network analyzer configuration. Provide // the WirelessGatewayId of the resource to add in the input array. WirelessGateways []string // contains filtered or unexported fields }
type CreateNetworkAnalyzerConfigurationOutput ¶ added in v1.19.0
type CreateNetworkAnalyzerConfigurationOutput struct { // The Amazon Resource Name of the new resource. Arn *string // Name of the network analyzer configuration. Name *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateServiceProfileInput ¶
type CreateServiceProfileInput struct { // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The service profile information to use to create the service profile. LoRaWAN *types.LoRaWANServiceProfile // The name of the new resource. Name *string // The tags to attach to the new service profile. Tags are metadata that you can // use to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateServiceProfileOutput ¶
type CreateServiceProfileOutput struct { // The Amazon Resource Name of the new resource. Arn *string // The ID of the new service profile. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateWirelessDeviceInput ¶
type CreateWirelessDeviceInput struct { // The name of the destination to assign to the new wireless device. // // This member is required. DestinationName *string // The wireless device type. // // This member is required. Type types.WirelessDeviceType // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The description of the new resource. Description *string // The device configuration information to use to create the wireless device. LoRaWAN *types.LoRaWANDevice // The name of the new resource. Name *string // The tags to attach to the new wireless device. Tags are metadata that you can // use to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateWirelessDeviceOutput ¶
type CreateWirelessDeviceOutput struct { // The Amazon Resource Name of the new resource. Arn *string // The ID of the new wireless device. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateWirelessGatewayInput ¶
type CreateWirelessGatewayInput struct { // The gateway configuration information to use to create the wireless gateway. // // This member is required. LoRaWAN *types.LoRaWANGateway // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The description of the new resource. Description *string // The name of the new resource. Name *string // The tags to attach to the new wireless gateway. Tags are metadata that you can // use to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type CreateWirelessGatewayOutput ¶
type CreateWirelessGatewayOutput struct { // The Amazon Resource Name of the new resource. Arn *string // The ID of the new wireless gateway. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateWirelessGatewayTaskDefinitionInput ¶
type CreateWirelessGatewayTaskDefinitionInput struct { // Whether to automatically create tasks using this task definition for all // gateways with the specified current version. If false, the task must me created // by calling CreateWirelessGatewayTask. // // This member is required. AutoCreateTasks bool // Each resource must have a unique client request token. If you try to create a // new resource with the same token as a resource that already exists, an exception // occurs. If you omit this value, AWS SDKs will automatically generate a unique // client request. ClientRequestToken *string // The name of the new resource. Name *string // The tags to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // Information about the gateways to update. Update *types.UpdateWirelessGatewayTaskCreate // contains filtered or unexported fields }
type CreateWirelessGatewayTaskDefinitionOutput ¶
type CreateWirelessGatewayTaskDefinitionOutput struct { // The Amazon Resource Name of the resource. Arn *string // The ID of the new wireless gateway task definition. Id *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateWirelessGatewayTaskOutput ¶
type CreateWirelessGatewayTaskOutput struct { // The status of the request. Status types.WirelessGatewayTaskStatus // The ID of the WirelessGatewayTaskDefinition. WirelessGatewayTaskDefinitionId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteDestinationInput ¶
type DeleteDestinationInput struct { // The name of the resource to delete. // // This member is required. Name *string // contains filtered or unexported fields }
type DeleteDestinationOutput ¶
type DeleteDestinationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteDeviceProfileInput ¶
type DeleteDeviceProfileInput struct { // The ID of the resource to delete. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteDeviceProfileOutput ¶
type DeleteDeviceProfileOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteFuotaTaskInput ¶ added in v1.12.0
type DeleteFuotaTaskInput struct { // The ID of a FUOTA task. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteFuotaTaskOutput ¶ added in v1.12.0
type DeleteFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteMulticastGroupInput ¶ added in v1.12.0
type DeleteMulticastGroupInput struct { // The ID of the multicast group. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteMulticastGroupOutput ¶ added in v1.12.0
type DeleteMulticastGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteNetworkAnalyzerConfigurationInput ¶ added in v1.19.0
type DeleteNetworkAnalyzerConfigurationInput struct { // Name of the network analyzer configuration. // // This member is required. ConfigurationName *string // contains filtered or unexported fields }
type DeleteNetworkAnalyzerConfigurationOutput ¶ added in v1.19.0
type DeleteNetworkAnalyzerConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteQueuedMessagesInput ¶ added in v1.16.0
type DeleteQueuedMessagesInput struct { // The ID of a given wireless device for which downlink messages will be deleted. // // This member is required. Id *string // If message ID is "*", it cleares the entire downlink queue for a given device, // specified by the wireless device ID. Otherwise, the downlink message with the // specified message ID will be deleted. // // This member is required. MessageId *string // The wireless device type, which can be either Sidewalk or LoRaWAN. WirelessDeviceType types.WirelessDeviceType // contains filtered or unexported fields }
type DeleteQueuedMessagesOutput ¶ added in v1.16.0
type DeleteQueuedMessagesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteServiceProfileInput ¶
type DeleteServiceProfileInput struct { // The ID of the resource to delete. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteServiceProfileOutput ¶
type DeleteServiceProfileOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteWirelessDeviceInput ¶
type DeleteWirelessDeviceInput struct { // The ID of the resource to delete. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteWirelessDeviceOutput ¶
type DeleteWirelessDeviceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteWirelessGatewayInput ¶
type DeleteWirelessGatewayInput struct { // The ID of the resource to delete. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteWirelessGatewayOutput ¶
type DeleteWirelessGatewayOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteWirelessGatewayTaskDefinitionInput ¶
type DeleteWirelessGatewayTaskDefinitionInput struct { // The ID of the resource to delete. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteWirelessGatewayTaskDefinitionOutput ¶
type DeleteWirelessGatewayTaskDefinitionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteWirelessGatewayTaskInput ¶
type DeleteWirelessGatewayTaskInput struct { // The ID of the resource to delete. // // This member is required. Id *string // contains filtered or unexported fields }
type DeleteWirelessGatewayTaskOutput ¶
type DeleteWirelessGatewayTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateAwsAccountFromPartnerAccountInput ¶
type DisassociateAwsAccountFromPartnerAccountInput struct { // The partner account ID to disassociate from the AWS account. // // This member is required. PartnerAccountId *string // The partner type. // // This member is required. PartnerType types.PartnerType // contains filtered or unexported fields }
type DisassociateAwsAccountFromPartnerAccountOutput ¶
type DisassociateAwsAccountFromPartnerAccountOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateMulticastGroupFromFuotaTaskInput ¶ added in v1.12.0
type DisassociateMulticastGroupFromFuotaTaskOutput ¶ added in v1.12.0
type DisassociateMulticastGroupFromFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWirelessDeviceFromFuotaTaskInput ¶ added in v1.12.0
type DisassociateWirelessDeviceFromFuotaTaskOutput ¶ added in v1.12.0
type DisassociateWirelessDeviceFromFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWirelessDeviceFromMulticastGroupInput ¶ added in v1.12.0
type DisassociateWirelessDeviceFromMulticastGroupOutput ¶ added in v1.12.0
type DisassociateWirelessDeviceFromMulticastGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWirelessDeviceFromThingInput ¶
type DisassociateWirelessDeviceFromThingInput struct { // The ID of the resource to update. // // This member is required. Id *string // contains filtered or unexported fields }
type DisassociateWirelessDeviceFromThingOutput ¶
type DisassociateWirelessDeviceFromThingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWirelessGatewayFromCertificateInput ¶
type DisassociateWirelessGatewayFromCertificateInput struct { // The ID of the resource to update. // // This member is required. Id *string // contains filtered or unexported fields }
type DisassociateWirelessGatewayFromCertificateOutput ¶
type DisassociateWirelessGatewayFromCertificateOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DisassociateWirelessGatewayFromThingInput ¶
type DisassociateWirelessGatewayFromThingInput struct { // The ID of the resource to update. // // This member is required. Id *string // contains filtered or unexported fields }
type DisassociateWirelessGatewayFromThingOutput ¶
type DisassociateWirelessGatewayFromThingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶ added in v1.1.0
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type GetDestinationInput ¶
type GetDestinationInput struct { // The name of the resource to get. // // This member is required. Name *string // contains filtered or unexported fields }
type GetDestinationOutput ¶
type GetDestinationOutput struct { // The Amazon Resource Name of the resource. Arn *string // The description of the resource. Description *string // The rule name or topic rule to send messages to. Expression *string // The type of value in Expression. ExpressionType types.ExpressionType // The name of the resource. Name *string // The ARN of the IAM Role that authorizes the destination. RoleArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetDeviceProfileInput ¶
type GetDeviceProfileInput struct { // The ID of the resource to get. // // This member is required. Id *string // contains filtered or unexported fields }
type GetDeviceProfileOutput ¶
type GetDeviceProfileOutput struct { // The Amazon Resource Name of the resource. Arn *string // The ID of the device profile. Id *string // Information about the device profile. LoRaWAN *types.LoRaWANDeviceProfile // The name of the resource. Name *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetEventConfigurationByResourceTypesInput ¶ added in v1.19.0
type GetEventConfigurationByResourceTypesInput struct {
// contains filtered or unexported fields
}
type GetEventConfigurationByResourceTypesOutput ¶ added in v1.19.0
type GetEventConfigurationByResourceTypesOutput struct { // Resource type event configuration for the connection status event ConnectionStatus *types.ConnectionStatusResourceTypeEventConfiguration // Resource type event configuration for the device registration state event DeviceRegistrationState *types.DeviceRegistrationStateResourceTypeEventConfiguration // Resource type event configuration for the join event Join *types.JoinResourceTypeEventConfiguration // Resource type event configuration for the proximity event Proximity *types.ProximityResourceTypeEventConfiguration // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetFuotaTaskInput ¶ added in v1.12.0
type GetFuotaTaskInput struct { // The ID of a FUOTA task. // // This member is required. Id *string // contains filtered or unexported fields }
type GetFuotaTaskOutput ¶ added in v1.12.0
type GetFuotaTaskOutput struct { // The arn of a FUOTA task. Arn *string // Created at timestamp for the resource. CreatedAt *time.Time // The description of the new resource. Description *string // The S3 URI points to a firmware update image that is to be used with a FUOTA // task. FirmwareUpdateImage *string // The firmware update role that is to be used with a FUOTA task. FirmwareUpdateRole *string // The ID of a FUOTA task. Id *string // The LoRaWAN information returned from getting a FUOTA task. LoRaWAN *types.LoRaWANFuotaTaskGetInfo // The name of a FUOTA task. Name *string // The status of a FUOTA task. Status types.FuotaTaskStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetLogLevelsByResourceTypesInput ¶ added in v1.6.0
type GetLogLevelsByResourceTypesInput struct {
// contains filtered or unexported fields
}
type GetLogLevelsByResourceTypesOutput ¶ added in v1.6.0
type GetLogLevelsByResourceTypesOutput struct { // The log level for a log message. The log levels can be disabled, or set to ERROR // to display less verbose logs containing only error information, or to INFO for // more detailed logs. DefaultLogLevel types.LogLevel // The list of wireless device log options. WirelessDeviceLogOptions []types.WirelessDeviceLogOption // The list of wireless gateway log options. WirelessGatewayLogOptions []types.WirelessGatewayLogOption // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetMulticastGroupInput ¶ added in v1.12.0
type GetMulticastGroupInput struct { // The ID of the multicast group. // // This member is required. Id *string // contains filtered or unexported fields }
type GetMulticastGroupOutput ¶ added in v1.12.0
type GetMulticastGroupOutput struct { // The arn of the multicast group. Arn *string // Created at timestamp for the resource. CreatedAt *time.Time // The description of the new resource. Description *string // The ID of the multicast group. Id *string // The LoRaWAN information that is to be returned from getting multicast group // information. LoRaWAN *types.LoRaWANMulticastGet // The name of the multicast group. Name *string // The status of the multicast group. Status *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetMulticastGroupSessionInput ¶ added in v1.12.0
type GetMulticastGroupSessionInput struct { // The ID of the multicast group. // // This member is required. Id *string // contains filtered or unexported fields }
type GetMulticastGroupSessionOutput ¶ added in v1.12.0
type GetMulticastGroupSessionOutput struct { // The LoRaWAN information used with the multicast session. LoRaWAN *types.LoRaWANMulticastSession // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetNetworkAnalyzerConfigurationInput ¶ added in v1.13.0
type GetNetworkAnalyzerConfigurationInput struct { // Name of the network analyzer configuration. // // This member is required. ConfigurationName *string // contains filtered or unexported fields }
type GetNetworkAnalyzerConfigurationOutput ¶ added in v1.13.0
type GetNetworkAnalyzerConfigurationOutput struct { // The Amazon Resource Name of the new resource. Arn *string // The description of the new resource. Description *string // Name of the network analyzer configuration. Name *string // Trace content for your wireless gateway and wireless device resources. TraceContent *types.TraceContent // List of wireless gateway resources that have been added to the network analyzer // configuration. WirelessDevices []string // List of wireless gateway resources that have been added to the network analyzer // configuration. WirelessGateways []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetPartnerAccountInput ¶
type GetPartnerAccountInput struct { // The partner account ID to disassociate from the AWS account. // // This member is required. PartnerAccountId *string // The partner type. // // This member is required. PartnerType types.PartnerType // contains filtered or unexported fields }
type GetPartnerAccountOutput ¶
type GetPartnerAccountOutput struct { // Whether the partner account is linked to the AWS account. AccountLinked bool // The Sidewalk account credentials. Sidewalk *types.SidewalkAccountInfoWithFingerprint // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetResourceEventConfigurationInput ¶ added in v1.12.0
type GetResourceEventConfigurationInput struct { // Resource identifier to opt in for event messaging. // // This member is required. Identifier *string // Identifier type of the particular resource identifier for event configuration. // // This member is required. IdentifierType types.IdentifierType // Partner type of the resource if the identifier type is PartnerAccountId. PartnerType types.EventNotificationPartnerType // contains filtered or unexported fields }
type GetResourceEventConfigurationOutput ¶ added in v1.12.0
type GetResourceEventConfigurationOutput struct { // Event configuration for the connection status event. ConnectionStatus *types.ConnectionStatusEventConfiguration // Event configuration for the device registration state event DeviceRegistrationState *types.DeviceRegistrationStateEventConfiguration // Event configuration for the join event. Join *types.JoinEventConfiguration // Event configuration for the Proximity event Proximity *types.ProximityEventConfiguration // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetResourceLogLevelInput ¶ added in v1.6.0
type GetResourceLogLevelInput struct { // The identifier of the resource. For a Wireless Device, it is the wireless device // ID. For a wireless gateway, it is the wireless gateway ID. // // This member is required. ResourceIdentifier *string // The type of the resource, which can be WirelessDevice or WirelessGateway. // // This member is required. ResourceType *string // contains filtered or unexported fields }
type GetResourceLogLevelOutput ¶ added in v1.6.0
type GetResourceLogLevelOutput struct { // The log level for a log message. The log levels can be disabled, or set to ERROR // to display less verbose logs containing only error information, or to INFO for // more detailed logs. LogLevel types.LogLevel // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetServiceEndpointInput ¶
type GetServiceEndpointInput struct { // The service type for which to get endpoint information about. Can be CUPS for // the Configuration and Update Server endpoint, or LNS for the LoRaWAN Network // Server endpoint or CLAIM for the global endpoint. ServiceType types.WirelessGatewayServiceType // contains filtered or unexported fields }
type GetServiceEndpointOutput ¶
type GetServiceEndpointOutput struct { // The Root CA of the server trust certificate. ServerTrust *string // The service endpoint value. ServiceEndpoint *string // The endpoint's service type. ServiceType types.WirelessGatewayServiceType // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetServiceProfileInput ¶
type GetServiceProfileInput struct { // The ID of the resource to get. // // This member is required. Id *string // contains filtered or unexported fields }
type GetServiceProfileOutput ¶
type GetServiceProfileOutput struct { // The Amazon Resource Name of the resource. Arn *string // The ID of the service profile. Id *string // Information about the service profile. LoRaWAN *types.LoRaWANGetServiceProfileInfo // The name of the resource. Name *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessDeviceInput ¶
type GetWirelessDeviceInput struct { // The identifier of the wireless device to get. // // This member is required. Identifier *string // The type of identifier used in identifier. // // This member is required. IdentifierType types.WirelessDeviceIdType // contains filtered or unexported fields }
type GetWirelessDeviceOutput ¶
type GetWirelessDeviceOutput struct { // The Amazon Resource Name of the resource. Arn *string // The description of the resource. Description *string // The name of the destination to which the device is assigned. DestinationName *string // The ID of the wireless device. Id *string // Information about the wireless device. LoRaWAN *types.LoRaWANDevice // The name of the resource. Name *string // Sidewalk device object. Sidewalk *types.SidewalkDevice // The ARN of the thing associated with the wireless device. ThingArn *string // The name of the thing associated with the wireless device. The value is empty if // a thing isn't associated with the device. ThingName *string // The wireless device type. Type types.WirelessDeviceType // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessDeviceStatisticsInput ¶
type GetWirelessDeviceStatisticsInput struct { // The ID of the wireless device for which to get the data. // // This member is required. WirelessDeviceId *string // contains filtered or unexported fields }
type GetWirelessDeviceStatisticsOutput ¶
type GetWirelessDeviceStatisticsOutput struct { // The date and time when the most recent uplink was received. LastUplinkReceivedAt *string // Information about the wireless device's operations. LoRaWAN *types.LoRaWANDeviceMetadata // MetaData for Sidewalk device. Sidewalk *types.SidewalkDeviceMetadata // The ID of the wireless device. WirelessDeviceId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessGatewayCertificateInput ¶
type GetWirelessGatewayCertificateInput struct { // The ID of the resource to get. // // This member is required. Id *string // contains filtered or unexported fields }
type GetWirelessGatewayCertificateOutput ¶
type GetWirelessGatewayCertificateOutput struct { // The ID of the certificate associated with the wireless gateway. IotCertificateId *string // The ID of the certificate that is associated with the wireless gateway and used // for the LoRaWANNetworkServer endpoint. LoRaWANNetworkServerCertificateId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessGatewayFirmwareInformationInput ¶
type GetWirelessGatewayFirmwareInformationInput struct { // The ID of the resource to get. // // This member is required. Id *string // contains filtered or unexported fields }
type GetWirelessGatewayFirmwareInformationOutput ¶
type GetWirelessGatewayFirmwareInformationOutput struct { // Information about the wireless gateway's firmware. LoRaWAN *types.LoRaWANGatewayCurrentVersion // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessGatewayInput ¶
type GetWirelessGatewayInput struct { // The identifier of the wireless gateway to get. // // This member is required. Identifier *string // The type of identifier used in identifier. // // This member is required. IdentifierType types.WirelessGatewayIdType // contains filtered or unexported fields }
type GetWirelessGatewayOutput ¶
type GetWirelessGatewayOutput struct { // The Amazon Resource Name of the resource. Arn *string // The description of the resource. Description *string // The ID of the wireless gateway. Id *string // Information about the wireless gateway. LoRaWAN *types.LoRaWANGateway // The name of the resource. Name *string // The ARN of the thing associated with the wireless gateway. ThingArn *string // The name of the thing associated with the wireless gateway. The value is empty // if a thing isn't associated with the gateway. ThingName *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessGatewayStatisticsInput ¶
type GetWirelessGatewayStatisticsInput struct { // The ID of the wireless gateway for which to get the data. // // This member is required. WirelessGatewayId *string // contains filtered or unexported fields }
type GetWirelessGatewayStatisticsOutput ¶
type GetWirelessGatewayStatisticsOutput struct { // The connection status of the wireless gateway. ConnectionStatus types.ConnectionStatus // The date and time when the most recent uplink was received. LastUplinkReceivedAt *string // The ID of the wireless gateway. WirelessGatewayId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessGatewayTaskDefinitionInput ¶
type GetWirelessGatewayTaskDefinitionInput struct { // The ID of the resource to get. // // This member is required. Id *string // contains filtered or unexported fields }
type GetWirelessGatewayTaskDefinitionOutput ¶
type GetWirelessGatewayTaskDefinitionOutput struct { // The Amazon Resource Name of the resource. Arn *string // Whether to automatically create tasks using this task definition for all // gateways with the specified current version. If false, the task must me created // by calling CreateWirelessGatewayTask. AutoCreateTasks bool // The name of the resource. Name *string // Information about the gateways to update. Update *types.UpdateWirelessGatewayTaskCreate // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetWirelessGatewayTaskInput ¶
type GetWirelessGatewayTaskInput struct { // The ID of the resource to get. // // This member is required. Id *string // contains filtered or unexported fields }
type GetWirelessGatewayTaskOutput ¶
type GetWirelessGatewayTaskOutput struct { // The date and time when the most recent uplink was received. LastUplinkReceivedAt *string // The status of the request. Status types.WirelessGatewayTaskStatus // The date and time when the task was created. TaskCreatedAt *string // The ID of the wireless gateway. WirelessGatewayId *string // The ID of the WirelessGatewayTask. WirelessGatewayTaskDefinitionId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListDestinationsAPIClient ¶
type ListDestinationsAPIClient interface {
ListDestinations(context.Context, *ListDestinationsInput, ...func(*Options)) (*ListDestinationsOutput, error)
}
ListDestinationsAPIClient is a client that implements the ListDestinations operation.
type ListDestinationsInput ¶
type ListDestinationsInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListDestinationsOutput ¶
type ListDestinationsOutput struct { // The list of destinations. DestinationList []types.Destinations // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDestinationsPaginator ¶
type ListDestinationsPaginator struct {
// contains filtered or unexported fields
}
ListDestinationsPaginator is a paginator for ListDestinations
func NewListDestinationsPaginator ¶
func NewListDestinationsPaginator(client ListDestinationsAPIClient, params *ListDestinationsInput, optFns ...func(*ListDestinationsPaginatorOptions)) *ListDestinationsPaginator
NewListDestinationsPaginator returns a new ListDestinationsPaginator
func (*ListDestinationsPaginator) HasMorePages ¶
func (p *ListDestinationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDestinationsPaginator) NextPage ¶
func (p *ListDestinationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDestinationsOutput, error)
NextPage retrieves the next ListDestinations page.
type ListDestinationsPaginatorOptions ¶
type ListDestinationsPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDestinationsPaginatorOptions is the paginator options for ListDestinations
type ListDeviceProfilesAPIClient ¶
type ListDeviceProfilesAPIClient interface {
ListDeviceProfiles(context.Context, *ListDeviceProfilesInput, ...func(*Options)) (*ListDeviceProfilesOutput, error)
}
ListDeviceProfilesAPIClient is a client that implements the ListDeviceProfiles operation.
type ListDeviceProfilesInput ¶
type ListDeviceProfilesInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListDeviceProfilesOutput ¶
type ListDeviceProfilesOutput struct { // The list of device profiles. DeviceProfileList []types.DeviceProfile // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListDeviceProfilesPaginator ¶
type ListDeviceProfilesPaginator struct {
// contains filtered or unexported fields
}
ListDeviceProfilesPaginator is a paginator for ListDeviceProfiles
func NewListDeviceProfilesPaginator ¶
func NewListDeviceProfilesPaginator(client ListDeviceProfilesAPIClient, params *ListDeviceProfilesInput, optFns ...func(*ListDeviceProfilesPaginatorOptions)) *ListDeviceProfilesPaginator
NewListDeviceProfilesPaginator returns a new ListDeviceProfilesPaginator
func (*ListDeviceProfilesPaginator) HasMorePages ¶
func (p *ListDeviceProfilesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListDeviceProfilesPaginator) NextPage ¶
func (p *ListDeviceProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListDeviceProfilesOutput, error)
NextPage retrieves the next ListDeviceProfiles page.
type ListDeviceProfilesPaginatorOptions ¶
type ListDeviceProfilesPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListDeviceProfilesPaginatorOptions is the paginator options for ListDeviceProfiles
type ListEventConfigurationsInput ¶ added in v1.19.0
type ListEventConfigurationsInput struct { // Resource type to filter event configurations. // // This member is required. ResourceType types.EventNotificationResourceType // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListEventConfigurationsOutput ¶ added in v1.19.0
type ListEventConfigurationsOutput struct { // Event configurations of all events for a single resource. EventConfigurationsList []types.EventConfigurationItem // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListFuotaTasksAPIClient ¶ added in v1.12.0
type ListFuotaTasksAPIClient interface {
ListFuotaTasks(context.Context, *ListFuotaTasksInput, ...func(*Options)) (*ListFuotaTasksOutput, error)
}
ListFuotaTasksAPIClient is a client that implements the ListFuotaTasks operation.
type ListFuotaTasksInput ¶ added in v1.12.0
type ListFuotaTasksInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListFuotaTasksOutput ¶ added in v1.12.0
type ListFuotaTasksOutput struct { // Lists the FUOTA tasks registered to your AWS account. FuotaTaskList []types.FuotaTask // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListFuotaTasksPaginator ¶ added in v1.12.0
type ListFuotaTasksPaginator struct {
// contains filtered or unexported fields
}
ListFuotaTasksPaginator is a paginator for ListFuotaTasks
func NewListFuotaTasksPaginator ¶ added in v1.12.0
func NewListFuotaTasksPaginator(client ListFuotaTasksAPIClient, params *ListFuotaTasksInput, optFns ...func(*ListFuotaTasksPaginatorOptions)) *ListFuotaTasksPaginator
NewListFuotaTasksPaginator returns a new ListFuotaTasksPaginator
func (*ListFuotaTasksPaginator) HasMorePages ¶ added in v1.12.0
func (p *ListFuotaTasksPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListFuotaTasksPaginator) NextPage ¶ added in v1.12.0
func (p *ListFuotaTasksPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListFuotaTasksOutput, error)
NextPage retrieves the next ListFuotaTasks page.
type ListFuotaTasksPaginatorOptions ¶ added in v1.12.0
type ListFuotaTasksPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListFuotaTasksPaginatorOptions is the paginator options for ListFuotaTasks
type ListMulticastGroupsAPIClient ¶ added in v1.12.0
type ListMulticastGroupsAPIClient interface {
ListMulticastGroups(context.Context, *ListMulticastGroupsInput, ...func(*Options)) (*ListMulticastGroupsOutput, error)
}
ListMulticastGroupsAPIClient is a client that implements the ListMulticastGroups operation.
type ListMulticastGroupsByFuotaTaskAPIClient ¶ added in v1.12.0
type ListMulticastGroupsByFuotaTaskAPIClient interface {
ListMulticastGroupsByFuotaTask(context.Context, *ListMulticastGroupsByFuotaTaskInput, ...func(*Options)) (*ListMulticastGroupsByFuotaTaskOutput, error)
}
ListMulticastGroupsByFuotaTaskAPIClient is a client that implements the ListMulticastGroupsByFuotaTask operation.
type ListMulticastGroupsByFuotaTaskInput ¶ added in v1.12.0
type ListMulticastGroupsByFuotaTaskInput struct { // The ID of a FUOTA task. // // This member is required. Id *string // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListMulticastGroupsByFuotaTaskOutput ¶ added in v1.12.0
type ListMulticastGroupsByFuotaTaskOutput struct { // List of multicast groups associated with a FUOTA task. MulticastGroupList []types.MulticastGroupByFuotaTask // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListMulticastGroupsByFuotaTaskPaginator ¶ added in v1.12.0
type ListMulticastGroupsByFuotaTaskPaginator struct {
// contains filtered or unexported fields
}
ListMulticastGroupsByFuotaTaskPaginator is a paginator for ListMulticastGroupsByFuotaTask
func NewListMulticastGroupsByFuotaTaskPaginator ¶ added in v1.12.0
func NewListMulticastGroupsByFuotaTaskPaginator(client ListMulticastGroupsByFuotaTaskAPIClient, params *ListMulticastGroupsByFuotaTaskInput, optFns ...func(*ListMulticastGroupsByFuotaTaskPaginatorOptions)) *ListMulticastGroupsByFuotaTaskPaginator
NewListMulticastGroupsByFuotaTaskPaginator returns a new ListMulticastGroupsByFuotaTaskPaginator
func (*ListMulticastGroupsByFuotaTaskPaginator) HasMorePages ¶ added in v1.12.0
func (p *ListMulticastGroupsByFuotaTaskPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListMulticastGroupsByFuotaTaskPaginator) NextPage ¶ added in v1.12.0
func (p *ListMulticastGroupsByFuotaTaskPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListMulticastGroupsByFuotaTaskOutput, error)
NextPage retrieves the next ListMulticastGroupsByFuotaTask page.
type ListMulticastGroupsByFuotaTaskPaginatorOptions ¶ added in v1.12.0
type ListMulticastGroupsByFuotaTaskPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListMulticastGroupsByFuotaTaskPaginatorOptions is the paginator options for ListMulticastGroupsByFuotaTask
type ListMulticastGroupsInput ¶ added in v1.12.0
type ListMulticastGroupsInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListMulticastGroupsOutput ¶ added in v1.12.0
type ListMulticastGroupsOutput struct { // List of multicast groups. MulticastGroupList []types.MulticastGroup // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListMulticastGroupsPaginator ¶ added in v1.12.0
type ListMulticastGroupsPaginator struct {
// contains filtered or unexported fields
}
ListMulticastGroupsPaginator is a paginator for ListMulticastGroups
func NewListMulticastGroupsPaginator ¶ added in v1.12.0
func NewListMulticastGroupsPaginator(client ListMulticastGroupsAPIClient, params *ListMulticastGroupsInput, optFns ...func(*ListMulticastGroupsPaginatorOptions)) *ListMulticastGroupsPaginator
NewListMulticastGroupsPaginator returns a new ListMulticastGroupsPaginator
func (*ListMulticastGroupsPaginator) HasMorePages ¶ added in v1.12.0
func (p *ListMulticastGroupsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListMulticastGroupsPaginator) NextPage ¶ added in v1.12.0
func (p *ListMulticastGroupsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListMulticastGroupsOutput, error)
NextPage retrieves the next ListMulticastGroups page.
type ListMulticastGroupsPaginatorOptions ¶ added in v1.12.0
type ListMulticastGroupsPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListMulticastGroupsPaginatorOptions is the paginator options for ListMulticastGroups
type ListNetworkAnalyzerConfigurationsAPIClient ¶ added in v1.19.0
type ListNetworkAnalyzerConfigurationsAPIClient interface {
ListNetworkAnalyzerConfigurations(context.Context, *ListNetworkAnalyzerConfigurationsInput, ...func(*Options)) (*ListNetworkAnalyzerConfigurationsOutput, error)
}
ListNetworkAnalyzerConfigurationsAPIClient is a client that implements the ListNetworkAnalyzerConfigurations operation.
type ListNetworkAnalyzerConfigurationsInput ¶ added in v1.19.0
type ListNetworkAnalyzerConfigurationsInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListNetworkAnalyzerConfigurationsOutput ¶ added in v1.19.0
type ListNetworkAnalyzerConfigurationsOutput struct { // The list of network analyzer configurations. NetworkAnalyzerConfigurationList []types.NetworkAnalyzerConfigurations // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListNetworkAnalyzerConfigurationsPaginator ¶ added in v1.19.0
type ListNetworkAnalyzerConfigurationsPaginator struct {
// contains filtered or unexported fields
}
ListNetworkAnalyzerConfigurationsPaginator is a paginator for ListNetworkAnalyzerConfigurations
func NewListNetworkAnalyzerConfigurationsPaginator ¶ added in v1.19.0
func NewListNetworkAnalyzerConfigurationsPaginator(client ListNetworkAnalyzerConfigurationsAPIClient, params *ListNetworkAnalyzerConfigurationsInput, optFns ...func(*ListNetworkAnalyzerConfigurationsPaginatorOptions)) *ListNetworkAnalyzerConfigurationsPaginator
NewListNetworkAnalyzerConfigurationsPaginator returns a new ListNetworkAnalyzerConfigurationsPaginator
func (*ListNetworkAnalyzerConfigurationsPaginator) HasMorePages ¶ added in v1.19.0
func (p *ListNetworkAnalyzerConfigurationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListNetworkAnalyzerConfigurationsPaginator) NextPage ¶ added in v1.19.0
func (p *ListNetworkAnalyzerConfigurationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListNetworkAnalyzerConfigurationsOutput, error)
NextPage retrieves the next ListNetworkAnalyzerConfigurations page.
type ListNetworkAnalyzerConfigurationsPaginatorOptions ¶ added in v1.19.0
type ListNetworkAnalyzerConfigurationsPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListNetworkAnalyzerConfigurationsPaginatorOptions is the paginator options for ListNetworkAnalyzerConfigurations
type ListPartnerAccountsInput ¶
type ListPartnerAccountsInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListPartnerAccountsOutput ¶
type ListPartnerAccountsOutput struct { // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // The Sidewalk account credentials. Sidewalk []types.SidewalkAccountInfoWithFingerprint // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListQueuedMessagesAPIClient ¶ added in v1.16.0
type ListQueuedMessagesAPIClient interface {
ListQueuedMessages(context.Context, *ListQueuedMessagesInput, ...func(*Options)) (*ListQueuedMessagesOutput, error)
}
ListQueuedMessagesAPIClient is a client that implements the ListQueuedMessages operation.
type ListQueuedMessagesInput ¶ added in v1.16.0
type ListQueuedMessagesInput struct { // The ID of a given wireless device which the downlink message packets are being // sent. // // This member is required. Id *string // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // The wireless device type, whic can be either Sidewalk or LoRaWAN. WirelessDeviceType types.WirelessDeviceType // contains filtered or unexported fields }
type ListQueuedMessagesOutput ¶ added in v1.16.0
type ListQueuedMessagesOutput struct { // The messages in the downlink queue. DownlinkQueueMessagesList []types.DownlinkQueueMessage // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListQueuedMessagesPaginator ¶ added in v1.16.0
type ListQueuedMessagesPaginator struct {
// contains filtered or unexported fields
}
ListQueuedMessagesPaginator is a paginator for ListQueuedMessages
func NewListQueuedMessagesPaginator ¶ added in v1.16.0
func NewListQueuedMessagesPaginator(client ListQueuedMessagesAPIClient, params *ListQueuedMessagesInput, optFns ...func(*ListQueuedMessagesPaginatorOptions)) *ListQueuedMessagesPaginator
NewListQueuedMessagesPaginator returns a new ListQueuedMessagesPaginator
func (*ListQueuedMessagesPaginator) HasMorePages ¶ added in v1.16.0
func (p *ListQueuedMessagesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListQueuedMessagesPaginator) NextPage ¶ added in v1.16.0
func (p *ListQueuedMessagesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListQueuedMessagesOutput, error)
NextPage retrieves the next ListQueuedMessages page.
type ListQueuedMessagesPaginatorOptions ¶ added in v1.16.0
type ListQueuedMessagesPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListQueuedMessagesPaginatorOptions is the paginator options for ListQueuedMessages
type ListServiceProfilesAPIClient ¶
type ListServiceProfilesAPIClient interface {
ListServiceProfiles(context.Context, *ListServiceProfilesInput, ...func(*Options)) (*ListServiceProfilesOutput, error)
}
ListServiceProfilesAPIClient is a client that implements the ListServiceProfiles operation.
type ListServiceProfilesInput ¶
type ListServiceProfilesInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListServiceProfilesOutput ¶
type ListServiceProfilesOutput struct { // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // The list of service profiles. ServiceProfileList []types.ServiceProfile // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListServiceProfilesPaginator ¶
type ListServiceProfilesPaginator struct {
// contains filtered or unexported fields
}
ListServiceProfilesPaginator is a paginator for ListServiceProfiles
func NewListServiceProfilesPaginator ¶
func NewListServiceProfilesPaginator(client ListServiceProfilesAPIClient, params *ListServiceProfilesInput, optFns ...func(*ListServiceProfilesPaginatorOptions)) *ListServiceProfilesPaginator
NewListServiceProfilesPaginator returns a new ListServiceProfilesPaginator
func (*ListServiceProfilesPaginator) HasMorePages ¶
func (p *ListServiceProfilesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListServiceProfilesPaginator) NextPage ¶
func (p *ListServiceProfilesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListServiceProfilesOutput, error)
NextPage retrieves the next ListServiceProfiles page.
type ListServiceProfilesPaginatorOptions ¶
type ListServiceProfilesPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListServiceProfilesPaginatorOptions is the paginator options for ListServiceProfiles
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The ARN of the resource for which you want to list tags. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The tags to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWirelessDevicesAPIClient ¶
type ListWirelessDevicesAPIClient interface {
ListWirelessDevices(context.Context, *ListWirelessDevicesInput, ...func(*Options)) (*ListWirelessDevicesOutput, error)
}
ListWirelessDevicesAPIClient is a client that implements the ListWirelessDevices operation.
type ListWirelessDevicesInput ¶
type ListWirelessDevicesInput struct { // A filter to list only the wireless devices that use this destination. DestinationName *string // A filter to list only the wireless devices that use this device profile. DeviceProfileId *string // The ID of a FUOTA task. FuotaTaskId *string // The maximum number of results to return in this operation. MaxResults int32 // The ID of the multicast group. MulticastGroupId *string // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // A filter to list only the wireless devices that use this service profile. ServiceProfileId *string // A filter to list only the wireless devices that use this wireless device type. WirelessDeviceType types.WirelessDeviceType // contains filtered or unexported fields }
type ListWirelessDevicesOutput ¶
type ListWirelessDevicesOutput struct { // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // The ID of the wireless device. WirelessDeviceList []types.WirelessDeviceStatistics // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWirelessDevicesPaginator ¶
type ListWirelessDevicesPaginator struct {
// contains filtered or unexported fields
}
ListWirelessDevicesPaginator is a paginator for ListWirelessDevices
func NewListWirelessDevicesPaginator ¶
func NewListWirelessDevicesPaginator(client ListWirelessDevicesAPIClient, params *ListWirelessDevicesInput, optFns ...func(*ListWirelessDevicesPaginatorOptions)) *ListWirelessDevicesPaginator
NewListWirelessDevicesPaginator returns a new ListWirelessDevicesPaginator
func (*ListWirelessDevicesPaginator) HasMorePages ¶
func (p *ListWirelessDevicesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListWirelessDevicesPaginator) NextPage ¶
func (p *ListWirelessDevicesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListWirelessDevicesOutput, error)
NextPage retrieves the next ListWirelessDevices page.
type ListWirelessDevicesPaginatorOptions ¶
type ListWirelessDevicesPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListWirelessDevicesPaginatorOptions is the paginator options for ListWirelessDevices
type ListWirelessGatewayTaskDefinitionsInput ¶
type ListWirelessGatewayTaskDefinitionsInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // A filter to list only the wireless gateway task definitions that use this task // definition type. TaskDefinitionType types.WirelessGatewayTaskDefinitionType // contains filtered or unexported fields }
type ListWirelessGatewayTaskDefinitionsOutput ¶
type ListWirelessGatewayTaskDefinitionsOutput struct { // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // The list of task definitions. TaskDefinitions []types.UpdateWirelessGatewayTaskEntry // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWirelessGatewaysAPIClient ¶
type ListWirelessGatewaysAPIClient interface {
ListWirelessGateways(context.Context, *ListWirelessGatewaysInput, ...func(*Options)) (*ListWirelessGatewaysOutput, error)
}
ListWirelessGatewaysAPIClient is a client that implements the ListWirelessGateways operation.
type ListWirelessGatewaysInput ¶
type ListWirelessGatewaysInput struct { // The maximum number of results to return in this operation. MaxResults int32 // To retrieve the next set of results, the nextToken value from a previous // response; otherwise null to receive the first set of results. NextToken *string // contains filtered or unexported fields }
type ListWirelessGatewaysOutput ¶
type ListWirelessGatewaysOutput struct { // The token to use to get the next set of results, or null if there are no // additional results. NextToken *string // The ID of the wireless gateway. WirelessGatewayList []types.WirelessGatewayStatistics // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListWirelessGatewaysPaginator ¶
type ListWirelessGatewaysPaginator struct {
// contains filtered or unexported fields
}
ListWirelessGatewaysPaginator is a paginator for ListWirelessGateways
func NewListWirelessGatewaysPaginator ¶
func NewListWirelessGatewaysPaginator(client ListWirelessGatewaysAPIClient, params *ListWirelessGatewaysInput, optFns ...func(*ListWirelessGatewaysPaginatorOptions)) *ListWirelessGatewaysPaginator
NewListWirelessGatewaysPaginator returns a new ListWirelessGatewaysPaginator
func (*ListWirelessGatewaysPaginator) HasMorePages ¶
func (p *ListWirelessGatewaysPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListWirelessGatewaysPaginator) NextPage ¶
func (p *ListWirelessGatewaysPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListWirelessGatewaysOutput, error)
NextPage retrieves the next ListWirelessGateways page.
type ListWirelessGatewaysPaginatorOptions ¶
type ListWirelessGatewaysPaginatorOptions struct { // The maximum number of results to return in this operation. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListWirelessGatewaysPaginatorOptions is the paginator options for ListWirelessGateways
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig. You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
type PutResourceLogLevelInput ¶ added in v1.6.0
type PutResourceLogLevelInput struct { // The log level for a log message. The log levels can be disabled, or set to ERROR // to display less verbose logs containing only error information, or to INFO for // more detailed logs. // // This member is required. LogLevel types.LogLevel // The identifier of the resource. For a Wireless Device, it is the wireless device // ID. For a wireless gateway, it is the wireless gateway ID. // // This member is required. ResourceIdentifier *string // The type of the resource, which can be WirelessDevice or WirelessGateway. // // This member is required. ResourceType *string // contains filtered or unexported fields }
type PutResourceLogLevelOutput ¶ added in v1.6.0
type PutResourceLogLevelOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResetAllResourceLogLevelsInput ¶ added in v1.6.0
type ResetAllResourceLogLevelsInput struct {
// contains filtered or unexported fields
}
type ResetAllResourceLogLevelsOutput ¶ added in v1.6.0
type ResetAllResourceLogLevelsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResetResourceLogLevelInput ¶ added in v1.6.0
type ResetResourceLogLevelInput struct { // The identifier of the resource. For a Wireless Device, it is the wireless device // ID. For a wireless gateway, it is the wireless gateway ID. // // This member is required. ResourceIdentifier *string // The type of the resource, which can be WirelessDevice or WirelessGateway. // // This member is required. ResourceType *string // contains filtered or unexported fields }
type ResetResourceLogLevelOutput ¶ added in v1.6.0
type ResetResourceLogLevelOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type SendDataToMulticastGroupInput ¶ added in v1.12.0
type SendDataToMulticastGroupInput struct { // The ID of the multicast group. // // This member is required. Id *string // The binary to be sent to the end device, encoded in base64. // // This member is required. PayloadData *string // Wireless metadata that is to be sent to multicast group. // // This member is required. WirelessMetadata *types.MulticastWirelessMetadata // contains filtered or unexported fields }
type SendDataToMulticastGroupOutput ¶ added in v1.12.0
type SendDataToMulticastGroupOutput struct { // ID of a multicast group message. MessageId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SendDataToWirelessDeviceInput ¶
type SendDataToWirelessDeviceInput struct { // The ID of the wireless device to receive the data. // // This member is required. Id *string // The binary to be sent to the end device, encoded in base64. // // This member is required. PayloadData *string // The transmit mode to use to send data to the wireless device. Can be: 0 for UM // (unacknowledge mode) or 1 for AM (acknowledge mode). // // This member is required. TransmitMode *int32 // Metadata about the message request. WirelessMetadata *types.WirelessMetadata // contains filtered or unexported fields }
type SendDataToWirelessDeviceOutput ¶
type SendDataToWirelessDeviceOutput struct { // The ID of the message sent to the wireless device. MessageId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartBulkAssociateWirelessDeviceWithMulticastGroupInput ¶ added in v1.12.0
type StartBulkAssociateWirelessDeviceWithMulticastGroupInput struct { // The ID of the multicast group. // // This member is required. Id *string // Query string used to search for wireless devices as part of the bulk associate // and disassociate process. QueryString *string // The tag to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type StartBulkAssociateWirelessDeviceWithMulticastGroupOutput ¶ added in v1.12.0
type StartBulkAssociateWirelessDeviceWithMulticastGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartBulkDisassociateWirelessDeviceFromMulticastGroupInput ¶ added in v1.12.0
type StartBulkDisassociateWirelessDeviceFromMulticastGroupInput struct { // The ID of the multicast group. // // This member is required. Id *string // Query string used to search for wireless devices as part of the bulk associate // and disassociate process. QueryString *string // The tag to attach to the specified resource. Tags are metadata that you can use // to manage a resource. Tags []types.Tag // contains filtered or unexported fields }
type StartBulkDisassociateWirelessDeviceFromMulticastGroupOutput ¶ added in v1.12.0
type StartBulkDisassociateWirelessDeviceFromMulticastGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartFuotaTaskInput ¶ added in v1.12.0
type StartFuotaTaskInput struct { // The ID of a FUOTA task. // // This member is required. Id *string // The LoRaWAN information used to start a FUOTA task. LoRaWAN *types.LoRaWANStartFuotaTask // contains filtered or unexported fields }
type StartFuotaTaskOutput ¶ added in v1.12.0
type StartFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartMulticastGroupSessionInput ¶ added in v1.12.0
type StartMulticastGroupSessionInput struct { // The ID of the multicast group. // // This member is required. Id *string // The LoRaWAN information used with the multicast session. // // This member is required. LoRaWAN *types.LoRaWANMulticastSession // contains filtered or unexported fields }
type StartMulticastGroupSessionOutput ¶ added in v1.12.0
type StartMulticastGroupSessionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TagResourceInput ¶
type TagResourceInput struct { // The ARN of the resource to add tags to. // // This member is required. ResourceArn *string // Adds to or modifies the tags of the given resource. Tags are metadata that you // can use to manage a resource. // // This member is required. Tags []types.Tag // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TestWirelessDeviceInput ¶
type TestWirelessDeviceInput struct { // The ID of the wireless device to test. // // This member is required. Id *string // contains filtered or unexported fields }
type TestWirelessDeviceOutput ¶
type TestWirelessDeviceOutput struct { // The result returned by the test. Result *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateDestinationInput ¶
type UpdateDestinationInput struct { // The new name of the resource. // // This member is required. Name *string // A new description of the resource. Description *string // The new rule name or topic rule to send messages to. Expression *string // The type of value in Expression. ExpressionType types.ExpressionType // The ARN of the IAM Role that authorizes the destination. RoleArn *string // contains filtered or unexported fields }
type UpdateDestinationOutput ¶
type UpdateDestinationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateEventConfigurationByResourceTypesInput ¶ added in v1.19.0
type UpdateEventConfigurationByResourceTypesInput struct { // Connection status resource type event configuration object for enabling and // disabling wireless gateway topic. ConnectionStatus *types.ConnectionStatusResourceTypeEventConfiguration // Device registration state resource type event configuration object for enabling // and disabling wireless gateway topic. DeviceRegistrationState *types.DeviceRegistrationStateResourceTypeEventConfiguration // Join resource type event configuration object for enabling and disabling // wireless device topic. Join *types.JoinResourceTypeEventConfiguration // Proximity resource type event configuration object for enabling and disabling // wireless gateway topic. Proximity *types.ProximityResourceTypeEventConfiguration // contains filtered or unexported fields }
type UpdateEventConfigurationByResourceTypesOutput ¶ added in v1.19.0
type UpdateEventConfigurationByResourceTypesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateFuotaTaskInput ¶ added in v1.12.0
type UpdateFuotaTaskInput struct { // The ID of a FUOTA task. // // This member is required. Id *string // The description of the new resource. Description *string // The S3 URI points to a firmware update image that is to be used with a FUOTA // task. FirmwareUpdateImage *string // The firmware update role that is to be used with a FUOTA task. FirmwareUpdateRole *string // The LoRaWAN information used with a FUOTA task. LoRaWAN *types.LoRaWANFuotaTask // The name of a FUOTA task. Name *string // contains filtered or unexported fields }
type UpdateFuotaTaskOutput ¶ added in v1.12.0
type UpdateFuotaTaskOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateLogLevelsByResourceTypesInput ¶ added in v1.6.0
type UpdateLogLevelsByResourceTypesInput struct { // The log level for a log message. The log levels can be disabled, or set to ERROR // to display less verbose logs containing only error information, or to INFO for // more detailed logs. DefaultLogLevel types.LogLevel // The list of wireless device log options. WirelessDeviceLogOptions []types.WirelessDeviceLogOption // The list of wireless gateway log options. WirelessGatewayLogOptions []types.WirelessGatewayLogOption // contains filtered or unexported fields }
type UpdateLogLevelsByResourceTypesOutput ¶ added in v1.6.0
type UpdateLogLevelsByResourceTypesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateMulticastGroupInput ¶ added in v1.12.0
type UpdateMulticastGroupInput struct { // The ID of the multicast group. // // This member is required. Id *string // The description of the new resource. Description *string // The LoRaWAN information that is to be used with the multicast group. LoRaWAN *types.LoRaWANMulticast // The name of the multicast group. Name *string // contains filtered or unexported fields }
type UpdateMulticastGroupOutput ¶ added in v1.12.0
type UpdateMulticastGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateNetworkAnalyzerConfigurationInput ¶ added in v1.13.0
type UpdateNetworkAnalyzerConfigurationInput struct { // Name of the network analyzer configuration. // // This member is required. ConfigurationName *string // The description of the new resource. Description *string // Trace content for your wireless gateway and wireless device resources. TraceContent *types.TraceContent // Wireless device resources to add to the network analyzer configuration. Provide // the WirelessDeviceId of the resource to add in the input array. WirelessDevicesToAdd []string // Wireless device resources to remove from the network analyzer configuration. // Provide the WirelessDeviceId of the resources to remove in the input array. WirelessDevicesToRemove []string // Wireless gateway resources to add to the network analyzer configuration. Provide // the WirelessGatewayId of the resource to add in the input array. WirelessGatewaysToAdd []string // Wireless gateway resources to remove from the network analyzer configuration. // Provide the WirelessGatewayId of the resources to remove in the input array. WirelessGatewaysToRemove []string // contains filtered or unexported fields }
type UpdateNetworkAnalyzerConfigurationOutput ¶ added in v1.13.0
type UpdateNetworkAnalyzerConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdatePartnerAccountInput ¶
type UpdatePartnerAccountInput struct { // The ID of the partner account to update. // // This member is required. PartnerAccountId *string // The partner type. // // This member is required. PartnerType types.PartnerType // The Sidewalk account credentials. // // This member is required. Sidewalk *types.SidewalkUpdateAccount // contains filtered or unexported fields }
type UpdatePartnerAccountOutput ¶
type UpdatePartnerAccountOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateResourceEventConfigurationInput ¶ added in v1.12.0
type UpdateResourceEventConfigurationInput struct { // Resource identifier to opt in for event messaging. // // This member is required. Identifier *string // Identifier type of the particular resource identifier for event configuration. // // This member is required. IdentifierType types.IdentifierType // Event configuration for the connection status event ConnectionStatus *types.ConnectionStatusEventConfiguration // Event configuration for the device registration state event DeviceRegistrationState *types.DeviceRegistrationStateEventConfiguration // Event configuration for the join event Join *types.JoinEventConfiguration // Partner type of the resource if the identifier type is PartnerAccountId PartnerType types.EventNotificationPartnerType // Event configuration for the Proximity event Proximity *types.ProximityEventConfiguration // contains filtered or unexported fields }
type UpdateResourceEventConfigurationOutput ¶ added in v1.12.0
type UpdateResourceEventConfigurationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateWirelessDeviceInput ¶
type UpdateWirelessDeviceInput struct { // The ID of the resource to update. // // This member is required. Id *string // A new description of the resource. Description *string // The name of the new destination for the device. DestinationName *string // The updated wireless device's configuration. LoRaWAN *types.LoRaWANUpdateDevice // The new name of the resource. Name *string // contains filtered or unexported fields }
type UpdateWirelessDeviceOutput ¶
type UpdateWirelessDeviceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateWirelessGatewayInput ¶
type UpdateWirelessGatewayInput struct { // The ID of the resource to update. // // This member is required. Id *string // A new description of the resource. Description *string // A list of JoinEuiRange used by LoRa gateways to filter LoRa frames. JoinEuiFilters [][]string // The new name of the resource. Name *string // A list of NetId values that are used by LoRa gateways to filter the uplink // frames. NetIdFilters []string // contains filtered or unexported fields }
type UpdateWirelessGatewayOutput ¶
type UpdateWirelessGatewayOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
- api_client.go
- api_op_AssociateAwsAccountWithPartnerAccount.go
- api_op_AssociateMulticastGroupWithFuotaTask.go
- api_op_AssociateWirelessDeviceWithFuotaTask.go
- api_op_AssociateWirelessDeviceWithMulticastGroup.go
- api_op_AssociateWirelessDeviceWithThing.go
- api_op_AssociateWirelessGatewayWithCertificate.go
- api_op_AssociateWirelessGatewayWithThing.go
- api_op_CancelMulticastGroupSession.go
- api_op_CreateDestination.go
- api_op_CreateDeviceProfile.go
- api_op_CreateFuotaTask.go
- api_op_CreateMulticastGroup.go
- api_op_CreateNetworkAnalyzerConfiguration.go
- api_op_CreateServiceProfile.go
- api_op_CreateWirelessDevice.go
- api_op_CreateWirelessGateway.go
- api_op_CreateWirelessGatewayTask.go
- api_op_CreateWirelessGatewayTaskDefinition.go
- api_op_DeleteDestination.go
- api_op_DeleteDeviceProfile.go
- api_op_DeleteFuotaTask.go
- api_op_DeleteMulticastGroup.go
- api_op_DeleteNetworkAnalyzerConfiguration.go
- api_op_DeleteQueuedMessages.go
- api_op_DeleteServiceProfile.go
- api_op_DeleteWirelessDevice.go
- api_op_DeleteWirelessGateway.go
- api_op_DeleteWirelessGatewayTask.go
- api_op_DeleteWirelessGatewayTaskDefinition.go
- api_op_DisassociateAwsAccountFromPartnerAccount.go
- api_op_DisassociateMulticastGroupFromFuotaTask.go
- api_op_DisassociateWirelessDeviceFromFuotaTask.go
- api_op_DisassociateWirelessDeviceFromMulticastGroup.go
- api_op_DisassociateWirelessDeviceFromThing.go
- api_op_DisassociateWirelessGatewayFromCertificate.go
- api_op_DisassociateWirelessGatewayFromThing.go
- api_op_GetDestination.go
- api_op_GetDeviceProfile.go
- api_op_GetEventConfigurationByResourceTypes.go
- api_op_GetFuotaTask.go
- api_op_GetLogLevelsByResourceTypes.go
- api_op_GetMulticastGroup.go
- api_op_GetMulticastGroupSession.go
- api_op_GetNetworkAnalyzerConfiguration.go
- api_op_GetPartnerAccount.go
- api_op_GetResourceEventConfiguration.go
- api_op_GetResourceLogLevel.go
- api_op_GetServiceEndpoint.go
- api_op_GetServiceProfile.go
- api_op_GetWirelessDevice.go
- api_op_GetWirelessDeviceStatistics.go
- api_op_GetWirelessGateway.go
- api_op_GetWirelessGatewayCertificate.go
- api_op_GetWirelessGatewayFirmwareInformation.go
- api_op_GetWirelessGatewayStatistics.go
- api_op_GetWirelessGatewayTask.go
- api_op_GetWirelessGatewayTaskDefinition.go
- api_op_ListDestinations.go
- api_op_ListDeviceProfiles.go
- api_op_ListEventConfigurations.go
- api_op_ListFuotaTasks.go
- api_op_ListMulticastGroups.go
- api_op_ListMulticastGroupsByFuotaTask.go
- api_op_ListNetworkAnalyzerConfigurations.go
- api_op_ListPartnerAccounts.go
- api_op_ListQueuedMessages.go
- api_op_ListServiceProfiles.go
- api_op_ListTagsForResource.go
- api_op_ListWirelessDevices.go
- api_op_ListWirelessGatewayTaskDefinitions.go
- api_op_ListWirelessGateways.go
- api_op_PutResourceLogLevel.go
- api_op_ResetAllResourceLogLevels.go
- api_op_ResetResourceLogLevel.go
- api_op_SendDataToMulticastGroup.go
- api_op_SendDataToWirelessDevice.go
- api_op_StartBulkAssociateWirelessDeviceWithMulticastGroup.go
- api_op_StartBulkDisassociateWirelessDeviceFromMulticastGroup.go
- api_op_StartFuotaTask.go
- api_op_StartMulticastGroupSession.go
- api_op_TagResource.go
- api_op_TestWirelessDevice.go
- api_op_UntagResource.go
- api_op_UpdateDestination.go
- api_op_UpdateEventConfigurationByResourceTypes.go
- api_op_UpdateFuotaTask.go
- api_op_UpdateLogLevelsByResourceTypes.go
- api_op_UpdateMulticastGroup.go
- api_op_UpdateNetworkAnalyzerConfiguration.go
- api_op_UpdatePartnerAccount.go
- api_op_UpdateResourceEventConfiguration.go
- api_op_UpdateWirelessDevice.go
- api_op_UpdateWirelessGateway.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- serializers.go
- validators.go