@aws-sdk/client-emr-serverless 3.303.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/CancelJobRunCommand.js +2 -2
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  5. package/dist-cjs/commands/GetDashboardForJobRunCommand.js +2 -2
  6. package/dist-cjs/commands/GetJobRunCommand.js +2 -2
  7. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  8. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  11. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  12. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  13. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  16. package/dist-cjs/protocols/Aws_restJson1.js +269 -303
  17. package/dist-es/commands/CancelJobRunCommand.js +3 -3
  18. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  19. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  20. package/dist-es/commands/GetApplicationCommand.js +3 -3
  21. package/dist-es/commands/GetDashboardForJobRunCommand.js +3 -3
  22. package/dist-es/commands/GetJobRunCommand.js +3 -3
  23. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  24. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  25. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  26. package/dist-es/commands/StartApplicationCommand.js +3 -3
  27. package/dist-es/commands/StartJobRunCommand.js +3 -3
  28. package/dist-es/commands/StopApplicationCommand.js +3 -3
  29. package/dist-es/commands/TagResourceCommand.js +3 -3
  30. package/dist-es/commands/UntagResourceCommand.js +3 -3
  31. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  32. package/dist-es/protocols/Aws_restJson1.js +238 -272
  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 +29 -29
@@ -15,33 +15,123 @@ import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../co
15
15
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
16
16
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
17
17
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
18
- export declare const serializeAws_restJson1CancelJobRunCommand: (input: CancelJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_restJson1GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_restJson1GetDashboardForJobRunCommand: (input: GetDashboardForJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1GetJobRunCommand: (input: GetJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_restJson1ListJobRunsCommand: (input: ListJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const deserializeAws_restJson1CancelJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobRunCommandOutput>;
34
- export declare const deserializeAws_restJson1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
35
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
36
- export declare const deserializeAws_restJson1GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
37
- export declare const deserializeAws_restJson1GetDashboardForJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardForJobRunCommandOutput>;
38
- export declare const deserializeAws_restJson1GetJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunCommandOutput>;
39
- export declare const deserializeAws_restJson1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
40
- export declare const deserializeAws_restJson1ListJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunsCommandOutput>;
41
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
42
- export declare const deserializeAws_restJson1StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
43
- export declare const deserializeAws_restJson1StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
44
- export declare const deserializeAws_restJson1StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
45
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
46
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
47
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
18
+ /**
19
+ * serializeAws_restJson1CancelJobRunCommand
20
+ */
21
+ export declare const se_CancelJobRunCommand: (input: CancelJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
+ /**
23
+ * serializeAws_restJson1CreateApplicationCommand
24
+ */
25
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
+ /**
27
+ * serializeAws_restJson1DeleteApplicationCommand
28
+ */
29
+ export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
+ /**
31
+ * serializeAws_restJson1GetApplicationCommand
32
+ */
33
+ export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_restJson1GetDashboardForJobRunCommand
36
+ */
37
+ export declare const se_GetDashboardForJobRunCommand: (input: GetDashboardForJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1GetJobRunCommand
40
+ */
41
+ export declare const se_GetJobRunCommand: (input: GetJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1ListApplicationsCommand
44
+ */
45
+ export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1ListJobRunsCommand
48
+ */
49
+ export declare const se_ListJobRunsCommand: (input: ListJobRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1ListTagsForResourceCommand
52
+ */
53
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1StartApplicationCommand
56
+ */
57
+ export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1StartJobRunCommand
60
+ */
61
+ export declare const se_StartJobRunCommand: (input: StartJobRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1StopApplicationCommand
64
+ */
65
+ export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1TagResourceCommand
68
+ */
69
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1UntagResourceCommand
72
+ */
73
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1UpdateApplicationCommand
76
+ */
77
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * deserializeAws_restJson1CancelJobRunCommand
80
+ */
81
+ export declare const de_CancelJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobRunCommandOutput>;
82
+ /**
83
+ * deserializeAws_restJson1CreateApplicationCommand
84
+ */
85
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
86
+ /**
87
+ * deserializeAws_restJson1DeleteApplicationCommand
88
+ */
89
+ export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
90
+ /**
91
+ * deserializeAws_restJson1GetApplicationCommand
92
+ */
93
+ export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
94
+ /**
95
+ * deserializeAws_restJson1GetDashboardForJobRunCommand
96
+ */
97
+ export declare const de_GetDashboardForJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardForJobRunCommandOutput>;
98
+ /**
99
+ * deserializeAws_restJson1GetJobRunCommand
100
+ */
101
+ export declare const de_GetJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobRunCommandOutput>;
102
+ /**
103
+ * deserializeAws_restJson1ListApplicationsCommand
104
+ */
105
+ export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
106
+ /**
107
+ * deserializeAws_restJson1ListJobRunsCommand
108
+ */
109
+ export declare const de_ListJobRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobRunsCommandOutput>;
110
+ /**
111
+ * deserializeAws_restJson1ListTagsForResourceCommand
112
+ */
113
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
114
+ /**
115
+ * deserializeAws_restJson1StartApplicationCommand
116
+ */
117
+ export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
118
+ /**
119
+ * deserializeAws_restJson1StartJobRunCommand
120
+ */
121
+ export declare const de_StartJobRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobRunCommandOutput>;
122
+ /**
123
+ * deserializeAws_restJson1StopApplicationCommand
124
+ */
125
+ export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
126
+ /**
127
+ * deserializeAws_restJson1TagResourceCommand
128
+ */
129
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
130
+ /**
131
+ * deserializeAws_restJson1UntagResourceCommand
132
+ */
133
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
134
+ /**
135
+ * deserializeAws_restJson1UpdateApplicationCommand
136
+ */
137
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
@@ -63,123 +63,123 @@ import {
63
63
  UpdateApplicationCommandInput,
64
64
  UpdateApplicationCommandOutput,
65
65
  } from "../commands/UpdateApplicationCommand";
66
- export declare const serializeAws_restJson1CancelJobRunCommand: (
66
+ export declare const se_CancelJobRunCommand: (
67
67
  input: CancelJobRunCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CreateApplicationCommand: (
70
+ export declare const se_CreateApplicationCommand: (
71
71
  input: CreateApplicationCommandInput,
72
72
  context: __SerdeContext
73
73
  ) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1DeleteApplicationCommand: (
74
+ export declare const se_DeleteApplicationCommand: (
75
75
  input: DeleteApplicationCommandInput,
76
76
  context: __SerdeContext
77
77
  ) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1GetApplicationCommand: (
78
+ export declare const se_GetApplicationCommand: (
79
79
  input: GetApplicationCommandInput,
80
80
  context: __SerdeContext
81
81
  ) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1GetDashboardForJobRunCommand: (
82
+ export declare const se_GetDashboardForJobRunCommand: (
83
83
  input: GetDashboardForJobRunCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1GetJobRunCommand: (
86
+ export declare const se_GetJobRunCommand: (
87
87
  input: GetJobRunCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1ListApplicationsCommand: (
90
+ export declare const se_ListApplicationsCommand: (
91
91
  input: ListApplicationsCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1ListJobRunsCommand: (
94
+ export declare const se_ListJobRunsCommand: (
95
95
  input: ListJobRunsCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
98
+ export declare const se_ListTagsForResourceCommand: (
99
99
  input: ListTagsForResourceCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1StartApplicationCommand: (
102
+ export declare const se_StartApplicationCommand: (
103
103
  input: StartApplicationCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1StartJobRunCommand: (
106
+ export declare const se_StartJobRunCommand: (
107
107
  input: StartJobRunCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1StopApplicationCommand: (
110
+ export declare const se_StopApplicationCommand: (
111
111
  input: StopApplicationCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1TagResourceCommand: (
114
+ export declare const se_TagResourceCommand: (
115
115
  input: TagResourceCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1UntagResourceCommand: (
118
+ export declare const se_UntagResourceCommand: (
119
119
  input: UntagResourceCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1UpdateApplicationCommand: (
122
+ export declare const se_UpdateApplicationCommand: (
123
123
  input: UpdateApplicationCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const deserializeAws_restJson1CancelJobRunCommand: (
126
+ export declare const de_CancelJobRunCommand: (
127
127
  output: __HttpResponse,
128
128
  context: __SerdeContext
129
129
  ) => Promise<CancelJobRunCommandOutput>;
130
- export declare const deserializeAws_restJson1CreateApplicationCommand: (
130
+ export declare const de_CreateApplicationCommand: (
131
131
  output: __HttpResponse,
132
132
  context: __SerdeContext
133
133
  ) => Promise<CreateApplicationCommandOutput>;
134
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (
134
+ export declare const de_DeleteApplicationCommand: (
135
135
  output: __HttpResponse,
136
136
  context: __SerdeContext
137
137
  ) => Promise<DeleteApplicationCommandOutput>;
138
- export declare const deserializeAws_restJson1GetApplicationCommand: (
138
+ export declare const de_GetApplicationCommand: (
139
139
  output: __HttpResponse,
140
140
  context: __SerdeContext
141
141
  ) => Promise<GetApplicationCommandOutput>;
142
- export declare const deserializeAws_restJson1GetDashboardForJobRunCommand: (
142
+ export declare const de_GetDashboardForJobRunCommand: (
143
143
  output: __HttpResponse,
144
144
  context: __SerdeContext
145
145
  ) => Promise<GetDashboardForJobRunCommandOutput>;
146
- export declare const deserializeAws_restJson1GetJobRunCommand: (
146
+ export declare const de_GetJobRunCommand: (
147
147
  output: __HttpResponse,
148
148
  context: __SerdeContext
149
149
  ) => Promise<GetJobRunCommandOutput>;
150
- export declare const deserializeAws_restJson1ListApplicationsCommand: (
150
+ export declare const de_ListApplicationsCommand: (
151
151
  output: __HttpResponse,
152
152
  context: __SerdeContext
153
153
  ) => Promise<ListApplicationsCommandOutput>;
154
- export declare const deserializeAws_restJson1ListJobRunsCommand: (
154
+ export declare const de_ListJobRunsCommand: (
155
155
  output: __HttpResponse,
156
156
  context: __SerdeContext
157
157
  ) => Promise<ListJobRunsCommandOutput>;
158
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
158
+ export declare const de_ListTagsForResourceCommand: (
159
159
  output: __HttpResponse,
160
160
  context: __SerdeContext
161
161
  ) => Promise<ListTagsForResourceCommandOutput>;
162
- export declare const deserializeAws_restJson1StartApplicationCommand: (
162
+ export declare const de_StartApplicationCommand: (
163
163
  output: __HttpResponse,
164
164
  context: __SerdeContext
165
165
  ) => Promise<StartApplicationCommandOutput>;
166
- export declare const deserializeAws_restJson1StartJobRunCommand: (
166
+ export declare const de_StartJobRunCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<StartJobRunCommandOutput>;
170
- export declare const deserializeAws_restJson1StopApplicationCommand: (
170
+ export declare const de_StopApplicationCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<StopApplicationCommandOutput>;
174
- export declare const deserializeAws_restJson1TagResourceCommand: (
174
+ export declare const de_TagResourceCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<TagResourceCommandOutput>;
178
- export declare const deserializeAws_restJson1UntagResourceCommand: (
178
+ export declare const de_UntagResourceCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<UntagResourceCommandOutput>;
182
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (
182
+ export declare const de_UpdateApplicationCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<UpdateApplicationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-serverless",
3
3
  "description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.303.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,37 +21,37 @@
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.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
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.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"