@aws-sdk/client-iot-wireless 3.774.0 → 3.777.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/IoTWirelessClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +1 -0
  9. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +1 -0
  10. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -0
  11. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -0
  12. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -0
  13. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -0
  14. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateDestinationCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -0
  37. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +1 -0
  38. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -0
  39. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -0
  40. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +1 -0
  41. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -0
  42. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -0
  43. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -0
  44. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -0
  45. package/dist-types/commands/GetDestinationCommand.d.ts +1 -0
  46. package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -0
  47. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -0
  48. package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -0
  49. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -0
  50. package/dist-types/commands/GetMetricConfigurationCommand.d.ts +1 -0
  51. package/dist-types/commands/GetMetricsCommand.d.ts +1 -0
  52. package/dist-types/commands/GetMulticastGroupCommand.d.ts +2 -1
  53. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +1 -0
  54. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  55. package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -0
  56. package/dist-types/commands/GetPositionCommand.d.ts +1 -0
  57. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +1 -0
  58. package/dist-types/commands/GetPositionEstimateCommand.d.ts +1 -0
  59. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -0
  60. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -0
  61. package/dist-types/commands/GetResourcePositionCommand.d.ts +1 -0
  62. package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -0
  63. package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -0
  64. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -0
  65. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +1 -0
  66. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -0
  67. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -0
  68. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -0
  69. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -0
  70. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -0
  71. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -0
  72. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -0
  73. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -0
  74. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -0
  75. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +1 -0
  76. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +1 -0
  77. package/dist-types/commands/ListFuotaTasksCommand.d.ts +1 -0
  78. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -0
  79. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +1 -0
  80. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +1 -0
  81. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -0
  82. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +1 -0
  83. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +1 -0
  84. package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -0
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  86. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +1 -0
  87. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -0
  88. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -0
  89. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -0
  90. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +1 -0
  91. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -0
  92. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -0
  93. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -0
  94. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -0
  95. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -0
  96. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -0
  97. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -0
  98. package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -0
  99. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -0
  100. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +1 -0
  101. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +1 -0
  102. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  103. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  105. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -0
  106. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +1 -0
  107. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -0
  108. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -0
  109. package/dist-types/commands/UpdateMetricConfigurationCommand.d.ts +1 -0
  110. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +1 -0
  111. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +1 -0
  112. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -0
  113. package/dist-types/commands/UpdatePositionCommand.d.ts +1 -0
  114. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -0
  115. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +1 -0
  116. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -0
  117. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +1 -0
  118. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -0
  119. package/package.json +34 -34
@@ -40,8 +40,6 @@ const defaultIoTWirelessHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultIoTWirelessHttpAuthSchemeProvider = defaultIoTWirelessHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -230,12 +230,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
230
230
 
231
231
  // src/endpoint/EndpointParameters.ts
232
232
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
233
- return {
234
- ...options,
233
+ return Object.assign(options, {
235
234
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
236
235
  useFipsEndpoint: options.useFipsEndpoint ?? false,
237
236
  defaultSigningName: "iotwireless"
238
- };
237
+ });
239
238
  }, "resolveClientEndpointParameters");
240
239
  var commonParams = {
241
240
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -292,22 +291,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
292
291
  }, "resolveHttpAuthRuntimeConfig");
293
292
 
294
293
  // src/runtimeExtensions.ts
295
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
296
294
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
297
- const extensionConfiguration = {
298
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
299
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
300
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
301
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
302
- };
295
+ const extensionConfiguration = Object.assign(
296
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
297
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
298
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
299
+ getHttpAuthExtensionConfiguration(runtimeConfig)
300
+ );
303
301
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
304
- return {
305
- ...runtimeConfig,
306
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
307
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
308
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
309
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
310
- };
302
+ return Object.assign(
303
+ runtimeConfig,
304
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
305
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
306
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
307
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
308
+ );
311
309
  }, "resolveRuntimeExtensions");
312
310
 
313
311
  // src/IoTWirelessClient.ts
@@ -321,6 +319,8 @@ var IoTWirelessClient = class extends import_smithy_client.Client {
321
319
  config;
322
320
  constructor(...[configuration]) {
323
321
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
322
+ super(_config_0);
323
+ this.initConfig = _config_0;
324
324
  const _config_1 = resolveClientEndpointParameters(_config_0);
325
325
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
326
326
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -329,7 +329,6 @@ var IoTWirelessClient = class extends import_smithy_client.Client {
329
329
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
330
330
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
331
331
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
332
- super(_config_8);
333
332
  this.config = _config_8;
334
333
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
335
334
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class IoTWirelessClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class IoTWirelessClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultIoTWirelessHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "iotwireless",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -86,6 +86,7 @@ declare const AssociateAwsAccountWithPartnerAccountCommand_base: {
86
86
  * @throws {@link IoTWirelessServiceException}
87
87
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class AssociateAwsAccountWithPartnerAccountCommand extends AssociateAwsAccountWithPartnerAccountCommand_base {
@@ -71,6 +71,7 @@ declare const AssociateMulticastGroupWithFuotaTaskCommand_base: {
71
71
  * @throws {@link IoTWirelessServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class AssociateMulticastGroupWithFuotaTaskCommand extends AssociateMulticastGroupWithFuotaTaskCommand_base {
@@ -71,6 +71,7 @@ declare const AssociateWirelessDeviceWithFuotaTaskCommand_base: {
71
71
  * @throws {@link IoTWirelessServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class AssociateWirelessDeviceWithFuotaTaskCommand extends AssociateWirelessDeviceWithFuotaTaskCommand_base {
@@ -71,6 +71,7 @@ declare const AssociateWirelessDeviceWithMulticastGroupCommand_base: {
71
71
  * @throws {@link IoTWirelessServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class AssociateWirelessDeviceWithMulticastGroupCommand extends AssociateWirelessDeviceWithMulticastGroupCommand_base {
@@ -71,6 +71,7 @@ declare const AssociateWirelessDeviceWithThingCommand_base: {
71
71
  * @throws {@link IoTWirelessServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class AssociateWirelessDeviceWithThingCommand extends AssociateWirelessDeviceWithThingCommand_base {
@@ -73,6 +73,7 @@ declare const AssociateWirelessGatewayWithCertificateCommand_base: {
73
73
  * @throws {@link IoTWirelessServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class AssociateWirelessGatewayWithCertificateCommand extends AssociateWirelessGatewayWithCertificateCommand_base {
@@ -71,6 +71,7 @@ declare const AssociateWirelessGatewayWithThingCommand_base: {
71
71
  * @throws {@link IoTWirelessServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class AssociateWirelessGatewayWithThingCommand extends AssociateWirelessGatewayWithThingCommand_base {
@@ -70,6 +70,7 @@ declare const CancelMulticastGroupSessionCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CancelMulticastGroupSessionCommand extends CancelMulticastGroupSessionCommand_base {
@@ -84,6 +84,7 @@ declare const CreateDestinationCommand_base: {
84
84
  * @throws {@link IoTWirelessServiceException}
85
85
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class CreateDestinationCommand extends CreateDestinationCommand_base {
@@ -101,6 +101,7 @@ declare const CreateDeviceProfileCommand_base: {
101
101
  * @throws {@link IoTWirelessServiceException}
102
102
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class CreateDeviceProfileCommand extends CreateDeviceProfileCommand_base {
@@ -90,6 +90,7 @@ declare const CreateFuotaTaskCommand_base: {
90
90
  * @throws {@link IoTWirelessServiceException}
91
91
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class CreateFuotaTaskCommand extends CreateFuotaTaskCommand_base {
@@ -91,6 +91,7 @@ declare const CreateMulticastGroupCommand_base: {
91
91
  * @throws {@link IoTWirelessServiceException}
92
92
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreateMulticastGroupCommand extends CreateMulticastGroupCommand_base {
@@ -95,6 +95,7 @@ declare const CreateNetworkAnalyzerConfigurationCommand_base: {
95
95
  * @throws {@link IoTWirelessServiceException}
96
96
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class CreateNetworkAnalyzerConfigurationCommand extends CreateNetworkAnalyzerConfigurationCommand_base {
@@ -84,6 +84,7 @@ declare const CreateServiceProfileCommand_base: {
84
84
  * @throws {@link IoTWirelessServiceException}
85
85
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class CreateServiceProfileCommand extends CreateServiceProfileCommand_base {
@@ -138,6 +138,7 @@ declare const CreateWirelessDeviceCommand_base: {
138
138
  * @throws {@link IoTWirelessServiceException}
139
139
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class CreateWirelessDeviceCommand extends CreateWirelessDeviceCommand_base {
@@ -115,6 +115,7 @@ declare const CreateWirelessGatewayCommand_base: {
115
115
  * @throws {@link IoTWirelessServiceException}
116
116
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class CreateWirelessGatewayCommand extends CreateWirelessGatewayCommand_base {
@@ -74,6 +74,7 @@ declare const CreateWirelessGatewayTaskCommand_base: {
74
74
  * @throws {@link IoTWirelessServiceException}
75
75
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class CreateWirelessGatewayTaskCommand extends CreateWirelessGatewayTaskCommand_base {
@@ -99,6 +99,7 @@ declare const CreateWirelessGatewayTaskDefinitionCommand_base: {
99
99
  * @throws {@link IoTWirelessServiceException}
100
100
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class CreateWirelessGatewayTaskDefinitionCommand extends CreateWirelessGatewayTaskDefinitionCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteDestinationCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteDestinationCommand extends DeleteDestinationCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteDeviceProfileCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteDeviceProfileCommand extends DeleteDeviceProfileCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteFuotaTaskCommand_base: {
67
67
  * @throws {@link IoTWirelessServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteFuotaTaskCommand extends DeleteFuotaTaskCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteMulticastGroupCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteMulticastGroupCommand extends DeleteMulticastGroupCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteNetworkAnalyzerConfigurationCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteNetworkAnalyzerConfigurationCommand extends DeleteNetworkAnalyzerConfigurationCommand_base {
@@ -69,6 +69,7 @@ declare const DeleteQueuedMessagesCommand_base: {
69
69
  * @throws {@link IoTWirelessServiceException}
70
70
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DeleteQueuedMessagesCommand extends DeleteQueuedMessagesCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteServiceProfileCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteServiceProfileCommand extends DeleteServiceProfileCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteWirelessDeviceCommand_base: {
67
67
  * @throws {@link IoTWirelessServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteWirelessDeviceCommand extends DeleteWirelessDeviceCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteWirelessDeviceImportTaskCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteWirelessDeviceImportTaskCommand extends DeleteWirelessDeviceImportTaskCommand_base {
@@ -24,7 +24,7 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
24
24
  declare const DeleteWirelessGatewayCommand_base: {
25
25
  new (input: DeleteWirelessGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: DeleteWirelessGatewayCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Deletes a wireless gateway.</p>
@@ -82,6 +82,7 @@ declare const DeleteWirelessGatewayCommand_base: {
82
82
  * @throws {@link IoTWirelessServiceException}
83
83
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteWirelessGatewayCommand extends DeleteWirelessGatewayCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteWirelessGatewayTaskCommand_base: {
67
67
  * @throws {@link IoTWirelessServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteWirelessGatewayTaskCommand extends DeleteWirelessGatewayTaskCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteWirelessGatewayTaskDefinitionCommand_base: {
68
68
  * @throws {@link IoTWirelessServiceException}
69
69
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteWirelessGatewayTaskDefinitionCommand extends DeleteWirelessGatewayTaskDefinitionCommand_base {
@@ -65,6 +65,7 @@ declare const DeregisterWirelessDeviceCommand_base: {
65
65
  * @throws {@link IoTWirelessServiceException}
66
66
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DeregisterWirelessDeviceCommand extends DeregisterWirelessDeviceCommand_base {
@@ -67,6 +67,7 @@ declare const DisassociateAwsAccountFromPartnerAccountCommand_base: {
67
67
  * @throws {@link IoTWirelessServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DisassociateAwsAccountFromPartnerAccountCommand extends DisassociateAwsAccountFromPartnerAccountCommand_base {
@@ -68,6 +68,7 @@ declare const DisassociateMulticastGroupFromFuotaTaskCommand_base: {
68
68
  * @throws {@link IoTWirelessServiceException}
69
69
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DisassociateMulticastGroupFromFuotaTaskCommand extends DisassociateMulticastGroupFromFuotaTaskCommand_base {
@@ -71,6 +71,7 @@ declare const DisassociateWirelessDeviceFromFuotaTaskCommand_base: {
71
71
  * @throws {@link IoTWirelessServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DisassociateWirelessDeviceFromFuotaTaskCommand extends DisassociateWirelessDeviceFromFuotaTaskCommand_base {
@@ -68,6 +68,7 @@ declare const DisassociateWirelessDeviceFromMulticastGroupCommand_base: {
68
68
  * @throws {@link IoTWirelessServiceException}
69
69
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DisassociateWirelessDeviceFromMulticastGroupCommand extends DisassociateWirelessDeviceFromMulticastGroupCommand_base {
@@ -70,6 +70,7 @@ declare const DisassociateWirelessDeviceFromThingCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DisassociateWirelessDeviceFromThingCommand extends DisassociateWirelessDeviceFromThingCommand_base {
@@ -67,6 +67,7 @@ declare const DisassociateWirelessGatewayFromCertificateCommand_base: {
67
67
  * @throws {@link IoTWirelessServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DisassociateWirelessGatewayFromCertificateCommand extends DisassociateWirelessGatewayFromCertificateCommand_base {
@@ -70,6 +70,7 @@ declare const DisassociateWirelessGatewayFromThingCommand_base: {
70
70
  * @throws {@link IoTWirelessServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DisassociateWirelessGatewayFromThingCommand extends DisassociateWirelessGatewayFromThingCommand_base {
@@ -74,6 +74,7 @@ declare const GetDestinationCommand_base: {
74
74
  * @throws {@link IoTWirelessServiceException}
75
75
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetDestinationCommand extends GetDestinationCommand_base {
@@ -107,6 +107,7 @@ declare const GetDeviceProfileCommand_base: {
107
107
  * @throws {@link IoTWirelessServiceException}
108
108
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class GetDeviceProfileCommand extends GetDeviceProfileCommand_base {
@@ -85,6 +85,7 @@ declare const GetEventConfigurationByResourceTypesCommand_base: {
85
85
  * @throws {@link IoTWirelessServiceException}
86
86
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetEventConfigurationByResourceTypesCommand extends GetEventConfigurationByResourceTypesCommand_base {
@@ -84,6 +84,7 @@ declare const GetFuotaTaskCommand_base: {
84
84
  * @throws {@link IoTWirelessServiceException}
85
85
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class GetFuotaTaskCommand extends GetFuotaTaskCommand_base {
@@ -105,6 +105,7 @@ declare const GetLogLevelsByResourceTypesCommand_base: {
105
105
  * @throws {@link IoTWirelessServiceException}
106
106
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class GetLogLevelsByResourceTypesCommand extends GetLogLevelsByResourceTypesCommand_base {
@@ -72,6 +72,7 @@ declare const GetMetricConfigurationCommand_base: {
72
72
  * @throws {@link IoTWirelessServiceException}
73
73
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetMetricConfigurationCommand extends GetMetricConfigurationCommand_base {
@@ -116,6 +116,7 @@ declare const GetMetricsCommand_base: {
116
116
  * @throws {@link IoTWirelessServiceException}
117
117
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class GetMetricsCommand extends GetMetricsCommand_base {
@@ -24,7 +24,7 @@ export interface GetMulticastGroupCommandOutput extends GetMulticastGroupRespons
24
24
  declare const GetMulticastGroupCommand_base: {
25
25
  new (input: GetMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: GetMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Gets information about a multicast group.</p>
@@ -86,6 +86,7 @@ declare const GetMulticastGroupCommand_base: {
86
86
  * @throws {@link IoTWirelessServiceException}
87
87
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetMulticastGroupCommand extends GetMulticastGroupCommand_base {
@@ -75,6 +75,7 @@ declare const GetMulticastGroupSessionCommand_base: {
75
75
  * @throws {@link IoTWirelessServiceException}
76
76
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetMulticastGroupSessionCommand extends GetMulticastGroupSessionCommand_base {
@@ -85,6 +85,7 @@ declare const GetNetworkAnalyzerConfigurationCommand_base: {
85
85
  * @throws {@link IoTWirelessServiceException}
86
86
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetNetworkAnalyzerConfigurationCommand extends GetNetworkAnalyzerConfigurationCommand_base {
@@ -73,6 +73,7 @@ declare const GetPartnerAccountCommand_base: {
73
73
  * @throws {@link IoTWirelessServiceException}
74
74
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetPartnerAccountCommand extends GetPartnerAccountCommand_base {
@@ -86,6 +86,7 @@ declare const GetPositionCommand_base: {
86
86
  * @throws {@link IoTWirelessServiceException}
87
87
  * <p>Base exception class for all service exceptions from IoTWireless service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetPositionCommand extends GetPositionCommand_base {