@aws-sdk/client-iot-wireless 3.40.0 → 3.45.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 (113) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/IoTWireless.js +30 -0
  3. package/dist-cjs/commands/GetNetworkAnalyzerConfigurationCommand.js +36 -0
  4. package/dist-cjs/commands/UpdateNetworkAnalyzerConfigurationCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/endpoints.js +56 -1
  7. package/dist-cjs/models/models_0.js +39 -4
  8. package/dist-cjs/protocols/Aws_restJson1.js +297 -4
  9. package/dist-es/IoTWireless.js +30 -0
  10. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +39 -0
  11. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +39 -0
  12. package/dist-es/commands/index.js +2 -0
  13. package/dist-es/endpoints.js +56 -1
  14. package/dist-es/models/models_0.js +25 -0
  15. package/dist-es/protocols/Aws_restJson1.js +320 -0
  16. package/dist-types/IoTWireless.d.ts +14 -0
  17. package/dist-types/IoTWirelessClient.d.ts +4 -2
  18. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +1 -1
  20. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +1 -1
  25. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateDestinationCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateServiceProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
  44. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +1 -1
  45. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  48. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +1 -1
  49. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +1 -1
  50. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +1 -1
  51. package/dist-types/commands/GetDestinationCommand.d.ts +1 -1
  52. package/dist-types/commands/GetDeviceProfileCommand.d.ts +1 -1
  53. package/dist-types/commands/GetFuotaTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -1
  55. package/dist-types/commands/GetMulticastGroupCommand.d.ts +1 -1
  56. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +1 -1
  57. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  58. package/dist-types/commands/GetPartnerAccountCommand.d.ts +1 -1
  59. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +1 -1
  61. package/dist-types/commands/GetServiceEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/GetServiceProfileCommand.d.ts +1 -1
  63. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +1 -1
  64. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +1 -1
  65. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +1 -1
  66. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +1 -1
  68. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +1 -1
  69. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +1 -1
  73. package/dist-types/commands/ListFuotaTasksCommand.d.ts +1 -1
  74. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListServiceProfilesCommand.d.ts +1 -1
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  79. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +1 -1
  82. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +1 -1
  83. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
  84. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  85. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +1 -1
  87. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/StartFuotaTaskCommand.d.ts +1 -1
  90. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +1 -1
  91. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +1 -1
  93. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +35 -0
  99. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/index.d.ts +2 -0
  104. package/dist-types/models/models_0.d.ts +95 -0
  105. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  106. package/dist-types/ts3.4/IoTWireless.d.ts +10 -0
  107. package/dist-types/ts3.4/IoTWirelessClient.d.ts +4 -2
  108. package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  111. package/dist-types/ts3.4/models/models_0.d.ts +59 -0
  112. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  113. package/package.json +6 -6
@@ -1339,6 +1339,41 @@ export declare namespace GetMulticastGroupSessionResponse {
1339
1339
 
1340
1340
  const filterSensitiveLog: (obj: GetMulticastGroupSessionResponse) => any;
1341
1341
  }
1342
+ export interface GetNetworkAnalyzerConfigurationRequest {
1343
+
1344
+ ConfigurationName: string | undefined;
1345
+ }
1346
+ export declare namespace GetNetworkAnalyzerConfigurationRequest {
1347
+
1348
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationRequest) => any;
1349
+ }
1350
+ export declare enum WirelessDeviceFrameInfo {
1351
+ DISABLED = "DISABLED",
1352
+ ENABLED = "ENABLED"
1353
+ }
1354
+
1355
+ export interface TraceContent {
1356
+
1357
+ WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo | string;
1358
+
1359
+ LogLevel?: LogLevel | string;
1360
+ }
1361
+ export declare namespace TraceContent {
1362
+
1363
+ const filterSensitiveLog: (obj: TraceContent) => any;
1364
+ }
1365
+ export interface GetNetworkAnalyzerConfigurationResponse {
1366
+
1367
+ TraceContent?: TraceContent;
1368
+
1369
+ WirelessDevices?: string[];
1370
+
1371
+ WirelessGateways?: string[];
1372
+ }
1373
+ export declare namespace GetNetworkAnalyzerConfigurationResponse {
1374
+
1375
+ const filterSensitiveLog: (obj: GetNetworkAnalyzerConfigurationResponse) => any;
1376
+ }
1342
1377
  export interface GetPartnerAccountRequest {
1343
1378
 
1344
1379
  PartnerAccountId: string | undefined;
@@ -2515,6 +2550,30 @@ export declare namespace UpdateMulticastGroupResponse {
2515
2550
 
2516
2551
  const filterSensitiveLog: (obj: UpdateMulticastGroupResponse) => any;
2517
2552
  }
2553
+ export interface UpdateNetworkAnalyzerConfigurationRequest {
2554
+
2555
+ ConfigurationName: string | undefined;
2556
+
2557
+ TraceContent?: TraceContent;
2558
+
2559
+ WirelessDevicesToAdd?: string[];
2560
+
2561
+ WirelessDevicesToRemove?: string[];
2562
+
2563
+ WirelessGatewaysToAdd?: string[];
2564
+
2565
+ WirelessGatewaysToRemove?: string[];
2566
+ }
2567
+ export declare namespace UpdateNetworkAnalyzerConfigurationRequest {
2568
+
2569
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationRequest) => any;
2570
+ }
2571
+ export interface UpdateNetworkAnalyzerConfigurationResponse {
2572
+ }
2573
+ export declare namespace UpdateNetworkAnalyzerConfigurationResponse {
2574
+
2575
+ const filterSensitiveLog: (obj: UpdateNetworkAnalyzerConfigurationResponse) => any;
2576
+ }
2518
2577
 
2519
2578
  export interface SidewalkUpdateAccount {
2520
2579
 
@@ -39,6 +39,7 @@ import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands
39
39
  import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
40
40
  import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
41
41
  import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
42
+ import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
42
43
  import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
43
44
  import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
44
45
  import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
@@ -79,6 +80,7 @@ import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from ".
79
80
  import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
80
81
  import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
81
82
  import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
83
+ import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
82
84
  import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
83
85
  import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
84
86
  import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
@@ -122,6 +124,7 @@ export declare const serializeAws_restJson1GetFuotaTaskCommand: (input: GetFuota
122
124
  export declare const serializeAws_restJson1GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
125
  export declare const serializeAws_restJson1GetMulticastGroupCommand: (input: GetMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
126
  export declare const serializeAws_restJson1GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ export declare const serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
128
  export declare const serializeAws_restJson1GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
129
  export declare const serializeAws_restJson1GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
130
  export declare const serializeAws_restJson1GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -162,6 +165,7 @@ export declare const serializeAws_restJson1UpdateDestinationCommand: (input: Upd
162
165
  export declare const serializeAws_restJson1UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
166
  export declare const serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
167
  export declare const serializeAws_restJson1UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ export declare const serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
169
  export declare const serializeAws_restJson1UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
170
  export declare const serializeAws_restJson1UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
171
  export declare const serializeAws_restJson1UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -205,6 +209,7 @@ export declare const deserializeAws_restJson1GetFuotaTaskCommand: (output: __Htt
205
209
  export declare const deserializeAws_restJson1GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
206
210
  export declare const deserializeAws_restJson1GetMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupCommandOutput>;
207
211
  export declare const deserializeAws_restJson1GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
212
+ export declare const deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
208
213
  export declare const deserializeAws_restJson1GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
209
214
  export declare const deserializeAws_restJson1GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
210
215
  export declare const deserializeAws_restJson1GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
@@ -245,6 +250,7 @@ export declare const deserializeAws_restJson1UpdateDestinationCommand: (output:
245
250
  export declare const deserializeAws_restJson1UpdateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFuotaTaskCommandOutput>;
246
251
  export declare const deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
247
252
  export declare const deserializeAws_restJson1UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
253
+ export declare const deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
248
254
  export declare const deserializeAws_restJson1UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
249
255
  export declare const deserializeAws_restJson1UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
250
256
  export declare const deserializeAws_restJson1UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",