@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
|
@@ -2,142 +2,82 @@ import { __assign } from "tslib";
|
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
export var SessionKeysAbpV1_0_x;
|
|
4
4
|
(function (SessionKeysAbpV1_0_x) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
5
|
SessionKeysAbpV1_0_x.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
6
|
})(SessionKeysAbpV1_0_x || (SessionKeysAbpV1_0_x = {}));
|
|
10
7
|
export var AbpV1_0_x;
|
|
11
8
|
(function (AbpV1_0_x) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
9
|
AbpV1_0_x.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
10
|
})(AbpV1_0_x || (AbpV1_0_x = {}));
|
|
17
11
|
export var SessionKeysAbpV1_1;
|
|
18
12
|
(function (SessionKeysAbpV1_1) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
13
|
SessionKeysAbpV1_1.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
14
|
})(SessionKeysAbpV1_1 || (SessionKeysAbpV1_1 = {}));
|
|
24
15
|
export var AbpV1_1;
|
|
25
16
|
(function (AbpV1_1) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
17
|
AbpV1_1.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
18
|
})(AbpV1_1 || (AbpV1_1 = {}));
|
|
31
19
|
export var AccessDeniedException;
|
|
32
20
|
(function (AccessDeniedException) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
21
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
22
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
38
23
|
export var SidewalkAccountInfo;
|
|
39
24
|
(function (SidewalkAccountInfo) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
25
|
SidewalkAccountInfo.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }))); };
|
|
44
26
|
})(SidewalkAccountInfo || (SidewalkAccountInfo = {}));
|
|
45
27
|
export var Tag;
|
|
46
28
|
(function (Tag) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
29
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
30
|
})(Tag || (Tag = {}));
|
|
52
31
|
export var AssociateAwsAccountWithPartnerAccountRequest;
|
|
53
32
|
(function (AssociateAwsAccountWithPartnerAccountRequest) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
33
|
AssociateAwsAccountWithPartnerAccountRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && { Sidewalk: SidewalkAccountInfo.filterSensitiveLog(obj.Sidewalk) }))); };
|
|
58
34
|
})(AssociateAwsAccountWithPartnerAccountRequest || (AssociateAwsAccountWithPartnerAccountRequest = {}));
|
|
59
35
|
export var AssociateAwsAccountWithPartnerAccountResponse;
|
|
60
36
|
(function (AssociateAwsAccountWithPartnerAccountResponse) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
37
|
AssociateAwsAccountWithPartnerAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && { Sidewalk: SidewalkAccountInfo.filterSensitiveLog(obj.Sidewalk) }))); };
|
|
65
38
|
})(AssociateAwsAccountWithPartnerAccountResponse || (AssociateAwsAccountWithPartnerAccountResponse = {}));
|
|
66
39
|
export var ConflictException;
|
|
67
40
|
(function (ConflictException) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
41
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
42
|
})(ConflictException || (ConflictException = {}));
|
|
73
43
|
export var InternalServerException;
|
|
74
44
|
(function (InternalServerException) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
45
|
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
46
|
})(InternalServerException || (InternalServerException = {}));
|
|
80
47
|
export var ResourceNotFoundException;
|
|
81
48
|
(function (ResourceNotFoundException) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
49
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
50
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
87
51
|
export var ThrottlingException;
|
|
88
52
|
(function (ThrottlingException) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
53
|
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
54
|
})(ThrottlingException || (ThrottlingException = {}));
|
|
94
55
|
export var ValidationException;
|
|
95
56
|
(function (ValidationException) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
57
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
58
|
})(ValidationException || (ValidationException = {}));
|
|
101
59
|
export var AssociateWirelessDeviceWithThingRequest;
|
|
102
60
|
(function (AssociateWirelessDeviceWithThingRequest) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
61
|
AssociateWirelessDeviceWithThingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
62
|
})(AssociateWirelessDeviceWithThingRequest || (AssociateWirelessDeviceWithThingRequest = {}));
|
|
108
63
|
export var AssociateWirelessDeviceWithThingResponse;
|
|
109
64
|
(function (AssociateWirelessDeviceWithThingResponse) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
65
|
AssociateWirelessDeviceWithThingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
66
|
})(AssociateWirelessDeviceWithThingResponse || (AssociateWirelessDeviceWithThingResponse = {}));
|
|
115
67
|
export var AssociateWirelessGatewayWithCertificateRequest;
|
|
116
68
|
(function (AssociateWirelessGatewayWithCertificateRequest) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
69
|
AssociateWirelessGatewayWithCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
70
|
})(AssociateWirelessGatewayWithCertificateRequest || (AssociateWirelessGatewayWithCertificateRequest = {}));
|
|
122
71
|
export var AssociateWirelessGatewayWithCertificateResponse;
|
|
123
72
|
(function (AssociateWirelessGatewayWithCertificateResponse) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
73
|
AssociateWirelessGatewayWithCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
74
|
})(AssociateWirelessGatewayWithCertificateResponse || (AssociateWirelessGatewayWithCertificateResponse = {}));
|
|
129
75
|
export var AssociateWirelessGatewayWithThingRequest;
|
|
130
76
|
(function (AssociateWirelessGatewayWithThingRequest) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
77
|
AssociateWirelessGatewayWithThingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
78
|
})(AssociateWirelessGatewayWithThingRequest || (AssociateWirelessGatewayWithThingRequest = {}));
|
|
136
79
|
export var AssociateWirelessGatewayWithThingResponse;
|
|
137
80
|
(function (AssociateWirelessGatewayWithThingResponse) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
81
|
AssociateWirelessGatewayWithThingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
82
|
})(AssociateWirelessGatewayWithThingResponse || (AssociateWirelessGatewayWithThingResponse = {}));
|
|
143
83
|
export var BatteryLevel;
|
|
@@ -153,9 +93,6 @@ export var SigningAlg;
|
|
|
153
93
|
})(SigningAlg || (SigningAlg = {}));
|
|
154
94
|
export var CertificateList;
|
|
155
95
|
(function (CertificateList) {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
96
|
CertificateList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
97
|
})(CertificateList || (CertificateList = {}));
|
|
161
98
|
export var ConnectionStatus;
|
|
@@ -170,79 +107,46 @@ export var ExpressionType;
|
|
|
170
107
|
})(ExpressionType || (ExpressionType = {}));
|
|
171
108
|
export var CreateDestinationRequest;
|
|
172
109
|
(function (CreateDestinationRequest) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
110
|
CreateDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
111
|
})(CreateDestinationRequest || (CreateDestinationRequest = {}));
|
|
178
112
|
export var CreateDestinationResponse;
|
|
179
113
|
(function (CreateDestinationResponse) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
114
|
CreateDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
115
|
})(CreateDestinationResponse || (CreateDestinationResponse = {}));
|
|
185
116
|
export var LoRaWANDeviceProfile;
|
|
186
117
|
(function (LoRaWANDeviceProfile) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
118
|
LoRaWANDeviceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
119
|
})(LoRaWANDeviceProfile || (LoRaWANDeviceProfile = {}));
|
|
192
120
|
export var CreateDeviceProfileRequest;
|
|
193
121
|
(function (CreateDeviceProfileRequest) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
122
|
CreateDeviceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
123
|
})(CreateDeviceProfileRequest || (CreateDeviceProfileRequest = {}));
|
|
199
124
|
export var CreateDeviceProfileResponse;
|
|
200
125
|
(function (CreateDeviceProfileResponse) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
126
|
CreateDeviceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
127
|
})(CreateDeviceProfileResponse || (CreateDeviceProfileResponse = {}));
|
|
206
128
|
export var LoRaWANServiceProfile;
|
|
207
129
|
(function (LoRaWANServiceProfile) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
130
|
LoRaWANServiceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
131
|
})(LoRaWANServiceProfile || (LoRaWANServiceProfile = {}));
|
|
213
132
|
export var CreateServiceProfileRequest;
|
|
214
133
|
(function (CreateServiceProfileRequest) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
134
|
CreateServiceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
135
|
})(CreateServiceProfileRequest || (CreateServiceProfileRequest = {}));
|
|
220
136
|
export var CreateServiceProfileResponse;
|
|
221
137
|
(function (CreateServiceProfileResponse) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
138
|
CreateServiceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
139
|
})(CreateServiceProfileResponse || (CreateServiceProfileResponse = {}));
|
|
227
140
|
export var OtaaV1_0_x;
|
|
228
141
|
(function (OtaaV1_0_x) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
142
|
OtaaV1_0_x.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
143
|
})(OtaaV1_0_x || (OtaaV1_0_x = {}));
|
|
234
144
|
export var OtaaV1_1;
|
|
235
145
|
(function (OtaaV1_1) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
146
|
OtaaV1_1.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
147
|
})(OtaaV1_1 || (OtaaV1_1 = {}));
|
|
241
148
|
export var LoRaWANDevice;
|
|
242
149
|
(function (LoRaWANDevice) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
150
|
LoRaWANDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
151
|
})(LoRaWANDevice || (LoRaWANDevice = {}));
|
|
248
152
|
export var WirelessDeviceType;
|
|
@@ -252,44 +156,26 @@ export var WirelessDeviceType;
|
|
|
252
156
|
})(WirelessDeviceType || (WirelessDeviceType = {}));
|
|
253
157
|
export var CreateWirelessDeviceRequest;
|
|
254
158
|
(function (CreateWirelessDeviceRequest) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
159
|
CreateWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
160
|
})(CreateWirelessDeviceRequest || (CreateWirelessDeviceRequest = {}));
|
|
260
161
|
export var CreateWirelessDeviceResponse;
|
|
261
162
|
(function (CreateWirelessDeviceResponse) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
163
|
CreateWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
164
|
})(CreateWirelessDeviceResponse || (CreateWirelessDeviceResponse = {}));
|
|
267
165
|
export var LoRaWANGateway;
|
|
268
166
|
(function (LoRaWANGateway) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
167
|
LoRaWANGateway.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
168
|
})(LoRaWANGateway || (LoRaWANGateway = {}));
|
|
274
169
|
export var CreateWirelessGatewayRequest;
|
|
275
170
|
(function (CreateWirelessGatewayRequest) {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
171
|
CreateWirelessGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
172
|
})(CreateWirelessGatewayRequest || (CreateWirelessGatewayRequest = {}));
|
|
281
173
|
export var CreateWirelessGatewayResponse;
|
|
282
174
|
(function (CreateWirelessGatewayResponse) {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
175
|
CreateWirelessGatewayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
176
|
})(CreateWirelessGatewayResponse || (CreateWirelessGatewayResponse = {}));
|
|
288
177
|
export var CreateWirelessGatewayTaskRequest;
|
|
289
178
|
(function (CreateWirelessGatewayTaskRequest) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
179
|
CreateWirelessGatewayTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
180
|
})(CreateWirelessGatewayTaskRequest || (CreateWirelessGatewayTaskRequest = {}));
|
|
295
181
|
export var WirelessGatewayTaskStatus;
|
|
@@ -303,156 +189,90 @@ export var WirelessGatewayTaskStatus;
|
|
|
303
189
|
})(WirelessGatewayTaskStatus || (WirelessGatewayTaskStatus = {}));
|
|
304
190
|
export var CreateWirelessGatewayTaskResponse;
|
|
305
191
|
(function (CreateWirelessGatewayTaskResponse) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
192
|
CreateWirelessGatewayTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
193
|
})(CreateWirelessGatewayTaskResponse || (CreateWirelessGatewayTaskResponse = {}));
|
|
311
194
|
export var LoRaWANGatewayVersion;
|
|
312
195
|
(function (LoRaWANGatewayVersion) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
196
|
LoRaWANGatewayVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
197
|
})(LoRaWANGatewayVersion || (LoRaWANGatewayVersion = {}));
|
|
318
198
|
export var LoRaWANUpdateGatewayTaskCreate;
|
|
319
199
|
(function (LoRaWANUpdateGatewayTaskCreate) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
200
|
LoRaWANUpdateGatewayTaskCreate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
201
|
})(LoRaWANUpdateGatewayTaskCreate || (LoRaWANUpdateGatewayTaskCreate = {}));
|
|
325
202
|
export var UpdateWirelessGatewayTaskCreate;
|
|
326
203
|
(function (UpdateWirelessGatewayTaskCreate) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
204
|
UpdateWirelessGatewayTaskCreate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
205
|
})(UpdateWirelessGatewayTaskCreate || (UpdateWirelessGatewayTaskCreate = {}));
|
|
332
206
|
export var CreateWirelessGatewayTaskDefinitionRequest;
|
|
333
207
|
(function (CreateWirelessGatewayTaskDefinitionRequest) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
208
|
CreateWirelessGatewayTaskDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
209
|
})(CreateWirelessGatewayTaskDefinitionRequest || (CreateWirelessGatewayTaskDefinitionRequest = {}));
|
|
339
210
|
export var CreateWirelessGatewayTaskDefinitionResponse;
|
|
340
211
|
(function (CreateWirelessGatewayTaskDefinitionResponse) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
212
|
CreateWirelessGatewayTaskDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
213
|
})(CreateWirelessGatewayTaskDefinitionResponse || (CreateWirelessGatewayTaskDefinitionResponse = {}));
|
|
346
214
|
export var DeleteDestinationRequest;
|
|
347
215
|
(function (DeleteDestinationRequest) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
216
|
DeleteDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
217
|
})(DeleteDestinationRequest || (DeleteDestinationRequest = {}));
|
|
353
218
|
export var DeleteDestinationResponse;
|
|
354
219
|
(function (DeleteDestinationResponse) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
220
|
DeleteDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
221
|
})(DeleteDestinationResponse || (DeleteDestinationResponse = {}));
|
|
360
222
|
export var DeleteDeviceProfileRequest;
|
|
361
223
|
(function (DeleteDeviceProfileRequest) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
224
|
DeleteDeviceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
225
|
})(DeleteDeviceProfileRequest || (DeleteDeviceProfileRequest = {}));
|
|
367
226
|
export var DeleteDeviceProfileResponse;
|
|
368
227
|
(function (DeleteDeviceProfileResponse) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
228
|
DeleteDeviceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
229
|
})(DeleteDeviceProfileResponse || (DeleteDeviceProfileResponse = {}));
|
|
374
230
|
export var DeleteServiceProfileRequest;
|
|
375
231
|
(function (DeleteServiceProfileRequest) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
232
|
DeleteServiceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
233
|
})(DeleteServiceProfileRequest || (DeleteServiceProfileRequest = {}));
|
|
381
234
|
export var DeleteServiceProfileResponse;
|
|
382
235
|
(function (DeleteServiceProfileResponse) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
236
|
DeleteServiceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
237
|
})(DeleteServiceProfileResponse || (DeleteServiceProfileResponse = {}));
|
|
388
238
|
export var DeleteWirelessDeviceRequest;
|
|
389
239
|
(function (DeleteWirelessDeviceRequest) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
240
|
DeleteWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
241
|
})(DeleteWirelessDeviceRequest || (DeleteWirelessDeviceRequest = {}));
|
|
395
242
|
export var DeleteWirelessDeviceResponse;
|
|
396
243
|
(function (DeleteWirelessDeviceResponse) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
244
|
DeleteWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
245
|
})(DeleteWirelessDeviceResponse || (DeleteWirelessDeviceResponse = {}));
|
|
402
246
|
export var DeleteWirelessGatewayRequest;
|
|
403
247
|
(function (DeleteWirelessGatewayRequest) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
248
|
DeleteWirelessGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
249
|
})(DeleteWirelessGatewayRequest || (DeleteWirelessGatewayRequest = {}));
|
|
409
250
|
export var DeleteWirelessGatewayResponse;
|
|
410
251
|
(function (DeleteWirelessGatewayResponse) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
252
|
DeleteWirelessGatewayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
253
|
})(DeleteWirelessGatewayResponse || (DeleteWirelessGatewayResponse = {}));
|
|
416
254
|
export var DeleteWirelessGatewayTaskRequest;
|
|
417
255
|
(function (DeleteWirelessGatewayTaskRequest) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
256
|
DeleteWirelessGatewayTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
257
|
})(DeleteWirelessGatewayTaskRequest || (DeleteWirelessGatewayTaskRequest = {}));
|
|
423
258
|
export var DeleteWirelessGatewayTaskResponse;
|
|
424
259
|
(function (DeleteWirelessGatewayTaskResponse) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
260
|
DeleteWirelessGatewayTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
261
|
})(DeleteWirelessGatewayTaskResponse || (DeleteWirelessGatewayTaskResponse = {}));
|
|
430
262
|
export var DeleteWirelessGatewayTaskDefinitionRequest;
|
|
431
263
|
(function (DeleteWirelessGatewayTaskDefinitionRequest) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
264
|
DeleteWirelessGatewayTaskDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
265
|
})(DeleteWirelessGatewayTaskDefinitionRequest || (DeleteWirelessGatewayTaskDefinitionRequest = {}));
|
|
437
266
|
export var DeleteWirelessGatewayTaskDefinitionResponse;
|
|
438
267
|
(function (DeleteWirelessGatewayTaskDefinitionResponse) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
268
|
DeleteWirelessGatewayTaskDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
269
|
})(DeleteWirelessGatewayTaskDefinitionResponse || (DeleteWirelessGatewayTaskDefinitionResponse = {}));
|
|
444
270
|
export var Destinations;
|
|
445
271
|
(function (Destinations) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
272
|
Destinations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
273
|
})(Destinations || (Destinations = {}));
|
|
451
274
|
export var DeviceProfile;
|
|
452
275
|
(function (DeviceProfile) {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
276
|
DeviceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
277
|
})(DeviceProfile || (DeviceProfile = {}));
|
|
458
278
|
export var DeviceState;
|
|
@@ -468,58 +288,34 @@ export var PartnerType;
|
|
|
468
288
|
})(PartnerType || (PartnerType = {}));
|
|
469
289
|
export var DisassociateAwsAccountFromPartnerAccountRequest;
|
|
470
290
|
(function (DisassociateAwsAccountFromPartnerAccountRequest) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
291
|
DisassociateAwsAccountFromPartnerAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
292
|
})(DisassociateAwsAccountFromPartnerAccountRequest || (DisassociateAwsAccountFromPartnerAccountRequest = {}));
|
|
476
293
|
export var DisassociateAwsAccountFromPartnerAccountResponse;
|
|
477
294
|
(function (DisassociateAwsAccountFromPartnerAccountResponse) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
295
|
DisassociateAwsAccountFromPartnerAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
296
|
})(DisassociateAwsAccountFromPartnerAccountResponse || (DisassociateAwsAccountFromPartnerAccountResponse = {}));
|
|
483
297
|
export var DisassociateWirelessDeviceFromThingRequest;
|
|
484
298
|
(function (DisassociateWirelessDeviceFromThingRequest) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
299
|
DisassociateWirelessDeviceFromThingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
300
|
})(DisassociateWirelessDeviceFromThingRequest || (DisassociateWirelessDeviceFromThingRequest = {}));
|
|
490
301
|
export var DisassociateWirelessDeviceFromThingResponse;
|
|
491
302
|
(function (DisassociateWirelessDeviceFromThingResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
303
|
DisassociateWirelessDeviceFromThingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
304
|
})(DisassociateWirelessDeviceFromThingResponse || (DisassociateWirelessDeviceFromThingResponse = {}));
|
|
497
305
|
export var DisassociateWirelessGatewayFromCertificateRequest;
|
|
498
306
|
(function (DisassociateWirelessGatewayFromCertificateRequest) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
307
|
DisassociateWirelessGatewayFromCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
308
|
})(DisassociateWirelessGatewayFromCertificateRequest || (DisassociateWirelessGatewayFromCertificateRequest = {}));
|
|
504
309
|
export var DisassociateWirelessGatewayFromCertificateResponse;
|
|
505
310
|
(function (DisassociateWirelessGatewayFromCertificateResponse) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
311
|
DisassociateWirelessGatewayFromCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
312
|
})(DisassociateWirelessGatewayFromCertificateResponse || (DisassociateWirelessGatewayFromCertificateResponse = {}));
|
|
511
313
|
export var DisassociateWirelessGatewayFromThingRequest;
|
|
512
314
|
(function (DisassociateWirelessGatewayFromThingRequest) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
315
|
DisassociateWirelessGatewayFromThingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
316
|
})(DisassociateWirelessGatewayFromThingRequest || (DisassociateWirelessGatewayFromThingRequest = {}));
|
|
518
317
|
export var DisassociateWirelessGatewayFromThingResponse;
|
|
519
318
|
(function (DisassociateWirelessGatewayFromThingResponse) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
319
|
DisassociateWirelessGatewayFromThingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
320
|
})(DisassociateWirelessGatewayFromThingResponse || (DisassociateWirelessGatewayFromThingResponse = {}));
|
|
525
321
|
export var Event;
|
|
@@ -532,37 +328,22 @@ export var Event;
|
|
|
532
328
|
})(Event || (Event = {}));
|
|
533
329
|
export var GetDestinationRequest;
|
|
534
330
|
(function (GetDestinationRequest) {
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
331
|
GetDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
332
|
})(GetDestinationRequest || (GetDestinationRequest = {}));
|
|
540
333
|
export var GetDestinationResponse;
|
|
541
334
|
(function (GetDestinationResponse) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
335
|
GetDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
336
|
})(GetDestinationResponse || (GetDestinationResponse = {}));
|
|
547
337
|
export var GetDeviceProfileRequest;
|
|
548
338
|
(function (GetDeviceProfileRequest) {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
339
|
GetDeviceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
340
|
})(GetDeviceProfileRequest || (GetDeviceProfileRequest = {}));
|
|
554
341
|
export var GetDeviceProfileResponse;
|
|
555
342
|
(function (GetDeviceProfileResponse) {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
343
|
GetDeviceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
344
|
})(GetDeviceProfileResponse || (GetDeviceProfileResponse = {}));
|
|
561
345
|
export var GetLogLevelsByResourceTypesRequest;
|
|
562
346
|
(function (GetLogLevelsByResourceTypesRequest) {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
347
|
GetLogLevelsByResourceTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
348
|
})(GetLogLevelsByResourceTypesRequest || (GetLogLevelsByResourceTypesRequest = {}));
|
|
568
349
|
export var LogLevel;
|
|
@@ -581,16 +362,10 @@ export var WirelessDeviceEvent;
|
|
|
581
362
|
})(WirelessDeviceEvent || (WirelessDeviceEvent = {}));
|
|
582
363
|
export var WirelessDeviceEventLogOption;
|
|
583
364
|
(function (WirelessDeviceEventLogOption) {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
365
|
WirelessDeviceEventLogOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
366
|
})(WirelessDeviceEventLogOption || (WirelessDeviceEventLogOption = {}));
|
|
589
367
|
export var WirelessDeviceLogOption;
|
|
590
368
|
(function (WirelessDeviceLogOption) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
369
|
WirelessDeviceLogOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
370
|
})(WirelessDeviceLogOption || (WirelessDeviceLogOption = {}));
|
|
596
371
|
export var WirelessGatewayEvent;
|
|
@@ -600,9 +375,6 @@ export var WirelessGatewayEvent;
|
|
|
600
375
|
})(WirelessGatewayEvent || (WirelessGatewayEvent = {}));
|
|
601
376
|
export var WirelessGatewayEventLogOption;
|
|
602
377
|
(function (WirelessGatewayEventLogOption) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
378
|
WirelessGatewayEventLogOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
379
|
})(WirelessGatewayEventLogOption || (WirelessGatewayEventLogOption = {}));
|
|
608
380
|
export var WirelessGatewayType;
|
|
@@ -611,51 +383,30 @@ export var WirelessGatewayType;
|
|
|
611
383
|
})(WirelessGatewayType || (WirelessGatewayType = {}));
|
|
612
384
|
export var WirelessGatewayLogOption;
|
|
613
385
|
(function (WirelessGatewayLogOption) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
386
|
WirelessGatewayLogOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
387
|
})(WirelessGatewayLogOption || (WirelessGatewayLogOption = {}));
|
|
619
388
|
export var GetLogLevelsByResourceTypesResponse;
|
|
620
389
|
(function (GetLogLevelsByResourceTypesResponse) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
390
|
GetLogLevelsByResourceTypesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
391
|
})(GetLogLevelsByResourceTypesResponse || (GetLogLevelsByResourceTypesResponse = {}));
|
|
626
392
|
export var GetPartnerAccountRequest;
|
|
627
393
|
(function (GetPartnerAccountRequest) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
394
|
GetPartnerAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
395
|
})(GetPartnerAccountRequest || (GetPartnerAccountRequest = {}));
|
|
633
396
|
export var SidewalkAccountInfoWithFingerprint;
|
|
634
397
|
(function (SidewalkAccountInfoWithFingerprint) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
398
|
SidewalkAccountInfoWithFingerprint.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Fingerprint && { Fingerprint: SENSITIVE_STRING }))); };
|
|
639
399
|
})(SidewalkAccountInfoWithFingerprint || (SidewalkAccountInfoWithFingerprint = {}));
|
|
640
400
|
export var GetPartnerAccountResponse;
|
|
641
401
|
(function (GetPartnerAccountResponse) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
402
|
GetPartnerAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprint.filterSensitiveLog(obj.Sidewalk) }))); };
|
|
646
403
|
})(GetPartnerAccountResponse || (GetPartnerAccountResponse = {}));
|
|
647
404
|
export var GetResourceLogLevelRequest;
|
|
648
405
|
(function (GetResourceLogLevelRequest) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
406
|
GetResourceLogLevelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
407
|
})(GetResourceLogLevelRequest || (GetResourceLogLevelRequest = {}));
|
|
654
408
|
export var GetResourceLogLevelResponse;
|
|
655
409
|
(function (GetResourceLogLevelResponse) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
410
|
GetResourceLogLevelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
411
|
})(GetResourceLogLevelResponse || (GetResourceLogLevelResponse = {}));
|
|
661
412
|
export var WirelessGatewayServiceType;
|
|
@@ -665,37 +416,22 @@ export var WirelessGatewayServiceType;
|
|
|
665
416
|
})(WirelessGatewayServiceType || (WirelessGatewayServiceType = {}));
|
|
666
417
|
export var GetServiceEndpointRequest;
|
|
667
418
|
(function (GetServiceEndpointRequest) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
419
|
GetServiceEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
420
|
})(GetServiceEndpointRequest || (GetServiceEndpointRequest = {}));
|
|
673
421
|
export var GetServiceEndpointResponse;
|
|
674
422
|
(function (GetServiceEndpointResponse) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
423
|
GetServiceEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
424
|
})(GetServiceEndpointResponse || (GetServiceEndpointResponse = {}));
|
|
680
425
|
export var GetServiceProfileRequest;
|
|
681
426
|
(function (GetServiceProfileRequest) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
427
|
GetServiceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
428
|
})(GetServiceProfileRequest || (GetServiceProfileRequest = {}));
|
|
687
429
|
export var LoRaWANGetServiceProfileInfo;
|
|
688
430
|
(function (LoRaWANGetServiceProfileInfo) {
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
692
431
|
LoRaWANGetServiceProfileInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
432
|
})(LoRaWANGetServiceProfileInfo || (LoRaWANGetServiceProfileInfo = {}));
|
|
694
433
|
export var GetServiceProfileResponse;
|
|
695
434
|
(function (GetServiceProfileResponse) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
435
|
GetServiceProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
436
|
})(GetServiceProfileResponse || (GetServiceProfileResponse = {}));
|
|
701
437
|
export var WirelessDeviceIdType;
|
|
@@ -707,58 +443,34 @@ export var WirelessDeviceIdType;
|
|
|
707
443
|
})(WirelessDeviceIdType || (WirelessDeviceIdType = {}));
|
|
708
444
|
export var GetWirelessDeviceRequest;
|
|
709
445
|
(function (GetWirelessDeviceRequest) {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
446
|
GetWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
447
|
})(GetWirelessDeviceRequest || (GetWirelessDeviceRequest = {}));
|
|
715
448
|
export var SidewalkDevice;
|
|
716
449
|
(function (SidewalkDevice) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
450
|
SidewalkDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
451
|
})(SidewalkDevice || (SidewalkDevice = {}));
|
|
722
452
|
export var GetWirelessDeviceResponse;
|
|
723
453
|
(function (GetWirelessDeviceResponse) {
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
454
|
GetWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
455
|
})(GetWirelessDeviceResponse || (GetWirelessDeviceResponse = {}));
|
|
729
456
|
export var GetWirelessDeviceStatisticsRequest;
|
|
730
457
|
(function (GetWirelessDeviceStatisticsRequest) {
|
|
731
|
-
/**
|
|
732
|
-
* @internal
|
|
733
|
-
*/
|
|
734
458
|
GetWirelessDeviceStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
459
|
})(GetWirelessDeviceStatisticsRequest || (GetWirelessDeviceStatisticsRequest = {}));
|
|
736
460
|
export var LoRaWANGatewayMetadata;
|
|
737
461
|
(function (LoRaWANGatewayMetadata) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
462
|
LoRaWANGatewayMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
463
|
})(LoRaWANGatewayMetadata || (LoRaWANGatewayMetadata = {}));
|
|
743
464
|
export var LoRaWANDeviceMetadata;
|
|
744
465
|
(function (LoRaWANDeviceMetadata) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
466
|
LoRaWANDeviceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
467
|
})(LoRaWANDeviceMetadata || (LoRaWANDeviceMetadata = {}));
|
|
750
468
|
export var SidewalkDeviceMetadata;
|
|
751
469
|
(function (SidewalkDeviceMetadata) {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
470
|
SidewalkDeviceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
471
|
})(SidewalkDeviceMetadata || (SidewalkDeviceMetadata = {}));
|
|
757
472
|
export var GetWirelessDeviceStatisticsResponse;
|
|
758
473
|
(function (GetWirelessDeviceStatisticsResponse) {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
474
|
GetWirelessDeviceStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
475
|
})(GetWirelessDeviceStatisticsResponse || (GetWirelessDeviceStatisticsResponse = {}));
|
|
764
476
|
export var WirelessGatewayIdType;
|
|
@@ -769,228 +481,132 @@ export var WirelessGatewayIdType;
|
|
|
769
481
|
})(WirelessGatewayIdType || (WirelessGatewayIdType = {}));
|
|
770
482
|
export var GetWirelessGatewayRequest;
|
|
771
483
|
(function (GetWirelessGatewayRequest) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
484
|
GetWirelessGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
485
|
})(GetWirelessGatewayRequest || (GetWirelessGatewayRequest = {}));
|
|
777
486
|
export var GetWirelessGatewayResponse;
|
|
778
487
|
(function (GetWirelessGatewayResponse) {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
488
|
GetWirelessGatewayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
489
|
})(GetWirelessGatewayResponse || (GetWirelessGatewayResponse = {}));
|
|
784
490
|
export var GetWirelessGatewayCertificateRequest;
|
|
785
491
|
(function (GetWirelessGatewayCertificateRequest) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
492
|
GetWirelessGatewayCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
493
|
})(GetWirelessGatewayCertificateRequest || (GetWirelessGatewayCertificateRequest = {}));
|
|
791
494
|
export var GetWirelessGatewayCertificateResponse;
|
|
792
495
|
(function (GetWirelessGatewayCertificateResponse) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
496
|
GetWirelessGatewayCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
497
|
})(GetWirelessGatewayCertificateResponse || (GetWirelessGatewayCertificateResponse = {}));
|
|
798
498
|
export var GetWirelessGatewayFirmwareInformationRequest;
|
|
799
499
|
(function (GetWirelessGatewayFirmwareInformationRequest) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
500
|
GetWirelessGatewayFirmwareInformationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
501
|
})(GetWirelessGatewayFirmwareInformationRequest || (GetWirelessGatewayFirmwareInformationRequest = {}));
|
|
805
502
|
export var LoRaWANGatewayCurrentVersion;
|
|
806
503
|
(function (LoRaWANGatewayCurrentVersion) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
504
|
LoRaWANGatewayCurrentVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
505
|
})(LoRaWANGatewayCurrentVersion || (LoRaWANGatewayCurrentVersion = {}));
|
|
812
506
|
export var GetWirelessGatewayFirmwareInformationResponse;
|
|
813
507
|
(function (GetWirelessGatewayFirmwareInformationResponse) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
508
|
GetWirelessGatewayFirmwareInformationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
509
|
})(GetWirelessGatewayFirmwareInformationResponse || (GetWirelessGatewayFirmwareInformationResponse = {}));
|
|
819
510
|
export var GetWirelessGatewayStatisticsRequest;
|
|
820
511
|
(function (GetWirelessGatewayStatisticsRequest) {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
512
|
GetWirelessGatewayStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
513
|
})(GetWirelessGatewayStatisticsRequest || (GetWirelessGatewayStatisticsRequest = {}));
|
|
826
514
|
export var GetWirelessGatewayStatisticsResponse;
|
|
827
515
|
(function (GetWirelessGatewayStatisticsResponse) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
516
|
GetWirelessGatewayStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
517
|
})(GetWirelessGatewayStatisticsResponse || (GetWirelessGatewayStatisticsResponse = {}));
|
|
833
518
|
export var GetWirelessGatewayTaskRequest;
|
|
834
519
|
(function (GetWirelessGatewayTaskRequest) {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
520
|
GetWirelessGatewayTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
521
|
})(GetWirelessGatewayTaskRequest || (GetWirelessGatewayTaskRequest = {}));
|
|
840
522
|
export var GetWirelessGatewayTaskResponse;
|
|
841
523
|
(function (GetWirelessGatewayTaskResponse) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
524
|
GetWirelessGatewayTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
525
|
})(GetWirelessGatewayTaskResponse || (GetWirelessGatewayTaskResponse = {}));
|
|
847
526
|
export var GetWirelessGatewayTaskDefinitionRequest;
|
|
848
527
|
(function (GetWirelessGatewayTaskDefinitionRequest) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
528
|
GetWirelessGatewayTaskDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
529
|
})(GetWirelessGatewayTaskDefinitionRequest || (GetWirelessGatewayTaskDefinitionRequest = {}));
|
|
854
530
|
export var GetWirelessGatewayTaskDefinitionResponse;
|
|
855
531
|
(function (GetWirelessGatewayTaskDefinitionResponse) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
532
|
GetWirelessGatewayTaskDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
533
|
})(GetWirelessGatewayTaskDefinitionResponse || (GetWirelessGatewayTaskDefinitionResponse = {}));
|
|
861
534
|
export var ListDestinationsRequest;
|
|
862
535
|
(function (ListDestinationsRequest) {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
536
|
ListDestinationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
537
|
})(ListDestinationsRequest || (ListDestinationsRequest = {}));
|
|
868
538
|
export var ListDestinationsResponse;
|
|
869
539
|
(function (ListDestinationsResponse) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
540
|
ListDestinationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
541
|
})(ListDestinationsResponse || (ListDestinationsResponse = {}));
|
|
875
542
|
export var ListDeviceProfilesRequest;
|
|
876
543
|
(function (ListDeviceProfilesRequest) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
544
|
ListDeviceProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
545
|
})(ListDeviceProfilesRequest || (ListDeviceProfilesRequest = {}));
|
|
882
546
|
export var ListDeviceProfilesResponse;
|
|
883
547
|
(function (ListDeviceProfilesResponse) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
548
|
ListDeviceProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
549
|
})(ListDeviceProfilesResponse || (ListDeviceProfilesResponse = {}));
|
|
889
550
|
export var ListPartnerAccountsRequest;
|
|
890
551
|
(function (ListPartnerAccountsRequest) {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
552
|
ListPartnerAccountsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
553
|
})(ListPartnerAccountsRequest || (ListPartnerAccountsRequest = {}));
|
|
896
554
|
export var ListPartnerAccountsResponse;
|
|
897
555
|
(function (ListPartnerAccountsResponse) {
|
|
898
|
-
/**
|
|
899
|
-
* @internal
|
|
900
|
-
*/
|
|
901
556
|
ListPartnerAccountsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && {
|
|
902
557
|
Sidewalk: obj.Sidewalk.map(function (item) { return SidewalkAccountInfoWithFingerprint.filterSensitiveLog(item); }),
|
|
903
558
|
}))); };
|
|
904
559
|
})(ListPartnerAccountsResponse || (ListPartnerAccountsResponse = {}));
|
|
905
560
|
export var ListServiceProfilesRequest;
|
|
906
561
|
(function (ListServiceProfilesRequest) {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
562
|
ListServiceProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
563
|
})(ListServiceProfilesRequest || (ListServiceProfilesRequest = {}));
|
|
912
564
|
export var ServiceProfile;
|
|
913
565
|
(function (ServiceProfile) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
566
|
ServiceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
567
|
})(ServiceProfile || (ServiceProfile = {}));
|
|
919
568
|
export var ListServiceProfilesResponse;
|
|
920
569
|
(function (ListServiceProfilesResponse) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
570
|
ListServiceProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
571
|
})(ListServiceProfilesResponse || (ListServiceProfilesResponse = {}));
|
|
926
572
|
export var ListTagsForResourceRequest;
|
|
927
573
|
(function (ListTagsForResourceRequest) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
574
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
575
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
933
576
|
export var ListTagsForResourceResponse;
|
|
934
577
|
(function (ListTagsForResourceResponse) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
578
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
579
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
940
580
|
export var ListWirelessDevicesRequest;
|
|
941
581
|
(function (ListWirelessDevicesRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
582
|
ListWirelessDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
583
|
})(ListWirelessDevicesRequest || (ListWirelessDevicesRequest = {}));
|
|
947
584
|
export var LoRaWANListDevice;
|
|
948
585
|
(function (LoRaWANListDevice) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
586
|
LoRaWANListDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
587
|
})(LoRaWANListDevice || (LoRaWANListDevice = {}));
|
|
954
588
|
export var SidewalkListDevice;
|
|
955
589
|
(function (SidewalkListDevice) {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
590
|
SidewalkListDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
591
|
})(SidewalkListDevice || (SidewalkListDevice = {}));
|
|
961
592
|
export var WirelessDeviceStatistics;
|
|
962
593
|
(function (WirelessDeviceStatistics) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
594
|
WirelessDeviceStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
595
|
})(WirelessDeviceStatistics || (WirelessDeviceStatistics = {}));
|
|
968
596
|
export var ListWirelessDevicesResponse;
|
|
969
597
|
(function (ListWirelessDevicesResponse) {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
598
|
ListWirelessDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
599
|
})(ListWirelessDevicesResponse || (ListWirelessDevicesResponse = {}));
|
|
975
600
|
export var ListWirelessGatewaysRequest;
|
|
976
601
|
(function (ListWirelessGatewaysRequest) {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
602
|
ListWirelessGatewaysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
603
|
})(ListWirelessGatewaysRequest || (ListWirelessGatewaysRequest = {}));
|
|
982
604
|
export var WirelessGatewayStatistics;
|
|
983
605
|
(function (WirelessGatewayStatistics) {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
606
|
WirelessGatewayStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
607
|
})(WirelessGatewayStatistics || (WirelessGatewayStatistics = {}));
|
|
989
608
|
export var ListWirelessGatewaysResponse;
|
|
990
609
|
(function (ListWirelessGatewaysResponse) {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
610
|
ListWirelessGatewaysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
611
|
})(ListWirelessGatewaysResponse || (ListWirelessGatewaysResponse = {}));
|
|
996
612
|
export var WirelessGatewayTaskDefinitionType;
|
|
@@ -999,79 +615,46 @@ export var WirelessGatewayTaskDefinitionType;
|
|
|
999
615
|
})(WirelessGatewayTaskDefinitionType || (WirelessGatewayTaskDefinitionType = {}));
|
|
1000
616
|
export var ListWirelessGatewayTaskDefinitionsRequest;
|
|
1001
617
|
(function (ListWirelessGatewayTaskDefinitionsRequest) {
|
|
1002
|
-
/**
|
|
1003
|
-
* @internal
|
|
1004
|
-
*/
|
|
1005
618
|
ListWirelessGatewayTaskDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
619
|
})(ListWirelessGatewayTaskDefinitionsRequest || (ListWirelessGatewayTaskDefinitionsRequest = {}));
|
|
1007
620
|
export var LoRaWANUpdateGatewayTaskEntry;
|
|
1008
621
|
(function (LoRaWANUpdateGatewayTaskEntry) {
|
|
1009
|
-
/**
|
|
1010
|
-
* @internal
|
|
1011
|
-
*/
|
|
1012
622
|
LoRaWANUpdateGatewayTaskEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
623
|
})(LoRaWANUpdateGatewayTaskEntry || (LoRaWANUpdateGatewayTaskEntry = {}));
|
|
1014
624
|
export var UpdateWirelessGatewayTaskEntry;
|
|
1015
625
|
(function (UpdateWirelessGatewayTaskEntry) {
|
|
1016
|
-
/**
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
1019
626
|
UpdateWirelessGatewayTaskEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1020
627
|
})(UpdateWirelessGatewayTaskEntry || (UpdateWirelessGatewayTaskEntry = {}));
|
|
1021
628
|
export var ListWirelessGatewayTaskDefinitionsResponse;
|
|
1022
629
|
(function (ListWirelessGatewayTaskDefinitionsResponse) {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
630
|
ListWirelessGatewayTaskDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
631
|
})(ListWirelessGatewayTaskDefinitionsResponse || (ListWirelessGatewayTaskDefinitionsResponse = {}));
|
|
1028
632
|
export var PutResourceLogLevelRequest;
|
|
1029
633
|
(function (PutResourceLogLevelRequest) {
|
|
1030
|
-
/**
|
|
1031
|
-
* @internal
|
|
1032
|
-
*/
|
|
1033
634
|
PutResourceLogLevelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1034
635
|
})(PutResourceLogLevelRequest || (PutResourceLogLevelRequest = {}));
|
|
1035
636
|
export var PutResourceLogLevelResponse;
|
|
1036
637
|
(function (PutResourceLogLevelResponse) {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
638
|
PutResourceLogLevelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
639
|
})(PutResourceLogLevelResponse || (PutResourceLogLevelResponse = {}));
|
|
1042
640
|
export var ResetAllResourceLogLevelsRequest;
|
|
1043
641
|
(function (ResetAllResourceLogLevelsRequest) {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
642
|
ResetAllResourceLogLevelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1048
643
|
})(ResetAllResourceLogLevelsRequest || (ResetAllResourceLogLevelsRequest = {}));
|
|
1049
644
|
export var ResetAllResourceLogLevelsResponse;
|
|
1050
645
|
(function (ResetAllResourceLogLevelsResponse) {
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
646
|
ResetAllResourceLogLevelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
647
|
})(ResetAllResourceLogLevelsResponse || (ResetAllResourceLogLevelsResponse = {}));
|
|
1056
648
|
export var ResetResourceLogLevelRequest;
|
|
1057
649
|
(function (ResetResourceLogLevelRequest) {
|
|
1058
|
-
/**
|
|
1059
|
-
* @internal
|
|
1060
|
-
*/
|
|
1061
650
|
ResetResourceLogLevelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1062
651
|
})(ResetResourceLogLevelRequest || (ResetResourceLogLevelRequest = {}));
|
|
1063
652
|
export var ResetResourceLogLevelResponse;
|
|
1064
653
|
(function (ResetResourceLogLevelResponse) {
|
|
1065
|
-
/**
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
1068
654
|
ResetResourceLogLevelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
655
|
})(ResetResourceLogLevelResponse || (ResetResourceLogLevelResponse = {}));
|
|
1070
656
|
export var LoRaWANSendDataToDevice;
|
|
1071
657
|
(function (LoRaWANSendDataToDevice) {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
658
|
LoRaWANSendDataToDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1076
659
|
})(LoRaWANSendDataToDevice || (LoRaWANSendDataToDevice = {}));
|
|
1077
660
|
export var MessageType;
|
|
@@ -1083,163 +666,93 @@ export var MessageType;
|
|
|
1083
666
|
})(MessageType || (MessageType = {}));
|
|
1084
667
|
export var SidewalkSendDataToDevice;
|
|
1085
668
|
(function (SidewalkSendDataToDevice) {
|
|
1086
|
-
/**
|
|
1087
|
-
* @internal
|
|
1088
|
-
*/
|
|
1089
669
|
SidewalkSendDataToDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
670
|
})(SidewalkSendDataToDevice || (SidewalkSendDataToDevice = {}));
|
|
1091
671
|
export var WirelessMetadata;
|
|
1092
672
|
(function (WirelessMetadata) {
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
673
|
WirelessMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
674
|
})(WirelessMetadata || (WirelessMetadata = {}));
|
|
1098
675
|
export var SendDataToWirelessDeviceRequest;
|
|
1099
676
|
(function (SendDataToWirelessDeviceRequest) {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
677
|
SendDataToWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1104
678
|
})(SendDataToWirelessDeviceRequest || (SendDataToWirelessDeviceRequest = {}));
|
|
1105
679
|
export var SendDataToWirelessDeviceResponse;
|
|
1106
680
|
(function (SendDataToWirelessDeviceResponse) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
681
|
SendDataToWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
682
|
})(SendDataToWirelessDeviceResponse || (SendDataToWirelessDeviceResponse = {}));
|
|
1112
683
|
export var TagResourceRequest;
|
|
1113
684
|
(function (TagResourceRequest) {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
685
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1118
686
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1119
687
|
export var TagResourceResponse;
|
|
1120
688
|
(function (TagResourceResponse) {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
689
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
690
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1126
691
|
export var TooManyTagsException;
|
|
1127
692
|
(function (TooManyTagsException) {
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
693
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
694
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
1133
695
|
export var TestWirelessDeviceRequest;
|
|
1134
696
|
(function (TestWirelessDeviceRequest) {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
697
|
TestWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
698
|
})(TestWirelessDeviceRequest || (TestWirelessDeviceRequest = {}));
|
|
1140
699
|
export var TestWirelessDeviceResponse;
|
|
1141
700
|
(function (TestWirelessDeviceResponse) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
701
|
TestWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1146
702
|
})(TestWirelessDeviceResponse || (TestWirelessDeviceResponse = {}));
|
|
1147
703
|
export var UntagResourceRequest;
|
|
1148
704
|
(function (UntagResourceRequest) {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
705
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
706
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1154
707
|
export var UntagResourceResponse;
|
|
1155
708
|
(function (UntagResourceResponse) {
|
|
1156
|
-
/**
|
|
1157
|
-
* @internal
|
|
1158
|
-
*/
|
|
1159
709
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1160
710
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1161
711
|
export var UpdateDestinationRequest;
|
|
1162
712
|
(function (UpdateDestinationRequest) {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
713
|
UpdateDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
714
|
})(UpdateDestinationRequest || (UpdateDestinationRequest = {}));
|
|
1168
715
|
export var UpdateDestinationResponse;
|
|
1169
716
|
(function (UpdateDestinationResponse) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
717
|
UpdateDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1174
718
|
})(UpdateDestinationResponse || (UpdateDestinationResponse = {}));
|
|
1175
719
|
export var UpdateLogLevelsByResourceTypesRequest;
|
|
1176
720
|
(function (UpdateLogLevelsByResourceTypesRequest) {
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
721
|
UpdateLogLevelsByResourceTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1181
722
|
})(UpdateLogLevelsByResourceTypesRequest || (UpdateLogLevelsByResourceTypesRequest = {}));
|
|
1182
723
|
export var UpdateLogLevelsByResourceTypesResponse;
|
|
1183
724
|
(function (UpdateLogLevelsByResourceTypesResponse) {
|
|
1184
|
-
/**
|
|
1185
|
-
* @internal
|
|
1186
|
-
*/
|
|
1187
725
|
UpdateLogLevelsByResourceTypesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1188
726
|
})(UpdateLogLevelsByResourceTypesResponse || (UpdateLogLevelsByResourceTypesResponse = {}));
|
|
1189
727
|
export var SidewalkUpdateAccount;
|
|
1190
728
|
(function (SidewalkUpdateAccount) {
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
729
|
SidewalkUpdateAccount.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }))); };
|
|
1195
730
|
})(SidewalkUpdateAccount || (SidewalkUpdateAccount = {}));
|
|
1196
731
|
export var UpdatePartnerAccountRequest;
|
|
1197
732
|
(function (UpdatePartnerAccountRequest) {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
733
|
UpdatePartnerAccountRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Sidewalk && { Sidewalk: SidewalkUpdateAccount.filterSensitiveLog(obj.Sidewalk) }))); };
|
|
1202
734
|
})(UpdatePartnerAccountRequest || (UpdatePartnerAccountRequest = {}));
|
|
1203
735
|
export var UpdatePartnerAccountResponse;
|
|
1204
736
|
(function (UpdatePartnerAccountResponse) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
737
|
UpdatePartnerAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
738
|
})(UpdatePartnerAccountResponse || (UpdatePartnerAccountResponse = {}));
|
|
1210
739
|
export var LoRaWANUpdateDevice;
|
|
1211
740
|
(function (LoRaWANUpdateDevice) {
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
741
|
LoRaWANUpdateDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
742
|
})(LoRaWANUpdateDevice || (LoRaWANUpdateDevice = {}));
|
|
1217
743
|
export var UpdateWirelessDeviceRequest;
|
|
1218
744
|
(function (UpdateWirelessDeviceRequest) {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
745
|
UpdateWirelessDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1223
746
|
})(UpdateWirelessDeviceRequest || (UpdateWirelessDeviceRequest = {}));
|
|
1224
747
|
export var UpdateWirelessDeviceResponse;
|
|
1225
748
|
(function (UpdateWirelessDeviceResponse) {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
749
|
UpdateWirelessDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1230
750
|
})(UpdateWirelessDeviceResponse || (UpdateWirelessDeviceResponse = {}));
|
|
1231
751
|
export var UpdateWirelessGatewayRequest;
|
|
1232
752
|
(function (UpdateWirelessGatewayRequest) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
753
|
UpdateWirelessGatewayRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1237
754
|
})(UpdateWirelessGatewayRequest || (UpdateWirelessGatewayRequest = {}));
|
|
1238
755
|
export var UpdateWirelessGatewayResponse;
|
|
1239
756
|
(function (UpdateWirelessGatewayResponse) {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
757
|
UpdateWirelessGatewayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
758
|
})(UpdateWirelessGatewayResponse || (UpdateWirelessGatewayResponse = {}));
|
|
1245
|
-
//# sourceMappingURL=models_0.js.map
|