@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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-iot-wireless
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IoTWireless = void 0;
|
|
4
|
-
const IoTWirelessClient_1 = require("./IoTWirelessClient");
|
|
5
4
|
const AssociateAwsAccountWithPartnerAccountCommand_1 = require("./commands/AssociateAwsAccountWithPartnerAccountCommand");
|
|
6
5
|
const AssociateWirelessDeviceWithThingCommand_1 = require("./commands/AssociateWirelessDeviceWithThingCommand");
|
|
7
6
|
const AssociateWirelessGatewayWithCertificateCommand_1 = require("./commands/AssociateWirelessGatewayWithCertificateCommand");
|
|
@@ -45,8 +44,8 @@ const ListPartnerAccountsCommand_1 = require("./commands/ListPartnerAccountsComm
|
|
|
45
44
|
const ListServiceProfilesCommand_1 = require("./commands/ListServiceProfilesCommand");
|
|
46
45
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
47
46
|
const ListWirelessDevicesCommand_1 = require("./commands/ListWirelessDevicesCommand");
|
|
48
|
-
const ListWirelessGatewayTaskDefinitionsCommand_1 = require("./commands/ListWirelessGatewayTaskDefinitionsCommand");
|
|
49
47
|
const ListWirelessGatewaysCommand_1 = require("./commands/ListWirelessGatewaysCommand");
|
|
48
|
+
const ListWirelessGatewayTaskDefinitionsCommand_1 = require("./commands/ListWirelessGatewayTaskDefinitionsCommand");
|
|
50
49
|
const PutResourceLogLevelCommand_1 = require("./commands/PutResourceLogLevelCommand");
|
|
51
50
|
const ResetAllResourceLogLevelsCommand_1 = require("./commands/ResetAllResourceLogLevelsCommand");
|
|
52
51
|
const ResetResourceLogLevelCommand_1 = require("./commands/ResetResourceLogLevelCommand");
|
|
@@ -59,6 +58,7 @@ const UpdateLogLevelsByResourceTypesCommand_1 = require("./commands/UpdateLogLev
|
|
|
59
58
|
const UpdatePartnerAccountCommand_1 = require("./commands/UpdatePartnerAccountCommand");
|
|
60
59
|
const UpdateWirelessDeviceCommand_1 = require("./commands/UpdateWirelessDeviceCommand");
|
|
61
60
|
const UpdateWirelessGatewayCommand_1 = require("./commands/UpdateWirelessGatewayCommand");
|
|
61
|
+
const IoTWirelessClient_1 = require("./IoTWirelessClient");
|
|
62
62
|
/**
|
|
63
63
|
* <p>AWS IoT Wireless API documentation</p>
|
|
64
64
|
*/
|
|
@@ -863,4 +863,3 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
865
|
exports.IoTWireless = IoTWireless;
|
|
866
|
-
//# sourceMappingURL=IoTWireless.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IoTWirelessClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,18 +9,19 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <p>AWS IoT Wireless API documentation</p>
|
|
15
15
|
*/
|
|
16
16
|
class IoTWirelessClient extends smithy_client_1.Client {
|
|
17
17
|
constructor(configuration) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
19
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
20
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
21
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
22
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
23
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
24
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
25
25
|
super(_config_6);
|
|
26
26
|
this.config = _config_6;
|
|
27
27
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -41,4 +41,3 @@ class IoTWirelessClient extends smithy_client_1.Client {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.IoTWirelessClient = IoTWirelessClient;
|
|
44
|
-
//# sourceMappingURL=IoTWirelessClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateAwsAccountWithPartnerAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a partner account with your AWS account.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AssociateAwsAccountWithPartnerAccountCommand extends smithy_client_1.Comma
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AssociateAwsAccountWithPartnerAccountCommand = AssociateAwsAccountWithPartnerAccountCommand;
|
|
61
|
-
//# sourceMappingURL=AssociateAwsAccountWithPartnerAccountCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateWirelessDeviceWithThingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a wireless device with a thing.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AssociateWirelessDeviceWithThingCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AssociateWirelessDeviceWithThingCommand = AssociateWirelessDeviceWithThingCommand;
|
|
61
|
-
//# sourceMappingURL=AssociateWirelessDeviceWithThingCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateWirelessGatewayWithCertificateCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a wireless gateway with a certificate.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AssociateWirelessGatewayWithCertificateCommand extends smithy_client_1.Com
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AssociateWirelessGatewayWithCertificateCommand = AssociateWirelessGatewayWithCertificateCommand;
|
|
61
|
-
//# sourceMappingURL=AssociateWirelessGatewayWithCertificateCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateWirelessGatewayWithThingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a wireless gateway with a thing.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AssociateWirelessGatewayWithThingCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AssociateWirelessGatewayWithThingCommand = AssociateWirelessGatewayWithThingCommand;
|
|
61
|
-
//# sourceMappingURL=AssociateWirelessGatewayWithThingCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDestinationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a new destination that maps a device message to an AWS IoT rule.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateDestinationCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateDestinationCommand = CreateDestinationCommand;
|
|
61
|
-
//# sourceMappingURL=CreateDestinationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDeviceProfileCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a new device profile.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateDeviceProfileCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateDeviceProfileCommand = CreateDeviceProfileCommand;
|
|
61
|
-
//# sourceMappingURL=CreateDeviceProfileCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateServiceProfileCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a new service profile.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateServiceProfileCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateServiceProfileCommand = CreateServiceProfileCommand;
|
|
61
|
-
//# sourceMappingURL=CreateServiceProfileCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateWirelessDeviceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provisions a wireless device.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateWirelessDeviceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateWirelessDeviceCommand = CreateWirelessDeviceCommand;
|
|
61
|
-
//# sourceMappingURL=CreateWirelessDeviceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateWirelessGatewayCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provisions a wireless gateway.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateWirelessGatewayCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateWirelessGatewayCommand = CreateWirelessGatewayCommand;
|
|
61
|
-
//# sourceMappingURL=CreateWirelessGatewayCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateWirelessGatewayTaskCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a task for a wireless gateway.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateWirelessGatewayTaskCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateWirelessGatewayTaskCommand = CreateWirelessGatewayTaskCommand;
|
|
61
|
-
//# sourceMappingURL=CreateWirelessGatewayTaskCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateWirelessGatewayTaskDefinitionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a gateway task definition.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateWirelessGatewayTaskDefinitionCommand extends smithy_client_1.Command
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateWirelessGatewayTaskDefinitionCommand = CreateWirelessGatewayTaskDefinitionCommand;
|
|
61
|
-
//# sourceMappingURL=CreateWirelessGatewayTaskDefinitionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteDestinationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a destination.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteDestinationCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteDestinationCommand = DeleteDestinationCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteDestinationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteDeviceProfileCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a device profile.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteDeviceProfileCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteDeviceProfileCommand = DeleteDeviceProfileCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteDeviceProfileCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteServiceProfileCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a service profile.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteServiceProfileCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteServiceProfileCommand = DeleteServiceProfileCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteServiceProfileCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteWirelessDeviceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a wireless device.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteWirelessDeviceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteWirelessDeviceCommand = DeleteWirelessDeviceCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteWirelessDeviceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteWirelessGatewayCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a wireless gateway.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteWirelessGatewayCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteWirelessGatewayCommand = DeleteWirelessGatewayCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteWirelessGatewayCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteWirelessGatewayTaskCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a wireless gateway task.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteWirelessGatewayTaskCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteWirelessGatewayTaskCommand = DeleteWirelessGatewayTaskCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteWirelessGatewayTaskCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteWirelessGatewayTaskDefinitionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteWirelessGatewayTaskDefinitionCommand extends smithy_client_1.Command
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteWirelessGatewayTaskDefinitionCommand = DeleteWirelessGatewayTaskDefinitionCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteWirelessGatewayTaskDefinitionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateAwsAccountFromPartnerAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DisassociateAwsAccountFromPartnerAccountCommand extends smithy_client_1.Co
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DisassociateAwsAccountFromPartnerAccountCommand = DisassociateAwsAccountFromPartnerAccountCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateAwsAccountFromPartnerAccountCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateWirelessDeviceFromThingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disassociates a wireless device from its currently associated thing.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DisassociateWirelessDeviceFromThingCommand extends smithy_client_1.Command
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DisassociateWirelessDeviceFromThingCommand = DisassociateWirelessDeviceFromThingCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateWirelessDeviceFromThingCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateWirelessGatewayFromCertificateCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disassociates a wireless gateway from its currently associated certificate.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DisassociateWirelessGatewayFromCertificateCommand extends smithy_client_1.
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DisassociateWirelessGatewayFromCertificateCommand = DisassociateWirelessGatewayFromCertificateCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateWirelessGatewayFromCertificateCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateWirelessGatewayFromThingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disassociates a wireless gateway from its currently associated thing.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DisassociateWirelessGatewayFromThingCommand extends smithy_client_1.Comman
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DisassociateWirelessGatewayFromThingCommand = DisassociateWirelessGatewayFromThingCommand;
|
|
61
|
-
//# sourceMappingURL=DisassociateWirelessGatewayFromThingCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetDestinationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Gets information about a destination.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetDestinationCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetDestinationCommand = GetDestinationCommand;
|
|
61
|
-
//# sourceMappingURL=GetDestinationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetDeviceProfileCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Gets information about a device profile.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetDeviceProfileCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetDeviceProfileCommand = GetDeviceProfileCommand;
|
|
61
|
-
//# sourceMappingURL=GetDeviceProfileCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetLogLevelsByResourceTypesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns current default log levels or log levels by resource types. Based on resource types, log levels can be
|
|
10
10
|
* for wireless device log options or wireless gateway log options.</p>
|
|
@@ -59,4 +59,3 @@ class GetLogLevelsByResourceTypesCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetLogLevelsByResourceTypesCommand = GetLogLevelsByResourceTypesCommand;
|
|
62
|
-
//# sourceMappingURL=GetLogLevelsByResourceTypesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetPartnerAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Gets information about a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetPartnerAccountCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetPartnerAccountCommand = GetPartnerAccountCommand;
|
|
61
|
-
//# sourceMappingURL=GetPartnerAccountCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetResourceLogLevelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for
|
|
10
10
|
* a wireless device or a wireless gateway.</p>
|
|
@@ -59,4 +59,3 @@ class GetResourceLogLevelCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetResourceLogLevelCommand = GetResourceLogLevelCommand;
|
|
62
|
-
//# sourceMappingURL=GetResourceLogLevelCommand.js.map
|