@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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListWirelessDeviceImportTasksCommandOutput
|
|
|
19
19
|
declare const ListWirelessDeviceImportTasksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWirelessDeviceImportTasksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWirelessDeviceImportTasksCommandInput,
|
|
24
24
|
ListWirelessDeviceImportTasksCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWirelessDeviceImportTasksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListWirelessDeviceImportTasksCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWirelessDeviceImportTasksCommandInput,
|
|
33
33
|
ListWirelessDeviceImportTasksCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWirelessDeviceImportTasksCommand extends ListWirelessDeviceImportTasksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListWirelessDevicesCommandOutput
|
|
|
19
19
|
declare const ListWirelessDevicesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWirelessDevicesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWirelessDevicesCommandInput,
|
|
24
24
|
ListWirelessDevicesCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWirelessDevicesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListWirelessDevicesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWirelessDevicesCommandInput,
|
|
33
33
|
ListWirelessDevicesCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWirelessDevicesCommand extends ListWirelessDevicesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListWirelessGatewayTaskDefinitionsCommandOutput
|
|
|
19
19
|
declare const ListWirelessGatewayTaskDefinitionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWirelessGatewayTaskDefinitionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWirelessGatewayTaskDefinitionsCommandInput,
|
|
24
24
|
ListWirelessGatewayTaskDefinitionsCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWirelessGatewayTaskDefinitionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListWirelessGatewayTaskDefinitionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWirelessGatewayTaskDefinitionsCommandInput,
|
|
33
33
|
ListWirelessGatewayTaskDefinitionsCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWirelessGatewayTaskDefinitionsCommand extends ListWirelessGatewayTaskDefinitionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListWirelessGatewaysCommandOutput
|
|
|
19
19
|
declare const ListWirelessGatewaysCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWirelessGatewaysCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWirelessGatewaysCommandInput,
|
|
24
24
|
ListWirelessGatewaysCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWirelessGatewaysCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListWirelessGatewaysCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWirelessGatewaysCommandInput,
|
|
33
33
|
ListWirelessGatewaysCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWirelessGatewaysCommand extends ListWirelessGatewaysCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutPositionConfigurationCommandOutput
|
|
|
19
19
|
declare const PutPositionConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutPositionConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutPositionConfigurationCommandInput,
|
|
24
24
|
PutPositionConfigurationCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutPositionConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutPositionConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutPositionConfigurationCommandInput,
|
|
33
33
|
PutPositionConfigurationCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutPositionConfigurationCommand extends PutPositionConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutResourceLogLevelCommandOutput
|
|
|
19
19
|
declare const PutResourceLogLevelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutResourceLogLevelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutResourceLogLevelCommandInput,
|
|
24
24
|
PutResourceLogLevelCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutResourceLogLevelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutResourceLogLevelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutResourceLogLevelCommandInput,
|
|
33
33
|
PutResourceLogLevelCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutResourceLogLevelCommand extends PutResourceLogLevelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ResetAllResourceLogLevelsCommandOutput
|
|
|
19
19
|
declare const ResetAllResourceLogLevelsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ResetAllResourceLogLevelsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ResetAllResourceLogLevelsCommandInput,
|
|
24
24
|
ResetAllResourceLogLevelsCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ResetAllResourceLogLevelsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ResetAllResourceLogLevelsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ResetAllResourceLogLevelsCommandInput,
|
|
33
33
|
ResetAllResourceLogLevelsCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ResetAllResourceLogLevelsCommand extends ResetAllResourceLogLevelsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ResetResourceLogLevelCommandOutput
|
|
|
19
19
|
declare const ResetResourceLogLevelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ResetResourceLogLevelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ResetResourceLogLevelCommandInput,
|
|
24
24
|
ResetResourceLogLevelCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ResetResourceLogLevelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ResetResourceLogLevelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ResetResourceLogLevelCommandInput,
|
|
33
33
|
ResetResourceLogLevelCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ResetResourceLogLevelCommand extends ResetResourceLogLevelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SendDataToMulticastGroupCommandOutput
|
|
|
19
19
|
declare const SendDataToMulticastGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SendDataToMulticastGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SendDataToMulticastGroupCommandInput,
|
|
24
24
|
SendDataToMulticastGroupCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SendDataToMulticastGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SendDataToMulticastGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SendDataToMulticastGroupCommandInput,
|
|
33
33
|
SendDataToMulticastGroupCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SendDataToMulticastGroupCommand extends SendDataToMulticastGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -17,7 +17,7 @@ export interface SendDataToWirelessDeviceCommandOutput
|
|
|
17
17
|
declare const SendDataToWirelessDeviceCommand_base: {
|
|
18
18
|
new (
|
|
19
19
|
input: SendDataToWirelessDeviceCommandInput
|
|
20
|
-
): import("@smithy/
|
|
20
|
+
): import("@smithy/core/client").CommandImpl<
|
|
21
21
|
SendDataToWirelessDeviceCommandInput,
|
|
22
22
|
SendDataToWirelessDeviceCommandOutput,
|
|
23
23
|
IoTWirelessClientResolvedConfig,
|
|
@@ -26,14 +26,16 @@ declare const SendDataToWirelessDeviceCommand_base: {
|
|
|
26
26
|
>;
|
|
27
27
|
new (
|
|
28
28
|
input: SendDataToWirelessDeviceCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
SendDataToWirelessDeviceCommandInput,
|
|
31
31
|
SendDataToWirelessDeviceCommandOutput,
|
|
32
32
|
IoTWirelessClientResolvedConfig,
|
|
33
33
|
ServiceInputTypes,
|
|
34
34
|
ServiceOutputTypes
|
|
35
35
|
>;
|
|
36
|
-
getEndpointParameterInstructions():
|
|
36
|
+
getEndpointParameterInstructions(): {
|
|
37
|
+
[x: string]: unknown;
|
|
38
|
+
};
|
|
37
39
|
};
|
|
38
40
|
export declare class SendDataToWirelessDeviceCommand extends SendDataToWirelessDeviceCommand_base {
|
|
39
41
|
protected static __types: {
|
package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput
|
|
|
19
19
|
declare const StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput,
|
|
24
24
|
StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput,
|
|
33
33
|
StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOut
|
|
|
19
19
|
declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput,
|
|
24
24
|
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand_base:
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput,
|
|
33
33
|
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extends StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface StartFuotaTaskCommandOutput
|
|
|
18
18
|
declare const StartFuotaTaskCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: StartFuotaTaskCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
StartFuotaTaskCommandInput,
|
|
23
23
|
StartFuotaTaskCommandOutput,
|
|
24
24
|
IoTWirelessClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const StartFuotaTaskCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: StartFuotaTaskCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
StartFuotaTaskCommandInput,
|
|
32
32
|
StartFuotaTaskCommandOutput,
|
|
33
33
|
IoTWirelessClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class StartFuotaTaskCommand extends StartFuotaTaskCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartMulticastGroupSessionCommandOutput
|
|
|
19
19
|
declare const StartMulticastGroupSessionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartMulticastGroupSessionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartMulticastGroupSessionCommandInput,
|
|
24
24
|
StartMulticastGroupSessionCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartMulticastGroupSessionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartMulticastGroupSessionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartMulticastGroupSessionCommandInput,
|
|
33
33
|
StartMulticastGroupSessionCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartMulticastGroupSessionCommand extends StartMulticastGroupSessionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartSingleWirelessDeviceImportTaskCommandOutput
|
|
|
19
19
|
declare const StartSingleWirelessDeviceImportTaskCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartSingleWirelessDeviceImportTaskCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
24
24
|
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartSingleWirelessDeviceImportTaskCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartSingleWirelessDeviceImportTaskCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
33
33
|
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartSingleWirelessDeviceImportTaskCommand extends StartSingleWirelessDeviceImportTaskCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartWirelessDeviceImportTaskCommandOutput
|
|
|
19
19
|
declare const StartWirelessDeviceImportTaskCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartWirelessDeviceImportTaskCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartWirelessDeviceImportTaskCommandInput,
|
|
24
24
|
StartWirelessDeviceImportTaskCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartWirelessDeviceImportTaskCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartWirelessDeviceImportTaskCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartWirelessDeviceImportTaskCommandInput,
|
|
33
33
|
StartWirelessDeviceImportTaskCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartWirelessDeviceImportTaskCommand extends StartWirelessDeviceImportTaskCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
IoTWirelessClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
IoTWirelessClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
IoTWirelessClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface TestWirelessDeviceCommandOutput
|
|
|
19
19
|
declare const TestWirelessDeviceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: TestWirelessDeviceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
TestWirelessDeviceCommandInput,
|
|
24
24
|
TestWirelessDeviceCommandOutput,
|
|
25
25
|
IoTWirelessClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const TestWirelessDeviceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: TestWirelessDeviceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
TestWirelessDeviceCommandInput,
|
|
33
33
|
TestWirelessDeviceCommandOutput,
|
|
34
34
|
IoTWirelessClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class TestWirelessDeviceCommand extends TestWirelessDeviceCommand_base {
|
|
41
43
|
protected static __types: {
|