@aws-sdk/client-datasync 3.714.0 → 3.716.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +246 -0
  3. package/dist-es/DataSync.js +12 -0
  4. package/dist-es/commands/UpdateLocationEfsCommand.js +22 -0
  5. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +22 -0
  6. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +23 -0
  7. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +23 -0
  8. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +23 -0
  9. package/dist-es/commands/UpdateLocationS3Command.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_0.js +20 -0
  12. package/dist-es/protocols/Aws_json1_1.js +114 -0
  13. package/dist-types/DataSync.d.ts +42 -0
  14. package/dist-types/DataSyncClient.d.ts +8 -2
  15. package/dist-types/commands/CreateLocationNfsCommand.d.ts +0 -5
  16. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  17. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +81 -0
  18. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +78 -0
  19. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +93 -0
  20. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +97 -0
  21. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +81 -0
  22. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +3 -2
  23. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -3
  24. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -2
  25. package/dist-types/commands/UpdateLocationS3Command.d.ts +97 -0
  26. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -2
  27. package/dist-types/commands/index.d.ts +6 -0
  28. package/dist-types/models/models_0.d.ts +326 -26
  29. package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
  30. package/dist-types/ts3.4/DataSync.d.ts +102 -0
  31. package/dist-types/ts3.4/DataSyncClient.d.ts +36 -0
  32. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +51 -0
  33. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +50 -0
  38. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  39. package/dist-types/ts3.4/models/models_0.d.ts +65 -0
  40. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
  41. package/package.json +12 -12
@@ -215,6 +215,26 @@ import {
215
215
  UpdateLocationAzureBlobCommandInput,
216
216
  UpdateLocationAzureBlobCommandOutput,
217
217
  } from "../commands/UpdateLocationAzureBlobCommand";
218
+ import {
219
+ UpdateLocationEfsCommandInput,
220
+ UpdateLocationEfsCommandOutput,
221
+ } from "../commands/UpdateLocationEfsCommand";
222
+ import {
223
+ UpdateLocationFsxLustreCommandInput,
224
+ UpdateLocationFsxLustreCommandOutput,
225
+ } from "../commands/UpdateLocationFsxLustreCommand";
226
+ import {
227
+ UpdateLocationFsxOntapCommandInput,
228
+ UpdateLocationFsxOntapCommandOutput,
229
+ } from "../commands/UpdateLocationFsxOntapCommand";
230
+ import {
231
+ UpdateLocationFsxOpenZfsCommandInput,
232
+ UpdateLocationFsxOpenZfsCommandOutput,
233
+ } from "../commands/UpdateLocationFsxOpenZfsCommand";
234
+ import {
235
+ UpdateLocationFsxWindowsCommandInput,
236
+ UpdateLocationFsxWindowsCommandOutput,
237
+ } from "../commands/UpdateLocationFsxWindowsCommand";
218
238
  import {
219
239
  UpdateLocationHdfsCommandInput,
220
240
  UpdateLocationHdfsCommandOutput,
@@ -227,6 +247,10 @@ import {
227
247
  UpdateLocationObjectStorageCommandInput,
228
248
  UpdateLocationObjectStorageCommandOutput,
229
249
  } from "../commands/UpdateLocationObjectStorageCommand";
250
+ import {
251
+ UpdateLocationS3CommandInput,
252
+ UpdateLocationS3CommandOutput,
253
+ } from "../commands/UpdateLocationS3Command";
230
254
  import {
231
255
  UpdateLocationSmbCommandInput,
232
256
  UpdateLocationSmbCommandOutput,
@@ -455,6 +479,26 @@ export declare const se_UpdateLocationAzureBlobCommand: (
455
479
  input: UpdateLocationAzureBlobCommandInput,
456
480
  context: __SerdeContext
457
481
  ) => Promise<__HttpRequest>;
482
+ export declare const se_UpdateLocationEfsCommand: (
483
+ input: UpdateLocationEfsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const se_UpdateLocationFsxLustreCommand: (
487
+ input: UpdateLocationFsxLustreCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const se_UpdateLocationFsxOntapCommand: (
491
+ input: UpdateLocationFsxOntapCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const se_UpdateLocationFsxOpenZfsCommand: (
495
+ input: UpdateLocationFsxOpenZfsCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const se_UpdateLocationFsxWindowsCommand: (
499
+ input: UpdateLocationFsxWindowsCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
458
502
  export declare const se_UpdateLocationHdfsCommand: (
459
503
  input: UpdateLocationHdfsCommandInput,
460
504
  context: __SerdeContext
@@ -467,6 +511,10 @@ export declare const se_UpdateLocationObjectStorageCommand: (
467
511
  input: UpdateLocationObjectStorageCommandInput,
468
512
  context: __SerdeContext
469
513
  ) => Promise<__HttpRequest>;
514
+ export declare const se_UpdateLocationS3Command: (
515
+ input: UpdateLocationS3CommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
470
518
  export declare const se_UpdateLocationSmbCommand: (
471
519
  input: UpdateLocationSmbCommandInput,
472
520
  context: __SerdeContext
@@ -695,6 +743,26 @@ export declare const de_UpdateLocationAzureBlobCommand: (
695
743
  output: __HttpResponse,
696
744
  context: __SerdeContext
697
745
  ) => Promise<UpdateLocationAzureBlobCommandOutput>;
746
+ export declare const de_UpdateLocationEfsCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<UpdateLocationEfsCommandOutput>;
750
+ export declare const de_UpdateLocationFsxLustreCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<UpdateLocationFsxLustreCommandOutput>;
754
+ export declare const de_UpdateLocationFsxOntapCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<UpdateLocationFsxOntapCommandOutput>;
758
+ export declare const de_UpdateLocationFsxOpenZfsCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UpdateLocationFsxOpenZfsCommandOutput>;
762
+ export declare const de_UpdateLocationFsxWindowsCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<UpdateLocationFsxWindowsCommandOutput>;
698
766
  export declare const de_UpdateLocationHdfsCommand: (
699
767
  output: __HttpResponse,
700
768
  context: __SerdeContext
@@ -707,6 +775,10 @@ export declare const de_UpdateLocationObjectStorageCommand: (
707
775
  output: __HttpResponse,
708
776
  context: __SerdeContext
709
777
  ) => Promise<UpdateLocationObjectStorageCommandOutput>;
778
+ export declare const de_UpdateLocationS3Command: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdateLocationS3CommandOutput>;
710
782
  export declare const de_UpdateLocationSmbCommand: (
711
783
  output: __HttpResponse,
712
784
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.714.0",
4
+ "version": "3.716.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-datasync",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.714.0",
24
- "@aws-sdk/client-sts": "3.714.0",
25
- "@aws-sdk/core": "3.714.0",
26
- "@aws-sdk/credential-provider-node": "3.714.0",
23
+ "@aws-sdk/client-sso-oidc": "3.716.0",
24
+ "@aws-sdk/client-sts": "3.716.0",
25
+ "@aws-sdk/core": "3.716.0",
26
+ "@aws-sdk/credential-provider-node": "3.716.0",
27
27
  "@aws-sdk/middleware-host-header": "3.714.0",
28
28
  "@aws-sdk/middleware-logger": "3.714.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.714.0",
30
+ "@aws-sdk/middleware-user-agent": "3.716.0",
31
31
  "@aws-sdk/region-config-resolver": "3.714.0",
32
32
  "@aws-sdk/types": "3.714.0",
33
33
  "@aws-sdk/util-endpoints": "3.714.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.714.0",
35
+ "@aws-sdk/util-user-agent-node": "3.716.0",
36
36
  "@smithy/config-resolver": "^3.0.13",
37
37
  "@smithy/core": "^2.5.5",
38
38
  "@smithy/fetch-http-handler": "^4.1.2",
39
39
  "@smithy/hash-node": "^3.0.11",
40
40
  "@smithy/invalid-dependency": "^3.0.11",
41
41
  "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.5",
43
- "@smithy/middleware-retry": "^3.0.30",
42
+ "@smithy/middleware-endpoint": "^3.2.6",
43
+ "@smithy/middleware-retry": "^3.0.31",
44
44
  "@smithy/middleware-serde": "^3.0.11",
45
45
  "@smithy/middleware-stack": "^3.0.11",
46
46
  "@smithy/node-config-provider": "^3.1.12",
47
47
  "@smithy/node-http-handler": "^3.3.2",
48
48
  "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.0",
49
+ "@smithy/smithy-client": "^3.5.1",
50
50
  "@smithy/types": "^3.7.2",
51
51
  "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.30",
56
- "@smithy/util-defaults-mode-node": "^3.0.30",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.31",
56
+ "@smithy/util-defaults-mode-node": "^3.0.31",
57
57
  "@smithy/util-endpoints": "^2.1.7",
58
58
  "@smithy/util-middleware": "^3.0.11",
59
59
  "@smithy/util-retry": "^3.0.11",