@aws-sdk/client-iot-wireless 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/IoTWireless.js +2 -3
- package/{dist/cjs → dist-cjs}/IoTWirelessClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AssociateAwsAccountWithPartnerAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateWirelessDeviceWithThingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateWirelessGatewayWithCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AssociateWirelessGatewayWithThingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDeviceProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateServiceProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateWirelessDeviceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateWirelessGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateWirelessGatewayTaskCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateWirelessGatewayTaskDefinitionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDeviceProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteServiceProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteWirelessDeviceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteWirelessGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteWirelessGatewayTaskCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateWirelessDeviceFromThingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateWirelessGatewayFromCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateWirelessGatewayFromThingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDeviceProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetLogLevelsByResourceTypesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPartnerAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetResourceLogLevelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetServiceEndpointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetServiceProfileCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessDeviceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessDeviceStatisticsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayFirmwareInformationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayStatisticsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayTaskCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayTaskDefinitionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDestinationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDeviceProfilesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListPartnerAccountsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListServiceProfilesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListWirelessDevicesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListWirelessGatewayTaskDefinitionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListWirelessGatewaysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutResourceLogLevelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ResetAllResourceLogLevelsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ResetResourceLogLevelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SendDataToWirelessDeviceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TestWirelessDeviceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDestinationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateLogLevelsByResourceTypesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdatePartnerAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateWirelessDeviceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateWirelessGatewayCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDestinationsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDeviceProfilesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListServiceProfilesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListWirelessDevicesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListWirelessGatewaysPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +21 -22
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/IoTWireless.js +3 -7
- package/{dist/es → dist-es}/IoTWirelessClient.js +2 -11
- package/{dist/es → dist-es}/commands/AssociateAwsAccountWithPartnerAccountCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AssociateWirelessDeviceWithThingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AssociateWirelessGatewayWithCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AssociateWirelessGatewayWithThingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateDestinationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateDeviceProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateServiceProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateWirelessDeviceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateWirelessGatewayCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateWirelessGatewayTaskCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateWirelessGatewayTaskDefinitionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDestinationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDeviceProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteServiceProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteWirelessDeviceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteWirelessGatewayCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteWirelessGatewayTaskCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateWirelessDeviceFromThingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateWirelessGatewayFromCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateWirelessGatewayFromThingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDestinationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDeviceProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLogLevelsByResourceTypesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetPartnerAccountCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetResourceLogLevelCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetServiceEndpointCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetServiceProfileCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessDeviceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessDeviceStatisticsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessGatewayCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessGatewayCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessGatewayFirmwareInformationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessGatewayStatisticsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessGatewayTaskCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWirelessGatewayTaskDefinitionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDestinationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDeviceProfilesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListPartnerAccountsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListServiceProfilesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListWirelessDevicesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListWirelessGatewayTaskDefinitionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListWirelessGatewaysCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutResourceLogLevelCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ResetAllResourceLogLevelsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ResetResourceLogLevelCommand.js +4 -31
- package/{dist/es → dist-es}/commands/SendDataToWirelessDeviceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TestWirelessDeviceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateDestinationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateLogLevelsByResourceTypesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdatePartnerAccountCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateWirelessDeviceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateWirelessGatewayCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -487
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDestinationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDeviceProfilesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListServiceProfilesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListWirelessDevicesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListWirelessGatewaysPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1668 -1674
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/IoTWireless.d.ts +3 -3
- package/{dist/types → dist-types}/IoTWirelessClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateWirelessDeviceWithThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AssociateWirelessGatewayWithThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeviceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateServiceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWirelessGatewayTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDeviceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteServiceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteWirelessGatewayTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeviceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetLogLevelsByResourceTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetResourceLogLevelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetServiceEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetServiceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessDeviceStatisticsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessGatewayCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessGatewayStatisticsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessGatewayTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDestinationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeviceProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPartnerAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListServiceProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWirelessDevicesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWirelessGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutResourceLogLevelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ResetResourceLogLevelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SendDataToWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TestWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdatePartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDestinationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeviceProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListServiceProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWirelessDevicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWirelessGatewaysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/IoTWireless.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/IoTWirelessClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateWirelessDeviceWithThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AssociateWirelessGatewayWithThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeviceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateServiceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessGatewayTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDeviceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteServiceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessGatewayTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDeviceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetLogLevelsByResourceTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetPartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetResourceLogLevelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetServiceEndpointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetServiceProfileCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessDeviceStatisticsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayStatisticsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDestinationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDeviceProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListPartnerAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListServiceProfilesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListWirelessDevicesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutResourceLogLevelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TestWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDestinationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDestinationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeviceProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListServiceProfilesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWirelessDevicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWirelessGatewaysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/IoTWireless.ts +0 -2121
- package/IoTWirelessClient.ts +0 -532
- package/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +0 -106
- package/commands/AssociateWirelessDeviceWithThingCommand.ts +0 -102
- package/commands/AssociateWirelessGatewayWithCertificateCommand.ts +0 -109
- package/commands/AssociateWirelessGatewayWithThingCommand.ts +0 -105
- package/commands/CreateDestinationCommand.ts +0 -94
- package/commands/CreateDeviceProfileCommand.ts +0 -94
- package/commands/CreateServiceProfileCommand.ts +0 -94
- package/commands/CreateWirelessDeviceCommand.ts +0 -94
- package/commands/CreateWirelessGatewayCommand.ts +0 -94
- package/commands/CreateWirelessGatewayTaskCommand.ts +0 -97
- package/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +0 -105
- package/commands/DeleteDestinationCommand.ts +0 -94
- package/commands/DeleteDeviceProfileCommand.ts +0 -94
- package/commands/DeleteServiceProfileCommand.ts +0 -94
- package/commands/DeleteWirelessDeviceCommand.ts +0 -94
- package/commands/DeleteWirelessGatewayCommand.ts +0 -94
- package/commands/DeleteWirelessGatewayTaskCommand.ts +0 -97
- package/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +0 -105
- package/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +0 -109
- package/commands/DisassociateWirelessDeviceFromThingCommand.ts +0 -105
- package/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +0 -109
- package/commands/DisassociateWirelessGatewayFromThingCommand.ts +0 -105
- package/commands/GetDestinationCommand.ts +0 -94
- package/commands/GetDeviceProfileCommand.ts +0 -94
- package/commands/GetLogLevelsByResourceTypesCommand.ts +0 -100
- package/commands/GetPartnerAccountCommand.ts +0 -94
- package/commands/GetResourceLogLevelCommand.ts +0 -95
- package/commands/GetServiceEndpointCommand.ts +0 -94
- package/commands/GetServiceProfileCommand.ts +0 -94
- package/commands/GetWirelessDeviceCommand.ts +0 -94
- package/commands/GetWirelessDeviceStatisticsCommand.ts +0 -99
- package/commands/GetWirelessGatewayCertificateCommand.ts +0 -99
- package/commands/GetWirelessGatewayCommand.ts +0 -94
- package/commands/GetWirelessGatewayFirmwareInformationCommand.ts +0 -106
- package/commands/GetWirelessGatewayStatisticsCommand.ts +0 -99
- package/commands/GetWirelessGatewayTaskCommand.ts +0 -94
- package/commands/GetWirelessGatewayTaskDefinitionCommand.ts +0 -102
- package/commands/ListDestinationsCommand.ts +0 -94
- package/commands/ListDeviceProfilesCommand.ts +0 -94
- package/commands/ListPartnerAccountsCommand.ts +0 -94
- package/commands/ListServiceProfilesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListWirelessDevicesCommand.ts +0 -94
- package/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +0 -105
- package/commands/ListWirelessGatewaysCommand.ts +0 -94
- package/commands/PutResourceLogLevelCommand.ts +0 -95
- package/commands/ResetAllResourceLogLevelsCommand.ts +0 -97
- package/commands/ResetResourceLogLevelCommand.ts +0 -95
- package/commands/SendDataToWirelessDeviceCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestWirelessDeviceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDestinationCommand.ts +0 -94
- package/commands/UpdateLogLevelsByResourceTypesCommand.ts +0 -103
- package/commands/UpdatePartnerAccountCommand.ts +0 -94
- package/commands/UpdateWirelessDeviceCommand.ts +0 -94
- package/commands/UpdateWirelessGatewayCommand.ts +0 -94
- package/dist/cjs/IoTWireless.js.map +0 -1
- package/dist/cjs/IoTWirelessClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAwsAccountWithPartnerAccountCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateWirelessDeviceWithThingCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateWirelessGatewayWithCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateWirelessGatewayWithThingCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeviceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateServiceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWirelessDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWirelessGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWirelessGatewayTaskCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWirelessGatewayTaskDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeviceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteServiceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWirelessDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWirelessGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWirelessGatewayTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWirelessGatewayTaskDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAwsAccountFromPartnerAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateWirelessDeviceFromThingCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateWirelessGatewayFromCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateWirelessGatewayFromThingCommand.js.map +0 -1
- package/dist/cjs/commands/GetDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetLogLevelsByResourceTypesCommand.js.map +0 -1
- package/dist/cjs/commands/GetPartnerAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceLogLevelCommand.js.map +0 -1
- package/dist/cjs/commands/GetServiceEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/GetServiceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessDeviceStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessGatewayCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessGatewayCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessGatewayFirmwareInformationCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessGatewayStatisticsCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessGatewayTaskCommand.js.map +0 -1
- package/dist/cjs/commands/GetWirelessGatewayTaskDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/ListDestinationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeviceProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPartnerAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListServiceProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListWirelessDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListWirelessGatewayTaskDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListWirelessGatewaysCommand.js.map +0 -1
- package/dist/cjs/commands/PutResourceLogLevelCommand.js.map +0 -1
- package/dist/cjs/commands/ResetAllResourceLogLevelsCommand.js.map +0 -1
- package/dist/cjs/commands/ResetResourceLogLevelCommand.js.map +0 -1
- package/dist/cjs/commands/SendDataToWirelessDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestWirelessDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLogLevelsByResourceTypesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePartnerAccountCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWirelessDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWirelessGatewayCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDestinationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeviceProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServiceProfilesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWirelessDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWirelessGatewaysPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/IoTWireless.js.map +0 -1
- package/dist/es/IoTWirelessClient.js.map +0 -1
- package/dist/es/commands/AssociateAwsAccountWithPartnerAccountCommand.js.map +0 -1
- package/dist/es/commands/AssociateWirelessDeviceWithThingCommand.js.map +0 -1
- package/dist/es/commands/AssociateWirelessGatewayWithCertificateCommand.js.map +0 -1
- package/dist/es/commands/AssociateWirelessGatewayWithThingCommand.js.map +0 -1
- package/dist/es/commands/CreateDestinationCommand.js.map +0 -1
- package/dist/es/commands/CreateDeviceProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateServiceProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateWirelessDeviceCommand.js.map +0 -1
- package/dist/es/commands/CreateWirelessGatewayCommand.js.map +0 -1
- package/dist/es/commands/CreateWirelessGatewayTaskCommand.js.map +0 -1
- package/dist/es/commands/CreateWirelessGatewayTaskDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDestinationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeviceProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteServiceProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteWirelessDeviceCommand.js.map +0 -1
- package/dist/es/commands/DeleteWirelessGatewayCommand.js.map +0 -1
- package/dist/es/commands/DeleteWirelessGatewayTaskCommand.js.map +0 -1
- package/dist/es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateWirelessDeviceFromThingCommand.js.map +0 -1
- package/dist/es/commands/DisassociateWirelessGatewayFromCertificateCommand.js.map +0 -1
- package/dist/es/commands/DisassociateWirelessGatewayFromThingCommand.js.map +0 -1
- package/dist/es/commands/GetDestinationCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceProfileCommand.js.map +0 -1
- package/dist/es/commands/GetLogLevelsByResourceTypesCommand.js.map +0 -1
- package/dist/es/commands/GetPartnerAccountCommand.js.map +0 -1
- package/dist/es/commands/GetResourceLogLevelCommand.js.map +0 -1
- package/dist/es/commands/GetServiceEndpointCommand.js.map +0 -1
- package/dist/es/commands/GetServiceProfileCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessDeviceCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessDeviceStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessGatewayCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessGatewayCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessGatewayFirmwareInformationCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessGatewayStatisticsCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessGatewayTaskCommand.js.map +0 -1
- package/dist/es/commands/GetWirelessGatewayTaskDefinitionCommand.js.map +0 -1
- package/dist/es/commands/ListDestinationsCommand.js.map +0 -1
- package/dist/es/commands/ListDeviceProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListPartnerAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListServiceProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWirelessDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListWirelessGatewayTaskDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListWirelessGatewaysCommand.js.map +0 -1
- package/dist/es/commands/PutResourceLogLevelCommand.js.map +0 -1
- package/dist/es/commands/ResetAllResourceLogLevelsCommand.js.map +0 -1
- package/dist/es/commands/ResetResourceLogLevelCommand.js.map +0 -1
- package/dist/es/commands/SendDataToWirelessDeviceCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestWirelessDeviceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDestinationCommand.js.map +0 -1
- package/dist/es/commands/UpdateLogLevelsByResourceTypesCommand.js.map +0 -1
- package/dist/es/commands/UpdatePartnerAccountCommand.js.map +0 -1
- package/dist/es/commands/UpdateWirelessDeviceCommand.js.map +0 -1
- package/dist/es/commands/UpdateWirelessGatewayCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -67
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDestinationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeviceProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListServiceProfilesPaginator.js.map +0 -1
- package/dist/es/pagination/ListWirelessDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/ListWirelessGatewaysPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3991
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDestinationsPaginator.ts +0 -58
- package/pagination/ListDeviceProfilesPaginator.ts +0 -58
- package/pagination/ListServiceProfilesPaginator.ts +0 -58
- package/pagination/ListWirelessDevicesPaginator.ts +0 -58
- package/pagination/ListWirelessGatewaysPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -8378
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/IoTWirelessClient.ts
DELETED
|
@@ -1,532 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AssociateAwsAccountWithPartnerAccountCommandInput,
|
|
3
|
-
AssociateAwsAccountWithPartnerAccountCommandOutput,
|
|
4
|
-
} from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
|
|
5
|
-
import {
|
|
6
|
-
AssociateWirelessDeviceWithThingCommandInput,
|
|
7
|
-
AssociateWirelessDeviceWithThingCommandOutput,
|
|
8
|
-
} from "./commands/AssociateWirelessDeviceWithThingCommand";
|
|
9
|
-
import {
|
|
10
|
-
AssociateWirelessGatewayWithCertificateCommandInput,
|
|
11
|
-
AssociateWirelessGatewayWithCertificateCommandOutput,
|
|
12
|
-
} from "./commands/AssociateWirelessGatewayWithCertificateCommand";
|
|
13
|
-
import {
|
|
14
|
-
AssociateWirelessGatewayWithThingCommandInput,
|
|
15
|
-
AssociateWirelessGatewayWithThingCommandOutput,
|
|
16
|
-
} from "./commands/AssociateWirelessGatewayWithThingCommand";
|
|
17
|
-
import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateDeviceProfileCommandInput,
|
|
20
|
-
CreateDeviceProfileCommandOutput,
|
|
21
|
-
} from "./commands/CreateDeviceProfileCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateServiceProfileCommandInput,
|
|
24
|
-
CreateServiceProfileCommandOutput,
|
|
25
|
-
} from "./commands/CreateServiceProfileCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateWirelessDeviceCommandInput,
|
|
28
|
-
CreateWirelessDeviceCommandOutput,
|
|
29
|
-
} from "./commands/CreateWirelessDeviceCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateWirelessGatewayCommandInput,
|
|
32
|
-
CreateWirelessGatewayCommandOutput,
|
|
33
|
-
} from "./commands/CreateWirelessGatewayCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateWirelessGatewayTaskCommandInput,
|
|
36
|
-
CreateWirelessGatewayTaskCommandOutput,
|
|
37
|
-
} from "./commands/CreateWirelessGatewayTaskCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateWirelessGatewayTaskDefinitionCommandInput,
|
|
40
|
-
CreateWirelessGatewayTaskDefinitionCommandOutput,
|
|
41
|
-
} from "./commands/CreateWirelessGatewayTaskDefinitionCommand";
|
|
42
|
-
import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
|
|
43
|
-
import {
|
|
44
|
-
DeleteDeviceProfileCommandInput,
|
|
45
|
-
DeleteDeviceProfileCommandOutput,
|
|
46
|
-
} from "./commands/DeleteDeviceProfileCommand";
|
|
47
|
-
import {
|
|
48
|
-
DeleteServiceProfileCommandInput,
|
|
49
|
-
DeleteServiceProfileCommandOutput,
|
|
50
|
-
} from "./commands/DeleteServiceProfileCommand";
|
|
51
|
-
import {
|
|
52
|
-
DeleteWirelessDeviceCommandInput,
|
|
53
|
-
DeleteWirelessDeviceCommandOutput,
|
|
54
|
-
} from "./commands/DeleteWirelessDeviceCommand";
|
|
55
|
-
import {
|
|
56
|
-
DeleteWirelessGatewayCommandInput,
|
|
57
|
-
DeleteWirelessGatewayCommandOutput,
|
|
58
|
-
} from "./commands/DeleteWirelessGatewayCommand";
|
|
59
|
-
import {
|
|
60
|
-
DeleteWirelessGatewayTaskCommandInput,
|
|
61
|
-
DeleteWirelessGatewayTaskCommandOutput,
|
|
62
|
-
} from "./commands/DeleteWirelessGatewayTaskCommand";
|
|
63
|
-
import {
|
|
64
|
-
DeleteWirelessGatewayTaskDefinitionCommandInput,
|
|
65
|
-
DeleteWirelessGatewayTaskDefinitionCommandOutput,
|
|
66
|
-
} from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
67
|
-
import {
|
|
68
|
-
DisassociateAwsAccountFromPartnerAccountCommandInput,
|
|
69
|
-
DisassociateAwsAccountFromPartnerAccountCommandOutput,
|
|
70
|
-
} from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
|
|
71
|
-
import {
|
|
72
|
-
DisassociateWirelessDeviceFromThingCommandInput,
|
|
73
|
-
DisassociateWirelessDeviceFromThingCommandOutput,
|
|
74
|
-
} from "./commands/DisassociateWirelessDeviceFromThingCommand";
|
|
75
|
-
import {
|
|
76
|
-
DisassociateWirelessGatewayFromCertificateCommandInput,
|
|
77
|
-
DisassociateWirelessGatewayFromCertificateCommandOutput,
|
|
78
|
-
} from "./commands/DisassociateWirelessGatewayFromCertificateCommand";
|
|
79
|
-
import {
|
|
80
|
-
DisassociateWirelessGatewayFromThingCommandInput,
|
|
81
|
-
DisassociateWirelessGatewayFromThingCommandOutput,
|
|
82
|
-
} from "./commands/DisassociateWirelessGatewayFromThingCommand";
|
|
83
|
-
import { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
|
|
84
|
-
import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "./commands/GetDeviceProfileCommand";
|
|
85
|
-
import {
|
|
86
|
-
GetLogLevelsByResourceTypesCommandInput,
|
|
87
|
-
GetLogLevelsByResourceTypesCommandOutput,
|
|
88
|
-
} from "./commands/GetLogLevelsByResourceTypesCommand";
|
|
89
|
-
import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetResourceLogLevelCommandInput,
|
|
92
|
-
GetResourceLogLevelCommandOutput,
|
|
93
|
-
} from "./commands/GetResourceLogLevelCommand";
|
|
94
|
-
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
|
|
95
|
-
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
|
|
96
|
-
import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
|
|
97
|
-
import {
|
|
98
|
-
GetWirelessDeviceStatisticsCommandInput,
|
|
99
|
-
GetWirelessDeviceStatisticsCommandOutput,
|
|
100
|
-
} from "./commands/GetWirelessDeviceStatisticsCommand";
|
|
101
|
-
import {
|
|
102
|
-
GetWirelessGatewayCertificateCommandInput,
|
|
103
|
-
GetWirelessGatewayCertificateCommandOutput,
|
|
104
|
-
} from "./commands/GetWirelessGatewayCertificateCommand";
|
|
105
|
-
import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetWirelessGatewayFirmwareInformationCommandInput,
|
|
108
|
-
GetWirelessGatewayFirmwareInformationCommandOutput,
|
|
109
|
-
} from "./commands/GetWirelessGatewayFirmwareInformationCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetWirelessGatewayStatisticsCommandInput,
|
|
112
|
-
GetWirelessGatewayStatisticsCommandOutput,
|
|
113
|
-
} from "./commands/GetWirelessGatewayStatisticsCommand";
|
|
114
|
-
import {
|
|
115
|
-
GetWirelessGatewayTaskCommandInput,
|
|
116
|
-
GetWirelessGatewayTaskCommandOutput,
|
|
117
|
-
} from "./commands/GetWirelessGatewayTaskCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetWirelessGatewayTaskDefinitionCommandInput,
|
|
120
|
-
GetWirelessGatewayTaskDefinitionCommandOutput,
|
|
121
|
-
} from "./commands/GetWirelessGatewayTaskDefinitionCommand";
|
|
122
|
-
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
|
|
123
|
-
import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
|
|
124
|
-
import {
|
|
125
|
-
ListPartnerAccountsCommandInput,
|
|
126
|
-
ListPartnerAccountsCommandOutput,
|
|
127
|
-
} from "./commands/ListPartnerAccountsCommand";
|
|
128
|
-
import {
|
|
129
|
-
ListServiceProfilesCommandInput,
|
|
130
|
-
ListServiceProfilesCommandOutput,
|
|
131
|
-
} from "./commands/ListServiceProfilesCommand";
|
|
132
|
-
import {
|
|
133
|
-
ListTagsForResourceCommandInput,
|
|
134
|
-
ListTagsForResourceCommandOutput,
|
|
135
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
136
|
-
import {
|
|
137
|
-
ListWirelessDevicesCommandInput,
|
|
138
|
-
ListWirelessDevicesCommandOutput,
|
|
139
|
-
} from "./commands/ListWirelessDevicesCommand";
|
|
140
|
-
import {
|
|
141
|
-
ListWirelessGatewayTaskDefinitionsCommandInput,
|
|
142
|
-
ListWirelessGatewayTaskDefinitionsCommandOutput,
|
|
143
|
-
} from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
|
|
144
|
-
import {
|
|
145
|
-
ListWirelessGatewaysCommandInput,
|
|
146
|
-
ListWirelessGatewaysCommandOutput,
|
|
147
|
-
} from "./commands/ListWirelessGatewaysCommand";
|
|
148
|
-
import {
|
|
149
|
-
PutResourceLogLevelCommandInput,
|
|
150
|
-
PutResourceLogLevelCommandOutput,
|
|
151
|
-
} from "./commands/PutResourceLogLevelCommand";
|
|
152
|
-
import {
|
|
153
|
-
ResetAllResourceLogLevelsCommandInput,
|
|
154
|
-
ResetAllResourceLogLevelsCommandOutput,
|
|
155
|
-
} from "./commands/ResetAllResourceLogLevelsCommand";
|
|
156
|
-
import {
|
|
157
|
-
ResetResourceLogLevelCommandInput,
|
|
158
|
-
ResetResourceLogLevelCommandOutput,
|
|
159
|
-
} from "./commands/ResetResourceLogLevelCommand";
|
|
160
|
-
import {
|
|
161
|
-
SendDataToWirelessDeviceCommandInput,
|
|
162
|
-
SendDataToWirelessDeviceCommandOutput,
|
|
163
|
-
} from "./commands/SendDataToWirelessDeviceCommand";
|
|
164
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
165
|
-
import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
|
|
166
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
167
|
-
import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
|
|
168
|
-
import {
|
|
169
|
-
UpdateLogLevelsByResourceTypesCommandInput,
|
|
170
|
-
UpdateLogLevelsByResourceTypesCommandOutput,
|
|
171
|
-
} from "./commands/UpdateLogLevelsByResourceTypesCommand";
|
|
172
|
-
import {
|
|
173
|
-
UpdatePartnerAccountCommandInput,
|
|
174
|
-
UpdatePartnerAccountCommandOutput,
|
|
175
|
-
} from "./commands/UpdatePartnerAccountCommand";
|
|
176
|
-
import {
|
|
177
|
-
UpdateWirelessDeviceCommandInput,
|
|
178
|
-
UpdateWirelessDeviceCommandOutput,
|
|
179
|
-
} from "./commands/UpdateWirelessDeviceCommand";
|
|
180
|
-
import {
|
|
181
|
-
UpdateWirelessGatewayCommandInput,
|
|
182
|
-
UpdateWirelessGatewayCommandOutput,
|
|
183
|
-
} from "./commands/UpdateWirelessGatewayCommand";
|
|
184
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
185
|
-
import {
|
|
186
|
-
EndpointsInputConfig,
|
|
187
|
-
EndpointsResolvedConfig,
|
|
188
|
-
RegionInputConfig,
|
|
189
|
-
RegionResolvedConfig,
|
|
190
|
-
resolveEndpointsConfig,
|
|
191
|
-
resolveRegionConfig,
|
|
192
|
-
} from "@aws-sdk/config-resolver";
|
|
193
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
194
|
-
import {
|
|
195
|
-
HostHeaderInputConfig,
|
|
196
|
-
HostHeaderResolvedConfig,
|
|
197
|
-
getHostHeaderPlugin,
|
|
198
|
-
resolveHostHeaderConfig,
|
|
199
|
-
} from "@aws-sdk/middleware-host-header";
|
|
200
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
201
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
202
|
-
import {
|
|
203
|
-
AwsAuthInputConfig,
|
|
204
|
-
AwsAuthResolvedConfig,
|
|
205
|
-
getAwsAuthPlugin,
|
|
206
|
-
resolveAwsAuthConfig,
|
|
207
|
-
} from "@aws-sdk/middleware-signing";
|
|
208
|
-
import {
|
|
209
|
-
UserAgentInputConfig,
|
|
210
|
-
UserAgentResolvedConfig,
|
|
211
|
-
getUserAgentPlugin,
|
|
212
|
-
resolveUserAgentConfig,
|
|
213
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
214
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
215
|
-
import {
|
|
216
|
-
Client as __Client,
|
|
217
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
218
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
219
|
-
} from "@aws-sdk/smithy-client";
|
|
220
|
-
import {
|
|
221
|
-
Provider,
|
|
222
|
-
RegionInfoProvider,
|
|
223
|
-
Credentials as __Credentials,
|
|
224
|
-
Decoder as __Decoder,
|
|
225
|
-
Encoder as __Encoder,
|
|
226
|
-
Hash as __Hash,
|
|
227
|
-
HashConstructor as __HashConstructor,
|
|
228
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
229
|
-
Logger as __Logger,
|
|
230
|
-
Provider as __Provider,
|
|
231
|
-
StreamCollector as __StreamCollector,
|
|
232
|
-
UrlParser as __UrlParser,
|
|
233
|
-
UserAgent as __UserAgent,
|
|
234
|
-
} from "@aws-sdk/types";
|
|
235
|
-
|
|
236
|
-
export type ServiceInputTypes =
|
|
237
|
-
| AssociateAwsAccountWithPartnerAccountCommandInput
|
|
238
|
-
| AssociateWirelessDeviceWithThingCommandInput
|
|
239
|
-
| AssociateWirelessGatewayWithCertificateCommandInput
|
|
240
|
-
| AssociateWirelessGatewayWithThingCommandInput
|
|
241
|
-
| CreateDestinationCommandInput
|
|
242
|
-
| CreateDeviceProfileCommandInput
|
|
243
|
-
| CreateServiceProfileCommandInput
|
|
244
|
-
| CreateWirelessDeviceCommandInput
|
|
245
|
-
| CreateWirelessGatewayCommandInput
|
|
246
|
-
| CreateWirelessGatewayTaskCommandInput
|
|
247
|
-
| CreateWirelessGatewayTaskDefinitionCommandInput
|
|
248
|
-
| DeleteDestinationCommandInput
|
|
249
|
-
| DeleteDeviceProfileCommandInput
|
|
250
|
-
| DeleteServiceProfileCommandInput
|
|
251
|
-
| DeleteWirelessDeviceCommandInput
|
|
252
|
-
| DeleteWirelessGatewayCommandInput
|
|
253
|
-
| DeleteWirelessGatewayTaskCommandInput
|
|
254
|
-
| DeleteWirelessGatewayTaskDefinitionCommandInput
|
|
255
|
-
| DisassociateAwsAccountFromPartnerAccountCommandInput
|
|
256
|
-
| DisassociateWirelessDeviceFromThingCommandInput
|
|
257
|
-
| DisassociateWirelessGatewayFromCertificateCommandInput
|
|
258
|
-
| DisassociateWirelessGatewayFromThingCommandInput
|
|
259
|
-
| GetDestinationCommandInput
|
|
260
|
-
| GetDeviceProfileCommandInput
|
|
261
|
-
| GetLogLevelsByResourceTypesCommandInput
|
|
262
|
-
| GetPartnerAccountCommandInput
|
|
263
|
-
| GetResourceLogLevelCommandInput
|
|
264
|
-
| GetServiceEndpointCommandInput
|
|
265
|
-
| GetServiceProfileCommandInput
|
|
266
|
-
| GetWirelessDeviceCommandInput
|
|
267
|
-
| GetWirelessDeviceStatisticsCommandInput
|
|
268
|
-
| GetWirelessGatewayCertificateCommandInput
|
|
269
|
-
| GetWirelessGatewayCommandInput
|
|
270
|
-
| GetWirelessGatewayFirmwareInformationCommandInput
|
|
271
|
-
| GetWirelessGatewayStatisticsCommandInput
|
|
272
|
-
| GetWirelessGatewayTaskCommandInput
|
|
273
|
-
| GetWirelessGatewayTaskDefinitionCommandInput
|
|
274
|
-
| ListDestinationsCommandInput
|
|
275
|
-
| ListDeviceProfilesCommandInput
|
|
276
|
-
| ListPartnerAccountsCommandInput
|
|
277
|
-
| ListServiceProfilesCommandInput
|
|
278
|
-
| ListTagsForResourceCommandInput
|
|
279
|
-
| ListWirelessDevicesCommandInput
|
|
280
|
-
| ListWirelessGatewayTaskDefinitionsCommandInput
|
|
281
|
-
| ListWirelessGatewaysCommandInput
|
|
282
|
-
| PutResourceLogLevelCommandInput
|
|
283
|
-
| ResetAllResourceLogLevelsCommandInput
|
|
284
|
-
| ResetResourceLogLevelCommandInput
|
|
285
|
-
| SendDataToWirelessDeviceCommandInput
|
|
286
|
-
| TagResourceCommandInput
|
|
287
|
-
| TestWirelessDeviceCommandInput
|
|
288
|
-
| UntagResourceCommandInput
|
|
289
|
-
| UpdateDestinationCommandInput
|
|
290
|
-
| UpdateLogLevelsByResourceTypesCommandInput
|
|
291
|
-
| UpdatePartnerAccountCommandInput
|
|
292
|
-
| UpdateWirelessDeviceCommandInput
|
|
293
|
-
| UpdateWirelessGatewayCommandInput;
|
|
294
|
-
|
|
295
|
-
export type ServiceOutputTypes =
|
|
296
|
-
| AssociateAwsAccountWithPartnerAccountCommandOutput
|
|
297
|
-
| AssociateWirelessDeviceWithThingCommandOutput
|
|
298
|
-
| AssociateWirelessGatewayWithCertificateCommandOutput
|
|
299
|
-
| AssociateWirelessGatewayWithThingCommandOutput
|
|
300
|
-
| CreateDestinationCommandOutput
|
|
301
|
-
| CreateDeviceProfileCommandOutput
|
|
302
|
-
| CreateServiceProfileCommandOutput
|
|
303
|
-
| CreateWirelessDeviceCommandOutput
|
|
304
|
-
| CreateWirelessGatewayCommandOutput
|
|
305
|
-
| CreateWirelessGatewayTaskCommandOutput
|
|
306
|
-
| CreateWirelessGatewayTaskDefinitionCommandOutput
|
|
307
|
-
| DeleteDestinationCommandOutput
|
|
308
|
-
| DeleteDeviceProfileCommandOutput
|
|
309
|
-
| DeleteServiceProfileCommandOutput
|
|
310
|
-
| DeleteWirelessDeviceCommandOutput
|
|
311
|
-
| DeleteWirelessGatewayCommandOutput
|
|
312
|
-
| DeleteWirelessGatewayTaskCommandOutput
|
|
313
|
-
| DeleteWirelessGatewayTaskDefinitionCommandOutput
|
|
314
|
-
| DisassociateAwsAccountFromPartnerAccountCommandOutput
|
|
315
|
-
| DisassociateWirelessDeviceFromThingCommandOutput
|
|
316
|
-
| DisassociateWirelessGatewayFromCertificateCommandOutput
|
|
317
|
-
| DisassociateWirelessGatewayFromThingCommandOutput
|
|
318
|
-
| GetDestinationCommandOutput
|
|
319
|
-
| GetDeviceProfileCommandOutput
|
|
320
|
-
| GetLogLevelsByResourceTypesCommandOutput
|
|
321
|
-
| GetPartnerAccountCommandOutput
|
|
322
|
-
| GetResourceLogLevelCommandOutput
|
|
323
|
-
| GetServiceEndpointCommandOutput
|
|
324
|
-
| GetServiceProfileCommandOutput
|
|
325
|
-
| GetWirelessDeviceCommandOutput
|
|
326
|
-
| GetWirelessDeviceStatisticsCommandOutput
|
|
327
|
-
| GetWirelessGatewayCertificateCommandOutput
|
|
328
|
-
| GetWirelessGatewayCommandOutput
|
|
329
|
-
| GetWirelessGatewayFirmwareInformationCommandOutput
|
|
330
|
-
| GetWirelessGatewayStatisticsCommandOutput
|
|
331
|
-
| GetWirelessGatewayTaskCommandOutput
|
|
332
|
-
| GetWirelessGatewayTaskDefinitionCommandOutput
|
|
333
|
-
| ListDestinationsCommandOutput
|
|
334
|
-
| ListDeviceProfilesCommandOutput
|
|
335
|
-
| ListPartnerAccountsCommandOutput
|
|
336
|
-
| ListServiceProfilesCommandOutput
|
|
337
|
-
| ListTagsForResourceCommandOutput
|
|
338
|
-
| ListWirelessDevicesCommandOutput
|
|
339
|
-
| ListWirelessGatewayTaskDefinitionsCommandOutput
|
|
340
|
-
| ListWirelessGatewaysCommandOutput
|
|
341
|
-
| PutResourceLogLevelCommandOutput
|
|
342
|
-
| ResetAllResourceLogLevelsCommandOutput
|
|
343
|
-
| ResetResourceLogLevelCommandOutput
|
|
344
|
-
| SendDataToWirelessDeviceCommandOutput
|
|
345
|
-
| TagResourceCommandOutput
|
|
346
|
-
| TestWirelessDeviceCommandOutput
|
|
347
|
-
| UntagResourceCommandOutput
|
|
348
|
-
| UpdateDestinationCommandOutput
|
|
349
|
-
| UpdateLogLevelsByResourceTypesCommandOutput
|
|
350
|
-
| UpdatePartnerAccountCommandOutput
|
|
351
|
-
| UpdateWirelessDeviceCommandOutput
|
|
352
|
-
| UpdateWirelessGatewayCommandOutput;
|
|
353
|
-
|
|
354
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
355
|
-
/**
|
|
356
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
357
|
-
*/
|
|
358
|
-
requestHandler?: __HttpHandler;
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
362
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
sha256?: __HashConstructor;
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
|
-
urlParser?: __UrlParser;
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* A function that can calculate the length of a request body.
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* A function that converts a stream into an array of bytes.
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
streamCollector?: __StreamCollector;
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
|
-
base64Decoder?: __Decoder;
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
|
-
base64Encoder?: __Encoder;
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
utf8Decoder?: __Decoder;
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
|
-
utf8Encoder?: __Encoder;
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* The runtime environment.
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
runtime?: string;
|
|
414
|
-
|
|
415
|
-
/**
|
|
416
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
417
|
-
* trait of an operation.
|
|
418
|
-
*/
|
|
419
|
-
disableHostPrefix?: boolean;
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
423
|
-
*/
|
|
424
|
-
maxAttempts?: number | __Provider<number>;
|
|
425
|
-
|
|
426
|
-
/**
|
|
427
|
-
* Specifies which retry algorithm to use.
|
|
428
|
-
*/
|
|
429
|
-
retryMode?: string | __Provider<string>;
|
|
430
|
-
|
|
431
|
-
/**
|
|
432
|
-
* Optional logger for logging debug/info/warn/error.
|
|
433
|
-
*/
|
|
434
|
-
logger?: __Logger;
|
|
435
|
-
|
|
436
|
-
/**
|
|
437
|
-
* Unique service identifier.
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
serviceId?: string;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* The AWS region to which this client will send requests
|
|
444
|
-
*/
|
|
445
|
-
region?: string | __Provider<string>;
|
|
446
|
-
|
|
447
|
-
/**
|
|
448
|
-
* Default credentials provider; Not available in browser runtime.
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
452
|
-
|
|
453
|
-
/**
|
|
454
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
type IoTWirelessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
467
|
-
ClientDefaults &
|
|
468
|
-
RegionInputConfig &
|
|
469
|
-
EndpointsInputConfig &
|
|
470
|
-
RetryInputConfig &
|
|
471
|
-
HostHeaderInputConfig &
|
|
472
|
-
AwsAuthInputConfig &
|
|
473
|
-
UserAgentInputConfig;
|
|
474
|
-
/**
|
|
475
|
-
* The configuration interface of IoTWirelessClient class constructor that set the region, credentials and other options.
|
|
476
|
-
*/
|
|
477
|
-
export interface IoTWirelessClientConfig extends IoTWirelessClientConfigType {}
|
|
478
|
-
|
|
479
|
-
type IoTWirelessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
480
|
-
Required<ClientDefaults> &
|
|
481
|
-
RegionResolvedConfig &
|
|
482
|
-
EndpointsResolvedConfig &
|
|
483
|
-
RetryResolvedConfig &
|
|
484
|
-
HostHeaderResolvedConfig &
|
|
485
|
-
AwsAuthResolvedConfig &
|
|
486
|
-
UserAgentResolvedConfig;
|
|
487
|
-
/**
|
|
488
|
-
* The resolved configuration interface of IoTWirelessClient class. This is resolved and normalized from the {@link IoTWirelessClientConfig | constructor configuration interface}.
|
|
489
|
-
*/
|
|
490
|
-
export interface IoTWirelessClientResolvedConfig extends IoTWirelessClientResolvedConfigType {}
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* <p>AWS IoT Wireless API documentation</p>
|
|
494
|
-
*/
|
|
495
|
-
export class IoTWirelessClient extends __Client<
|
|
496
|
-
__HttpHandlerOptions,
|
|
497
|
-
ServiceInputTypes,
|
|
498
|
-
ServiceOutputTypes,
|
|
499
|
-
IoTWirelessClientResolvedConfig
|
|
500
|
-
> {
|
|
501
|
-
/**
|
|
502
|
-
* The resolved configuration of IoTWirelessClient class. This is resolved and normalized from the {@link IoTWirelessClientConfig | constructor configuration interface}.
|
|
503
|
-
*/
|
|
504
|
-
readonly config: IoTWirelessClientResolvedConfig;
|
|
505
|
-
|
|
506
|
-
constructor(configuration: IoTWirelessClientConfig) {
|
|
507
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
508
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
509
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
510
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
511
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
512
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
513
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
514
|
-
super(_config_6);
|
|
515
|
-
this.config = _config_6;
|
|
516
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
517
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
518
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
519
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
520
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
521
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
/**
|
|
525
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
526
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
527
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
528
|
-
*/
|
|
529
|
-
destroy(): void {
|
|
530
|
-
super.destroy();
|
|
531
|
-
}
|
|
532
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import {
|
|
3
|
-
AssociateAwsAccountWithPartnerAccountRequest,
|
|
4
|
-
AssociateAwsAccountWithPartnerAccountResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand,
|
|
8
|
-
serializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand,
|
|
9
|
-
} from "../protocols/Aws_restJson1";
|
|
10
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
14
|
-
FinalizeHandlerArguments,
|
|
15
|
-
Handler,
|
|
16
|
-
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
|
-
MetadataBearer as __MetadataBearer,
|
|
20
|
-
SerdeContext as __SerdeContext,
|
|
21
|
-
} from "@aws-sdk/types";
|
|
22
|
-
|
|
23
|
-
export interface AssociateAwsAccountWithPartnerAccountCommandInput
|
|
24
|
-
extends AssociateAwsAccountWithPartnerAccountRequest {}
|
|
25
|
-
export interface AssociateAwsAccountWithPartnerAccountCommandOutput
|
|
26
|
-
extends AssociateAwsAccountWithPartnerAccountResponse,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>Associates a partner account with your AWS account.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { IoTWirelessClient, AssociateAwsAccountWithPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
35
|
-
* // const { IoTWirelessClient, AssociateAwsAccountWithPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
36
|
-
* const client = new IoTWirelessClient(config);
|
|
37
|
-
* const command = new AssociateAwsAccountWithPartnerAccountCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link AssociateAwsAccountWithPartnerAccountCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link AssociateAwsAccountWithPartnerAccountCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class AssociateAwsAccountWithPartnerAccountCommand extends $Command<
|
|
47
|
-
AssociateAwsAccountWithPartnerAccountCommandInput,
|
|
48
|
-
AssociateAwsAccountWithPartnerAccountCommandOutput,
|
|
49
|
-
IoTWirelessClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: AssociateAwsAccountWithPartnerAccountCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
|
|
70
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
71
|
-
|
|
72
|
-
const { logger } = configuration;
|
|
73
|
-
const clientName = "IoTWirelessClient";
|
|
74
|
-
const commandName = "AssociateAwsAccountWithPartnerAccountCommand";
|
|
75
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
76
|
-
logger,
|
|
77
|
-
clientName,
|
|
78
|
-
commandName,
|
|
79
|
-
inputFilterSensitiveLog: AssociateAwsAccountWithPartnerAccountRequest.filterSensitiveLog,
|
|
80
|
-
outputFilterSensitiveLog: AssociateAwsAccountWithPartnerAccountResponse.filterSensitiveLog,
|
|
81
|
-
};
|
|
82
|
-
const { requestHandler } = configuration;
|
|
83
|
-
return stack.resolve(
|
|
84
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
85
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
86
|
-
handlerExecutionContext
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private serialize(
|
|
91
|
-
input: AssociateAwsAccountWithPartnerAccountCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
): Promise<__HttpRequest> {
|
|
94
|
-
return serializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand(input, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
private deserialize(
|
|
98
|
-
output: __HttpResponse,
|
|
99
|
-
context: __SerdeContext
|
|
100
|
-
): Promise<AssociateAwsAccountWithPartnerAccountCommandOutput> {
|
|
101
|
-
return deserializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand(output, context);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Start section: command_body_extra
|
|
105
|
-
// End section: command_body_extra
|
|
106
|
-
}
|