@cdklabs/cdk-ecs-codedeploy 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +7 -2
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +576 -573
- package/node_modules/aws-sdk/clients/appflow.d.ts +13 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +283 -283
- package/node_modules/aws-sdk/clients/datasync.d.ts +64 -60
- package/node_modules/aws-sdk/clients/efs.d.ts +2 -2
- package/node_modules/aws-sdk/clients/guardduty.d.ts +4 -4
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +16 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -108,11 +108,11 @@ declare class DataSync extends Service {
|
|
|
108
108
|
*/
|
|
109
109
|
createLocationSmb(callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
|
|
111
|
+
* Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
|
|
112
112
|
*/
|
|
113
113
|
createTask(params: DataSync.Types.CreateTaskRequest, callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
|
|
115
|
+
* Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
|
|
116
116
|
*/
|
|
117
117
|
createTask(callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
|
|
118
118
|
/**
|
|
@@ -132,11 +132,11 @@ declare class DataSync extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
deleteLocation(callback?: (err: AWSError, data: DataSync.Types.DeleteLocationResponse) => void): Request<DataSync.Types.DeleteLocationResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Deletes
|
|
135
|
+
* Deletes an DataSync task.
|
|
136
136
|
*/
|
|
137
137
|
deleteTask(params: DataSync.Types.DeleteTaskRequest, callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Deletes
|
|
139
|
+
* Deletes an DataSync task.
|
|
140
140
|
*/
|
|
141
141
|
deleteTask(callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -260,11 +260,11 @@ declare class DataSync extends Service {
|
|
|
260
260
|
*/
|
|
261
261
|
listLocations(callback?: (err: AWSError, data: DataSync.Types.ListLocationsResponse) => void): Request<DataSync.Types.ListLocationsResponse, AWSError>;
|
|
262
262
|
/**
|
|
263
|
-
* Returns all the tags associated with
|
|
263
|
+
* Returns all the tags associated with an Amazon Web Services resource.
|
|
264
264
|
*/
|
|
265
265
|
listTagsForResource(params: DataSync.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: DataSync.Types.ListTagsForResourceResponse) => void): Request<DataSync.Types.ListTagsForResourceResponse, AWSError>;
|
|
266
266
|
/**
|
|
267
|
-
* Returns all the tags associated with
|
|
267
|
+
* Returns all the tags associated with an Amazon Web Services resource.
|
|
268
268
|
*/
|
|
269
269
|
listTagsForResource(callback?: (err: AWSError, data: DataSync.Types.ListTagsForResourceResponse) => void): Request<DataSync.Types.ListTagsForResourceResponse, AWSError>;
|
|
270
270
|
/**
|
|
@@ -284,27 +284,27 @@ declare class DataSync extends Service {
|
|
|
284
284
|
*/
|
|
285
285
|
listTasks(callback?: (err: AWSError, data: DataSync.Types.ListTasksResponse) => void): Request<DataSync.Types.ListTasksResponse, AWSError>;
|
|
286
286
|
/**
|
|
287
|
-
* Starts
|
|
287
|
+
* Starts an DataSync task. For each task, you can only run one task execution at a time. There are several phases to a task execution. For more information, see Task execution statuses.
|
|
288
288
|
*/
|
|
289
289
|
startTaskExecution(params: DataSync.Types.StartTaskExecutionRequest, callback?: (err: AWSError, data: DataSync.Types.StartTaskExecutionResponse) => void): Request<DataSync.Types.StartTaskExecutionResponse, AWSError>;
|
|
290
290
|
/**
|
|
291
|
-
* Starts
|
|
291
|
+
* Starts an DataSync task. For each task, you can only run one task execution at a time. There are several phases to a task execution. For more information, see Task execution statuses.
|
|
292
292
|
*/
|
|
293
293
|
startTaskExecution(callback?: (err: AWSError, data: DataSync.Types.StartTaskExecutionResponse) => void): Request<DataSync.Types.StartTaskExecutionResponse, AWSError>;
|
|
294
294
|
/**
|
|
295
|
-
* Applies a
|
|
295
|
+
* Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources. These include DataSync resources, such as locations, tasks, and task executions.
|
|
296
296
|
*/
|
|
297
297
|
tagResource(params: DataSync.Types.TagResourceRequest, callback?: (err: AWSError, data: DataSync.Types.TagResourceResponse) => void): Request<DataSync.Types.TagResourceResponse, AWSError>;
|
|
298
298
|
/**
|
|
299
|
-
* Applies a
|
|
299
|
+
* Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources. These include DataSync resources, such as locations, tasks, and task executions.
|
|
300
300
|
*/
|
|
301
301
|
tagResource(callback?: (err: AWSError, data: DataSync.Types.TagResourceResponse) => void): Request<DataSync.Types.TagResourceResponse, AWSError>;
|
|
302
302
|
/**
|
|
303
|
-
* Removes
|
|
303
|
+
* Removes tags from an Amazon Web Services resource.
|
|
304
304
|
*/
|
|
305
305
|
untagResource(params: DataSync.Types.UntagResourceRequest, callback?: (err: AWSError, data: DataSync.Types.UntagResourceResponse) => void): Request<DataSync.Types.UntagResourceResponse, AWSError>;
|
|
306
306
|
/**
|
|
307
|
-
* Removes
|
|
307
|
+
* Removes tags from an Amazon Web Services resource.
|
|
308
308
|
*/
|
|
309
309
|
untagResource(callback?: (err: AWSError, data: DataSync.Types.UntagResourceResponse) => void): Request<DataSync.Types.UntagResourceResponse, AWSError>;
|
|
310
310
|
/**
|
|
@@ -798,11 +798,11 @@ declare namespace DataSync {
|
|
|
798
798
|
*/
|
|
799
799
|
Name?: TagValue;
|
|
800
800
|
/**
|
|
801
|
-
*
|
|
801
|
+
* Specifies the configuration options for a task. Some options include preserving file or object metadata and verifying data integrity. You can also override these options before starting an individual run of a task (also known as a task execution). For more information, see StartTaskExecution.
|
|
802
802
|
*/
|
|
803
803
|
Options?: Options;
|
|
804
804
|
/**
|
|
805
|
-
*
|
|
805
|
+
* Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
806
806
|
*/
|
|
807
807
|
Excludes?: FilterList;
|
|
808
808
|
/**
|
|
@@ -810,11 +810,11 @@ declare namespace DataSync {
|
|
|
810
810
|
*/
|
|
811
811
|
Schedule?: TaskSchedule;
|
|
812
812
|
/**
|
|
813
|
-
*
|
|
813
|
+
* Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task. Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
|
|
814
814
|
*/
|
|
815
815
|
Tags?: InputTagList;
|
|
816
816
|
/**
|
|
817
|
-
*
|
|
817
|
+
* Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
818
818
|
*/
|
|
819
819
|
Includes?: FilterList;
|
|
820
820
|
}
|
|
@@ -842,7 +842,7 @@ declare namespace DataSync {
|
|
|
842
842
|
}
|
|
843
843
|
export interface DeleteTaskRequest {
|
|
844
844
|
/**
|
|
845
|
-
*
|
|
845
|
+
* Specifies the Amazon Resource Name (ARN) of the task that you want to delete.
|
|
846
846
|
*/
|
|
847
847
|
TaskArn: TaskArn;
|
|
848
848
|
}
|
|
@@ -1237,11 +1237,11 @@ declare namespace DataSync {
|
|
|
1237
1237
|
Status?: TaskExecutionStatus;
|
|
1238
1238
|
Options?: Options;
|
|
1239
1239
|
/**
|
|
1240
|
-
* A list of filter rules that
|
|
1240
|
+
* A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
1241
1241
|
*/
|
|
1242
1242
|
Excludes?: FilterList;
|
|
1243
1243
|
/**
|
|
1244
|
-
* A list of filter rules that
|
|
1244
|
+
* A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
1245
1245
|
*/
|
|
1246
1246
|
Includes?: FilterList;
|
|
1247
1247
|
/**
|
|
@@ -1249,7 +1249,7 @@ declare namespace DataSync {
|
|
|
1249
1249
|
*/
|
|
1250
1250
|
StartTime?: Time;
|
|
1251
1251
|
/**
|
|
1252
|
-
* The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase
|
|
1252
|
+
* The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase before the TRANSFERRING phase of the task execution. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.
|
|
1253
1253
|
*/
|
|
1254
1254
|
EstimatedFilesToTransfer?: long;
|
|
1255
1255
|
/**
|
|
@@ -1257,7 +1257,7 @@ declare namespace DataSync {
|
|
|
1257
1257
|
*/
|
|
1258
1258
|
EstimatedBytesToTransfer?: long;
|
|
1259
1259
|
/**
|
|
1260
|
-
* The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase. It's updated periodically when each file is read from the source and sent over the network. If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer.
|
|
1260
|
+
* The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase of the task execution. It's updated periodically when each file is read from the source and sent over the network. If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer. In some cases, this value can also be greater than EstimatedFilesToTransfer. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution.
|
|
1261
1261
|
*/
|
|
1262
1262
|
FilesTransferred?: long;
|
|
1263
1263
|
/**
|
|
@@ -1265,7 +1265,7 @@ declare namespace DataSync {
|
|
|
1265
1265
|
*/
|
|
1266
1266
|
BytesWritten?: long;
|
|
1267
1267
|
/**
|
|
1268
|
-
* The
|
|
1268
|
+
* The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see BytesCompressed.
|
|
1269
1269
|
*/
|
|
1270
1270
|
BytesTransferred?: long;
|
|
1271
1271
|
/**
|
|
@@ -1273,7 +1273,7 @@ declare namespace DataSync {
|
|
|
1273
1273
|
*/
|
|
1274
1274
|
Result?: TaskExecutionResultDetail;
|
|
1275
1275
|
/**
|
|
1276
|
-
* The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred.
|
|
1276
|
+
* 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.
|
|
1277
1277
|
*/
|
|
1278
1278
|
BytesCompressed?: long;
|
|
1279
1279
|
}
|
|
@@ -1297,7 +1297,7 @@ declare namespace DataSync {
|
|
|
1297
1297
|
*/
|
|
1298
1298
|
Name?: TagValue;
|
|
1299
1299
|
/**
|
|
1300
|
-
* The Amazon Resource Name (ARN) of the task execution that is
|
|
1300
|
+
* The Amazon Resource Name (ARN) of the task execution that is transferring files.
|
|
1301
1301
|
*/
|
|
1302
1302
|
CurrentTaskExecutionArn?: TaskExecutionArn;
|
|
1303
1303
|
/**
|
|
@@ -1313,19 +1313,19 @@ declare namespace DataSync {
|
|
|
1313
1313
|
*/
|
|
1314
1314
|
CloudWatchLogGroupArn?: LogGroupArn;
|
|
1315
1315
|
/**
|
|
1316
|
-
* The Amazon Resource Names (ARNs) of the
|
|
1316
|
+
* The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.
|
|
1317
1317
|
*/
|
|
1318
1318
|
SourceNetworkInterfaceArns?: SourceNetworkInterfaceArns;
|
|
1319
1319
|
/**
|
|
1320
|
-
* The Amazon Resource Names (ARNs) of the
|
|
1320
|
+
* The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.
|
|
1321
1321
|
*/
|
|
1322
1322
|
DestinationNetworkInterfaceArns?: DestinationNetworkInterfaceArns;
|
|
1323
1323
|
/**
|
|
1324
|
-
* The
|
|
1324
|
+
* The configuration options that control the behavior of the StartTaskExecution operation. Some options include preserving file or object metadata and verifying data integrity. You can override these options for each task execution. For more information, see StartTaskExecution.
|
|
1325
1325
|
*/
|
|
1326
1326
|
Options?: Options;
|
|
1327
1327
|
/**
|
|
1328
|
-
* A list of filter rules that
|
|
1328
|
+
* A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
1329
1329
|
*/
|
|
1330
1330
|
Excludes?: FilterList;
|
|
1331
1331
|
/**
|
|
@@ -1345,7 +1345,7 @@ declare namespace DataSync {
|
|
|
1345
1345
|
*/
|
|
1346
1346
|
CreationTime?: Time;
|
|
1347
1347
|
/**
|
|
1348
|
-
* A list of filter rules that
|
|
1348
|
+
* A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
1349
1349
|
*/
|
|
1350
1350
|
Includes?: FilterList;
|
|
1351
1351
|
}
|
|
@@ -1491,25 +1491,25 @@ declare namespace DataSync {
|
|
|
1491
1491
|
}
|
|
1492
1492
|
export interface ListTagsForResourceRequest {
|
|
1493
1493
|
/**
|
|
1494
|
-
*
|
|
1494
|
+
* Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
|
|
1495
1495
|
*/
|
|
1496
1496
|
ResourceArn: TaggableResourceArn;
|
|
1497
1497
|
/**
|
|
1498
|
-
*
|
|
1498
|
+
* Specifies how many results that you want in the response.
|
|
1499
1499
|
*/
|
|
1500
1500
|
MaxResults?: MaxResults;
|
|
1501
1501
|
/**
|
|
1502
|
-
*
|
|
1502
|
+
* Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
|
1503
1503
|
*/
|
|
1504
1504
|
NextToken?: NextToken;
|
|
1505
1505
|
}
|
|
1506
1506
|
export interface ListTagsForResourceResponse {
|
|
1507
1507
|
/**
|
|
1508
|
-
*
|
|
1508
|
+
* An array of tags applied to the specified resource.
|
|
1509
1509
|
*/
|
|
1510
1510
|
Tags?: OutputTagList;
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* The opaque string that indicates the position to begin the next list of results in the response.
|
|
1513
1513
|
*/
|
|
1514
1514
|
NextToken?: NextToken;
|
|
1515
1515
|
}
|
|
@@ -1620,63 +1620,63 @@ declare namespace DataSync {
|
|
|
1620
1620
|
export type Operator = "Equals"|"NotEquals"|"In"|"LessThanOrEqual"|"LessThan"|"GreaterThanOrEqual"|"GreaterThan"|"Contains"|"NotContains"|"BeginsWith"|string;
|
|
1621
1621
|
export interface Options {
|
|
1622
1622
|
/**
|
|
1623
|
-
*
|
|
1623
|
+
* 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.
|
|
1624
1624
|
*/
|
|
1625
1625
|
VerifyMode?: VerifyMode;
|
|
1626
1626
|
/**
|
|
1627
|
-
*
|
|
1627
|
+
* 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 .
|
|
1628
1628
|
*/
|
|
1629
1629
|
OverwriteMode?: OverwriteMode;
|
|
1630
1630
|
/**
|
|
1631
|
-
*
|
|
1631
|
+
* 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.
|
|
1632
1632
|
*/
|
|
1633
1633
|
Atime?: Atime;
|
|
1634
1634
|
/**
|
|
1635
|
-
*
|
|
1635
|
+
* 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.
|
|
1636
1636
|
*/
|
|
1637
1637
|
Mtime?: Mtime;
|
|
1638
1638
|
/**
|
|
1639
|
-
*
|
|
1639
|
+
* 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.
|
|
1640
1640
|
*/
|
|
1641
1641
|
Uid?: Uid;
|
|
1642
1642
|
/**
|
|
1643
|
-
*
|
|
1643
|
+
* 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.
|
|
1644
1644
|
*/
|
|
1645
1645
|
Gid?: Gid;
|
|
1646
1646
|
/**
|
|
1647
|
-
*
|
|
1647
|
+
* 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.
|
|
1648
1648
|
*/
|
|
1649
1649
|
PreserveDeletedFiles?: PreserveDeletedFiles;
|
|
1650
1650
|
/**
|
|
1651
|
-
*
|
|
1651
|
+
* 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.
|
|
1652
1652
|
*/
|
|
1653
1653
|
PreserveDevices?: PreserveDevices;
|
|
1654
1654
|
/**
|
|
1655
|
-
*
|
|
1655
|
+
* 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.
|
|
1656
1656
|
*/
|
|
1657
1657
|
PosixPermissions?: PosixPermissions;
|
|
1658
1658
|
/**
|
|
1659
|
-
*
|
|
1659
|
+
* Limits the bandwidth used by a DataSync task. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576 (=1024*1024).
|
|
1660
1660
|
*/
|
|
1661
1661
|
BytesPerSecond?: BytesPerSecond;
|
|
1662
1662
|
/**
|
|
1663
|
-
*
|
|
1663
|
+
* Specifies whether tasks should be queued before executing the tasks. The default is ENABLED, which means the tasks will be queued. If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see Queueing task executions.
|
|
1664
1664
|
*/
|
|
1665
1665
|
TaskQueueing?: TaskQueueing;
|
|
1666
1666
|
/**
|
|
1667
|
-
*
|
|
1667
|
+
* 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.
|
|
1668
1668
|
*/
|
|
1669
1669
|
LogLevel?: LogLevel;
|
|
1670
1670
|
/**
|
|
1671
|
-
*
|
|
1671
|
+
* 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).
|
|
1672
1672
|
*/
|
|
1673
1673
|
TransferMode?: TransferMode;
|
|
1674
1674
|
/**
|
|
1675
|
-
*
|
|
1675
|
+
* 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.
|
|
1676
1676
|
*/
|
|
1677
1677
|
SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags;
|
|
1678
1678
|
/**
|
|
1679
|
-
* Specifies whether object tags are
|
|
1679
|
+
* 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
|
|
1680
1680
|
*/
|
|
1681
1681
|
ObjectTags?: ObjectTags;
|
|
1682
1682
|
}
|
|
@@ -1723,7 +1723,7 @@ declare namespace DataSync {
|
|
|
1723
1723
|
*/
|
|
1724
1724
|
BucketAccessRoleArn: IamRoleArn;
|
|
1725
1725
|
}
|
|
1726
|
-
export type S3StorageClass = "STANDARD"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|"OUTPOSTS"|string;
|
|
1726
|
+
export type S3StorageClass = "STANDARD"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|"OUTPOSTS"|"GLACIER_INSTANT_RETRIEVAL"|string;
|
|
1727
1727
|
export type S3Subdirectory = string;
|
|
1728
1728
|
export type ScheduleExpressionCron = string;
|
|
1729
1729
|
export type ServerHostname = string;
|
|
@@ -1742,22 +1742,26 @@ declare namespace DataSync {
|
|
|
1742
1742
|
export type SourceNetworkInterfaceArns = NetworkInterfaceArn[];
|
|
1743
1743
|
export interface StartTaskExecutionRequest {
|
|
1744
1744
|
/**
|
|
1745
|
-
*
|
|
1745
|
+
* Specifies the Amazon Resource Name (ARN) of the task that you want to start.
|
|
1746
1746
|
*/
|
|
1747
1747
|
TaskArn: TaskArn;
|
|
1748
1748
|
OverrideOptions?: Options;
|
|
1749
1749
|
/**
|
|
1750
|
-
*
|
|
1750
|
+
* Specifies a list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
|
|
1751
1751
|
*/
|
|
1752
1752
|
Includes?: FilterList;
|
|
1753
1753
|
/**
|
|
1754
|
-
*
|
|
1754
|
+
* Specifies a list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
|
|
1755
1755
|
*/
|
|
1756
1756
|
Excludes?: FilterList;
|
|
1757
|
+
/**
|
|
1758
|
+
* 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.
|
|
1759
|
+
*/
|
|
1760
|
+
Tags?: InputTagList;
|
|
1757
1761
|
}
|
|
1758
1762
|
export interface StartTaskExecutionResponse {
|
|
1759
1763
|
/**
|
|
1760
|
-
* The
|
|
1764
|
+
* The ARN of the running task execution.
|
|
1761
1765
|
*/
|
|
1762
1766
|
TaskExecutionArn?: TaskExecutionArn;
|
|
1763
1767
|
}
|
|
@@ -1776,11 +1780,11 @@ declare namespace DataSync {
|
|
|
1776
1780
|
}
|
|
1777
1781
|
export interface TagResourceRequest {
|
|
1778
1782
|
/**
|
|
1779
|
-
*
|
|
1783
|
+
* Specifies the Amazon Resource Name (ARN) of the resource to apply the tag to.
|
|
1780
1784
|
*/
|
|
1781
1785
|
ResourceArn: TaggableResourceArn;
|
|
1782
1786
|
/**
|
|
1783
|
-
*
|
|
1787
|
+
* Specifies the tags that you want to apply to the resource.
|
|
1784
1788
|
*/
|
|
1785
1789
|
Tags: InputTagList;
|
|
1786
1790
|
}
|
|
@@ -1884,11 +1888,11 @@ declare namespace DataSync {
|
|
|
1884
1888
|
export type Uid = "NONE"|"INT_VALUE"|"NAME"|"BOTH"|string;
|
|
1885
1889
|
export interface UntagResourceRequest {
|
|
1886
1890
|
/**
|
|
1887
|
-
*
|
|
1891
|
+
* Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.
|
|
1888
1892
|
*/
|
|
1889
1893
|
ResourceArn: TaggableResourceArn;
|
|
1890
1894
|
/**
|
|
1891
|
-
*
|
|
1895
|
+
* Specifies the keys in the tags that you want to remove.
|
|
1892
1896
|
*/
|
|
1893
1897
|
Keys: TagKeyList;
|
|
1894
1898
|
}
|
|
@@ -2057,7 +2061,7 @@ declare namespace DataSync {
|
|
|
2057
2061
|
TaskArn: TaskArn;
|
|
2058
2062
|
Options?: Options;
|
|
2059
2063
|
/**
|
|
2060
|
-
*
|
|
2064
|
+
* Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
2061
2065
|
*/
|
|
2062
2066
|
Excludes?: FilterList;
|
|
2063
2067
|
/**
|
|
@@ -2073,7 +2077,7 @@ declare namespace DataSync {
|
|
|
2073
2077
|
*/
|
|
2074
2078
|
CloudWatchLogGroupArn?: LogGroupArn;
|
|
2075
2079
|
/**
|
|
2076
|
-
*
|
|
2080
|
+
* Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
|
|
2077
2081
|
*/
|
|
2078
2082
|
Includes?: FilterList;
|
|
2079
2083
|
}
|
|
@@ -220,11 +220,11 @@ declare class EFS extends Service {
|
|
|
220
220
|
*/
|
|
221
221
|
putFileSystemPolicy(callback?: (err: AWSError, data: EFS.Types.FileSystemPolicyDescription) => void): Request<EFS.Types.FileSystemPolicyDescription, AWSError>;
|
|
222
222
|
/**
|
|
223
|
-
* Use this action to manage EFS lifecycle management and
|
|
223
|
+
* Use this action to manage EFS lifecycle management and EFS Intelligent-Tiering. A LifecycleConfiguration consists of one or more LifecyclePolicy objects that define the following: EFS Lifecycle management - When Amazon EFS automatically transitions files in a file system into the lower-cost EFS Infrequent Access (IA) storage class. To enable EFS Lifecycle management, set the value of TransitionToIA to one of the available options. EFS Intelligent-Tiering - When Amazon EFS automatically transitions files from IA back into the file system's primary storage class (EFS Standard or EFS One Zone Standard). To enable EFS Intelligent-Tiering, set the value of TransitionToPrimaryStorageClass to AFTER_1_ACCESS. For more information, see EFS Lifecycle Management. Each Amazon EFS file system supports one lifecycle configuration, which applies to all files in the file system. If a LifecycleConfiguration object already exists for the specified file system, a PutLifecycleConfiguration call modifies the existing configuration. A PutLifecycleConfiguration call with an empty LifecyclePolicies array in the request body deletes any existing LifecycleConfiguration and turns off lifecycle management and EFS Intelligent-Tiering for the file system. In the request, specify the following: The ID for the file system for which you are enabling, disabling, or modifying lifecycle management and EFS Intelligent-Tiering. A LifecyclePolicies array of LifecyclePolicy objects that define when files are moved into IA storage, and when they are moved back to Standard storage. Amazon EFS requires that each LifecyclePolicy object have only have a single transition, so the LifecyclePolicies array needs to be structured with separate LifecyclePolicy objects. See the example requests in the following section for more information. This operation requires permissions for the elasticfilesystem:PutLifecycleConfiguration operation. To apply a LifecycleConfiguration object to an encrypted file system, you need the same Key Management Service permissions as when you created the encrypted file system.
|
|
224
224
|
*/
|
|
225
225
|
putLifecycleConfiguration(params: EFS.Types.PutLifecycleConfigurationRequest, callback?: (err: AWSError, data: EFS.Types.LifecycleConfigurationDescription) => void): Request<EFS.Types.LifecycleConfigurationDescription, AWSError>;
|
|
226
226
|
/**
|
|
227
|
-
* Use this action to manage EFS lifecycle management and
|
|
227
|
+
* Use this action to manage EFS lifecycle management and EFS Intelligent-Tiering. A LifecycleConfiguration consists of one or more LifecyclePolicy objects that define the following: EFS Lifecycle management - When Amazon EFS automatically transitions files in a file system into the lower-cost EFS Infrequent Access (IA) storage class. To enable EFS Lifecycle management, set the value of TransitionToIA to one of the available options. EFS Intelligent-Tiering - When Amazon EFS automatically transitions files from IA back into the file system's primary storage class (EFS Standard or EFS One Zone Standard). To enable EFS Intelligent-Tiering, set the value of TransitionToPrimaryStorageClass to AFTER_1_ACCESS. For more information, see EFS Lifecycle Management. Each Amazon EFS file system supports one lifecycle configuration, which applies to all files in the file system. If a LifecycleConfiguration object already exists for the specified file system, a PutLifecycleConfiguration call modifies the existing configuration. A PutLifecycleConfiguration call with an empty LifecyclePolicies array in the request body deletes any existing LifecycleConfiguration and turns off lifecycle management and EFS Intelligent-Tiering for the file system. In the request, specify the following: The ID for the file system for which you are enabling, disabling, or modifying lifecycle management and EFS Intelligent-Tiering. A LifecyclePolicies array of LifecyclePolicy objects that define when files are moved into IA storage, and when they are moved back to Standard storage. Amazon EFS requires that each LifecyclePolicy object have only have a single transition, so the LifecyclePolicies array needs to be structured with separate LifecyclePolicy objects. See the example requests in the following section for more information. This operation requires permissions for the elasticfilesystem:PutLifecycleConfiguration operation. To apply a LifecycleConfiguration object to an encrypted file system, you need the same Key Management Service permissions as when you created the encrypted file system.
|
|
228
228
|
*/
|
|
229
229
|
putLifecycleConfiguration(callback?: (err: AWSError, data: EFS.Types.LifecycleConfigurationDescription) => void): Request<EFS.Types.LifecycleConfigurationDescription, AWSError>;
|
|
230
230
|
/**
|
|
@@ -916,11 +916,11 @@ declare namespace GuardDuty {
|
|
|
916
916
|
*/
|
|
917
917
|
DetectorId: DetectorId;
|
|
918
918
|
/**
|
|
919
|
-
* The name of the filter.
|
|
919
|
+
* The name of the filter. Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.
|
|
920
920
|
*/
|
|
921
921
|
Name: FilterName;
|
|
922
922
|
/**
|
|
923
|
-
* The description of the filter.
|
|
923
|
+
* The description of the filter. Valid special characters include period (.), underscore (_), dash (-), and whitespace. The new line character is considered to be an invalid input for description.
|
|
924
924
|
*/
|
|
925
925
|
Description?: FilterDescription;
|
|
926
926
|
/**
|
|
@@ -3067,7 +3067,7 @@ declare namespace GuardDuty {
|
|
|
3067
3067
|
*/
|
|
3068
3068
|
ScanEndTime?: Timestamp;
|
|
3069
3069
|
/**
|
|
3070
|
-
*
|
|
3070
|
+
* Specifies the reason why the scan was initiated.
|
|
3071
3071
|
*/
|
|
3072
3072
|
TriggerDetails?: TriggerDetails;
|
|
3073
3073
|
/**
|
|
@@ -3494,7 +3494,7 @@ declare namespace GuardDuty {
|
|
|
3494
3494
|
*/
|
|
3495
3495
|
FilterName: String;
|
|
3496
3496
|
/**
|
|
3497
|
-
* The description of the filter.
|
|
3497
|
+
* The description of the filter. Valid special characters include period (.), underscore (_), dash (-), and whitespace. The new line character is considered to be an invalid input for description.
|
|
3498
3498
|
*/
|
|
3499
3499
|
Description?: FilterDescription;
|
|
3500
3500
|
/**
|
|
@@ -4146,7 +4146,7 @@ declare namespace SageMaker {
|
|
|
4146
4146
|
*/
|
|
4147
4147
|
DomainId: DomainId;
|
|
4148
4148
|
/**
|
|
4149
|
-
* The user profile name.
|
|
4149
|
+
* The user profile name. If this value is not set, then SpaceName must be set.
|
|
4150
4150
|
*/
|
|
4151
4151
|
UserProfileName?: UserProfileName;
|
|
4152
4152
|
/**
|
|
@@ -4166,7 +4166,7 @@ declare namespace SageMaker {
|
|
|
4166
4166
|
*/
|
|
4167
4167
|
ResourceSpec?: ResourceSpec;
|
|
4168
4168
|
/**
|
|
4169
|
-
* The name of the space.
|
|
4169
|
+
* The name of the space. If this value is not set, then UserProfileName must be set.
|
|
4170
4170
|
*/
|
|
4171
4171
|
SpaceName?: SpaceName;
|
|
4172
4172
|
}
|
|
@@ -6197,7 +6197,7 @@ declare namespace SageMaker {
|
|
|
6197
6197
|
*/
|
|
6198
6198
|
DomainId: DomainId;
|
|
6199
6199
|
/**
|
|
6200
|
-
* The user profile name.
|
|
6200
|
+
* The user profile name. If this value is not set, then SpaceName must be set.
|
|
6201
6201
|
*/
|
|
6202
6202
|
UserProfileName?: UserProfileName;
|
|
6203
6203
|
/**
|
|
@@ -6209,7 +6209,7 @@ declare namespace SageMaker {
|
|
|
6209
6209
|
*/
|
|
6210
6210
|
AppName: AppName;
|
|
6211
6211
|
/**
|
|
6212
|
-
* The name of the space.
|
|
6212
|
+
* The name of the space. If this value is not set, then UserProfileName must be set.
|
|
6213
6213
|
*/
|
|
6214
6214
|
SpaceName?: SpaceName;
|
|
6215
6215
|
}
|
|
@@ -6786,7 +6786,7 @@ declare namespace SageMaker {
|
|
|
6786
6786
|
*/
|
|
6787
6787
|
DomainId: DomainId;
|
|
6788
6788
|
/**
|
|
6789
|
-
* The user profile name.
|
|
6789
|
+
* The user profile name. If this value is not set, then SpaceName must be set.
|
|
6790
6790
|
*/
|
|
6791
6791
|
UserProfileName?: UserProfileName;
|
|
6792
6792
|
/**
|
|
@@ -6848,7 +6848,7 @@ declare namespace SageMaker {
|
|
|
6848
6848
|
*/
|
|
6849
6849
|
ResourceSpec?: ResourceSpec;
|
|
6850
6850
|
/**
|
|
6851
|
-
* The name of the space.
|
|
6851
|
+
* The name of the space. If this value is not set, then UserProfileName must be set.
|
|
6852
6852
|
*/
|
|
6853
6853
|
SpaceName?: SpaceName;
|
|
6854
6854
|
}
|
|
@@ -11517,15 +11517,15 @@ declare namespace SageMaker {
|
|
|
11517
11517
|
*/
|
|
11518
11518
|
StrategyConfig?: HyperParameterTuningJobStrategyConfig;
|
|
11519
11519
|
/**
|
|
11520
|
-
* The HyperParameterTuningJobObjective
|
|
11520
|
+
* The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.
|
|
11521
11521
|
*/
|
|
11522
11522
|
HyperParameterTuningJobObjective?: HyperParameterTuningJobObjective;
|
|
11523
11523
|
/**
|
|
11524
|
-
* The ResourceLimits object that specifies the maximum number of training
|
|
11524
|
+
* The ResourceLimits object that specifies the maximum number of training and parallel training jobs that can be used for this hyperparameter tuning job.
|
|
11525
11525
|
*/
|
|
11526
11526
|
ResourceLimits: ResourceLimits;
|
|
11527
11527
|
/**
|
|
11528
|
-
* The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.
|
|
11528
|
+
* The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal configuration for the highest model performance against .your chosen objective metric.
|
|
11529
11529
|
*/
|
|
11530
11530
|
ParameterRanges?: ParameterRanges;
|
|
11531
11531
|
/**
|
|
@@ -11536,6 +11536,10 @@ declare namespace SageMaker {
|
|
|
11536
11536
|
* The tuning job's completion criteria.
|
|
11537
11537
|
*/
|
|
11538
11538
|
TuningJobCompletionCriteria?: TuningJobCompletionCriteria;
|
|
11539
|
+
/**
|
|
11540
|
+
* A value used to initialize a pseudo-random number generator. Setting a random seed and using the same seed later for the same tuning job will allow hyperparameter optimization to find more a consistent hyperparameter configuration between the two runs.
|
|
11541
|
+
*/
|
|
11542
|
+
RandomSeed?: RandomSeed;
|
|
11539
11543
|
}
|
|
11540
11544
|
export type HyperParameterTuningJobName = string;
|
|
11541
11545
|
export interface HyperParameterTuningJobObjective {
|
|
@@ -12599,11 +12603,11 @@ declare namespace SageMaker {
|
|
|
12599
12603
|
*/
|
|
12600
12604
|
DomainIdEquals?: DomainId;
|
|
12601
12605
|
/**
|
|
12602
|
-
* A parameter to search by user profile name.
|
|
12606
|
+
* A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be set.
|
|
12603
12607
|
*/
|
|
12604
12608
|
UserProfileNameEquals?: UserProfileName;
|
|
12605
12609
|
/**
|
|
12606
|
-
* A parameter to search by space name.
|
|
12610
|
+
* A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.
|
|
12607
12611
|
*/
|
|
12608
12612
|
SpaceNameEquals?: SpaceName;
|
|
12609
12613
|
}
|
|
@@ -18530,6 +18534,7 @@ declare namespace SageMaker {
|
|
|
18530
18534
|
DefaultResourceSpec?: ResourceSpec;
|
|
18531
18535
|
}
|
|
18532
18536
|
export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
|
|
18537
|
+
export type RandomSeed = number;
|
|
18533
18538
|
export interface RealTimeInferenceConfig {
|
|
18534
18539
|
/**
|
|
18535
18540
|
* The instance type the model is deployed to.
|