@aws-sdk/client-iot-wireless 3.1019.0 → 3.1020.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.
Files changed (26) hide show
  1. package/dist-es/IoTWireless.js +3 -3
  2. package/dist-types/IoTWireless.d.ts +112 -112
  3. package/dist-types/IoTWirelessClient.d.ts +115 -115
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/commands/GetPositionEstimateCommand.d.ts +1 -1
  6. package/dist-types/commands/GetResourcePositionCommand.d.ts +1 -1
  7. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +1 -1
  8. package/dist-types/index.d.ts +1 -1
  9. package/dist-types/models/models_0.d.ts +1 -1
  10. package/dist-types/models/models_1.d.ts +2 -2
  11. package/dist-types/pagination/ListDestinationsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListDeviceProfilesPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListFuotaTasksPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListMulticastGroupsByFuotaTaskPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListMulticastGroupsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListNetworkAnalyzerConfigurationsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListPositionConfigurationsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListQueuedMessagesPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListServiceProfilesPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListWirelessDevicesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListWirelessGatewaysPaginator.d.ts +1 -1
  22. package/dist-types/ts3.4/IoTWirelessClient.d.ts +2 -3
  23. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  24. package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_1.d.ts +3 -3
  26. package/package.json +14 -14
@@ -43,12 +43,12 @@ import { GetEventConfigurationByResourceTypesCommand, } from "./commands/GetEven
43
43
  import { GetFuotaTaskCommand, } from "./commands/GetFuotaTaskCommand";
44
44
  import { GetLogLevelsByResourceTypesCommand, } from "./commands/GetLogLevelsByResourceTypesCommand";
45
45
  import { GetMetricConfigurationCommand, } from "./commands/GetMetricConfigurationCommand";
46
- import { GetMetricsCommand } from "./commands/GetMetricsCommand";
46
+ import { GetMetricsCommand, } from "./commands/GetMetricsCommand";
47
47
  import { GetMulticastGroupCommand, } from "./commands/GetMulticastGroupCommand";
48
48
  import { GetMulticastGroupSessionCommand, } from "./commands/GetMulticastGroupSessionCommand";
49
49
  import { GetNetworkAnalyzerConfigurationCommand, } from "./commands/GetNetworkAnalyzerConfigurationCommand";
50
50
  import { GetPartnerAccountCommand, } from "./commands/GetPartnerAccountCommand";
51
- import { GetPositionCommand } from "./commands/GetPositionCommand";
51
+ import { GetPositionCommand, } from "./commands/GetPositionCommand";
52
52
  import { GetPositionConfigurationCommand, } from "./commands/GetPositionConfigurationCommand";
53
53
  import { GetPositionEstimateCommand, } from "./commands/GetPositionEstimateCommand";
54
54
  import { GetResourceEventConfigurationCommand, } from "./commands/GetResourceEventConfigurationCommand";
@@ -94,7 +94,7 @@ import { StartFuotaTaskCommand, } from "./commands/StartFuotaTaskCommand";
94
94
  import { StartMulticastGroupSessionCommand, } from "./commands/StartMulticastGroupSessionCommand";
95
95
  import { StartSingleWirelessDeviceImportTaskCommand, } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
96
96
  import { StartWirelessDeviceImportTaskCommand, } from "./commands/StartWirelessDeviceImportTaskCommand";
97
- import { TagResourceCommand } from "./commands/TagResourceCommand";
97
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
98
98
  import { TestWirelessDeviceCommand, } from "./commands/TestWirelessDeviceCommand";
99
99
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
100
100
  import { UpdateDestinationCommand, } from "./commands/UpdateDestinationCommand";
@@ -1,116 +1,116 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
3
- import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
4
- import { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "./commands/AssociateWirelessDeviceWithFuotaTaskCommand";
5
- import { AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/AssociateWirelessDeviceWithMulticastGroupCommand";
6
- import { AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput } from "./commands/AssociateWirelessDeviceWithThingCommand";
7
- import { AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput } from "./commands/AssociateWirelessGatewayWithCertificateCommand";
8
- import { AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput } from "./commands/AssociateWirelessGatewayWithThingCommand";
9
- import { CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput } from "./commands/CancelMulticastGroupSessionCommand";
10
- import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
11
- import { CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput } from "./commands/CreateDeviceProfileCommand";
12
- import { CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput } from "./commands/CreateFuotaTaskCommand";
13
- import { CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput } from "./commands/CreateMulticastGroupCommand";
14
- import { CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput } from "./commands/CreateNetworkAnalyzerConfigurationCommand";
15
- import { CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput } from "./commands/CreateServiceProfileCommand";
16
- import { CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput } from "./commands/CreateWirelessDeviceCommand";
17
- import { CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput } from "./commands/CreateWirelessGatewayCommand";
18
- import { CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput } from "./commands/CreateWirelessGatewayTaskCommand";
19
- import { CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput } from "./commands/CreateWirelessGatewayTaskDefinitionCommand";
20
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
21
- import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
22
- import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
23
- import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
24
- import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput } from "./commands/DeleteNetworkAnalyzerConfigurationCommand";
25
- import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
26
- import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
27
- import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
28
- import { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "./commands/DeleteWirelessDeviceImportTaskCommand";
29
- import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
30
- import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "./commands/DeleteWirelessGatewayTaskCommand";
31
- import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
32
- import { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "./commands/DeregisterWirelessDeviceCommand";
33
- import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
34
- import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "./commands/DisassociateMulticastGroupFromFuotaTaskCommand";
35
- import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "./commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
36
- import { DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
37
- import { DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput } from "./commands/DisassociateWirelessDeviceFromThingCommand";
38
- import { DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput } from "./commands/DisassociateWirelessGatewayFromCertificateCommand";
39
- import { DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput } from "./commands/DisassociateWirelessGatewayFromThingCommand";
40
- import { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
41
- import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "./commands/GetDeviceProfileCommand";
42
- import { GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput } from "./commands/GetEventConfigurationByResourceTypesCommand";
43
- import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/GetFuotaTaskCommand";
44
- import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
45
- import { GetMetricConfigurationCommandInput, GetMetricConfigurationCommandOutput } from "./commands/GetMetricConfigurationCommand";
46
- import { GetMetricsCommandInput, GetMetricsCommandOutput } from "./commands/GetMetricsCommand";
47
- import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
48
- import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
49
- import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
50
- import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
51
- import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
52
- import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
53
- import { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "./commands/GetPositionEstimateCommand";
54
- import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
55
- import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
56
- import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "./commands/GetResourcePositionCommand";
57
- import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
58
- import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
59
- import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
60
- import { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "./commands/GetWirelessDeviceImportTaskCommand";
61
- import { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "./commands/GetWirelessDeviceStatisticsCommand";
62
- import { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "./commands/GetWirelessGatewayCertificateCommand";
63
- import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
64
- import { GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput } from "./commands/GetWirelessGatewayFirmwareInformationCommand";
65
- import { GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput } from "./commands/GetWirelessGatewayStatisticsCommand";
66
- import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput } from "./commands/GetWirelessGatewayTaskCommand";
67
- import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
68
- import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
69
- import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
70
- import { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
71
- import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "./commands/ListEventConfigurationsCommand";
72
- import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./commands/ListFuotaTasksCommand";
73
- import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
74
- import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
75
- import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
76
- import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
77
- import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
78
- import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
79
- import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
80
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
81
- import { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "./commands/ListWirelessDeviceImportTasksCommand";
82
- import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
83
- import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
84
- import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
85
- import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
86
- import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
87
- import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
88
- import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
89
- import { SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput } from "./commands/SendDataToMulticastGroupCommand";
90
- import { SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput } from "./commands/SendDataToWirelessDeviceCommand";
91
- import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
92
- import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
93
- import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "./commands/StartFuotaTaskCommand";
94
- import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "./commands/StartMulticastGroupSessionCommand";
95
- import { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
96
- import { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "./commands/StartWirelessDeviceImportTaskCommand";
97
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
98
- import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
99
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
100
- import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
101
- import { UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput } from "./commands/UpdateEventConfigurationByResourceTypesCommand";
102
- import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
103
- import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
104
- import { UpdateMetricConfigurationCommandInput, UpdateMetricConfigurationCommandOutput } from "./commands/UpdateMetricConfigurationCommand";
105
- import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
106
- import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
107
- import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
108
- import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
109
- import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
110
- import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
111
- import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
112
- import { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "./commands/UpdateWirelessDeviceImportTaskCommand";
113
- import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
2
+ import { type AssociateAwsAccountWithPartnerAccountCommandInput, type AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
3
+ import { type AssociateMulticastGroupWithFuotaTaskCommandInput, type AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
4
+ import { type AssociateWirelessDeviceWithFuotaTaskCommandInput, type AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "./commands/AssociateWirelessDeviceWithFuotaTaskCommand";
5
+ import { type AssociateWirelessDeviceWithMulticastGroupCommandInput, type AssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/AssociateWirelessDeviceWithMulticastGroupCommand";
6
+ import { type AssociateWirelessDeviceWithThingCommandInput, type AssociateWirelessDeviceWithThingCommandOutput } from "./commands/AssociateWirelessDeviceWithThingCommand";
7
+ import { type AssociateWirelessGatewayWithCertificateCommandInput, type AssociateWirelessGatewayWithCertificateCommandOutput } from "./commands/AssociateWirelessGatewayWithCertificateCommand";
8
+ import { type AssociateWirelessGatewayWithThingCommandInput, type AssociateWirelessGatewayWithThingCommandOutput } from "./commands/AssociateWirelessGatewayWithThingCommand";
9
+ import { type CancelMulticastGroupSessionCommandInput, type CancelMulticastGroupSessionCommandOutput } from "./commands/CancelMulticastGroupSessionCommand";
10
+ import { type CreateDestinationCommandInput, type CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
11
+ import { type CreateDeviceProfileCommandInput, type CreateDeviceProfileCommandOutput } from "./commands/CreateDeviceProfileCommand";
12
+ import { type CreateFuotaTaskCommandInput, type CreateFuotaTaskCommandOutput } from "./commands/CreateFuotaTaskCommand";
13
+ import { type CreateMulticastGroupCommandInput, type CreateMulticastGroupCommandOutput } from "./commands/CreateMulticastGroupCommand";
14
+ import { type CreateNetworkAnalyzerConfigurationCommandInput, type CreateNetworkAnalyzerConfigurationCommandOutput } from "./commands/CreateNetworkAnalyzerConfigurationCommand";
15
+ import { type CreateServiceProfileCommandInput, type CreateServiceProfileCommandOutput } from "./commands/CreateServiceProfileCommand";
16
+ import { type CreateWirelessDeviceCommandInput, type CreateWirelessDeviceCommandOutput } from "./commands/CreateWirelessDeviceCommand";
17
+ import { type CreateWirelessGatewayCommandInput, type CreateWirelessGatewayCommandOutput } from "./commands/CreateWirelessGatewayCommand";
18
+ import { type CreateWirelessGatewayTaskCommandInput, type CreateWirelessGatewayTaskCommandOutput } from "./commands/CreateWirelessGatewayTaskCommand";
19
+ import { type CreateWirelessGatewayTaskDefinitionCommandInput, type CreateWirelessGatewayTaskDefinitionCommandOutput } from "./commands/CreateWirelessGatewayTaskDefinitionCommand";
20
+ import { type DeleteDestinationCommandInput, type DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
21
+ import { type DeleteDeviceProfileCommandInput, type DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
22
+ import { type DeleteFuotaTaskCommandInput, type DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
23
+ import { type DeleteMulticastGroupCommandInput, type DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
24
+ import { type DeleteNetworkAnalyzerConfigurationCommandInput, type DeleteNetworkAnalyzerConfigurationCommandOutput } from "./commands/DeleteNetworkAnalyzerConfigurationCommand";
25
+ import { type DeleteQueuedMessagesCommandInput, type DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
26
+ import { type DeleteServiceProfileCommandInput, type DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
27
+ import { type DeleteWirelessDeviceCommandInput, type DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
28
+ import { type DeleteWirelessDeviceImportTaskCommandInput, type DeleteWirelessDeviceImportTaskCommandOutput } from "./commands/DeleteWirelessDeviceImportTaskCommand";
29
+ import { type DeleteWirelessGatewayCommandInput, type DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
30
+ import { type DeleteWirelessGatewayTaskCommandInput, type DeleteWirelessGatewayTaskCommandOutput } from "./commands/DeleteWirelessGatewayTaskCommand";
31
+ import { type DeleteWirelessGatewayTaskDefinitionCommandInput, type DeleteWirelessGatewayTaskDefinitionCommandOutput } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
32
+ import { type DeregisterWirelessDeviceCommandInput, type DeregisterWirelessDeviceCommandOutput } from "./commands/DeregisterWirelessDeviceCommand";
33
+ import { type DisassociateAwsAccountFromPartnerAccountCommandInput, type DisassociateAwsAccountFromPartnerAccountCommandOutput } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
34
+ import { type DisassociateMulticastGroupFromFuotaTaskCommandInput, type DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "./commands/DisassociateMulticastGroupFromFuotaTaskCommand";
35
+ import { type DisassociateWirelessDeviceFromFuotaTaskCommandInput, type DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "./commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
36
+ import { type DisassociateWirelessDeviceFromMulticastGroupCommandInput, type DisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
37
+ import { type DisassociateWirelessDeviceFromThingCommandInput, type DisassociateWirelessDeviceFromThingCommandOutput } from "./commands/DisassociateWirelessDeviceFromThingCommand";
38
+ import { type DisassociateWirelessGatewayFromCertificateCommandInput, type DisassociateWirelessGatewayFromCertificateCommandOutput } from "./commands/DisassociateWirelessGatewayFromCertificateCommand";
39
+ import { type DisassociateWirelessGatewayFromThingCommandInput, type DisassociateWirelessGatewayFromThingCommandOutput } from "./commands/DisassociateWirelessGatewayFromThingCommand";
40
+ import { type GetDestinationCommandInput, type GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
41
+ import { type GetDeviceProfileCommandInput, type GetDeviceProfileCommandOutput } from "./commands/GetDeviceProfileCommand";
42
+ import { type GetEventConfigurationByResourceTypesCommandInput, type GetEventConfigurationByResourceTypesCommandOutput } from "./commands/GetEventConfigurationByResourceTypesCommand";
43
+ import { type GetFuotaTaskCommandInput, type GetFuotaTaskCommandOutput } from "./commands/GetFuotaTaskCommand";
44
+ import { type GetLogLevelsByResourceTypesCommandInput, type GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
45
+ import { type GetMetricConfigurationCommandInput, type GetMetricConfigurationCommandOutput } from "./commands/GetMetricConfigurationCommand";
46
+ import { type GetMetricsCommandInput, type GetMetricsCommandOutput } from "./commands/GetMetricsCommand";
47
+ import { type GetMulticastGroupCommandInput, type GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
48
+ import { type GetMulticastGroupSessionCommandInput, type GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
49
+ import { type GetNetworkAnalyzerConfigurationCommandInput, type GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
50
+ import { type GetPartnerAccountCommandInput, type GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
51
+ import { type GetPositionCommandInput, type GetPositionCommandOutput } from "./commands/GetPositionCommand";
52
+ import { type GetPositionConfigurationCommandInput, type GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
53
+ import { type GetPositionEstimateCommandInput, type GetPositionEstimateCommandOutput } from "./commands/GetPositionEstimateCommand";
54
+ import { type GetResourceEventConfigurationCommandInput, type GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
55
+ import { type GetResourceLogLevelCommandInput, type GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
56
+ import { type GetResourcePositionCommandInput, type GetResourcePositionCommandOutput } from "./commands/GetResourcePositionCommand";
57
+ import { type GetServiceEndpointCommandInput, type GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
58
+ import { type GetServiceProfileCommandInput, type GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
59
+ import { type GetWirelessDeviceCommandInput, type GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
60
+ import { type GetWirelessDeviceImportTaskCommandInput, type GetWirelessDeviceImportTaskCommandOutput } from "./commands/GetWirelessDeviceImportTaskCommand";
61
+ import { type GetWirelessDeviceStatisticsCommandInput, type GetWirelessDeviceStatisticsCommandOutput } from "./commands/GetWirelessDeviceStatisticsCommand";
62
+ import { type GetWirelessGatewayCertificateCommandInput, type GetWirelessGatewayCertificateCommandOutput } from "./commands/GetWirelessGatewayCertificateCommand";
63
+ import { type GetWirelessGatewayCommandInput, type GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
64
+ import { type GetWirelessGatewayFirmwareInformationCommandInput, type GetWirelessGatewayFirmwareInformationCommandOutput } from "./commands/GetWirelessGatewayFirmwareInformationCommand";
65
+ import { type GetWirelessGatewayStatisticsCommandInput, type GetWirelessGatewayStatisticsCommandOutput } from "./commands/GetWirelessGatewayStatisticsCommand";
66
+ import { type GetWirelessGatewayTaskCommandInput, type GetWirelessGatewayTaskCommandOutput } from "./commands/GetWirelessGatewayTaskCommand";
67
+ import { type GetWirelessGatewayTaskDefinitionCommandInput, type GetWirelessGatewayTaskDefinitionCommandOutput } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
68
+ import { type ListDestinationsCommandInput, type ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
69
+ import { type ListDeviceProfilesCommandInput, type ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
70
+ import { type ListDevicesForWirelessDeviceImportTaskCommandInput, type ListDevicesForWirelessDeviceImportTaskCommandOutput } from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
71
+ import { type ListEventConfigurationsCommandInput, type ListEventConfigurationsCommandOutput } from "./commands/ListEventConfigurationsCommand";
72
+ import { type ListFuotaTasksCommandInput, type ListFuotaTasksCommandOutput } from "./commands/ListFuotaTasksCommand";
73
+ import { type ListMulticastGroupsByFuotaTaskCommandInput, type ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
74
+ import { type ListMulticastGroupsCommandInput, type ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
75
+ import { type ListNetworkAnalyzerConfigurationsCommandInput, type ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
76
+ import { type ListPartnerAccountsCommandInput, type ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
77
+ import { type ListPositionConfigurationsCommandInput, type ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
78
+ import { type ListQueuedMessagesCommandInput, type ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
79
+ import { type ListServiceProfilesCommandInput, type ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
80
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
81
+ import { type ListWirelessDeviceImportTasksCommandInput, type ListWirelessDeviceImportTasksCommandOutput } from "./commands/ListWirelessDeviceImportTasksCommand";
82
+ import { type ListWirelessDevicesCommandInput, type ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
83
+ import { type ListWirelessGatewaysCommandInput, type ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
84
+ import { type ListWirelessGatewayTaskDefinitionsCommandInput, type ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
85
+ import { type PutPositionConfigurationCommandInput, type PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
86
+ import { type PutResourceLogLevelCommandInput, type PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
87
+ import { type ResetAllResourceLogLevelsCommandInput, type ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
88
+ import { type ResetResourceLogLevelCommandInput, type ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
89
+ import { type SendDataToMulticastGroupCommandInput, type SendDataToMulticastGroupCommandOutput } from "./commands/SendDataToMulticastGroupCommand";
90
+ import { type SendDataToWirelessDeviceCommandInput, type SendDataToWirelessDeviceCommandOutput } from "./commands/SendDataToWirelessDeviceCommand";
91
+ import { type StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, type StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
92
+ import { type StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, type StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
93
+ import { type StartFuotaTaskCommandInput, type StartFuotaTaskCommandOutput } from "./commands/StartFuotaTaskCommand";
94
+ import { type StartMulticastGroupSessionCommandInput, type StartMulticastGroupSessionCommandOutput } from "./commands/StartMulticastGroupSessionCommand";
95
+ import { type StartSingleWirelessDeviceImportTaskCommandInput, type StartSingleWirelessDeviceImportTaskCommandOutput } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
96
+ import { type StartWirelessDeviceImportTaskCommandInput, type StartWirelessDeviceImportTaskCommandOutput } from "./commands/StartWirelessDeviceImportTaskCommand";
97
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
98
+ import { type TestWirelessDeviceCommandInput, type TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
99
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
100
+ import { type UpdateDestinationCommandInput, type UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
101
+ import { type UpdateEventConfigurationByResourceTypesCommandInput, type UpdateEventConfigurationByResourceTypesCommandOutput } from "./commands/UpdateEventConfigurationByResourceTypesCommand";
102
+ import { type UpdateFuotaTaskCommandInput, type UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
103
+ import { type UpdateLogLevelsByResourceTypesCommandInput, type UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
104
+ import { type UpdateMetricConfigurationCommandInput, type UpdateMetricConfigurationCommandOutput } from "./commands/UpdateMetricConfigurationCommand";
105
+ import { type UpdateMulticastGroupCommandInput, type UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
106
+ import { type UpdateNetworkAnalyzerConfigurationCommandInput, type UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
107
+ import { type UpdatePartnerAccountCommandInput, type UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
108
+ import { type UpdatePositionCommandInput, type UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
109
+ import { type UpdateResourceEventConfigurationCommandInput, type UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
110
+ import { type UpdateResourcePositionCommandInput, type UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
111
+ import { type UpdateWirelessDeviceCommandInput, type UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
112
+ import { type UpdateWirelessDeviceImportTaskCommandInput, type UpdateWirelessDeviceImportTaskCommandOutput } from "./commands/UpdateWirelessDeviceImportTaskCommand";
113
+ import { type UpdateWirelessGatewayCommandInput, type UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
114
114
  import { IoTWirelessClient } from "./IoTWirelessClient";
115
115
  export interface IoTWireless {
116
116
  /**
@@ -5,121 +5,121 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
11
- import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
12
- import { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "./commands/AssociateWirelessDeviceWithFuotaTaskCommand";
13
- import { AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/AssociateWirelessDeviceWithMulticastGroupCommand";
14
- import { AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput } from "./commands/AssociateWirelessDeviceWithThingCommand";
15
- import { AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput } from "./commands/AssociateWirelessGatewayWithCertificateCommand";
16
- import { AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput } from "./commands/AssociateWirelessGatewayWithThingCommand";
17
- import { CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput } from "./commands/CancelMulticastGroupSessionCommand";
18
- import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
19
- import { CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput } from "./commands/CreateDeviceProfileCommand";
20
- import { CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput } from "./commands/CreateFuotaTaskCommand";
21
- import { CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput } from "./commands/CreateMulticastGroupCommand";
22
- import { CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput } from "./commands/CreateNetworkAnalyzerConfigurationCommand";
23
- import { CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput } from "./commands/CreateServiceProfileCommand";
24
- import { CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput } from "./commands/CreateWirelessDeviceCommand";
25
- import { CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput } from "./commands/CreateWirelessGatewayCommand";
26
- import { CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput } from "./commands/CreateWirelessGatewayTaskCommand";
27
- import { CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput } from "./commands/CreateWirelessGatewayTaskDefinitionCommand";
28
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
29
- import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
30
- import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
31
- import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
32
- import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput } from "./commands/DeleteNetworkAnalyzerConfigurationCommand";
33
- import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
34
- import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
35
- import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
36
- import { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "./commands/DeleteWirelessDeviceImportTaskCommand";
37
- import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
38
- import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "./commands/DeleteWirelessGatewayTaskCommand";
39
- import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
40
- import { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "./commands/DeregisterWirelessDeviceCommand";
41
- import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
42
- import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "./commands/DisassociateMulticastGroupFromFuotaTaskCommand";
43
- import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "./commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
44
- import { DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
45
- import { DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput } from "./commands/DisassociateWirelessDeviceFromThingCommand";
46
- import { DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput } from "./commands/DisassociateWirelessGatewayFromCertificateCommand";
47
- import { DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput } from "./commands/DisassociateWirelessGatewayFromThingCommand";
48
- import { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
49
- import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "./commands/GetDeviceProfileCommand";
50
- import { GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput } from "./commands/GetEventConfigurationByResourceTypesCommand";
51
- import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/GetFuotaTaskCommand";
52
- import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
53
- import { GetMetricConfigurationCommandInput, GetMetricConfigurationCommandOutput } from "./commands/GetMetricConfigurationCommand";
54
- import { GetMetricsCommandInput, GetMetricsCommandOutput } from "./commands/GetMetricsCommand";
55
- import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
56
- import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
57
- import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
58
- import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
59
- import { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
60
- import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
61
- import { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "./commands/GetPositionEstimateCommand";
62
- import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
63
- import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
64
- import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "./commands/GetResourcePositionCommand";
65
- import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
66
- import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
67
- import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
68
- import { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "./commands/GetWirelessDeviceImportTaskCommand";
69
- import { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "./commands/GetWirelessDeviceStatisticsCommand";
70
- import { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "./commands/GetWirelessGatewayCertificateCommand";
71
- import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
72
- import { GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput } from "./commands/GetWirelessGatewayFirmwareInformationCommand";
73
- import { GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput } from "./commands/GetWirelessGatewayStatisticsCommand";
74
- import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput } from "./commands/GetWirelessGatewayTaskCommand";
75
- import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
76
- import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
77
- import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
78
- import { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
79
- import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "./commands/ListEventConfigurationsCommand";
80
- import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./commands/ListFuotaTasksCommand";
81
- import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
82
- import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
83
- import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
84
- import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
85
- import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
86
- import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
87
- import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
88
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
89
- import { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "./commands/ListWirelessDeviceImportTasksCommand";
90
- import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
91
- import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
92
- import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
93
- import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
94
- import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
95
- import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
96
- import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
97
- import { SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput } from "./commands/SendDataToMulticastGroupCommand";
98
- import { SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput } from "./commands/SendDataToWirelessDeviceCommand";
99
- import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
100
- import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
101
- import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "./commands/StartFuotaTaskCommand";
102
- import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "./commands/StartMulticastGroupSessionCommand";
103
- import { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
104
- import { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "./commands/StartWirelessDeviceImportTaskCommand";
105
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
106
- import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
107
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
108
- import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
109
- import { UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput } from "./commands/UpdateEventConfigurationByResourceTypesCommand";
110
- import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
111
- import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
112
- import { UpdateMetricConfigurationCommandInput, UpdateMetricConfigurationCommandOutput } from "./commands/UpdateMetricConfigurationCommand";
113
- import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
114
- import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
115
- import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
116
- import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
117
- import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
118
- import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
119
- import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
120
- import { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "./commands/UpdateWirelessDeviceImportTaskCommand";
121
- import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
122
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
11
+ import type { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "./commands/AssociateMulticastGroupWithFuotaTaskCommand";
12
+ import type { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "./commands/AssociateWirelessDeviceWithFuotaTaskCommand";
13
+ import type { AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/AssociateWirelessDeviceWithMulticastGroupCommand";
14
+ import type { AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput } from "./commands/AssociateWirelessDeviceWithThingCommand";
15
+ import type { AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput } from "./commands/AssociateWirelessGatewayWithCertificateCommand";
16
+ import type { AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput } from "./commands/AssociateWirelessGatewayWithThingCommand";
17
+ import type { CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput } from "./commands/CancelMulticastGroupSessionCommand";
18
+ import type { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
19
+ import type { CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput } from "./commands/CreateDeviceProfileCommand";
20
+ import type { CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput } from "./commands/CreateFuotaTaskCommand";
21
+ import type { CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput } from "./commands/CreateMulticastGroupCommand";
22
+ import type { CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput } from "./commands/CreateNetworkAnalyzerConfigurationCommand";
23
+ import type { CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput } from "./commands/CreateServiceProfileCommand";
24
+ import type { CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput } from "./commands/CreateWirelessDeviceCommand";
25
+ import type { CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput } from "./commands/CreateWirelessGatewayCommand";
26
+ import type { CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput } from "./commands/CreateWirelessGatewayTaskCommand";
27
+ import type { CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput } from "./commands/CreateWirelessGatewayTaskDefinitionCommand";
28
+ import type { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
29
+ import type { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "./commands/DeleteDeviceProfileCommand";
30
+ import type { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "./commands/DeleteFuotaTaskCommand";
31
+ import type { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "./commands/DeleteMulticastGroupCommand";
32
+ import type { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput } from "./commands/DeleteNetworkAnalyzerConfigurationCommand";
33
+ import type { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
34
+ import type { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
35
+ import type { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
36
+ import type { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "./commands/DeleteWirelessDeviceImportTaskCommand";
37
+ import type { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
38
+ import type { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "./commands/DeleteWirelessGatewayTaskCommand";
39
+ import type { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
40
+ import type { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "./commands/DeregisterWirelessDeviceCommand";
41
+ import type { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
42
+ import type { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "./commands/DisassociateMulticastGroupFromFuotaTaskCommand";
43
+ import type { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "./commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
44
+ import type { DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
45
+ import type { DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput } from "./commands/DisassociateWirelessDeviceFromThingCommand";
46
+ import type { DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput } from "./commands/DisassociateWirelessGatewayFromCertificateCommand";
47
+ import type { DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput } from "./commands/DisassociateWirelessGatewayFromThingCommand";
48
+ import type { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
49
+ import type { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "./commands/GetDeviceProfileCommand";
50
+ import type { GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput } from "./commands/GetEventConfigurationByResourceTypesCommand";
51
+ import type { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "./commands/GetFuotaTaskCommand";
52
+ import type { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "./commands/GetLogLevelsByResourceTypesCommand";
53
+ import type { GetMetricConfigurationCommandInput, GetMetricConfigurationCommandOutput } from "./commands/GetMetricConfigurationCommand";
54
+ import type { GetMetricsCommandInput, GetMetricsCommandOutput } from "./commands/GetMetricsCommand";
55
+ import type { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "./commands/GetMulticastGroupCommand";
56
+ import type { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "./commands/GetMulticastGroupSessionCommand";
57
+ import type { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "./commands/GetNetworkAnalyzerConfigurationCommand";
58
+ import type { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "./commands/GetPartnerAccountCommand";
59
+ import type { GetPositionCommandInput, GetPositionCommandOutput } from "./commands/GetPositionCommand";
60
+ import type { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "./commands/GetPositionConfigurationCommand";
61
+ import type { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "./commands/GetPositionEstimateCommand";
62
+ import type { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "./commands/GetResourceEventConfigurationCommand";
63
+ import type { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "./commands/GetResourceLogLevelCommand";
64
+ import type { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "./commands/GetResourcePositionCommand";
65
+ import type { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
66
+ import type { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
67
+ import type { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
68
+ import type { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "./commands/GetWirelessDeviceImportTaskCommand";
69
+ import type { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "./commands/GetWirelessDeviceStatisticsCommand";
70
+ import type { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "./commands/GetWirelessGatewayCertificateCommand";
71
+ import type { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
72
+ import type { GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput } from "./commands/GetWirelessGatewayFirmwareInformationCommand";
73
+ import type { GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput } from "./commands/GetWirelessGatewayStatisticsCommand";
74
+ import type { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput } from "./commands/GetWirelessGatewayTaskCommand";
75
+ import type { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
76
+ import type { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
77
+ import type { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
78
+ import type { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
79
+ import type { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "./commands/ListEventConfigurationsCommand";
80
+ import type { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./commands/ListFuotaTasksCommand";
81
+ import type { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
82
+ import type { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "./commands/ListMulticastGroupsCommand";
83
+ import type { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "./commands/ListNetworkAnalyzerConfigurationsCommand";
84
+ import type { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "./commands/ListPartnerAccountsCommand";
85
+ import type { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "./commands/ListPositionConfigurationsCommand";
86
+ import type { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
87
+ import type { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
88
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
89
+ import type { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "./commands/ListWirelessDeviceImportTasksCommand";
90
+ import type { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
91
+ import type { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
92
+ import type { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
93
+ import type { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "./commands/PutPositionConfigurationCommand";
94
+ import type { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "./commands/PutResourceLogLevelCommand";
95
+ import type { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "./commands/ResetAllResourceLogLevelsCommand";
96
+ import type { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "./commands/ResetResourceLogLevelCommand";
97
+ import type { SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput } from "./commands/SendDataToMulticastGroupCommand";
98
+ import type { SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput } from "./commands/SendDataToWirelessDeviceCommand";
99
+ import type { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput } from "./commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
100
+ import type { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
101
+ import type { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "./commands/StartFuotaTaskCommand";
102
+ import type { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "./commands/StartMulticastGroupSessionCommand";
103
+ import type { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
104
+ import type { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "./commands/StartWirelessDeviceImportTaskCommand";
105
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
106
+ import type { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
107
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
108
+ import type { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
109
+ import type { UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput } from "./commands/UpdateEventConfigurationByResourceTypesCommand";
110
+ import type { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "./commands/UpdateFuotaTaskCommand";
111
+ import type { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "./commands/UpdateLogLevelsByResourceTypesCommand";
112
+ import type { UpdateMetricConfigurationCommandInput, UpdateMetricConfigurationCommandOutput } from "./commands/UpdateMetricConfigurationCommand";
113
+ import type { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "./commands/UpdateMulticastGroupCommand";
114
+ import type { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "./commands/UpdateNetworkAnalyzerConfigurationCommand";
115
+ import type { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "./commands/UpdatePartnerAccountCommand";
116
+ import type { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./commands/UpdatePositionCommand";
117
+ import type { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
118
+ import type { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
119
+ import type { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
120
+ import type { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "./commands/UpdateWirelessDeviceImportTaskCommand";
121
+ import type { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
122
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
123
123
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
124
124
  export { __Client };
125
125
  /**
@@ -228,7 +228,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
228
228
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
229
229
  * @internal
230
230
  */
231
- defaultUserAgentProvider?: Provider<__UserAgent>;
231
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
232
232
  /**
233
233
  * Default credentials provider; Not available in browser runtime.
234
234
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { IoTWirelessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
- import { type GetPositionEstimateRequest, GetPositionEstimateResponse } from "../models/models_0";
5
+ import type { GetPositionEstimateRequest, GetPositionEstimateResponse } from "../models/models_0";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
5
- import { type GetResourcePositionRequest, GetResourcePositionResponse } from "../models/models_0";
5
+ import type { GetResourcePositionRequest, GetResourcePositionResponse } from "../models/models_0";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
- import { type UpdateResourcePositionResponse, UpdateResourcePositionRequest } from "../models/models_1";
4
+ import type { UpdateResourcePositionRequest, UpdateResourcePositionResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -23,7 +23,7 @@
23
23
  */
24
24
  export * from "./IoTWirelessClient";
25
25
  export * from "./IoTWireless";
26
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
26
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
27
27
  export type { RuntimeExtension } from "./runtimeExtensions";
28
28
  export type { IoTWirelessExtensionConfiguration } from "./extensionConfiguration";
29
29
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { AggregationPeriod, ApplicationConfigType, BatteryLevel, ConnectionStatus, DeviceProfileType, DeviceState, DimensionName, DlClass, DownlinkMode, Event, EventNotificationPartnerType, EventNotificationResourceType, EventNotificationTopicStatus, ExpressionType, FuotaDeviceStatus, FuotaTaskEvent, FuotaTaskStatus, FuotaTaskType, IdentifierType, ImportTaskStatus, LogLevel, MessageType, MetricName, MetricQueryStatus, MulticastFrameInfo, OnboardStatus, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, PositioningConfigStatus, PositionResourceType, PositionSolverProvider, PositionSolverType, SigningAlg, SummaryMetricConfigurationStatus, SupportedRfRegion, WirelessDeviceEvent, WirelessDeviceFrameInfo, WirelessDeviceIdType, WirelessDeviceSidewalkStatus, WirelessDeviceType, WirelessGatewayEvent, WirelessGatewayIdType, WirelessGatewayServiceType, WirelessGatewayTaskDefinitionType, WirelessGatewayTaskStatus, WirelessGatewayType } from "./enums";
1
+ import type { AggregationPeriod, ApplicationConfigType, BatteryLevel, ConnectionStatus, DeviceProfileType, DeviceState, DimensionName, DlClass, DownlinkMode, Event, EventNotificationPartnerType, EventNotificationResourceType, EventNotificationTopicStatus, ExpressionType, FuotaDeviceStatus, FuotaTaskEvent, FuotaTaskStatus, FuotaTaskType, IdentifierType, ImportTaskStatus, LogLevel, MessageType, MetricName, MetricQueryStatus, MulticastFrameInfo, OnboardStatus, PartnerType, PositionConfigurationFec, PositionConfigurationStatus, PositioningConfigStatus, PositionResourceType, PositionSolverProvider, PositionSolverType, SigningAlg, SummaryMetricConfigurationStatus, SupportedRfRegion, WirelessDeviceEvent, WirelessDeviceFrameInfo, WirelessDeviceIdType, WirelessDeviceSidewalkStatus, WirelessDeviceType, WirelessGatewayEvent, WirelessGatewayIdType, WirelessGatewayServiceType, WirelessGatewayTaskDefinitionType, WirelessGatewayTaskStatus, WirelessGatewayType } from "./enums";
2
2
  /**
3
3
  * <p>Session keys for ABP v1.1</p>
4
4
  * @public
@@ -1,5 +1,5 @@
1
- import { EventNotificationPartnerType, ExpressionType, IdentifierType, LogLevel, PartnerType, PositioningConfigStatus, PositionResourceType } from "./enums";
2
- import { type ConnectionStatusEventConfiguration, type ConnectionStatusResourceTypeEventConfiguration, type DeviceRegistrationStateEventConfiguration, type DeviceRegistrationStateResourceTypeEventConfiguration, type JoinEventConfiguration, type JoinResourceTypeEventConfiguration, type LoRaWANFuotaTask, type LoRaWANMulticast, type LoRaWANMulticastSession, type MessageDeliveryStatusEventConfiguration, type MessageDeliveryStatusResourceTypeEventConfiguration, type Positioning, type ProximityEventConfiguration, type ProximityResourceTypeEventConfiguration, type SidewalkPositioning, type SummaryMetricConfiguration, type TraceContent, ApplicationConfig, FuotaTaskLogOption, Tag, WirelessDeviceLogOption, WirelessGatewayLogOption } from "./models_0";
1
+ import type { EventNotificationPartnerType, ExpressionType, IdentifierType, LogLevel, PartnerType, PositioningConfigStatus, PositionResourceType } from "./enums";
2
+ import type { ApplicationConfig, ConnectionStatusEventConfiguration, ConnectionStatusResourceTypeEventConfiguration, DeviceRegistrationStateEventConfiguration, DeviceRegistrationStateResourceTypeEventConfiguration, FuotaTaskLogOption, JoinEventConfiguration, JoinResourceTypeEventConfiguration, LoRaWANFuotaTask, LoRaWANMulticast, LoRaWANMulticastSession, MessageDeliveryStatusEventConfiguration, MessageDeliveryStatusResourceTypeEventConfiguration, Positioning, ProximityEventConfiguration, ProximityResourceTypeEventConfiguration, SidewalkPositioning, SummaryMetricConfiguration, Tag, TraceContent, WirelessDeviceLogOption, WirelessGatewayLogOption } from "./models_0";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "../commands/ListDeviceProfilesCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../commands/ListFuotaTasksCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "../commands/ListNetworkAnalyzerConfigurationsCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "../commands/ListPositionConfigurationsCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "../commands/ListWirelessGatewaysCommand";
3
- import { IoTWirelessPaginationConfiguration } from "./Interfaces";
3
+ import type { IoTWirelessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -744,7 +743,7 @@ export interface ClientDefaults
744
743
  useFipsEndpoint?: boolean | __Provider<boolean>;
745
744
  region?: string | __Provider<string>;
746
745
  profile?: string;
747
- defaultUserAgentProvider?: Provider<__UserAgent>;
746
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
748
747
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
749
748
  maxAttempts?: number | __Provider<number>;
750
749
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { IoTWirelessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -9,8 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  } from "../IoTWirelessClient";
11
11
  import {
12
- UpdateResourcePositionResponse,
13
12
  UpdateResourcePositionRequest,
13
+ UpdateResourcePositionResponse,
14
14
  } from "../models/models_1";
15
15
  export { __MetadataBearer };
16
16
  export { $Command };
@@ -8,10 +8,12 @@ import {
8
8
  PositionResourceType,
9
9
  } from "./enums";
10
10
  import {
11
+ ApplicationConfig,
11
12
  ConnectionStatusEventConfiguration,
12
13
  ConnectionStatusResourceTypeEventConfiguration,
13
14
  DeviceRegistrationStateEventConfiguration,
14
15
  DeviceRegistrationStateResourceTypeEventConfiguration,
16
+ FuotaTaskLogOption,
15
17
  JoinEventConfiguration,
16
18
  JoinResourceTypeEventConfiguration,
17
19
  LoRaWANFuotaTask,
@@ -24,10 +26,8 @@ import {
24
26
  ProximityResourceTypeEventConfiguration,
25
27
  SidewalkPositioning,
26
28
  SummaryMetricConfiguration,
27
- TraceContent,
28
- ApplicationConfig,
29
- FuotaTaskLogOption,
30
29
  Tag,
30
+ TraceContent,
31
31
  WirelessDeviceLogOption,
32
32
  WirelessGatewayLogOption,
33
33
  } from "./models_0";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-wireless",
3
3
  "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",
59
- "@smithy/util-stream": "^4.5.20",
59
+ "@smithy/util-stream": "^4.5.21",
60
60
  "@smithy/util-utf8": "^4.2.2",
61
61
  "tslib": "^2.6.2"
62
62
  },