@aws-sdk/client-iot-wireless 3.54.1 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-cjs/IoTWirelessClient.js +13 -13
- package/dist-cjs/commands/AssociateAwsAccountWithPartnerAccountCommand.js +3 -3
- package/dist-cjs/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/AssociateWirelessDeviceWithThingCommand.js +3 -3
- package/dist-cjs/commands/AssociateWirelessGatewayWithCertificateCommand.js +3 -3
- package/dist-cjs/commands/AssociateWirelessGatewayWithThingCommand.js +3 -3
- package/dist-cjs/commands/CancelMulticastGroupSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateDestinationCommand.js +3 -3
- package/dist-cjs/commands/CreateDeviceProfileCommand.js +3 -3
- package/dist-cjs/commands/CreateFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateServiceProfileCommand.js +3 -3
- package/dist-cjs/commands/CreateWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/CreateWirelessGatewayCommand.js +3 -3
- package/dist-cjs/commands/CreateWirelessGatewayTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateWirelessGatewayTaskDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DeleteDestinationCommand.js +3 -3
- package/dist-cjs/commands/DeleteDeviceProfileCommand.js +3 -3
- package/dist-cjs/commands/DeleteFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteQueuedMessagesCommand.js +3 -3
- package/dist-cjs/commands/DeleteServiceProfileCommand.js +3 -3
- package/dist-cjs/commands/DeleteWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/DeleteWirelessGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteWirelessGatewayTaskCommand.js +3 -3
- package/dist-cjs/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +3 -3
- package/dist-cjs/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/DisassociateWirelessDeviceFromThingCommand.js +3 -3
- package/dist-cjs/commands/DisassociateWirelessGatewayFromCertificateCommand.js +3 -3
- package/dist-cjs/commands/DisassociateWirelessGatewayFromThingCommand.js +3 -3
- package/dist-cjs/commands/GetDestinationCommand.js +3 -3
- package/dist-cjs/commands/GetDeviceProfileCommand.js +3 -3
- package/dist-cjs/commands/GetFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/GetLogLevelsByResourceTypesCommand.js +3 -3
- package/dist-cjs/commands/GetMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/GetMulticastGroupSessionCommand.js +3 -3
- package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +3 -3
- package/dist-cjs/commands/GetPartnerAccountCommand.js +3 -3
- package/dist-cjs/commands/GetResourceEventConfigurationCommand.js +3 -3
- package/dist-cjs/commands/GetResourceLogLevelCommand.js +3 -3
- package/dist-cjs/commands/GetServiceEndpointCommand.js +3 -3
- package/dist-cjs/commands/GetServiceProfileCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessDeviceStatisticsCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessGatewayCertificateCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessGatewayCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessGatewayFirmwareInformationCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessGatewayStatisticsCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessGatewayTaskCommand.js +3 -3
- package/dist-cjs/commands/GetWirelessGatewayTaskDefinitionCommand.js +3 -3
- package/dist-cjs/commands/ListDestinationsCommand.js +3 -3
- package/dist-cjs/commands/ListDeviceProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListFuotaTasksCommand.js +3 -3
- package/dist-cjs/commands/ListMulticastGroupsByFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/ListMulticastGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListPartnerAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListQueuedMessagesCommand.js +3 -3
- package/dist-cjs/commands/ListServiceProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListWirelessDevicesCommand.js +3 -3
- package/dist-cjs/commands/ListWirelessGatewayTaskDefinitionsCommand.js +3 -3
- package/dist-cjs/commands/ListWirelessGatewaysCommand.js +3 -3
- package/dist-cjs/commands/PutResourceLogLevelCommand.js +3 -3
- package/dist-cjs/commands/ResetAllResourceLogLevelsCommand.js +3 -3
- package/dist-cjs/commands/ResetResourceLogLevelCommand.js +3 -3
- package/dist-cjs/commands/SendDataToMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/SendDataToWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/StartFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/StartMulticastGroupSessionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateFuotaTaskCommand.js +3 -3
- package/dist-cjs/commands/UpdateLogLevelsByResourceTypesCommand.js +3 -3
- package/dist-cjs/commands/UpdateMulticastGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdatePartnerAccountCommand.js +3 -3
- package/dist-cjs/commands/UpdateResourceEventConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdateWirelessDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateWirelessGatewayCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +481 -481
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/IoTWireless.js +87 -87
- package/dist-es/pagination/ListDestinationsPaginator.js +4 -4
- package/dist-es/pagination/ListDeviceProfilesPaginator.js +4 -4
- package/dist-es/pagination/ListFuotaTasksPaginator.js +4 -4
- package/dist-es/pagination/ListMulticastGroupsByFuotaTaskPaginator.js +4 -4
- package/dist-es/pagination/ListMulticastGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListQueuedMessagesPaginator.js +4 -4
- package/dist-es/pagination/ListServiceProfilesPaginator.js +4 -4
- package/dist-es/pagination/ListWirelessDevicesPaginator.js +4 -4
- package/dist-es/pagination/ListWirelessGatewaysPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +87 -87
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -11,7 +11,7 @@ class UpdateFuotaTaskCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateFuotaTaskCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateFuotaTaskCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFuotaTaskCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateFuotaTaskCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFuotaTaskCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateFuotaTaskCommand = UpdateFuotaTaskCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateLogLevelsByResourceTypesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateLogLevelsByResourceTypesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateLogLevelsByResourceTypesCommand = UpdateLogLevelsByResourceTypesCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateMulticastGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateMulticastGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateMulticastGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateMulticastGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateMulticastGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateMulticastGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateMulticastGroupCommand = UpdateMulticastGroupCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateNetworkAnalyzerConfigurationCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateNetworkAnalyzerConfigurationCommand = UpdateNetworkAnalyzerConfigurationCommand;
|
|
@@ -11,7 +11,7 @@ class UpdatePartnerAccountCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdatePartnerAccountCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdatePartnerAccountCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePartnerAccountCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdatePartnerAccountCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePartnerAccountCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdatePartnerAccountCommand = UpdatePartnerAccountCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateResourceEventConfigurationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateResourceEventConfigurationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateResourceEventConfigurationCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateResourceEventConfigurationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateResourceEventConfigurationCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourceEventConfigurationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateResourceEventConfigurationCommand = UpdateResourceEventConfigurationCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateWirelessDeviceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateWirelessDeviceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateWirelessDeviceCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWirelessDeviceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateWirelessDeviceCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWirelessDeviceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateWirelessDeviceCommand = UpdateWirelessDeviceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateWirelessGatewayCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "IoTWirelessClient";
|
|
@@ -27,10 +27,10 @@ class UpdateWirelessGatewayCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateWirelessGatewayCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateWirelessGatewayCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateWirelessGatewayCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWirelessGatewayCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateWirelessGatewayCommand = UpdateWirelessGatewayCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -168,7 +168,7 @@ const partitionHash = {
|
|
|
168
168
|
],
|
|
169
169
|
},
|
|
170
170
|
};
|
|
171
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
171
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
172
172
|
...options,
|
|
173
173
|
signingService: "iotwireless",
|
|
174
174
|
regionHash,
|