cdk-lambda-subminute 2.0.368 → 2.0.369

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 (112) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  12. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  13. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  14. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  15. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  17. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  18. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  19. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  20. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  21. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  22. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  23. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  24. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  26. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  27. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  28. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  29. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  30. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  31. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  32. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  33. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  34. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  35. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  36. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  37. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  38. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  39. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  40. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  41. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  42. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  43. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  44. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  45. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2385 -2179
  46. package/node_modules/aws-sdk/dist/aws-sdk.js +80 -8
  47. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  50. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  51. package/node_modules/aws-sdk/package.json +1 -1
  52. package/node_modules/call-bind/CHANGELOG.md +9 -0
  53. package/node_modules/call-bind/index.js +1 -1
  54. package/node_modules/call-bind/package.json +10 -6
  55. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  56. package/node_modules/define-data-property/index.js +2 -2
  57. package/node_modules/define-data-property/package.json +19 -18
  58. package/node_modules/define-data-property/test/index.js +7 -7
  59. package/node_modules/es-errors/.eslintrc +5 -0
  60. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  61. package/node_modules/es-errors/CHANGELOG.md +40 -0
  62. package/node_modules/es-errors/LICENSE +21 -0
  63. package/node_modules/es-errors/README.md +55 -0
  64. package/node_modules/es-errors/eval.d.ts +3 -0
  65. package/node_modules/es-errors/eval.js +4 -0
  66. package/node_modules/es-errors/index.d.ts +3 -0
  67. package/node_modules/es-errors/index.js +4 -0
  68. package/node_modules/es-errors/package.json +80 -0
  69. package/node_modules/es-errors/range.d.ts +3 -0
  70. package/node_modules/es-errors/range.js +4 -0
  71. package/node_modules/es-errors/ref.d.ts +3 -0
  72. package/node_modules/es-errors/ref.js +4 -0
  73. package/node_modules/es-errors/syntax.d.ts +3 -0
  74. package/node_modules/es-errors/syntax.js +4 -0
  75. package/node_modules/es-errors/test/index.js +19 -0
  76. package/node_modules/es-errors/tsconfig.json +49 -0
  77. package/node_modules/es-errors/type.d.ts +3 -0
  78. package/node_modules/es-errors/type.js +4 -0
  79. package/node_modules/es-errors/uri.d.ts +3 -0
  80. package/node_modules/es-errors/uri.js +4 -0
  81. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  82. package/node_modules/get-intrinsic/index.js +15 -7
  83. package/node_modules/get-intrinsic/package.json +12 -12
  84. package/node_modules/has-tostringtag/.eslintrc +0 -6
  85. package/node_modules/has-tostringtag/.nycrc +13 -0
  86. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  87. package/node_modules/has-tostringtag/index.d.ts +3 -0
  88. package/node_modules/has-tostringtag/index.js +1 -0
  89. package/node_modules/has-tostringtag/package.json +37 -13
  90. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  91. package/node_modules/has-tostringtag/shams.js +1 -0
  92. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  93. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  94. package/node_modules/has-tostringtag/test/tests.js +2 -1
  95. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  96. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  97. package/node_modules/is-typed-array/index.d.ts +16 -0
  98. package/node_modules/is-typed-array/index.js +1 -0
  99. package/node_modules/is-typed-array/package.json +18 -7
  100. package/node_modules/is-typed-array/test/index.js +9 -1
  101. package/node_modules/is-typed-array/tsconfig.json +49 -0
  102. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  103. package/node_modules/set-function-length/index.js +1 -1
  104. package/node_modules/set-function-length/package.json +7 -6
  105. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  106. package/node_modules/which-typed-array/index.d.ts +16 -0
  107. package/node_modules/which-typed-array/index.js +39 -18
  108. package/node_modules/which-typed-array/package.json +18 -7
  109. package/node_modules/which-typed-array/test/index.js +9 -1
  110. package/node_modules/which-typed-array/tsconfig.json +49 -0
  111. package/package.json +4 -4
  112. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -36,91 +36,91 @@ declare class DataSync extends Service {
36
36
  */
37
37
  createAgent(callback?: (err: AWSError, data: DataSync.Types.CreateAgentResponse) => void): Request<DataSync.Types.CreateAgentResponse, AWSError>;
38
38
  /**
39
- * Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination. Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types. You also need a DataSync agent that can connect to your container.
39
+ * Creates a transfer location for a Microsoft Azure Blob Storage container. DataSync can use this location as a transfer source or destination. Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types. You also need a DataSync agent that can connect to your container.
40
40
  */
41
41
  createLocationAzureBlob(params: DataSync.Types.CreateLocationAzureBlobRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationAzureBlobResponse) => void): Request<DataSync.Types.CreateLocationAzureBlobResponse, AWSError>;
42
42
  /**
43
- * Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination. Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types. You also need a DataSync agent that can connect to your container.
43
+ * Creates a transfer location for a Microsoft Azure Blob Storage container. DataSync can use this location as a transfer source or destination. Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types. You also need a DataSync agent that can connect to your container.
44
44
  */
45
45
  createLocationAzureBlob(callback?: (err: AWSError, data: DataSync.Types.CreateLocationAzureBlobResponse) => void): Request<DataSync.Types.CreateLocationAzureBlobResponse, AWSError>;
46
46
  /**
47
- * Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see Creating a location for Amazon EFS.
47
+ * Creates a transfer location for an Amazon EFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses Amazon EFS file systems.
48
48
  */
49
49
  createLocationEfs(params: DataSync.Types.CreateLocationEfsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationEfsResponse) => void): Request<DataSync.Types.CreateLocationEfsResponse, AWSError>;
50
50
  /**
51
- * Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see Creating a location for Amazon EFS.
51
+ * Creates a transfer location for an Amazon EFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses Amazon EFS file systems.
52
52
  */
53
53
  createLocationEfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationEfsResponse) => void): Request<DataSync.Types.CreateLocationEfsResponse, AWSError>;
54
54
  /**
55
- * Creates an endpoint for an Amazon FSx for Lustre file system.
55
+ * Creates a transfer location for an Amazon FSx for Lustre file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Lustre file systems.
56
56
  */
57
57
  createLocationFsxLustre(params: DataSync.Types.CreateLocationFsxLustreRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxLustreResponse) => void): Request<DataSync.Types.CreateLocationFsxLustreResponse, AWSError>;
58
58
  /**
59
- * Creates an endpoint for an Amazon FSx for Lustre file system.
59
+ * Creates a transfer location for an Amazon FSx for Lustre file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Lustre file systems.
60
60
  */
61
61
  createLocationFsxLustre(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxLustreResponse) => void): Request<DataSync.Types.CreateLocationFsxLustreResponse, AWSError>;
62
62
  /**
63
- * Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for ONTAP file system.
63
+ * Creates a transfer location for an Amazon FSx for NetApp ONTAP file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for ONTAP file systems.
64
64
  */
65
65
  createLocationFsxOntap(params: DataSync.Types.CreateLocationFsxOntapRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOntapResponse) => void): Request<DataSync.Types.CreateLocationFsxOntapResponse, AWSError>;
66
66
  /**
67
- * Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for ONTAP file system.
67
+ * Creates a transfer location for an Amazon FSx for NetApp ONTAP file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for ONTAP file systems.
68
68
  */
69
69
  createLocationFsxOntap(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOntapResponse) => void): Request<DataSync.Types.CreateLocationFsxOntapResponse, AWSError>;
70
70
  /**
71
- * Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for OpenZFS. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.
71
+ * Creates a transfer location for an Amazon FSx for OpenZFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for OpenZFS file systems. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.
72
72
  */
73
73
  createLocationFsxOpenZfs(params: DataSync.Types.CreateLocationFsxOpenZfsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOpenZfsResponse) => void): Request<DataSync.Types.CreateLocationFsxOpenZfsResponse, AWSError>;
74
74
  /**
75
- * Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for OpenZFS. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.
75
+ * Creates a transfer location for an Amazon FSx for OpenZFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for OpenZFS file systems. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.
76
76
  */
77
77
  createLocationFsxOpenZfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOpenZfsResponse) => void): Request<DataSync.Types.CreateLocationFsxOpenZfsResponse, AWSError>;
78
78
  /**
79
- * Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for Windows File Server.
79
+ * Creates a transfer location for an Amazon FSx for Windows File Server file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Windows File Server file systems.
80
80
  */
81
81
  createLocationFsxWindows(params: DataSync.Types.CreateLocationFsxWindowsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxWindowsResponse) => void): Request<DataSync.Types.CreateLocationFsxWindowsResponse, AWSError>;
82
82
  /**
83
- * Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for Windows File Server.
83
+ * Creates a transfer location for an Amazon FSx for Windows File Server file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Windows File Server file systems.
84
84
  */
85
85
  createLocationFsxWindows(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxWindowsResponse) => void): Request<DataSync.Types.CreateLocationFsxWindowsResponse, AWSError>;
86
86
  /**
87
- * Creates an endpoint for a Hadoop Distributed File System (HDFS).
87
+ * Creates a transfer location for a Hadoop Distributed File System (HDFS). DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses HDFS clusters.
88
88
  */
89
89
  createLocationHdfs(params: DataSync.Types.CreateLocationHdfsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationHdfsResponse) => void): Request<DataSync.Types.CreateLocationHdfsResponse, AWSError>;
90
90
  /**
91
- * Creates an endpoint for a Hadoop Distributed File System (HDFS).
91
+ * Creates a transfer location for a Hadoop Distributed File System (HDFS). DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses HDFS clusters.
92
92
  */
93
93
  createLocationHdfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationHdfsResponse) => void): Request<DataSync.Types.CreateLocationHdfsResponse, AWSError>;
94
94
  /**
95
- * Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer. For more information, see Configuring transfers to or from an NFS file server. If you're copying data to or from an Snowcone device, you can also use CreateLocationNfs to create your transfer location. For more information, see Configuring transfers with Snowcone.
95
+ * Creates a transfer location for a Network File System (NFS) file server. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses NFS file servers. If you're copying data to or from an Snowcone device, you can also use CreateLocationNfs to create your transfer location. For more information, see Configuring transfers with Snowcone.
96
96
  */
97
97
  createLocationNfs(params: DataSync.Types.CreateLocationNfsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationNfsResponse) => void): Request<DataSync.Types.CreateLocationNfsResponse, AWSError>;
98
98
  /**
99
- * Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer. For more information, see Configuring transfers to or from an NFS file server. If you're copying data to or from an Snowcone device, you can also use CreateLocationNfs to create your transfer location. For more information, see Configuring transfers with Snowcone.
99
+ * Creates a transfer location for a Network File System (NFS) file server. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses NFS file servers. If you're copying data to or from an Snowcone device, you can also use CreateLocationNfs to create your transfer location. For more information, see Configuring transfers with Snowcone.
100
100
  */
101
101
  createLocationNfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationNfsResponse) => void): Request<DataSync.Types.CreateLocationNfsResponse, AWSError>;
102
102
  /**
103
- * Creates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see Creating a location for object storage.
103
+ * Creates a transfer location for an object storage system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand the prerequisites for DataSync to work with object storage systems.
104
104
  */
105
105
  createLocationObjectStorage(params: DataSync.Types.CreateLocationObjectStorageRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationObjectStorageResponse) => void): Request<DataSync.Types.CreateLocationObjectStorageResponse, AWSError>;
106
106
  /**
107
- * Creates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see Creating a location for object storage.
107
+ * Creates a transfer location for an object storage system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand the prerequisites for DataSync to work with object storage systems.
108
108
  */
109
109
  createLocationObjectStorage(callback?: (err: AWSError, data: DataSync.Types.CreateLocationObjectStorageResponse) => void): Request<DataSync.Types.CreateLocationObjectStorageResponse, AWSError>;
110
110
  /**
111
- * A location is an endpoint for an Amazon S3 bucket. DataSync can use the location as a source or destination for copying data. Before you create your location, make sure that you read the following sections: Storage class considerations with Amazon S3 locations Evaluating S3 request costs when using DataSync For more information, see Creating an Amazon S3 location.
111
+ * Creates a transfer location for an Amazon S3 bucket. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you read the following topics: Storage class considerations with Amazon S3 locations Evaluating S3 request costs when using DataSync For more information, see Configuring transfers with Amazon S3.
112
112
  */
113
113
  createLocationS3(params: DataSync.Types.CreateLocationS3Request, callback?: (err: AWSError, data: DataSync.Types.CreateLocationS3Response) => void): Request<DataSync.Types.CreateLocationS3Response, AWSError>;
114
114
  /**
115
- * A location is an endpoint for an Amazon S3 bucket. DataSync can use the location as a source or destination for copying data. Before you create your location, make sure that you read the following sections: Storage class considerations with Amazon S3 locations Evaluating S3 request costs when using DataSync For more information, see Creating an Amazon S3 location.
115
+ * Creates a transfer location for an Amazon S3 bucket. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you read the following topics: Storage class considerations with Amazon S3 locations Evaluating S3 request costs when using DataSync For more information, see Configuring transfers with Amazon S3.
116
116
  */
117
117
  createLocationS3(callback?: (err: AWSError, data: DataSync.Types.CreateLocationS3Response) => void): Request<DataSync.Types.CreateLocationS3Response, AWSError>;
118
118
  /**
119
- * Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an SMB file server.
119
+ * Creates a transfer location for a Server Message Block (SMB) file server. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses SMB file servers.
120
120
  */
121
121
  createLocationSmb(params: DataSync.Types.CreateLocationSmbRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
122
122
  /**
123
- * Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an SMB file server.
123
+ * Creates a transfer location for a Server Message Block (SMB) file server. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses SMB file servers.
124
124
  */
125
125
  createLocationSmb(callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
126
126
  /**
@@ -140,19 +140,19 @@ declare class DataSync extends Service {
140
140
  */
141
141
  deleteAgent(callback?: (err: AWSError, data: DataSync.Types.DeleteAgentResponse) => void): Request<DataSync.Types.DeleteAgentResponse, AWSError>;
142
142
  /**
143
- * Deletes the configuration of a location used by DataSync.
143
+ * Deletes a transfer location resource from DataSync.
144
144
  */
145
145
  deleteLocation(params: DataSync.Types.DeleteLocationRequest, callback?: (err: AWSError, data: DataSync.Types.DeleteLocationResponse) => void): Request<DataSync.Types.DeleteLocationResponse, AWSError>;
146
146
  /**
147
- * Deletes the configuration of a location used by DataSync.
147
+ * Deletes a transfer location resource from DataSync.
148
148
  */
149
149
  deleteLocation(callback?: (err: AWSError, data: DataSync.Types.DeleteLocationResponse) => void): Request<DataSync.Types.DeleteLocationResponse, AWSError>;
150
150
  /**
151
- * Deletes an DataSync transfer task.
151
+ * Deletes a transfer task resource from DataSync.
152
152
  */
153
153
  deleteTask(params: DataSync.Types.DeleteTaskRequest, callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
154
154
  /**
155
- * Deletes an DataSync transfer task.
155
+ * Deletes a transfer task resource from DataSync.
156
156
  */
157
157
  deleteTask(callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
158
158
  /**
@@ -180,51 +180,51 @@ declare class DataSync extends Service {
180
180
  */
181
181
  describeLocationAzureBlob(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationAzureBlobResponse) => void): Request<DataSync.Types.DescribeLocationAzureBlobResponse, AWSError>;
182
182
  /**
183
- * Returns metadata about your DataSync location for an Amazon EFS file system.
183
+ * Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
184
184
  */
185
185
  describeLocationEfs(params: DataSync.Types.DescribeLocationEfsRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationEfsResponse) => void): Request<DataSync.Types.DescribeLocationEfsResponse, AWSError>;
186
186
  /**
187
- * Returns metadata about your DataSync location for an Amazon EFS file system.
187
+ * Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
188
188
  */
189
189
  describeLocationEfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationEfsResponse) => void): Request<DataSync.Types.DescribeLocationEfsResponse, AWSError>;
190
190
  /**
191
- * Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
191
+ * Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.
192
192
  */
193
193
  describeLocationFsxLustre(params: DataSync.Types.DescribeLocationFsxLustreRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxLustreResponse) => void): Request<DataSync.Types.DescribeLocationFsxLustreResponse, AWSError>;
194
194
  /**
195
- * Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
195
+ * Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.
196
196
  */
197
197
  describeLocationFsxLustre(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxLustreResponse) => void): Request<DataSync.Types.DescribeLocationFsxLustreResponse, AWSError>;
198
198
  /**
199
- * Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.
199
+ * Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.
200
200
  */
201
201
  describeLocationFsxOntap(params: DataSync.Types.DescribeLocationFsxOntapRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxOntapResponse) => void): Request<DataSync.Types.DescribeLocationFsxOntapResponse, AWSError>;
202
202
  /**
203
- * Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.
203
+ * Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.
204
204
  */
205
205
  describeLocationFsxOntap(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxOntapResponse) => void): Request<DataSync.Types.DescribeLocationFsxOntapResponse, AWSError>;
206
206
  /**
207
- * Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.
207
+ * Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.
208
208
  */
209
209
  describeLocationFsxOpenZfs(params: DataSync.Types.DescribeLocationFsxOpenZfsRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxOpenZfsResponse) => void): Request<DataSync.Types.DescribeLocationFsxOpenZfsResponse, AWSError>;
210
210
  /**
211
- * Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.
211
+ * Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.
212
212
  */
213
213
  describeLocationFsxOpenZfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxOpenZfsResponse) => void): Request<DataSync.Types.DescribeLocationFsxOpenZfsResponse, AWSError>;
214
214
  /**
215
- * Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
215
+ * Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.
216
216
  */
217
217
  describeLocationFsxWindows(params: DataSync.Types.DescribeLocationFsxWindowsRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxWindowsResponse) => void): Request<DataSync.Types.DescribeLocationFsxWindowsResponse, AWSError>;
218
218
  /**
219
- * Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
219
+ * Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.
220
220
  */
221
221
  describeLocationFsxWindows(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationFsxWindowsResponse) => void): Request<DataSync.Types.DescribeLocationFsxWindowsResponse, AWSError>;
222
222
  /**
223
- * Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.
223
+ * Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.
224
224
  */
225
225
  describeLocationHdfs(params: DataSync.Types.DescribeLocationHdfsRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationHdfsResponse) => void): Request<DataSync.Types.DescribeLocationHdfsResponse, AWSError>;
226
226
  /**
227
- * Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.
227
+ * Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.
228
228
  */
229
229
  describeLocationHdfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationHdfsResponse) => void): Request<DataSync.Types.DescribeLocationHdfsResponse, AWSError>;
230
230
  /**
@@ -236,27 +236,27 @@ declare class DataSync extends Service {
236
236
  */
237
237
  describeLocationNfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationNfsResponse) => void): Request<DataSync.Types.DescribeLocationNfsResponse, AWSError>;
238
238
  /**
239
- * Returns metadata about your DataSync location for an object storage system.
239
+ * Provides details about how an DataSync transfer location for an object storage system is configured.
240
240
  */
241
241
  describeLocationObjectStorage(params: DataSync.Types.DescribeLocationObjectStorageRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationObjectStorageResponse) => void): Request<DataSync.Types.DescribeLocationObjectStorageResponse, AWSError>;
242
242
  /**
243
- * Returns metadata about your DataSync location for an object storage system.
243
+ * Provides details about how an DataSync transfer location for an object storage system is configured.
244
244
  */
245
245
  describeLocationObjectStorage(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationObjectStorageResponse) => void): Request<DataSync.Types.DescribeLocationObjectStorageResponse, AWSError>;
246
246
  /**
247
- * Returns metadata, such as bucket name, about an Amazon S3 bucket location.
247
+ * Provides details about how an DataSync transfer location for an S3 bucket is configured.
248
248
  */
249
249
  describeLocationS3(params: DataSync.Types.DescribeLocationS3Request, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationS3Response) => void): Request<DataSync.Types.DescribeLocationS3Response, AWSError>;
250
250
  /**
251
- * Returns metadata, such as bucket name, about an Amazon S3 bucket location.
251
+ * Provides details about how an DataSync transfer location for an S3 bucket is configured.
252
252
  */
253
253
  describeLocationS3(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationS3Response) => void): Request<DataSync.Types.DescribeLocationS3Response, AWSError>;
254
254
  /**
255
- * Returns metadata, such as the path and user information about an SMB location.
255
+ * Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.
256
256
  */
257
257
  describeLocationSmb(params: DataSync.Types.DescribeLocationSmbRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationSmbResponse) => void): Request<DataSync.Types.DescribeLocationSmbResponse, AWSError>;
258
258
  /**
259
- * Returns metadata, such as the path and user information about an SMB location.
259
+ * Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.
260
260
  */
261
261
  describeLocationSmb(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationSmbResponse) => void): Request<DataSync.Types.DescribeLocationSmbResponse, AWSError>;
262
262
  /**
@@ -348,11 +348,11 @@ declare class DataSync extends Service {
348
348
  */
349
349
  listTagsForResource(callback?: (err: AWSError, data: DataSync.Types.ListTagsForResourceResponse) => void): Request<DataSync.Types.ListTagsForResourceResponse, AWSError>;
350
350
  /**
351
- * Returns a list of executed tasks.
351
+ * Returns a list of executions for an DataSync transfer task.
352
352
  */
353
353
  listTaskExecutions(params: DataSync.Types.ListTaskExecutionsRequest, callback?: (err: AWSError, data: DataSync.Types.ListTaskExecutionsResponse) => void): Request<DataSync.Types.ListTaskExecutionsResponse, AWSError>;
354
354
  /**
355
- * Returns a list of executed tasks.
355
+ * Returns a list of executions for an DataSync transfer task.
356
356
  */
357
357
  listTaskExecutions(callback?: (err: AWSError, data: DataSync.Types.ListTaskExecutionsResponse) => void): Request<DataSync.Types.ListTaskExecutionsResponse, AWSError>;
358
358
  /**
@@ -476,11 +476,11 @@ declare class DataSync extends Service {
476
476
  */
477
477
  updateStorageSystem(callback?: (err: AWSError, data: DataSync.Types.UpdateStorageSystemResponse) => void): Request<DataSync.Types.UpdateStorageSystemResponse, AWSError>;
478
478
  /**
479
- * Updates the configuration of a DataSync transfer task.
479
+ * Updates the configuration of an DataSync transfer task.
480
480
  */
481
481
  updateTask(params: DataSync.Types.UpdateTaskRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateTaskResponse) => void): Request<DataSync.Types.UpdateTaskResponse, AWSError>;
482
482
  /**
483
- * Updates the configuration of a DataSync transfer task.
483
+ * Updates the configuration of an DataSync transfer task.
484
484
  */
485
485
  updateTask(callback?: (err: AWSError, data: DataSync.Types.UpdateTaskResponse) => void): Request<DataSync.Types.UpdateTaskResponse, AWSError>;
486
486
  /**
@@ -801,15 +801,15 @@ declare namespace DataSync {
801
801
  */
802
802
  Tags?: InputTagList;
803
803
  /**
804
- * Specifies the user who has the permissions to access files, folders, and metadata in your file system. For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
804
+ * Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system. For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
805
805
  */
806
806
  User: SmbUser;
807
807
  /**
808
- * Specifies the name of the Windows domain that the FSx for Windows File Server belongs to. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server. For more information, see required permissions for FSx for Windows File Server locations.
808
+ * Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to. If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
809
809
  */
810
810
  Domain?: SmbDomain;
811
811
  /**
812
- * Specifies the password of the user who has the permissions to access files and folders in the file system. For more information, see required permissions for FSx for Windows File Server locations.
812
+ * Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
813
813
  */
814
814
  Password: SmbPassword;
815
815
  }
@@ -957,36 +957,36 @@ declare namespace DataSync {
957
957
  }
958
958
  export interface CreateLocationS3Request {
959
959
  /**
960
- * A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.
960
+ * Specifies a prefix in the S3 bucket that DataSync reads from or writes to (depending on whether the bucket is a source or destination location). DataSync can't transfer objects with a prefix that begins with a slash (/) or includes //, /./, or /../ patterns. For example: /photos photos//2006/January photos/./2006/February photos/../2006/March
961
961
  */
962
962
  Subdirectory?: S3Subdirectory;
963
963
  /**
964
- * The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an access point ARN.
964
+ * Specifies the ARN of the S3 bucket that you want to use as a location. (When creating your DataSync task later, you specify whether this location is a transfer source or destination.) If your S3 bucket is located on an Outposts resource, you must specify an Amazon S3 access point. For more information, see Managing data access with Amazon S3 access points in the Amazon S3 User Guide.
965
965
  */
966
966
  S3BucketArn: S3BucketArn;
967
967
  /**
968
- * The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
968
+ * Specifies the storage class that you want your objects to use when Amazon S3 is a transfer destination. For buckets in Amazon Web Services Regions, the storage class defaults to STANDARD. For buckets on Outposts, the storage class defaults to OUTPOSTS. For more information, see Storage class considerations with Amazon S3 transfers.
969
969
  */
970
970
  S3StorageClass?: S3StorageClass;
971
971
  S3Config: S3Config;
972
972
  /**
973
- * If you're using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the DataSync agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
973
+ * (Amazon S3 on Outposts only) Specifies the Amazon Resource Name (ARN) of the DataSync agent on your Outpost. For more information, see Deploy your DataSync agent on Outposts.
974
974
  */
975
975
  AgentArns?: AgentArnList;
976
976
  /**
977
- * The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
977
+ * Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
978
978
  */
979
979
  Tags?: InputTagList;
980
980
  }
981
981
  export interface CreateLocationS3Response {
982
982
  /**
983
- * The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
983
+ * The ARN of the S3 location that you created.
984
984
  */
985
985
  LocationArn?: LocationArn;
986
986
  }
987
987
  export interface CreateLocationSmbRequest {
988
988
  /**
989
- * Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure that other SMB clients in your network can also mount this path. To copy all data in the specified subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see required permissions for SMB locations.
989
+ * Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure that other SMB clients in your network can also mount this path. To copy all data in the subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see required permissions for SMB locations.
990
990
  */
991
991
  Subdirectory: SmbSubdirectory;
992
992
  /**
@@ -994,11 +994,11 @@ declare namespace DataSync {
994
994
  */
995
995
  ServerHostname: ServerHostname;
996
996
  /**
997
- * Specifies the user name that can mount your SMB file server and has permission to access the files and folders involved in your transfer. For information about choosing a user with the right level of access for your transfer, see required permissions for SMB locations.
997
+ * Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server. For information about choosing a user with the right level of access for your transfer, see required permissions for SMB locations.
998
998
  */
999
999
  User: SmbUser;
1000
1000
  /**
1001
- * Specifies the Windows domain name that your SMB file server belongs to. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server. For more information, see required permissions for SMB locations.
1001
+ * Specifies the name of the Active Directory domain that your SMB file server belongs to. If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
1002
1002
  */
1003
1003
  Domain?: SmbDomain;
1004
1004
  /**
@@ -1062,7 +1062,11 @@ declare namespace DataSync {
1062
1062
  */
1063
1063
  Includes?: FilterList;
1064
1064
  /**
1065
- * Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.
1065
+ * Configures a manifest, which is a list of files or objects that you want DataSync to transfer. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest. When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission.
1066
+ */
1067
+ ManifestConfig?: ManifestConfig;
1068
+ /**
1069
+ * Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports. When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission.
1066
1070
  */
1067
1071
  TaskReportConfig?: TaskReportConfig;
1068
1072
  }
@@ -1334,21 +1338,21 @@ declare namespace DataSync {
1334
1338
  }
1335
1339
  export interface DescribeLocationFsxWindowsRequest {
1336
1340
  /**
1337
- * The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.
1341
+ * Specifies the Amazon Resource Name (ARN) of the FSx for Windows File Server location.
1338
1342
  */
1339
1343
  LocationArn: LocationArn;
1340
1344
  }
1341
1345
  export interface DescribeLocationFsxWindowsResponse {
1342
1346
  /**
1343
- * The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
1347
+ * The ARN of the FSx for Windows File Server location.
1344
1348
  */
1345
1349
  LocationArn?: LocationArn;
1346
1350
  /**
1347
- * The URL of the FSx for Windows File Server location that was described.
1351
+ * The uniform resource identifier (URI) of the FSx for Windows File Server location.
1348
1352
  */
1349
1353
  LocationUri?: LocationUri;
1350
1354
  /**
1351
- * The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
1355
+ * The ARNs of the security groups that are configured for the FSx for Windows File Server file system.
1352
1356
  */
1353
1357
  SecurityGroupArns?: Ec2SecurityGroupArnList;
1354
1358
  /**
@@ -1356,31 +1360,31 @@ declare namespace DataSync {
1356
1360
  */
1357
1361
  CreationTime?: Time;
1358
1362
  /**
1359
- * The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
1363
+ * The user with the permissions to mount and access the FSx for Windows File Server file system.
1360
1364
  */
1361
1365
  User?: SmbUser;
1362
1366
  /**
1363
- * The name of the Windows domain that the FSx for Windows File Server belongs to.
1367
+ * The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
1364
1368
  */
1365
1369
  Domain?: SmbDomain;
1366
1370
  }
1367
1371
  export interface DescribeLocationHdfsRequest {
1368
1372
  /**
1369
- * The Amazon Resource Name (ARN) of the HDFS cluster location to describe.
1373
+ * Specifies the Amazon Resource Name (ARN) of the HDFS location.
1370
1374
  */
1371
1375
  LocationArn: LocationArn;
1372
1376
  }
1373
1377
  export interface DescribeLocationHdfsResponse {
1374
1378
  /**
1375
- * The ARN of the HDFS cluster location.
1379
+ * The ARN of the HDFS location.
1376
1380
  */
1377
1381
  LocationArn?: LocationArn;
1378
1382
  /**
1379
- * The URI of the HDFS cluster location.
1383
+ * The URI of the HDFS location.
1380
1384
  */
1381
1385
  LocationUri?: LocationUri;
1382
1386
  /**
1383
- * The NameNode that manage the HDFS namespace.
1387
+ * The NameNode that manages the HDFS namespace.
1384
1388
  */
1385
1389
  NameNodes?: HdfsNameNodeList;
1386
1390
  /**
@@ -1396,7 +1400,7 @@ declare namespace DataSync {
1396
1400
  */
1397
1401
  KmsKeyProviderUri?: KmsKeyProviderUri;
1398
1402
  /**
1399
- * The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster.
1403
+ * The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.
1400
1404
  */
1401
1405
  QopConfiguration?: QopConfiguration;
1402
1406
  /**
@@ -1404,7 +1408,7 @@ declare namespace DataSync {
1404
1408
  */
1405
1409
  AuthenticationType?: HdfsAuthenticationType;
1406
1410
  /**
1407
- * The user name used to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.
1411
+ * The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.
1408
1412
  */
1409
1413
  SimpleUser?: HdfsUser;
1410
1414
  /**
@@ -1412,7 +1416,7 @@ declare namespace DataSync {
1412
1416
  */
1413
1417
  KerberosPrincipal?: KerberosPrincipal;
1414
1418
  /**
1415
- * The ARNs of the agents that are used to connect to the HDFS cluster.
1419
+ * The ARNs of the DataSync agents that can connect with your HDFS cluster.
1416
1420
  */
1417
1421
  AgentArns?: AgentArnList;
1418
1422
  /**
@@ -1432,7 +1436,7 @@ declare namespace DataSync {
1432
1436
  */
1433
1437
  LocationArn?: LocationArn;
1434
1438
  /**
1435
- * The URL of the NFS location.
1439
+ * The URI of the NFS location.
1436
1440
  */
1437
1441
  LocationUri?: LocationUri;
1438
1442
  OnPremConfig?: OnPremConfig;
@@ -1447,7 +1451,7 @@ declare namespace DataSync {
1447
1451
  }
1448
1452
  export interface DescribeLocationObjectStorageRequest {
1449
1453
  /**
1450
- * The Amazon Resource Name (ARN) of the object storage system location that you want information about.
1454
+ * Specifies the Amazon Resource Name (ARN) of the object storage system location.
1451
1455
  */
1452
1456
  LocationArn: LocationArn;
1453
1457
  }
@@ -1457,7 +1461,7 @@ declare namespace DataSync {
1457
1461
  */
1458
1462
  LocationArn?: LocationArn;
1459
1463
  /**
1460
- * The URL of the object storage system location.
1464
+ * The URI of the object storage system location.
1461
1465
  */
1462
1466
  LocationUri?: LocationUri;
1463
1467
  /**
@@ -1473,7 +1477,7 @@ declare namespace DataSync {
1473
1477
  */
1474
1478
  ServerProtocol?: ObjectStorageServerProtocol;
1475
1479
  /**
1476
- * The ARNs of the DataSync agents that can securely connect with your location.
1480
+ * The ARNs of the DataSync agents that can connect with your object storage system.
1477
1481
  */
1478
1482
  AgentArns?: AgentArnList;
1479
1483
  /**
@@ -1487,13 +1491,13 @@ declare namespace DataSync {
1487
1491
  }
1488
1492
  export interface DescribeLocationS3Request {
1489
1493
  /**
1490
- * The Amazon Resource Name (ARN) of the Amazon S3 bucket location to describe.
1494
+ * Specifies the Amazon Resource Name (ARN) of the Amazon S3 location.
1491
1495
  */
1492
1496
  LocationArn: LocationArn;
1493
1497
  }
1494
1498
  export interface DescribeLocationS3Response {
1495
1499
  /**
1496
- * The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
1500
+ * The ARN of the Amazon S3 location.
1497
1501
  */
1498
1502
  LocationArn?: LocationArn;
1499
1503
  /**
@@ -1501,48 +1505,48 @@ declare namespace DataSync {
1501
1505
  */
1502
1506
  LocationUri?: LocationUri;
1503
1507
  /**
1504
- * The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
1508
+ * When Amazon S3 is a destination location, this is the storage class that you chose for your objects. Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
1505
1509
  */
1506
1510
  S3StorageClass?: S3StorageClass;
1507
1511
  S3Config?: S3Config;
1508
1512
  /**
1509
- * If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
1513
+ * The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts. For more information, see Deploy your DataSync agent on Outposts.
1510
1514
  */
1511
1515
  AgentArns?: AgentArnList;
1512
1516
  /**
1513
- * The time that the Amazon S3 bucket location was created.
1517
+ * The time that the Amazon S3 location was created.
1514
1518
  */
1515
1519
  CreationTime?: Time;
1516
1520
  }
1517
1521
  export interface DescribeLocationSmbRequest {
1518
1522
  /**
1519
- * The Amazon Resource Name (ARN) of the SMB location to describe.
1523
+ * Specifies the Amazon Resource Name (ARN) of the SMB location that you want information about.
1520
1524
  */
1521
1525
  LocationArn: LocationArn;
1522
1526
  }
1523
1527
  export interface DescribeLocationSmbResponse {
1524
1528
  /**
1525
- * The Amazon Resource Name (ARN) of the SMB location that was described.
1529
+ * The ARN of the SMB location.
1526
1530
  */
1527
1531
  LocationArn?: LocationArn;
1528
1532
  /**
1529
- * The URL of the source SMB location that was described.
1533
+ * The URI of the SMB location.
1530
1534
  */
1531
1535
  LocationUri?: LocationUri;
1532
1536
  /**
1533
- * The Amazon Resource Name (ARN) of the source SMB file system location that is created.
1537
+ * The ARNs of the DataSync agents that can connect with your SMB file server.
1534
1538
  */
1535
1539
  AgentArns?: AgentArnList;
1536
1540
  /**
1537
- * The user who can mount the share, has the permissions to access files and folders in the SMB share.
1541
+ * The user that can mount and access the files, folders, and file metadata in your SMB file server.
1538
1542
  */
1539
1543
  User?: SmbUser;
1540
1544
  /**
1541
- * The name of the Windows domain that the SMB server belongs to.
1545
+ * The name of the Microsoft Active Directory domain that the SMB file server belongs to.
1542
1546
  */
1543
1547
  Domain?: SmbDomain;
1544
1548
  /**
1545
- * The mount options that are available for DataSync to use to access an SMB location.
1549
+ * The protocol that DataSync use to access your SMB file.
1546
1550
  */
1547
1551
  MountOptions?: SmbMountOptions;
1548
1552
  /**
@@ -1698,6 +1702,10 @@ declare namespace DataSync {
1698
1702
  * A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1699
1703
  */
1700
1704
  Includes?: FilterList;
1705
+ /**
1706
+ * The configuration of the manifest that lists the files or objects to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
1707
+ */
1708
+ ManifestConfig?: ManifestConfig;
1701
1709
  /**
1702
1710
  * The time when the task execution started.
1703
1711
  */
@@ -1722,16 +1730,16 @@ declare namespace DataSync {
1722
1730
  * The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see BytesCompressed.
1723
1731
  */
1724
1732
  BytesTransferred?: long;
1725
- /**
1726
- * The result of the task execution.
1727
- */
1728
- Result?: TaskExecutionResultDetail;
1729
1733
  /**
1730
1734
  * The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred unless the data isn't compressible.
1731
1735
  */
1732
1736
  BytesCompressed?: long;
1733
1737
  /**
1734
- * The configuration of your task report, which provides detailed information about for your DataSync transfer.
1738
+ * The result of the task execution.
1739
+ */
1740
+ Result?: TaskExecutionResultDetail;
1741
+ /**
1742
+ * The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
1735
1743
  */
1736
1744
  TaskReportConfig?: TaskReportConfig;
1737
1745
  /**
@@ -1827,7 +1835,11 @@ declare namespace DataSync {
1827
1835
  */
1828
1836
  Includes?: FilterList;
1829
1837
  /**
1830
- * The configuration of your task report. For more information, see Creating a task report.
1838
+ * The configuration of the manifest that lists the files or objects to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
1839
+ */
1840
+ ManifestConfig?: ManifestConfig;
1841
+ /**
1842
+ * The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
1831
1843
  */
1832
1844
  TaskReportConfig?: TaskReportConfig;
1833
1845
  }
@@ -1921,7 +1933,7 @@ declare namespace DataSync {
1921
1933
  }
1922
1934
  export interface FsxProtocolSmb {
1923
1935
  /**
1924
- * Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.
1936
+ * Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to. If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.
1925
1937
  */
1926
1938
  Domain?: SmbDomain;
1927
1939
  MountOptions?: SmbMountOptions;
@@ -1930,7 +1942,7 @@ declare namespace DataSync {
1930
1942
  */
1931
1943
  Password: SmbPassword;
1932
1944
  /**
1933
- * Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM. If you provide a user in your Active Directory, note the following: If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group. If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system. Make sure that the user has the permissions it needs to copy the data you want: SE_TCB_NAME: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs). SE_SECURITY_NAME: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see Ownership and permissions-related options.
1945
+ * Specifies a user that can mount and access the files, folders, and metadata in your SVM. For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.
1934
1946
  */
1935
1947
  User: SmbUser;
1936
1948
  }
@@ -2124,25 +2136,25 @@ declare namespace DataSync {
2124
2136
  }
2125
2137
  export interface ListTaskExecutionsRequest {
2126
2138
  /**
2127
- * The Amazon Resource Name (ARN) of the task whose tasks you want to list.
2139
+ * Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
2128
2140
  */
2129
2141
  TaskArn?: TaskArn;
2130
2142
  /**
2131
- * The maximum number of executed tasks to list.
2143
+ * Specifies how many results you want in the response.
2132
2144
  */
2133
2145
  MaxResults?: MaxResults;
2134
2146
  /**
2135
- * An opaque string that indicates the position at which to begin the next list of the executed tasks.
2147
+ * Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
2136
2148
  */
2137
2149
  NextToken?: NextToken;
2138
2150
  }
2139
2151
  export interface ListTaskExecutionsResponse {
2140
2152
  /**
2141
- * A list of executed tasks.
2153
+ * A list of the task's executions.
2142
2154
  */
2143
2155
  TaskExecutions?: TaskExecutionList;
2144
2156
  /**
2145
- * An opaque string that indicates the position at which to begin returning the next list of executed tasks.
2157
+ * The opaque string that indicates the position to begin the next list of results in the response.
2146
2158
  */
2147
2159
  NextToken?: NextToken;
2148
2160
  }
@@ -2201,6 +2213,22 @@ declare namespace DataSync {
2201
2213
  export type LocationUri = string;
2202
2214
  export type LogGroupArn = string;
2203
2215
  export type LogLevel = "OFF"|"BASIC"|"TRANSFER"|string;
2216
+ export type ManifestAction = "TRANSFER"|string;
2217
+ export interface ManifestConfig {
2218
+ /**
2219
+ * Specifies what DataSync uses the manifest for.
2220
+ */
2221
+ Action?: ManifestAction;
2222
+ /**
2223
+ * Specifies the file format of your manifest. For more information, see Creating a manifest.
2224
+ */
2225
+ Format?: ManifestFormat;
2226
+ /**
2227
+ * Specifies the manifest that you want DataSync to use and where it's hosted. You must specify this parameter if you're configuring a new manifest on or after February 7, 2024. If you don't, you'll get a 400 status code and ValidationException error stating that you're missing the IAM role for DataSync to access the S3 bucket where you're hosting your manifest. For more information, see Providing DataSync access to your manifest.
2228
+ */
2229
+ Source?: SourceManifestConfig;
2230
+ }
2231
+ export type ManifestFormat = "CSV"|string;
2204
2232
  export interface MaxP95Performance {
2205
2233
  /**
2206
2234
  * Peak IOPS related to read operations.
@@ -2453,39 +2481,39 @@ declare namespace DataSync {
2453
2481
  export type Operator = "Equals"|"NotEquals"|"In"|"LessThanOrEqual"|"LessThan"|"GreaterThanOrEqual"|"GreaterThan"|"Contains"|"NotContains"|"BeginsWith"|string;
2454
2482
  export interface Options {
2455
2483
  /**
2456
- * Specifies how and when DataSync checks the integrity of your data during a transfer. Default value: POINT_IN_TIME_CONSISTENT ONLY_FILES_TRANSFERRED (recommended): DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination. We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. POINT_IN_TIME_CONSISTENT: At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized. You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. NONE: DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.
2484
+ * Specifies how and when DataSync checks the integrity of your data during a transfer. ONLY_FILES_TRANSFERRED (recommended) - DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination. We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. POINT_IN_TIME_CONSISTENT (default) - At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized. You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. NONE - DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.
2457
2485
  */
2458
2486
  VerifyMode?: VerifyMode;
2459
2487
  /**
2460
- * Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes. Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync.
2488
+ * Specifies whether DataSync should modify or preserve data at the destination location. ALWAYS (default) - DataSync modifies data in the destination location when source data (including metadata) has changed. If DataSync overwrites objects, you might incur additional charges for certain Amazon S3 storage classes (for example, for retrieval or early deletion). For more information, see Storage class considerations with Amazon S3 transfers. NEVER - DataSync doesn't overwrite data in the destination location even if the source data has changed. You can use this option to protect against overwriting changes made to files or objects in the destination.
2461
2489
  */
2462
2490
  OverwriteMode?: OverwriteMode;
2463
2491
  /**
2464
- * Specifies whether to preserve metadata indicating the last time a file was read or written to. If you set Atime to BEST_EFFORT, DataSync attempts to preserve the original Atime attribute on all source files (that is, the version before the PREPARING phase of the task execution). The behavior of Atime isn't fully standard across platforms, so DataSync can only do this on a best-effort basis. Default value: BEST_EFFORT BEST_EFFORT: Attempt to preserve the per-file Atime value (recommended). NONE: Ignore Atime. If Atime is set to BEST_EFFORT, Mtime must be set to PRESERVE. If Atime is set to NONE, Mtime must also be NONE.
2492
+ * Specifies whether to preserve metadata indicating the last time a file was read or written to. The behavior of Atime isn't fully standard across platforms, so DataSync can only do this on a best-effort basis. BEST_EFFORT (default) - DataSync attempts to preserve the original Atime attribute on all source files (that is, the version before the PREPARING phase of the task execution). This option is recommended. NONE - Ignores Atime. If Atime is set to BEST_EFFORT, Mtime must be set to PRESERVE. If Atime is set to NONE, Mtime must also be NONE.
2465
2493
  */
2466
2494
  Atime?: Atime;
2467
2495
  /**
2468
- * Specifies whether to preserve metadata indicating the last time that a file was written to before the PREPARING phase of your task execution. This option is required when you need to run the a task more than once. Default Value: PRESERVE PRESERVE: Preserve original Mtime (recommended) NONE: Ignore Mtime. If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT. If Mtime is set to NONE, Atime must also be set to NONE.
2496
+ * Specifies whether to preserve metadata indicating the last time that a file was written to before the PREPARING phase of your task execution. This option is required when you need to run the a task more than once. PRESERVE (default) - Preserves original Mtime, which is recommended. NONE - Ignores Mtime. If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT. If Mtime is set to NONE, Atime must also be set to NONE.
2469
2497
  */
2470
2498
  Mtime?: Mtime;
2471
2499
  /**
2472
- * Specifies the POSIX user ID (UID) of the file's owner. For more information, see Metadata copied by DataSync. Default value: INT_VALUE. This preserves the integer value of the ID. INT_VALUE: Preserve the integer value of UID and group ID (GID) (recommended). NONE: Ignore UID and GID.
2500
+ * Specifies the POSIX user ID (UID) of the file's owner. INT_VALUE (default) - Preserves the integer value of UID and group ID (GID), which is recommended. NONE - Ignores UID and GID. For more information, see Metadata copied by DataSync.
2473
2501
  */
2474
2502
  Uid?: Uid;
2475
2503
  /**
2476
- * Specifies the POSIX group ID (GID) of the file's owners. For more information, see Metadata copied by DataSync. Default value: INT_VALUE. This preserves the integer value of the ID. INT_VALUE: Preserve the integer value of user ID (UID) and GID (recommended). NONE: Ignore UID and GID.
2504
+ * Specifies the POSIX group ID (GID) of the file's owners. INT_VALUE (default) - Preserves the integer value of user ID (UID) and GID, which is recommended. NONE - Ignores UID and GID. For more information, see Metadata copied by DataSync.
2477
2505
  */
2478
2506
  Gid?: Gid;
2479
2507
  /**
2480
- * Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync. Default value: PRESERVE PRESERVE: Ignore such destination files (recommended). REMOVE: Delete destination files that aren’t present in the source. If you set this parameter to REMOVE, you can't set TransferMode to ALL. When you transfer all data, DataSync doesn't scan your destination location and doesn't know what to delete.
2508
+ * Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync. PRESERVE (default) - Ignores such destination files, which is recommended. REMOVE - Deletes destination files that aren’t present in the source. If you set this parameter to REMOVE, you can't set TransferMode to ALL. When you transfer all data, DataSync doesn't scan your destination location and doesn't know what to delete.
2481
2509
  */
2482
2510
  PreserveDeletedFiles?: PreserveDeletedFiles;
2483
2511
  /**
2484
- * Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination. DataSync copies only the name and metadata of such devices. DataSync can't copy the actual contents of these devices because they're nonterminal and don't return an end-of-file (EOF) marker. Default value: NONE NONE: Ignore special devices (recommended). PRESERVE: Preserve character and block device metadata. This option currently isn't supported for Amazon EFS.
2512
+ * Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination. DataSync copies only the name and metadata of such devices. DataSync can't copy the actual contents of these devices because they're nonterminal and don't return an end-of-file (EOF) marker. NONE (default) - Ignores special devices (recommended). PRESERVE - Preserves character and block device metadata. This option currently isn't supported for Amazon EFS.
2485
2513
  */
2486
2514
  PreserveDevices?: PreserveDevices;
2487
2515
  /**
2488
- * Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file. For more information, see Metadata copied by DataSync. Default value: PRESERVE PRESERVE: Preserve POSIX-style permissions (recommended). NONE: Ignore permissions. DataSync can preserve extant permissions of a source location.
2516
+ * Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file. For more information, see Metadata copied by DataSync. PRESERVE (default) - Preserves POSIX-style permissions, which is recommended. NONE - Ignores POSIX-style permissions. DataSync can preserve extant permissions of a source location.
2489
2517
  */
2490
2518
  PosixPermissions?: PosixPermissions;
2491
2519
  /**
@@ -2497,19 +2525,19 @@ declare namespace DataSync {
2497
2525
  */
2498
2526
  TaskQueueing?: TaskQueueing;
2499
2527
  /**
2500
- * Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group. To specify the log group, see CloudWatchLogGroupArn. If you set LogLevel to OFF, no logs are published. BASIC publishes logs on errors for individual files transferred. TRANSFER publishes logs for every file or object that is transferred and integrity checked.
2528
+ * Specifies the type of logs that DataSync publishes to a Amazon CloudWatch Logs log group. To specify the log group, see CloudWatchLogGroupArn. BASIC - Publishes logs with only basic information (such as transfer errors). TRANSFER - Publishes logs for all files or objects that your DataSync task transfers and performs data-integrity checks on. OFF - No logs are published.
2501
2529
  */
2502
2530
  LogLevel?: LogLevel;
2503
2531
  /**
2504
- * Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination). CHANGED: DataSync copies only data or metadata that is new or different content from the source location to the destination location. ALL: DataSync copies all source location content to the destination (without comparing what's in the destination).
2532
+ * Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination). CHANGED (default) - DataSync copies only data or metadata that is new or different content from the source location to the destination location. ALL - DataSync copies everything in the source to the destination without comparing differences between the locations.
2505
2533
  */
2506
2534
  TransferMode?: TransferMode;
2507
2535
  /**
2508
- * Specifies which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations or between two FSx for Windows File Server locations. For more information, see how DataSync handles metadata. Default value: OWNER_DACL OWNER_DACL: For each copied object, DataSync copies the following metadata: The object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. DataSync won't copy NTFS system access control lists (SACLs) with this option. OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata: The object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. SACLs, which are used by administrators to log attempts to access a secured object. Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user. NONE: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.
2536
+ * Specifies which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations or between two FSx for Windows File Server locations. For more information, see how DataSync handles metadata. OWNER_DACL (default) - For each copied object, DataSync copies the following metadata: The object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. DataSync won't copy NTFS system access control lists (SACLs) with this option. OWNER_DACL_SACL - For each copied object, DataSync copies the following metadata: The object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. SACLs, which are used by administrators to log attempts to access a secured object. Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user with the right permissions, see required permissions for SMB, FSx for Windows File Server, or FSx for ONTAP (depending on the type of location in your transfer). NONE - None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.
2509
2537
  */
2510
2538
  SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags;
2511
2539
  /**
2512
- * Specifies whether object tags are preserved when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value. Default Value: PRESERVE
2540
+ * Specifies whether you want DataSync to PRESERVE object tags (default behavior) when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value.
2513
2541
  */
2514
2542
  ObjectTags?: ObjectTags;
2515
2543
  }
@@ -2534,7 +2562,7 @@ declare namespace DataSync {
2534
2562
  export type PhaseStatus = "PENDING"|"SUCCESS"|"ERROR"|string;
2535
2563
  export interface Platform {
2536
2564
  /**
2537
- * The version of the DataSync agent. Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact Amazon Web Services Support.
2565
+ * The version of the DataSync agent. On December 7, 2023, we discontinued version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents or delete them if they aren't in use. If you need more help, contact Amazon Web Services Support.
2538
2566
  */
2539
2567
  Version?: AgentVersion;
2540
2568
  }
@@ -2701,10 +2729,29 @@ declare namespace DataSync {
2701
2729
  export type S3BucketArn = string;
2702
2730
  export interface S3Config {
2703
2731
  /**
2704
- * The ARN of the IAM role for accessing the S3 bucket.
2732
+ * Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
2705
2733
  */
2706
2734
  BucketAccessRoleArn: IamRoleArn;
2707
2735
  }
2736
+ export interface S3ManifestConfig {
2737
+ /**
2738
+ * Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example, prefix/my-manifest.csv).
2739
+ */
2740
+ ManifestObjectPath: S3Subdirectory;
2741
+ /**
2742
+ * Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest. For more information, see Providing DataSync access to your manifest.
2743
+ */
2744
+ BucketAccessRoleArn: IamRoleArn;
2745
+ /**
2746
+ * Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
2747
+ */
2748
+ S3BucketArn: S3BucketArn;
2749
+ /**
2750
+ * Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
2751
+ */
2752
+ ManifestObjectVersionId?: S3ObjectVersionId;
2753
+ }
2754
+ export type S3ObjectVersionId = string;
2708
2755
  export type S3StorageClass = "STANDARD"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|"OUTPOSTS"|"GLACIER_INSTANT_RETRIEVAL"|string;
2709
2756
  export type S3Subdirectory = string;
2710
2757
  export type ScheduleExpressionCron = string;
@@ -2722,6 +2769,12 @@ declare namespace DataSync {
2722
2769
  export type SmbSubdirectory = string;
2723
2770
  export type SmbUser = string;
2724
2771
  export type SmbVersion = "AUTOMATIC"|"SMB2"|"SMB3"|"SMB1"|"SMB2_0"|string;
2772
+ export interface SourceManifestConfig {
2773
+ /**
2774
+ * Specifies the S3 bucket where you're hosting your manifest.
2775
+ */
2776
+ S3: S3ManifestConfig;
2777
+ }
2725
2778
  export type SourceNetworkInterfaceArns = NetworkInterfaceArn[];
2726
2779
  export interface StartDiscoveryJobRequest {
2727
2780
  /**
@@ -2762,13 +2815,17 @@ declare namespace DataSync {
2762
2815
  */
2763
2816
  Excludes?: FilterList;
2764
2817
  /**
2765
- * Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution. Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
2818
+ * Configures a manifest, which is a list of files or objects that you want DataSync to transfer. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest. When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission. To remove a manifest configuration, specify this parameter with an empty value.
2766
2819
  */
2767
- Tags?: InputTagList;
2820
+ ManifestConfig?: ManifestConfig;
2768
2821
  /**
2769
- * Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.
2822
+ * Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports. When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission. To remove a task report configuration, specify this parameter as empty.
2770
2823
  */
2771
2824
  TaskReportConfig?: TaskReportConfig;
2825
+ /**
2826
+ * Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution. Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
2827
+ */
2828
+ Tags?: InputTagList;
2772
2829
  }
2773
2830
  export interface StartTaskExecutionResponse {
2774
2831
  /**
@@ -2829,11 +2886,11 @@ declare namespace DataSync {
2829
2886
  export type TaskExecutionList = TaskExecutionListEntry[];
2830
2887
  export interface TaskExecutionListEntry {
2831
2888
  /**
2832
- * The Amazon Resource Name (ARN) of the task that was executed.
2889
+ * The Amazon Resource Name (ARN) of a task execution.
2833
2890
  */
2834
2891
  TaskExecutionArn?: TaskExecutionArn;
2835
2892
  /**
2836
- * The status of a task execution.
2893
+ * The status of a task execution. For more information, see Task execution statuses.
2837
2894
  */
2838
2895
  Status?: TaskExecutionStatus;
2839
2896
  }
@@ -3226,7 +3283,11 @@ declare namespace DataSync {
3226
3283
  */
3227
3284
  Includes?: FilterList;
3228
3285
  /**
3229
- * Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.
3286
+ * Configures a manifest, which is a list of files or objects that you want DataSync to transfer. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest. When using this parameter, your caller identity (the IAM role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission. To remove a manifest configuration, specify this parameter as empty.
3287
+ */
3288
+ ManifestConfig?: ManifestConfig;
3289
+ /**
3290
+ * Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports. When using this parameter, your caller identity (the IAM role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission. To remove a task report configuration, specify this parameter as empty.
3230
3291
  */
3231
3292
  TaskReportConfig?: TaskReportConfig;
3232
3293
  }