@aws-sdk/client-datasync 3.300.0 → 3.303.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/models/models_0.js +164 -195
- package/dist-es/models/models_0.js +164 -195
- package/dist-types/commands/CancelTaskExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgentCommand.d.ts +5 -5
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +5 -5
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +9 -9
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +9 -9
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +7 -7
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -6
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocationS3Command.d.ts +5 -5
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +5 -5
- package/dist-types/commands/CreateTaskCommand.d.ts +7 -7
- package/dist-types/commands/DeleteAgentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationS3Command.d.ts +1 -1
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentsCommand.d.ts +1 -1
- package/dist-types/commands/ListLocationsCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -6
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +5 -5
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -2
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTaskCommand.d.ts +5 -5
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +319 -164
- package/dist-types/ts3.4/models/models_0.d.ts +208 -164
- package/package.json +34 -34
|
@@ -26,7 +26,7 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
|
|
|
26
26
|
* import { DataSyncClient, CreateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, CreateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateLocationObjectStorageRequest
|
|
30
30
|
* ServerHostname: "STRING_VALUE", // required
|
|
31
31
|
* ServerPort: Number("int"),
|
|
32
32
|
* ServerProtocol: "HTTPS" || "HTTP",
|
|
@@ -34,11 +34,11 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
|
|
|
34
34
|
* BucketName: "STRING_VALUE", // required
|
|
35
35
|
* AccessKey: "STRING_VALUE",
|
|
36
36
|
* SecretKey: "STRING_VALUE",
|
|
37
|
-
* AgentArns: [ // required
|
|
37
|
+
* AgentArns: [ // AgentArnList // required
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* Tags: [
|
|
41
|
-
* {
|
|
40
|
+
* Tags: [ // InputTagList
|
|
41
|
+
* { // TagListEntry
|
|
42
42
|
* Key: "STRING_VALUE", // required
|
|
43
43
|
* Value: "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -27,18 +27,18 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
|
|
|
27
27
|
* import { DataSyncClient, CreateLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
28
28
|
* // const { DataSyncClient, CreateLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
29
29
|
* const client = new DataSyncClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateLocationS3Request
|
|
31
31
|
* Subdirectory: "STRING_VALUE",
|
|
32
32
|
* S3BucketArn: "STRING_VALUE", // required
|
|
33
33
|
* S3StorageClass: "STANDARD" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_INSTANT_RETRIEVAL",
|
|
34
|
-
* S3Config: {
|
|
34
|
+
* S3Config: { // S3Config
|
|
35
35
|
* BucketAccessRoleArn: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
|
-
* AgentArns: [
|
|
37
|
+
* AgentArns: [ // AgentArnList
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* Tags: [
|
|
41
|
-
* {
|
|
40
|
+
* Tags: [ // InputTagList
|
|
41
|
+
* { // TagListEntry
|
|
42
42
|
* Key: "STRING_VALUE", // required
|
|
43
43
|
* Value: "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -26,20 +26,20 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
|
|
|
26
26
|
* import { DataSyncClient, CreateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, CreateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateLocationSmbRequest
|
|
30
30
|
* Subdirectory: "STRING_VALUE", // required
|
|
31
31
|
* ServerHostname: "STRING_VALUE", // required
|
|
32
32
|
* User: "STRING_VALUE", // required
|
|
33
33
|
* Domain: "STRING_VALUE",
|
|
34
34
|
* Password: "STRING_VALUE", // required
|
|
35
|
-
* AgentArns: [ // required
|
|
35
|
+
* AgentArns: [ // AgentArnList // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* MountOptions: {
|
|
38
|
+
* MountOptions: { // SmbMountOptions
|
|
39
39
|
* Version: "AUTOMATIC" || "SMB2" || "SMB3" || "SMB1" || "SMB2_0",
|
|
40
40
|
* },
|
|
41
|
-
* Tags: [
|
|
42
|
-
* {
|
|
41
|
+
* Tags: [ // InputTagList
|
|
42
|
+
* { // TagListEntry
|
|
43
43
|
* Key: "STRING_VALUE", // required
|
|
44
44
|
* Value: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -30,12 +30,12 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
|
|
|
30
30
|
* import { DataSyncClient, CreateTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
31
31
|
* // const { DataSyncClient, CreateTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
32
32
|
* const client = new DataSyncClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateTaskRequest
|
|
34
34
|
* SourceLocationArn: "STRING_VALUE", // required
|
|
35
35
|
* DestinationLocationArn: "STRING_VALUE", // required
|
|
36
36
|
* CloudWatchLogGroupArn: "STRING_VALUE",
|
|
37
37
|
* Name: "STRING_VALUE",
|
|
38
|
-
* Options: {
|
|
38
|
+
* Options: { // Options
|
|
39
39
|
* VerifyMode: "POINT_IN_TIME_CONSISTENT" || "ONLY_FILES_TRANSFERRED" || "NONE",
|
|
40
40
|
* OverwriteMode: "ALWAYS" || "NEVER",
|
|
41
41
|
* Atime: "NONE" || "BEST_EFFORT",
|
|
@@ -52,17 +52,17 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
|
|
|
52
52
|
* SecurityDescriptorCopyFlags: "NONE" || "OWNER_DACL" || "OWNER_DACL_SACL",
|
|
53
53
|
* ObjectTags: "PRESERVE" || "NONE",
|
|
54
54
|
* },
|
|
55
|
-
* Excludes: [
|
|
56
|
-
* {
|
|
55
|
+
* Excludes: [ // FilterList
|
|
56
|
+
* { // FilterRule
|
|
57
57
|
* FilterType: "SIMPLE_PATTERN",
|
|
58
58
|
* Value: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
-
* Schedule: {
|
|
61
|
+
* Schedule: { // TaskSchedule
|
|
62
62
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
63
63
|
* },
|
|
64
|
-
* Tags: [
|
|
65
|
-
* {
|
|
64
|
+
* Tags: [ // InputTagList
|
|
65
|
+
* { // TagListEntry
|
|
66
66
|
* Key: "STRING_VALUE", // required
|
|
67
67
|
* Value: "STRING_VALUE",
|
|
68
68
|
* },
|
|
@@ -29,7 +29,7 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
|
|
|
29
29
|
* import { DataSyncClient, DeleteAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
30
30
|
* // const { DataSyncClient, DeleteAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
31
31
|
* const client = new DataSyncClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteAgentRequest
|
|
33
33
|
* AgentArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteAgentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
|
|
|
26
26
|
* import { DataSyncClient, DeleteLocationCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DeleteLocationCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLocationRequest
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteLocationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
|
|
|
26
26
|
* import { DataSyncClient, DeleteTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DeleteTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteTaskRequest
|
|
30
30
|
* TaskArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteTaskCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
|
|
|
26
26
|
* import { DataSyncClient, DescribeAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAgentRequest
|
|
30
30
|
* AgentArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAgentCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
|
|
|
26
26
|
* import { DataSyncClient, DescribeLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLocationEfsRequest
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLocationEfsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
|
|
|
26
26
|
* import { DataSyncClient, DescribeLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLocationFsxLustreRequest
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLocationFsxLustreCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
|
|
|
30
30
|
* import { DataSyncClient, DescribeLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
31
31
|
* // const { DataSyncClient, DescribeLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
32
32
|
* const client = new DataSyncClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeLocationFsxOntapRequest
|
|
34
34
|
* LocationArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DescribeLocationFsxOntapCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
|
|
|
30
30
|
* import { DataSyncClient, DescribeLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
31
31
|
* // const { DataSyncClient, DescribeLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
32
32
|
* const client = new DataSyncClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeLocationFsxOpenZfsRequest
|
|
34
34
|
* LocationArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DescribeLocationFsxOpenZfsCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
|
|
|
27
27
|
* import { DataSyncClient, DescribeLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
28
28
|
* // const { DataSyncClient, DescribeLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
29
29
|
* const client = new DataSyncClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeLocationFsxWindowsRequest
|
|
31
31
|
* LocationArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeLocationFsxWindowsCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
|
|
|
27
27
|
* import { DataSyncClient, DescribeLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
28
28
|
* // const { DataSyncClient, DescribeLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
29
29
|
* const client = new DataSyncClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeLocationHdfsRequest
|
|
31
31
|
* LocationArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeLocationHdfsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
|
|
|
26
26
|
* import { DataSyncClient, DescribeLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLocationNfsRequest
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLocationNfsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLocationObjectStorageCommandOutput extends DescribeLoca
|
|
|
26
26
|
* import { DataSyncClient, DescribeLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLocationObjectStorageRequest
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLocationObjectStorageCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLocationS3CommandOutput extends DescribeLocationS3Respo
|
|
|
26
26
|
* import { DataSyncClient, DescribeLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLocationS3Request
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLocationS3Command(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLocationSmbCommandOutput extends DescribeLocationSmbRes
|
|
|
26
26
|
* import { DataSyncClient, DescribeLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLocationSmbRequest
|
|
30
30
|
* LocationArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeLocationSmbCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __Metad
|
|
|
26
26
|
* import { DataSyncClient, DescribeTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeTaskRequest
|
|
30
30
|
* TaskArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeTaskCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
|
|
|
26
26
|
* import { DataSyncClient, DescribeTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, DescribeTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeTaskExecutionRequest
|
|
30
30
|
* TaskExecutionArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeTaskExecutionCommand(input);
|
|
@@ -36,7 +36,7 @@ export interface ListAgentsCommandOutput extends ListAgentsResponse, __MetadataB
|
|
|
36
36
|
* import { DataSyncClient, ListAgentsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
37
37
|
* // const { DataSyncClient, ListAgentsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
38
38
|
* const client = new DataSyncClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // ListAgentsRequest
|
|
40
40
|
* MaxResults: Number("int"),
|
|
41
41
|
* NextToken: "STRING_VALUE",
|
|
42
42
|
* };
|
|
@@ -29,13 +29,13 @@ export interface ListLocationsCommandOutput extends ListLocationsResponse, __Met
|
|
|
29
29
|
* import { DataSyncClient, ListLocationsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
30
30
|
* // const { DataSyncClient, ListLocationsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
31
31
|
* const client = new DataSyncClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListLocationsRequest
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
|
-
* Filters: [
|
|
36
|
-
* {
|
|
35
|
+
* Filters: [ // LocationFilters
|
|
36
|
+
* { // LocationFilter
|
|
37
37
|
* Name: "LocationUri" || "LocationType" || "CreationTime", // required
|
|
38
|
-
* Values: [ // required
|
|
38
|
+
* Values: [ // FilterValues // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* Operator: "Equals" || "NotEquals" || "In" || "LessThanOrEqual" || "LessThan" || "GreaterThanOrEqual" || "GreaterThan" || "Contains" || "NotContains" || "BeginsWith", // required
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { DataSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
|
|
|
26
26
|
* import { DataSyncClient, ListTaskExecutionsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, ListTaskExecutionsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTaskExecutionsRequest
|
|
30
30
|
* TaskArn: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,13 +26,13 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea
|
|
|
26
26
|
* import { DataSyncClient, ListTasksCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, ListTasksCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTasksRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
|
-
* Filters: [
|
|
33
|
-
* {
|
|
32
|
+
* Filters: [ // TaskFilters
|
|
33
|
+
* { // TaskFilter
|
|
34
34
|
* Name: "LocationId" || "CreationTime", // required
|
|
35
|
-
* Values: [ // required
|
|
35
|
+
* Values: [ // FilterValues // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* Operator: "Equals" || "NotEquals" || "In" || "LessThanOrEqual" || "LessThan" || "GreaterThanOrEqual" || "GreaterThan" || "Contains" || "NotContains" || "BeginsWith", // required
|
|
@@ -27,9 +27,9 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
|
|
|
27
27
|
* import { DataSyncClient, StartTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
28
28
|
* // const { DataSyncClient, StartTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
29
29
|
* const client = new DataSyncClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StartTaskExecutionRequest
|
|
31
31
|
* TaskArn: "STRING_VALUE", // required
|
|
32
|
-
* OverrideOptions: {
|
|
32
|
+
* OverrideOptions: { // Options
|
|
33
33
|
* VerifyMode: "POINT_IN_TIME_CONSISTENT" || "ONLY_FILES_TRANSFERRED" || "NONE",
|
|
34
34
|
* OverwriteMode: "ALWAYS" || "NEVER",
|
|
35
35
|
* Atime: "NONE" || "BEST_EFFORT",
|
|
@@ -46,8 +46,8 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
|
|
|
46
46
|
* SecurityDescriptorCopyFlags: "NONE" || "OWNER_DACL" || "OWNER_DACL_SACL",
|
|
47
47
|
* ObjectTags: "PRESERVE" || "NONE",
|
|
48
48
|
* },
|
|
49
|
-
* Includes: [
|
|
50
|
-
* {
|
|
49
|
+
* Includes: [ // FilterList
|
|
50
|
+
* { // FilterRule
|
|
51
51
|
* FilterType: "SIMPLE_PATTERN",
|
|
52
52
|
* Value: "STRING_VALUE",
|
|
53
53
|
* },
|
|
@@ -58,8 +58,8 @@ export interface StartTaskExecutionCommandOutput extends StartTaskExecutionRespo
|
|
|
58
58
|
* Value: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
-
* Tags: [
|
|
62
|
-
* {
|
|
61
|
+
* Tags: [ // InputTagList
|
|
62
|
+
* { // TagListEntry
|
|
63
63
|
* Key: "STRING_VALUE", // required
|
|
64
64
|
* Value: "STRING_VALUE",
|
|
65
65
|
* },
|
|
@@ -28,10 +28,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
28
28
|
* import { DataSyncClient, TagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
29
29
|
* // const { DataSyncClient, TagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
30
30
|
* const client = new DataSyncClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // TagResourceRequest
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
|
-
* Tags: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // InputTagList // required
|
|
34
|
+
* { // TagListEntry
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { DataSyncClient, UntagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, UntagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* Keys: [ // required
|
|
31
|
+
* Keys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __Metadat
|
|
|
26
26
|
* import { DataSyncClient, UpdateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, UpdateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAgentRequest
|
|
30
30
|
* AgentArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -27,11 +27,11 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
|
|
|
27
27
|
* import { DataSyncClient, UpdateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
28
28
|
* // const { DataSyncClient, UpdateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
29
29
|
* const client = new DataSyncClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateLocationHdfsRequest
|
|
31
31
|
* LocationArn: "STRING_VALUE", // required
|
|
32
32
|
* Subdirectory: "STRING_VALUE",
|
|
33
|
-
* NameNodes: [
|
|
34
|
-
* {
|
|
33
|
+
* NameNodes: [ // HdfsNameNodeList
|
|
34
|
+
* { // HdfsNameNode
|
|
35
35
|
* Hostname: "STRING_VALUE", // required
|
|
36
36
|
* Port: Number("int"), // required
|
|
37
37
|
* },
|
|
@@ -39,7 +39,7 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
|
|
|
39
39
|
* BlockSize: Number("int"),
|
|
40
40
|
* ReplicationFactor: Number("int"),
|
|
41
41
|
* KmsKeyProviderUri: "STRING_VALUE",
|
|
42
|
-
* QopConfiguration: {
|
|
42
|
+
* QopConfiguration: { // QopConfiguration
|
|
43
43
|
* RpcProtection: "DISABLED" || "AUTHENTICATION" || "INTEGRITY" || "PRIVACY",
|
|
44
44
|
* DataTransferProtection: "DISABLED" || "AUTHENTICATION" || "INTEGRITY" || "PRIVACY",
|
|
45
45
|
* },
|
|
@@ -48,7 +48,7 @@ export interface UpdateLocationHdfsCommandOutput extends UpdateLocationHdfsRespo
|
|
|
48
48
|
* KerberosPrincipal: "STRING_VALUE",
|
|
49
49
|
* KerberosKeytab: "BLOB_VALUE",
|
|
50
50
|
* KerberosKrb5Conf: "BLOB_VALUE",
|
|
51
|
-
* AgentArns: [
|
|
51
|
+
* AgentArns: [ // AgentArnList
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* };
|
|
@@ -27,15 +27,15 @@ export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsRespons
|
|
|
27
27
|
* import { DataSyncClient, UpdateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
28
28
|
* // const { DataSyncClient, UpdateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
29
29
|
* const client = new DataSyncClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateLocationNfsRequest
|
|
31
31
|
* LocationArn: "STRING_VALUE", // required
|
|
32
32
|
* Subdirectory: "STRING_VALUE",
|
|
33
|
-
* OnPremConfig: {
|
|
34
|
-
* AgentArns: [ // required
|
|
33
|
+
* OnPremConfig: { // OnPremConfig
|
|
34
|
+
* AgentArns: [ // AgentArnList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
38
|
-
* MountOptions: {
|
|
38
|
+
* MountOptions: { // NfsMountOptions
|
|
39
39
|
* Version: "AUTOMATIC" || "NFS3" || "NFS4_0" || "NFS4_1",
|
|
40
40
|
* },
|
|
41
41
|
* };
|
|
@@ -29,14 +29,14 @@ export interface UpdateLocationObjectStorageCommandOutput extends UpdateLocation
|
|
|
29
29
|
* import { DataSyncClient, UpdateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
30
30
|
* // const { DataSyncClient, UpdateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
31
31
|
* const client = new DataSyncClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UpdateLocationObjectStorageRequest
|
|
33
33
|
* LocationArn: "STRING_VALUE", // required
|
|
34
34
|
* ServerPort: Number("int"),
|
|
35
35
|
* ServerProtocol: "HTTPS" || "HTTP",
|
|
36
36
|
* Subdirectory: "STRING_VALUE",
|
|
37
37
|
* AccessKey: "STRING_VALUE",
|
|
38
38
|
* SecretKey: "STRING_VALUE",
|
|
39
|
-
* AgentArns: [
|
|
39
|
+
* AgentArns: [ // AgentArnList
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* ServerCertificate: "BLOB_VALUE",
|
|
@@ -28,16 +28,16 @@ export interface UpdateLocationSmbCommandOutput extends UpdateLocationSmbRespons
|
|
|
28
28
|
* import { DataSyncClient, UpdateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
29
29
|
* // const { DataSyncClient, UpdateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
30
30
|
* const client = new DataSyncClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateLocationSmbRequest
|
|
32
32
|
* LocationArn: "STRING_VALUE", // required
|
|
33
33
|
* Subdirectory: "STRING_VALUE",
|
|
34
34
|
* User: "STRING_VALUE",
|
|
35
35
|
* Domain: "STRING_VALUE",
|
|
36
36
|
* Password: "STRING_VALUE",
|
|
37
|
-
* AgentArns: [
|
|
37
|
+
* AgentArns: [ // AgentArnList
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* MountOptions: {
|
|
40
|
+
* MountOptions: { // SmbMountOptions
|
|
41
41
|
* Version: "AUTOMATIC" || "SMB2" || "SMB3" || "SMB1" || "SMB2_0",
|
|
42
42
|
* },
|
|
43
43
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB
|
|
|
26
26
|
* import { DataSyncClient, UpdateTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
27
27
|
* // const { DataSyncClient, UpdateTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
28
28
|
* const client = new DataSyncClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTaskRequest
|
|
30
30
|
* TaskArn: "STRING_VALUE", // required
|
|
31
|
-
* Options: {
|
|
31
|
+
* Options: { // Options
|
|
32
32
|
* VerifyMode: "POINT_IN_TIME_CONSISTENT" || "ONLY_FILES_TRANSFERRED" || "NONE",
|
|
33
33
|
* OverwriteMode: "ALWAYS" || "NEVER",
|
|
34
34
|
* Atime: "NONE" || "BEST_EFFORT",
|
|
@@ -45,13 +45,13 @@ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataB
|
|
|
45
45
|
* SecurityDescriptorCopyFlags: "NONE" || "OWNER_DACL" || "OWNER_DACL_SACL",
|
|
46
46
|
* ObjectTags: "PRESERVE" || "NONE",
|
|
47
47
|
* },
|
|
48
|
-
* Excludes: [
|
|
49
|
-
* {
|
|
48
|
+
* Excludes: [ // FilterList
|
|
49
|
+
* { // FilterRule
|
|
50
50
|
* FilterType: "SIMPLE_PATTERN",
|
|
51
51
|
* Value: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
53
|
* ],
|
|
54
|
-
* Schedule: {
|
|
54
|
+
* Schedule: { // TaskSchedule
|
|
55
55
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
57
57
|
* Name: "STRING_VALUE",
|
|
@@ -34,9 +34,9 @@ export interface UpdateTaskExecutionCommandOutput extends UpdateTaskExecutionRes
|
|
|
34
34
|
* import { DataSyncClient, UpdateTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, UpdateTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
36
|
* const client = new DataSyncClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // UpdateTaskExecutionRequest
|
|
38
38
|
* TaskExecutionArn: "STRING_VALUE", // required
|
|
39
|
-
* Options: {
|
|
39
|
+
* Options: { // Options
|
|
40
40
|
* VerifyMode: "POINT_IN_TIME_CONSISTENT" || "ONLY_FILES_TRANSFERRED" || "NONE",
|
|
41
41
|
* OverwriteMode: "ALWAYS" || "NEVER",
|
|
42
42
|
* Atime: "NONE" || "BEST_EFFORT",
|