@aws-sdk/client-simspaceweaver 3.306.0 → 3.309.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 (35) hide show
  1. package/dist-cjs/commands/DeleteAppCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteSimulationCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeAppCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeSimulationCommand.js +2 -2
  5. package/dist-cjs/commands/ListAppsCommand.js +2 -2
  6. package/dist-cjs/commands/ListSimulationsCommand.js +2 -2
  7. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  8. package/dist-cjs/commands/StartAppCommand.js +2 -2
  9. package/dist-cjs/commands/StartClockCommand.js +2 -2
  10. package/dist-cjs/commands/StartSimulationCommand.js +2 -2
  11. package/dist-cjs/commands/StopAppCommand.js +2 -2
  12. package/dist-cjs/commands/StopClockCommand.js +2 -2
  13. package/dist-cjs/commands/StopSimulationCommand.js +2 -2
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  16. package/dist-cjs/protocols/Aws_restJson1.js +209 -219
  17. package/dist-es/commands/DeleteAppCommand.js +3 -3
  18. package/dist-es/commands/DeleteSimulationCommand.js +3 -3
  19. package/dist-es/commands/DescribeAppCommand.js +3 -3
  20. package/dist-es/commands/DescribeSimulationCommand.js +3 -3
  21. package/dist-es/commands/ListAppsCommand.js +3 -3
  22. package/dist-es/commands/ListSimulationsCommand.js +3 -3
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  24. package/dist-es/commands/StartAppCommand.js +3 -3
  25. package/dist-es/commands/StartClockCommand.js +3 -3
  26. package/dist-es/commands/StartSimulationCommand.js +3 -3
  27. package/dist-es/commands/StopAppCommand.js +3 -3
  28. package/dist-es/commands/StopClockCommand.js +3 -3
  29. package/dist-es/commands/StopSimulationCommand.js +3 -3
  30. package/dist-es/commands/TagResourceCommand.js +3 -3
  31. package/dist-es/commands/UntagResourceCommand.js +3 -3
  32. package/dist-es/protocols/Aws_restJson1.js +178 -188
  33. package/dist-types/protocols/Aws_restJson1.d.ts +120 -30
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +30 -30
  35. package/package.json +6 -6
@@ -15,33 +15,123 @@ import { StopClockCommandInput, StopClockCommandOutput } from "../commands/StopC
15
15
  import { StopSimulationCommandInput, StopSimulationCommandOutput } from "../commands/StopSimulationCommand";
16
16
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
17
17
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
18
- export declare const serializeAws_restJson1DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1DeleteSimulationCommand: (input: DeleteSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1DescribeAppCommand: (input: DescribeAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_restJson1DescribeSimulationCommand: (input: DescribeSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_restJson1ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1ListSimulationsCommand: (input: ListSimulationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_restJson1StartAppCommand: (input: StartAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1StartClockCommand: (input: StartClockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1StartSimulationCommand: (input: StartSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1StopAppCommand: (input: StopAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1StopClockCommand: (input: StopClockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1StopSimulationCommand: (input: StopSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const deserializeAws_restJson1DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
34
- export declare const deserializeAws_restJson1DeleteSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSimulationCommandOutput>;
35
- export declare const deserializeAws_restJson1DescribeAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppCommandOutput>;
36
- export declare const deserializeAws_restJson1DescribeSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSimulationCommandOutput>;
37
- export declare const deserializeAws_restJson1ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
38
- export declare const deserializeAws_restJson1ListSimulationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSimulationsCommandOutput>;
39
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
40
- export declare const deserializeAws_restJson1StartAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAppCommandOutput>;
41
- export declare const deserializeAws_restJson1StartClockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartClockCommandOutput>;
42
- export declare const deserializeAws_restJson1StartSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSimulationCommandOutput>;
43
- export declare const deserializeAws_restJson1StopAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAppCommandOutput>;
44
- export declare const deserializeAws_restJson1StopClockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopClockCommandOutput>;
45
- export declare const deserializeAws_restJson1StopSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSimulationCommandOutput>;
46
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
47
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
18
+ /**
19
+ * serializeAws_restJson1DeleteAppCommand
20
+ */
21
+ export declare const se_DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
+ /**
23
+ * serializeAws_restJson1DeleteSimulationCommand
24
+ */
25
+ export declare const se_DeleteSimulationCommand: (input: DeleteSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
+ /**
27
+ * serializeAws_restJson1DescribeAppCommand
28
+ */
29
+ export declare const se_DescribeAppCommand: (input: DescribeAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
+ /**
31
+ * serializeAws_restJson1DescribeSimulationCommand
32
+ */
33
+ export declare const se_DescribeSimulationCommand: (input: DescribeSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_restJson1ListAppsCommand
36
+ */
37
+ export declare const se_ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1ListSimulationsCommand
40
+ */
41
+ export declare const se_ListSimulationsCommand: (input: ListSimulationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1ListTagsForResourceCommand
44
+ */
45
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1StartAppCommand
48
+ */
49
+ export declare const se_StartAppCommand: (input: StartAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1StartClockCommand
52
+ */
53
+ export declare const se_StartClockCommand: (input: StartClockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1StartSimulationCommand
56
+ */
57
+ export declare const se_StartSimulationCommand: (input: StartSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1StopAppCommand
60
+ */
61
+ export declare const se_StopAppCommand: (input: StopAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1StopClockCommand
64
+ */
65
+ export declare const se_StopClockCommand: (input: StopClockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1StopSimulationCommand
68
+ */
69
+ export declare const se_StopSimulationCommand: (input: StopSimulationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1TagResourceCommand
72
+ */
73
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1UntagResourceCommand
76
+ */
77
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * deserializeAws_restJson1DeleteAppCommand
80
+ */
81
+ export declare const de_DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
82
+ /**
83
+ * deserializeAws_restJson1DeleteSimulationCommand
84
+ */
85
+ export declare const de_DeleteSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSimulationCommandOutput>;
86
+ /**
87
+ * deserializeAws_restJson1DescribeAppCommand
88
+ */
89
+ export declare const de_DescribeAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppCommandOutput>;
90
+ /**
91
+ * deserializeAws_restJson1DescribeSimulationCommand
92
+ */
93
+ export declare const de_DescribeSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSimulationCommandOutput>;
94
+ /**
95
+ * deserializeAws_restJson1ListAppsCommand
96
+ */
97
+ export declare const de_ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
98
+ /**
99
+ * deserializeAws_restJson1ListSimulationsCommand
100
+ */
101
+ export declare const de_ListSimulationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSimulationsCommandOutput>;
102
+ /**
103
+ * deserializeAws_restJson1ListTagsForResourceCommand
104
+ */
105
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
106
+ /**
107
+ * deserializeAws_restJson1StartAppCommand
108
+ */
109
+ export declare const de_StartAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAppCommandOutput>;
110
+ /**
111
+ * deserializeAws_restJson1StartClockCommand
112
+ */
113
+ export declare const de_StartClockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartClockCommandOutput>;
114
+ /**
115
+ * deserializeAws_restJson1StartSimulationCommand
116
+ */
117
+ export declare const de_StartSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSimulationCommandOutput>;
118
+ /**
119
+ * deserializeAws_restJson1StopAppCommand
120
+ */
121
+ export declare const de_StopAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAppCommandOutput>;
122
+ /**
123
+ * deserializeAws_restJson1StopClockCommand
124
+ */
125
+ export declare const de_StopClockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopClockCommandOutput>;
126
+ /**
127
+ * deserializeAws_restJson1StopSimulationCommand
128
+ */
129
+ export declare const de_StopSimulationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSimulationCommandOutput>;
130
+ /**
131
+ * deserializeAws_restJson1TagResourceCommand
132
+ */
133
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
134
+ /**
135
+ * deserializeAws_restJson1UntagResourceCommand
136
+ */
137
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -63,123 +63,123 @@ import {
63
63
  UntagResourceCommandInput,
64
64
  UntagResourceCommandOutput,
65
65
  } from "../commands/UntagResourceCommand";
66
- export declare const serializeAws_restJson1DeleteAppCommand: (
66
+ export declare const se_DeleteAppCommand: (
67
67
  input: DeleteAppCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1DeleteSimulationCommand: (
70
+ export declare const se_DeleteSimulationCommand: (
71
71
  input: DeleteSimulationCommandInput,
72
72
  context: __SerdeContext
73
73
  ) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1DescribeAppCommand: (
74
+ export declare const se_DescribeAppCommand: (
75
75
  input: DescribeAppCommandInput,
76
76
  context: __SerdeContext
77
77
  ) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DescribeSimulationCommand: (
78
+ export declare const se_DescribeSimulationCommand: (
79
79
  input: DescribeSimulationCommandInput,
80
80
  context: __SerdeContext
81
81
  ) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1ListAppsCommand: (
82
+ export declare const se_ListAppsCommand: (
83
83
  input: ListAppsCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1ListSimulationsCommand: (
86
+ export declare const se_ListSimulationsCommand: (
87
87
  input: ListSimulationsCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
90
+ export declare const se_ListTagsForResourceCommand: (
91
91
  input: ListTagsForResourceCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1StartAppCommand: (
94
+ export declare const se_StartAppCommand: (
95
95
  input: StartAppCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1StartClockCommand: (
98
+ export declare const se_StartClockCommand: (
99
99
  input: StartClockCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1StartSimulationCommand: (
102
+ export declare const se_StartSimulationCommand: (
103
103
  input: StartSimulationCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1StopAppCommand: (
106
+ export declare const se_StopAppCommand: (
107
107
  input: StopAppCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1StopClockCommand: (
110
+ export declare const se_StopClockCommand: (
111
111
  input: StopClockCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1StopSimulationCommand: (
114
+ export declare const se_StopSimulationCommand: (
115
115
  input: StopSimulationCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1TagResourceCommand: (
118
+ export declare const se_TagResourceCommand: (
119
119
  input: TagResourceCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1UntagResourceCommand: (
122
+ export declare const se_UntagResourceCommand: (
123
123
  input: UntagResourceCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const deserializeAws_restJson1DeleteAppCommand: (
126
+ export declare const de_DeleteAppCommand: (
127
127
  output: __HttpResponse,
128
128
  context: __SerdeContext
129
129
  ) => Promise<DeleteAppCommandOutput>;
130
- export declare const deserializeAws_restJson1DeleteSimulationCommand: (
130
+ export declare const de_DeleteSimulationCommand: (
131
131
  output: __HttpResponse,
132
132
  context: __SerdeContext
133
133
  ) => Promise<DeleteSimulationCommandOutput>;
134
- export declare const deserializeAws_restJson1DescribeAppCommand: (
134
+ export declare const de_DescribeAppCommand: (
135
135
  output: __HttpResponse,
136
136
  context: __SerdeContext
137
137
  ) => Promise<DescribeAppCommandOutput>;
138
- export declare const deserializeAws_restJson1DescribeSimulationCommand: (
138
+ export declare const de_DescribeSimulationCommand: (
139
139
  output: __HttpResponse,
140
140
  context: __SerdeContext
141
141
  ) => Promise<DescribeSimulationCommandOutput>;
142
- export declare const deserializeAws_restJson1ListAppsCommand: (
142
+ export declare const de_ListAppsCommand: (
143
143
  output: __HttpResponse,
144
144
  context: __SerdeContext
145
145
  ) => Promise<ListAppsCommandOutput>;
146
- export declare const deserializeAws_restJson1ListSimulationsCommand: (
146
+ export declare const de_ListSimulationsCommand: (
147
147
  output: __HttpResponse,
148
148
  context: __SerdeContext
149
149
  ) => Promise<ListSimulationsCommandOutput>;
150
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
150
+ export declare const de_ListTagsForResourceCommand: (
151
151
  output: __HttpResponse,
152
152
  context: __SerdeContext
153
153
  ) => Promise<ListTagsForResourceCommandOutput>;
154
- export declare const deserializeAws_restJson1StartAppCommand: (
154
+ export declare const de_StartAppCommand: (
155
155
  output: __HttpResponse,
156
156
  context: __SerdeContext
157
157
  ) => Promise<StartAppCommandOutput>;
158
- export declare const deserializeAws_restJson1StartClockCommand: (
158
+ export declare const de_StartClockCommand: (
159
159
  output: __HttpResponse,
160
160
  context: __SerdeContext
161
161
  ) => Promise<StartClockCommandOutput>;
162
- export declare const deserializeAws_restJson1StartSimulationCommand: (
162
+ export declare const de_StartSimulationCommand: (
163
163
  output: __HttpResponse,
164
164
  context: __SerdeContext
165
165
  ) => Promise<StartSimulationCommandOutput>;
166
- export declare const deserializeAws_restJson1StopAppCommand: (
166
+ export declare const de_StopAppCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<StopAppCommandOutput>;
170
- export declare const deserializeAws_restJson1StopClockCommand: (
170
+ export declare const de_StopClockCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<StopClockCommandOutput>;
174
- export declare const deserializeAws_restJson1StopSimulationCommand: (
174
+ export declare const de_StopSimulationCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<StopSimulationCommandOutput>;
178
- export declare const deserializeAws_restJson1TagResourceCommand: (
178
+ export declare const de_TagResourceCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<TagResourceCommandOutput>;
182
- export declare const deserializeAws_restJson1UntagResourceCommand: (
182
+ export declare const de_UntagResourceCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<UntagResourceCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-simspaceweaver",
3
3
  "description": "AWS SDK for JavaScript Simspaceweaver Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.309.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.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",