cdk-lambda-subminute 2.0.300 → 2.0.302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +52 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1864 -1397
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1121 -73
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +153 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +582 -23
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
- package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
- package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
- package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1529 -128
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1444 -1444
- package/node_modules/aws-sdk/dist/aws-sdk.js +2953 -2158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -18,12 +18,24 @@
|
|
18
18
|
"limit_key": "maxResults",
|
19
19
|
"result_key": "contentSummaries"
|
20
20
|
},
|
21
|
+
"ListImportJobs": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "importJobSummaries"
|
26
|
+
},
|
21
27
|
"ListKnowledgeBases": {
|
22
28
|
"input_token": "nextToken",
|
23
29
|
"output_token": "nextToken",
|
24
30
|
"limit_key": "maxResults",
|
25
31
|
"result_key": "knowledgeBaseSummaries"
|
26
32
|
},
|
33
|
+
"ListQuickResponses": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults",
|
37
|
+
"result_key": "quickResponseSummaries"
|
38
|
+
},
|
27
39
|
"QueryAssistant": {
|
28
40
|
"input_token": "nextToken",
|
29
41
|
"output_token": "nextToken",
|
@@ -36,6 +48,12 @@
|
|
36
48
|
"limit_key": "maxResults",
|
37
49
|
"result_key": "contentSummaries"
|
38
50
|
},
|
51
|
+
"SearchQuickResponses": {
|
52
|
+
"input_token": "nextToken",
|
53
|
+
"output_token": "nextToken",
|
54
|
+
"limit_key": "maxResults",
|
55
|
+
"result_key": "results"
|
56
|
+
},
|
39
57
|
"SearchSessions": {
|
40
58
|
"input_token": "nextToken",
|
41
59
|
"output_token": "nextToken",
|
@@ -142,7 +142,6 @@ export import PI = require('./pi');
|
|
142
142
|
export import Neptune = require('./neptune');
|
143
143
|
export import MediaTailor = require('./mediatailor');
|
144
144
|
export import EKS = require('./eks');
|
145
|
-
export import Macie = require('./macie');
|
146
145
|
export import DLM = require('./dlm');
|
147
146
|
export import Signer = require('./signer');
|
148
147
|
export import Chime = require('./chime');
|
@@ -357,3 +356,4 @@ export import Bedrock = require('./bedrock');
|
|
357
356
|
export import BedrockRuntime = require('./bedrockruntime');
|
358
357
|
export import DataZone = require('./datazone');
|
359
358
|
export import LaunchWizard = require('./launchwizard');
|
359
|
+
export import TrustedAdvisor = require('./trustedadvisor');
|
@@ -144,7 +144,6 @@ module.exports = {
|
|
144
144
|
Neptune: require('./neptune'),
|
145
145
|
MediaTailor: require('./mediatailor'),
|
146
146
|
EKS: require('./eks'),
|
147
|
-
Macie: require('./macie'),
|
148
147
|
DLM: require('./dlm'),
|
149
148
|
Signer: require('./signer'),
|
150
149
|
Chime: require('./chime'),
|
@@ -358,5 +357,6 @@ module.exports = {
|
|
358
357
|
Bedrock: require('./bedrock'),
|
359
358
|
BedrockRuntime: require('./bedrockruntime'),
|
360
359
|
DataZone: require('./datazone'),
|
361
|
-
LaunchWizard: require('./launchwizard')
|
360
|
+
LaunchWizard: require('./launchwizard'),
|
361
|
+
TrustedAdvisor: require('./trustedadvisor')
|
362
362
|
};
|
@@ -956,7 +956,7 @@ declare namespace AppMesh {
|
|
956
956
|
*/
|
957
957
|
format?: LoggingFormat;
|
958
958
|
/**
|
959
|
-
* The file path to write access logs to. You can use /dev/stdout to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.
|
959
|
+
* The file path to write access logs to. You can use /dev/stdout to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk. The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.
|
960
960
|
*/
|
961
961
|
path: FilePath;
|
962
962
|
}
|
@@ -1111,7 +1111,7 @@ declare namespace AppMesh {
|
|
1111
1111
|
*/
|
1112
1112
|
metadata?: GrpcGatewayRouteMetadataList;
|
1113
1113
|
/**
|
1114
|
-
* The port
|
1114
|
+
* The gateway route port to be matched on.
|
1115
1115
|
*/
|
1116
1116
|
port?: ListenerPort;
|
1117
1117
|
/**
|
@@ -60,11 +60,11 @@ declare class Athena extends Service {
|
|
60
60
|
*/
|
61
61
|
createDataCatalog(callback?: (err: AWSError, data: Athena.Types.CreateDataCatalogOutput) => void): Request<Athena.Types.CreateDataCatalogOutput, AWSError>;
|
62
62
|
/**
|
63
|
-
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup.
|
63
|
+
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup.
|
64
64
|
*/
|
65
65
|
createNamedQuery(params: Athena.Types.CreateNamedQueryInput, callback?: (err: AWSError, data: Athena.Types.CreateNamedQueryOutput) => void): Request<Athena.Types.CreateNamedQueryOutput, AWSError>;
|
66
66
|
/**
|
67
|
-
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup.
|
67
|
+
* Creates a named query in the specified workgroup. Requires that you have access to the workgroup.
|
68
68
|
*/
|
69
69
|
createNamedQuery(callback?: (err: AWSError, data: Athena.Types.CreateNamedQueryOutput) => void): Request<Athena.Types.CreateNamedQueryOutput, AWSError>;
|
70
70
|
/**
|
@@ -116,11 +116,11 @@ declare class Athena extends Service {
|
|
116
116
|
*/
|
117
117
|
deleteDataCatalog(callback?: (err: AWSError, data: Athena.Types.DeleteDataCatalogOutput) => void): Request<Athena.Types.DeleteDataCatalogOutput, AWSError>;
|
118
118
|
/**
|
119
|
-
* Deletes the named query if you have access to the workgroup in which the query was saved.
|
119
|
+
* Deletes the named query if you have access to the workgroup in which the query was saved.
|
120
120
|
*/
|
121
121
|
deleteNamedQuery(params: Athena.Types.DeleteNamedQueryInput, callback?: (err: AWSError, data: Athena.Types.DeleteNamedQueryOutput) => void): Request<Athena.Types.DeleteNamedQueryOutput, AWSError>;
|
122
122
|
/**
|
123
|
-
* Deletes the named query if you have access to the workgroup in which the query was saved.
|
123
|
+
* Deletes the named query if you have access to the workgroup in which the query was saved.
|
124
124
|
*/
|
125
125
|
deleteNamedQuery(callback?: (err: AWSError, data: Athena.Types.DeleteNamedQueryOutput) => void): Request<Athena.Types.DeleteNamedQueryOutput, AWSError>;
|
126
126
|
/**
|
@@ -356,11 +356,11 @@ declare class Athena extends Service {
|
|
356
356
|
*/
|
357
357
|
listExecutors(callback?: (err: AWSError, data: Athena.Types.ListExecutorsResponse) => void): Request<Athena.Types.ListExecutorsResponse, AWSError>;
|
358
358
|
/**
|
359
|
-
* 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.
|
359
|
+
* 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.
|
360
360
|
*/
|
361
361
|
listNamedQueries(params: Athena.Types.ListNamedQueriesInput, callback?: (err: AWSError, data: Athena.Types.ListNamedQueriesOutput) => void): Request<Athena.Types.ListNamedQueriesOutput, AWSError>;
|
362
362
|
/**
|
363
|
-
* 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.
|
363
|
+
* 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.
|
364
364
|
*/
|
365
365
|
listNamedQueries(callback?: (err: AWSError, data: Athena.Types.ListNamedQueriesOutput) => void): Request<Athena.Types.ListNamedQueriesOutput, AWSError>;
|
366
366
|
/**
|
@@ -388,11 +388,11 @@ declare class Athena extends Service {
|
|
388
388
|
*/
|
389
389
|
listPreparedStatements(callback?: (err: AWSError, data: Athena.Types.ListPreparedStatementsOutput) => void): Request<Athena.Types.ListPreparedStatementsOutput, AWSError>;
|
390
390
|
/**
|
391
|
-
* 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.
|
391
|
+
* Provides a list of available query execution IDs for the queries in the specified workgroup. Athena keeps a query history for 45 days. 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.
|
392
392
|
*/
|
393
393
|
listQueryExecutions(params: Athena.Types.ListQueryExecutionsInput, callback?: (err: AWSError, data: Athena.Types.ListQueryExecutionsOutput) => void): Request<Athena.Types.ListQueryExecutionsOutput, AWSError>;
|
394
394
|
/**
|
395
|
-
* 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.
|
395
|
+
* Provides a list of available query execution IDs for the queries in the specified workgroup. Athena keeps a query history for 45 days. 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.
|
396
396
|
*/
|
397
397
|
listQueryExecutions(callback?: (err: AWSError, data: Athena.Types.ListQueryExecutionsOutput) => void): Request<Athena.Types.ListQueryExecutionsOutput, AWSError>;
|
398
398
|
/**
|
@@ -436,11 +436,11 @@ declare class Athena extends Service {
|
|
436
436
|
*/
|
437
437
|
putCapacityAssignmentConfiguration(callback?: (err: AWSError, data: Athena.Types.PutCapacityAssignmentConfigurationOutput) => void): Request<Athena.Types.PutCapacityAssignmentConfigurationOutput, AWSError>;
|
438
438
|
/**
|
439
|
-
* Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
|
439
|
+
* Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request. The request syntax requires the StartCalculationExecutionRequest$CodeBlock parameter or the CalculationConfiguration$CodeBlock parameter, but not both. Because CalculationConfiguration$CodeBlock is deprecated, use the StartCalculationExecutionRequest$CodeBlock parameter instead.
|
440
440
|
*/
|
441
441
|
startCalculationExecution(params: Athena.Types.StartCalculationExecutionRequest, callback?: (err: AWSError, data: Athena.Types.StartCalculationExecutionResponse) => void): Request<Athena.Types.StartCalculationExecutionResponse, AWSError>;
|
442
442
|
/**
|
443
|
-
* Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
|
443
|
+
* Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request. The request syntax requires the StartCalculationExecutionRequest$CodeBlock parameter or the CalculationConfiguration$CodeBlock parameter, but not both. Because CalculationConfiguration$CodeBlock is deprecated, use the StartCalculationExecutionRequest$CodeBlock parameter instead.
|
444
444
|
*/
|
445
445
|
startCalculationExecution(callback?: (err: AWSError, data: Athena.Types.StartCalculationExecutionResponse) => void): Request<Athena.Types.StartCalculationExecutionResponse, AWSError>;
|
446
446
|
/**
|
@@ -468,11 +468,11 @@ declare class Athena extends Service {
|
|
468
468
|
*/
|
469
469
|
stopCalculationExecution(callback?: (err: AWSError, data: Athena.Types.StopCalculationExecutionResponse) => void): Request<Athena.Types.StopCalculationExecutionResponse, AWSError>;
|
470
470
|
/**
|
471
|
-
* Stops a query execution. Requires you to have access to the workgroup in which the query ran.
|
471
|
+
* Stops a query execution. Requires you to have access to the workgroup in which the query ran.
|
472
472
|
*/
|
473
473
|
stopQueryExecution(params: Athena.Types.StopQueryExecutionInput, callback?: (err: AWSError, data: Athena.Types.StopQueryExecutionOutput) => void): Request<Athena.Types.StopQueryExecutionOutput, AWSError>;
|
474
474
|
/**
|
475
|
-
* Stops a query execution. Requires you to have access to the workgroup in which the query ran.
|
475
|
+
* Stops a query execution. Requires you to have access to the workgroup in which the query ran.
|
476
476
|
*/
|
477
477
|
stopQueryExecution(callback?: (err: AWSError, data: Athena.Types.StopQueryExecutionOutput) => void): Request<Athena.Types.StopQueryExecutionOutput, AWSError>;
|
478
478
|
/**
|
@@ -890,7 +890,7 @@ declare namespace Athena {
|
|
890
890
|
*/
|
891
891
|
Description?: DescriptionString;
|
892
892
|
/**
|
893
|
-
* 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.
|
893
|
+
* 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.
|
894
894
|
*/
|
895
895
|
Parameters?: ParametersMap;
|
896
896
|
/**
|
@@ -1014,7 +1014,7 @@ declare namespace Athena {
|
|
1014
1014
|
}
|
1015
1015
|
export interface CustomerContentEncryptionConfiguration {
|
1016
1016
|
/**
|
1017
|
-
* The KMS key that is used to encrypt the user's data stores in Athena.
|
1017
|
+
* The customer managed KMS key that is used to encrypt the user's data stores in Athena.
|
1018
1018
|
*/
|
1019
1019
|
KmsKey: KmsKey;
|
1020
1020
|
}
|
@@ -1032,7 +1032,7 @@ declare namespace Athena {
|
|
1032
1032
|
*/
|
1033
1033
|
Type: DataCatalogType;
|
1034
1034
|
/**
|
1035
|
-
* 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.
|
1035
|
+
* 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.
|
1036
1036
|
*/
|
1037
1037
|
Parameters?: ParametersMap;
|
1038
1038
|
}
|
@@ -2181,6 +2181,10 @@ declare namespace Athena {
|
|
2181
2181
|
* The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.
|
2182
2182
|
*/
|
2183
2183
|
QueryQueueTimeInMillis?: Long;
|
2184
|
+
/**
|
2185
|
+
* The number of milliseconds that Athena took to preprocess the query before submitting the query to the query engine.
|
2186
|
+
*/
|
2187
|
+
ServicePreProcessingTimeInMillis?: Long;
|
2184
2188
|
/**
|
2185
2189
|
* The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.
|
2186
2190
|
*/
|
@@ -2247,6 +2251,10 @@ declare namespace Athena {
|
|
2247
2251
|
* The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.
|
2248
2252
|
*/
|
2249
2253
|
QueryQueueTimeInMillis?: Long;
|
2254
|
+
/**
|
2255
|
+
* The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.
|
2256
|
+
*/
|
2257
|
+
ServicePreProcessingTimeInMillis?: Long;
|
2250
2258
|
/**
|
2251
2259
|
* The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.
|
2252
2260
|
*/
|
@@ -2426,7 +2434,7 @@ declare namespace Athena {
|
|
2426
2434
|
export type S3Uri = string;
|
2427
2435
|
export interface SessionConfiguration {
|
2428
2436
|
/**
|
2429
|
-
* The ARN of the execution role used
|
2437
|
+
* The ARN of the execution role used in a Spark session to access user resources. This property applies only to Spark-enabled workgroups.
|
2430
2438
|
*/
|
2431
2439
|
ExecutionRole?: RoleArn;
|
2432
2440
|
/**
|
@@ -2512,7 +2520,7 @@ declare namespace Athena {
|
|
2512
2520
|
*/
|
2513
2521
|
CalculationConfiguration?: CalculationConfiguration;
|
2514
2522
|
/**
|
2515
|
-
* A string that contains the code of the calculation.
|
2523
|
+
* A string that contains the code of the calculation. Use this parameter instead of CalculationConfiguration$CodeBlock, which is deprecated.
|
2516
2524
|
*/
|
2517
2525
|
CodeBlock?: CodeBlock;
|
2518
2526
|
/**
|
@@ -2942,7 +2950,7 @@ declare namespace Athena {
|
|
2942
2950
|
*/
|
2943
2951
|
AdditionalConfiguration?: NameString;
|
2944
2952
|
/**
|
2945
|
-
* Role used in a session for accessing the user's resources.
|
2953
|
+
* Role used in a Spark session for accessing the user's resources. This property applies only to Spark-enabled workgroups.
|
2946
2954
|
*/
|
2947
2955
|
ExecutionRole?: RoleArn;
|
2948
2956
|
/**
|
@@ -2992,7 +3000,7 @@ declare namespace Athena {
|
|
2992
3000
|
*/
|
2993
3001
|
AdditionalConfiguration?: NameString;
|
2994
3002
|
/**
|
2995
|
-
*
|
3003
|
+
* The ARN of the execution role used to access user resources. This property applies only to Spark-enabled workgroups.
|
2996
3004
|
*/
|
2997
3005
|
ExecutionRole?: RoleArn;
|
2998
3006
|
CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
|
@@ -143,7 +143,7 @@ declare namespace Cloud9 {
|
|
143
143
|
*/
|
144
144
|
subnetId?: SubnetId;
|
145
145
|
/**
|
146
|
-
* The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From
|
146
|
+
* The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From December 04, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users. From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux (default): amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux (default): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
|
147
147
|
*/
|
148
148
|
imageId?: ImageId;
|
149
149
|
/**
|
@@ -908,6 +908,10 @@ declare namespace CloudFormation {
|
|
908
908
|
* The root change set ID.
|
909
909
|
*/
|
910
910
|
RootChangeSetId?: ChangeSetId;
|
911
|
+
/**
|
912
|
+
* Indicates if the stack set imports resources that already exist.
|
913
|
+
*/
|
914
|
+
ImportExistingResources?: ImportExistingResources;
|
911
915
|
}
|
912
916
|
export type ChangeSetType = "CREATE"|"UPDATE"|"IMPORT"|string;
|
913
917
|
export type ChangeSource = "ResourceReference"|"ParameterReference"|"ResourceAttribute"|"DirectModification"|"Automatic"|string;
|
@@ -1011,6 +1015,10 @@ declare namespace CloudFormation {
|
|
1011
1015
|
* Determines what action will be taken if stack creation fails. If this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values: DELETE - Deletes the change set if the stack creation fails. This is only valid when the ChangeSetType parameter is set to CREATE. If the deletion of the stack fails, the status of the stack is DELETE_FAILED. DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying true for the DisableRollback parameter to the ExecuteChangeSet API operation. ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to specifying false for the DisableRollback parameter to the ExecuteChangeSet API operation. For nested stacks, when the OnStackFailure parameter is set to DELETE for the change set for the parent stack, any failure in a child stack will cause the parent stack creation to fail and all stacks to be deleted.
|
1012
1016
|
*/
|
1013
1017
|
OnStackFailure?: OnStackFailure;
|
1018
|
+
/**
|
1019
|
+
* Indicates if the stack set imports resources that already exist. This parameter can only import resources that have custom names in templates. For more information, see name type in the CloudFormation User Guide. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead. For more information, see Bringing existing resources into CloudFormation management in the CloudFormation User Guide.
|
1020
|
+
*/
|
1021
|
+
ImportExistingResources?: ImportExistingResources;
|
1014
1022
|
}
|
1015
1023
|
export interface CreateChangeSetOutput {
|
1016
1024
|
/**
|
@@ -1512,6 +1520,10 @@ declare namespace CloudFormation {
|
|
1512
1520
|
* Determines what action will be taken if stack creation fails. When this parameter is specified, the DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values: DELETE - Deletes the change set if the stack creation fails. This is only valid when the ChangeSetType parameter is set to CREATE. If the deletion of the stack fails, the status of the stack is DELETE_FAILED. DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying true for the DisableRollback parameter to the ExecuteChangeSet API operation. ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to specifying false for the DisableRollback parameter to the ExecuteChangeSet API operation.
|
1513
1521
|
*/
|
1514
1522
|
OnStackFailure?: OnStackFailure;
|
1523
|
+
/**
|
1524
|
+
* Indicates if the stack set imports resources that already exist. This parameter can only import resources that have custom names in templates. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead.
|
1525
|
+
*/
|
1526
|
+
ImportExistingResources?: ImportExistingResources;
|
1515
1527
|
}
|
1516
1528
|
export interface DescribeOrganizationsAccessInput {
|
1517
1529
|
/**
|
@@ -2157,6 +2169,7 @@ declare namespace CloudFormation {
|
|
2157
2169
|
export type HookTypeName = string;
|
2158
2170
|
export type HookTypeVersionId = string;
|
2159
2171
|
export type IdentityProvider = "AWS_Marketplace"|"GitHub"|"Bitbucket"|string;
|
2172
|
+
export type ImportExistingResources = boolean;
|
2160
2173
|
export interface ImportStacksToStackSetInput {
|
2161
2174
|
/**
|
2162
2175
|
* The name of the stack set. The name must be unique in the Region where you create your stack set.
|
@@ -3900,7 +3913,7 @@ declare namespace CloudFormation {
|
|
3900
3913
|
*/
|
3901
3914
|
MaxConcurrentPercentage?: MaxConcurrentPercentage;
|
3902
3915
|
/**
|
3903
|
-
* Specifies how the concurrency level behaves during the operation execution. STRICT_FAILURE_TOLERANCE:
|
3916
|
+
* Specifies how the concurrency level behaves during the operation execution. STRICT_FAILURE_TOLERANCE: This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of FailureToleranceCount +1. The initial actual concurrency is set to the lower of either the value of the MaxConcurrentCount, or the value of MaxConcurrentCount +1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior. If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar. SOFT_FAILURE_TOLERANCE: This option decouples FailureToleranceCount from the actual concurrency. This allows stack set operations to run at the concurrency level set by the MaxConcurrentCount value, or MaxConcurrentPercentage, regardless of the number of failures.
|
3904
3917
|
*/
|
3905
3918
|
ConcurrencyMode?: ConcurrencyMode;
|
3906
3919
|
}
|
@@ -399,6 +399,10 @@ declare namespace CodeCatalyst {
|
|
399
399
|
* Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically creating a Dev Environment. Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
|
400
400
|
*/
|
401
401
|
persistentStorage: PersistentStorageConfiguration;
|
402
|
+
/**
|
403
|
+
* The name of the connection to use connect to a Amazon VPC.
|
404
|
+
*/
|
405
|
+
vpcConnectionName?: NameString;
|
402
406
|
}
|
403
407
|
export type CreateDevEnvironmentRequestAliasString = string;
|
404
408
|
export interface CreateDevEnvironmentResponse {
|
@@ -414,6 +418,10 @@ declare namespace CodeCatalyst {
|
|
414
418
|
* The system-generated unique ID of the Dev Environment.
|
415
419
|
*/
|
416
420
|
id: Uuid;
|
421
|
+
/**
|
422
|
+
* The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
|
423
|
+
*/
|
424
|
+
vpcConnectionName?: NameString;
|
417
425
|
}
|
418
426
|
export interface CreateProjectRequest {
|
419
427
|
/**
|
@@ -737,6 +745,10 @@ declare namespace CodeCatalyst {
|
|
737
745
|
* Information about the configuration of persistent storage for the Dev Environment.
|
738
746
|
*/
|
739
747
|
persistentStorage: PersistentStorage;
|
748
|
+
/**
|
749
|
+
* The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
|
750
|
+
*/
|
751
|
+
vpcConnectionName?: NameString;
|
740
752
|
}
|
741
753
|
export type DevEnvironmentSummaryAliasString = string;
|
742
754
|
export type DevEnvironmentSummaryCreatorIdString = string;
|
@@ -920,6 +932,10 @@ declare namespace CodeCatalyst {
|
|
920
932
|
* Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
|
921
933
|
*/
|
922
934
|
persistentStorage: PersistentStorage;
|
935
|
+
/**
|
936
|
+
* The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
|
937
|
+
*/
|
938
|
+
vpcConnectionName?: NameString;
|
923
939
|
}
|
924
940
|
export type GetDevEnvironmentResponseAliasString = string;
|
925
941
|
export type GetDevEnvironmentResponseCreatorIdString = string;
|
@@ -1690,7 +1690,7 @@ declare namespace CodePipeline {
|
|
1690
1690
|
*/
|
1691
1691
|
version?: PipelineVersion;
|
1692
1692
|
/**
|
1693
|
-
* CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.
|
1693
|
+
* CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?. V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
|
1694
1694
|
*/
|
1695
1695
|
pipelineType?: PipelineType;
|
1696
1696
|
/**
|
@@ -1798,7 +1798,7 @@ declare namespace CodePipeline {
|
|
1798
1798
|
*/
|
1799
1799
|
version?: PipelineVersion;
|
1800
1800
|
/**
|
1801
|
-
* CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.
|
1801
|
+
* CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?. V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
|
1802
1802
|
*/
|
1803
1803
|
pipelineType?: PipelineType;
|
1804
1804
|
/**
|
@@ -2129,6 +2129,22 @@ declare namespace CodePipeline {
|
|
2129
2129
|
revisionUrl?: Url;
|
2130
2130
|
}
|
2131
2131
|
export type SourceRevisionList = SourceRevision[];
|
2132
|
+
export interface SourceRevisionOverride {
|
2133
|
+
/**
|
2134
|
+
* The name of the action where the override will be applied.
|
2135
|
+
*/
|
2136
|
+
actionName: ActionName;
|
2137
|
+
/**
|
2138
|
+
* The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.
|
2139
|
+
*/
|
2140
|
+
revisionType: SourceRevisionType;
|
2141
|
+
/**
|
2142
|
+
* The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.
|
2143
|
+
*/
|
2144
|
+
revisionValue: Revision;
|
2145
|
+
}
|
2146
|
+
export type SourceRevisionOverrideList = SourceRevisionOverride[];
|
2147
|
+
export type SourceRevisionType = "COMMIT_ID"|"IMAGE_DIGEST"|"S3_OBJECT_VERSION_ID"|string;
|
2132
2148
|
export type StageActionDeclarationList = ActionDeclaration[];
|
2133
2149
|
export type StageBlockerDeclarationList = BlockerDeclaration[];
|
2134
2150
|
export interface StageContext {
|
@@ -2198,6 +2214,10 @@ declare namespace CodePipeline {
|
|
2198
2214
|
* The system-generated unique ID used to identify a unique execution request.
|
2199
2215
|
*/
|
2200
2216
|
clientRequestToken?: ClientRequestToken;
|
2217
|
+
/**
|
2218
|
+
* A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.
|
2219
|
+
*/
|
2220
|
+
sourceRevisions?: SourceRevisionOverrideList;
|
2201
2221
|
}
|
2202
2222
|
export interface StartPipelineExecutionOutput {
|
2203
2223
|
/**
|