@aws-sdk/client-s3outposts 3.987.0 → 3.989.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-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var S3OutpostsServiceException = require('./models/S3OutpostsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,308 +113,6 @@ class S3OutpostsClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class S3OutpostsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, S3OutpostsServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends S3OutpostsServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class ConflictException extends S3OutpostsServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "ConflictException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, ConflictException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class InternalServerException extends S3OutpostsServiceException {
149
- name = "InternalServerException";
150
- $fault = "server";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "InternalServerException",
155
- $fault: "server",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, InternalServerException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class OutpostOfflineException extends S3OutpostsServiceException {
163
- name = "OutpostOfflineException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "OutpostOfflineException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, OutpostOfflineException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class ResourceNotFoundException extends S3OutpostsServiceException {
177
- name = "ResourceNotFoundException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "ResourceNotFoundException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class ThrottlingException extends S3OutpostsServiceException {
191
- name = "ThrottlingException";
192
- $fault = "client";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "ThrottlingException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ThrottlingException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- }
204
- class ValidationException extends S3OutpostsServiceException {
205
- name = "ValidationException";
206
- $fault = "client";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "ValidationException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, ValidationException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- }
218
-
219
- const _ADE = "AccessDeniedException";
220
- const _AT = "AccessType";
221
- const _CB = "CidrBlock";
222
- const _CE = "ConflictException";
223
- const _CER = "CreateEndpointRequest";
224
- const _CERr = "CreateEndpointResult";
225
- const _CEr = "CreateEndpoint";
226
- const _CIB = "CapacityInBytes";
227
- const _COIP = "CustomerOwnedIpv4Pool";
228
- const _CT = "CreationTime";
229
- const _DE = "DeleteEndpoint";
230
- const _DER = "DeleteEndpointRequest";
231
- const _E = "Endpoint";
232
- const _EA = "EndpointArn";
233
- const _EC = "ErrorCode";
234
- const _EI = "EndpointId";
235
- const _En = "Endpoints";
236
- const _FR = "FailedReason";
237
- const _ISE = "InternalServerException";
238
- const _LE = "ListEndpoints";
239
- const _LER = "ListEndpointsRequest";
240
- const _LERi = "ListEndpointsResult";
241
- const _LOWS = "ListOutpostsWithS3";
242
- const _LOWSR = "ListOutpostsWithS3Request";
243
- const _LOWSRi = "ListOutpostsWithS3Result";
244
- const _LSE = "ListSharedEndpoints";
245
- const _LSER = "ListSharedEndpointsRequest";
246
- const _LSERi = "ListSharedEndpointsResult";
247
- const _M = "Message";
248
- const _MR = "MaxResults";
249
- const _NI = "NetworkInterfaces";
250
- const _NII = "NetworkInterfaceId";
251
- const _NIe = "NetworkInterface";
252
- const _NT = "NextToken";
253
- const _O = "Outposts";
254
- const _OA = "OutpostArn";
255
- const _OI = "OutpostId";
256
- const _OIu = "OutpostsId";
257
- const _OIw = "OwnerId";
258
- const _OOE = "OutpostOfflineException";
259
- const _Ou = "Outpost";
260
- const _RNFE = "ResourceNotFoundException";
261
- const _S = "Status";
262
- const _SGI = "SecurityGroupId";
263
- const _SI = "SubnetId";
264
- const _SOA = "S3OutpostArn";
265
- const _TE = "ThrottlingException";
266
- const _VE = "ValidationException";
267
- const _VI = "VpcId";
268
- const _c = "client";
269
- const _e = "error";
270
- const _eI = "endpointId";
271
- const _h = "http";
272
- const _hE = "httpError";
273
- const _hQ = "httpQuery";
274
- const _mR = "maxResults";
275
- const _nT = "nextToken";
276
- const _oI = "outpostId";
277
- const _s = "server";
278
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.s3outposts";
279
- const n0 = "com.amazonaws.s3outposts";
280
- var AccessDeniedException$ = [-3, n0, _ADE,
281
- { [_e]: _c, [_hE]: 403 },
282
- [_M],
283
- [0]
284
- ];
285
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
286
- var ConflictException$ = [-3, n0, _CE,
287
- { [_e]: _c, [_hE]: 409 },
288
- [_M],
289
- [0]
290
- ];
291
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
292
- var CreateEndpointRequest$ = [3, n0, _CER,
293
- 0,
294
- [_OI, _SI, _SGI, _AT, _COIP],
295
- [0, 0, 0, 0, 0], 3
296
- ];
297
- var CreateEndpointResult$ = [3, n0, _CERr,
298
- 0,
299
- [_EA],
300
- [0]
301
- ];
302
- var DeleteEndpointRequest$ = [3, n0, _DER,
303
- 0,
304
- [_EI, _OI],
305
- [[0, { [_hQ]: _eI }], [0, { [_hQ]: _oI }]], 2
306
- ];
307
- var Endpoint$ = [3, n0, _E,
308
- 0,
309
- [_EA, _OIu, _CB, _S, _CT, _NI, _VI, _SI, _SGI, _AT, _COIP, _FR],
310
- [0, 0, 0, 0, 4, () => NetworkInterfaces, 0, 0, 0, 0, 0, () => FailedReason$]
311
- ];
312
- var FailedReason$ = [3, n0, _FR,
313
- 0,
314
- [_EC, _M],
315
- [0, 0]
316
- ];
317
- var InternalServerException$ = [-3, n0, _ISE,
318
- { [_e]: _s, [_hE]: 500 },
319
- [_M],
320
- [0]
321
- ];
322
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
323
- var ListEndpointsRequest$ = [3, n0, _LER,
324
- 0,
325
- [_NT, _MR],
326
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
327
- ];
328
- var ListEndpointsResult$ = [3, n0, _LERi,
329
- 0,
330
- [_En, _NT],
331
- [() => Endpoints, 0]
332
- ];
333
- var ListOutpostsWithS3Request$ = [3, n0, _LOWSR,
334
- 0,
335
- [_NT, _MR],
336
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
337
- ];
338
- var ListOutpostsWithS3Result$ = [3, n0, _LOWSRi,
339
- 0,
340
- [_O, _NT],
341
- [() => Outposts, 0]
342
- ];
343
- var ListSharedEndpointsRequest$ = [3, n0, _LSER,
344
- 0,
345
- [_OI, _NT, _MR],
346
- [[0, { [_hQ]: _oI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
347
- ];
348
- var ListSharedEndpointsResult$ = [3, n0, _LSERi,
349
- 0,
350
- [_En, _NT],
351
- [() => Endpoints, 0]
352
- ];
353
- var NetworkInterface$ = [3, n0, _NIe,
354
- 0,
355
- [_NII],
356
- [0]
357
- ];
358
- var Outpost$ = [3, n0, _Ou,
359
- 0,
360
- [_OA, _SOA, _OI, _OIw, _CIB],
361
- [0, 0, 0, 0, 1]
362
- ];
363
- var OutpostOfflineException$ = [-3, n0, _OOE,
364
- { [_e]: _c, [_hE]: 400 },
365
- [_M],
366
- [0]
367
- ];
368
- schema.TypeRegistry.for(n0).registerError(OutpostOfflineException$, OutpostOfflineException);
369
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
370
- { [_e]: _c, [_hE]: 404 },
371
- [_M],
372
- [0]
373
- ];
374
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
375
- var ThrottlingException$ = [-3, n0, _TE,
376
- { [_e]: _c, [_hE]: 429 },
377
- [_M],
378
- [0]
379
- ];
380
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
381
- var ValidationException$ = [-3, n0, _VE,
382
- { [_e]: _c, [_hE]: 400 },
383
- [_M],
384
- [0]
385
- ];
386
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
387
- var __Unit = "unit";
388
- var S3OutpostsServiceException$ = [-3, _sm, "S3OutpostsServiceException", 0, [], []];
389
- schema.TypeRegistry.for(_sm).registerError(S3OutpostsServiceException$, S3OutpostsServiceException);
390
- var Endpoints = [1, n0, _En,
391
- 0, () => Endpoint$
392
- ];
393
- var NetworkInterfaces = [1, n0, _NI,
394
- 0, () => NetworkInterface$
395
- ];
396
- var Outposts = [1, n0, _O,
397
- 0, () => Outpost$
398
- ];
399
- var CreateEndpoint$ = [9, n0, _CEr,
400
- { [_h]: ["POST", "/S3Outposts/CreateEndpoint", 200] }, () => CreateEndpointRequest$, () => CreateEndpointResult$
401
- ];
402
- var DeleteEndpoint$ = [9, n0, _DE,
403
- { [_h]: ["DELETE", "/S3Outposts/DeleteEndpoint", 200] }, () => DeleteEndpointRequest$, () => __Unit
404
- ];
405
- var ListEndpoints$ = [9, n0, _LE,
406
- { [_h]: ["GET", "/S3Outposts/ListEndpoints", 200] }, () => ListEndpointsRequest$, () => ListEndpointsResult$
407
- ];
408
- var ListOutpostsWithS3$ = [9, n0, _LOWS,
409
- { [_h]: ["GET", "/S3Outposts/ListOutpostsWithS3", 200] }, () => ListOutpostsWithS3Request$, () => ListOutpostsWithS3Result$
410
- ];
411
- var ListSharedEndpoints$ = [9, n0, _LSE,
412
- { [_h]: ["GET", "/S3Outposts/ListSharedEndpoints", 200] }, () => ListSharedEndpointsRequest$, () => ListSharedEndpointsResult$
413
- ];
414
-
415
116
  class CreateEndpointCommand extends smithyClient.Command
416
117
  .classBuilder()
417
118
  .ep(commonParams)
@@ -420,7 +121,7 @@ class CreateEndpointCommand extends smithyClient.Command
420
121
  })
421
122
  .s("S3Outposts", "CreateEndpoint", {})
422
123
  .n("S3OutpostsClient", "CreateEndpointCommand")
423
- .sc(CreateEndpoint$)
124
+ .sc(schemas_0.CreateEndpoint$)
424
125
  .build() {
425
126
  }
426
127
 
@@ -432,7 +133,7 @@ class DeleteEndpointCommand extends smithyClient.Command
432
133
  })
433
134
  .s("S3Outposts", "DeleteEndpoint", {})
434
135
  .n("S3OutpostsClient", "DeleteEndpointCommand")
435
- .sc(DeleteEndpoint$)
136
+ .sc(schemas_0.DeleteEndpoint$)
436
137
  .build() {
437
138
  }
438
139
 
@@ -444,7 +145,7 @@ class ListEndpointsCommand extends smithyClient.Command
444
145
  })
445
146
  .s("S3Outposts", "ListEndpoints", {})
446
147
  .n("S3OutpostsClient", "ListEndpointsCommand")
447
- .sc(ListEndpoints$)
148
+ .sc(schemas_0.ListEndpoints$)
448
149
  .build() {
449
150
  }
450
151
 
@@ -456,7 +157,7 @@ class ListOutpostsWithS3Command extends smithyClient.Command
456
157
  })
457
158
  .s("S3Outposts", "ListOutpostsWithS3", {})
458
159
  .n("S3OutpostsClient", "ListOutpostsWithS3Command")
459
- .sc(ListOutpostsWithS3$)
160
+ .sc(schemas_0.ListOutpostsWithS3$)
460
161
  .build() {
461
162
  }
462
163
 
@@ -468,7 +169,7 @@ class ListSharedEndpointsCommand extends smithyClient.Command
468
169
  })
469
170
  .s("S3Outposts", "ListSharedEndpoints", {})
470
171
  .n("S3OutpostsClient", "ListSharedEndpointsCommand")
471
- .sc(ListSharedEndpoints$)
172
+ .sc(schemas_0.ListSharedEndpoints$)
472
173
  .build() {
473
174
  }
474
175
 
@@ -514,49 +215,31 @@ Object.defineProperty(exports, "__Client", {
514
215
  enumerable: true,
515
216
  get: function () { return smithyClient.Client; }
516
217
  });
517
- exports.AccessDeniedException = AccessDeniedException;
518
- exports.AccessDeniedException$ = AccessDeniedException$;
519
- exports.ConflictException = ConflictException;
520
- exports.ConflictException$ = ConflictException$;
521
- exports.CreateEndpoint$ = CreateEndpoint$;
218
+ Object.defineProperty(exports, "S3OutpostsServiceException", {
219
+ enumerable: true,
220
+ get: function () { return S3OutpostsServiceException.S3OutpostsServiceException; }
221
+ });
522
222
  exports.CreateEndpointCommand = CreateEndpointCommand;
523
- exports.CreateEndpointRequest$ = CreateEndpointRequest$;
524
- exports.CreateEndpointResult$ = CreateEndpointResult$;
525
- exports.DeleteEndpoint$ = DeleteEndpoint$;
526
223
  exports.DeleteEndpointCommand = DeleteEndpointCommand;
527
- exports.DeleteEndpointRequest$ = DeleteEndpointRequest$;
528
- exports.Endpoint$ = Endpoint$;
529
224
  exports.EndpointAccessType = EndpointAccessType;
530
225
  exports.EndpointStatus = EndpointStatus;
531
- exports.FailedReason$ = FailedReason$;
532
- exports.InternalServerException = InternalServerException;
533
- exports.InternalServerException$ = InternalServerException$;
534
- exports.ListEndpoints$ = ListEndpoints$;
535
226
  exports.ListEndpointsCommand = ListEndpointsCommand;
536
- exports.ListEndpointsRequest$ = ListEndpointsRequest$;
537
- exports.ListEndpointsResult$ = ListEndpointsResult$;
538
- exports.ListOutpostsWithS3$ = ListOutpostsWithS3$;
539
227
  exports.ListOutpostsWithS3Command = ListOutpostsWithS3Command;
540
- exports.ListOutpostsWithS3Request$ = ListOutpostsWithS3Request$;
541
- exports.ListOutpostsWithS3Result$ = ListOutpostsWithS3Result$;
542
- exports.ListSharedEndpoints$ = ListSharedEndpoints$;
543
228
  exports.ListSharedEndpointsCommand = ListSharedEndpointsCommand;
544
- exports.ListSharedEndpointsRequest$ = ListSharedEndpointsRequest$;
545
- exports.ListSharedEndpointsResult$ = ListSharedEndpointsResult$;
546
- exports.NetworkInterface$ = NetworkInterface$;
547
- exports.Outpost$ = Outpost$;
548
- exports.OutpostOfflineException = OutpostOfflineException;
549
- exports.OutpostOfflineException$ = OutpostOfflineException$;
550
- exports.ResourceNotFoundException = ResourceNotFoundException;
551
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
552
229
  exports.S3Outposts = S3Outposts;
553
230
  exports.S3OutpostsClient = S3OutpostsClient;
554
- exports.S3OutpostsServiceException = S3OutpostsServiceException;
555
- exports.S3OutpostsServiceException$ = S3OutpostsServiceException$;
556
- exports.ThrottlingException = ThrottlingException;
557
- exports.ThrottlingException$ = ThrottlingException$;
558
- exports.ValidationException = ValidationException;
559
- exports.ValidationException$ = ValidationException$;
560
231
  exports.paginateListEndpoints = paginateListEndpoints;
561
232
  exports.paginateListOutpostsWithS3 = paginateListOutpostsWithS3;
562
233
  exports.paginateListSharedEndpoints = paginateListSharedEndpoints;
234
+ Object.keys(schemas_0).forEach(function (k) {
235
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
236
+ enumerable: true,
237
+ get: function () { return schemas_0[k]; }
238
+ });
239
+ });
240
+ Object.keys(errors).forEach(function (k) {
241
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
242
+ enumerable: true,
243
+ get: function () { return errors[k]; }
244
+ });
245
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.S3OutpostsServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class S3OutpostsServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, S3OutpostsServiceException.prototype);
10
+ }
11
+ }
12
+ exports.S3OutpostsServiceException = S3OutpostsServiceException;
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.OutpostOfflineException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
+ const S3OutpostsServiceException_1 = require("./S3OutpostsServiceException");
5
+ class AccessDeniedException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
6
+ name = "AccessDeniedException";
7
+ $fault = "client";
8
+ Message;
9
+ constructor(opts) {
10
+ super({
11
+ name: "AccessDeniedException",
12
+ $fault: "client",
13
+ ...opts,
14
+ });
15
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
+ this.Message = opts.Message;
17
+ }
18
+ }
19
+ exports.AccessDeniedException = AccessDeniedException;
20
+ class ConflictException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
21
+ name = "ConflictException";
22
+ $fault = "client";
23
+ Message;
24
+ constructor(opts) {
25
+ super({
26
+ name: "ConflictException",
27
+ $fault: "client",
28
+ ...opts,
29
+ });
30
+ Object.setPrototypeOf(this, ConflictException.prototype);
31
+ this.Message = opts.Message;
32
+ }
33
+ }
34
+ exports.ConflictException = ConflictException;
35
+ class InternalServerException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
36
+ name = "InternalServerException";
37
+ $fault = "server";
38
+ Message;
39
+ constructor(opts) {
40
+ super({
41
+ name: "InternalServerException",
42
+ $fault: "server",
43
+ ...opts,
44
+ });
45
+ Object.setPrototypeOf(this, InternalServerException.prototype);
46
+ this.Message = opts.Message;
47
+ }
48
+ }
49
+ exports.InternalServerException = InternalServerException;
50
+ class OutpostOfflineException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
51
+ name = "OutpostOfflineException";
52
+ $fault = "client";
53
+ Message;
54
+ constructor(opts) {
55
+ super({
56
+ name: "OutpostOfflineException",
57
+ $fault: "client",
58
+ ...opts,
59
+ });
60
+ Object.setPrototypeOf(this, OutpostOfflineException.prototype);
61
+ this.Message = opts.Message;
62
+ }
63
+ }
64
+ exports.OutpostOfflineException = OutpostOfflineException;
65
+ class ResourceNotFoundException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
66
+ name = "ResourceNotFoundException";
67
+ $fault = "client";
68
+ Message;
69
+ constructor(opts) {
70
+ super({
71
+ name: "ResourceNotFoundException",
72
+ $fault: "client",
73
+ ...opts,
74
+ });
75
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
76
+ this.Message = opts.Message;
77
+ }
78
+ }
79
+ exports.ResourceNotFoundException = ResourceNotFoundException;
80
+ class ThrottlingException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
81
+ name = "ThrottlingException";
82
+ $fault = "client";
83
+ Message;
84
+ constructor(opts) {
85
+ super({
86
+ name: "ThrottlingException",
87
+ $fault: "client",
88
+ ...opts,
89
+ });
90
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
91
+ this.Message = opts.Message;
92
+ }
93
+ }
94
+ exports.ThrottlingException = ThrottlingException;
95
+ class ValidationException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
96
+ name = "ValidationException";
97
+ $fault = "client";
98
+ Message;
99
+ constructor(opts) {
100
+ super({
101
+ name: "ValidationException",
102
+ $fault: "client",
103
+ ...opts,
104
+ });
105
+ Object.setPrototypeOf(this, ValidationException.prototype);
106
+ this.Message = opts.Message;
107
+ }
108
+ }
109
+ exports.ValidationException = ValidationException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2017-07-25",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.s3outposts",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2017-07-25",
33
35
  serviceTarget: "S3Outposts",
34
36
  },
@@ -0,0 +1,207 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSharedEndpoints$ = exports.ListOutpostsWithS3$ = exports.ListEndpoints$ = exports.DeleteEndpoint$ = exports.CreateEndpoint$ = exports.Outpost$ = exports.NetworkInterface$ = exports.ListSharedEndpointsResult$ = exports.ListSharedEndpointsRequest$ = exports.ListOutpostsWithS3Result$ = exports.ListOutpostsWithS3Request$ = exports.ListEndpointsResult$ = exports.ListEndpointsRequest$ = exports.FailedReason$ = exports.Endpoint$ = exports.DeleteEndpointRequest$ = exports.CreateEndpointResult$ = exports.CreateEndpointRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.OutpostOfflineException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.S3OutpostsServiceException$ = void 0;
4
+ const _ADE = "AccessDeniedException";
5
+ const _AT = "AccessType";
6
+ const _CB = "CidrBlock";
7
+ const _CE = "ConflictException";
8
+ const _CER = "CreateEndpointRequest";
9
+ const _CERr = "CreateEndpointResult";
10
+ const _CEr = "CreateEndpoint";
11
+ const _CIB = "CapacityInBytes";
12
+ const _COIP = "CustomerOwnedIpv4Pool";
13
+ const _CT = "CreationTime";
14
+ const _DE = "DeleteEndpoint";
15
+ const _DER = "DeleteEndpointRequest";
16
+ const _E = "Endpoint";
17
+ const _EA = "EndpointArn";
18
+ const _EC = "ErrorCode";
19
+ const _EI = "EndpointId";
20
+ const _En = "Endpoints";
21
+ const _FR = "FailedReason";
22
+ const _ISE = "InternalServerException";
23
+ const _LE = "ListEndpoints";
24
+ const _LER = "ListEndpointsRequest";
25
+ const _LERi = "ListEndpointsResult";
26
+ const _LOWS = "ListOutpostsWithS3";
27
+ const _LOWSR = "ListOutpostsWithS3Request";
28
+ const _LOWSRi = "ListOutpostsWithS3Result";
29
+ const _LSE = "ListSharedEndpoints";
30
+ const _LSER = "ListSharedEndpointsRequest";
31
+ const _LSERi = "ListSharedEndpointsResult";
32
+ const _M = "Message";
33
+ const _MR = "MaxResults";
34
+ const _NI = "NetworkInterfaces";
35
+ const _NII = "NetworkInterfaceId";
36
+ const _NIe = "NetworkInterface";
37
+ const _NT = "NextToken";
38
+ const _O = "Outposts";
39
+ const _OA = "OutpostArn";
40
+ const _OI = "OutpostId";
41
+ const _OIu = "OutpostsId";
42
+ const _OIw = "OwnerId";
43
+ const _OOE = "OutpostOfflineException";
44
+ const _Ou = "Outpost";
45
+ const _RNFE = "ResourceNotFoundException";
46
+ const _S = "Status";
47
+ const _SGI = "SecurityGroupId";
48
+ const _SI = "SubnetId";
49
+ const _SOA = "S3OutpostArn";
50
+ const _TE = "ThrottlingException";
51
+ const _VE = "ValidationException";
52
+ const _VI = "VpcId";
53
+ const _c = "client";
54
+ const _e = "error";
55
+ const _eI = "endpointId";
56
+ const _h = "http";
57
+ const _hE = "httpError";
58
+ const _hQ = "httpQuery";
59
+ const _mR = "maxResults";
60
+ const _nT = "nextToken";
61
+ const _oI = "outpostId";
62
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3outposts";
63
+ const _se = "server";
64
+ const n0 = "com.amazonaws.s3outposts";
65
+ const schema_1 = require("@smithy/core/schema");
66
+ const errors_1 = require("../models/errors");
67
+ const S3OutpostsServiceException_1 = require("../models/S3OutpostsServiceException");
68
+ const _s_registry = schema_1.TypeRegistry.for(_s);
69
+ exports.S3OutpostsServiceException$ = [-3, _s, "S3OutpostsServiceException", 0, [], []];
70
+ _s_registry.registerError(exports.S3OutpostsServiceException$, S3OutpostsServiceException_1.S3OutpostsServiceException);
71
+ const n0_registry = schema_1.TypeRegistry.for(n0);
72
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
73
+ { [_e]: _c, [_hE]: 403 },
74
+ [_M],
75
+ [0]
76
+ ];
77
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
78
+ exports.ConflictException$ = [-3, n0, _CE,
79
+ { [_e]: _c, [_hE]: 409 },
80
+ [_M],
81
+ [0]
82
+ ];
83
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
84
+ exports.InternalServerException$ = [-3, n0, _ISE,
85
+ { [_e]: _se, [_hE]: 500 },
86
+ [_M],
87
+ [0]
88
+ ];
89
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
90
+ exports.OutpostOfflineException$ = [-3, n0, _OOE,
91
+ { [_e]: _c, [_hE]: 400 },
92
+ [_M],
93
+ [0]
94
+ ];
95
+ n0_registry.registerError(exports.OutpostOfflineException$, errors_1.OutpostOfflineException);
96
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
97
+ { [_e]: _c, [_hE]: 404 },
98
+ [_M],
99
+ [0]
100
+ ];
101
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
102
+ exports.ThrottlingException$ = [-3, n0, _TE,
103
+ { [_e]: _c, [_hE]: 429 },
104
+ [_M],
105
+ [0]
106
+ ];
107
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
108
+ exports.ValidationException$ = [-3, n0, _VE,
109
+ { [_e]: _c, [_hE]: 400 },
110
+ [_M],
111
+ [0]
112
+ ];
113
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
114
+ exports.errorTypeRegistries = [
115
+ _s_registry,
116
+ n0_registry,
117
+ ];
118
+ exports.CreateEndpointRequest$ = [3, n0, _CER,
119
+ 0,
120
+ [_OI, _SI, _SGI, _AT, _COIP],
121
+ [0, 0, 0, 0, 0], 3
122
+ ];
123
+ exports.CreateEndpointResult$ = [3, n0, _CERr,
124
+ 0,
125
+ [_EA],
126
+ [0]
127
+ ];
128
+ exports.DeleteEndpointRequest$ = [3, n0, _DER,
129
+ 0,
130
+ [_EI, _OI],
131
+ [[0, { [_hQ]: _eI }], [0, { [_hQ]: _oI }]], 2
132
+ ];
133
+ exports.Endpoint$ = [3, n0, _E,
134
+ 0,
135
+ [_EA, _OIu, _CB, _S, _CT, _NI, _VI, _SI, _SGI, _AT, _COIP, _FR],
136
+ [0, 0, 0, 0, 4, () => NetworkInterfaces, 0, 0, 0, 0, 0, () => exports.FailedReason$]
137
+ ];
138
+ exports.FailedReason$ = [3, n0, _FR,
139
+ 0,
140
+ [_EC, _M],
141
+ [0, 0]
142
+ ];
143
+ exports.ListEndpointsRequest$ = [3, n0, _LER,
144
+ 0,
145
+ [_NT, _MR],
146
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
147
+ ];
148
+ exports.ListEndpointsResult$ = [3, n0, _LERi,
149
+ 0,
150
+ [_En, _NT],
151
+ [() => Endpoints, 0]
152
+ ];
153
+ exports.ListOutpostsWithS3Request$ = [3, n0, _LOWSR,
154
+ 0,
155
+ [_NT, _MR],
156
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
157
+ ];
158
+ exports.ListOutpostsWithS3Result$ = [3, n0, _LOWSRi,
159
+ 0,
160
+ [_O, _NT],
161
+ [() => Outposts, 0]
162
+ ];
163
+ exports.ListSharedEndpointsRequest$ = [3, n0, _LSER,
164
+ 0,
165
+ [_OI, _NT, _MR],
166
+ [[0, { [_hQ]: _oI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
167
+ ];
168
+ exports.ListSharedEndpointsResult$ = [3, n0, _LSERi,
169
+ 0,
170
+ [_En, _NT],
171
+ [() => Endpoints, 0]
172
+ ];
173
+ exports.NetworkInterface$ = [3, n0, _NIe,
174
+ 0,
175
+ [_NII],
176
+ [0]
177
+ ];
178
+ exports.Outpost$ = [3, n0, _Ou,
179
+ 0,
180
+ [_OA, _SOA, _OI, _OIw, _CIB],
181
+ [0, 0, 0, 0, 1]
182
+ ];
183
+ var __Unit = "unit";
184
+ var Endpoints = [1, n0, _En,
185
+ 0, () => exports.Endpoint$
186
+ ];
187
+ var NetworkInterfaces = [1, n0, _NI,
188
+ 0, () => exports.NetworkInterface$
189
+ ];
190
+ var Outposts = [1, n0, _O,
191
+ 0, () => exports.Outpost$
192
+ ];
193
+ exports.CreateEndpoint$ = [9, n0, _CEr,
194
+ { [_h]: ["POST", "/S3Outposts/CreateEndpoint", 200] }, () => exports.CreateEndpointRequest$, () => exports.CreateEndpointResult$
195
+ ];
196
+ exports.DeleteEndpoint$ = [9, n0, _DE,
197
+ { [_h]: ["DELETE", "/S3Outposts/DeleteEndpoint", 200] }, () => exports.DeleteEndpointRequest$, () => __Unit
198
+ ];
199
+ exports.ListEndpoints$ = [9, n0, _LE,
200
+ { [_h]: ["GET", "/S3Outposts/ListEndpoints", 200] }, () => exports.ListEndpointsRequest$, () => exports.ListEndpointsResult$
201
+ ];
202
+ exports.ListOutpostsWithS3$ = [9, n0, _LOWS,
203
+ { [_h]: ["GET", "/S3Outposts/ListOutpostsWithS3", 200] }, () => exports.ListOutpostsWithS3Request$, () => exports.ListOutpostsWithS3Result$
204
+ ];
205
+ exports.ListSharedEndpoints$ = [9, n0, _LSE,
206
+ { [_h]: ["GET", "/S3Outposts/ListSharedEndpoints", 200] }, () => exports.ListSharedEndpointsRequest$, () => exports.ListSharedEndpointsResult$
207
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultS3OutpostsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2017-07-25",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.s3outposts",
30
+ errorTypeRegistries,
29
31
  version: "2017-07-25",
30
32
  serviceTarget: "S3Outposts",
31
33
  },
@@ -56,24 +56,62 @@ const _hQ = "httpQuery";
56
56
  const _mR = "maxResults";
57
57
  const _nT = "nextToken";
58
58
  const _oI = "outpostId";
59
- const _s = "server";
60
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.s3outposts";
59
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3outposts";
60
+ const _se = "server";
61
61
  const n0 = "com.amazonaws.s3outposts";
62
62
  import { TypeRegistry } from "@smithy/core/schema";
63
63
  import { AccessDeniedException, ConflictException, InternalServerException, OutpostOfflineException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
64
64
  import { S3OutpostsServiceException } from "../models/S3OutpostsServiceException";
65
+ const _s_registry = TypeRegistry.for(_s);
66
+ export var S3OutpostsServiceException$ = [-3, _s, "S3OutpostsServiceException", 0, [], []];
67
+ _s_registry.registerError(S3OutpostsServiceException$, S3OutpostsServiceException);
68
+ const n0_registry = TypeRegistry.for(n0);
65
69
  export var AccessDeniedException$ = [-3, n0, _ADE,
66
70
  { [_e]: _c, [_hE]: 403 },
67
71
  [_M],
68
72
  [0]
69
73
  ];
70
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
74
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
71
75
  export var ConflictException$ = [-3, n0, _CE,
72
76
  { [_e]: _c, [_hE]: 409 },
73
77
  [_M],
74
78
  [0]
75
79
  ];
76
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
80
+ n0_registry.registerError(ConflictException$, ConflictException);
81
+ export var InternalServerException$ = [-3, n0, _ISE,
82
+ { [_e]: _se, [_hE]: 500 },
83
+ [_M],
84
+ [0]
85
+ ];
86
+ n0_registry.registerError(InternalServerException$, InternalServerException);
87
+ export var OutpostOfflineException$ = [-3, n0, _OOE,
88
+ { [_e]: _c, [_hE]: 400 },
89
+ [_M],
90
+ [0]
91
+ ];
92
+ n0_registry.registerError(OutpostOfflineException$, OutpostOfflineException);
93
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
94
+ { [_e]: _c, [_hE]: 404 },
95
+ [_M],
96
+ [0]
97
+ ];
98
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
99
+ export var ThrottlingException$ = [-3, n0, _TE,
100
+ { [_e]: _c, [_hE]: 429 },
101
+ [_M],
102
+ [0]
103
+ ];
104
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
105
+ export var ValidationException$ = [-3, n0, _VE,
106
+ { [_e]: _c, [_hE]: 400 },
107
+ [_M],
108
+ [0]
109
+ ];
110
+ n0_registry.registerError(ValidationException$, ValidationException);
111
+ export const errorTypeRegistries = [
112
+ _s_registry,
113
+ n0_registry,
114
+ ];
77
115
  export var CreateEndpointRequest$ = [3, n0, _CER,
78
116
  0,
79
117
  [_OI, _SI, _SGI, _AT, _COIP],
@@ -99,12 +137,6 @@ export var FailedReason$ = [3, n0, _FR,
99
137
  [_EC, _M],
100
138
  [0, 0]
101
139
  ];
102
- export var InternalServerException$ = [-3, n0, _ISE,
103
- { [_e]: _s, [_hE]: 500 },
104
- [_M],
105
- [0]
106
- ];
107
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
108
140
  export var ListEndpointsRequest$ = [3, n0, _LER,
109
141
  0,
110
142
  [_NT, _MR],
@@ -145,33 +177,7 @@ export var Outpost$ = [3, n0, _Ou,
145
177
  [_OA, _SOA, _OI, _OIw, _CIB],
146
178
  [0, 0, 0, 0, 1]
147
179
  ];
148
- export var OutpostOfflineException$ = [-3, n0, _OOE,
149
- { [_e]: _c, [_hE]: 400 },
150
- [_M],
151
- [0]
152
- ];
153
- TypeRegistry.for(n0).registerError(OutpostOfflineException$, OutpostOfflineException);
154
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
155
- { [_e]: _c, [_hE]: 404 },
156
- [_M],
157
- [0]
158
- ];
159
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
160
- export var ThrottlingException$ = [-3, n0, _TE,
161
- { [_e]: _c, [_hE]: 429 },
162
- [_M],
163
- [0]
164
- ];
165
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
166
- export var ValidationException$ = [-3, n0, _VE,
167
- { [_e]: _c, [_hE]: 400 },
168
- [_M],
169
- [0]
170
- ];
171
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
172
180
  var __Unit = "unit";
173
- export var S3OutpostsServiceException$ = [-3, _sm, "S3OutpostsServiceException", 0, [], []];
174
- TypeRegistry.for(_sm).registerError(S3OutpostsServiceException$, S3OutpostsServiceException);
175
181
  var Endpoints = [1, n0, _En,
176
182
  0, () => Endpoint$
177
183
  ];
@@ -1,12 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var S3OutpostsServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
3
5
  export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var OutpostOfflineException$: StaticErrorSchema;
8
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
4
17
  export declare var CreateEndpointRequest$: StaticStructureSchema;
5
18
  export declare var CreateEndpointResult$: StaticStructureSchema;
6
19
  export declare var DeleteEndpointRequest$: StaticStructureSchema;
7
20
  export declare var Endpoint$: StaticStructureSchema;
8
21
  export declare var FailedReason$: StaticStructureSchema;
9
- export declare var InternalServerException$: StaticErrorSchema;
10
22
  export declare var ListEndpointsRequest$: StaticStructureSchema;
11
23
  export declare var ListEndpointsResult$: StaticStructureSchema;
12
24
  export declare var ListOutpostsWithS3Request$: StaticStructureSchema;
@@ -15,11 +27,6 @@ export declare var ListSharedEndpointsRequest$: StaticStructureSchema;
15
27
  export declare var ListSharedEndpointsResult$: StaticStructureSchema;
16
28
  export declare var NetworkInterface$: StaticStructureSchema;
17
29
  export declare var Outpost$: StaticStructureSchema;
18
- export declare var OutpostOfflineException$: StaticErrorSchema;
19
- export declare var ResourceNotFoundException$: StaticErrorSchema;
20
- export declare var ThrottlingException$: StaticErrorSchema;
21
- export declare var ValidationException$: StaticErrorSchema;
22
- export declare var S3OutpostsServiceException$: StaticErrorSchema;
23
30
  export declare var CreateEndpoint$: StaticOperationSchema;
24
31
  export declare var DeleteEndpoint$: StaticOperationSchema;
25
32
  export declare var ListEndpoints$: StaticOperationSchema;
@@ -1,16 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var S3OutpostsServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
7
9
  export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var OutpostOfflineException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
8
16
  export declare var CreateEndpointRequest$: StaticStructureSchema;
9
17
  export declare var CreateEndpointResult$: StaticStructureSchema;
10
18
  export declare var DeleteEndpointRequest$: StaticStructureSchema;
11
19
  export declare var Endpoint$: StaticStructureSchema;
12
20
  export declare var FailedReason$: StaticStructureSchema;
13
- export declare var InternalServerException$: StaticErrorSchema;
14
21
  export declare var ListEndpointsRequest$: StaticStructureSchema;
15
22
  export declare var ListEndpointsResult$: StaticStructureSchema;
16
23
  export declare var ListOutpostsWithS3Request$: StaticStructureSchema;
@@ -19,11 +26,6 @@ export declare var ListSharedEndpointsRequest$: StaticStructureSchema;
19
26
  export declare var ListSharedEndpointsResult$: StaticStructureSchema;
20
27
  export declare var NetworkInterface$: StaticStructureSchema;
21
28
  export declare var Outpost$: StaticStructureSchema;
22
- export declare var OutpostOfflineException$: StaticErrorSchema;
23
- export declare var ResourceNotFoundException$: StaticErrorSchema;
24
- export declare var ThrottlingException$: StaticErrorSchema;
25
- export declare var ValidationException$: StaticErrorSchema;
26
- export declare var S3OutpostsServiceException$: StaticErrorSchema;
27
29
  export declare var CreateEndpoint$: StaticOperationSchema;
28
30
  export declare var DeleteEndpoint$: StaticOperationSchema;
29
31
  export declare var ListEndpoints$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3outposts",
3
3
  "description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3outposts",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",