@aws-sdk/client-iot-wireless 3.1045.0 → 3.1046.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,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateMetricConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateMulticastGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateNetworkAnalyzerConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePartnerAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePosition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateResourceEventConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateResourcePosition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateWirelessDevice$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateWirelessDeviceImportTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateWirelessGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class IoTWirelessServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultIoTWirelessHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
|
|
@@ -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 { AssociateAwsAccountWithPartnerAccountRequest, AssociateAwsAccountWithPartnerAccountResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateAwsAccountWithPartnerAccountCommandInput extends Assoc
|
|
|
22
22
|
export interface AssociateAwsAccountWithPartnerAccountCommandOutput extends AssociateAwsAccountWithPartnerAccountResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateAwsAccountWithPartnerAccountCommand_base: {
|
|
25
|
-
new (input: AssociateAwsAccountWithPartnerAccountCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateAwsAccountWithPartnerAccountCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateAwsAccountWithPartnerAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateAwsAccountWithPartnerAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a partner account with your AWS account.</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 { AssociateMulticastGroupWithFuotaTaskRequest, AssociateMulticastGroupWithFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateMulticastGroupWithFuotaTaskCommandInput extends Associ
|
|
|
22
22
|
export interface AssociateMulticastGroupWithFuotaTaskCommandOutput extends AssociateMulticastGroupWithFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateMulticastGroupWithFuotaTaskCommand_base: {
|
|
25
|
-
new (input: AssociateMulticastGroupWithFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateMulticastGroupWithFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateMulticastGroupWithFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateMulticastGroupWithFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associate a multicast group with 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 { AssociateWirelessDeviceWithFuotaTaskRequest, AssociateWirelessDeviceWithFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateWirelessDeviceWithFuotaTaskCommandInput extends Associ
|
|
|
22
22
|
export interface AssociateWirelessDeviceWithFuotaTaskCommandOutput extends AssociateWirelessDeviceWithFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateWirelessDeviceWithFuotaTaskCommand_base: {
|
|
25
|
-
new (input: AssociateWirelessDeviceWithFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateWirelessDeviceWithFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateWirelessDeviceWithFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateWirelessDeviceWithFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associate a wireless device with 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 { AssociateWirelessDeviceWithMulticastGroupRequest, AssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateWirelessDeviceWithMulticastGroupCommandInput extends A
|
|
|
22
22
|
export interface AssociateWirelessDeviceWithMulticastGroupCommandOutput extends AssociateWirelessDeviceWithMulticastGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateWirelessDeviceWithMulticastGroupCommand_base: {
|
|
25
|
-
new (input: AssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a wireless device with 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 { AssociateWirelessDeviceWithThingRequest, AssociateWirelessDeviceWithThingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateWirelessDeviceWithThingCommandInput extends AssociateW
|
|
|
22
22
|
export interface AssociateWirelessDeviceWithThingCommandOutput extends AssociateWirelessDeviceWithThingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateWirelessDeviceWithThingCommand_base: {
|
|
25
|
-
new (input: AssociateWirelessDeviceWithThingCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateWirelessDeviceWithThingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateWirelessDeviceWithThingCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateWirelessDeviceWithThingCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a wireless device with a 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 { AssociateWirelessGatewayWithCertificateRequest, AssociateWirelessGatewayWithCertificateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateWirelessGatewayWithCertificateCommandInput extends Ass
|
|
|
22
22
|
export interface AssociateWirelessGatewayWithCertificateCommandOutput extends AssociateWirelessGatewayWithCertificateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateWirelessGatewayWithCertificateCommand_base: {
|
|
25
|
-
new (input: AssociateWirelessGatewayWithCertificateCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateWirelessGatewayWithCertificateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateWirelessGatewayWithCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateWirelessGatewayWithCertificateCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a wireless gateway with a 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 { AssociateWirelessGatewayWithThingRequest, AssociateWirelessGatewayWithThingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateWirelessGatewayWithThingCommandInput extends Associate
|
|
|
22
22
|
export interface AssociateWirelessGatewayWithThingCommandOutput extends AssociateWirelessGatewayWithThingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateWirelessGatewayWithThingCommand_base: {
|
|
25
|
-
new (input: AssociateWirelessGatewayWithThingCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateWirelessGatewayWithThingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateWirelessGatewayWithThingCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateWirelessGatewayWithThingCommandInput): import("@smithy/core/client").CommandImpl<AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a wireless gateway with a 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 { CancelMulticastGroupSessionRequest, CancelMulticastGroupSessionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelMulticastGroupSessionCommandInput extends CancelMulticast
|
|
|
22
22
|
export interface CancelMulticastGroupSessionCommandOutput extends CancelMulticastGroupSessionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelMulticastGroupSessionCommand_base: {
|
|
25
|
-
new (input: CancelMulticastGroupSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelMulticastGroupSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelMulticastGroupSessionCommandInput): import("@smithy/core/client").CommandImpl<CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelMulticastGroupSessionCommandInput): import("@smithy/core/client").CommandImpl<CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels an existing multicast group session.</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 { CreateDestinationRequest, CreateDestinationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDestinationCommandInput extends CreateDestinationRequest
|
|
|
22
22
|
export interface CreateDestinationCommandOutput extends CreateDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDestinationCommand_base: {
|
|
25
|
-
new (input: CreateDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateDestinationCommandInput, CreateDestinationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new destination that maps a device message to an AWS IoT rule.</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 { CreateDeviceProfileRequest, CreateDeviceProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeviceProfileCommandInput extends CreateDeviceProfileRequ
|
|
|
22
22
|
export interface CreateDeviceProfileCommandOutput extends CreateDeviceProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeviceProfileCommand_base: {
|
|
25
|
-
new (input: CreateDeviceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateDeviceProfileCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeviceProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateDeviceProfileCommandInput]): import("@smithy/core/client").CommandImpl<CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new 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 { CreateFuotaTaskRequest, CreateFuotaTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateFuotaTaskCommandInput extends CreateFuotaTaskRequest {
|
|
|
22
22
|
export interface CreateFuotaTaskCommandOutput extends CreateFuotaTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFuotaTaskCommand_base: {
|
|
25
|
-
new (input: CreateFuotaTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateFuotaTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates 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 { CreateMulticastGroupRequest, CreateMulticastGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateMulticastGroupCommandInput extends CreateMulticastGroupRe
|
|
|
22
22
|
export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMulticastGroupCommand_base: {
|
|
25
|
-
new (input: CreateMulticastGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMulticastGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates 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 { CreateNetworkAnalyzerConfigurationRequest, CreateNetworkAnalyzerConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateNetworkAnalyzerConfigurationCommandInput extends CreateNe
|
|
|
22
22
|
export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateNetworkAnalyzerConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNetworkAnalyzerConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateNetworkAnalyzerConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateNetworkAnalyzerConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateNetworkAnalyzerConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateNetworkAnalyzerConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new 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 { CreateServiceProfileRequest, CreateServiceProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateServiceProfileCommandInput extends CreateServiceProfileRe
|
|
|
22
22
|
export interface CreateServiceProfileCommandOutput extends CreateServiceProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateServiceProfileCommand_base: {
|
|
25
|
-
new (input: CreateServiceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateServiceProfileCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateServiceProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateServiceProfileCommandInput]): import("@smithy/core/client").CommandImpl<CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new 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 { CreateWirelessDeviceRequest, CreateWirelessDeviceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateWirelessDeviceCommandInput extends CreateWirelessDeviceRe
|
|
|
22
22
|
export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWirelessDeviceCommand_base: {
|
|
25
|
-
new (input: CreateWirelessDeviceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWirelessDeviceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provisions 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 { CreateWirelessGatewayRequest, CreateWirelessGatewayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateWirelessGatewayCommandInput extends CreateWirelessGateway
|
|
|
22
22
|
export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWirelessGatewayCommand_base: {
|
|
25
|
-
new (input: CreateWirelessGatewayCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWirelessGatewayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWirelessGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWirelessGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provisions 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 { CreateWirelessGatewayTaskRequest, CreateWirelessGatewayTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateWirelessGatewayTaskCommandInput extends CreateWirelessGat
|
|
|
22
22
|
export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGatewayTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWirelessGatewayTaskCommand_base: {
|
|
25
|
-
new (input: CreateWirelessGatewayTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWirelessGatewayTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWirelessGatewayTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWirelessGatewayTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a task for a wireless gateway.</p>
|