@aws-sdk/client-datasync 3.300.0 → 3.301.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 (45) hide show
  1. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateAgentCommand.d.ts +5 -5
  3. package/dist-types/commands/CreateLocationEfsCommand.d.ts +5 -5
  4. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +4 -4
  5. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +9 -9
  6. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +9 -9
  7. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +7 -7
  9. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -6
  10. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateLocationS3Command.d.ts +5 -5
  12. package/dist-types/commands/CreateLocationSmbCommand.d.ts +5 -5
  13. package/dist-types/commands/CreateTaskCommand.d.ts +7 -7
  14. package/dist-types/commands/DeleteAgentCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteTaskCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeAgentCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeLocationS3Command.d.ts +1 -1
  27. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +1 -1
  30. package/dist-types/commands/ListAgentsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListLocationsCommand.d.ts +4 -4
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTasksCommand.d.ts +4 -4
  35. package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -6
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  38. package/dist-types/commands/UpdateAgentCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +5 -5
  40. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -4
  41. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -2
  42. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateTaskCommand.d.ts +5 -5
  44. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
  45. package/package.json +3 -3
@@ -32,7 +32,7 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
32
32
  * import { DataSyncClient, CancelTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
33
33
  * // const { DataSyncClient, CancelTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
34
34
  * const client = new DataSyncClient(config);
35
- * const input = {
35
+ * const input = { // CancelTaskExecutionRequest
36
36
  * TaskExecutionArn: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new CancelTaskExecutionCommand(input);
@@ -37,20 +37,20 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
37
37
  * import { DataSyncClient, CreateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
38
38
  * // const { DataSyncClient, CreateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
39
39
  * const client = new DataSyncClient(config);
40
- * const input = {
40
+ * const input = { // CreateAgentRequest
41
41
  * ActivationKey: "STRING_VALUE", // required
42
42
  * AgentName: "STRING_VALUE",
43
- * Tags: [
44
- * {
43
+ * Tags: [ // InputTagList
44
+ * { // TagListEntry
45
45
  * Key: "STRING_VALUE", // required
46
46
  * Value: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
49
  * VpcEndpointId: "STRING_VALUE",
50
- * SubnetArns: [
50
+ * SubnetArns: [ // PLSubnetArnList
51
51
  * "STRING_VALUE",
52
52
  * ],
53
- * SecurityGroupArns: [
53
+ * SecurityGroupArns: [ // PLSecurityGroupArnList
54
54
  * "STRING_VALUE",
55
55
  * ],
56
56
  * };
@@ -27,17 +27,17 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
27
27
  * import { DataSyncClient, CreateLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
28
28
  * // const { DataSyncClient, CreateLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
29
29
  * const client = new DataSyncClient(config);
30
- * const input = {
30
+ * const input = { // CreateLocationEfsRequest
31
31
  * Subdirectory: "STRING_VALUE",
32
32
  * EfsFilesystemArn: "STRING_VALUE", // required
33
- * Ec2Config: {
33
+ * Ec2Config: { // Ec2Config
34
34
  * SubnetArn: "STRING_VALUE", // required
35
- * SecurityGroupArns: [ // required
35
+ * SecurityGroupArns: [ // Ec2SecurityGroupArnList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
39
- * Tags: [
40
- * {
39
+ * Tags: [ // InputTagList
40
+ * { // TagListEntry
41
41
  * Key: "STRING_VALUE", // required
42
42
  * Value: "STRING_VALUE",
43
43
  * },
@@ -26,14 +26,14 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
26
26
  * import { DataSyncClient, CreateLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import
27
27
  * // const { DataSyncClient, CreateLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
28
28
  * const client = new DataSyncClient(config);
29
- * const input = {
29
+ * const input = { // CreateLocationFsxLustreRequest
30
30
  * FsxFilesystemArn: "STRING_VALUE", // required
31
- * SecurityGroupArns: [ // required
31
+ * SecurityGroupArns: [ // Ec2SecurityGroupArnList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * Subdirectory: "STRING_VALUE",
35
- * Tags: [
36
- * {
35
+ * Tags: [ // InputTagList
36
+ * { // TagListEntry
37
37
  * Key: "STRING_VALUE", // required
38
38
  * Value: "STRING_VALUE",
39
39
  * },
@@ -27,29 +27,29 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
27
27
  * import { DataSyncClient, CreateLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import
28
28
  * // const { DataSyncClient, CreateLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
29
29
  * const client = new DataSyncClient(config);
30
- * const input = {
31
- * Protocol: {
32
- * NFS: {
33
- * MountOptions: {
30
+ * const input = { // CreateLocationFsxOntapRequest
31
+ * Protocol: { // FsxProtocol
32
+ * NFS: { // FsxProtocolNfs
33
+ * MountOptions: { // NfsMountOptions
34
34
  * Version: "AUTOMATIC" || "NFS3" || "NFS4_0" || "NFS4_1",
35
35
  * },
36
36
  * },
37
- * SMB: {
37
+ * SMB: { // FsxProtocolSmb
38
38
  * Domain: "STRING_VALUE",
39
- * MountOptions: {
39
+ * MountOptions: { // SmbMountOptions
40
40
  * Version: "AUTOMATIC" || "SMB2" || "SMB3" || "SMB1" || "SMB2_0",
41
41
  * },
42
42
  * Password: "STRING_VALUE", // required
43
43
  * User: "STRING_VALUE", // required
44
44
  * },
45
45
  * },
46
- * SecurityGroupArns: [ // required
46
+ * SecurityGroupArns: [ // Ec2SecurityGroupArnList // required
47
47
  * "STRING_VALUE",
48
48
  * ],
49
49
  * StorageVirtualMachineArn: "STRING_VALUE", // required
50
50
  * Subdirectory: "STRING_VALUE",
51
- * Tags: [
52
- * {
51
+ * Tags: [ // InputTagList
52
+ * { // TagListEntry
53
53
  * Key: "STRING_VALUE", // required
54
54
  * Value: "STRING_VALUE",
55
55
  * },
@@ -31,29 +31,29 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
31
31
  * import { DataSyncClient, CreateLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
32
32
  * // const { DataSyncClient, CreateLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
33
33
  * const client = new DataSyncClient(config);
34
- * const input = {
34
+ * const input = { // CreateLocationFsxOpenZfsRequest
35
35
  * FsxFilesystemArn: "STRING_VALUE", // required
36
- * Protocol: {
37
- * NFS: {
38
- * MountOptions: {
36
+ * Protocol: { // FsxProtocol
37
+ * NFS: { // FsxProtocolNfs
38
+ * MountOptions: { // NfsMountOptions
39
39
  * Version: "AUTOMATIC" || "NFS3" || "NFS4_0" || "NFS4_1",
40
40
  * },
41
41
  * },
42
- * SMB: {
42
+ * SMB: { // FsxProtocolSmb
43
43
  * Domain: "STRING_VALUE",
44
- * MountOptions: {
44
+ * MountOptions: { // SmbMountOptions
45
45
  * Version: "AUTOMATIC" || "SMB2" || "SMB3" || "SMB1" || "SMB2_0",
46
46
  * },
47
47
  * Password: "STRING_VALUE", // required
48
48
  * User: "STRING_VALUE", // required
49
49
  * },
50
50
  * },
51
- * SecurityGroupArns: [ // required
51
+ * SecurityGroupArns: [ // Ec2SecurityGroupArnList // required
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * Subdirectory: "STRING_VALUE",
55
- * Tags: [
56
- * {
55
+ * Tags: [ // InputTagList
56
+ * { // TagListEntry
57
57
  * Key: "STRING_VALUE", // required
58
58
  * Value: "STRING_VALUE",
59
59
  * },
@@ -26,14 +26,14 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
26
26
  * import { DataSyncClient, CreateLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
27
27
  * // const { DataSyncClient, CreateLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
28
28
  * const client = new DataSyncClient(config);
29
- * const input = {
29
+ * const input = { // CreateLocationFsxWindowsRequest
30
30
  * Subdirectory: "STRING_VALUE",
31
31
  * FsxFilesystemArn: "STRING_VALUE", // required
32
- * SecurityGroupArns: [ // required
32
+ * SecurityGroupArns: [ // Ec2SecurityGroupArnList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
35
- * Tags: [
36
- * {
35
+ * Tags: [ // InputTagList
36
+ * { // TagListEntry
37
37
  * Key: "STRING_VALUE", // required
38
38
  * Value: "STRING_VALUE",
39
39
  * },
@@ -26,10 +26,10 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
26
26
  * import { DataSyncClient, CreateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
27
27
  * // const { DataSyncClient, CreateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
28
28
  * const client = new DataSyncClient(config);
29
- * const input = {
29
+ * const input = { // CreateLocationHdfsRequest
30
30
  * Subdirectory: "STRING_VALUE",
31
- * NameNodes: [ // required
32
- * {
31
+ * NameNodes: [ // HdfsNameNodeList // required
32
+ * { // HdfsNameNode
33
33
  * Hostname: "STRING_VALUE", // required
34
34
  * Port: Number("int"), // required
35
35
  * },
@@ -37,7 +37,7 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
37
37
  * BlockSize: Number("int"),
38
38
  * ReplicationFactor: Number("int"),
39
39
  * KmsKeyProviderUri: "STRING_VALUE",
40
- * QopConfiguration: {
40
+ * QopConfiguration: { // QopConfiguration
41
41
  * RpcProtection: "DISABLED" || "AUTHENTICATION" || "INTEGRITY" || "PRIVACY",
42
42
  * DataTransferProtection: "DISABLED" || "AUTHENTICATION" || "INTEGRITY" || "PRIVACY",
43
43
  * },
@@ -46,11 +46,11 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
46
46
  * KerberosPrincipal: "STRING_VALUE",
47
47
  * KerberosKeytab: "BLOB_VALUE",
48
48
  * KerberosKrb5Conf: "BLOB_VALUE",
49
- * AgentArns: [ // required
49
+ * AgentArns: [ // AgentArnList // required
50
50
  * "STRING_VALUE",
51
51
  * ],
52
- * Tags: [
53
- * {
52
+ * Tags: [ // InputTagList
53
+ * { // TagListEntry
54
54
  * Key: "STRING_VALUE", // required
55
55
  * Value: "STRING_VALUE",
56
56
  * },
@@ -27,19 +27,19 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
27
27
  * import { DataSyncClient, CreateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
28
28
  * // const { DataSyncClient, CreateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
29
29
  * const client = new DataSyncClient(config);
30
- * const input = {
30
+ * const input = { // CreateLocationNfsRequest
31
31
  * Subdirectory: "STRING_VALUE", // required
32
32
  * ServerHostname: "STRING_VALUE", // required
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
- * Tags: [
42
- * {
41
+ * Tags: [ // InputTagList
42
+ * { // TagListEntry
43
43
  * Key: "STRING_VALUE", // required
44
44
  * Value: "STRING_VALUE",
45
45
  * },
@@ -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",
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.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",