@aws-sdk/client-iot-wireless 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +240 -241
- package/dist-cjs/models/IoTWirelessServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/IoTWireless.js +1 -1
- package/dist-es/IoTWirelessClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAwsAccountWithPartnerAccountCommand.js +2 -2
- package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +2 -2
- package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +2 -2
- package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +2 -2
- package/dist-es/commands/AssociateWirelessDeviceWithThingCommand.js +2 -2
- package/dist-es/commands/AssociateWirelessGatewayWithCertificateCommand.js +2 -2
- package/dist-es/commands/AssociateWirelessGatewayWithThingCommand.js +2 -2
- package/dist-es/commands/CancelMulticastGroupSessionCommand.js +2 -2
- package/dist-es/commands/CreateDestinationCommand.js +2 -2
- package/dist-es/commands/CreateDeviceProfileCommand.js +2 -2
- package/dist-es/commands/CreateFuotaTaskCommand.js +2 -2
- package/dist-es/commands/CreateMulticastGroupCommand.js +2 -2
- package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateServiceProfileCommand.js +2 -2
- package/dist-es/commands/CreateWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/CreateWirelessGatewayCommand.js +2 -2
- package/dist-es/commands/CreateWirelessGatewayTaskCommand.js +2 -2
- package/dist-es/commands/CreateWirelessGatewayTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteDeviceProfileCommand.js +2 -2
- package/dist-es/commands/DeleteFuotaTaskCommand.js +2 -2
- package/dist-es/commands/DeleteMulticastGroupCommand.js +2 -2
- package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteQueuedMessagesCommand.js +2 -2
- package/dist-es/commands/DeleteServiceProfileCommand.js +2 -2
- package/dist-es/commands/DeleteWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +2 -2
- package/dist-es/commands/DeleteWirelessGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteWirelessGatewayTaskCommand.js +2 -2
- package/dist-es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/DeregisterWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +2 -2
- package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +2 -2
- package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateWirelessDeviceFromThingCommand.js +2 -2
- package/dist-es/commands/DisassociateWirelessGatewayFromCertificateCommand.js +2 -2
- package/dist-es/commands/DisassociateWirelessGatewayFromThingCommand.js +2 -2
- package/dist-es/commands/GetDestinationCommand.js +2 -2
- package/dist-es/commands/GetDeviceProfileCommand.js +2 -2
- package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +2 -2
- package/dist-es/commands/GetFuotaTaskCommand.js +2 -2
- package/dist-es/commands/GetLogLevelsByResourceTypesCommand.js +2 -2
- package/dist-es/commands/GetMetricConfigurationCommand.js +2 -2
- package/dist-es/commands/GetMetricsCommand.js +2 -2
- package/dist-es/commands/GetMulticastGroupCommand.js +2 -2
- package/dist-es/commands/GetMulticastGroupSessionCommand.js +2 -2
- package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPartnerAccountCommand.js +2 -2
- package/dist-es/commands/GetPositionCommand.js +2 -2
- package/dist-es/commands/GetPositionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPositionEstimateCommand.js +2 -2
- package/dist-es/commands/GetResourceEventConfigurationCommand.js +2 -2
- package/dist-es/commands/GetResourceLogLevelCommand.js +2 -2
- package/dist-es/commands/GetResourcePositionCommand.js +2 -2
- package/dist-es/commands/GetServiceEndpointCommand.js +2 -2
- package/dist-es/commands/GetServiceProfileCommand.js +2 -2
- package/dist-es/commands/GetWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +2 -2
- package/dist-es/commands/GetWirelessDeviceStatisticsCommand.js +2 -2
- package/dist-es/commands/GetWirelessGatewayCertificateCommand.js +2 -2
- package/dist-es/commands/GetWirelessGatewayCommand.js +2 -2
- package/dist-es/commands/GetWirelessGatewayFirmwareInformationCommand.js +2 -2
- package/dist-es/commands/GetWirelessGatewayStatisticsCommand.js +2 -2
- package/dist-es/commands/GetWirelessGatewayTaskCommand.js +2 -2
- package/dist-es/commands/GetWirelessGatewayTaskDefinitionCommand.js +2 -2
- package/dist-es/commands/ListDestinationsCommand.js +2 -2
- package/dist-es/commands/ListDeviceProfilesCommand.js +2 -2
- package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +2 -2
- package/dist-es/commands/ListEventConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListFuotaTasksCommand.js +2 -2
- package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +2 -2
- package/dist-es/commands/ListMulticastGroupsCommand.js +2 -2
- package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListPartnerAccountsCommand.js +2 -2
- package/dist-es/commands/ListPositionConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListQueuedMessagesCommand.js +2 -2
- package/dist-es/commands/ListServiceProfilesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +2 -2
- package/dist-es/commands/ListWirelessDevicesCommand.js +2 -2
- package/dist-es/commands/ListWirelessGatewayTaskDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListWirelessGatewaysCommand.js +2 -2
- package/dist-es/commands/PutPositionConfigurationCommand.js +2 -2
- package/dist-es/commands/PutResourceLogLevelCommand.js +2 -2
- package/dist-es/commands/ResetAllResourceLogLevelsCommand.js +2 -2
- package/dist-es/commands/ResetResourceLogLevelCommand.js +2 -2
- package/dist-es/commands/SendDataToMulticastGroupCommand.js +2 -2
- package/dist-es/commands/SendDataToWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +2 -2
- package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +2 -2
- package/dist-es/commands/StartFuotaTaskCommand.js +2 -2
- package/dist-es/commands/StartMulticastGroupSessionCommand.js +2 -2
- package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +2 -2
- package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +2 -2
- package/dist-es/commands/UpdateFuotaTaskCommand.js +2 -2
- package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +2 -2
- package/dist-es/commands/UpdateMetricConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateMulticastGroupCommand.js +2 -2
- package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdatePartnerAccountCommand.js +2 -2
- package/dist-es/commands/UpdatePositionCommand.js +2 -2
- package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateResourcePositionCommand.js +2 -2
- package/dist-es/commands/UpdateWirelessDeviceCommand.js +2 -2
- package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +2 -2
- package/dist-es/commands/UpdateWirelessGatewayCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/IoTWirelessServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/IoTWirelessClient.d.ts +5 -5
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +6 -4
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +6 -4
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -4
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +6 -4
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDestinationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +6 -4
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +6 -4
- package/dist-types/commands/GetDestinationCommand.d.ts +6 -4
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/GetMetricConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetMetricsCommand.d.ts +6 -4
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetPositionCommand.d.ts +6 -4
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +7 -5
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePositionCommand.d.ts +7 -5
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/ListDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +6 -4
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +6 -4
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +6 -4
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +6 -4
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +6 -4
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +6 -4
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +6 -4
- package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDestinationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMetricConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePositionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/IoTWirelessServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithThingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateWirelessGatewayWithThingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMulticastGroupSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeviceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWirelessGatewayTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeviceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQueuedMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWirelessGatewayTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeviceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLogLevelsByResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetricConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetricsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMulticastGroupSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPartnerAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPositionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetResourceEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceLogLevelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetServiceEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessDeviceStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessGatewayCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessGatewayStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessGatewayTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeviceProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFuotaTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMulticastGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMetricConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMulticastGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/IoTWirelessServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { CreateWirelessGatewayTaskDefinitionRequest, CreateWirelessGatewayTaskDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateWirelessGatewayTaskDefinitionCommandInput extends CreateW
|
|
|
22
22
|
export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends CreateWirelessGatewayTaskDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWirelessGatewayTaskDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateWirelessGatewayTaskDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWirelessGatewayTaskDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWirelessGatewayTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWirelessGatewayTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a gateway task definition.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteDestinationRequest, DeleteDestinationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDestinationCommandInput extends DeleteDestinationRequest
|
|
|
22
22
|
export interface DeleteDestinationCommandOutput extends DeleteDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDestinationCommand_base: {
|
|
25
|
-
new (input: DeleteDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDestinationCommandInput, DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a destination.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteDeviceProfileRequest, DeleteDeviceProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDeviceProfileCommandInput extends DeleteDeviceProfileRequ
|
|
|
22
22
|
export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDeviceProfileCommand_base: {
|
|
25
|
-
new (input: DeleteDeviceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDeviceProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDeviceProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDeviceProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a device profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteFuotaTaskRequest, DeleteFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFuotaTaskCommandInput extends DeleteFuotaTaskRequest {
|
|
|
22
22
|
export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFuotaTaskCommand_base: {
|
|
25
|
-
new (input: DeleteFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a FUOTA task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteMulticastGroupRequest, DeleteMulticastGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMulticastGroupCommandInput extends DeleteMulticastGroupRe
|
|
|
22
22
|
export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMulticastGroupCommand_base: {
|
|
25
|
-
new (input: DeleteMulticastGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMulticastGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a multicast group if it is not in use by a FUOTA task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteNetworkAnalyzerConfigurationRequest, DeleteNetworkAnalyzerConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteNetworkAnalyzerConfigurationCommandInput extends DeleteNe
|
|
|
22
22
|
export interface DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteNetworkAnalyzerConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNetworkAnalyzerConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteNetworkAnalyzerConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteNetworkAnalyzerConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteNetworkAnalyzerConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteNetworkAnalyzerConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a network analyzer configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteQueuedMessagesRequest, DeleteQueuedMessagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteQueuedMessagesCommandInput extends DeleteQueuedMessagesRe
|
|
|
22
22
|
export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteQueuedMessagesCommand_base: {
|
|
25
|
-
new (input: DeleteQueuedMessagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteQueuedMessagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteQueuedMessagesCommandInput): import("@smithy/core/client").CommandImpl<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteQueuedMessagesCommandInput): import("@smithy/core/client").CommandImpl<DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Remove queued messages from the downlink queue.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteServiceProfileRequest, DeleteServiceProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteServiceProfileCommandInput extends DeleteServiceProfileRe
|
|
|
22
22
|
export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteServiceProfileCommand_base: {
|
|
25
|
-
new (input: DeleteServiceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteServiceProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteServiceProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteServiceProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a service profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteWirelessDeviceRequest, DeleteWirelessDeviceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWirelessDeviceCommandInput extends DeleteWirelessDeviceRe
|
|
|
22
22
|
export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWirelessDeviceCommand_base: {
|
|
25
|
-
new (input: DeleteWirelessDeviceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWirelessDeviceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a wireless device.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteWirelessDeviceImportTaskRequest, DeleteWirelessDeviceImportTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWirelessDeviceImportTaskCommandInput extends DeleteWirele
|
|
|
22
22
|
export interface DeleteWirelessDeviceImportTaskCommandOutput extends DeleteWirelessDeviceImportTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWirelessDeviceImportTaskCommand_base: {
|
|
25
|
-
new (input: DeleteWirelessDeviceImportTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWirelessDeviceImportTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWirelessDeviceImportTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWirelessDeviceImportTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an import task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteWirelessGatewayRequest, DeleteWirelessGatewayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWirelessGatewayCommandInput extends DeleteWirelessGateway
|
|
|
22
22
|
export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWirelessGatewayCommand_base: {
|
|
25
|
-
new (input: DeleteWirelessGatewayCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWirelessGatewayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWirelessGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWirelessGatewayCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a wireless gateway.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteWirelessGatewayTaskRequest, DeleteWirelessGatewayTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWirelessGatewayTaskCommandInput extends DeleteWirelessGat
|
|
|
22
22
|
export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGatewayTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWirelessGatewayTaskCommand_base: {
|
|
25
|
-
new (input: DeleteWirelessGatewayTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWirelessGatewayTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWirelessGatewayTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWirelessGatewayTaskCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a wireless gateway task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeleteWirelessGatewayTaskDefinitionRequest, DeleteWirelessGatewayTaskDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandInput extends DeleteW
|
|
|
22
22
|
export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends DeleteWirelessGatewayTaskDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWirelessGatewayTaskDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteWirelessGatewayTaskDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWirelessGatewayTaskDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWirelessGatewayTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWirelessGatewayTaskDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a wireless gateway task definition. Deleting this task definition does not
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DeregisterWirelessDeviceRequest, DeregisterWirelessDeviceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterWirelessDeviceCommandInput extends DeregisterWireless
|
|
|
22
22
|
export interface DeregisterWirelessDeviceCommandOutput extends DeregisterWirelessDeviceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterWirelessDeviceCommand_base: {
|
|
25
|
-
new (input: DeregisterWirelessDeviceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterWirelessDeviceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregister a wireless device from AWS IoT Wireless.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateAwsAccountFromPartnerAccountRequest, DisassociateAwsAccountFromPartnerAccountResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandInput extends Di
|
|
|
22
22
|
export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends DisassociateAwsAccountFromPartnerAccountResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateAwsAccountFromPartnerAccountCommand_base: {
|
|
25
|
-
new (input: DisassociateAwsAccountFromPartnerAccountCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateAwsAccountFromPartnerAccountCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateAwsAccountFromPartnerAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateAwsAccountFromPartnerAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates your AWS account from a partner account. If
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateMulticastGroupFromFuotaTaskRequest, DisassociateMulticastGroupFromFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateMulticastGroupFromFuotaTaskCommandInput extends Dis
|
|
|
22
22
|
export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends DisassociateMulticastGroupFromFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateMulticastGroupFromFuotaTaskCommand_base: {
|
|
25
|
-
new (input: DisassociateMulticastGroupFromFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateMulticastGroupFromFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateMulticastGroupFromFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateMulticastGroupFromFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a multicast group from a FUOTA task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateWirelessDeviceFromFuotaTaskRequest, DisassociateWirelessDeviceFromFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateWirelessDeviceFromFuotaTaskCommandInput extends Dis
|
|
|
22
22
|
export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends DisassociateWirelessDeviceFromFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateWirelessDeviceFromFuotaTaskCommand_base: {
|
|
25
|
-
new (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a wireless device from a FUOTA task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateWirelessDeviceFromMulticastGroupRequest, DisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateWirelessDeviceFromMulticastGroupCommandInput extend
|
|
|
22
22
|
export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput extends DisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateWirelessDeviceFromMulticastGroupCommand_base: {
|
|
25
|
-
new (input: DisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a wireless device from a multicast group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateWirelessDeviceFromThingRequest, DisassociateWirelessDeviceFromThingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateWirelessDeviceFromThingCommandInput extends Disasso
|
|
|
22
22
|
export interface DisassociateWirelessDeviceFromThingCommandOutput extends DisassociateWirelessDeviceFromThingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateWirelessDeviceFromThingCommand_base: {
|
|
25
|
-
new (input: DisassociateWirelessDeviceFromThingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateWirelessDeviceFromThingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateWirelessDeviceFromThingCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateWirelessDeviceFromThingCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a wireless device from its currently associated thing.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateWirelessGatewayFromCertificateRequest, DisassociateWirelessGatewayFromCertificateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateWirelessGatewayFromCertificateCommandInput extends
|
|
|
22
22
|
export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends DisassociateWirelessGatewayFromCertificateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateWirelessGatewayFromCertificateCommand_base: {
|
|
25
|
-
new (input: DisassociateWirelessGatewayFromCertificateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateWirelessGatewayFromCertificateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateWirelessGatewayFromCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateWirelessGatewayFromCertificateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a wireless gateway from its currently associated certificate.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { DisassociateWirelessGatewayFromThingRequest, DisassociateWirelessGatewayFromThingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateWirelessGatewayFromThingCommandInput extends Disass
|
|
|
22
22
|
export interface DisassociateWirelessGatewayFromThingCommandOutput extends DisassociateWirelessGatewayFromThingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateWirelessGatewayFromThingCommand_base: {
|
|
25
|
-
new (input: DisassociateWirelessGatewayFromThingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateWirelessGatewayFromThingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateWirelessGatewayFromThingCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateWirelessGatewayFromThingCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a wireless gateway from its currently associated thing.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { GetDestinationRequest, GetDestinationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDestinationCommandInput extends GetDestinationRequest {
|
|
|
22
22
|
export interface GetDestinationCommandOutput extends GetDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDestinationCommand_base: {
|
|
25
|
-
new (input: GetDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDestinationCommandInput): import("@smithy/core/client").CommandImpl<GetDestinationCommandInput, GetDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a destination.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { GetDeviceProfileRequest, GetDeviceProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDeviceProfileCommandInput extends GetDeviceProfileRequest {
|
|
|
22
22
|
export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDeviceProfileCommand_base: {
|
|
25
|
-
new (input: GetDeviceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDeviceProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDeviceProfileCommandInput): import("@smithy/core/client").CommandImpl<GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDeviceProfileCommandInput): import("@smithy/core/client").CommandImpl<GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a device profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { GetEventConfigurationByResourceTypesRequest, GetEventConfigurationByResourceTypesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEventConfigurationByResourceTypesCommandInput extends GetEve
|
|
|
22
22
|
export interface GetEventConfigurationByResourceTypesCommandOutput extends GetEventConfigurationByResourceTypesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEventConfigurationByResourceTypesCommand_base: {
|
|
25
|
-
new (input: GetEventConfigurationByResourceTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEventConfigurationByResourceTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEventConfigurationByResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetEventConfigurationByResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the event configuration based on resource types.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { GetFuotaTaskRequest, GetFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFuotaTaskCommandInput extends GetFuotaTaskRequest {
|
|
|
22
22
|
export interface GetFuotaTaskCommandOutput extends GetFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFuotaTaskCommand_base: {
|
|
25
|
-
new (input: GetFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a FUOTA task.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
4
4
|
import type { GetLogLevelsByResourceTypesRequest, GetLogLevelsByResourceTypesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLogLevelsByResourceTypesCommandInput extends GetLogLevelsByR
|
|
|
22
22
|
export interface GetLogLevelsByResourceTypesCommandOutput extends GetLogLevelsByResourceTypesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLogLevelsByResourceTypesCommand_base: {
|
|
25
|
-
new (input: GetLogLevelsByResourceTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetLogLevelsByResourceTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLogLevelsByResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetLogLevelsByResourceTypesCommandInput]): import("@smithy/core/client").CommandImpl<GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns current default log levels or log levels by resource types. Based on the
|