aws-sdk 2.962.0 → 2.966.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
- package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
- package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
- package/apis/codebuild-2016-10-06.examples.json +0 -276
- package/apis/codebuild-2016-10-06.min.json +51 -26
- package/apis/connect-2017-08-08.min.json +364 -101
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/lightsail-2016-11-28.min.json +154 -144
- package/apis/metadata.json +12 -0
- package/apis/nimble-2020-08-01.min.json +13 -0
- package/apis/rekognition-2016-06-27.min.json +51 -30
- package/apis/snow-device-management-2021-08-04.examples.json +5 -0
- package/apis/snow-device-management-2021-08-04.min.json +638 -0
- package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
- package/apis/wafv2-2019-07-29.min.json +306 -98
- package/clients/all.d.ts +3 -0
- package/clients/all.js +4 -1
- package/clients/athena.d.ts +28 -28
- package/clients/chime.d.ts +17 -14
- package/clients/chimesdkidentity.d.ts +591 -0
- package/clients/chimesdkidentity.js +18 -0
- package/clients/chimesdkmessaging.d.ts +1344 -0
- package/clients/chimesdkmessaging.js +18 -0
- package/clients/codebuild.d.ts +166 -126
- package/clients/connect.d.ts +310 -9
- package/clients/ebs.d.ts +10 -10
- package/clients/ecs.d.ts +18 -18
- package/clients/lightsail.d.ts +19 -1
- package/clients/nimble.d.ts +31 -15
- package/clients/rekognition.d.ts +59 -26
- package/clients/route53.d.ts +57 -57
- package/clients/snowdevicemanagement.d.ts +767 -0
- package/clients/snowdevicemanagement.js +18 -0
- package/clients/ssm.d.ts +110 -110
- package/clients/synthetics.d.ts +25 -1
- package/clients/wafv2.d.ts +325 -6
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +122 -11
- package/dist/aws-sdk.js +487 -160
- package/dist/aws-sdk.min.js +76 -76
- package/lib/config_service_placeholders.d.ts +6 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/all.d.ts
CHANGED
|
@@ -272,3 +272,6 @@ export import Proton = require('./proton');
|
|
|
272
272
|
export import Route53RecoveryCluster = require('./route53recoverycluster');
|
|
273
273
|
export import Route53RecoveryControlConfig = require('./route53recoverycontrolconfig');
|
|
274
274
|
export import Route53RecoveryReadiness = require('./route53recoveryreadiness');
|
|
275
|
+
export import ChimeSDKIdentity = require('./chimesdkidentity');
|
|
276
|
+
export import ChimeSDKMessaging = require('./chimesdkmessaging');
|
|
277
|
+
export import SnowDeviceManagement = require('./snowdevicemanagement');
|
package/clients/all.js
CHANGED
|
@@ -273,5 +273,8 @@ module.exports = {
|
|
|
273
273
|
Proton: require('./proton'),
|
|
274
274
|
Route53RecoveryCluster: require('./route53recoverycluster'),
|
|
275
275
|
Route53RecoveryControlConfig: require('./route53recoverycontrolconfig'),
|
|
276
|
-
Route53RecoveryReadiness: require('./route53recoveryreadiness')
|
|
276
|
+
Route53RecoveryReadiness: require('./route53recoveryreadiness'),
|
|
277
|
+
ChimeSDKIdentity: require('./chimesdkidentity'),
|
|
278
|
+
ChimeSDKMessaging: require('./chimesdkmessaging'),
|
|
279
|
+
SnowDeviceManagement: require('./snowdevicemanagement')
|
|
277
280
|
};
|
package/clients/athena.d.ts
CHANGED
|
@@ -28,19 +28,19 @@ declare class Athena extends Service {
|
|
|
28
28
|
*/
|
|
29
29
|
batchGetQueryExecution(callback?: (err: AWSError, data: Athena.Types.BatchGetQueryExecutionOutput) => void): Request<Athena.Types.BatchGetQueryExecutionOutput, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same
|
|
31
|
+
* Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same Amazon Web Services account.
|
|
32
32
|
*/
|
|
33
33
|
createDataCatalog(params: Athena.Types.CreateDataCatalogInput, callback?: (err: AWSError, data: Athena.Types.CreateDataCatalogOutput) => void): Request<Athena.Types.CreateDataCatalogOutput, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same
|
|
35
|
+
* Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same Amazon Web Services account.
|
|
36
36
|
*/
|
|
37
37
|
createDataCatalog(callback?: (err: AWSError, data: Athena.Types.CreateDataCatalogOutput) => void): Request<Athena.Types.CreateDataCatalogOutput, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup. For code samples using the
|
|
39
|
+
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
40
40
|
*/
|
|
41
41
|
createNamedQuery(params: Athena.Types.CreateNamedQueryInput, callback?: (err: AWSError, data: Athena.Types.CreateNamedQueryOutput) => void): Request<Athena.Types.CreateNamedQueryOutput, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup. For code samples using the
|
|
43
|
+
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
44
44
|
*/
|
|
45
45
|
createNamedQuery(callback?: (err: AWSError, data: Athena.Types.CreateNamedQueryOutput) => void): Request<Athena.Types.CreateNamedQueryOutput, AWSError>;
|
|
46
46
|
/**
|
|
@@ -68,11 +68,11 @@ declare class Athena extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
deleteDataCatalog(callback?: (err: AWSError, data: Athena.Types.DeleteDataCatalogOutput) => void): Request<Athena.Types.DeleteDataCatalogOutput, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Deletes the named query if you have access to the workgroup in which the query was saved. For code samples using the
|
|
71
|
+
* Deletes the named query if you have access to the workgroup in which the query was saved. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
72
72
|
*/
|
|
73
73
|
deleteNamedQuery(params: Athena.Types.DeleteNamedQueryInput, callback?: (err: AWSError, data: Athena.Types.DeleteNamedQueryOutput) => void): Request<Athena.Types.DeleteNamedQueryOutput, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Deletes the named query if you have access to the workgroup in which the query was saved. For code samples using the
|
|
75
|
+
* Deletes the named query if you have access to the workgroup in which the query was saved. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
76
76
|
*/
|
|
77
77
|
deleteNamedQuery(callback?: (err: AWSError, data: Athena.Types.DeleteNamedQueryOutput) => void): Request<Athena.Types.DeleteNamedQueryOutput, AWSError>;
|
|
78
78
|
/**
|
|
@@ -156,11 +156,11 @@ declare class Athena extends Service {
|
|
|
156
156
|
*/
|
|
157
157
|
getWorkGroup(callback?: (err: AWSError, data: Athena.Types.GetWorkGroupOutput) => void): Request<Athena.Types.GetWorkGroupOutput, AWSError>;
|
|
158
158
|
/**
|
|
159
|
-
* Lists the data catalogs in the current
|
|
159
|
+
* Lists the data catalogs in the current Amazon Web Services account.
|
|
160
160
|
*/
|
|
161
161
|
listDataCatalogs(params: Athena.Types.ListDataCatalogsInput, callback?: (err: AWSError, data: Athena.Types.ListDataCatalogsOutput) => void): Request<Athena.Types.ListDataCatalogsOutput, AWSError>;
|
|
162
162
|
/**
|
|
163
|
-
* Lists the data catalogs in the current
|
|
163
|
+
* Lists the data catalogs in the current Amazon Web Services account.
|
|
164
164
|
*/
|
|
165
165
|
listDataCatalogs(callback?: (err: AWSError, data: Athena.Types.ListDataCatalogsOutput) => void): Request<Athena.Types.ListDataCatalogsOutput, AWSError>;
|
|
166
166
|
/**
|
|
@@ -180,11 +180,11 @@ declare class Athena extends Service {
|
|
|
180
180
|
*/
|
|
181
181
|
listEngineVersions(callback?: (err: AWSError, data: Athena.Types.ListEngineVersionsOutput) => void): Request<Athena.Types.ListEngineVersionsOutput, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup. For code samples using the
|
|
183
|
+
* Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
184
184
|
*/
|
|
185
185
|
listNamedQueries(params: Athena.Types.ListNamedQueriesInput, callback?: (err: AWSError, data: Athena.Types.ListNamedQueriesOutput) => void): Request<Athena.Types.ListNamedQueriesOutput, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup. For code samples using the
|
|
187
|
+
* Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
188
188
|
*/
|
|
189
189
|
listNamedQueries(callback?: (err: AWSError, data: Athena.Types.ListNamedQueriesOutput) => void): Request<Athena.Types.ListNamedQueriesOutput, AWSError>;
|
|
190
190
|
/**
|
|
@@ -196,11 +196,11 @@ declare class Athena extends Service {
|
|
|
196
196
|
*/
|
|
197
197
|
listPreparedStatements(callback?: (err: AWSError, data: Athena.Types.ListPreparedStatementsOutput) => void): Request<Athena.Types.ListPreparedStatementsOutput, AWSError>;
|
|
198
198
|
/**
|
|
199
|
-
* Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran. For code samples using the
|
|
199
|
+
* Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
200
200
|
*/
|
|
201
201
|
listQueryExecutions(params: Athena.Types.ListQueryExecutionsInput, callback?: (err: AWSError, data: Athena.Types.ListQueryExecutionsOutput) => void): Request<Athena.Types.ListQueryExecutionsOutput, AWSError>;
|
|
202
202
|
/**
|
|
203
|
-
* Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran. For code samples using the
|
|
203
|
+
* Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
204
204
|
*/
|
|
205
205
|
listQueryExecutions(callback?: (err: AWSError, data: Athena.Types.ListQueryExecutionsOutput) => void): Request<Athena.Types.ListQueryExecutionsOutput, AWSError>;
|
|
206
206
|
/**
|
|
@@ -228,19 +228,19 @@ declare class Athena extends Service {
|
|
|
228
228
|
*/
|
|
229
229
|
listWorkGroups(callback?: (err: AWSError, data: Athena.Types.ListWorkGroupsOutput) => void): Request<Athena.Types.ListWorkGroupsOutput, AWSError>;
|
|
230
230
|
/**
|
|
231
|
-
* Runs the SQL query statements contained in the Query. Requires you to have access to the workgroup in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to the catalog. For code samples using the
|
|
231
|
+
* Runs the SQL query statements contained in the Query. Requires you to have access to the workgroup in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to the catalog. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
232
232
|
*/
|
|
233
233
|
startQueryExecution(params: Athena.Types.StartQueryExecutionInput, callback?: (err: AWSError, data: Athena.Types.StartQueryExecutionOutput) => void): Request<Athena.Types.StartQueryExecutionOutput, AWSError>;
|
|
234
234
|
/**
|
|
235
|
-
* Runs the SQL query statements contained in the Query. Requires you to have access to the workgroup in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to the catalog. For code samples using the
|
|
235
|
+
* Runs the SQL query statements contained in the Query. Requires you to have access to the workgroup in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to the catalog. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
236
236
|
*/
|
|
237
237
|
startQueryExecution(callback?: (err: AWSError, data: Athena.Types.StartQueryExecutionOutput) => void): Request<Athena.Types.StartQueryExecutionOutput, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
* Stops a query execution. Requires you to have access to the workgroup in which the query ran. For code samples using the
|
|
239
|
+
* Stops a query execution. Requires you to have access to the workgroup in which the query ran. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
240
240
|
*/
|
|
241
241
|
stopQueryExecution(params: Athena.Types.StopQueryExecutionInput, callback?: (err: AWSError, data: Athena.Types.StopQueryExecutionOutput) => void): Request<Athena.Types.StopQueryExecutionOutput, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
* Stops a query execution. Requires you to have access to the workgroup in which the query ran. For code samples using the
|
|
243
|
+
* Stops a query execution. Requires you to have access to the workgroup in which the query ran. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.
|
|
244
244
|
*/
|
|
245
245
|
stopQueryExecution(callback?: (err: AWSError, data: Athena.Types.StopQueryExecutionOutput) => void): Request<Athena.Types.StopQueryExecutionOutput, AWSError>;
|
|
246
246
|
/**
|
|
@@ -384,11 +384,11 @@ declare namespace Athena {
|
|
|
384
384
|
export type CommentString = string;
|
|
385
385
|
export interface CreateDataCatalogInput {
|
|
386
386
|
/**
|
|
387
|
-
* The name of the data catalog to create. The catalog name must be unique for the
|
|
387
|
+
* The name of the data catalog to create. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
|
|
388
388
|
*/
|
|
389
389
|
Name: CatalogNameString;
|
|
390
390
|
/**
|
|
391
|
-
* The type of data catalog to create: LAMBDA for a federated catalog
|
|
391
|
+
* The type of data catalog to create: LAMBDA for a federated catalog, HIVE for an external hive metastore, or GLUE for an Glue Data Catalog.
|
|
392
392
|
*/
|
|
393
393
|
Type: DataCatalogType;
|
|
394
394
|
/**
|
|
@@ -396,7 +396,7 @@ declare namespace Athena {
|
|
|
396
396
|
*/
|
|
397
397
|
Description?: DescriptionString;
|
|
398
398
|
/**
|
|
399
|
-
* Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type. For the HIVE data catalog type, use the following syntax. The metadata-function parameter is required. The sdk-version parameter is optional and defaults to the currently supported version. metadata-function=lambda_arn, sdk-version=version_number For the LAMBDA data catalog type, use one of the following sets of required parameters, but not both. If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required. metadata-function=lambda_arn, record-function=lambda_arn If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function. function=lambda_arn
|
|
399
|
+
* Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type. For the HIVE data catalog type, use the following syntax. The metadata-function parameter is required. The sdk-version parameter is optional and defaults to the currently supported version. metadata-function=lambda_arn, sdk-version=version_number For the LAMBDA data catalog type, use one of the following sets of required parameters, but not both. If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required. metadata-function=lambda_arn, record-function=lambda_arn If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function. function=lambda_arn The GLUE type takes a catalog ID parameter and is required. The catalog_id is the account ID of the Amazon Web Services account to which the Glue Data Catalog belongs. catalog-id=catalog_id The GLUE data catalog type also applies to the default AwsDataCatalog that already exists in your account, of which you can have only one and cannot modify. Queries that specify a Glue Data Catalog other than the default AwsDataCatalog must be run on Athena engine version 2. In Regions where Athena engine version 2 is not available, creating new Glue data catalogs results in an INVALID_INPUT error.
|
|
400
400
|
*/
|
|
401
401
|
Parameters?: ParametersMap;
|
|
402
402
|
/**
|
|
@@ -424,7 +424,7 @@ declare namespace Athena {
|
|
|
424
424
|
*/
|
|
425
425
|
QueryString: QueryString;
|
|
426
426
|
/**
|
|
427
|
-
* A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another CreateNamedQuery request is received, the same response is returned and another query is not created. If a parameter has changed, for example, the QueryString, an error is returned. This token is listed as not required because
|
|
427
|
+
* A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another CreateNamedQuery request is received, the same response is returned and another query is not created. If a parameter has changed, for example, the QueryString, an error is returned. This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
|
|
428
428
|
*/
|
|
429
429
|
ClientRequestToken?: IdempotencyToken;
|
|
430
430
|
/**
|
|
@@ -480,7 +480,7 @@ declare namespace Athena {
|
|
|
480
480
|
}
|
|
481
481
|
export interface DataCatalog {
|
|
482
482
|
/**
|
|
483
|
-
* The name of the data catalog. The catalog name must be unique for the
|
|
483
|
+
* The name of the data catalog. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
|
|
484
484
|
*/
|
|
485
485
|
Name: CatalogNameString;
|
|
486
486
|
/**
|
|
@@ -488,11 +488,11 @@ declare namespace Athena {
|
|
|
488
488
|
*/
|
|
489
489
|
Description?: DescriptionString;
|
|
490
490
|
/**
|
|
491
|
-
* The type of data catalog: LAMBDA for a federated catalog
|
|
491
|
+
* The type of data catalog to create: LAMBDA for a federated catalog, HIVE for an external hive metastore, or GLUE for an Glue Data Catalog.
|
|
492
492
|
*/
|
|
493
493
|
Type: DataCatalogType;
|
|
494
494
|
/**
|
|
495
|
-
* Specifies the Lambda function or functions to use for the data catalog. This is a mapping whose values depend on the catalog type. For the HIVE data catalog type, use the following syntax. The metadata-function parameter is required. The sdk-version parameter is optional and defaults to the currently supported version. metadata-function=lambda_arn, sdk-version=version_number For the LAMBDA data catalog type, use one of the following sets of required parameters, but not both. If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required. metadata-function=lambda_arn, record-function=lambda_arn If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function. function=lambda_arn
|
|
495
|
+
* Specifies the Lambda function or functions to use for the data catalog. This is a mapping whose values depend on the catalog type. For the HIVE data catalog type, use the following syntax. The metadata-function parameter is required. The sdk-version parameter is optional and defaults to the currently supported version. metadata-function=lambda_arn, sdk-version=version_number For the LAMBDA data catalog type, use one of the following sets of required parameters, but not both. If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required. metadata-function=lambda_arn, record-function=lambda_arn If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function. function=lambda_arn The GLUE type takes a catalog ID parameter and is required. The catalog_id is the account ID of the Amazon Web Services account to which the Glue catalog belongs. catalog-id=catalog_id The GLUE data catalog type also applies to the default AwsDataCatalog that already exists in your account, of which you can have only one and cannot modify. Queries that specify a Glue Data Catalog other than the default AwsDataCatalog must be run on Athena engine version 2.
|
|
496
496
|
*/
|
|
497
497
|
Parameters?: ParametersMap;
|
|
498
498
|
}
|
|
@@ -1026,7 +1026,7 @@ declare namespace Athena {
|
|
|
1026
1026
|
*/
|
|
1027
1027
|
Query?: QueryString;
|
|
1028
1028
|
/**
|
|
1029
|
-
* The type of query statement that was run. DDL indicates DDL query statements. DML indicates DML (Data Manipulation Language) query statements, such as CREATE TABLE AS SELECT. UTILITY indicates query statements other than DDL and DML, such as SHOW CREATE TABLE, or DESCRIBE
|
|
1029
|
+
* The type of query statement that was run. DDL indicates DDL query statements. DML indicates DML (Data Manipulation Language) query statements, such as CREATE TABLE AS SELECT. UTILITY indicates query statements other than DDL and DML, such as SHOW CREATE TABLE, or DESCRIBE TABLE.
|
|
1030
1030
|
*/
|
|
1031
1031
|
StatementType?: StatementType;
|
|
1032
1032
|
/**
|
|
@@ -1056,7 +1056,7 @@ declare namespace Athena {
|
|
|
1056
1056
|
}
|
|
1057
1057
|
export interface QueryExecutionContext {
|
|
1058
1058
|
/**
|
|
1059
|
-
* The name of the database used in the query execution.
|
|
1059
|
+
* The name of the database used in the query execution. The database must exist in the catalog.
|
|
1060
1060
|
*/
|
|
1061
1061
|
Database?: DatabaseString;
|
|
1062
1062
|
/**
|
|
@@ -1174,7 +1174,7 @@ declare namespace Athena {
|
|
|
1174
1174
|
*/
|
|
1175
1175
|
QueryString: QueryString;
|
|
1176
1176
|
/**
|
|
1177
|
-
* A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another StartQueryExecution request is received, the same response is returned and another query is not created. If a parameter has changed, for example, the QueryString, an error is returned. This token is listed as not required because
|
|
1177
|
+
* A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another StartQueryExecution request is received, the same response is returned and another query is not created. If a parameter has changed, for example, the QueryString, an error is returned. This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
|
|
1178
1178
|
*/
|
|
1179
1179
|
ClientRequestToken?: IdempotencyToken;
|
|
1180
1180
|
/**
|
|
@@ -1312,11 +1312,11 @@ declare namespace Athena {
|
|
|
1312
1312
|
}
|
|
1313
1313
|
export interface UpdateDataCatalogInput {
|
|
1314
1314
|
/**
|
|
1315
|
-
* The name of the data catalog to update. The catalog name must be unique for the
|
|
1315
|
+
* The name of the data catalog to update. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
|
|
1316
1316
|
*/
|
|
1317
1317
|
Name: CatalogNameString;
|
|
1318
1318
|
/**
|
|
1319
|
-
* Specifies the type of data catalog to update. Specify LAMBDA for a federated catalog
|
|
1319
|
+
* Specifies the type of data catalog to update. Specify LAMBDA for a federated catalog, HIVE for an external hive metastore, or GLUE for an Glue Data Catalog.
|
|
1320
1320
|
*/
|
|
1321
1321
|
Type: DataCatalogType;
|
|
1322
1322
|
/**
|
package/clients/chime.d.ts
CHANGED
|
@@ -52,11 +52,11 @@ declare class Chime extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
batchCreateAttendee(callback?: (err: AWSError, data: Chime.Types.BatchCreateAttendeeResponse) => void): Request<Chime.Types.BatchCreateAttendeeResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Adds a specified number of users to a channel.
|
|
55
|
+
* Adds a specified number of users to a channel.
|
|
56
56
|
*/
|
|
57
57
|
batchCreateChannelMembership(params: Chime.Types.BatchCreateChannelMembershipRequest, callback?: (err: AWSError, data: Chime.Types.BatchCreateChannelMembershipResponse) => void): Request<Chime.Types.BatchCreateChannelMembershipResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Adds a specified number of users to a channel.
|
|
59
|
+
* Adds a specified number of users to a channel.
|
|
60
60
|
*/
|
|
61
61
|
batchCreateChannelMembership(callback?: (err: AWSError, data: Chime.Types.BatchCreateChannelMembershipResponse) => void): Request<Chime.Types.BatchCreateChannelMembershipResponse, AWSError>;
|
|
62
62
|
/**
|
|
@@ -540,11 +540,11 @@ declare class Chime extends Service {
|
|
|
540
540
|
*/
|
|
541
541
|
describeAppInstanceAdmin(callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceAdminResponse) => void): Request<Chime.Types.DescribeAppInstanceAdminResponse, AWSError>;
|
|
542
542
|
/**
|
|
543
|
-
*
|
|
543
|
+
* Returns the full details of an AppInstanceUser.
|
|
544
544
|
*/
|
|
545
545
|
describeAppInstanceUser(params: Chime.Types.DescribeAppInstanceUserRequest, callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceUserResponse) => void): Request<Chime.Types.DescribeAppInstanceUserResponse, AWSError>;
|
|
546
546
|
/**
|
|
547
|
-
*
|
|
547
|
+
* Returns the full details of an AppInstanceUser.
|
|
548
548
|
*/
|
|
549
549
|
describeAppInstanceUser(callback?: (err: AWSError, data: Chime.Types.DescribeAppInstanceUserResponse) => void): Request<Chime.Types.DescribeAppInstanceUserResponse, AWSError>;
|
|
550
550
|
/**
|
|
@@ -900,11 +900,11 @@ declare class Chime extends Service {
|
|
|
900
900
|
*/
|
|
901
901
|
listAppInstanceAdmins(callback?: (err: AWSError, data: Chime.Types.ListAppInstanceAdminsResponse) => void): Request<Chime.Types.ListAppInstanceAdminsResponse, AWSError>;
|
|
902
902
|
/**
|
|
903
|
-
*
|
|
903
|
+
* List all AppInstanceUsers created under a single AppInstance.
|
|
904
904
|
*/
|
|
905
905
|
listAppInstanceUsers(params: Chime.Types.ListAppInstanceUsersRequest, callback?: (err: AWSError, data: Chime.Types.ListAppInstanceUsersResponse) => void): Request<Chime.Types.ListAppInstanceUsersResponse, AWSError>;
|
|
906
906
|
/**
|
|
907
|
-
*
|
|
907
|
+
* List all AppInstanceUsers created under a single AppInstance.
|
|
908
908
|
*/
|
|
909
909
|
listAppInstanceUsers(callback?: (err: AWSError, data: Chime.Types.ListAppInstanceUsersResponse) => void): Request<Chime.Types.ListAppInstanceUsersResponse, AWSError>;
|
|
910
910
|
/**
|
|
@@ -1799,6 +1799,9 @@ declare namespace Chime {
|
|
|
1799
1799
|
export type AttendeeTagKeyList = TagKey[];
|
|
1800
1800
|
export type AttendeeTagList = Tag[];
|
|
1801
1801
|
export interface BatchChannelMemberships {
|
|
1802
|
+
/**
|
|
1803
|
+
* The identifier of the member who invited another member.
|
|
1804
|
+
*/
|
|
1802
1805
|
InvitedBy?: Identity;
|
|
1803
1806
|
/**
|
|
1804
1807
|
* The membership types set for the channel users.
|
|
@@ -2113,9 +2116,6 @@ declare namespace Chime {
|
|
|
2113
2116
|
}
|
|
2114
2117
|
export interface ChannelMembershipForAppInstanceUserSummary {
|
|
2115
2118
|
ChannelSummary?: ChannelSummary;
|
|
2116
|
-
/**
|
|
2117
|
-
* Returns the channel membership data for an AppInstance.
|
|
2118
|
-
*/
|
|
2119
2119
|
AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
|
|
2120
2120
|
}
|
|
2121
2121
|
export type ChannelMembershipForAppInstanceUserSummaryList = ChannelMembershipForAppInstanceUserSummary[];
|
|
@@ -2216,6 +2216,9 @@ declare namespace Chime {
|
|
|
2216
2216
|
export type ChannelMessageType = "STANDARD"|"CONTROL"|string;
|
|
2217
2217
|
export type ChannelMode = "UNRESTRICTED"|"RESTRICTED"|string;
|
|
2218
2218
|
export interface ChannelModeratedByAppInstanceUserSummary {
|
|
2219
|
+
/**
|
|
2220
|
+
* Summary of the details of a Channel.
|
|
2221
|
+
*/
|
|
2219
2222
|
ChannelSummary?: ChannelSummary;
|
|
2220
2223
|
}
|
|
2221
2224
|
export type ChannelModeratedByAppInstanceUserSummaryList = ChannelModeratedByAppInstanceUserSummary[];
|
|
@@ -3412,7 +3415,7 @@ declare namespace Chime {
|
|
|
3412
3415
|
*/
|
|
3413
3416
|
VocabularyName?: String;
|
|
3414
3417
|
/**
|
|
3415
|
-
* The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the
|
|
3418
|
+
* The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
|
|
3416
3419
|
*/
|
|
3417
3420
|
Region?: TranscribeMedicalRegion;
|
|
3418
3421
|
}
|
|
@@ -3434,7 +3437,7 @@ declare namespace Chime {
|
|
|
3434
3437
|
*/
|
|
3435
3438
|
VocabularyName?: String;
|
|
3436
3439
|
/**
|
|
3437
|
-
* The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the
|
|
3440
|
+
* The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
|
|
3438
3441
|
*/
|
|
3439
3442
|
Region?: TranscribeRegion;
|
|
3440
3443
|
}
|
|
@@ -5883,10 +5886,10 @@ declare namespace Chime {
|
|
|
5883
5886
|
export type TollFreePrefix = string;
|
|
5884
5887
|
export type TranscribeLanguageCode = "en-US"|"en-GB"|"es-US"|"fr-CA"|"fr-FR"|"en-AU"|"it-IT"|"de-DE"|"pt-BR"|"ja-JP"|"ko-KR"|"zh-CN"|string;
|
|
5885
5888
|
export type TranscribeMedicalLanguageCode = "en-US"|string;
|
|
5886
|
-
export type TranscribeMedicalRegion = "us-east-1"|"us-east-2"|"us-west-2"|"ap-southeast-2"|"ca-central-1"|"eu-west-1"|string;
|
|
5889
|
+
export type TranscribeMedicalRegion = "us-east-1"|"us-east-2"|"us-west-2"|"ap-southeast-2"|"ca-central-1"|"eu-west-1"|"auto"|string;
|
|
5887
5890
|
export type TranscribeMedicalSpecialty = "PRIMARYCARE"|"CARDIOLOGY"|"NEUROLOGY"|"ONCOLOGY"|"RADIOLOGY"|"UROLOGY"|string;
|
|
5888
5891
|
export type TranscribeMedicalType = "CONVERSATION"|"DICTATION"|string;
|
|
5889
|
-
export type TranscribeRegion = "us-east-2"|"us-east-1"|"us-west-2"|"ap-northeast-2"|"ap-southeast-2"|"ap-northeast-1"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"sa-east-1"|string;
|
|
5892
|
+
export type TranscribeRegion = "us-east-2"|"us-east-1"|"us-west-2"|"ap-northeast-2"|"ap-southeast-2"|"ap-northeast-1"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"sa-east-1"|"auto"|string;
|
|
5890
5893
|
export type TranscribeVocabularyFilterMethod = "remove"|"mask"|"tag"|string;
|
|
5891
5894
|
export interface TranscriptionConfiguration {
|
|
5892
5895
|
/**
|
|
@@ -5980,7 +5983,7 @@ declare namespace Chime {
|
|
|
5980
5983
|
}
|
|
5981
5984
|
export interface UpdateAppInstanceResponse {
|
|
5982
5985
|
/**
|
|
5983
|
-
* The ARN of the AppInstance.
|
|
5986
|
+
* The ARN of the AppInstance.
|
|
5984
5987
|
*/
|
|
5985
5988
|
AppInstanceArn?: ChimeArn;
|
|
5986
5989
|
}
|