@aws-sdk/client-transfer 3.929.0 → 3.930.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
@@ -315,14 +315,6 @@ let ConflictException$1 = class ConflictException extends TransferServiceExcepti
315
315
  this.Message = opts.Message;
316
316
  }
317
317
  };
318
- exports.ConnectorEgressConfig = void 0;
319
- (function (ConnectorEgressConfig) {
320
- ConnectorEgressConfig.visit = (value, visitor) => {
321
- if (value.VpcLattice !== undefined)
322
- return visitor.VpcLattice(value.VpcLattice);
323
- return visitor._(value.$unknown[0], value.$unknown[1]);
324
- };
325
- })(exports.ConnectorEgressConfig || (exports.ConnectorEgressConfig = {}));
326
318
  const ConnectorEgressType = {
327
319
  SERVICE_MANAGED: "SERVICE_MANAGED",
328
320
  VPC_LATTICE: "VPC_LATTICE",
@@ -333,27 +325,11 @@ const TransferTableStatus = {
333
325
  IN_PROGRESS: "IN_PROGRESS",
334
326
  QUEUED: "QUEUED",
335
327
  };
336
- exports.DescribedConnectorEgressConfig = void 0;
337
- (function (DescribedConnectorEgressConfig) {
338
- DescribedConnectorEgressConfig.visit = (value, visitor) => {
339
- if (value.VpcLattice !== undefined)
340
- return visitor.VpcLattice(value.VpcLattice);
341
- return visitor._(value.$unknown[0], value.$unknown[1]);
342
- };
343
- })(exports.DescribedConnectorEgressConfig || (exports.DescribedConnectorEgressConfig = {}));
344
328
  const ConnectorStatus = {
345
329
  ACTIVE: "ACTIVE",
346
330
  ERRORED: "ERRORED",
347
331
  PENDING: "PENDING",
348
332
  };
349
- exports.UpdateConnectorEgressConfig = void 0;
350
- (function (UpdateConnectorEgressConfig) {
351
- UpdateConnectorEgressConfig.visit = (value, visitor) => {
352
- if (value.VpcLattice !== undefined)
353
- return visitor.VpcLattice(value.VpcLattice);
354
- return visitor._(value.$unknown[0], value.$unknown[1]);
355
- };
356
- })(exports.UpdateConnectorEgressConfig || (exports.UpdateConnectorEgressConfig = {}));
357
333
  const OverwriteExisting = {
358
334
  FALSE: "FALSE",
359
335
  TRUE: "TRUE",
@@ -414,26 +390,10 @@ const DirectoryListingOptimization = {
414
390
  DISABLED: "DISABLED",
415
391
  ENABLED: "ENABLED",
416
392
  };
417
- exports.WebAppIdentityProviderDetails = void 0;
418
- (function (WebAppIdentityProviderDetails) {
419
- WebAppIdentityProviderDetails.visit = (value, visitor) => {
420
- if (value.IdentityCenterConfig !== undefined)
421
- return visitor.IdentityCenterConfig(value.IdentityCenterConfig);
422
- return visitor._(value.$unknown[0], value.$unknown[1]);
423
- };
424
- })(exports.WebAppIdentityProviderDetails || (exports.WebAppIdentityProviderDetails = {}));
425
393
  const WebAppEndpointPolicy = {
426
394
  FIPS: "FIPS",
427
395
  STANDARD: "STANDARD",
428
396
  };
429
- exports.WebAppUnits = void 0;
430
- (function (WebAppUnits) {
431
- WebAppUnits.visit = (value, visitor) => {
432
- if (value.Provisioned !== undefined)
433
- return visitor.Provisioned(value.Provisioned);
434
- return visitor._(value.$unknown[0], value.$unknown[1]);
435
- };
436
- })(exports.WebAppUnits || (exports.WebAppUnits = {}));
437
397
  const EncryptionType = {
438
398
  PGP: "PGP",
439
399
  };
@@ -480,22 +440,6 @@ const State = {
480
440
  STOPPING: "STOPPING",
481
441
  STOP_FAILED: "STOP_FAILED",
482
442
  };
483
- exports.DescribedWebAppIdentityProviderDetails = void 0;
484
- (function (DescribedWebAppIdentityProviderDetails) {
485
- DescribedWebAppIdentityProviderDetails.visit = (value, visitor) => {
486
- if (value.IdentityCenterConfig !== undefined)
487
- return visitor.IdentityCenterConfig(value.IdentityCenterConfig);
488
- return visitor._(value.$unknown[0], value.$unknown[1]);
489
- };
490
- })(exports.DescribedWebAppIdentityProviderDetails || (exports.DescribedWebAppIdentityProviderDetails = {}));
491
- exports.UpdateWebAppIdentityProviderDetails = void 0;
492
- (function (UpdateWebAppIdentityProviderDetails) {
493
- UpdateWebAppIdentityProviderDetails.visit = (value, visitor) => {
494
- if (value.IdentityCenterConfig !== undefined)
495
- return visitor.IdentityCenterConfig(value.IdentityCenterConfig);
496
- return visitor._(value.$unknown[0], value.$unknown[1]);
497
- };
498
- })(exports.UpdateWebAppIdentityProviderDetails || (exports.UpdateWebAppIdentityProviderDetails = {}));
499
443
 
500
444
  const _A = "Access";
501
445
  const _AA = "ApplicationArn";
@@ -196,14 +196,6 @@ export class ConflictException extends __BaseException {
196
196
  this.Message = opts.Message;
197
197
  }
198
198
  }
199
- export var ConnectorEgressConfig;
200
- (function (ConnectorEgressConfig) {
201
- ConnectorEgressConfig.visit = (value, visitor) => {
202
- if (value.VpcLattice !== undefined)
203
- return visitor.VpcLattice(value.VpcLattice);
204
- return visitor._(value.$unknown[0], value.$unknown[1]);
205
- };
206
- })(ConnectorEgressConfig || (ConnectorEgressConfig = {}));
207
199
  export const ConnectorEgressType = {
208
200
  SERVICE_MANAGED: "SERVICE_MANAGED",
209
201
  VPC_LATTICE: "VPC_LATTICE",
@@ -214,27 +206,11 @@ export const TransferTableStatus = {
214
206
  IN_PROGRESS: "IN_PROGRESS",
215
207
  QUEUED: "QUEUED",
216
208
  };
217
- export var DescribedConnectorEgressConfig;
218
- (function (DescribedConnectorEgressConfig) {
219
- DescribedConnectorEgressConfig.visit = (value, visitor) => {
220
- if (value.VpcLattice !== undefined)
221
- return visitor.VpcLattice(value.VpcLattice);
222
- return visitor._(value.$unknown[0], value.$unknown[1]);
223
- };
224
- })(DescribedConnectorEgressConfig || (DescribedConnectorEgressConfig = {}));
225
209
  export const ConnectorStatus = {
226
210
  ACTIVE: "ACTIVE",
227
211
  ERRORED: "ERRORED",
228
212
  PENDING: "PENDING",
229
213
  };
230
- export var UpdateConnectorEgressConfig;
231
- (function (UpdateConnectorEgressConfig) {
232
- UpdateConnectorEgressConfig.visit = (value, visitor) => {
233
- if (value.VpcLattice !== undefined)
234
- return visitor.VpcLattice(value.VpcLattice);
235
- return visitor._(value.$unknown[0], value.$unknown[1]);
236
- };
237
- })(UpdateConnectorEgressConfig || (UpdateConnectorEgressConfig = {}));
238
214
  export const OverwriteExisting = {
239
215
  FALSE: "FALSE",
240
216
  TRUE: "TRUE",
@@ -295,26 +271,10 @@ export const DirectoryListingOptimization = {
295
271
  DISABLED: "DISABLED",
296
272
  ENABLED: "ENABLED",
297
273
  };
298
- export var WebAppIdentityProviderDetails;
299
- (function (WebAppIdentityProviderDetails) {
300
- WebAppIdentityProviderDetails.visit = (value, visitor) => {
301
- if (value.IdentityCenterConfig !== undefined)
302
- return visitor.IdentityCenterConfig(value.IdentityCenterConfig);
303
- return visitor._(value.$unknown[0], value.$unknown[1]);
304
- };
305
- })(WebAppIdentityProviderDetails || (WebAppIdentityProviderDetails = {}));
306
274
  export const WebAppEndpointPolicy = {
307
275
  FIPS: "FIPS",
308
276
  STANDARD: "STANDARD",
309
277
  };
310
- export var WebAppUnits;
311
- (function (WebAppUnits) {
312
- WebAppUnits.visit = (value, visitor) => {
313
- if (value.Provisioned !== undefined)
314
- return visitor.Provisioned(value.Provisioned);
315
- return visitor._(value.$unknown[0], value.$unknown[1]);
316
- };
317
- })(WebAppUnits || (WebAppUnits = {}));
318
278
  export const EncryptionType = {
319
279
  PGP: "PGP",
320
280
  };
@@ -361,19 +321,3 @@ export const State = {
361
321
  STOPPING: "STOPPING",
362
322
  STOP_FAILED: "STOP_FAILED",
363
323
  };
364
- export var DescribedWebAppIdentityProviderDetails;
365
- (function (DescribedWebAppIdentityProviderDetails) {
366
- DescribedWebAppIdentityProviderDetails.visit = (value, visitor) => {
367
- if (value.IdentityCenterConfig !== undefined)
368
- return visitor.IdentityCenterConfig(value.IdentityCenterConfig);
369
- return visitor._(value.$unknown[0], value.$unknown[1]);
370
- };
371
- })(DescribedWebAppIdentityProviderDetails || (DescribedWebAppIdentityProviderDetails = {}));
372
- export var UpdateWebAppIdentityProviderDetails;
373
- (function (UpdateWebAppIdentityProviderDetails) {
374
- UpdateWebAppIdentityProviderDetails.visit = (value, visitor) => {
375
- if (value.IdentityCenterConfig !== undefined)
376
- return visitor.IdentityCenterConfig(value.IdentityCenterConfig);
377
- return visitor._(value.$unknown[0], value.$unknown[1]);
378
- };
379
- })(UpdateWebAppIdentityProviderDetails || (UpdateWebAppIdentityProviderDetails = {}));
@@ -1030,11 +1030,14 @@ export declare namespace ConnectorEgressConfig {
1030
1030
  VpcLattice?: never;
1031
1031
  $unknown: [string, any];
1032
1032
  }
1033
+ /**
1034
+ * @deprecated unused in schema-serde mode.
1035
+ *
1036
+ */
1033
1037
  interface Visitor<T> {
1034
1038
  VpcLattice: (value: ConnectorVpcLatticeEgressConfig) => T;
1035
1039
  _: (name: string, value: any) => T;
1036
1040
  }
1037
- const visit: <T>(value: ConnectorEgressConfig, visitor: Visitor<T>) => T;
1038
1041
  }
1039
1042
  /**
1040
1043
  * @public
@@ -1224,11 +1227,14 @@ export declare namespace DescribedConnectorEgressConfig {
1224
1227
  VpcLattice?: never;
1225
1228
  $unknown: [string, any];
1226
1229
  }
1230
+ /**
1231
+ * @deprecated unused in schema-serde mode.
1232
+ *
1233
+ */
1227
1234
  interface Visitor<T> {
1228
1235
  VpcLattice: (value: DescribedConnectorVpcLatticeEgressConfig) => T;
1229
1236
  _: (name: string, value: any) => T;
1230
1237
  }
1231
- const visit: <T>(value: DescribedConnectorEgressConfig, visitor: Visitor<T>) => T;
1232
1238
  }
1233
1239
  /**
1234
1240
  * @public
@@ -1420,11 +1426,14 @@ export declare namespace UpdateConnectorEgressConfig {
1420
1426
  VpcLattice?: never;
1421
1427
  $unknown: [string, any];
1422
1428
  }
1429
+ /**
1430
+ * @deprecated unused in schema-serde mode.
1431
+ *
1432
+ */
1423
1433
  interface Visitor<T> {
1424
1434
  VpcLattice: (value: UpdateConnectorVpcLatticeEgressConfig) => T;
1425
1435
  _: (name: string, value: any) => T;
1426
1436
  }
1427
- const visit: <T>(value: UpdateConnectorEgressConfig, visitor: Visitor<T>) => T;
1428
1437
  }
1429
1438
  /**
1430
1439
  * @public
@@ -2202,11 +2211,14 @@ export declare namespace WebAppIdentityProviderDetails {
2202
2211
  IdentityCenterConfig?: never;
2203
2212
  $unknown: [string, any];
2204
2213
  }
2214
+ /**
2215
+ * @deprecated unused in schema-serde mode.
2216
+ *
2217
+ */
2205
2218
  interface Visitor<T> {
2206
2219
  IdentityCenterConfig: (value: IdentityCenterConfig) => T;
2207
2220
  _: (name: string, value: any) => T;
2208
2221
  }
2209
- const visit: <T>(value: WebAppIdentityProviderDetails, visitor: Visitor<T>) => T;
2210
2222
  }
2211
2223
  /**
2212
2224
  * @public
@@ -2244,11 +2256,14 @@ export declare namespace WebAppUnits {
2244
2256
  Provisioned?: never;
2245
2257
  $unknown: [string, any];
2246
2258
  }
2259
+ /**
2260
+ * @deprecated unused in schema-serde mode.
2261
+ *
2262
+ */
2247
2263
  interface Visitor<T> {
2248
2264
  Provisioned: (value: number) => T;
2249
2265
  _: (name: string, value: any) => T;
2250
2266
  }
2251
- const visit: <T>(value: WebAppUnits, visitor: Visitor<T>) => T;
2252
2267
  }
2253
2268
  /**
2254
2269
  * @public
@@ -3327,11 +3342,14 @@ export declare namespace DescribedWebAppIdentityProviderDetails {
3327
3342
  IdentityCenterConfig?: never;
3328
3343
  $unknown: [string, any];
3329
3344
  }
3345
+ /**
3346
+ * @deprecated unused in schema-serde mode.
3347
+ *
3348
+ */
3330
3349
  interface Visitor<T> {
3331
3350
  IdentityCenterConfig: (value: DescribedIdentityCenterConfig) => T;
3332
3351
  _: (name: string, value: any) => T;
3333
3352
  }
3334
- const visit: <T>(value: DescribedWebAppIdentityProviderDetails, visitor: Visitor<T>) => T;
3335
3353
  }
3336
3354
  /**
3337
3355
  * <p>A structure that describes the parameters for the web app, as identified by the <code>WebAppId</code>.</p>
@@ -5037,11 +5055,14 @@ export declare namespace UpdateWebAppIdentityProviderDetails {
5037
5055
  IdentityCenterConfig?: never;
5038
5056
  $unknown: [string, any];
5039
5057
  }
5058
+ /**
5059
+ * @deprecated unused in schema-serde mode.
5060
+ *
5061
+ */
5040
5062
  interface Visitor<T> {
5041
5063
  IdentityCenterConfig: (value: UpdateWebAppIdentityCenterConfig) => T;
5042
5064
  _: (name: string, value: any) => T;
5043
5065
  }
5044
- const visit: <T>(value: UpdateWebAppIdentityProviderDetails, visitor: Visitor<T>) => T;
5045
5066
  }
5046
5067
  /**
5047
5068
  * @public
@@ -342,7 +342,6 @@ export declare namespace ConnectorEgressConfig {
342
342
  VpcLattice: (value: ConnectorVpcLatticeEgressConfig) => T;
343
343
  _: (name: string, value: any) => T;
344
344
  }
345
- const visit: <T>(value: ConnectorEgressConfig, visitor: Visitor<T>) => T;
346
345
  }
347
346
  export declare const ConnectorEgressType: {
348
347
  readonly SERVICE_MANAGED: "SERVICE_MANAGED";
@@ -408,10 +407,6 @@ export declare namespace DescribedConnectorEgressConfig {
408
407
  VpcLattice: (value: DescribedConnectorVpcLatticeEgressConfig) => T;
409
408
  _: (name: string, value: any) => T;
410
409
  }
411
- const visit: <T>(
412
- value: DescribedConnectorEgressConfig,
413
- visitor: Visitor<T>
414
- ) => T;
415
410
  }
416
411
  export declare const ConnectorStatus: {
417
412
  readonly ACTIVE: "ACTIVE";
@@ -472,10 +467,6 @@ export declare namespace UpdateConnectorEgressConfig {
472
467
  VpcLattice: (value: UpdateConnectorVpcLatticeEgressConfig) => T;
473
468
  _: (name: string, value: any) => T;
474
469
  }
475
- const visit: <T>(
476
- value: UpdateConnectorEgressConfig,
477
- visitor: Visitor<T>
478
- ) => T;
479
470
  }
480
471
  export interface UpdateConnectorRequest {
481
472
  ConnectorId: string | undefined;
@@ -710,10 +701,6 @@ export declare namespace WebAppIdentityProviderDetails {
710
701
  IdentityCenterConfig: (value: IdentityCenterConfig) => T;
711
702
  _: (name: string, value: any) => T;
712
703
  }
713
- const visit: <T>(
714
- value: WebAppIdentityProviderDetails,
715
- visitor: Visitor<T>
716
- ) => T;
717
704
  }
718
705
  export declare const WebAppEndpointPolicy: {
719
706
  readonly FIPS: "FIPS";
@@ -737,7 +724,6 @@ export declare namespace WebAppUnits {
737
724
  Provisioned: (value: number) => T;
738
725
  _: (name: string, value: any) => T;
739
726
  }
740
- const visit: <T>(value: WebAppUnits, visitor: Visitor<T>) => T;
741
727
  }
742
728
  export interface CreateWebAppRequest {
743
729
  IdentityProviderDetails: WebAppIdentityProviderDetails | undefined;
@@ -1038,10 +1024,6 @@ export declare namespace DescribedWebAppIdentityProviderDetails {
1038
1024
  IdentityCenterConfig: (value: DescribedIdentityCenterConfig) => T;
1039
1025
  _: (name: string, value: any) => T;
1040
1026
  }
1041
- const visit: <T>(
1042
- value: DescribedWebAppIdentityProviderDetails,
1043
- visitor: Visitor<T>
1044
- ) => T;
1045
1027
  }
1046
1028
  export interface DescribedWebApp {
1047
1029
  Arn: string | undefined;
@@ -1480,10 +1462,6 @@ export declare namespace UpdateWebAppIdentityProviderDetails {
1480
1462
  IdentityCenterConfig: (value: UpdateWebAppIdentityCenterConfig) => T;
1481
1463
  _: (name: string, value: any) => T;
1482
1464
  }
1483
- const visit: <T>(
1484
- value: UpdateWebAppIdentityProviderDetails,
1485
- visitor: Visitor<T>
1486
- ) => T;
1487
1465
  }
1488
1466
  export interface UpdateWebAppRequest {
1489
1467
  WebAppId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.929.0",
4
+ "version": "3.930.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-transfer",
@@ -20,43 +20,43 @@
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.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/util-waiter": "^4.2.4",
59
+ "@smithy/util-waiter": "^4.2.5",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {