@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
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 +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- 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/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -20,11 +20,11 @@ declare class AppRunner extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
associateCustomDomain(callback?: (err: AWSError, data: AppRunner.Types.AssociateCustomDomainResponse) => void): Request<AppRunner.Types.AssociateCustomDomainResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by using the same AutoScalingConfigurationName
|
|
23
|
+
* Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by calling this action multiple times using the same AutoScalingConfigurationName. The call returns incremental AutoScalingConfigurationRevision values. When you create a service, you can set it to use the latest active revision of an auto scaling configuration or a specific revision. Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.
|
|
24
24
|
*/
|
|
25
25
|
createAutoScalingConfiguration(params: AppRunner.Types.CreateAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.CreateAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.CreateAutoScalingConfigurationResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by using the same AutoScalingConfigurationName
|
|
27
|
+
* Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by calling this action multiple times using the same AutoScalingConfigurationName. The call returns incremental AutoScalingConfigurationRevision values. When you create a service, you can set it to use the latest active revision of an auto scaling configuration or a specific revision. Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.
|
|
28
28
|
*/
|
|
29
29
|
createAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.CreateAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.CreateAutoScalingConfigurationResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -43,6 +43,14 @@ declare class AppRunner extends Service {
|
|
|
43
43
|
* Create an App Runner service. After the service is created, the action also automatically starts a deployment. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
44
44
|
*/
|
|
45
45
|
createService(callback?: (err: AWSError, data: AppRunner.Types.CreateServiceResponse) => void): Request<AppRunner.Types.CreateServiceResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
* Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
|
|
48
|
+
*/
|
|
49
|
+
createVpcConnector(params: AppRunner.Types.CreateVpcConnectorRequest, callback?: (err: AWSError, data: AppRunner.Types.CreateVpcConnectorResponse) => void): Request<AppRunner.Types.CreateVpcConnectorResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
* Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
|
|
52
|
+
*/
|
|
53
|
+
createVpcConnector(callback?: (err: AWSError, data: AppRunner.Types.CreateVpcConnectorResponse) => void): Request<AppRunner.Types.CreateVpcConnectorResponse, AWSError>;
|
|
46
54
|
/**
|
|
47
55
|
* Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
|
|
48
56
|
*/
|
|
@@ -67,6 +75,14 @@ declare class AppRunner extends Service {
|
|
|
67
75
|
* Delete an App Runner service. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
68
76
|
*/
|
|
69
77
|
deleteService(callback?: (err: AWSError, data: AppRunner.Types.DeleteServiceResponse) => void): Request<AppRunner.Types.DeleteServiceResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
|
|
80
|
+
*/
|
|
81
|
+
deleteVpcConnector(params: AppRunner.Types.DeleteVpcConnectorRequest, callback?: (err: AWSError, data: AppRunner.Types.DeleteVpcConnectorResponse) => void): Request<AppRunner.Types.DeleteVpcConnectorResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
|
|
84
|
+
*/
|
|
85
|
+
deleteVpcConnector(callback?: (err: AWSError, data: AppRunner.Types.DeleteVpcConnectorResponse) => void): Request<AppRunner.Types.DeleteVpcConnectorResponse, AWSError>;
|
|
70
86
|
/**
|
|
71
87
|
* Return a full description of an App Runner automatic scaling configuration resource.
|
|
72
88
|
*/
|
|
@@ -91,6 +107,14 @@ declare class AppRunner extends Service {
|
|
|
91
107
|
* Return a full description of an App Runner service.
|
|
92
108
|
*/
|
|
93
109
|
describeService(callback?: (err: AWSError, data: AppRunner.Types.DescribeServiceResponse) => void): Request<AppRunner.Types.DescribeServiceResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
* Return a description of an App Runner VPC connector resource.
|
|
112
|
+
*/
|
|
113
|
+
describeVpcConnector(params: AppRunner.Types.DescribeVpcConnectorRequest, callback?: (err: AWSError, data: AppRunner.Types.DescribeVpcConnectorResponse) => void): Request<AppRunner.Types.DescribeVpcConnectorResponse, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
* Return a description of an App Runner VPC connector resource.
|
|
116
|
+
*/
|
|
117
|
+
describeVpcConnector(callback?: (err: AWSError, data: AppRunner.Types.DescribeVpcConnectorResponse) => void): Request<AppRunner.Types.DescribeVpcConnectorResponse, AWSError>;
|
|
94
118
|
/**
|
|
95
119
|
* Disassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
|
|
96
120
|
*/
|
|
@@ -139,6 +163,14 @@ declare class AppRunner extends Service {
|
|
|
139
163
|
* List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
|
|
140
164
|
*/
|
|
141
165
|
listTagsForResource(callback?: (err: AWSError, data: AppRunner.Types.ListTagsForResourceResponse) => void): Request<AppRunner.Types.ListTagsForResourceResponse, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Returns a list of App Runner VPC connectors in your Amazon Web Services account.
|
|
168
|
+
*/
|
|
169
|
+
listVpcConnectors(params: AppRunner.Types.ListVpcConnectorsRequest, callback?: (err: AWSError, data: AppRunner.Types.ListVpcConnectorsResponse) => void): Request<AppRunner.Types.ListVpcConnectorsResponse, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Returns a list of App Runner VPC connectors in your Amazon Web Services account.
|
|
172
|
+
*/
|
|
173
|
+
listVpcConnectors(callback?: (err: AWSError, data: AppRunner.Types.ListVpcConnectorsResponse) => void): Request<AppRunner.Types.ListVpcConnectorsResponse, AWSError>;
|
|
142
174
|
/**
|
|
143
175
|
* Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed). This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
144
176
|
*/
|
|
@@ -409,7 +441,7 @@ declare namespace AppRunner {
|
|
|
409
441
|
export type Cpu = string;
|
|
410
442
|
export interface CreateAutoScalingConfigurationRequest {
|
|
411
443
|
/**
|
|
412
|
-
* A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.
|
|
444
|
+
* A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration. The name DefaultConfiguration is reserved (it's the configuration that App Runner uses if you don't provide a custome one). You can't use it to create a new auto scaling configuration, and you can't create a revision of it. When you want to use your own auto scaling configuration for your App Runner service, create a configuration with a different name, and then provide it when you create or update your service.
|
|
413
445
|
*/
|
|
414
446
|
AutoScalingConfigurationName: AutoScalingConfigurationName;
|
|
415
447
|
/**
|
|
@@ -457,7 +489,7 @@ declare namespace AppRunner {
|
|
|
457
489
|
}
|
|
458
490
|
export interface CreateServiceRequest {
|
|
459
491
|
/**
|
|
460
|
-
* A name for the
|
|
492
|
+
* A name for the App Runner service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.
|
|
461
493
|
*/
|
|
462
494
|
ServiceName: ServiceName;
|
|
463
495
|
/**
|
|
@@ -469,21 +501,25 @@ declare namespace AppRunner {
|
|
|
469
501
|
*/
|
|
470
502
|
InstanceConfiguration?: InstanceConfiguration;
|
|
471
503
|
/**
|
|
472
|
-
* An optional list of metadata items that you can associate with
|
|
504
|
+
* An optional list of metadata items that you can associate with the App Runner service resource. A tag is a key-value pair.
|
|
473
505
|
*/
|
|
474
506
|
Tags?: TagList;
|
|
475
507
|
/**
|
|
476
|
-
* An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an Amazon Web Services managed
|
|
508
|
+
* An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an Amazon Web Services managed key.
|
|
477
509
|
*/
|
|
478
510
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
479
511
|
/**
|
|
480
|
-
* The settings for the health check that App Runner performs to monitor the health of
|
|
512
|
+
* The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
|
481
513
|
*/
|
|
482
514
|
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
483
515
|
/**
|
|
484
|
-
* The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with
|
|
516
|
+
* The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with the App Runner service. If not provided, App Runner associates the latest revision of a default auto scaling configuration.
|
|
485
517
|
*/
|
|
486
518
|
AutoScalingConfigurationArn?: AppRunnerResourceArn;
|
|
519
|
+
/**
|
|
520
|
+
* Configuration settings related to network traffic of the web application that the App Runner service runs.
|
|
521
|
+
*/
|
|
522
|
+
NetworkConfiguration?: NetworkConfiguration;
|
|
487
523
|
}
|
|
488
524
|
export interface CreateServiceResponse {
|
|
489
525
|
/**
|
|
@@ -495,6 +531,30 @@ declare namespace AppRunner {
|
|
|
495
531
|
*/
|
|
496
532
|
OperationId: UUID;
|
|
497
533
|
}
|
|
534
|
+
export interface CreateVpcConnectorRequest {
|
|
535
|
+
/**
|
|
536
|
+
* A name for the VPC connector.
|
|
537
|
+
*/
|
|
538
|
+
VpcConnectorName: VpcConnectorName;
|
|
539
|
+
/**
|
|
540
|
+
* A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.
|
|
541
|
+
*/
|
|
542
|
+
Subnets: StringList;
|
|
543
|
+
/**
|
|
544
|
+
* A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.
|
|
545
|
+
*/
|
|
546
|
+
SecurityGroups?: StringList;
|
|
547
|
+
/**
|
|
548
|
+
* A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.
|
|
549
|
+
*/
|
|
550
|
+
Tags?: TagList;
|
|
551
|
+
}
|
|
552
|
+
export interface CreateVpcConnectorResponse {
|
|
553
|
+
/**
|
|
554
|
+
* A description of the App Runner VPC connector that's created by this request.
|
|
555
|
+
*/
|
|
556
|
+
VpcConnector: VpcConnector;
|
|
557
|
+
}
|
|
498
558
|
export interface CustomDomain {
|
|
499
559
|
/**
|
|
500
560
|
* An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).
|
|
@@ -555,6 +615,18 @@ declare namespace AppRunner {
|
|
|
555
615
|
*/
|
|
556
616
|
OperationId: UUID;
|
|
557
617
|
}
|
|
618
|
+
export interface DeleteVpcConnectorRequest {
|
|
619
|
+
/**
|
|
620
|
+
* The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to delete. The ARN must be a full VPC connector ARN.
|
|
621
|
+
*/
|
|
622
|
+
VpcConnectorArn: AppRunnerResourceArn;
|
|
623
|
+
}
|
|
624
|
+
export interface DeleteVpcConnectorResponse {
|
|
625
|
+
/**
|
|
626
|
+
* A description of the App Runner VPC connector that this request just deleted.
|
|
627
|
+
*/
|
|
628
|
+
VpcConnector: VpcConnector;
|
|
629
|
+
}
|
|
558
630
|
export interface DescribeAutoScalingConfigurationRequest {
|
|
559
631
|
/**
|
|
560
632
|
* The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for. The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is described.
|
|
@@ -612,6 +684,18 @@ declare namespace AppRunner {
|
|
|
612
684
|
*/
|
|
613
685
|
Service: Service;
|
|
614
686
|
}
|
|
687
|
+
export interface DescribeVpcConnectorRequest {
|
|
688
|
+
/**
|
|
689
|
+
* The Amazon Resource Name (ARN) of the App Runner VPC connector that you want a description for. The ARN must be a full VPC connector ARN.
|
|
690
|
+
*/
|
|
691
|
+
VpcConnectorArn: AppRunnerResourceArn;
|
|
692
|
+
}
|
|
693
|
+
export interface DescribeVpcConnectorResponse {
|
|
694
|
+
/**
|
|
695
|
+
* A description of the App Runner VPC connector that you specified in this request.
|
|
696
|
+
*/
|
|
697
|
+
VpcConnector: VpcConnector;
|
|
698
|
+
}
|
|
615
699
|
export interface DisassociateCustomDomainRequest {
|
|
616
700
|
/**
|
|
617
701
|
* The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
|
|
@@ -637,6 +721,17 @@ declare namespace AppRunner {
|
|
|
637
721
|
CustomDomain: CustomDomain;
|
|
638
722
|
}
|
|
639
723
|
export type DomainName = string;
|
|
724
|
+
export interface EgressConfiguration {
|
|
725
|
+
/**
|
|
726
|
+
* The type of egress configuration. Set to DEFAULT for access to resources hosted on public networks. Set to VPC to associate your service to a custom VPC specified by VpcConnectorArn.
|
|
727
|
+
*/
|
|
728
|
+
EgressType?: EgressType;
|
|
729
|
+
/**
|
|
730
|
+
* The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC.
|
|
731
|
+
*/
|
|
732
|
+
VpcConnectorArn?: AppRunnerResourceArn;
|
|
733
|
+
}
|
|
734
|
+
export type EgressType = "DEFAULT"|"VPC"|string;
|
|
640
735
|
export interface EncryptionConfiguration {
|
|
641
736
|
/**
|
|
642
737
|
* The ARN of the KMS key that's used for encryption.
|
|
@@ -683,7 +778,7 @@ declare namespace AppRunner {
|
|
|
683
778
|
/**
|
|
684
779
|
* An optional command that App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.
|
|
685
780
|
*/
|
|
686
|
-
StartCommand?:
|
|
781
|
+
StartCommand?: StartCommand;
|
|
687
782
|
/**
|
|
688
783
|
* The port that your application listens to in the container. Default: 8080
|
|
689
784
|
*/
|
|
@@ -830,8 +925,34 @@ declare namespace AppRunner {
|
|
|
830
925
|
*/
|
|
831
926
|
Tags?: TagList;
|
|
832
927
|
}
|
|
928
|
+
export interface ListVpcConnectorsRequest {
|
|
929
|
+
/**
|
|
930
|
+
* The maximum number of results to include in each response (result page). It's used for a paginated request. If you don't specify MaxResults, the request retrieves all available results in a single response.
|
|
931
|
+
*/
|
|
932
|
+
MaxResults?: MaxResults;
|
|
933
|
+
/**
|
|
934
|
+
* A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request. If you don't specify NextToken, the request retrieves the first result page.
|
|
935
|
+
*/
|
|
936
|
+
NextToken?: NextToken;
|
|
937
|
+
}
|
|
938
|
+
export interface ListVpcConnectorsResponse {
|
|
939
|
+
/**
|
|
940
|
+
* A list of information records for VPC connectors. In a paginated request, the request returns up to MaxResults records for each call.
|
|
941
|
+
*/
|
|
942
|
+
VpcConnectors: VpcConnectors;
|
|
943
|
+
/**
|
|
944
|
+
* The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
|
|
945
|
+
*/
|
|
946
|
+
NextToken?: NextToken;
|
|
947
|
+
}
|
|
833
948
|
export type MaxResults = number;
|
|
834
949
|
export type Memory = string;
|
|
950
|
+
export interface NetworkConfiguration {
|
|
951
|
+
/**
|
|
952
|
+
* Network configuration settings for outbound message traffic.
|
|
953
|
+
*/
|
|
954
|
+
EgressConfiguration?: EgressConfiguration;
|
|
955
|
+
}
|
|
835
956
|
export type NextToken = string;
|
|
836
957
|
export type NullableBoolean = boolean;
|
|
837
958
|
export type OperationStatus = "PENDING"|"IN_PROGRESS"|"FAILED"|"SUCCEEDED"|"ROLLBACK_IN_PROGRESS"|"ROLLBACK_FAILED"|"ROLLBACK_SUCCEEDED"|string;
|
|
@@ -947,7 +1068,7 @@ declare namespace AppRunner {
|
|
|
947
1068
|
*/
|
|
948
1069
|
InstanceConfiguration: InstanceConfiguration;
|
|
949
1070
|
/**
|
|
950
|
-
* The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed
|
|
1071
|
+
* The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed key.
|
|
951
1072
|
*/
|
|
952
1073
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
953
1074
|
/**
|
|
@@ -958,6 +1079,10 @@ declare namespace AppRunner {
|
|
|
958
1079
|
* Summary information for the App Runner automatic scaling configuration resource that's associated with this service.
|
|
959
1080
|
*/
|
|
960
1081
|
AutoScalingConfigurationSummary: AutoScalingConfigurationSummary;
|
|
1082
|
+
/**
|
|
1083
|
+
* Configuration settings related to network traffic of the web application that this service runs.
|
|
1084
|
+
*/
|
|
1085
|
+
NetworkConfiguration: NetworkConfiguration;
|
|
961
1086
|
}
|
|
962
1087
|
export type ServiceId = string;
|
|
963
1088
|
export type ServiceMaxResults = number;
|
|
@@ -1037,6 +1162,7 @@ declare namespace AppRunner {
|
|
|
1037
1162
|
OperationId: UUID;
|
|
1038
1163
|
}
|
|
1039
1164
|
export type String = string;
|
|
1165
|
+
export type StringList = String[];
|
|
1040
1166
|
export interface Tag {
|
|
1041
1167
|
/**
|
|
1042
1168
|
* The key of the tag.
|
|
@@ -1091,13 +1217,17 @@ declare namespace AppRunner {
|
|
|
1091
1217
|
*/
|
|
1092
1218
|
InstanceConfiguration?: InstanceConfiguration;
|
|
1093
1219
|
/**
|
|
1094
|
-
* The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with
|
|
1220
|
+
* The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with the App Runner service.
|
|
1095
1221
|
*/
|
|
1096
1222
|
AutoScalingConfigurationArn?: AppRunnerResourceArn;
|
|
1097
1223
|
/**
|
|
1098
|
-
* The settings for the health check that App Runner performs to monitor the health of
|
|
1224
|
+
* The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
|
1099
1225
|
*/
|
|
1100
1226
|
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
1227
|
+
/**
|
|
1228
|
+
* Configuration settings related to network traffic of the web application that the App Runner service runs.
|
|
1229
|
+
*/
|
|
1230
|
+
NetworkConfiguration?: NetworkConfiguration;
|
|
1101
1231
|
}
|
|
1102
1232
|
export interface UpdateServiceResponse {
|
|
1103
1233
|
/**
|
|
@@ -1109,6 +1239,43 @@ declare namespace AppRunner {
|
|
|
1109
1239
|
*/
|
|
1110
1240
|
OperationId: UUID;
|
|
1111
1241
|
}
|
|
1242
|
+
export interface VpcConnector {
|
|
1243
|
+
/**
|
|
1244
|
+
* The customer-provided VPC connector name.
|
|
1245
|
+
*/
|
|
1246
|
+
VpcConnectorName?: VpcConnectorName;
|
|
1247
|
+
/**
|
|
1248
|
+
* The Amazon Resource Name (ARN) of this VPC connector.
|
|
1249
|
+
*/
|
|
1250
|
+
VpcConnectorArn?: AppRunnerResourceArn;
|
|
1251
|
+
/**
|
|
1252
|
+
* The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name. At this time, App Runner supports only one revision per name.
|
|
1253
|
+
*/
|
|
1254
|
+
VpcConnectorRevision?: Integer;
|
|
1255
|
+
/**
|
|
1256
|
+
* A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.
|
|
1257
|
+
*/
|
|
1258
|
+
Subnets?: StringList;
|
|
1259
|
+
/**
|
|
1260
|
+
* A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.
|
|
1261
|
+
*/
|
|
1262
|
+
SecurityGroups?: StringList;
|
|
1263
|
+
/**
|
|
1264
|
+
* The current state of the VPC connector. If the status of a connector revision is INACTIVE, it was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are deleted.
|
|
1265
|
+
*/
|
|
1266
|
+
Status?: VpcConnectorStatus;
|
|
1267
|
+
/**
|
|
1268
|
+
* The time when the VPC connector was created. It's in Unix time stamp format.
|
|
1269
|
+
*/
|
|
1270
|
+
CreatedAt?: Timestamp;
|
|
1271
|
+
/**
|
|
1272
|
+
* The time when the VPC connector was deleted. It's in Unix time stamp format.
|
|
1273
|
+
*/
|
|
1274
|
+
DeletedAt?: Timestamp;
|
|
1275
|
+
}
|
|
1276
|
+
export type VpcConnectorName = string;
|
|
1277
|
+
export type VpcConnectorStatus = "ACTIVE"|"INACTIVE"|string;
|
|
1278
|
+
export type VpcConnectors = VpcConnector[];
|
|
1112
1279
|
/**
|
|
1113
1280
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
1114
1281
|
*/
|
|
@@ -132,11 +132,11 @@ declare class Athena extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
getQueryExecution(callback?: (err: AWSError, data: Athena.Types.GetQueryExecutionOutput) => void): Request<Athena.Types.GetQueryExecutionOutput, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
|
135
|
+
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. If the original query execution ran using an ResultConfiguration$ExpectedBucketOwner setting, the setting also applies to Amazon S3 read operations when GetQueryResults is called. If an expected bucket owner has been specified and the query results are in an Amazon S3 bucket whose owner account ID is different from the expected bucket owner, the GetQueryResults call fails with an Amazon S3 permissions error. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
|
136
136
|
*/
|
|
137
137
|
getQueryResults(params: Athena.Types.GetQueryResultsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
|
139
|
+
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. If the original query execution ran using an ResultConfiguration$ExpectedBucketOwner setting, the setting also applies to Amazon S3 read operations when GetQueryResults is called. If an expected bucket owner has been specified and the query results are in an Amazon S3 bucket whose owner account ID is different from the expected bucket owner, the GetQueryResults call fails with an Amazon S3 permissions error. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
|
140
140
|
*/
|
|
141
141
|
getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
|
|
142
142
|
/**
|
|
@@ -286,6 +286,12 @@ declare class Athena extends Service {
|
|
|
286
286
|
}
|
|
287
287
|
declare namespace Athena {
|
|
288
288
|
export type AmazonResourceName = string;
|
|
289
|
+
export interface AthenaError {
|
|
290
|
+
/**
|
|
291
|
+
* An integer value that specifies the category of a query failure error. The following list shows the category for each integer value. 1 - System 2 - User 3 - Unknown
|
|
292
|
+
*/
|
|
293
|
+
ErrorCategory?: ErrorCategory;
|
|
294
|
+
}
|
|
289
295
|
export interface BatchGetNamedQueryInput {
|
|
290
296
|
/**
|
|
291
297
|
* An array of query IDs.
|
|
@@ -384,7 +390,7 @@ declare namespace Athena {
|
|
|
384
390
|
export type CommentString = string;
|
|
385
391
|
export interface CreateDataCatalogInput {
|
|
386
392
|
/**
|
|
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
|
|
393
|
+
* 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 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
|
|
388
394
|
*/
|
|
389
395
|
Name: CatalogNameString;
|
|
390
396
|
/**
|
|
@@ -480,7 +486,7 @@ declare namespace Athena {
|
|
|
480
486
|
}
|
|
481
487
|
export interface DataCatalog {
|
|
482
488
|
/**
|
|
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
|
|
489
|
+
* The name of the data catalog. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
|
|
484
490
|
*/
|
|
485
491
|
Name: CatalogNameString;
|
|
486
492
|
/**
|
|
@@ -498,7 +504,7 @@ declare namespace Athena {
|
|
|
498
504
|
}
|
|
499
505
|
export interface DataCatalogSummary {
|
|
500
506
|
/**
|
|
501
|
-
* The name of the data catalog.
|
|
507
|
+
* The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
|
|
502
508
|
*/
|
|
503
509
|
CatalogName?: CatalogNameString;
|
|
504
510
|
/**
|
|
@@ -594,6 +600,7 @@ declare namespace Athena {
|
|
|
594
600
|
EffectiveEngineVersion?: NameString;
|
|
595
601
|
}
|
|
596
602
|
export type EngineVersionsList = EngineVersion[];
|
|
603
|
+
export type ErrorCategory = number;
|
|
597
604
|
export type ErrorCode = string;
|
|
598
605
|
export type ErrorMessage = string;
|
|
599
606
|
export type ExpressionString = string;
|
|
@@ -1115,6 +1122,10 @@ declare namespace Athena {
|
|
|
1115
1122
|
* The date and time that the query completed.
|
|
1116
1123
|
*/
|
|
1117
1124
|
CompletionDateTime?: _Date;
|
|
1125
|
+
/**
|
|
1126
|
+
* Provides information about an Athena query error.
|
|
1127
|
+
*/
|
|
1128
|
+
AthenaError?: AthenaError;
|
|
1118
1129
|
}
|
|
1119
1130
|
export type QueryString = string;
|
|
1120
1131
|
export interface ResultConfiguration {
|
|
@@ -1126,6 +1137,10 @@ declare namespace Athena {
|
|
|
1126
1137
|
* If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE-KMS or CSE-KMS) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
|
|
1127
1138
|
*/
|
|
1128
1139
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1140
|
+
/**
|
|
1141
|
+
* The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation. If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner Amazon Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
|
|
1142
|
+
*/
|
|
1143
|
+
ExpectedBucketOwner?: String;
|
|
1129
1144
|
}
|
|
1130
1145
|
export interface ResultConfigurationUpdates {
|
|
1131
1146
|
/**
|
|
@@ -1133,7 +1148,7 @@ declare namespace Athena {
|
|
|
1133
1148
|
*/
|
|
1134
1149
|
OutputLocation?: String;
|
|
1135
1150
|
/**
|
|
1136
|
-
* If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration
|
|
1151
|
+
* If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
|
|
1137
1152
|
*/
|
|
1138
1153
|
RemoveOutputLocation?: BoxedBoolean;
|
|
1139
1154
|
/**
|
|
@@ -1141,9 +1156,17 @@ declare namespace Athena {
|
|
|
1141
1156
|
*/
|
|
1142
1157
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
1143
1158
|
/**
|
|
1144
|
-
* If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration
|
|
1159
|
+
* If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
|
|
1145
1160
|
*/
|
|
1146
1161
|
RemoveEncryptionConfiguration?: BoxedBoolean;
|
|
1162
|
+
/**
|
|
1163
|
+
* The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation. If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner Amazon Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error. If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
|
|
1164
|
+
*/
|
|
1165
|
+
ExpectedBucketOwner?: String;
|
|
1166
|
+
/**
|
|
1167
|
+
* If set to "true", removes the Amazon Web Services account ID previously specified for ResultConfiguration$ExpectedBucketOwner. If set to "false" or not set, and a value is present in the ExpectedBucketOwner in ResultConfigurationUpdates (the client-side setting), the ExpectedBucketOwner in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
|
|
1168
|
+
*/
|
|
1169
|
+
RemoveExpectedBucketOwner?: BoxedBoolean;
|
|
1147
1170
|
}
|
|
1148
1171
|
export interface ResultSet {
|
|
1149
1172
|
/**
|
|
@@ -1312,7 +1335,7 @@ declare namespace Athena {
|
|
|
1312
1335
|
}
|
|
1313
1336
|
export interface UpdateDataCatalogInput {
|
|
1314
1337
|
/**
|
|
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
|
|
1338
|
+
* 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 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
|
|
1316
1339
|
*/
|
|
1317
1340
|
Name: CatalogNameString;
|
|
1318
1341
|
/**
|
|
@@ -1440,7 +1440,7 @@ declare namespace AuditManager {
|
|
|
1440
1440
|
/**
|
|
1441
1441
|
* The unique identifier of the control.
|
|
1442
1442
|
*/
|
|
1443
|
-
id
|
|
1443
|
+
id: UUID;
|
|
1444
1444
|
}
|
|
1445
1445
|
export interface CreateAssessmentFrameworkControlSet {
|
|
1446
1446
|
/**
|
|
@@ -2874,7 +2874,7 @@ declare namespace AuditManager {
|
|
|
2874
2874
|
/**
|
|
2875
2875
|
* The list of controls that are contained within the control set.
|
|
2876
2876
|
*/
|
|
2877
|
-
controls
|
|
2877
|
+
controls: CreateAssessmentFrameworkControls;
|
|
2878
2878
|
}
|
|
2879
2879
|
export type UpdateAssessmentFrameworkControlSets = UpdateAssessmentFrameworkControlSet[];
|
|
2880
2880
|
export interface UpdateAssessmentFrameworkRequest {
|