@aws-sdk/client-iot-wireless 3.325.0 → 3.327.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 (110) hide show
  1. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +10 -0
  2. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
  3. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
  4. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
  6. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -0
  7. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
  8. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +4 -0
  9. package/dist-types/commands/CreateDestinationCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +7 -0
  12. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +7 -0
  14. package/dist-types/commands/CreateServiceProfileCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +7 -0
  17. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteDestinationCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +4 -0
  31. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +4 -0
  32. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
  33. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
  34. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
  35. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  36. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +4 -0
  37. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +4 -0
  38. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +4 -0
  39. package/dist-types/commands/GetDestinationCommand.d.ts +11 -0
  40. package/dist-types/commands/GetDeviceProfileCommand.d.ts +44 -0
  41. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +30 -0
  42. package/dist-types/commands/GetFuotaTaskCommand.d.ts +20 -0
  43. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +30 -0
  44. package/dist-types/commands/GetMulticastGroupCommand.d.ts +17 -0
  45. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +12 -0
  46. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +18 -0
  47. package/dist-types/commands/GetPartnerAccountCommand.d.ts +11 -0
  48. package/dist-types/commands/GetPositionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +14 -0
  50. package/dist-types/commands/GetPositionEstimateCommand.d.ts +6 -0
  51. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +35 -0
  52. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +6 -0
  53. package/dist-types/commands/GetResourcePositionCommand.d.ts +6 -0
  54. package/dist-types/commands/GetServiceEndpointCommand.d.ts +8 -0
  55. package/dist-types/commands/GetServiceProfileCommand.d.ts +29 -0
  56. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +84 -0
  57. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +21 -0
  58. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +27 -0
  59. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +7 -0
  60. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +33 -0
  61. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +12 -0
  62. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +8 -0
  63. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +10 -0
  64. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +26 -0
  65. package/dist-types/commands/ListDestinationsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +13 -0
  67. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +17 -0
  68. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +45 -0
  69. package/dist-types/commands/ListFuotaTasksCommand.d.ts +13 -0
  70. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +11 -0
  71. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +13 -0
  72. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +12 -0
  73. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +13 -0
  74. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +21 -0
  75. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +26 -0
  76. package/dist-types/commands/ListServiceProfilesCommand.d.ts +13 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  78. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +26 -0
  79. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +35 -0
  80. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +24 -0
  81. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +37 -0
  82. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +4 -0
  83. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +4 -0
  84. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +4 -0
  85. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +4 -0
  86. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +6 -0
  87. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +6 -0
  88. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  90. package/dist-types/commands/StartFuotaTaskCommand.d.ts +4 -0
  91. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +4 -0
  92. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +7 -0
  93. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +7 -0
  94. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  95. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +6 -0
  96. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateDestinationCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +4 -0
  101. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +4 -0
  102. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +4 -0
  103. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +4 -0
  104. package/dist-types/commands/UpdatePositionCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +4 -0
  110. package/package.json +7 -7
@@ -55,6 +55,8 @@ export interface UpdateEventConfigurationByResourceTypesCommandOutput extends Up
55
55
  * };
56
56
  * const command = new UpdateEventConfigurationByResourceTypesCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // {};
59
+ *
58
60
  * ```
59
61
  *
60
62
  * @param UpdateEventConfigurationByResourceTypesCommandInput - {@link UpdateEventConfigurationByResourceTypesCommandInput}
@@ -75,6 +77,8 @@ export interface UpdateEventConfigurationByResourceTypesCommandOutput extends Up
75
77
  * @throws {@link ValidationException} (client fault)
76
78
  * <p>The input did not meet the specified constraints.</p>
77
79
  *
80
+ * @throws {@link IoTWirelessServiceException}
81
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
78
82
  *
79
83
  */
80
84
  export declare class UpdateEventConfigurationByResourceTypesCommand extends $Command<UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
41
41
  * };
42
42
  * const command = new UpdateFuotaTaskCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param UpdateFuotaTaskCommandInput - {@link UpdateFuotaTaskCommandInput}
@@ -67,6 +69,8 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
67
69
  * @throws {@link ValidationException} (client fault)
68
70
  * <p>The input did not meet the specified constraints.</p>
69
71
  *
72
+ * @throws {@link IoTWirelessServiceException}
73
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
70
74
  *
71
75
  */
72
76
  export declare class UpdateFuotaTaskCommand extends $Command<UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -56,6 +56,8 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
56
56
  * };
57
57
  * const command = new UpdateLogLevelsByResourceTypesCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // {};
60
+ *
59
61
  * ```
60
62
  *
61
63
  * @param UpdateLogLevelsByResourceTypesCommandInput - {@link UpdateLogLevelsByResourceTypesCommandInput}
@@ -82,6 +84,8 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
82
84
  * @throws {@link ValidationException} (client fault)
83
85
  * <p>The input did not meet the specified constraints.</p>
84
86
  *
87
+ * @throws {@link IoTWirelessServiceException}
88
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
85
89
  *
86
90
  */
87
91
  export declare class UpdateLogLevelsByResourceTypesCommand extends $Command<UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
37
37
  * };
38
38
  * const command = new UpdateMulticastGroupCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param UpdateMulticastGroupCommandInput - {@link UpdateMulticastGroupCommandInput}
@@ -63,6 +65,8 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
63
65
  * @throws {@link ValidationException} (client fault)
64
66
  * <p>The input did not meet the specified constraints.</p>
65
67
  *
68
+ * @throws {@link IoTWirelessServiceException}
69
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
66
70
  *
67
71
  */
68
72
  export declare class UpdateMulticastGroupCommand extends $Command<UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -48,6 +48,8 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
48
48
  * };
49
49
  * const command = new UpdateNetworkAnalyzerConfigurationCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // {};
52
+ *
51
53
  * ```
52
54
  *
53
55
  * @param UpdateNetworkAnalyzerConfigurationCommandInput - {@link UpdateNetworkAnalyzerConfigurationCommandInput}
@@ -71,6 +73,8 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
71
73
  * @throws {@link ValidationException} (client fault)
72
74
  * <p>The input did not meet the specified constraints.</p>
73
75
  *
76
+ * @throws {@link IoTWirelessServiceException}
77
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
74
78
  *
75
79
  */
76
80
  export declare class UpdateNetworkAnalyzerConfigurationCommand extends $Command<UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
35
35
  * };
36
36
  * const command = new UpdatePartnerAccountCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdatePartnerAccountCommandInput - {@link UpdatePartnerAccountCommandInput}
@@ -55,6 +57,8 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p>The input did not meet the specified constraints.</p>
57
59
  *
60
+ * @throws {@link IoTWirelessServiceException}
61
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
58
62
  *
59
63
  */
60
64
  export declare class UpdatePartnerAccountCommand extends $Command<UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M
41
41
  * };
42
42
  * const command = new UpdatePositionCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param UpdatePositionCommandInput - {@link UpdatePositionCommandInput}
@@ -64,6 +66,8 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M
64
66
  * @throws {@link ValidationException} (client fault)
65
67
  * <p>The input did not meet the specified constraints.</p>
66
68
  *
69
+ * @throws {@link IoTWirelessServiceException}
70
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
67
71
  *
68
72
  */
69
73
  export declare class UpdatePositionCommand extends $Command<UpdatePositionCommandInput, UpdatePositionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -63,6 +63,8 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
63
63
  * };
64
64
  * const command = new UpdateResourceEventConfigurationCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // {};
67
+ *
66
68
  * ```
67
69
  *
68
70
  * @param UpdateResourceEventConfigurationCommandInput - {@link UpdateResourceEventConfigurationCommandInput}
@@ -89,6 +91,8 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
89
91
  * @throws {@link ValidationException} (client fault)
90
92
  * <p>The input did not meet the specified constraints.</p>
91
93
  *
94
+ * @throws {@link IoTWirelessServiceException}
95
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
92
96
  *
93
97
  */
94
98
  export declare class UpdateResourceEventConfigurationCommand extends $Command<UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateResourcePositionCommandOutput extends UpdateResourcePosit
35
35
  * };
36
36
  * const command = new UpdateResourcePositionCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateResourcePositionCommandInput - {@link UpdateResourcePositionCommandInput}
@@ -58,6 +60,8 @@ export interface UpdateResourcePositionCommandOutput extends UpdateResourcePosit
58
60
  * @throws {@link ValidationException} (client fault)
59
61
  * <p>The input did not meet the specified constraints.</p>
60
62
  *
63
+ * @throws {@link IoTWirelessServiceException}
64
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
61
65
  *
62
66
  */
63
67
  export declare class UpdateResourcePositionCommand extends $Command<UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -59,6 +59,8 @@ export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceR
59
59
  * };
60
60
  * const command = new UpdateWirelessDeviceCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // {};
63
+ *
62
64
  * ```
63
65
  *
64
66
  * @param UpdateWirelessDeviceCommandInput - {@link UpdateWirelessDeviceCommandInput}
@@ -82,6 +84,8 @@ export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceR
82
84
  * @throws {@link ValidationException} (client fault)
83
85
  * <p>The input did not meet the specified constraints.</p>
84
86
  *
87
+ * @throws {@link IoTWirelessServiceException}
88
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
85
89
  *
86
90
  */
87
91
  export declare class UpdateWirelessDeviceCommand extends $Command<UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UpdateWirelessDeviceImportTaskCommandOutput extends UpdateWirel
34
34
  * };
35
35
  * const command = new UpdateWirelessDeviceImportTaskCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UpdateWirelessDeviceImportTaskCommandInput - {@link UpdateWirelessDeviceImportTaskCommandInput}
@@ -60,6 +62,8 @@ export interface UpdateWirelessDeviceImportTaskCommandOutput extends UpdateWirel
60
62
  * @throws {@link ValidationException} (client fault)
61
63
  * <p>The input did not meet the specified constraints.</p>
62
64
  *
65
+ * @throws {@link IoTWirelessServiceException}
66
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
63
67
  *
64
68
  */
65
69
  export declare class UpdateWirelessDeviceImportTaskCommand extends $Command<UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewa
42
42
  * };
43
43
  * const command = new UpdateWirelessGatewayCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param UpdateWirelessGatewayCommandInput - {@link UpdateWirelessGatewayCommandInput}
@@ -65,6 +67,8 @@ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewa
65
67
  * @throws {@link ValidationException} (client fault)
66
68
  * <p>The input did not meet the specified constraints.</p>
67
69
  *
70
+ * @throws {@link IoTWirelessServiceException}
71
+ * <p>Base exception class for all service exceptions from IoTWireless service.</p>
68
72
  *
69
73
  */
70
74
  export declare class UpdateWirelessGatewayCommand extends $Command<UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig> {
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.325.0",
4
+ "version": "3.327.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",