cdk-docker-image-deployment 0.0.200 → 0.0.202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  21. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  23. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  24. package/node_modules/aws-sdk/clients/all.js +2 -1
  25. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  26. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  27. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  28. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  29. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  30. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +13 -13
  31. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  32. package/node_modules/aws-sdk/clients/comprehend.d.ts +110 -106
  33. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  34. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  35. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  36. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  39. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +9 -4
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +13 -13
  44. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +7 -7
@@ -134,11 +134,11 @@ declare class RDS extends Service {
134
134
  */
135
135
  createCustomDBEngineVersion(callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
136
136
  /**
137
- * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
137
+ * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
138
138
  */
139
139
  createDBCluster(params: RDS.Types.CreateDBClusterMessage, callback?: (err: AWSError, data: RDS.Types.CreateDBClusterResult) => void): Request<RDS.Types.CreateDBClusterResult, AWSError>;
140
140
  /**
141
- * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
141
+ * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
142
142
  */
143
143
  createDBCluster(callback?: (err: AWSError, data: RDS.Types.CreateDBClusterResult) => void): Request<RDS.Types.CreateDBClusterResult, AWSError>;
144
144
  /**
@@ -1847,11 +1847,11 @@ declare namespace RDS {
1847
1847
  */
1848
1848
  DBSubnetGroupName?: String;
1849
1849
  /**
1850
- * The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql mysql postgres Valid for: Aurora DB clusters and Multi-AZ DB clusters
1850
+ * The name of the database engine to be used for this DB cluster. Valid Values: aurora-mysql aurora-postgresql mysql postgres Valid for: Aurora DB clusters and Multi-AZ DB clusters
1851
1851
  */
1852
1852
  Engine: String;
1853
1853
  /**
1854
- * The version number of the database engine to use. To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Aurora MySQL For information, see MySQL on Amazon RDS Versions in the Amazon Aurora User Guide. Aurora PostgreSQL For information, see Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide. MySQL For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide. PostgreSQL For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
1854
+ * The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" You can supply either 5.7 or 8.0 to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Aurora MySQL For information, see Database engine updates for Amazon Aurora MySQL in the Amazon Aurora User Guide. Aurora PostgreSQL For information, see Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide. MySQL For information, see Amazon RDS for MySQL in the Amazon RDS User Guide. PostgreSQL For information, see Amazon RDS for PostgreSQL in the Amazon RDS User Guide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
1855
1855
  */
1856
1856
  EngineVersion?: String;
1857
1857
  /**
@@ -1911,7 +1911,7 @@ declare namespace RDS {
1911
1911
  */
1912
1912
  EnableCloudwatchLogsExports?: LogTypeList;
1913
1913
  /**
1914
- * The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster. The parallelquery engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x versions. The global engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions, and global engine mode isn't required for any 2.x versions. The multimaster engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a. The serverless engine mode only applies for Aurora Serverless v1 DB clusters. For Aurora PostgreSQL, the global engine mode isn't required, and both the parallelquery and the multimaster engine modes currently aren't supported. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide: Limitations of Aurora Serverless v1 Requirements for Aurora Serverless v2 Limitations of Parallel Query Limitations of Aurora Global Databases Limitations of Multi-Master Clusters Valid for: Aurora DB clusters only
1914
+ * The DB engine mode of the DB cluster, either provisioned or serverless. The serverless engine mode only applies for Aurora Serverless v1 DB clusters. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide: Limitations of Aurora Serverless v1 Requirements for Aurora Serverless v2 Limitations of parallel query Limitations of Aurora global databases Valid for: Aurora DB clusters only
1915
1915
  */
1916
1916
  EngineMode?: String;
1917
1917
  /**
@@ -1959,7 +1959,7 @@ declare namespace RDS {
1959
1959
  */
1960
1960
  StorageType?: String;
1961
1961
  /**
1962
- * The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide. This setting is required to create a Multi-AZ DB cluster. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster. Valid for: Multi-AZ DB clusters only
1962
+ * The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see Provisioned IOPS storage in the Amazon RDS User Guide. This setting is required to create a Multi-AZ DB cluster. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster. Valid for: Multi-AZ DB clusters only
1963
1963
  */
1964
1964
  Iops?: IntegerOptional;
1965
1965
  /**
@@ -4814,7 +4814,7 @@ declare namespace RDS {
4814
4814
  }
4815
4815
  export interface DescribeDBEngineVersionsMessage {
4816
4816
  /**
4817
- * The database engine to return. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
4817
+ * The database engine to return. Valid Values: aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
4818
4818
  */
4819
4819
  Engine?: String;
4820
4820
  /**
@@ -5402,7 +5402,7 @@ declare namespace RDS {
5402
5402
  }
5403
5403
  export interface DescribeOrderableDBInstanceOptionsMessage {
5404
5404
  /**
5405
- * The name of the engine to retrieve DB instance options for. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
5405
+ * The name of the engine to retrieve DB instance options for. Valid Values: aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
5406
5406
  */
5407
5407
  Engine: String;
5408
5408
  /**
@@ -5959,7 +5959,7 @@ declare namespace RDS {
5959
5959
  */
5960
5960
  DeletionProtection?: BooleanOptional;
5961
5961
  /**
5962
- * The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.
5962
+ * The list of primary and secondary clusters within the global database cluster.
5963
5963
  */
5964
5964
  GlobalClusterMembers?: GlobalClusterMemberList;
5965
5965
  /**
@@ -6214,7 +6214,7 @@ declare namespace RDS {
6214
6214
  */
6215
6215
  CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
6216
6216
  /**
6217
- * The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Valid for: Aurora DB clusters and Multi-AZ DB clusters
6217
+ * The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Valid for: Aurora DB clusters and Multi-AZ DB clusters
6218
6218
  */
6219
6219
  EngineVersion?: String;
6220
6220
  /**
@@ -7806,11 +7806,11 @@ declare namespace RDS {
7806
7806
  */
7807
7807
  DBSubnetGroupName?: String;
7808
7808
  /**
7809
- * The name of the database engine to be used for this DB cluster. Valid Values: aurora (for MySQL 5.6-compatible Aurora) and aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
7809
+ * The name of the database engine to be used for this DB cluster. Valid Values: aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
7810
7810
  */
7811
7811
  Engine: String;
7812
7812
  /**
7813
- * The version number of the database engine to use. To list all of the available engine versions for aurora (for MySQL 5.6-compatible Aurora), use the following command: aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" Aurora MySQL Example: 5.6.10a, 5.6.mysql_aurora.1.19.2, 5.7.mysql_aurora.2.07.1, 8.0.mysql_aurora.3.02.0
7813
+ * The version number of the database engine to use. To list all of the available engine versions for aurora-mysql (MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" Aurora MySQL Examples: 5.7.mysql_aurora.2.07.1, 8.0.mysql_aurora.3.02.0
7814
7814
  */
7815
7815
  EngineVersion?: String;
7816
7816
  /**
@@ -7875,7 +7875,7 @@ declare namespace RDS {
7875
7875
  */
7876
7876
  BacktrackWindow?: LongOptional;
7877
7877
  /**
7878
- * The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. Aurora MySQL Possible values are audit, error, general, and slowquery. Aurora PostgreSQL Possible value is postgresql. For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
7878
+ * The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. Aurora MySQL Possible values are audit, error, general, and slowquery. For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.
7879
7879
  */
7880
7880
  EnableCloudwatchLogsExports?: LogTypeList;
7881
7881
  /**
@@ -7929,7 +7929,7 @@ declare namespace RDS {
7929
7929
  */
7930
7930
  Engine: String;
7931
7931
  /**
7932
- * The version of the database engine to use for the new DB cluster. To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Aurora MySQL See MySQL on Amazon RDS Versions in the Amazon Aurora User Guide. Aurora PostgreSQL See Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide. MySQL See MySQL on Amazon RDS Versions in the Amazon RDS User Guide. PostgreSQL See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
7932
+ * The version of the database engine to use for the new DB cluster. If you don't specify an engine version, the default version for the database engine in the Amazon Web Services Region is used. To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Aurora MySQL See Database engine updates for Amazon Aurora MySQL in the Amazon Aurora User Guide. Aurora PostgreSQL See Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide. MySQL See Amazon RDS for MySQL in the Amazon RDS User Guide. PostgreSQL See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide. Valid for: Aurora DB clusters and Multi-AZ DB clusters
7933
7933
  */
7934
7934
  EngineVersion?: String;
7935
7935
  /**
@@ -8868,7 +8868,7 @@ declare namespace RDS {
8868
8868
  */
8869
8869
  S3BucketName: String;
8870
8870
  /**
8871
- * The name of the IAM role to use for writing to the Amazon S3 bucket when exporting a snapshot or cluster.
8871
+ * The name of the IAM role to use for writing to the Amazon S3 bucket when exporting a snapshot or cluster. In the IAM policy attached to your IAM role, include the following required actions to allow the transfer of files from Amazon RDS or Amazon Aurora to an S3 bucket: s3:PutObject* s3:GetObject* s3:ListBucket s3:DeleteObject* s3:GetBucketLocation In the policy, include the resources to identify the S3 bucket and objects in the bucket. The following list of resources shows the Amazon Resource Name (ARN) format for accessing S3: arn:aws:s3:::your-s3-bucket arn:aws:s3:::your-s3-bucket/*
8872
8872
  */
8873
8873
  IamRoleArn: String;
8874
8874
  /**
@@ -8984,7 +8984,7 @@ declare namespace RDS {
8984
8984
  */
8985
8985
  TargetMember?: DatabaseArn;
8986
8986
  /**
8987
- * The switchover status of a resource in a blue/green deployment. Values: preparing-for-switchover - The resource is being prepared to switch over. ready-for-switchover - The resource is ready to switch over. switchover-in-progress - The resource is being switched over. switchover-completed - The resource has been switched over. switchover-failed - The resource attempted to switch over but failed.
8987
+ * The switchover status of a resource in a blue/green deployment. Values: PROVISIONING - The resource is being prepared to switch over. AVAILABLE - The resource is ready to switch over. SWITCHOVER_IN_PROGRESS - The resource is being switched over. SWITCHOVER_COMPLETED - The resource has been switched over. SWITCHOVER_FAILED - The resource attempted to switch over but failed. MISSING_SOURCE - The source resource has been deleted. MISSING_TARGET - The target resource has been deleted.
8988
8988
  */
8989
8989
  Status?: SwitchoverDetailStatus;
8990
8990
  }
@@ -92,6 +92,14 @@ declare class SageMaker extends Service {
92
92
  * Creates an Autopilot job. Find the best-performing model after you run an Autopilot job by calling . For information about how to use Autopilot, see Automate Model Development with Amazon SageMaker Autopilot.
93
93
  */
94
94
  createAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobResponse) => void): Request<SageMaker.Types.CreateAutoMLJobResponse, AWSError>;
95
+ /**
96
+ * Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for Computer Vision or Natural Language Processing problems. Find the resulting model after you run an AutoML job V2 by calling . To create an AutoMLJob using tabular data, see . This API action is callable through SageMaker Canvas only. Calling it directly from the CLI or an SDK results in an error.
97
+ */
98
+ createAutoMLJobV2(params: SageMaker.Types.CreateAutoMLJobV2Request, callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
99
+ /**
100
+ * Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for Computer Vision or Natural Language Processing problems. Find the resulting model after you run an AutoML job V2 by calling . To create an AutoMLJob using tabular data, see . This API action is callable through SageMaker Canvas only. Calling it directly from the CLI or an SDK results in an error.
101
+ */
102
+ createAutoMLJobV2(callback?: (err: AWSError, data: SageMaker.Types.CreateAutoMLJobV2Response) => void): Request<SageMaker.Types.CreateAutoMLJobV2Response, AWSError>;
95
103
  /**
96
104
  * Creates a Git repository as a resource in your SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with. The repository can be hosted either in Amazon Web Services CodeCommit or in any other Git repository.
97
105
  */
@@ -884,6 +892,14 @@ declare class SageMaker extends Service {
884
892
  * Returns information about an Amazon SageMaker AutoML job.
885
893
  */
886
894
  describeAutoMLJob(callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobResponse) => void): Request<SageMaker.Types.DescribeAutoMLJobResponse, AWSError>;
895
+ /**
896
+ * Returns information about an Amazon SageMaker AutoML V2 job. This API action is callable through SageMaker Canvas only. Calling it directly from the CLI or an SDK results in an error.
897
+ */
898
+ describeAutoMLJobV2(params: SageMaker.Types.DescribeAutoMLJobV2Request, callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobV2Response) => void): Request<SageMaker.Types.DescribeAutoMLJobV2Response, AWSError>;
899
+ /**
900
+ * Returns information about an Amazon SageMaker AutoML V2 job. This API action is callable through SageMaker Canvas only. Calling it directly from the CLI or an SDK results in an error.
901
+ */
902
+ describeAutoMLJobV2(callback?: (err: AWSError, data: SageMaker.Types.DescribeAutoMLJobV2Response) => void): Request<SageMaker.Types.DescribeAutoMLJobV2Response, AWSError>;
887
903
  /**
888
904
  * Gets details about the specified Git repository.
889
905
  */
@@ -2829,7 +2845,7 @@ declare namespace SageMaker {
2829
2845
  export type AppImageConfigList = AppImageConfigDetails[];
2830
2846
  export type AppImageConfigName = string;
2831
2847
  export type AppImageConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
2832
- export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|string;
2848
+ export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.geospatial.interactive"|string;
2833
2849
  export type AppList = AppDetails[];
2834
2850
  export type AppManaged = boolean;
2835
2851
  export type AppName = string;
@@ -3058,7 +3074,7 @@ declare namespace SageMaker {
3058
3074
  */
3059
3075
  CandidateStatus: CandidateStatus;
3060
3076
  /**
3061
- * Information about the inference container definitions.
3077
+ * Information about the recommended inference container definitions.
3062
3078
  */
3063
3079
  InferenceContainers?: AutoMLContainerDefinitions;
3064
3080
  /**
@@ -3081,6 +3097,10 @@ declare namespace SageMaker {
3081
3097
  * The properties of an AutoML candidate job.
3082
3098
  */
3083
3099
  CandidateProperties?: CandidateProperties;
3100
+ /**
3101
+ * The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the V2 API only (for example, for jobs created by calling CreateAutoMLJobV2).
3102
+ */
3103
+ InferenceContainerDefinitions?: AutoMLInferenceContainerDefinitions;
3084
3104
  }
3085
3105
  export interface AutoMLCandidateGenerationConfig {
3086
3106
  /**
@@ -3158,6 +3178,7 @@ declare namespace SageMaker {
3158
3178
  ValidationFraction?: ValidationFraction;
3159
3179
  }
3160
3180
  export type AutoMLFailureReason = string;
3181
+ export type AutoMLInferenceContainerDefinitions = {[key: string]: AutoMLContainerDefinitions};
3161
3182
  export type AutoMLInputDataConfig = AutoMLChannel[];
3162
3183
  export type AutoMLJobArn = string;
3163
3184
  export interface AutoMLJobArtifacts {
@@ -3170,17 +3191,35 @@ declare namespace SageMaker {
3170
3191
  */
3171
3192
  DataExplorationNotebookLocation?: DataExplorationNotebookLocation;
3172
3193
  }
3194
+ export interface AutoMLJobChannel {
3195
+ /**
3196
+ * The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType
3197
+ */
3198
+ ChannelType?: AutoMLChannelType;
3199
+ /**
3200
+ * The content type of the data from the input source. The following are the allowed content types for different problems: ImageClassification: image/png, image/jpeg, image/* TextClassification: text/csv;header=present
3201
+ */
3202
+ ContentType?: ContentType;
3203
+ /**
3204
+ * The allowed compression types depend on the input format. We allow the compression type Gzip for S3Prefix inputs only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.
3205
+ */
3206
+ CompressionType?: CompressionType;
3207
+ /**
3208
+ * The data source for an AutoML channel.
3209
+ */
3210
+ DataSource?: AutoMLDataSource;
3211
+ }
3173
3212
  export interface AutoMLJobCompletionCriteria {
3174
3213
  /**
3175
- * The maximum number of times a training job is allowed to run.
3214
+ * The maximum number of times a training job is allowed to run. For V2 jobs (jobs created by calling CreateAutoMLJobV2), the supported value is 1.
3176
3215
  */
3177
3216
  MaxCandidates?: MaxCandidates;
3178
3217
  /**
3179
- * The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.
3218
+ * The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action. For V2 jobs (jobs created by calling CreateAutoMLJobV2), this field controls the runtime of the job candidate.
3180
3219
  */
3181
3220
  MaxRuntimePerTrainingJobInSeconds?: MaxRuntimePerTrainingJobInSeconds;
3182
3221
  /**
3183
- * The maximum runtime, in seconds, an AutoML job has to complete. If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, are not completed.
3222
+ * The maximum runtime, in seconds, an AutoML job has to complete. If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, are not completed.
3184
3223
  */
3185
3224
  MaxAutoMLJobRuntimeInSeconds?: MaxAutoMLJobRuntimeInSeconds;
3186
3225
  }
@@ -3206,6 +3245,7 @@ declare namespace SageMaker {
3206
3245
  */
3207
3246
  Mode?: AutoMLMode;
3208
3247
  }
3248
+ export type AutoMLJobInputDataConfig = AutoMLJobChannel[];
3209
3249
  export type AutoMLJobName = string;
3210
3250
  export interface AutoMLJobObjective {
3211
3251
  /**
@@ -3214,7 +3254,7 @@ declare namespace SageMaker {
3214
3254
  MetricName: AutoMLMetricEnum;
3215
3255
  }
3216
3256
  export type AutoMLJobObjectiveType = "Maximize"|"Minimize"|string;
3217
- export type AutoMLJobSecondaryStatus = "Starting"|"AnalyzingData"|"FeatureEngineering"|"ModelTuning"|"MaxCandidatesReached"|"Failed"|"Stopped"|"MaxAutoMLJobRuntimeReached"|"Stopping"|"CandidateDefinitionsGenerated"|"GeneratingExplainabilityReport"|"Completed"|"ExplainabilityError"|"DeployingModel"|"ModelDeploymentError"|"GeneratingModelInsightsReport"|"ModelInsightsError"|string;
3257
+ export type AutoMLJobSecondaryStatus = "Starting"|"AnalyzingData"|"FeatureEngineering"|"ModelTuning"|"MaxCandidatesReached"|"Failed"|"Stopped"|"MaxAutoMLJobRuntimeReached"|"Stopping"|"CandidateDefinitionsGenerated"|"GeneratingExplainabilityReport"|"Completed"|"ExplainabilityError"|"DeployingModel"|"ModelDeploymentError"|"GeneratingModelInsightsReport"|"ModelInsightsError"|"TrainingModels"|string;
3218
3258
  export type AutoMLJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
3219
3259
  export interface AutoMLJobStepMetadata {
3220
3260
  /**
@@ -3283,17 +3323,28 @@ declare namespace SageMaker {
3283
3323
  PartialFailureMessage?: AutoMLFailureReason;
3284
3324
  }
3285
3325
  export type AutoMLPartialFailureReasons = AutoMLPartialFailureReason[];
3326
+ export interface AutoMLProblemTypeConfig {
3327
+ /**
3328
+ * Settings used to configure an AutoML job using the V2 API for the image classification problem type.
3329
+ */
3330
+ ImageClassificationJobConfig?: ImageClassificationJobConfig;
3331
+ /**
3332
+ * Settings used to configure an AutoML job using the V2 API for the text classification problem type.
3333
+ */
3334
+ TextClassificationJobConfig?: TextClassificationJobConfig;
3335
+ }
3336
+ export type AutoMLProcessingUnit = "CPU"|"GPU"|string;
3286
3337
  export interface AutoMLS3DataSource {
3287
3338
  /**
3288
- * The data type. A ManifestFile should have the format shown below: [ {"prefix": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"}, "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-1", "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-2", ... "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-N" ] An S3Prefix should have the following format: s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER-OR-FILE
3339
+ * The data type. If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. The S3Prefix should have the following format: s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER-OR-FILE If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. A ManifestFile should have the format shown below: [ {"prefix": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"}, "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-1", "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-2", ... "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-N" ] If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile is available for V2 API jobs only (for example, for jobs created by calling CreateAutoMLJobV2). Here is a minimal, single-record example of an AugmentedManifestFile: {"source-ref": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/cats/cat.jpg", "label-metadata": {"class-name": "cat" } For more information on AugmentedManifestFile, see Provide Dataset Metadata to Training Jobs with an Augmented Manifest File.
3289
3340
  */
3290
3341
  S3DataType: AutoMLS3DataType;
3291
3342
  /**
3292
- * The URL to the Amazon S3 data source.
3343
+ * The URL to the Amazon S3 data source. The Uri refers to the Amazon S3 prefix or ManifestFile depending on the data type.
3293
3344
  */
3294
3345
  S3Uri: S3Uri;
3295
3346
  }
3296
- export type AutoMLS3DataType = "ManifestFile"|"S3Prefix"|string;
3347
+ export type AutoMLS3DataType = "ManifestFile"|"S3Prefix"|"AugmentedManifestFile"|string;
3297
3348
  export interface AutoMLSecurityConfig {
3298
3349
  /**
3299
3350
  * The key used to encrypt stored data.
@@ -4013,6 +4064,7 @@ declare namespace SageMaker {
4013
4064
  export type ContainerMode = "SingleModel"|"MultiModel"|string;
4014
4065
  export type ContentClassifier = "FreeOfPersonallyIdentifiableInformation"|"FreeOfAdultContent"|string;
4015
4066
  export type ContentClassifiers = ContentClassifier[];
4067
+ export type ContentColumn = string;
4016
4068
  export type ContentDigest = string;
4017
4069
  export type ContentType = string;
4018
4070
  export type ContentTypes = ContentType[];
@@ -4265,11 +4317,11 @@ declare namespace SageMaker {
4265
4317
  */
4266
4318
  OutputDataConfig: AutoMLOutputDataConfig;
4267
4319
  /**
4268
- * Defines the type of supervised learning available for the candidates. For more information, see Amazon SageMaker Autopilot problem types and algorithm support.
4320
+ * Defines the type of supervised learning problem available for the candidates. For more information, see Amazon SageMaker Autopilot problem types and algorithm support.
4269
4321
  */
4270
4322
  ProblemType?: ProblemType;
4271
4323
  /**
4272
- * Defines the objective metric used to measure the predictive quality of an AutoML job. You provide an AutoMLJobObjective$MetricName and Autopilot infers whether to minimize or maximize it.
4324
+ * Defines the objective metric used to measure the predictive quality of an AutoML job. You provide an AutoMLJobObjective$MetricName and Autopilot infers whether to minimize or maximize it. For , only Accuracy is supported.
4273
4325
  */
4274
4326
  AutoMLJobObjective?: AutoMLJobObjective;
4275
4327
  /**
@@ -4285,7 +4337,7 @@ declare namespace SageMaker {
4285
4337
  */
4286
4338
  GenerateCandidateDefinitionsOnly?: GenerateCandidateDefinitionsOnly;
4287
4339
  /**
4288
- * Each tag consists of a key and an optional value. Tag keys must be unique per resource.
4340
+ * An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
4289
4341
  */
4290
4342
  Tags?: TagList;
4291
4343
  /**
@@ -4299,6 +4351,54 @@ declare namespace SageMaker {
4299
4351
  */
4300
4352
  AutoMLJobArn: AutoMLJobArn;
4301
4353
  }
4354
+ export interface CreateAutoMLJobV2Request {
4355
+ /**
4356
+ * Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
4357
+ */
4358
+ AutoMLJobName: AutoMLJobName;
4359
+ /**
4360
+ * An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to InputDataConfig supported by CreateAutoMLJob. The supported formats depend on the problem type: ImageClassification: S3Prefix, ManifestFile, AugmentedManifestFile TextClassification: S3Prefix
4361
+ */
4362
+ AutoMLJobInputDataConfig: AutoMLJobInputDataConfig;
4363
+ /**
4364
+ * Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
4365
+ */
4366
+ OutputDataConfig: AutoMLOutputDataConfig;
4367
+ /**
4368
+ * Defines the configuration settings of one of the supported problem types.
4369
+ */
4370
+ AutoMLProblemTypeConfig: AutoMLProblemTypeConfig;
4371
+ /**
4372
+ * The ARN of the role that is used to access the data.
4373
+ */
4374
+ RoleArn: RoleArn;
4375
+ /**
4376
+ * An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, such as by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.
4377
+ */
4378
+ Tags?: TagList;
4379
+ /**
4380
+ * The security configuration for traffic encryption or Amazon VPC settings.
4381
+ */
4382
+ SecurityConfig?: AutoMLSecurityConfig;
4383
+ /**
4384
+ * Specifies a metric to minimize or maximize as the objective of a job. For , only Accuracy is supported.
4385
+ */
4386
+ AutoMLJobObjective?: AutoMLJobObjective;
4387
+ /**
4388
+ * Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
4389
+ */
4390
+ ModelDeployConfig?: ModelDeployConfig;
4391
+ /**
4392
+ * This structure specifies how to split the data into train and validation datasets. If you are using the V1 API (for example CreateAutoMLJob) or the V2 API for Natural Language Processing problems (for example CreateAutoMLJobV2 with a TextClassificationJobConfig problem type), the validation and training datasets must contain the same headers. Also, for V1 API jobs, the validation dataset must be less than 2 GB in size.
4393
+ */
4394
+ DataSplitConfig?: AutoMLDataSplitConfig;
4395
+ }
4396
+ export interface CreateAutoMLJobV2Response {
4397
+ /**
4398
+ * The unique ARN assigned to the AutoMLJob when it is created.
4399
+ */
4400
+ AutoMLJobArn: AutoMLJobArn;
4401
+ }
4302
4402
  export interface CreateCodeRepositoryInput {
4303
4403
  /**
4304
4404
  * The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
@@ -7069,6 +7169,90 @@ declare namespace SageMaker {
7069
7169
  */
7070
7170
  ModelDeployResult?: ModelDeployResult;
7071
7171
  }
7172
+ export interface DescribeAutoMLJobV2Request {
7173
+ /**
7174
+ * Requests information about an AutoML V2 job using its unique name.
7175
+ */
7176
+ AutoMLJobName: AutoMLJobName;
7177
+ }
7178
+ export interface DescribeAutoMLJobV2Response {
7179
+ /**
7180
+ * Returns the name of the AutoML V2 job.
7181
+ */
7182
+ AutoMLJobName: AutoMLJobName;
7183
+ /**
7184
+ * Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
7185
+ */
7186
+ AutoMLJobArn: AutoMLJobArn;
7187
+ /**
7188
+ * Returns an array of channel objects describing the input data and their location.
7189
+ */
7190
+ AutoMLJobInputDataConfig: AutoMLJobInputDataConfig;
7191
+ /**
7192
+ * Returns the job's output data config.
7193
+ */
7194
+ OutputDataConfig: AutoMLOutputDataConfig;
7195
+ /**
7196
+ * The ARN of the Identity and Access Management role that has read permission to the input data location and write permission to the output data location in Amazon S3.
7197
+ */
7198
+ RoleArn: RoleArn;
7199
+ /**
7200
+ * Returns the job's objective.
7201
+ */
7202
+ AutoMLJobObjective?: AutoMLJobObjective;
7203
+ /**
7204
+ * Returns the configuration settings of the problem type set for the AutoML V2 job.
7205
+ */
7206
+ AutoMLProblemTypeConfig?: AutoMLProblemTypeConfig;
7207
+ /**
7208
+ * Returns the creation time of the AutoML V2 job.
7209
+ */
7210
+ CreationTime: Timestamp;
7211
+ /**
7212
+ * Returns the end time of the AutoML V2 job.
7213
+ */
7214
+ EndTime?: Timestamp;
7215
+ /**
7216
+ * Returns the job's last modified time.
7217
+ */
7218
+ LastModifiedTime: Timestamp;
7219
+ /**
7220
+ * Returns the reason for the failure of the AutoML V2 job, when applicable.
7221
+ */
7222
+ FailureReason?: AutoMLFailureReason;
7223
+ /**
7224
+ * Returns a list of reasons for partial failures within an AutoML V2 job.
7225
+ */
7226
+ PartialFailureReasons?: AutoMLPartialFailureReasons;
7227
+ /**
7228
+ * Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
7229
+ */
7230
+ BestCandidate?: AutoMLCandidate;
7231
+ /**
7232
+ * Returns the status of the AutoML V2 job.
7233
+ */
7234
+ AutoMLJobStatus: AutoMLJobStatus;
7235
+ /**
7236
+ * Returns the secondary status of the AutoML V2 job.
7237
+ */
7238
+ AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus;
7239
+ /**
7240
+ * Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
7241
+ */
7242
+ ModelDeployConfig?: ModelDeployConfig;
7243
+ /**
7244
+ * Provides information about endpoint for the model deployment.
7245
+ */
7246
+ ModelDeployResult?: ModelDeployResult;
7247
+ /**
7248
+ * Returns the configuration settings of how the data are split into train and validation datasets.
7249
+ */
7250
+ DataSplitConfig?: AutoMLDataSplitConfig;
7251
+ /**
7252
+ * Returns the security configuration for traffic encryption or Amazon VPC settings.
7253
+ */
7254
+ SecurityConfig?: AutoMLSecurityConfig;
7255
+ }
7072
7256
  export interface DescribeCodeRepositoryInput {
7073
7257
  /**
7074
7258
  * The name of the Git repository to describe.
@@ -11913,6 +12097,12 @@ declare namespace SageMaker {
11913
12097
  }
11914
12098
  export type ImageArn = string;
11915
12099
  export type ImageBaseImage = string;
12100
+ export interface ImageClassificationJobConfig {
12101
+ /**
12102
+ * How long a job is allowed to run, or how many candidates a job is allowed to generate.
12103
+ */
12104
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
12105
+ }
11916
12106
  export interface ImageConfig {
11917
12107
  /**
11918
12108
  * Set this to one of the following values: Platform - The model image is hosted in Amazon ECR. Vpc - The model image is hosted in a private Docker registry in your VPC.
@@ -17490,7 +17680,7 @@ declare namespace SageMaker {
17490
17680
  }
17491
17681
  export interface OnlineStoreSecurityConfig {
17492
17682
  /**
17493
- * The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. The caller (either IAM user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId: "kms:Encrypt" "kms:Decrypt" "kms:DescribeKey" "kms:CreateGrant" "kms:RetireGrant" "kms:ReEncryptFrom" "kms:ReEncryptTo" "kms:GenerateDataKey" "kms:ListAliases" "kms:ListGrants" "kms:RevokeGrant" The caller (either user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId: "kms:Decrypt"
17683
+ * The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId: "kms:Encrypt" "kms:Decrypt" "kms:DescribeKey" "kms:CreateGrant" "kms:RetireGrant" "kms:ReEncryptFrom" "kms:ReEncryptTo" "kms:GenerateDataKey" "kms:ListAliases" "kms:ListGrants" "kms:RevokeGrant" The caller (either user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId: "kms:Decrypt"
17494
17684
  */
17495
17685
  KmsKeyId?: KmsKeyId;
17496
17686
  }
@@ -18292,7 +18482,7 @@ declare namespace SageMaker {
18292
18482
  */
18293
18483
  ContainerStartupHealthCheckTimeoutInSeconds?: ProductionVariantContainerStartupHealthCheckTimeoutInSeconds;
18294
18484
  /**
18295
- * You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoints. You can turn on or turn off SSM access for a production variant behind an existing endpoint by creating a new endpoint configuration and calling UpdateEndpoint.
18485
+ * You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoint. You can turn on or turn off SSM access for a production variant behind an existing endpoint by creating a new endpoint configuration and calling UpdateEndpoint.
18296
18486
  */
18297
18487
  EnableSSMAccess?: ProductionVariantSSMAccess;
18298
18488
  }
@@ -19843,6 +20033,7 @@ declare namespace SageMaker {
19843
20033
  export type TagValue = string;
19844
20034
  export type TargetAttributeName = string;
19845
20035
  export type TargetDevice = "lambda"|"ml_m4"|"ml_m5"|"ml_c4"|"ml_c5"|"ml_p2"|"ml_p3"|"ml_g4dn"|"ml_inf1"|"ml_eia2"|"jetson_tx1"|"jetson_tx2"|"jetson_nano"|"jetson_xavier"|"rasp3b"|"imx8qm"|"deeplens"|"rk3399"|"rk3288"|"aisage"|"sbe_c"|"qcs605"|"qcs603"|"sitara_am57x"|"amba_cv2"|"amba_cv22"|"amba_cv25"|"x86_win32"|"x86_win64"|"coreml"|"jacinto_tda4vm"|"imx8mplus"|string;
20036
+ export type TargetLabelColumn = string;
19846
20037
  export type TargetObjectiveMetricValue = number;
19847
20038
  export interface TargetPlatform {
19848
20039
  /**
@@ -19890,6 +20081,20 @@ declare namespace SageMaker {
19890
20081
  }
19891
20082
  export type TenthFractionsOfACent = number;
19892
20083
  export type TerminationWaitInSeconds = number;
20084
+ export interface TextClassificationJobConfig {
20085
+ /**
20086
+ * How long a job is allowed to run, or how many candidates a job is allowed to generate.
20087
+ */
20088
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
20089
+ /**
20090
+ * The name of the column used to provide the sentences to be classified. It should not be the same as the target column.
20091
+ */
20092
+ ContentColumn?: ContentColumn;
20093
+ /**
20094
+ * The name of the column used to provide the class labels. It should not be same as the content column.
20095
+ */
20096
+ TargetLabelColumn?: TargetLabelColumn;
20097
+ }
19893
20098
  export type ThingName = string;
19894
20099
  export interface TimeSeriesForecastingSettings {
19895
20100
  /**