@aws-sdk/client-codebuild 3.808.0 → 3.811.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.
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +11 -1
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +11 -1
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +11 -1
- package/dist-types/commands/BatchGetSandboxesCommand.d.ts +11 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +22 -2
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +11 -1
- package/dist-types/commands/RetryBuildCommand.d.ts +11 -1
- package/dist-types/commands/StartBuildBatchCommand.d.ts +11 -1
- package/dist-types/commands/StartBuildCommand.d.ts +11 -1
- package/dist-types/commands/StartSandboxCommand.d.ts +11 -1
- package/dist-types/commands/StopBuildBatchCommand.d.ts +11 -1
- package/dist-types/commands/StopBuildCommand.d.ts +11 -1
- package/dist-types/commands/StopSandboxCommand.d.ts +11 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +22 -2
- package/dist-types/models/models_0.d.ts +91 -3
- package/dist-types/ts3.4/models/models_0.d.ts +10 -0
- package/package.json +12 -12
|
@@ -172,6 +172,16 @@ declare const BatchGetBuildBatchesCommand_base: {
|
|
|
172
172
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
173
173
|
* // },
|
|
174
174
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
175
|
+
* // dockerServer: { // DockerServer
|
|
176
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
177
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
178
|
+
* // "STRING_VALUE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // status: { // DockerServerStatus
|
|
181
|
+
* // status: "STRING_VALUE",
|
|
182
|
+
* // message: "STRING_VALUE",
|
|
183
|
+
* // },
|
|
184
|
+
* // },
|
|
175
185
|
* // },
|
|
176
186
|
* // serviceRole: "STRING_VALUE",
|
|
177
187
|
* // logConfig: { // LogsConfig
|
|
@@ -196,7 +206,7 @@ declare const BatchGetBuildBatchesCommand_base: {
|
|
|
196
206
|
* // subnets: [ // Subnets
|
|
197
207
|
* // "STRING_VALUE",
|
|
198
208
|
* // ],
|
|
199
|
-
* // securityGroupIds: [
|
|
209
|
+
* // securityGroupIds: [
|
|
200
210
|
* // "STRING_VALUE",
|
|
201
211
|
* // ],
|
|
202
212
|
* // },
|
|
@@ -173,6 +173,16 @@ declare const BatchGetBuildsCommand_base: {
|
|
|
173
173
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
174
174
|
* // },
|
|
175
175
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
176
|
+
* // dockerServer: { // DockerServer
|
|
177
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
178
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
179
|
+
* // "STRING_VALUE",
|
|
180
|
+
* // ],
|
|
181
|
+
* // status: { // DockerServerStatus
|
|
182
|
+
* // status: "STRING_VALUE",
|
|
183
|
+
* // message: "STRING_VALUE",
|
|
184
|
+
* // },
|
|
185
|
+
* // },
|
|
176
186
|
* // },
|
|
177
187
|
* // serviceRole: "STRING_VALUE",
|
|
178
188
|
* // logs: { // LogsLocation
|
|
@@ -203,7 +213,7 @@ declare const BatchGetBuildsCommand_base: {
|
|
|
203
213
|
* // subnets: [ // Subnets
|
|
204
214
|
* // "STRING_VALUE",
|
|
205
215
|
* // ],
|
|
206
|
-
* // securityGroupIds: [
|
|
216
|
+
* // securityGroupIds: [
|
|
207
217
|
* // "STRING_VALUE",
|
|
208
218
|
* // ],
|
|
209
219
|
* // },
|
|
@@ -158,6 +158,16 @@ declare const BatchGetProjectsCommand_base: {
|
|
|
158
158
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
159
159
|
* // },
|
|
160
160
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
161
|
+
* // dockerServer: { // DockerServer
|
|
162
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
163
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
164
|
+
* // "STRING_VALUE",
|
|
165
|
+
* // ],
|
|
166
|
+
* // status: { // DockerServerStatus
|
|
167
|
+
* // status: "STRING_VALUE",
|
|
168
|
+
* // message: "STRING_VALUE",
|
|
169
|
+
* // },
|
|
170
|
+
* // },
|
|
161
171
|
* // },
|
|
162
172
|
* // serviceRole: "STRING_VALUE",
|
|
163
173
|
* // timeoutInMinutes: Number("int"),
|
|
@@ -201,7 +211,7 @@ declare const BatchGetProjectsCommand_base: {
|
|
|
201
211
|
* // subnets: [ // Subnets
|
|
202
212
|
* // "STRING_VALUE",
|
|
203
213
|
* // ],
|
|
204
|
-
* // securityGroupIds: [
|
|
214
|
+
* // securityGroupIds: [
|
|
205
215
|
* // "STRING_VALUE",
|
|
206
216
|
* // ],
|
|
207
217
|
* // },
|
|
@@ -128,6 +128,16 @@ declare const BatchGetSandboxesCommand_base: {
|
|
|
128
128
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
129
129
|
* // },
|
|
130
130
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
131
|
+
* // dockerServer: { // DockerServer
|
|
132
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
133
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
134
|
+
* // "STRING_VALUE",
|
|
135
|
+
* // ],
|
|
136
|
+
* // status: { // DockerServerStatus
|
|
137
|
+
* // status: "STRING_VALUE",
|
|
138
|
+
* // message: "STRING_VALUE",
|
|
139
|
+
* // },
|
|
140
|
+
* // },
|
|
131
141
|
* // },
|
|
132
142
|
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
133
143
|
* // { // ProjectFileSystemLocation
|
|
@@ -145,7 +155,7 @@ declare const BatchGetSandboxesCommand_base: {
|
|
|
145
155
|
* // subnets: [ // Subnets
|
|
146
156
|
* // "STRING_VALUE",
|
|
147
157
|
* // ],
|
|
148
|
-
* // securityGroupIds: [
|
|
158
|
+
* // securityGroupIds: [
|
|
149
159
|
* // "STRING_VALUE",
|
|
150
160
|
* // ],
|
|
151
161
|
* // },
|
|
@@ -148,6 +148,16 @@ declare const CreateProjectCommand_base: {
|
|
|
148
148
|
* credentialProvider: "SECRETS_MANAGER", // required
|
|
149
149
|
* },
|
|
150
150
|
* imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
151
|
+
* dockerServer: { // DockerServer
|
|
152
|
+
* computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
153
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
154
|
+
* "STRING_VALUE",
|
|
155
|
+
* ],
|
|
156
|
+
* status: { // DockerServerStatus
|
|
157
|
+
* status: "STRING_VALUE",
|
|
158
|
+
* message: "STRING_VALUE",
|
|
159
|
+
* },
|
|
160
|
+
* },
|
|
151
161
|
* },
|
|
152
162
|
* serviceRole: "STRING_VALUE", // required
|
|
153
163
|
* timeoutInMinutes: Number("int"),
|
|
@@ -164,7 +174,7 @@ declare const CreateProjectCommand_base: {
|
|
|
164
174
|
* subnets: [ // Subnets
|
|
165
175
|
* "STRING_VALUE",
|
|
166
176
|
* ],
|
|
167
|
-
* securityGroupIds: [
|
|
177
|
+
* securityGroupIds: [
|
|
168
178
|
* "STRING_VALUE",
|
|
169
179
|
* ],
|
|
170
180
|
* },
|
|
@@ -327,6 +337,16 @@ declare const CreateProjectCommand_base: {
|
|
|
327
337
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
328
338
|
* // },
|
|
329
339
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
340
|
+
* // dockerServer: { // DockerServer
|
|
341
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
342
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
343
|
+
* // "STRING_VALUE",
|
|
344
|
+
* // ],
|
|
345
|
+
* // status: { // DockerServerStatus
|
|
346
|
+
* // status: "STRING_VALUE",
|
|
347
|
+
* // message: "STRING_VALUE",
|
|
348
|
+
* // },
|
|
349
|
+
* // },
|
|
330
350
|
* // },
|
|
331
351
|
* // serviceRole: "STRING_VALUE",
|
|
332
352
|
* // timeoutInMinutes: Number("int"),
|
|
@@ -370,7 +390,7 @@ declare const CreateProjectCommand_base: {
|
|
|
370
390
|
* // subnets: [ // Subnets
|
|
371
391
|
* // "STRING_VALUE",
|
|
372
392
|
* // ],
|
|
373
|
-
* // securityGroupIds: [
|
|
393
|
+
* // securityGroupIds: [
|
|
374
394
|
* // "STRING_VALUE",
|
|
375
395
|
* // ],
|
|
376
396
|
* // },
|
|
@@ -171,6 +171,16 @@ declare const RetryBuildBatchCommand_base: {
|
|
|
171
171
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
172
172
|
* // },
|
|
173
173
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
174
|
+
* // dockerServer: { // DockerServer
|
|
175
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
176
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
177
|
+
* // "STRING_VALUE",
|
|
178
|
+
* // ],
|
|
179
|
+
* // status: { // DockerServerStatus
|
|
180
|
+
* // status: "STRING_VALUE",
|
|
181
|
+
* // message: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
174
184
|
* // },
|
|
175
185
|
* // serviceRole: "STRING_VALUE",
|
|
176
186
|
* // logConfig: { // LogsConfig
|
|
@@ -195,7 +205,7 @@ declare const RetryBuildBatchCommand_base: {
|
|
|
195
205
|
* // subnets: [ // Subnets
|
|
196
206
|
* // "STRING_VALUE",
|
|
197
207
|
* // ],
|
|
198
|
-
* // securityGroupIds: [
|
|
208
|
+
* // securityGroupIds: [
|
|
199
209
|
* // "STRING_VALUE",
|
|
200
210
|
* // ],
|
|
201
211
|
* // },
|
|
@@ -171,6 +171,16 @@ declare const RetryBuildCommand_base: {
|
|
|
171
171
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
172
172
|
* // },
|
|
173
173
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
174
|
+
* // dockerServer: { // DockerServer
|
|
175
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
176
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
177
|
+
* // "STRING_VALUE",
|
|
178
|
+
* // ],
|
|
179
|
+
* // status: { // DockerServerStatus
|
|
180
|
+
* // status: "STRING_VALUE",
|
|
181
|
+
* // message: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
174
184
|
* // },
|
|
175
185
|
* // serviceRole: "STRING_VALUE",
|
|
176
186
|
* // logs: { // LogsLocation
|
|
@@ -201,7 +211,7 @@ declare const RetryBuildCommand_base: {
|
|
|
201
211
|
* // subnets: [ // Subnets
|
|
202
212
|
* // "STRING_VALUE",
|
|
203
213
|
* // ],
|
|
204
|
-
* // securityGroupIds: [
|
|
214
|
+
* // securityGroupIds: [
|
|
205
215
|
* // "STRING_VALUE",
|
|
206
216
|
* // ],
|
|
207
217
|
* // },
|
|
@@ -296,6 +296,16 @@ declare const StartBuildBatchCommand_base: {
|
|
|
296
296
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
297
297
|
* // },
|
|
298
298
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
299
|
+
* // dockerServer: { // DockerServer
|
|
300
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
301
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
302
|
+
* // "STRING_VALUE",
|
|
303
|
+
* // ],
|
|
304
|
+
* // status: { // DockerServerStatus
|
|
305
|
+
* // status: "STRING_VALUE",
|
|
306
|
+
* // message: "STRING_VALUE",
|
|
307
|
+
* // },
|
|
308
|
+
* // },
|
|
299
309
|
* // },
|
|
300
310
|
* // serviceRole: "STRING_VALUE",
|
|
301
311
|
* // logConfig: { // LogsConfig
|
|
@@ -320,7 +330,7 @@ declare const StartBuildBatchCommand_base: {
|
|
|
320
330
|
* // subnets: [ // Subnets
|
|
321
331
|
* // "STRING_VALUE",
|
|
322
332
|
* // ],
|
|
323
|
-
* // securityGroupIds: [
|
|
333
|
+
* // securityGroupIds: [
|
|
324
334
|
* // "STRING_VALUE",
|
|
325
335
|
* // ],
|
|
326
336
|
* // },
|
|
@@ -293,6 +293,16 @@ declare const StartBuildCommand_base: {
|
|
|
293
293
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
294
294
|
* // },
|
|
295
295
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
296
|
+
* // dockerServer: { // DockerServer
|
|
297
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
298
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
299
|
+
* // "STRING_VALUE",
|
|
300
|
+
* // ],
|
|
301
|
+
* // status: { // DockerServerStatus
|
|
302
|
+
* // status: "STRING_VALUE",
|
|
303
|
+
* // message: "STRING_VALUE",
|
|
304
|
+
* // },
|
|
305
|
+
* // },
|
|
296
306
|
* // },
|
|
297
307
|
* // serviceRole: "STRING_VALUE",
|
|
298
308
|
* // logs: { // LogsLocation
|
|
@@ -323,7 +333,7 @@ declare const StartBuildCommand_base: {
|
|
|
323
333
|
* // subnets: [ // Subnets
|
|
324
334
|
* // "STRING_VALUE",
|
|
325
335
|
* // ],
|
|
326
|
-
* // securityGroupIds: [
|
|
336
|
+
* // securityGroupIds: [
|
|
327
337
|
* // "STRING_VALUE",
|
|
328
338
|
* // ],
|
|
329
339
|
* // },
|
|
@@ -126,6 +126,16 @@ declare const StartSandboxCommand_base: {
|
|
|
126
126
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
127
127
|
* // },
|
|
128
128
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
129
|
+
* // dockerServer: { // DockerServer
|
|
130
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
131
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // status: { // DockerServerStatus
|
|
135
|
+
* // status: "STRING_VALUE",
|
|
136
|
+
* // message: "STRING_VALUE",
|
|
137
|
+
* // },
|
|
138
|
+
* // },
|
|
129
139
|
* // },
|
|
130
140
|
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
131
141
|
* // { // ProjectFileSystemLocation
|
|
@@ -143,7 +153,7 @@ declare const StartSandboxCommand_base: {
|
|
|
143
153
|
* // subnets: [ // Subnets
|
|
144
154
|
* // "STRING_VALUE",
|
|
145
155
|
* // ],
|
|
146
|
-
* // securityGroupIds: [
|
|
156
|
+
* // securityGroupIds: [
|
|
147
157
|
* // "STRING_VALUE",
|
|
148
158
|
* // ],
|
|
149
159
|
* // },
|
|
@@ -169,6 +169,16 @@ declare const StopBuildBatchCommand_base: {
|
|
|
169
169
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
170
170
|
* // },
|
|
171
171
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
172
|
+
* // dockerServer: { // DockerServer
|
|
173
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
174
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
175
|
+
* // "STRING_VALUE",
|
|
176
|
+
* // ],
|
|
177
|
+
* // status: { // DockerServerStatus
|
|
178
|
+
* // status: "STRING_VALUE",
|
|
179
|
+
* // message: "STRING_VALUE",
|
|
180
|
+
* // },
|
|
181
|
+
* // },
|
|
172
182
|
* // },
|
|
173
183
|
* // serviceRole: "STRING_VALUE",
|
|
174
184
|
* // logConfig: { // LogsConfig
|
|
@@ -193,7 +203,7 @@ declare const StopBuildBatchCommand_base: {
|
|
|
193
203
|
* // subnets: [ // Subnets
|
|
194
204
|
* // "STRING_VALUE",
|
|
195
205
|
* // ],
|
|
196
|
-
* // securityGroupIds: [
|
|
206
|
+
* // securityGroupIds: [
|
|
197
207
|
* // "STRING_VALUE",
|
|
198
208
|
* // ],
|
|
199
209
|
* // },
|
|
@@ -170,6 +170,16 @@ declare const StopBuildCommand_base: {
|
|
|
170
170
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
171
171
|
* // },
|
|
172
172
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
173
|
+
* // dockerServer: { // DockerServer
|
|
174
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
175
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
176
|
+
* // "STRING_VALUE",
|
|
177
|
+
* // ],
|
|
178
|
+
* // status: { // DockerServerStatus
|
|
179
|
+
* // status: "STRING_VALUE",
|
|
180
|
+
* // message: "STRING_VALUE",
|
|
181
|
+
* // },
|
|
182
|
+
* // },
|
|
173
183
|
* // },
|
|
174
184
|
* // serviceRole: "STRING_VALUE",
|
|
175
185
|
* // logs: { // LogsLocation
|
|
@@ -200,7 +210,7 @@ declare const StopBuildCommand_base: {
|
|
|
200
210
|
* // subnets: [ // Subnets
|
|
201
211
|
* // "STRING_VALUE",
|
|
202
212
|
* // ],
|
|
203
|
-
* // securityGroupIds: [
|
|
213
|
+
* // securityGroupIds: [
|
|
204
214
|
* // "STRING_VALUE",
|
|
205
215
|
* // ],
|
|
206
216
|
* // },
|
|
@@ -125,6 +125,16 @@ declare const StopSandboxCommand_base: {
|
|
|
125
125
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
126
126
|
* // },
|
|
127
127
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
128
|
+
* // dockerServer: { // DockerServer
|
|
129
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
130
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
131
|
+
* // "STRING_VALUE",
|
|
132
|
+
* // ],
|
|
133
|
+
* // status: { // DockerServerStatus
|
|
134
|
+
* // status: "STRING_VALUE",
|
|
135
|
+
* // message: "STRING_VALUE",
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
128
138
|
* // },
|
|
129
139
|
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
130
140
|
* // { // ProjectFileSystemLocation
|
|
@@ -142,7 +152,7 @@ declare const StopSandboxCommand_base: {
|
|
|
142
152
|
* // subnets: [ // Subnets
|
|
143
153
|
* // "STRING_VALUE",
|
|
144
154
|
* // ],
|
|
145
|
-
* // securityGroupIds: [
|
|
155
|
+
* // securityGroupIds: [
|
|
146
156
|
* // "STRING_VALUE",
|
|
147
157
|
* // ],
|
|
148
158
|
* // },
|
|
@@ -148,6 +148,16 @@ declare const UpdateProjectCommand_base: {
|
|
|
148
148
|
* credentialProvider: "SECRETS_MANAGER", // required
|
|
149
149
|
* },
|
|
150
150
|
* imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
151
|
+
* dockerServer: { // DockerServer
|
|
152
|
+
* computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
153
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
154
|
+
* "STRING_VALUE",
|
|
155
|
+
* ],
|
|
156
|
+
* status: { // DockerServerStatus
|
|
157
|
+
* status: "STRING_VALUE",
|
|
158
|
+
* message: "STRING_VALUE",
|
|
159
|
+
* },
|
|
160
|
+
* },
|
|
151
161
|
* },
|
|
152
162
|
* serviceRole: "STRING_VALUE",
|
|
153
163
|
* timeoutInMinutes: Number("int"),
|
|
@@ -164,7 +174,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
164
174
|
* subnets: [ // Subnets
|
|
165
175
|
* "STRING_VALUE",
|
|
166
176
|
* ],
|
|
167
|
-
* securityGroupIds: [
|
|
177
|
+
* securityGroupIds: [
|
|
168
178
|
* "STRING_VALUE",
|
|
169
179
|
* ],
|
|
170
180
|
* },
|
|
@@ -327,6 +337,16 @@ declare const UpdateProjectCommand_base: {
|
|
|
327
337
|
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
328
338
|
* // },
|
|
329
339
|
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
340
|
+
* // dockerServer: { // DockerServer
|
|
341
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_XLARGE" || "BUILD_GENERAL1_2XLARGE" || "BUILD_LAMBDA_1GB" || "BUILD_LAMBDA_2GB" || "BUILD_LAMBDA_4GB" || "BUILD_LAMBDA_8GB" || "BUILD_LAMBDA_10GB" || "ATTRIBUTE_BASED_COMPUTE" || "CUSTOM_INSTANCE_TYPE", // required
|
|
342
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
343
|
+
* // "STRING_VALUE",
|
|
344
|
+
* // ],
|
|
345
|
+
* // status: { // DockerServerStatus
|
|
346
|
+
* // status: "STRING_VALUE",
|
|
347
|
+
* // message: "STRING_VALUE",
|
|
348
|
+
* // },
|
|
349
|
+
* // },
|
|
330
350
|
* // },
|
|
331
351
|
* // serviceRole: "STRING_VALUE",
|
|
332
352
|
* // timeoutInMinutes: Number("int"),
|
|
@@ -370,7 +390,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
370
390
|
* // subnets: [ // Subnets
|
|
371
391
|
* // "STRING_VALUE",
|
|
372
392
|
* // ],
|
|
373
|
-
* // securityGroupIds: [
|
|
393
|
+
* // securityGroupIds: [
|
|
374
394
|
* // "STRING_VALUE",
|
|
375
395
|
* // ],
|
|
376
396
|
* // },
|
|
@@ -696,6 +696,74 @@ export declare const ComputeType: {
|
|
|
696
696
|
* @public
|
|
697
697
|
*/
|
|
698
698
|
export type ComputeType = (typeof ComputeType)[keyof typeof ComputeType];
|
|
699
|
+
/**
|
|
700
|
+
* <p>Contains information about the status of the docker server.</p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
export interface DockerServerStatus {
|
|
704
|
+
/**
|
|
705
|
+
* <p>The status of the docker server.</p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
status?: string | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* <p>A message associated with the status of a docker server.</p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
message?: string | undefined;
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* <p>Contains docker server information.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
export interface DockerServer {
|
|
720
|
+
/**
|
|
721
|
+
* <p>Information about the compute resources the docker server uses. Available values
|
|
722
|
+
* include:</p>
|
|
723
|
+
* <ul>
|
|
724
|
+
* <li>
|
|
725
|
+
* <p>
|
|
726
|
+
* <code>BUILD_GENERAL1_SMALL</code>: Use up to 4 GiB memory and 2 vCPUs for
|
|
727
|
+
* your docker server.</p>
|
|
728
|
+
* </li>
|
|
729
|
+
* <li>
|
|
730
|
+
* <p>
|
|
731
|
+
* <code>BUILD_GENERAL1_MEDIUM</code>: Use up to 8 GiB memory and 4 vCPUs for
|
|
732
|
+
* your docker server.</p>
|
|
733
|
+
* </li>
|
|
734
|
+
* <li>
|
|
735
|
+
* <p>
|
|
736
|
+
* <code>BUILD_GENERAL1_LARGE</code>: Use up to 16 GiB memory and 8 vCPUs for
|
|
737
|
+
* your docker server.</p>
|
|
738
|
+
* </li>
|
|
739
|
+
* <li>
|
|
740
|
+
* <p>
|
|
741
|
+
* <code>BUILD_GENERAL1_XLARGE</code>: Use up to 64 GiB memory and 32 vCPUs for
|
|
742
|
+
* your docker server.</p>
|
|
743
|
+
* </li>
|
|
744
|
+
* <li>
|
|
745
|
+
* <p>
|
|
746
|
+
* <code>BUILD_GENERAL1_2XLARGE</code>: Use up to 128 GiB memory and 64 vCPUs for
|
|
747
|
+
* your docker server.</p>
|
|
748
|
+
* </li>
|
|
749
|
+
* </ul>
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
computeType: ComputeType | undefined;
|
|
753
|
+
/**
|
|
754
|
+
* <p>A list of one or more security groups IDs.</p>
|
|
755
|
+
* <note>
|
|
756
|
+
* <p>Security groups configured for Docker servers should allow ingress network traffic from the VPC configured in the project. They should allow ingress on port 9876.</p>
|
|
757
|
+
* </note>
|
|
758
|
+
* @public
|
|
759
|
+
*/
|
|
760
|
+
securityGroupIds?: string[] | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* <p>A DockerServerStatus object to use for this docker server.</p>
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
status?: DockerServerStatus | undefined;
|
|
766
|
+
}
|
|
699
767
|
/**
|
|
700
768
|
* @public
|
|
701
769
|
* @enum
|
|
@@ -1065,6 +1133,11 @@ export interface ProjectEnvironment {
|
|
|
1065
1133
|
* @public
|
|
1066
1134
|
*/
|
|
1067
1135
|
imagePullCredentialsType?: ImagePullCredentialsType | undefined;
|
|
1136
|
+
/**
|
|
1137
|
+
* <p>A DockerServer object to use for this build project.</p>
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
dockerServer?: DockerServer | undefined;
|
|
1068
1141
|
}
|
|
1069
1142
|
/**
|
|
1070
1143
|
* @public
|
|
@@ -3062,6 +3135,11 @@ export interface Fleet {
|
|
|
3062
3135
|
* </li>
|
|
3063
3136
|
* <li>
|
|
3064
3137
|
* <p>
|
|
3138
|
+
* <code>CUSTOM_INSTANCE_TYPE</code>: Specify the instance type for your compute fleet. For a list of supported instance types, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types">Supported instance families
|
|
3139
|
+
* </a> in the <i>CodeBuild User Guide</i>.</p>
|
|
3140
|
+
* </li>
|
|
3141
|
+
* <li>
|
|
3142
|
+
* <p>
|
|
3065
3143
|
* <code>BUILD_GENERAL1_SMALL</code>: Use up to 4 GiB memory and 2 vCPUs for
|
|
3066
3144
|
* builds.</p>
|
|
3067
3145
|
* </li>
|
|
@@ -3149,7 +3227,7 @@ export interface Fleet {
|
|
|
3149
3227
|
*/
|
|
3150
3228
|
computeType?: ComputeType | undefined;
|
|
3151
3229
|
/**
|
|
3152
|
-
* <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
|
|
3230
|
+
* <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code> or <code>CUSTOM_INSTANCE_TYPE</code>.</p>
|
|
3153
3231
|
* @public
|
|
3154
3232
|
*/
|
|
3155
3233
|
computeConfiguration?: ComputeConfiguration | undefined;
|
|
@@ -4938,6 +5016,11 @@ export interface CreateFleetInput {
|
|
|
4938
5016
|
* </li>
|
|
4939
5017
|
* <li>
|
|
4940
5018
|
* <p>
|
|
5019
|
+
* <code>CUSTOM_INSTANCE_TYPE</code>: Specify the instance type for your compute fleet. For a list of supported instance types, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types">Supported instance families
|
|
5020
|
+
* </a> in the <i>CodeBuild User Guide</i>.</p>
|
|
5021
|
+
* </li>
|
|
5022
|
+
* <li>
|
|
5023
|
+
* <p>
|
|
4941
5024
|
* <code>BUILD_GENERAL1_SMALL</code>: Use up to 4 GiB memory and 2 vCPUs for
|
|
4942
5025
|
* builds.</p>
|
|
4943
5026
|
* </li>
|
|
@@ -5025,7 +5108,7 @@ export interface CreateFleetInput {
|
|
|
5025
5108
|
*/
|
|
5026
5109
|
computeType: ComputeType | undefined;
|
|
5027
5110
|
/**
|
|
5028
|
-
* <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
|
|
5111
|
+
* <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code> or <code>CUSTOM_INSTANCE_TYPE</code>.</p>
|
|
5029
5112
|
* @public
|
|
5030
5113
|
*/
|
|
5031
5114
|
computeConfiguration?: ComputeConfiguration | undefined;
|
|
@@ -8149,6 +8232,11 @@ export interface UpdateFleetInput {
|
|
|
8149
8232
|
* </li>
|
|
8150
8233
|
* <li>
|
|
8151
8234
|
* <p>
|
|
8235
|
+
* <code>CUSTOM_INSTANCE_TYPE</code>: Specify the instance type for your compute fleet. For a list of supported instance types, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html#environment-reserved-capacity.instance-types">Supported instance families
|
|
8236
|
+
* </a> in the <i>CodeBuild User Guide</i>.</p>
|
|
8237
|
+
* </li>
|
|
8238
|
+
* <li>
|
|
8239
|
+
* <p>
|
|
8152
8240
|
* <code>BUILD_GENERAL1_SMALL</code>: Use up to 4 GiB memory and 2 vCPUs for
|
|
8153
8241
|
* builds.</p>
|
|
8154
8242
|
* </li>
|
|
@@ -8236,7 +8324,7 @@ export interface UpdateFleetInput {
|
|
|
8236
8324
|
*/
|
|
8237
8325
|
computeType?: ComputeType | undefined;
|
|
8238
8326
|
/**
|
|
8239
|
-
* <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code>.</p>
|
|
8327
|
+
* <p>The compute configuration of the compute fleet. This is only required if <code>computeType</code> is set to <code>ATTRIBUTE_BASED_COMPUTE</code> or <code>CUSTOM_INSTANCE_TYPE</code>.</p>
|
|
8240
8328
|
* @public
|
|
8241
8329
|
*/
|
|
8242
8330
|
computeConfiguration?: ComputeConfiguration | undefined;
|
|
@@ -174,6 +174,15 @@ export declare const ComputeType: {
|
|
|
174
174
|
readonly CUSTOM_INSTANCE_TYPE: "CUSTOM_INSTANCE_TYPE";
|
|
175
175
|
};
|
|
176
176
|
export type ComputeType = (typeof ComputeType)[keyof typeof ComputeType];
|
|
177
|
+
export interface DockerServerStatus {
|
|
178
|
+
status?: string | undefined;
|
|
179
|
+
message?: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface DockerServer {
|
|
182
|
+
computeType: ComputeType | undefined;
|
|
183
|
+
securityGroupIds?: string[] | undefined;
|
|
184
|
+
status?: DockerServerStatus | undefined;
|
|
185
|
+
}
|
|
177
186
|
export declare const EnvironmentVariableType: {
|
|
178
187
|
readonly PARAMETER_STORE: "PARAMETER_STORE";
|
|
179
188
|
readonly PLAINTEXT: "PLAINTEXT";
|
|
@@ -231,6 +240,7 @@ export interface ProjectEnvironment {
|
|
|
231
240
|
certificate?: string | undefined;
|
|
232
241
|
registryCredential?: RegistryCredential | undefined;
|
|
233
242
|
imagePullCredentialsType?: ImagePullCredentialsType | undefined;
|
|
243
|
+
dockerServer?: DockerServer | undefined;
|
|
234
244
|
}
|
|
235
245
|
export declare const FileSystemType: {
|
|
236
246
|
readonly EFS: "EFS";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codebuild",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.811.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-codebuild",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.810.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.810.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.804.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.810.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.808.0",
|
|
30
30
|
"@aws-sdk/types": "3.804.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.808.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.810.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.2",
|
|
35
|
-
"@smithy/core": "^3.3.
|
|
35
|
+
"@smithy/core": "^3.3.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
37
|
"@smithy/hash-node": "^4.0.2",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.7",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.5",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.2",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.4",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
-
"@smithy/smithy-client": "^4.2.
|
|
47
|
+
"@smithy/smithy-client": "^4.2.6",
|
|
48
48
|
"@smithy/types": "^4.2.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.14",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.4",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.2",
|
|
57
57
|
"@smithy/util-retry": "^4.0.3",
|