@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
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import { ListServiceProfilesRequest, ListServiceProfilesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListServiceProfilesCommand,
|
|
5
|
-
serializeAws_restJson1ListServiceProfilesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListServiceProfilesCommandInput extends ListServiceProfilesRequest {}
|
|
21
|
-
export interface ListServiceProfilesCommandOutput extends ListServiceProfilesResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists the service profiles registered to your AWS account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTWirelessClient, ListServiceProfilesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
29
|
-
* // const { IoTWirelessClient, ListServiceProfilesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
30
|
-
* const client = new IoTWirelessClient(config);
|
|
31
|
-
* const command = new ListServiceProfilesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListServiceProfilesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListServiceProfilesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListServiceProfilesCommand extends $Command<
|
|
41
|
-
ListServiceProfilesCommandInput,
|
|
42
|
-
ListServiceProfilesCommandOutput,
|
|
43
|
-
IoTWirelessClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListServiceProfilesCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "IoTWirelessClient";
|
|
68
|
-
const commandName = "ListServiceProfilesCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListServiceProfilesRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListServiceProfilesResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListServiceProfilesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListServiceProfilesCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListServiceProfilesCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListServiceProfilesCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListTagsForResourceCommand,
|
|
5
|
-
serializeAws_restJson1ListTagsForResourceCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
21
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists the tags (metadata) you have assigned to the resource.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTWirelessClient, ListTagsForResourceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
29
|
-
* // const { IoTWirelessClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
30
|
-
* const client = new IoTWirelessClient(config);
|
|
31
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListTagsForResourceCommand extends $Command<
|
|
41
|
-
ListTagsForResourceCommandInput,
|
|
42
|
-
ListTagsForResourceCommandOutput,
|
|
43
|
-
IoTWirelessClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListTagsForResourceCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "IoTWirelessClient";
|
|
68
|
-
const commandName = "ListTagsForResourceCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListTagsForResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListTagsForResourceCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import { ListWirelessDevicesRequest, ListWirelessDevicesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListWirelessDevicesCommand,
|
|
5
|
-
serializeAws_restJson1ListWirelessDevicesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListWirelessDevicesCommandInput extends ListWirelessDevicesRequest {}
|
|
21
|
-
export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists the wireless devices registered to your AWS account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTWirelessClient, ListWirelessDevicesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
29
|
-
* // const { IoTWirelessClient, ListWirelessDevicesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
30
|
-
* const client = new IoTWirelessClient(config);
|
|
31
|
-
* const command = new ListWirelessDevicesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListWirelessDevicesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListWirelessDevicesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListWirelessDevicesCommand extends $Command<
|
|
41
|
-
ListWirelessDevicesCommandInput,
|
|
42
|
-
ListWirelessDevicesCommandOutput,
|
|
43
|
-
IoTWirelessClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListWirelessDevicesCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "IoTWirelessClient";
|
|
68
|
-
const commandName = "ListWirelessDevicesCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListWirelessDevicesRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListWirelessDevicesResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListWirelessDevicesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListWirelessDevicesCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListWirelessDevicesCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListWirelessDevicesCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import {
|
|
3
|
-
ListWirelessGatewayTaskDefinitionsRequest,
|
|
4
|
-
ListWirelessGatewayTaskDefinitionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand,
|
|
8
|
-
serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand,
|
|
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 ListWirelessGatewayTaskDefinitionsCommandInput extends ListWirelessGatewayTaskDefinitionsRequest {}
|
|
24
|
-
export interface ListWirelessGatewayTaskDefinitionsCommandOutput
|
|
25
|
-
extends ListWirelessGatewayTaskDefinitionsResponse,
|
|
26
|
-
__MetadataBearer {}
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* <p>List the wireless gateway tasks definitions registered to your AWS account.</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { IoTWirelessClient, ListWirelessGatewayTaskDefinitionsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
34
|
-
* // const { IoTWirelessClient, ListWirelessGatewayTaskDefinitionsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
35
|
-
* const client = new IoTWirelessClient(config);
|
|
36
|
-
* const command = new ListWirelessGatewayTaskDefinitionsCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link ListWirelessGatewayTaskDefinitionsCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link ListWirelessGatewayTaskDefinitionsCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class ListWirelessGatewayTaskDefinitionsCommand extends $Command<
|
|
46
|
-
ListWirelessGatewayTaskDefinitionsCommandInput,
|
|
47
|
-
ListWirelessGatewayTaskDefinitionsCommandOutput,
|
|
48
|
-
IoTWirelessClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: ListWirelessGatewayTaskDefinitionsCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "IoTWirelessClient";
|
|
73
|
-
const commandName = "ListWirelessGatewayTaskDefinitionsCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: ListWirelessGatewayTaskDefinitionsRequest.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: ListWirelessGatewayTaskDefinitionsResponse.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(
|
|
90
|
-
input: ListWirelessGatewayTaskDefinitionsCommandInput,
|
|
91
|
-
context: __SerdeContext
|
|
92
|
-
): Promise<__HttpRequest> {
|
|
93
|
-
return serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand(input, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
private deserialize(
|
|
97
|
-
output: __HttpResponse,
|
|
98
|
-
context: __SerdeContext
|
|
99
|
-
): Promise<ListWirelessGatewayTaskDefinitionsCommandOutput> {
|
|
100
|
-
return deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand(output, context);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// Start section: command_body_extra
|
|
104
|
-
// End section: command_body_extra
|
|
105
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import { ListWirelessGatewaysRequest, ListWirelessGatewaysResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListWirelessGatewaysCommand,
|
|
5
|
-
serializeAws_restJson1ListWirelessGatewaysCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListWirelessGatewaysCommandInput extends ListWirelessGatewaysRequest {}
|
|
21
|
-
export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Lists the wireless gateways registered to your AWS account.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTWirelessClient, ListWirelessGatewaysCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
29
|
-
* // const { IoTWirelessClient, ListWirelessGatewaysCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
30
|
-
* const client = new IoTWirelessClient(config);
|
|
31
|
-
* const command = new ListWirelessGatewaysCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ListWirelessGatewaysCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ListWirelessGatewaysCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ListWirelessGatewaysCommand extends $Command<
|
|
41
|
-
ListWirelessGatewaysCommandInput,
|
|
42
|
-
ListWirelessGatewaysCommandOutput,
|
|
43
|
-
IoTWirelessClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ListWirelessGatewaysCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "IoTWirelessClient";
|
|
68
|
-
const commandName = "ListWirelessGatewaysCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ListWirelessGatewaysRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ListWirelessGatewaysResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ListWirelessGatewaysCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ListWirelessGatewaysCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListWirelessGatewaysCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1ListWirelessGatewaysCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import { PutResourceLogLevelRequest, PutResourceLogLevelResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1PutResourceLogLevelCommand,
|
|
5
|
-
serializeAws_restJson1PutResourceLogLevelCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface PutResourceLogLevelCommandInput extends PutResourceLogLevelRequest {}
|
|
21
|
-
export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway
|
|
25
|
-
* or a wireless device. A limit of 200 log level override can be set per account.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTWirelessClient, PutResourceLogLevelCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
30
|
-
* // const { IoTWirelessClient, PutResourceLogLevelCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
31
|
-
* const client = new IoTWirelessClient(config);
|
|
32
|
-
* const command = new PutResourceLogLevelCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link PutResourceLogLevelCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link PutResourceLogLevelCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class PutResourceLogLevelCommand extends $Command<
|
|
42
|
-
PutResourceLogLevelCommandInput,
|
|
43
|
-
PutResourceLogLevelCommandOutput,
|
|
44
|
-
IoTWirelessClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: PutResourceLogLevelCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTWirelessClient";
|
|
69
|
-
const commandName = "PutResourceLogLevelCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: PutResourceLogLevelRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: PutResourceLogLevelResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: PutResourceLogLevelCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1PutResourceLogLevelCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<PutResourceLogLevelCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1PutResourceLogLevelCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
2
|
-
import { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ResetAllResourceLogLevelsCommand,
|
|
5
|
-
serializeAws_restJson1ResetAllResourceLogLevelsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ResetAllResourceLogLevelsCommandInput extends ResetAllResourceLogLevelsRequest {}
|
|
21
|
-
export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResourceLogLevelsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Removes the log-level overrides for all resources; both wireless devices and wireless gateways.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { IoTWirelessClient, ResetAllResourceLogLevelsCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
29
|
-
* // const { IoTWirelessClient, ResetAllResourceLogLevelsCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
30
|
-
* const client = new IoTWirelessClient(config);
|
|
31
|
-
* const command = new ResetAllResourceLogLevelsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link ResetAllResourceLogLevelsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link ResetAllResourceLogLevelsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link IoTWirelessClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class ResetAllResourceLogLevelsCommand extends $Command<
|
|
41
|
-
ResetAllResourceLogLevelsCommandInput,
|
|
42
|
-
ResetAllResourceLogLevelsCommandOutput,
|
|
43
|
-
IoTWirelessClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: ResetAllResourceLogLevelsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: IoTWirelessClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "IoTWirelessClient";
|
|
68
|
-
const commandName = "ResetAllResourceLogLevelsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: ResetAllResourceLogLevelsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: ResetAllResourceLogLevelsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: ResetAllResourceLogLevelsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1ResetAllResourceLogLevelsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(
|
|
89
|
-
output: __HttpResponse,
|
|
90
|
-
context: __SerdeContext
|
|
91
|
-
): Promise<ResetAllResourceLogLevelsCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1ResetAllResourceLogLevelsCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|