@aws-sdk/client-datasync 3.58.0 → 3.72.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 (31) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/DataSync.js +30 -0
  4. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +2 -0
  7. package/dist-cjs/models/models_0.js +52 -16
  8. package/dist-cjs/protocols/Aws_json1_1.js +168 -2
  9. package/dist-es/DataSync.js +30 -0
  10. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +39 -0
  11. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +39 -0
  12. package/dist-es/commands/index.js +2 -0
  13. package/dist-es/models/models_0.js +35 -11
  14. package/dist-es/protocols/Aws_json1_1.js +186 -0
  15. package/dist-types/DataSync.d.ts +19 -4
  16. package/dist-types/DataSyncClient.d.ts +4 -2
  17. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +35 -0
  18. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +36 -0
  20. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -2
  21. package/dist-types/commands/index.d.ts +2 -0
  22. package/dist-types/models/models_0.d.ts +206 -87
  23. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  24. package/dist-types/ts3.4/DataSync.d.ts +10 -0
  25. package/dist-types/ts3.4/DataSyncClient.d.ts +4 -2
  26. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +81 -15
  30. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +6 -0
  31. package/package.json +6 -6
@@ -148,6 +148,63 @@ export declare namespace CreateLocationFsxLustreResponse {
148
148
 
149
149
  const filterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
150
150
  }
151
+ export declare enum NfsVersion {
152
+ AUTOMATIC = "AUTOMATIC",
153
+ NFS3 = "NFS3",
154
+ NFS4_0 = "NFS4_0",
155
+ NFS4_1 = "NFS4_1"
156
+ }
157
+
158
+ export interface NfsMountOptions {
159
+
160
+ Version?: NfsVersion | string;
161
+ }
162
+ export declare namespace NfsMountOptions {
163
+
164
+ const filterSensitiveLog: (obj: NfsMountOptions) => any;
165
+ }
166
+
167
+ export interface FsxProtocolNfs {
168
+
169
+ MountOptions?: NfsMountOptions;
170
+ }
171
+ export declare namespace FsxProtocolNfs {
172
+
173
+ const filterSensitiveLog: (obj: FsxProtocolNfs) => any;
174
+ }
175
+
176
+ export interface FsxProtocol {
177
+
178
+ NFS?: FsxProtocolNfs;
179
+ }
180
+ export declare namespace FsxProtocol {
181
+
182
+ const filterSensitiveLog: (obj: FsxProtocol) => any;
183
+ }
184
+ export interface CreateLocationFsxOpenZfsRequest {
185
+
186
+ FsxFilesystemArn: string | undefined;
187
+
188
+ Protocol: FsxProtocol | undefined;
189
+
190
+ SecurityGroupArns: string[] | undefined;
191
+
192
+ Subdirectory?: string;
193
+
194
+ Tags?: TagListEntry[];
195
+ }
196
+ export declare namespace CreateLocationFsxOpenZfsRequest {
197
+
198
+ const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
199
+ }
200
+ export interface CreateLocationFsxOpenZfsResponse {
201
+
202
+ LocationArn?: string;
203
+ }
204
+ export declare namespace CreateLocationFsxOpenZfsResponse {
205
+
206
+ const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
207
+ }
151
208
  export interface CreateLocationFsxWindowsRequest {
152
209
 
153
210
  Subdirectory?: string;
@@ -254,21 +311,6 @@ export declare namespace CreateLocationHdfsResponse {
254
311
 
255
312
  const filterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
256
313
  }
257
- export declare enum NfsVersion {
258
- AUTOMATIC = "AUTOMATIC",
259
- NFS3 = "NFS3",
260
- NFS4_0 = "NFS4_0",
261
- NFS4_1 = "NFS4_1"
262
- }
263
-
264
- export interface NfsMountOptions {
265
-
266
- Version?: NfsVersion | string;
267
- }
268
- export declare namespace NfsMountOptions {
269
-
270
- const filterSensitiveLog: (obj: NfsMountOptions) => any;
271
- }
272
314
 
273
315
  export interface OnPremConfig {
274
316
 
@@ -722,6 +764,30 @@ export declare namespace DescribeLocationFsxLustreResponse {
722
764
 
723
765
  const filterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
724
766
  }
767
+ export interface DescribeLocationFsxOpenZfsRequest {
768
+
769
+ LocationArn: string | undefined;
770
+ }
771
+ export declare namespace DescribeLocationFsxOpenZfsRequest {
772
+
773
+ const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
774
+ }
775
+ export interface DescribeLocationFsxOpenZfsResponse {
776
+
777
+ LocationArn?: string;
778
+
779
+ LocationUri?: string;
780
+
781
+ SecurityGroupArns?: string[];
782
+
783
+ Protocol?: FsxProtocol;
784
+
785
+ CreationTime?: Date;
786
+ }
787
+ export declare namespace DescribeLocationFsxOpenZfsResponse {
788
+
789
+ const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
790
+ }
725
791
  export interface DescribeLocationFsxWindowsRequest {
726
792
 
727
793
  LocationArn: string | undefined;
@@ -4,6 +4,7 @@ import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } fro
4
4
  import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
5
5
  import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
6
6
  import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
7
+ import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "../commands/CreateLocationFsxOpenZfsCommand";
7
8
  import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "../commands/CreateLocationFsxWindowsCommand";
8
9
  import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "../commands/CreateLocationHdfsCommand";
9
10
  import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "../commands/CreateLocationNfsCommand";
@@ -17,6 +18,7 @@ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/Del
17
18
  import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
18
19
  import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
19
20
  import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
21
+ import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "../commands/DescribeLocationFsxOpenZfsCommand";
20
22
  import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "../commands/DescribeLocationFsxWindowsCommand";
21
23
  import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "../commands/DescribeLocationHdfsCommand";
22
24
  import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "../commands/DescribeLocationNfsCommand";
@@ -44,6 +46,7 @@ export declare const serializeAws_json1_1CancelTaskExecutionCommand: (input: Can
44
46
  export declare const serializeAws_json1_1CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
47
  export declare const serializeAws_json1_1CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
48
  export declare const serializeAws_json1_1CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_json1_1CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
50
  export declare const serializeAws_json1_1CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
51
  export declare const serializeAws_json1_1CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
52
  export declare const serializeAws_json1_1CreateLocationNfsCommand: (input: CreateLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -57,6 +60,7 @@ export declare const serializeAws_json1_1DeleteTaskCommand: (input: DeleteTaskCo
57
60
  export declare const serializeAws_json1_1DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
61
  export declare const serializeAws_json1_1DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
62
  export declare const serializeAws_json1_1DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
64
  export declare const serializeAws_json1_1DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
65
  export declare const serializeAws_json1_1DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
66
  export declare const serializeAws_json1_1DescribeLocationNfsCommand: (input: DescribeLocationNfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -84,6 +88,7 @@ export declare const deserializeAws_json1_1CancelTaskExecutionCommand: (output:
84
88
  export declare const deserializeAws_json1_1CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
85
89
  export declare const deserializeAws_json1_1CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
86
90
  export declare const deserializeAws_json1_1CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
91
+ export declare const deserializeAws_json1_1CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
87
92
  export declare const deserializeAws_json1_1CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
88
93
  export declare const deserializeAws_json1_1CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
89
94
  export declare const deserializeAws_json1_1CreateLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationNfsCommandOutput>;
@@ -97,6 +102,7 @@ export declare const deserializeAws_json1_1DeleteTaskCommand: (output: __HttpRes
97
102
  export declare const deserializeAws_json1_1DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
98
103
  export declare const deserializeAws_json1_1DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
99
104
  export declare const deserializeAws_json1_1DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
105
+ export declare const deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
100
106
  export declare const deserializeAws_json1_1DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
101
107
  export declare const deserializeAws_json1_1DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
102
108
  export declare const deserializeAws_json1_1DescribeLocationNfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationNfsCommandOutput>;
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.58.0",
4
+ "version": "3.72.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.58.0",
21
+ "@aws-sdk/client-sts": "3.72.0",
22
22
  "@aws-sdk/config-resolver": "3.58.0",
23
- "@aws-sdk/credential-provider-node": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.72.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.58.0",
25
25
  "@aws-sdk/hash-node": "3.55.0",
26
26
  "@aws-sdk/invalid-dependency": "3.55.0",
@@ -35,15 +35,15 @@
35
35
  "@aws-sdk/node-config-provider": "3.58.0",
36
36
  "@aws-sdk/node-http-handler": "3.58.0",
37
37
  "@aws-sdk/protocol-http": "3.58.0",
38
- "@aws-sdk/smithy-client": "3.55.0",
38
+ "@aws-sdk/smithy-client": "3.72.0",
39
39
  "@aws-sdk/types": "3.55.0",
40
40
  "@aws-sdk/url-parser": "3.55.0",
41
41
  "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.58.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.72.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.72.0",
47
47
  "@aws-sdk/util-user-agent-browser": "3.58.0",
48
48
  "@aws-sdk/util-user-agent-node": "3.58.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",