@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.
@@ -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). When you create a task that transfers data between Amazon Web Services services in different Amazon Web Services Regions, one of your locations must reside in the Region where you're using DataSync. For more information, see the following topics: Working with DataSync locations Configure DataSync task settings
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). When you create a task that transfers data between Amazon Web Services services in different Amazon Web Services Regions, one of your locations must reside in the Region where you're using DataSync. For more information, see the following topics: Working with DataSync locations Configure DataSync task settings
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 a task.
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 a task.
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 a specified resource.
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 a specified resource.
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 a specific invocation of a task. A TaskExecution value represents an individual run of a task. Each task can have at most one TaskExecution at a time. TaskExecution has the following transition phases: INITIALIZING | PREPARING | TRANSFERRING | VERIFYING | SUCCESS/FAILURE. For detailed information, see the Task Execution section in the Components and Terminology topic in the DataSync User Guide.
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 a specific invocation of a task. A TaskExecution value represents an individual run of a task. Each task can have at most one TaskExecution at a time. TaskExecution has the following transition phases: INITIALIZING | PREPARING | TRANSFERRING | VERIFYING | SUCCESS/FAILURE. For detailed information, see the Task Execution section in the Components and Terminology topic in the DataSync User Guide.
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 key-value pair to an Amazon Web Services resource.
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 key-value pair to an Amazon Web Services resource.
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 a tag from an Amazon Web Services resource.
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 a tag from an Amazon Web Services resource.
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
- * The set of configuration options that control the behavior of a single execution of the task that occurs when you call StartTaskExecution. You can configure these options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data integrity verification, and so on. For each individual task execution, you can override these options by specifying the OverrideOptions before starting the task execution. For more information, see the StartTaskExecution operation.
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
- * A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
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
- * The key-value pair that represents the tag that you want to add to the resource. The value can be an empty string.
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
- * A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
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
- * The Amazon Resource Name (ARN) of the task to delete.
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 determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example: "/folder1|/folder2"
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 determines which files to include when running a task. The list 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"
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, before the TRANSFERRING phase. 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.
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. This value can also be greater than EstimatedFilesTransferred in some cases. 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.
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 physical number of bytes transferred over the network.
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 syncing files.
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 source elastic network interfaces (ENIs) that were created for your subnet.
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 destination elastic network interfaces (ENIs) that were created for your subnet.
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 set of configuration options that control the behavior of a single execution of the task that occurs when you call StartTaskExecution. You can configure these options to preserve metadata such as user ID (UID) and group (GID), file permissions, data integrity verification, and so on. For each individual task execution, you can override these options by specifying the overriding OverrideOptions value to StartTaskExecution operation.
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 determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
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 determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
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
- * The Amazon Resource Name (ARN) of the resource whose tags to list.
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
- * The maximum number of locations to return.
1498
+ * Specifies how many results that you want in the response.
1499
1499
  */
1500
1500
  MaxResults?: MaxResults;
1501
1501
  /**
1502
- * An opaque string that indicates the position at which to begin the next list of locations.
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
- * Array of resource tags.
1508
+ * An array of tags applied to the specified resource.
1509
1509
  */
1510
1510
  Tags?: OutputTagList;
1511
1511
  /**
1512
- * An opaque string that indicates the position at which to begin returning the next list of resource tags.
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
- * A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see Configure task settings. Default value: POINT_IN_TIME_CONSISTENT ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred. POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. NONE: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.
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
- * A value that determines whether files at the destination should be overwritten or preserved when copying files. If set to NEVER a destination file 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 S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync in the DataSync User Guide.
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
- * A file metadata value that shows the last time a file was accessed (that is, when the 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). However, Atime's behavior is not 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.
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
- * A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. This option is required for cases when you need to run the same task more than one time. 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.
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
- * 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.
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
- * 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.
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
- * A value that specifies whether files in the destination that don't exist in the source file system should be preserved. This option can affect your 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 in the DataSync User Guide. Default value: PRESERVE PRESERVE: Ignore such destination files (recommended). REMOVE: Delete destination files that aren’t present in the source.
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
- * A value that determines whether DataSync should preserve the metadata of block and character devices in the source file system, and re-create the files with that device name and metadata on the destination. DataSync does not copy the contents of such devices, only the name and metadata. DataSync can't sync the actual contents of such devices, because they are 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 isn't currently supported for Amazon EFS.
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
- * A value that determines 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.
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
- * A value that limits the bandwidth used by DataSync. For example, if you want DataSync to use a maximum of 1 MB, set this value to 1048576 (=1024*1024).
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
- * A value that determines whether tasks should be queued before executing the tasks. If set to ENABLED, the tasks will be queued. The default is ENABLED. 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.
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
- * A value that determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide. For more information about providing a log group for DataSync, see CloudWatchLogGroupArn. If set to OFF, no logs are published. BASIC publishes logs on errors for individual files transferred, and TRANSFER publishes logs for every file or object that is transferred and integrity checked.
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
- * A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location. 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 to existing content on the destination.
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
- * A value that determines 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 Amazon FSx for Windows File Server locations. For more information about how DataSync handles metadata, see How DataSync Handles Metadata and Special Files. Default value: OWNER_DACL OWNER_DACL: For each copied object, DataSync copies the following metadata: Object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. When choosing this option, DataSync does NOT copy the NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object. OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata: Object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. NTFS system access control lists (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.
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 maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value. Default Value: PRESERVE
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
- * The Amazon Resource Name (ARN) of the task to start.
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
- * 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".
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
- * 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".
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 Amazon Resource Name (ARN) of the specific task execution that was started.
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
- * The Amazon Resource Name (ARN) of the resource to apply the tag to.
1783
+ * Specifies the Amazon Resource Name (ARN) of the resource to apply the tag to.
1780
1784
  */
1781
1785
  ResourceArn: TaggableResourceArn;
1782
1786
  /**
1783
- * The tags to apply.
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
- * The Amazon Resource Name (ARN) of the resource to remove the tag from.
1891
+ * Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.
1888
1892
  */
1889
1893
  ResourceArn: TaggableResourceArn;
1890
1894
  /**
1891
- * The keys in the key-value pair in the tag to remove.
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
- * A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
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
- * A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
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 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 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 (Standard or 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 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 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.
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 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 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 (Standard or 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 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 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.
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. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.
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
- * Represents the reason the scan was triggered.
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 object that specifies the objective metric for this tuning job.
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 jobs and parallel training jobs for this tuning job.
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.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1276.0',
86
+ VERSION: '2.1277.0',
87
87
 
88
88
  /**
89
89
  * @api private