@cdklabs/cdk-ecs-codedeploy 0.0.6 → 0.0.8

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 (40) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
  7. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +21 -3
  8. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  10. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
  11. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
  12. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
  13. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +33 -27
  14. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +13 -7
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
  18. package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
  19. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +12 -3
  20. package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
  21. package/node_modules/aws-sdk/clients/costexplorer.d.ts +33 -13
  22. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
  23. package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
  24. package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
  26. package/node_modules/aws-sdk/clients/location.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
  28. package/node_modules/aws-sdk/clients/networkmanager.d.ts +6 -2
  29. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +31 -22
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
  31. package/node_modules/aws-sdk/clients/sagemakermetrics.d.ts +7 -7
  32. package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
  33. package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +372 -89
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +95 -95
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +6 -6
@@ -12,88 +12,92 @@ declare class RedshiftData extends Service {
12
12
  constructor(options?: RedshiftData.Types.ClientConfiguration)
13
13
  config: Config & RedshiftData.Types.ClientConfiguration;
14
14
  /**
15
- * Runs one or more SQL statements, which can be data manipulation language (DML) or data definition language (DDL). Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
15
+ * Runs one or more SQL statements, which can be data manipulation language (DML) or data definition language (DDL). Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
16
16
  */
17
17
  batchExecuteStatement(params: RedshiftData.Types.BatchExecuteStatementInput, callback?: (err: AWSError, data: RedshiftData.Types.BatchExecuteStatementOutput) => void): Request<RedshiftData.Types.BatchExecuteStatementOutput, AWSError>;
18
18
  /**
19
- * Runs one or more SQL statements, which can be data manipulation language (DML) or data definition language (DDL). Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
19
+ * Runs one or more SQL statements, which can be data manipulation language (DML) or data definition language (DDL). Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
20
20
  */
21
21
  batchExecuteStatement(callback?: (err: AWSError, data: RedshiftData.Types.BatchExecuteStatementOutput) => void): Request<RedshiftData.Types.BatchExecuteStatementOutput, AWSError>;
22
22
  /**
23
- * Cancels a running query. To be canceled, a query must be running.
23
+ * Cancels a running query. To be canceled, a query must be running. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
24
24
  */
25
25
  cancelStatement(params: RedshiftData.Types.CancelStatementRequest, callback?: (err: AWSError, data: RedshiftData.Types.CancelStatementResponse) => void): Request<RedshiftData.Types.CancelStatementResponse, AWSError>;
26
26
  /**
27
- * Cancels a running query. To be canceled, a query must be running.
27
+ * Cancels a running query. To be canceled, a query must be running. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
28
28
  */
29
29
  cancelStatement(callback?: (err: AWSError, data: RedshiftData.Types.CancelStatementResponse) => void): Request<RedshiftData.Types.CancelStatementResponse, AWSError>;
30
30
  /**
31
- * Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information includes when the query started, when it finished, the query status, the number of rows returned, and the SQL statement.
31
+ * Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information includes when the query started, when it finished, the query status, the number of rows returned, and the SQL statement. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
32
32
  */
33
33
  describeStatement(params: RedshiftData.Types.DescribeStatementRequest, callback?: (err: AWSError, data: RedshiftData.Types.DescribeStatementResponse) => void): Request<RedshiftData.Types.DescribeStatementResponse, AWSError>;
34
34
  /**
35
- * Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information includes when the query started, when it finished, the query status, the number of rows returned, and the SQL statement.
35
+ * Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information includes when the query started, when it finished, the query status, the number of rows returned, and the SQL statement. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
36
36
  */
37
37
  describeStatement(callback?: (err: AWSError, data: RedshiftData.Types.DescribeStatementResponse) => void): Request<RedshiftData.Types.DescribeStatementResponse, AWSError>;
38
38
  /**
39
- * Describes the detailed information about a table from metadata in the cluster. The information includes its columns. A token is returned to page through the column list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
39
+ * Describes the detailed information about a table from metadata in the cluster. The information includes its columns. A token is returned to page through the column list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
40
40
  */
41
41
  describeTable(params: RedshiftData.Types.DescribeTableRequest, callback?: (err: AWSError, data: RedshiftData.Types.DescribeTableResponse) => void): Request<RedshiftData.Types.DescribeTableResponse, AWSError>;
42
42
  /**
43
- * Describes the detailed information about a table from metadata in the cluster. The information includes its columns. A token is returned to page through the column list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
43
+ * Describes the detailed information about a table from metadata in the cluster. The information includes its columns. A token is returned to page through the column list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
44
44
  */
45
45
  describeTable(callback?: (err: AWSError, data: RedshiftData.Types.DescribeTableResponse) => void): Request<RedshiftData.Types.DescribeTableResponse, AWSError>;
46
46
  /**
47
- * Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
47
+ * Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
48
48
  */
49
49
  executeStatement(params: RedshiftData.Types.ExecuteStatementInput, callback?: (err: AWSError, data: RedshiftData.Types.ExecuteStatementOutput) => void): Request<RedshiftData.Types.ExecuteStatementOutput, AWSError>;
50
50
  /**
51
- * Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
51
+ * Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
52
52
  */
53
53
  executeStatement(callback?: (err: AWSError, data: RedshiftData.Types.ExecuteStatementOutput) => void): Request<RedshiftData.Types.ExecuteStatementOutput, AWSError>;
54
54
  /**
55
- * Fetches the temporarily cached result of an SQL statement. A token is returned to page through the statement results.
55
+ * Fetches the temporarily cached result of an SQL statement. A token is returned to page through the statement results. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
56
56
  */
57
57
  getStatementResult(params: RedshiftData.Types.GetStatementResultRequest, callback?: (err: AWSError, data: RedshiftData.Types.GetStatementResultResponse) => void): Request<RedshiftData.Types.GetStatementResultResponse, AWSError>;
58
58
  /**
59
- * Fetches the temporarily cached result of an SQL statement. A token is returned to page through the statement results.
59
+ * Fetches the temporarily cached result of an SQL statement. A token is returned to page through the statement results. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
60
60
  */
61
61
  getStatementResult(callback?: (err: AWSError, data: RedshiftData.Types.GetStatementResultResponse) => void): Request<RedshiftData.Types.GetStatementResultResponse, AWSError>;
62
62
  /**
63
- * List the databases in a cluster. A token is returned to page through the database list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
63
+ * List the databases in a cluster. A token is returned to page through the database list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
64
64
  */
65
65
  listDatabases(params: RedshiftData.Types.ListDatabasesRequest, callback?: (err: AWSError, data: RedshiftData.Types.ListDatabasesResponse) => void): Request<RedshiftData.Types.ListDatabasesResponse, AWSError>;
66
66
  /**
67
- * List the databases in a cluster. A token is returned to page through the database list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
67
+ * List the databases in a cluster. A token is returned to page through the database list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
68
68
  */
69
69
  listDatabases(callback?: (err: AWSError, data: RedshiftData.Types.ListDatabasesResponse) => void): Request<RedshiftData.Types.ListDatabasesResponse, AWSError>;
70
70
  /**
71
- * Lists the schemas in a database. A token is returned to page through the schema list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
71
+ * Lists the schemas in a database. A token is returned to page through the schema list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
72
72
  */
73
73
  listSchemas(params: RedshiftData.Types.ListSchemasRequest, callback?: (err: AWSError, data: RedshiftData.Types.ListSchemasResponse) => void): Request<RedshiftData.Types.ListSchemasResponse, AWSError>;
74
74
  /**
75
- * Lists the schemas in a database. A token is returned to page through the schema list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
75
+ * Lists the schemas in a database. A token is returned to page through the schema list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
76
76
  */
77
77
  listSchemas(callback?: (err: AWSError, data: RedshiftData.Types.ListSchemasResponse) => void): Request<RedshiftData.Types.ListSchemasResponse, AWSError>;
78
78
  /**
79
- * List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list.
79
+ * List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
80
80
  */
81
81
  listStatements(params: RedshiftData.Types.ListStatementsRequest, callback?: (err: AWSError, data: RedshiftData.Types.ListStatementsResponse) => void): Request<RedshiftData.Types.ListStatementsResponse, AWSError>;
82
82
  /**
83
- * List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list.
83
+ * List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
84
84
  */
85
85
  listStatements(callback?: (err: AWSError, data: RedshiftData.Types.ListStatementsResponse) => void): Request<RedshiftData.Types.ListStatementsResponse, AWSError>;
86
86
  /**
87
- * List the tables in a database. If neither SchemaPattern nor TablePattern are specified, then all tables in the database are returned. A token is returned to page through the table list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
87
+ * List the tables in a database. If neither SchemaPattern nor TablePattern are specified, then all tables in the database are returned. A token is returned to page through the table list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
88
88
  */
89
89
  listTables(params: RedshiftData.Types.ListTablesRequest, callback?: (err: AWSError, data: RedshiftData.Types.ListTablesResponse) => void): Request<RedshiftData.Types.ListTablesResponse, AWSError>;
90
90
  /**
91
- * List the tables in a database. If neither SchemaPattern nor TablePattern are specified, then all tables in the database are returned. A token is returned to page through the table list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required.
91
+ * List the tables in a database. If neither SchemaPattern nor TablePattern are specified, then all tables in the database are returned. A token is returned to page through the table list. Depending on the authorization method, use one of the following combinations of request parameters: Secrets Manager - when connecting to a cluster, specify the Amazon Resource Name (ARN) of the secret, the database name, and the cluster identifier that matches the cluster in the secret. When connecting to a serverless workgroup, specify the Amazon Resource Name (ARN) of the secret and the database name. Temporary credentials - when connecting to a cluster, specify the cluster identifier, the database name, and the database user name. Also, permission to call the redshift:GetClusterCredentials operation is required. When connecting to a serverless workgroup, specify the workgroup name and database name. Also, permission to call the redshift-serverless:GetCredentials operation is required. For more information about the Amazon Redshift Data API and CLI usage examples, see Using the Amazon Redshift Data API in the Amazon Redshift Management Guide.
92
92
  */
93
93
  listTables(callback?: (err: AWSError, data: RedshiftData.Types.ListTablesResponse) => void): Request<RedshiftData.Types.ListTablesResponse, AWSError>;
94
94
  }
95
95
  declare namespace RedshiftData {
96
96
  export interface BatchExecuteStatementInput {
97
+ /**
98
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
99
+ */
100
+ ClientToken?: ClientToken;
97
101
  /**
98
102
  * The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.
99
103
  */
@@ -111,7 +115,7 @@ declare namespace RedshiftData {
111
115
  */
112
116
  SecretArn?: SecretArn;
113
117
  /**
114
- * One or more SQL statements to run.
118
+ * One or more SQL statements to run. The SQL statements are run as a single transaction. They run serially in the order of the array. Subsequent SQL statements don't start until the previous statement in the array completes. If any SQL statement fails, then because they are run as one transaction, all work is rolled back.&lt;/p&gt;
115
119
  */
116
120
  Sqls: SqlList;
117
121
  /**
@@ -174,6 +178,7 @@ declare namespace RedshiftData {
174
178
  */
175
179
  Status?: Boolean;
176
180
  }
181
+ export type ClientToken = string;
177
182
  export type ColumnList = ColumnMetadata[];
178
183
  export interface ColumnMetadata {
179
184
  /**
@@ -372,6 +377,10 @@ declare namespace RedshiftData {
372
377
  TableName?: String;
373
378
  }
374
379
  export interface ExecuteStatementInput {
380
+ /**
381
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
382
+ */
383
+ ClientToken?: ClientToken;
375
384
  /**
376
385
  * The cluster identifier. This parameter is required when connecting to a cluster and authenticating using either Secrets Manager or temporary credentials.
377
386
  */
@@ -682,7 +691,7 @@ declare namespace RedshiftData {
682
691
  */
683
692
  name: ParameterName;
684
693
  /**
685
- * The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more inforation, see Data types in the Amazon Redshift Database Developer Guide.
694
+ * The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more information, see Data types in the Amazon Redshift Database Developer Guide.
686
695
  */
687
696
  value: ParameterValue;
688
697
  }
@@ -245,11 +245,11 @@ declare class SageMaker extends Service {
245
245
  */
246
246
  createImageVersion(callback?: (err: AWSError, data: SageMaker.Types.CreateImageVersionResponse) => void): Request<SageMaker.Types.CreateImageVersionResponse, AWSError>;
247
247
  /**
248
- * Creates an inference experiment using the configurations specified in the request. Use this API to schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
248
+ * Creates an inference experiment using the configurations specified in the request. Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
249
249
  */
250
250
  createInferenceExperiment(params: SageMaker.Types.CreateInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateInferenceExperimentResponse) => void): Request<SageMaker.Types.CreateInferenceExperimentResponse, AWSError>;
251
251
  /**
252
- * Creates an inference experiment using the configurations specified in the request. Use this API to schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
252
+ * Creates an inference experiment using the configurations specified in the request. Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
253
253
  */
254
254
  createInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.CreateInferenceExperimentResponse) => void): Request<SageMaker.Types.CreateInferenceExperimentResponse, AWSError>;
255
255
  /**
@@ -4548,7 +4548,7 @@ declare namespace SageMaker {
4548
4548
  */
4549
4549
  EndpointConfigName: EndpointConfigName;
4550
4550
  /**
4551
- * An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
4551
+ * An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
4552
4552
  */
4553
4553
  ProductionVariants: ProductionVariantList;
4554
4554
  DataCaptureConfig?: DataCaptureConfig;
@@ -4569,7 +4569,7 @@ declare namespace SageMaker {
4569
4569
  */
4570
4570
  ExplainerConfig?: ExplainerConfig;
4571
4571
  /**
4572
- * Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
4572
+ * An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants. If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
4573
4573
  */
4574
4574
  ShadowProductionVariants?: ProductionVariantList;
4575
4575
  }
@@ -4646,7 +4646,7 @@ declare namespace SageMaker {
4646
4646
  */
4647
4647
  OnlineStoreConfig?: OnlineStoreConfig;
4648
4648
  /**
4649
- * Use this to configure an OfflineFeatureStore. This parameter allows you to specify: The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore. A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog. An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent. To learn more about this parameter, see OfflineStoreConfig.
4649
+ * Use this to configure an OfflineFeatureStore. This parameter allows you to specify: The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore. A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog. An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent. Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg. To learn more about this parameter, see OfflineStoreConfig.
4650
4650
  */
4651
4651
  OfflineStoreConfig?: OfflineStoreConfig;
4652
4652
  /**
@@ -4843,7 +4843,7 @@ declare namespace SageMaker {
4843
4843
  */
4844
4844
  Type: InferenceExperimentType;
4845
4845
  /**
4846
- * The duration for which you want the inference experiment to run. If you don't specify this field, the experiment automatically concludes after 7 days.
4846
+ * The duration for which you want the inference experiment to run. If you don't specify this field, the experiment automatically starts immediately upon creation and concludes after 7 days.
4847
4847
  */
4848
4848
  Schedule?: InferenceExperimentSchedule;
4849
4849
  /**
@@ -4851,7 +4851,7 @@ declare namespace SageMaker {
4851
4851
  */
4852
4852
  Description?: InferenceExperimentDescription;
4853
4853
  /**
4854
- * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
4854
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
4855
4855
  */
4856
4856
  RoleArn: RoleArn;
4857
4857
  /**
@@ -4859,15 +4859,15 @@ declare namespace SageMaker {
4859
4859
  */
4860
4860
  EndpointName: EndpointName;
4861
4861
  /**
4862
- * Array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for the corresponding variant.
4862
+ * An array of ModelVariantConfig objects. There is one for each variant in the inference experiment. Each ModelVariantConfig object in the array describes the infrastructure configuration for the corresponding variant.
4863
4863
  */
4864
4864
  ModelVariants: ModelVariantConfigList;
4865
4865
  /**
4866
- * The storage configuration for the inference experiment. This is an optional parameter that you can use for data capture. For more information, see Capture data.
4866
+ * The Amazon S3 location and configuration for storing inference request and response data. This is an optional parameter that you can use for data capture. For more information, see Capture data.
4867
4867
  */
4868
4868
  DataStorageConfig?: InferenceExperimentDataStorageConfig;
4869
4869
  /**
4870
- * Shows which variant is the production variant and which variant is the shadow variant. For the shadow variant, also shows the sampling percentage.
4870
+ * The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.
4871
4871
  */
4872
4872
  ShadowModeConfig: ShadowModeConfig;
4873
4873
  /**
@@ -5948,7 +5948,7 @@ declare namespace SageMaker {
5948
5948
  */
5949
5949
  DestinationS3Uri: DestinationS3Uri;
5950
5950
  /**
5951
- * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
5951
+ * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
5952
5952
  */
5953
5953
  KmsKeyId?: KmsKeyId;
5954
5954
  /**
@@ -7537,7 +7537,7 @@ declare namespace SageMaker {
7537
7537
  */
7538
7538
  ExplainerConfig?: ExplainerConfig;
7539
7539
  /**
7540
- * Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
7540
+ * An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
7541
7541
  */
7542
7542
  ShadowProductionVariants?: ProductionVariantList;
7543
7543
  }
@@ -7561,7 +7561,7 @@ declare namespace SageMaker {
7561
7561
  */
7562
7562
  EndpointConfigName: EndpointConfigName;
7563
7563
  /**
7564
- * An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
7564
+ * An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.
7565
7565
  */
7566
7566
  ProductionVariants?: ProductionVariantSummaryList;
7567
7567
  DataCaptureConfig?: DataCaptureConfigSummary;
@@ -7598,7 +7598,7 @@ declare namespace SageMaker {
7598
7598
  */
7599
7599
  ExplainerConfig?: ExplainerConfig;
7600
7600
  /**
7601
- * Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
7601
+ * An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
7602
7602
  */
7603
7603
  ShadowProductionVariants?: ProductionVariantSummaryList;
7604
7604
  }
@@ -7690,7 +7690,7 @@ declare namespace SageMaker {
7690
7690
  */
7691
7691
  OnlineStoreConfig?: OnlineStoreConfig;
7692
7692
  /**
7693
- * The configuration of the OfflineStore, inducing the S3 location of the OfflineStore, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security configuration.
7693
+ * The configuration of the offline store. It includes the following configurations: Amazon S3 location of the offline store. Configuration of the Glue data catalog. Table format of the offline store. Option to disable the automatic creation of a Glue table for the offline store. Encryption configuration.
7694
7694
  */
7695
7695
  OfflineStoreConfig?: OfflineStoreConfig;
7696
7696
  /**
@@ -8159,11 +8159,11 @@ declare namespace SageMaker {
8159
8159
  */
8160
8160
  Schedule?: InferenceExperimentSchedule;
8161
8161
  /**
8162
- * The status of the inference experiment. The following are the possible statuses for an inference experiment: Creating - Amazon SageMaker is creating your experiment. Created - Amazon SageMaker has finished creating your experiment and it will begin at the scheduled time. Updating - When you make changes to your experiment, your experiment shows as updating. Starting - Amazon SageMaker is beginning your experiment. Running - Your experiment is in progress. Stopping - Amazon SageMaker is stopping your experiment. Completed - Your experiment has completed. Cancelled - When you conclude your experiment early, it shows as canceled.
8162
+ * The status of the inference experiment. The following are the possible statuses for an inference experiment: Creating - Amazon SageMaker is creating your experiment. Created - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time. Updating - When you make changes to your experiment, your experiment shows as updating. Starting - Amazon SageMaker is beginning your experiment. Running - Your experiment is in progress. Stopping - Amazon SageMaker is stopping your experiment. Completed - Your experiment has completed. Cancelled - When you conclude your experiment early using the StopInferenceExperiment API, or if any operation fails with an unexpected error, it shows as cancelled.
8163
8163
  */
8164
8164
  Status: InferenceExperimentStatus;
8165
8165
  /**
8166
- * The error message for the inference experiment status result.
8166
+ * The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.
8167
8167
  */
8168
8168
  StatusReason?: InferenceExperimentStatusReason;
8169
8169
  /**
@@ -8175,7 +8175,7 @@ declare namespace SageMaker {
8175
8175
  */
8176
8176
  CreationTime?: Timestamp;
8177
8177
  /**
8178
- * The timestamp at which the inference experiment was completed or will complete.
8178
+ * The timestamp at which the inference experiment was completed.
8179
8179
  */
8180
8180
  CompletionTime?: Timestamp;
8181
8181
  /**
@@ -8183,7 +8183,7 @@ declare namespace SageMaker {
8183
8183
  */
8184
8184
  LastModifiedTime?: Timestamp;
8185
8185
  /**
8186
- * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
8186
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
8187
8187
  */
8188
8188
  RoleArn?: RoleArn;
8189
8189
  /**
@@ -8191,15 +8191,15 @@ declare namespace SageMaker {
8191
8191
  */
8192
8192
  EndpointMetadata: EndpointMetadata;
8193
8193
  /**
8194
- * Array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.
8194
+ * An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.
8195
8195
  */
8196
8196
  ModelVariants: ModelVariantConfigSummaryList;
8197
8197
  /**
8198
- * The Amazon S3 storage configuration for the inference experiment.
8198
+ * The Amazon S3 location and configuration for storing inference request and response data.
8199
8199
  */
8200
8200
  DataStorageConfig?: InferenceExperimentDataStorageConfig;
8201
8201
  /**
8202
- * Shows which variant is a production variant and which variant is a shadow variant. For shadow variants, also shows the sampling percentage.
8202
+ * The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.
8203
8203
  */
8204
8204
  ShadowModeConfig?: ShadowModeConfig;
8205
8205
  /**
@@ -10380,7 +10380,7 @@ declare namespace SageMaker {
10380
10380
  */
10381
10381
  Tags?: TagList;
10382
10382
  /**
10383
- * Array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
10383
+ * A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the proudction variant.
10384
10384
  */
10385
10385
  ShadowProductionVariants?: ProductionVariantSummaryList;
10386
10386
  }
@@ -10481,7 +10481,7 @@ declare namespace SageMaker {
10481
10481
  */
10482
10482
  EndpointStatus?: EndpointStatus;
10483
10483
  /**
10484
- * If the status of the endpoint is Failed, this provides the reason why it failed.
10484
+ * If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.
10485
10485
  */
10486
10486
  FailureReason?: FailureReason;
10487
10487
  }
@@ -11860,11 +11860,11 @@ declare namespace SageMaker {
11860
11860
  export type InferenceExperimentArn = string;
11861
11861
  export interface InferenceExperimentDataStorageConfig {
11862
11862
  /**
11863
- * The Amazon S3 bucket where the inference experiment data is stored.
11863
+ * The Amazon S3 bucket where the inference request and response data is stored.
11864
11864
  */
11865
11865
  Destination: DestinationS3Uri;
11866
11866
  /**
11867
- * The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data when uploading to Amazon S3.
11867
+ * The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
11868
11868
  */
11869
11869
  KmsKey?: KmsKeyId;
11870
11870
  ContentType?: CaptureContentTypeHeader;
@@ -11923,7 +11923,7 @@ declare namespace SageMaker {
11923
11923
  */
11924
11924
  LastModifiedTime: Timestamp;
11925
11925
  /**
11926
- * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
11926
+ * The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
11927
11927
  */
11928
11928
  RoleArn?: RoleArn;
11929
11929
  }
@@ -16533,7 +16533,7 @@ declare namespace SageMaker {
16533
16533
  export type ModelVariantActionMap = {[key: string]: ModelVariantAction};
16534
16534
  export interface ModelVariantConfig {
16535
16535
  /**
16536
- * The name of the model.
16536
+ * The name of the Amazon SageMaker Model entity.
16537
16537
  */
16538
16538
  ModelName: ModelName;
16539
16539
  /**
@@ -16548,7 +16548,7 @@ declare namespace SageMaker {
16548
16548
  export type ModelVariantConfigList = ModelVariantConfig[];
16549
16549
  export interface ModelVariantConfigSummary {
16550
16550
  /**
16551
- * The name of the model.
16551
+ * The name of the Amazon SageMaker Model entity.
16552
16552
  */
16553
16553
  ModelName: ModelName;
16554
16554
  /**
@@ -16560,7 +16560,7 @@ declare namespace SageMaker {
16560
16560
  */
16561
16561
  InfrastructureConfig: ModelInfrastructureConfig;
16562
16562
  /**
16563
- * The status of the deployment.
16563
+ * The status of deployment for the model variant on the hosted inference endpoint. Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint. InService - The model variant is running on the hosted inference endpoint. Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint. Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint. Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.
16564
16564
  */
16565
16565
  Status: ModelVariantStatus;
16566
16566
  }
@@ -17171,7 +17171,7 @@ declare namespace SageMaker {
17171
17171
  */
17172
17172
  DataCatalogConfig?: DataCatalogConfig;
17173
17173
  /**
17174
- * Format for the offline store feature group. Iceberg is the optimal format for feature groups shared between offline and online stores.
17174
+ * Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.
17175
17175
  */
17176
17176
  TableFormat?: TableFormat;
17177
17177
  }
@@ -17397,7 +17397,7 @@ declare namespace SageMaker {
17397
17397
  */
17398
17398
  EndpointConfigName: EndpointConfigName;
17399
17399
  /**
17400
- * List of PendingProductionVariantSummary objects.
17400
+ * An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.
17401
17401
  */
17402
17402
  ProductionVariants?: PendingProductionVariantSummaryList;
17403
17403
  /**
@@ -17405,7 +17405,7 @@ declare namespace SageMaker {
17405
17405
  */
17406
17406
  StartTime?: Timestamp;
17407
17407
  /**
17408
- * Array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
17408
+ * An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants for the in-progress deployment.
17409
17409
  */
17410
17410
  ShadowProductionVariants?: PendingProductionVariantSummaryList;
17411
17411
  }
@@ -18532,11 +18532,11 @@ declare namespace SageMaker {
18532
18532
  export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
18533
18533
  export interface RealTimeInferenceConfig {
18534
18534
  /**
18535
- * The number of instances of the type specified by InstanceType.
18535
+ * The instance type the model is deployed to.
18536
18536
  */
18537
18537
  InstanceType: InstanceType;
18538
18538
  /**
18539
- * The instance type the model is deployed to.
18539
+ * The number of instances of the type specified by InstanceType.
18540
18540
  */
18541
18541
  InstanceCount: TaskCount;
18542
18542
  }
@@ -18622,6 +18622,10 @@ declare namespace SageMaker {
18622
18622
  * Existing customer endpoints on which to run an Inference Recommender job.
18623
18623
  */
18624
18624
  Endpoints?: Endpoints;
18625
+ /**
18626
+ * Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
18627
+ */
18628
+ VpcConfig?: RecommendationJobVpcConfig;
18625
18629
  }
18626
18630
  export type RecommendationJobName = string;
18627
18631
  export interface RecommendationJobOutputConfig {
@@ -18668,6 +18672,20 @@ declare namespace SageMaker {
18668
18672
  export type RecommendationJobSupportedContentTypes = String[];
18669
18673
  export type RecommendationJobSupportedInstanceTypes = String[];
18670
18674
  export type RecommendationJobType = "Default"|"Advanced"|string;
18675
+ export interface RecommendationJobVpcConfig {
18676
+ /**
18677
+ * The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
18678
+ */
18679
+ SecurityGroupIds: RecommendationJobVpcSecurityGroupIds;
18680
+ /**
18681
+ * The ID of the subnets in the VPC to which you want to connect your model.
18682
+ */
18683
+ Subnets: RecommendationJobVpcSubnets;
18684
+ }
18685
+ export type RecommendationJobVpcSecurityGroupId = string;
18686
+ export type RecommendationJobVpcSecurityGroupIds = RecommendationJobVpcSecurityGroupId[];
18687
+ export type RecommendationJobVpcSubnetId = string;
18688
+ export type RecommendationJobVpcSubnets = RecommendationJobVpcSubnetId[];
18671
18689
  export interface RecommendationMetrics {
18672
18690
  /**
18673
18691
  * Defines the cost per hour for the instance.
@@ -18799,7 +18817,7 @@ declare namespace SageMaker {
18799
18817
  export type ResourceArn = string;
18800
18818
  export interface ResourceConfig {
18801
18819
  /**
18802
- * The ML compute instance type.
18820
+ * The ML compute instance type. SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th, 2022. Amazon EC2 P4de instances (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance HBM2e GPU memory, which accelerate the speed of training ML models that need to be trained on large datasets of high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on P4de instances (ml.p4de.24xlarge) to reduce model training time. The ml.p4de.24xlarge instances are available in the following Amazon Web Services Regions. US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) To request quota limit increase and start using P4de instances, contact the SageMaker Training service team through your account team.
18803
18821
  */
18804
18822
  InstanceType?: TrainingInstanceType;
18805
18823
  /**
@@ -19158,7 +19176,7 @@ declare namespace SageMaker {
19158
19176
  export type SessionExpirationDurationInSeconds = number;
19159
19177
  export interface ShadowModeConfig {
19160
19178
  /**
19161
- * The name of the production variant.
19179
+ * The name of the production variant, which takes all the inference requests.
19162
19180
  */
19163
19181
  SourceModelVariantName: ModelVariantName;
19164
19182
  /**
@@ -19172,7 +19190,7 @@ declare namespace SageMaker {
19172
19190
  */
19173
19191
  ShadowModelVariantName: ModelVariantName;
19174
19192
  /**
19175
- * The percentage of inference requests that are replicated to the shadow variant.
19193
+ * The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
19176
19194
  */
19177
19195
  SamplingPercentage: Percentage;
19178
19196
  }
@@ -19387,7 +19405,7 @@ declare namespace SageMaker {
19387
19405
  */
19388
19406
  ModelVariantActions: ModelVariantActionMap;
19389
19407
  /**
19390
- * Array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.
19408
+ * An array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.
19391
19409
  */
19392
19410
  DesiredModelVariants?: ModelVariantConfigList;
19393
19411
  /**
@@ -20844,15 +20862,15 @@ declare namespace SageMaker {
20844
20862
  */
20845
20863
  Description?: InferenceExperimentDescription;
20846
20864
  /**
20847
- * Array of ModelVariantConfigSummary objects. There is one for each variant, whose infrastructure configuration you want to update.
20865
+ * An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure configuration you want to update.
20848
20866
  */
20849
20867
  ModelVariants?: ModelVariantConfigList;
20850
20868
  /**
20851
- * The Amazon S3 storage configuration for the inference experiment.
20869
+ * The Amazon S3 location and configuration for storing inference request and response data.
20852
20870
  */
20853
20871
  DataStorageConfig?: InferenceExperimentDataStorageConfig;
20854
20872
  /**
20855
- * The Amazon S3 storage configuration for the inference experiment.
20873
+ * The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.
20856
20874
  */
20857
20875
  ShadowModeConfig?: ShadowModeConfig;
20858
20876
  }
@@ -12,18 +12,18 @@ declare class SageMakerMetrics extends Service {
12
12
  constructor(options?: SageMakerMetrics.Types.ClientConfiguration)
13
13
  config: Config & SageMakerMetrics.Types.ClientConfiguration;
14
14
  /**
15
- * Used to ingest training metrics into SageMaker which can be visualized in SageMaker Studio and retrieved with the GetMetrics API.
15
+ * Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved with the GetMetrics API.
16
16
  */
17
17
  batchPutMetrics(params: SageMakerMetrics.Types.BatchPutMetricsRequest, callback?: (err: AWSError, data: SageMakerMetrics.Types.BatchPutMetricsResponse) => void): Request<SageMakerMetrics.Types.BatchPutMetricsResponse, AWSError>;
18
18
  /**
19
- * Used to ingest training metrics into SageMaker which can be visualized in SageMaker Studio and retrieved with the GetMetrics API.
19
+ * Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved with the GetMetrics API.
20
20
  */
21
21
  batchPutMetrics(callback?: (err: AWSError, data: SageMakerMetrics.Types.BatchPutMetricsResponse) => void): Request<SageMakerMetrics.Types.BatchPutMetricsResponse, AWSError>;
22
22
  }
23
23
  declare namespace SageMakerMetrics {
24
24
  export interface BatchPutMetricsError {
25
25
  /**
26
- * The error code of an error that occured when attempting to put metrics. METRIC_LIMIT_EXCEEDED - The max amount of metrics per resource has been exceeded. INTERNAL_ERROR - An internal error occured. VALIDATION_ERROR - The metric data failed validation. CONFLICT_ERROR - Multiple requests attempted to modify the same data simultaneously.
26
+ * The error code of an error that occured when attempting to put metrics. METRIC_LIMIT_EXCEEDED: The maximum amount of metrics per resource is exceeded. INTERNAL_ERROR: An internal error occured. VALIDATION_ERROR: The metric data failed validation. CONFLICT_ERROR: Multiple requests attempted to modify the same data simultaneously.
27
27
  */
28
28
  Code?: PutMetricsErrorCode;
29
29
  /**
@@ -34,7 +34,7 @@ declare namespace SageMakerMetrics {
34
34
  export type BatchPutMetricsErrorList = BatchPutMetricsError[];
35
35
  export interface BatchPutMetricsRequest {
36
36
  /**
37
- * The name of Trial Component to associate the metrics with.
37
+ * The name of the Trial Component to associate with the metrics.
38
38
  */
39
39
  TrialComponentName: ExperimentEntityName;
40
40
  /**
@@ -44,7 +44,7 @@ declare namespace SageMakerMetrics {
44
44
  }
45
45
  export interface BatchPutMetricsResponse {
46
46
  /**
47
- * Any errors that occur when inserting metric data will appear in this.
47
+ * Lists any errors that occur when inserting metric data.
48
48
  */
49
49
  Errors?: BatchPutMetricsErrorList;
50
50
  }
@@ -59,11 +59,11 @@ declare namespace SageMakerMetrics {
59
59
  */
60
60
  MetricName: MetricName;
61
61
  /**
62
- * The time when the metric was recorded.
62
+ * The time that the metric was recorded.
63
63
  */
64
64
  Timestamp: Timestamp;
65
65
  /**
66
- * Metric step (aka Epoch).
66
+ * The metric step (epoch).
67
67
  */
68
68
  Step?: Step;
69
69
  /**