@aws-sdk/client-finspace 3.775.0 → 3.782.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 (51) hide show
  1. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateKxChangesetCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateKxClusterCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateKxDatabaseCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateKxDataviewCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateKxEnvironmentCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateKxScalingGroupCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateKxUserCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateKxVolumeCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteKxClusterCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteKxClusterNodeCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteKxDatabaseCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteKxDataviewCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteKxEnvironmentCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteKxScalingGroupCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteKxUserCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteKxVolumeCommand.d.ts +1 -0
  19. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
  20. package/dist-types/commands/GetKxChangesetCommand.d.ts +1 -0
  21. package/dist-types/commands/GetKxClusterCommand.d.ts +1 -0
  22. package/dist-types/commands/GetKxConnectionStringCommand.d.ts +1 -0
  23. package/dist-types/commands/GetKxDatabaseCommand.d.ts +1 -0
  24. package/dist-types/commands/GetKxDataviewCommand.d.ts +1 -0
  25. package/dist-types/commands/GetKxEnvironmentCommand.d.ts +1 -0
  26. package/dist-types/commands/GetKxScalingGroupCommand.d.ts +1 -0
  27. package/dist-types/commands/GetKxUserCommand.d.ts +1 -0
  28. package/dist-types/commands/GetKxVolumeCommand.d.ts +1 -0
  29. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -0
  30. package/dist-types/commands/ListKxChangesetsCommand.d.ts +1 -0
  31. package/dist-types/commands/ListKxClusterNodesCommand.d.ts +1 -0
  32. package/dist-types/commands/ListKxClustersCommand.d.ts +1 -0
  33. package/dist-types/commands/ListKxDatabasesCommand.d.ts +1 -0
  34. package/dist-types/commands/ListKxDataviewsCommand.d.ts +1 -0
  35. package/dist-types/commands/ListKxEnvironmentsCommand.d.ts +1 -0
  36. package/dist-types/commands/ListKxScalingGroupsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListKxUsersCommand.d.ts +1 -0
  38. package/dist-types/commands/ListKxVolumesCommand.d.ts +1 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
  43. package/dist-types/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +1 -0
  44. package/dist-types/commands/UpdateKxClusterDatabasesCommand.d.ts +1 -0
  45. package/dist-types/commands/UpdateKxDatabaseCommand.d.ts +1 -0
  46. package/dist-types/commands/UpdateKxDataviewCommand.d.ts +1 -0
  47. package/dist-types/commands/UpdateKxEnvironmentCommand.d.ts +1 -0
  48. package/dist-types/commands/UpdateKxEnvironmentNetworkCommand.d.ts +1 -0
  49. package/dist-types/commands/UpdateKxUserCommand.d.ts +1 -0
  50. package/dist-types/commands/UpdateKxVolumeCommand.d.ts +1 -0
  51. package/package.json +5 -5
@@ -102,6 +102,7 @@ declare const CreateEnvironmentCommand_base: {
102
102
  * @throws {@link FinspaceServiceException}
103
103
  * <p>Base exception class for all service exceptions from Finspace service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
@@ -103,6 +103,7 @@ declare const CreateKxChangesetCommand_base: {
103
103
  * @throws {@link FinspaceServiceException}
104
104
  * <p>Base exception class for all service exceptions from Finspace service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class CreateKxChangesetCommand extends CreateKxChangesetCommand_base {
@@ -278,6 +278,7 @@ declare const CreateKxClusterCommand_base: {
278
278
  * @throws {@link FinspaceServiceException}
279
279
  * <p>Base exception class for all service exceptions from Finspace service.</p>
280
280
  *
281
+ *
281
282
  * @public
282
283
  */
283
284
  export declare class CreateKxClusterCommand extends CreateKxClusterCommand_base {
@@ -90,6 +90,7 @@ declare const CreateKxDatabaseCommand_base: {
90
90
  * @throws {@link FinspaceServiceException}
91
91
  * <p>Base exception class for all service exceptions from Finspace service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class CreateKxDatabaseCommand extends CreateKxDatabaseCommand_base {
@@ -121,6 +121,7 @@ declare const CreateKxDataviewCommand_base: {
121
121
  * @throws {@link FinspaceServiceException}
122
122
  * <p>Base exception class for all service exceptions from Finspace service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class CreateKxDataviewCommand extends CreateKxDataviewCommand_base {
@@ -89,6 +89,7 @@ declare const CreateKxEnvironmentCommand_base: {
89
89
  * @throws {@link FinspaceServiceException}
90
90
  * <p>Base exception class for all service exceptions from Finspace service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class CreateKxEnvironmentCommand extends CreateKxEnvironmentCommand_base {
@@ -89,6 +89,7 @@ declare const CreateKxScalingGroupCommand_base: {
89
89
  * @throws {@link FinspaceServiceException}
90
90
  * <p>Base exception class for all service exceptions from Finspace service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class CreateKxScalingGroupCommand extends CreateKxScalingGroupCommand_base {
@@ -88,6 +88,7 @@ declare const CreateKxUserCommand_base: {
88
88
  * @throws {@link FinspaceServiceException}
89
89
  * <p>Base exception class for all service exceptions from Finspace service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class CreateKxUserCommand extends CreateKxUserCommand_base {
@@ -110,6 +110,7 @@ declare const CreateKxVolumeCommand_base: {
110
110
  * @throws {@link FinspaceServiceException}
111
111
  * <p>Base exception class for all service exceptions from Finspace service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class CreateKxVolumeCommand extends CreateKxVolumeCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteEnvironmentCommand_base: {
70
70
  * @throws {@link FinspaceServiceException}
71
71
  * <p>Base exception class for all service exceptions from Finspace service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
@@ -76,6 +76,7 @@ declare const DeleteKxClusterCommand_base: {
76
76
  * @throws {@link FinspaceServiceException}
77
77
  * <p>Base exception class for all service exceptions from Finspace service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteKxClusterCommand extends DeleteKxClusterCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteKxClusterNodeCommand_base: {
71
71
  * @throws {@link FinspaceServiceException}
72
72
  * <p>Base exception class for all service exceptions from Finspace service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteKxClusterNodeCommand extends DeleteKxClusterNodeCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteKxDatabaseCommand_base: {
73
73
  * @throws {@link FinspaceServiceException}
74
74
  * <p>Base exception class for all service exceptions from Finspace service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteKxDatabaseCommand extends DeleteKxDatabaseCommand_base {
@@ -75,6 +75,7 @@ declare const DeleteKxDataviewCommand_base: {
75
75
  * @throws {@link FinspaceServiceException}
76
76
  * <p>Base exception class for all service exceptions from Finspace service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DeleteKxDataviewCommand extends DeleteKxDataviewCommand_base {
@@ -72,6 +72,7 @@ declare const DeleteKxEnvironmentCommand_base: {
72
72
  * @throws {@link FinspaceServiceException}
73
73
  * <p>Base exception class for all service exceptions from Finspace service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DeleteKxEnvironmentCommand extends DeleteKxEnvironmentCommand_base {
@@ -77,6 +77,7 @@ declare const DeleteKxScalingGroupCommand_base: {
77
77
  * @throws {@link FinspaceServiceException}
78
78
  * <p>Base exception class for all service exceptions from Finspace service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DeleteKxScalingGroupCommand extends DeleteKxScalingGroupCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteKxUserCommand_base: {
73
73
  * @throws {@link FinspaceServiceException}
74
74
  * <p>Base exception class for all service exceptions from Finspace service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteKxUserCommand extends DeleteKxUserCommand_base {
@@ -79,6 +79,7 @@ declare const DeleteKxVolumeCommand_base: {
79
79
  * @throws {@link FinspaceServiceException}
80
80
  * <p>Base exception class for all service exceptions from Finspace service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeleteKxVolumeCommand extends DeleteKxVolumeCommand_base {
@@ -91,6 +91,7 @@ declare const GetEnvironmentCommand_base: {
91
91
  * @throws {@link FinspaceServiceException}
92
92
  * <p>Base exception class for all service exceptions from Finspace service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
@@ -89,6 +89,7 @@ declare const GetKxChangesetCommand_base: {
89
89
  * @throws {@link FinspaceServiceException}
90
90
  * <p>Base exception class for all service exceptions from Finspace service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class GetKxChangesetCommand extends GetKxChangesetCommand_base {
@@ -180,6 +180,7 @@ declare const GetKxClusterCommand_base: {
180
180
  * @throws {@link FinspaceServiceException}
181
181
  * <p>Base exception class for all service exceptions from Finspace service.</p>
182
182
  *
183
+ *
183
184
  * @public
184
185
  */
185
186
  export declare class GetKxClusterCommand extends GetKxClusterCommand_base {
@@ -72,6 +72,7 @@ declare const GetKxConnectionStringCommand_base: {
72
72
  * @throws {@link FinspaceServiceException}
73
73
  * <p>Base exception class for all service exceptions from Finspace service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class GetKxConnectionStringCommand extends GetKxConnectionStringCommand_base {
@@ -80,6 +80,7 @@ declare const GetKxDatabaseCommand_base: {
80
80
  * @throws {@link FinspaceServiceException}
81
81
  * <p>Base exception class for all service exceptions from Finspace service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetKxDatabaseCommand extends GetKxDatabaseCommand_base {
@@ -114,6 +114,7 @@ declare const GetKxDataviewCommand_base: {
114
114
  * @throws {@link FinspaceServiceException}
115
115
  * <p>Base exception class for all service exceptions from Finspace service.</p>
116
116
  *
117
+ *
117
118
  * @public
118
119
  */
119
120
  export declare class GetKxDataviewCommand extends GetKxDataviewCommand_base {
@@ -112,6 +112,7 @@ declare const GetKxEnvironmentCommand_base: {
112
112
  * @throws {@link FinspaceServiceException}
113
113
  * <p>Base exception class for all service exceptions from Finspace service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class GetKxEnvironmentCommand extends GetKxEnvironmentCommand_base {
@@ -88,6 +88,7 @@ declare const GetKxScalingGroupCommand_base: {
88
88
  * @throws {@link FinspaceServiceException}
89
89
  * <p>Base exception class for all service exceptions from Finspace service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetKxScalingGroupCommand extends GetKxScalingGroupCommand_base {
@@ -74,6 +74,7 @@ declare const GetKxUserCommand_base: {
74
74
  * @throws {@link FinspaceServiceException}
75
75
  * <p>Base exception class for all service exceptions from Finspace service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetKxUserCommand extends GetKxUserCommand_base {
@@ -101,6 +101,7 @@ declare const GetKxVolumeCommand_base: {
101
101
  * @throws {@link FinspaceServiceException}
102
102
  * <p>Base exception class for all service exceptions from Finspace service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class GetKxVolumeCommand extends GetKxVolumeCommand_base {
@@ -92,6 +92,7 @@ declare const ListEnvironmentsCommand_base: {
92
92
  * @throws {@link FinspaceServiceException}
93
93
  * <p>Base exception class for all service exceptions from Finspace service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
@@ -82,6 +82,7 @@ declare const ListKxChangesetsCommand_base: {
82
82
  * @throws {@link FinspaceServiceException}
83
83
  * <p>Base exception class for all service exceptions from Finspace service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ListKxChangesetsCommand extends ListKxChangesetsCommand_base {
@@ -84,6 +84,7 @@ declare const ListKxClusterNodesCommand_base: {
84
84
  * @throws {@link FinspaceServiceException}
85
85
  * <p>Base exception class for all service exceptions from Finspace service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListKxClusterNodesCommand extends ListKxClusterNodesCommand_base {
@@ -101,6 +101,7 @@ declare const ListKxClustersCommand_base: {
101
101
  * @throws {@link FinspaceServiceException}
102
102
  * <p>Base exception class for all service exceptions from Finspace service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class ListKxClustersCommand extends ListKxClustersCommand_base {
@@ -79,6 +79,7 @@ declare const ListKxDatabasesCommand_base: {
79
79
  * @throws {@link FinspaceServiceException}
80
80
  * <p>Base exception class for all service exceptions from Finspace service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListKxDatabasesCommand extends ListKxDatabasesCommand_base {
@@ -119,6 +119,7 @@ declare const ListKxDataviewsCommand_base: {
119
119
  * @throws {@link FinspaceServiceException}
120
120
  * <p>Base exception class for all service exceptions from Finspace service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class ListKxDataviewsCommand extends ListKxDataviewsCommand_base {
@@ -112,6 +112,7 @@ declare const ListKxEnvironmentsCommand_base: {
112
112
  * @throws {@link FinspaceServiceException}
113
113
  * <p>Base exception class for all service exceptions from Finspace service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class ListKxEnvironmentsCommand extends ListKxEnvironmentsCommand_base {
@@ -93,6 +93,7 @@ declare const ListKxScalingGroupsCommand_base: {
93
93
  * @throws {@link FinspaceServiceException}
94
94
  * <p>Base exception class for all service exceptions from Finspace service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ListKxScalingGroupsCommand extends ListKxScalingGroupsCommand_base {
@@ -81,6 +81,7 @@ declare const ListKxUsersCommand_base: {
81
81
  * @throws {@link FinspaceServiceException}
82
82
  * <p>Base exception class for all service exceptions from Finspace service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListKxUsersCommand extends ListKxUsersCommand_base {
@@ -96,6 +96,7 @@ declare const ListKxVolumesCommand_base: {
96
96
  * @throws {@link FinspaceServiceException}
97
97
  * <p>Base exception class for all service exceptions from Finspace service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class ListKxVolumesCommand extends ListKxVolumesCommand_base {
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
66
66
  * @throws {@link FinspaceServiceException}
67
67
  * <p>Base exception class for all service exceptions from Finspace service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
65
65
  * @throws {@link FinspaceServiceException}
66
66
  * <p>Base exception class for all service exceptions from Finspace service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
65
65
  * @throws {@link FinspaceServiceException}
66
66
  * <p>Base exception class for all service exceptions from Finspace service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -107,6 +107,7 @@ declare const UpdateEnvironmentCommand_base: {
107
107
  * @throws {@link FinspaceServiceException}
108
108
  * <p>Base exception class for all service exceptions from Finspace service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
@@ -94,6 +94,7 @@ declare const UpdateKxClusterCodeConfigurationCommand_base: {
94
94
  * @throws {@link FinspaceServiceException}
95
95
  * <p>Base exception class for all service exceptions from Finspace service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class UpdateKxClusterCodeConfigurationCommand extends UpdateKxClusterCodeConfigurationCommand_base {
@@ -110,6 +110,7 @@ declare const UpdateKxClusterDatabasesCommand_base: {
110
110
  * @throws {@link FinspaceServiceException}
111
111
  * <p>Base exception class for all service exceptions from Finspace service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class UpdateKxClusterDatabasesCommand extends UpdateKxClusterDatabasesCommand_base {
@@ -79,6 +79,7 @@ declare const UpdateKxDatabaseCommand_base: {
79
79
  * @throws {@link FinspaceServiceException}
80
80
  * <p>Base exception class for all service exceptions from Finspace service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class UpdateKxDatabaseCommand extends UpdateKxDatabaseCommand_base {
@@ -130,6 +130,7 @@ declare const UpdateKxDataviewCommand_base: {
130
130
  * @throws {@link FinspaceServiceException}
131
131
  * <p>Base exception class for all service exceptions from Finspace service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class UpdateKxDataviewCommand extends UpdateKxDataviewCommand_base {
@@ -117,6 +117,7 @@ declare const UpdateKxEnvironmentCommand_base: {
117
117
  * @throws {@link FinspaceServiceException}
118
118
  * <p>Base exception class for all service exceptions from Finspace service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class UpdateKxEnvironmentCommand extends UpdateKxEnvironmentCommand_base {
@@ -142,6 +142,7 @@ declare const UpdateKxEnvironmentNetworkCommand_base: {
142
142
  * @throws {@link FinspaceServiceException}
143
143
  * <p>Base exception class for all service exceptions from Finspace service.</p>
144
144
  *
145
+ *
145
146
  * @public
146
147
  */
147
148
  export declare class UpdateKxEnvironmentNetworkCommand extends UpdateKxEnvironmentNetworkCommand_base {
@@ -82,6 +82,7 @@ declare const UpdateKxUserCommand_base: {
82
82
  * @throws {@link FinspaceServiceException}
83
83
  * <p>Base exception class for all service exceptions from Finspace service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class UpdateKxUserCommand extends UpdateKxUserCommand_base {
@@ -109,6 +109,7 @@ declare const UpdateKxVolumeCommand_base: {
109
109
  * @throws {@link FinspaceServiceException}
110
110
  * <p>Base exception class for all service exceptions from Finspace service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class UpdateKxVolumeCommand extends UpdateKxVolumeCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace",
3
3
  "description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-finspace",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",