cdk-lambda-subminute 2.0.451 → 2.0.453
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +68 -32
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/datazone.d.ts +36 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +309 -97
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -68,6 +68,14 @@ declare class ECR extends Service {
|
|
68
68
|
* Creates a repository. For more information, see Amazon ECR repositories in the Amazon Elastic Container Registry User Guide.
|
69
69
|
*/
|
70
70
|
createRepository(callback?: (err: AWSError, data: ECR.Types.CreateRepositoryResponse) => void): Request<ECR.Types.CreateRepositoryResponse, AWSError>;
|
71
|
+
/**
|
72
|
+
* Creates a repository creation template. This template is used to define the settings for repositories created by Amazon ECR on your behalf. For example, repositories created through pull through cache actions. For more information, see Private repository creation templates in the Amazon Elastic Container Registry User Guide.
|
73
|
+
*/
|
74
|
+
createRepositoryCreationTemplate(params: ECR.Types.CreateRepositoryCreationTemplateRequest, callback?: (err: AWSError, data: ECR.Types.CreateRepositoryCreationTemplateResponse) => void): Request<ECR.Types.CreateRepositoryCreationTemplateResponse, AWSError>;
|
75
|
+
/**
|
76
|
+
* Creates a repository creation template. This template is used to define the settings for repositories created by Amazon ECR on your behalf. For example, repositories created through pull through cache actions. For more information, see Private repository creation templates in the Amazon Elastic Container Registry User Guide.
|
77
|
+
*/
|
78
|
+
createRepositoryCreationTemplate(callback?: (err: AWSError, data: ECR.Types.CreateRepositoryCreationTemplateResponse) => void): Request<ECR.Types.CreateRepositoryCreationTemplateResponse, AWSError>;
|
71
79
|
/**
|
72
80
|
* Deletes the lifecycle policy associated with the specified repository.
|
73
81
|
*/
|
@@ -100,6 +108,14 @@ declare class ECR extends Service {
|
|
100
108
|
* Deletes a repository. If the repository isn't empty, you must either delete the contents of the repository or use the force option to delete the repository and have Amazon ECR delete all of its contents on your behalf.
|
101
109
|
*/
|
102
110
|
deleteRepository(callback?: (err: AWSError, data: ECR.Types.DeleteRepositoryResponse) => void): Request<ECR.Types.DeleteRepositoryResponse, AWSError>;
|
111
|
+
/**
|
112
|
+
* Deletes a repository creation template.
|
113
|
+
*/
|
114
|
+
deleteRepositoryCreationTemplate(params: ECR.Types.DeleteRepositoryCreationTemplateRequest, callback?: (err: AWSError, data: ECR.Types.DeleteRepositoryCreationTemplateResponse) => void): Request<ECR.Types.DeleteRepositoryCreationTemplateResponse, AWSError>;
|
115
|
+
/**
|
116
|
+
* Deletes a repository creation template.
|
117
|
+
*/
|
118
|
+
deleteRepositoryCreationTemplate(callback?: (err: AWSError, data: ECR.Types.DeleteRepositoryCreationTemplateResponse) => void): Request<ECR.Types.DeleteRepositoryCreationTemplateResponse, AWSError>;
|
103
119
|
/**
|
104
120
|
* Deletes the repository policy associated with the specified repository.
|
105
121
|
*/
|
@@ -156,6 +172,14 @@ declare class ECR extends Service {
|
|
156
172
|
* Describes image repositories in a registry.
|
157
173
|
*/
|
158
174
|
describeRepositories(callback?: (err: AWSError, data: ECR.Types.DescribeRepositoriesResponse) => void): Request<ECR.Types.DescribeRepositoriesResponse, AWSError>;
|
175
|
+
/**
|
176
|
+
* Returns details about the repository creation templates in a registry. The prefixes request parameter can be used to return the details for a specific repository creation template.
|
177
|
+
*/
|
178
|
+
describeRepositoryCreationTemplates(params: ECR.Types.DescribeRepositoryCreationTemplatesRequest, callback?: (err: AWSError, data: ECR.Types.DescribeRepositoryCreationTemplatesResponse) => void): Request<ECR.Types.DescribeRepositoryCreationTemplatesResponse, AWSError>;
|
179
|
+
/**
|
180
|
+
* Returns details about the repository creation templates in a registry. The prefixes request parameter can be used to return the details for a specific repository creation template.
|
181
|
+
*/
|
182
|
+
describeRepositoryCreationTemplates(callback?: (err: AWSError, data: ECR.Types.DescribeRepositoryCreationTemplatesResponse) => void): Request<ECR.Types.DescribeRepositoryCreationTemplatesResponse, AWSError>;
|
159
183
|
/**
|
160
184
|
* Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. The authorizationToken returned is a base64 encoded string that can be decoded and used in a docker login command to authenticate to a registry. The CLI offers an get-login-password command that simplifies the login process. For more information, see Registry authentication in the Amazon Elastic Container Registry User Guide.
|
161
185
|
*/
|
@@ -285,11 +309,11 @@ declare class ECR extends Service {
|
|
285
309
|
*/
|
286
310
|
putRegistryScanningConfiguration(callback?: (err: AWSError, data: ECR.Types.PutRegistryScanningConfigurationResponse) => void): Request<ECR.Types.PutRegistryScanningConfigurationResponse, AWSError>;
|
287
311
|
/**
|
288
|
-
* Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the DescribeRegistry API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see Using service-linked roles for Amazon ECR in the Amazon Elastic Container Registry User Guide. When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see PutRegistryPolicy.
|
312
|
+
* Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the DescribeRegistry API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see Using service-linked roles for Amazon ECR in the Amazon Elastic Container Registry User Guide. For more information on the custom role for replication, see Creating an IAM role for replication. When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see PutRegistryPolicy.
|
289
313
|
*/
|
290
314
|
putReplicationConfiguration(params: ECR.Types.PutReplicationConfigurationRequest, callback?: (err: AWSError, data: ECR.Types.PutReplicationConfigurationResponse) => void): Request<ECR.Types.PutReplicationConfigurationResponse, AWSError>;
|
291
315
|
/**
|
292
|
-
* Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the DescribeRegistry API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see Using service-linked roles for Amazon ECR in the Amazon Elastic Container Registry User Guide. When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see PutRegistryPolicy.
|
316
|
+
* Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the DescribeRegistry API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see Using service-linked roles for Amazon ECR in the Amazon Elastic Container Registry User Guide. For more information on the custom role for replication, see Creating an IAM role for replication. When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see PutRegistryPolicy.
|
293
317
|
*/
|
294
318
|
putReplicationConfiguration(callback?: (err: AWSError, data: ECR.Types.PutReplicationConfigurationResponse) => void): Request<ECR.Types.PutReplicationConfigurationResponse, AWSError>;
|
295
319
|
/**
|
@@ -340,6 +364,14 @@ declare class ECR extends Service {
|
|
340
364
|
* Updates an existing pull through cache rule.
|
341
365
|
*/
|
342
366
|
updatePullThroughCacheRule(callback?: (err: AWSError, data: ECR.Types.UpdatePullThroughCacheRuleResponse) => void): Request<ECR.Types.UpdatePullThroughCacheRuleResponse, AWSError>;
|
367
|
+
/**
|
368
|
+
* Updates an existing repository creation template.
|
369
|
+
*/
|
370
|
+
updateRepositoryCreationTemplate(params: ECR.Types.UpdateRepositoryCreationTemplateRequest, callback?: (err: AWSError, data: ECR.Types.UpdateRepositoryCreationTemplateResponse) => void): Request<ECR.Types.UpdateRepositoryCreationTemplateResponse, AWSError>;
|
371
|
+
/**
|
372
|
+
* Updates an existing repository creation template.
|
373
|
+
*/
|
374
|
+
updateRepositoryCreationTemplate(callback?: (err: AWSError, data: ECR.Types.UpdateRepositoryCreationTemplateResponse) => void): Request<ECR.Types.UpdateRepositoryCreationTemplateResponse, AWSError>;
|
343
375
|
/**
|
344
376
|
* Uploads an image layer part to Amazon ECR. When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
|
345
377
|
*/
|
@@ -577,7 +609,7 @@ declare namespace ECR {
|
|
577
609
|
*/
|
578
610
|
ecrRepositoryPrefix: PullThroughCacheRuleRepositoryPrefix;
|
579
611
|
/**
|
580
|
-
* The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry. Amazon ECR Public (ecr-public) - public.ecr.aws Docker Hub (docker-hub) - registry-1.docker.io Quay (quay) - quay.io Kubernetes (k8s) - registry.k8s.io GitHub Container Registry (github-container-registry) - ghcr.io Microsoft Azure Container Registry (azure-container-registry) - <custom>.azurecr.io
|
612
|
+
* The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry. Amazon ECR Public (ecr-public) - public.ecr.aws Docker Hub (docker-hub) - registry-1.docker.io Quay (quay) - quay.io Kubernetes (k8s) - registry.k8s.io GitHub Container Registry (github-container-registry) - ghcr.io Microsoft Azure Container Registry (azure-container-registry) - <custom>.azurecr.io
|
581
613
|
*/
|
582
614
|
upstreamRegistryUrl: Url;
|
583
615
|
/**
|
@@ -619,6 +651,54 @@ declare namespace ECR {
|
|
619
651
|
*/
|
620
652
|
credentialArn?: CredentialArn;
|
621
653
|
}
|
654
|
+
export interface CreateRepositoryCreationTemplateRequest {
|
655
|
+
/**
|
656
|
+
* The repository namespace prefix to associate with the template. All repositories created using this namespace prefix will have the settings defined in this template applied. For example, a prefix of prod would apply to all repositories beginning with prod/. Similarly, a prefix of prod/team would apply to all repositories beginning with prod/team/. To apply a template to all repositories in your registry that don't have an associated creation template, you can use ROOT as the prefix. There is always an assumed / applied to the end of the prefix. If you specify ecr-public as the prefix, Amazon ECR treats that as ecr-public/. When using a pull through cache rule, the repository prefix you specify during rule creation is what you should specify as your repository creation template prefix as well.
|
657
|
+
*/
|
658
|
+
prefix: Prefix;
|
659
|
+
/**
|
660
|
+
* A description for the repository creation template.
|
661
|
+
*/
|
662
|
+
description?: RepositoryTemplateDescription;
|
663
|
+
/**
|
664
|
+
* The encryption configuration to use for repositories created using the template.
|
665
|
+
*/
|
666
|
+
encryptionConfiguration?: EncryptionConfigurationForRepositoryCreationTemplate;
|
667
|
+
/**
|
668
|
+
* The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
669
|
+
*/
|
670
|
+
resourceTags?: TagList;
|
671
|
+
/**
|
672
|
+
* The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
|
673
|
+
*/
|
674
|
+
imageTagMutability?: ImageTagMutability;
|
675
|
+
/**
|
676
|
+
* The repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
|
677
|
+
*/
|
678
|
+
repositoryPolicy?: RepositoryPolicyText;
|
679
|
+
/**
|
680
|
+
* The lifecycle policy to use for repositories created using the template.
|
681
|
+
*/
|
682
|
+
lifecyclePolicy?: LifecyclePolicyTextForRepositoryCreationTemplate;
|
683
|
+
/**
|
684
|
+
* A list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
|
685
|
+
*/
|
686
|
+
appliedFor: RCTAppliedForList;
|
687
|
+
/**
|
688
|
+
* The ARN of the role to be assumed by Amazon ECR. This role must be in the same account as the registry that you are configuring.
|
689
|
+
*/
|
690
|
+
customRoleArn?: CustomRoleArn;
|
691
|
+
}
|
692
|
+
export interface CreateRepositoryCreationTemplateResponse {
|
693
|
+
/**
|
694
|
+
* The registry ID associated with the request.
|
695
|
+
*/
|
696
|
+
registryId?: RegistryId;
|
697
|
+
/**
|
698
|
+
* The details of the repository creation template associated with the request.
|
699
|
+
*/
|
700
|
+
repositoryCreationTemplate?: RepositoryCreationTemplate;
|
701
|
+
}
|
622
702
|
export interface CreateRepositoryRequest {
|
623
703
|
/**
|
624
704
|
* The Amazon Web Services account ID associated with the registry to create the repository. If you do not specify a registry, the default registry is assumed.
|
@@ -653,6 +733,7 @@ declare namespace ECR {
|
|
653
733
|
}
|
654
734
|
export type CreationTimestamp = Date;
|
655
735
|
export type CredentialArn = string;
|
736
|
+
export type CustomRoleArn = string;
|
656
737
|
export interface CvssScore {
|
657
738
|
/**
|
658
739
|
* The base CVSS score used for the finding.
|
@@ -778,6 +859,22 @@ declare namespace ECR {
|
|
778
859
|
*/
|
779
860
|
policyText?: RegistryPolicyText;
|
780
861
|
}
|
862
|
+
export interface DeleteRepositoryCreationTemplateRequest {
|
863
|
+
/**
|
864
|
+
* The repository namespace prefix associated with the repository creation template.
|
865
|
+
*/
|
866
|
+
prefix: Prefix;
|
867
|
+
}
|
868
|
+
export interface DeleteRepositoryCreationTemplateResponse {
|
869
|
+
/**
|
870
|
+
* The registry ID associated with the request.
|
871
|
+
*/
|
872
|
+
registryId?: RegistryId;
|
873
|
+
/**
|
874
|
+
* The details of the repository creation template that was deleted.
|
875
|
+
*/
|
876
|
+
repositoryCreationTemplate?: RepositoryCreationTemplate;
|
877
|
+
}
|
781
878
|
export interface DeleteRepositoryPolicyRequest {
|
782
879
|
/**
|
783
880
|
* The Amazon Web Services account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.
|
@@ -960,7 +1057,7 @@ declare namespace ECR {
|
|
960
1057
|
}
|
961
1058
|
export interface DescribeRegistryResponse {
|
962
1059
|
/**
|
963
|
-
* The ID
|
1060
|
+
* The registry ID associated with the request.
|
964
1061
|
*/
|
965
1062
|
registryId?: RegistryId;
|
966
1063
|
/**
|
@@ -996,9 +1093,37 @@ declare namespace ECR {
|
|
996
1093
|
*/
|
997
1094
|
nextToken?: NextToken;
|
998
1095
|
}
|
1096
|
+
export interface DescribeRepositoryCreationTemplatesRequest {
|
1097
|
+
/**
|
1098
|
+
* The repository namespace prefixes associated with the repository creation templates to describe. If this value is not specified, all repository creation templates are returned.
|
1099
|
+
*/
|
1100
|
+
prefixes?: PrefixList;
|
1101
|
+
/**
|
1102
|
+
* The nextToken value returned from a previous paginated DescribeRepositoryCreationTemplates request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
|
1103
|
+
*/
|
1104
|
+
nextToken?: NextToken;
|
1105
|
+
/**
|
1106
|
+
* The maximum number of repository results returned by DescribeRepositoryCreationTemplatesRequest in paginated output. When this parameter is used, DescribeRepositoryCreationTemplatesRequest only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRepositoryCreationTemplatesRequest request with the returned nextToken value. This value can be between 1 and 1000. If this parameter is not used, then DescribeRepositoryCreationTemplatesRequest returns up to 100 results and a nextToken value, if applicable.
|
1107
|
+
*/
|
1108
|
+
maxResults?: MaxResults;
|
1109
|
+
}
|
1110
|
+
export interface DescribeRepositoryCreationTemplatesResponse {
|
1111
|
+
/**
|
1112
|
+
* The registry ID associated with the request.
|
1113
|
+
*/
|
1114
|
+
registryId?: RegistryId;
|
1115
|
+
/**
|
1116
|
+
* The details of the repository creation templates.
|
1117
|
+
*/
|
1118
|
+
repositoryCreationTemplates?: RepositoryCreationTemplateList;
|
1119
|
+
/**
|
1120
|
+
* The nextToken value to include in a future DescribeRepositoryCreationTemplates request. When the results of a DescribeRepositoryCreationTemplates request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
|
1121
|
+
*/
|
1122
|
+
nextToken?: NextToken;
|
1123
|
+
}
|
999
1124
|
export interface EncryptionConfiguration {
|
1000
1125
|
/**
|
1001
|
-
* The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with Key Management Service key stored in KMS. When you use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an KMS key stored in Key Management Service (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an
|
1126
|
+
* The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with Key Management Service key stored in KMS. When you use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an KMS key stored in Key Management Service (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the Amazon Simple Storage Service Console Developer Guide.
|
1002
1127
|
*/
|
1003
1128
|
encryptionType: EncryptionType;
|
1004
1129
|
/**
|
@@ -1006,6 +1131,16 @@ declare namespace ECR {
|
|
1006
1131
|
*/
|
1007
1132
|
kmsKey?: KmsKey;
|
1008
1133
|
}
|
1134
|
+
export interface EncryptionConfigurationForRepositoryCreationTemplate {
|
1135
|
+
/**
|
1136
|
+
* The encryption type to use. If you use the KMS encryption type, the contents of the repository will be encrypted using server-side encryption with Key Management Service key stored in KMS. When you use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS key, which you already created. For more information, see Protecting data using server-side encryption with an KMS key stored in Key Management Service (SSE-KMS) in the Amazon Simple Storage Service Console Developer Guide. If you use the AES256 encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm. For more information, see Protecting data using server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the Amazon Simple Storage Service Console Developer Guide.
|
1137
|
+
*/
|
1138
|
+
encryptionType: EncryptionType;
|
1139
|
+
/**
|
1140
|
+
* If you use the KMS encryption type, specify the KMS key to use for encryption. The full ARN of the KMS key must be specified. The key must exist in the same Region as the repository. If no key is specified, the default Amazon Web Services managed KMS key for Amazon ECR will be used.
|
1141
|
+
*/
|
1142
|
+
kmsKey?: KmsKeyForRepositoryCreationTemplate;
|
1143
|
+
}
|
1009
1144
|
export type EncryptionType = "AES256"|"KMS"|string;
|
1010
1145
|
export interface EnhancedImageScanFinding {
|
1011
1146
|
/**
|
@@ -1205,7 +1340,7 @@ declare namespace ECR {
|
|
1205
1340
|
}
|
1206
1341
|
export interface GetRegistryPolicyResponse {
|
1207
1342
|
/**
|
1208
|
-
* The ID
|
1343
|
+
* The registry ID associated with the request.
|
1209
1344
|
*/
|
1210
1345
|
registryId?: RegistryId;
|
1211
1346
|
/**
|
@@ -1217,7 +1352,7 @@ declare namespace ECR {
|
|
1217
1352
|
}
|
1218
1353
|
export interface GetRegistryScanningConfigurationResponse {
|
1219
1354
|
/**
|
1220
|
-
* The ID
|
1355
|
+
* The registry ID associated with the request.
|
1221
1356
|
*/
|
1222
1357
|
registryId?: RegistryId;
|
1223
1358
|
/**
|
@@ -1472,6 +1607,7 @@ declare namespace ECR {
|
|
1472
1607
|
}
|
1473
1608
|
export type IsPTCRuleValid = boolean;
|
1474
1609
|
export type KmsKey = string;
|
1610
|
+
export type KmsKeyForRepositoryCreationTemplate = string;
|
1475
1611
|
export interface Layer {
|
1476
1612
|
/**
|
1477
1613
|
* The sha256 digest of the image layer.
|
@@ -1557,6 +1693,7 @@ declare namespace ECR {
|
|
1557
1693
|
}
|
1558
1694
|
export type LifecyclePolicyRulePriority = number;
|
1559
1695
|
export type LifecyclePolicyText = string;
|
1696
|
+
export type LifecyclePolicyTextForRepositoryCreationTemplate = string;
|
1560
1697
|
export type LifecyclePreviewMaxResults = number;
|
1561
1698
|
export interface ListImagesFilter {
|
1562
1699
|
/**
|
@@ -1659,6 +1796,8 @@ declare namespace ECR {
|
|
1659
1796
|
}
|
1660
1797
|
export type PartSize = number;
|
1661
1798
|
export type Platform = string;
|
1799
|
+
export type Prefix = string;
|
1800
|
+
export type PrefixList = Prefix[];
|
1662
1801
|
export type ProxyEndpoint = string;
|
1663
1802
|
export interface PullThroughCacheRule {
|
1664
1803
|
/**
|
@@ -1818,7 +1957,7 @@ declare namespace ECR {
|
|
1818
1957
|
}
|
1819
1958
|
export interface PutRegistryPolicyResponse {
|
1820
1959
|
/**
|
1821
|
-
* The registry ID.
|
1960
|
+
* The registry ID associated with the request.
|
1822
1961
|
*/
|
1823
1962
|
registryId?: RegistryId;
|
1824
1963
|
/**
|
@@ -1854,6 +1993,8 @@ declare namespace ECR {
|
|
1854
1993
|
*/
|
1855
1994
|
replicationConfiguration?: ReplicationConfiguration;
|
1856
1995
|
}
|
1996
|
+
export type RCTAppliedFor = "REPLICATION"|"PULL_THROUGH_CACHE"|string;
|
1997
|
+
export type RCTAppliedForList = RCTAppliedFor[];
|
1857
1998
|
export type Reason = string;
|
1858
1999
|
export interface Recommendation {
|
1859
2000
|
/**
|
@@ -1962,6 +2103,53 @@ declare namespace ECR {
|
|
1962
2103
|
*/
|
1963
2104
|
encryptionConfiguration?: EncryptionConfiguration;
|
1964
2105
|
}
|
2106
|
+
export interface RepositoryCreationTemplate {
|
2107
|
+
/**
|
2108
|
+
* The repository namespace prefix associated with the repository creation template.
|
2109
|
+
*/
|
2110
|
+
prefix?: Prefix;
|
2111
|
+
/**
|
2112
|
+
* The description associated with the repository creation template.
|
2113
|
+
*/
|
2114
|
+
description?: RepositoryTemplateDescription;
|
2115
|
+
/**
|
2116
|
+
* The encryption configuration associated with the repository creation template.
|
2117
|
+
*/
|
2118
|
+
encryptionConfiguration?: EncryptionConfigurationForRepositoryCreationTemplate;
|
2119
|
+
/**
|
2120
|
+
* The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
2121
|
+
*/
|
2122
|
+
resourceTags?: TagList;
|
2123
|
+
/**
|
2124
|
+
* The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
|
2125
|
+
*/
|
2126
|
+
imageTagMutability?: ImageTagMutability;
|
2127
|
+
/**
|
2128
|
+
* he repository policy to apply to repositories created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
|
2129
|
+
*/
|
2130
|
+
repositoryPolicy?: RepositoryPolicyText;
|
2131
|
+
/**
|
2132
|
+
* The lifecycle policy to use for repositories created using the template.
|
2133
|
+
*/
|
2134
|
+
lifecyclePolicy?: LifecyclePolicyTextForRepositoryCreationTemplate;
|
2135
|
+
/**
|
2136
|
+
* A list of enumerable Strings representing the repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
|
2137
|
+
*/
|
2138
|
+
appliedFor?: RCTAppliedForList;
|
2139
|
+
/**
|
2140
|
+
* The ARN of the role to be assumed by Amazon ECR.
|
2141
|
+
*/
|
2142
|
+
customRoleArn?: CustomRoleArn;
|
2143
|
+
/**
|
2144
|
+
* The date and time, in JavaScript date format, when the repository creation template was created.
|
2145
|
+
*/
|
2146
|
+
createdAt?: _Date;
|
2147
|
+
/**
|
2148
|
+
* The date and time, in JavaScript date format, when the repository creation template was last updated.
|
2149
|
+
*/
|
2150
|
+
updatedAt?: _Date;
|
2151
|
+
}
|
2152
|
+
export type RepositoryCreationTemplateList = RepositoryCreationTemplate[];
|
1965
2153
|
export interface RepositoryFilter {
|
1966
2154
|
/**
|
1967
2155
|
* The repository filter details. When the PREFIX_MATCH filter type is specified, this value is required and should be the repository name prefix to configure replication for.
|
@@ -2017,6 +2205,7 @@ declare namespace ECR {
|
|
2017
2205
|
}
|
2018
2206
|
export type RepositoryScanningConfigurationFailureList = RepositoryScanningConfigurationFailure[];
|
2019
2207
|
export type RepositoryScanningConfigurationList = RepositoryScanningConfiguration[];
|
2208
|
+
export type RepositoryTemplateDescription = string;
|
2020
2209
|
export interface Resource {
|
2021
2210
|
/**
|
2022
2211
|
* An object that contains details about the resource involved in a finding.
|
@@ -2242,6 +2431,51 @@ declare namespace ECR {
|
|
2242
2431
|
*/
|
2243
2432
|
credentialArn?: CredentialArn;
|
2244
2433
|
}
|
2434
|
+
export interface UpdateRepositoryCreationTemplateRequest {
|
2435
|
+
/**
|
2436
|
+
* The repository namespace prefix that matches an existing repository creation template in the registry. All repositories created using this namespace prefix will have the settings defined in this template applied. For example, a prefix of prod would apply to all repositories beginning with prod/. This includes a repository named prod/team1 as well as a repository named prod/repository1. To apply a template to all repositories in your registry that don't have an associated creation template, you can use ROOT as the prefix.
|
2437
|
+
*/
|
2438
|
+
prefix: Prefix;
|
2439
|
+
/**
|
2440
|
+
* A description for the repository creation template.
|
2441
|
+
*/
|
2442
|
+
description?: RepositoryTemplateDescription;
|
2443
|
+
encryptionConfiguration?: EncryptionConfigurationForRepositoryCreationTemplate;
|
2444
|
+
/**
|
2445
|
+
* The metadata to apply to the repository to help you categorize and organize. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
2446
|
+
*/
|
2447
|
+
resourceTags?: TagList;
|
2448
|
+
/**
|
2449
|
+
* Updates the tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. If IMMUTABLE is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
|
2450
|
+
*/
|
2451
|
+
imageTagMutability?: ImageTagMutability;
|
2452
|
+
/**
|
2453
|
+
* Updates the repository policy created using the template. A repository policy is a permissions policy associated with a repository to control access permissions.
|
2454
|
+
*/
|
2455
|
+
repositoryPolicy?: RepositoryPolicyText;
|
2456
|
+
/**
|
2457
|
+
* Updates the lifecycle policy associated with the specified repository creation template.
|
2458
|
+
*/
|
2459
|
+
lifecyclePolicy?: LifecyclePolicyTextForRepositoryCreationTemplate;
|
2460
|
+
/**
|
2461
|
+
* Updates the list of enumerable strings representing the Amazon ECR repository creation scenarios that this template will apply towards. The two supported scenarios are PULL_THROUGH_CACHE and REPLICATION
|
2462
|
+
*/
|
2463
|
+
appliedFor?: RCTAppliedForList;
|
2464
|
+
/**
|
2465
|
+
* The ARN of the role to be assumed by Amazon ECR. This role must be in the same account as the registry that you are configuring.
|
2466
|
+
*/
|
2467
|
+
customRoleArn?: CustomRoleArn;
|
2468
|
+
}
|
2469
|
+
export interface UpdateRepositoryCreationTemplateResponse {
|
2470
|
+
/**
|
2471
|
+
* The registry ID associated with the request.
|
2472
|
+
*/
|
2473
|
+
registryId?: RegistryId;
|
2474
|
+
/**
|
2475
|
+
* The details of the repository creation template associated with the request.
|
2476
|
+
*/
|
2477
|
+
repositoryCreationTemplate?: RepositoryCreationTemplate;
|
2478
|
+
}
|
2245
2479
|
export type UpdatedTimestamp = Date;
|
2246
2480
|
export type UploadId = string;
|
2247
2481
|
export interface UploadLayerPartRequest {
|
@@ -969,6 +969,10 @@ declare namespace EKS {
|
|
969
969
|
* The access configuration for the cluster.
|
970
970
|
*/
|
971
971
|
accessConfig?: AccessConfigResponse;
|
972
|
+
/**
|
973
|
+
* This value indicates if extended support is enabled or disabled for the cluster. Learn more about EKS Extended Support in the EKS User Guide.
|
974
|
+
*/
|
975
|
+
upgradePolicy?: UpgradePolicyResponse;
|
972
976
|
}
|
973
977
|
export interface ClusterHealth {
|
974
978
|
/**
|
@@ -1187,6 +1191,10 @@ declare namespace EKS {
|
|
1187
1191
|
* If you set this value to False when creating a cluster, the default networking add-ons will not be installed. The default networking addons include vpc-cni, coredns, and kube-proxy. Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.
|
1188
1192
|
*/
|
1189
1193
|
bootstrapSelfManagedAddons?: BoxedBoolean;
|
1194
|
+
/**
|
1195
|
+
* New clusters, by default, have extended support enabled. You can disable extended support when creating a cluster by setting this value to STANDARD.
|
1196
|
+
*/
|
1197
|
+
upgradePolicy?: UpgradePolicyRequest;
|
1190
1198
|
}
|
1191
1199
|
export interface CreateClusterResponse {
|
1192
1200
|
/**
|
@@ -2890,6 +2898,7 @@ declare namespace EKS {
|
|
2890
2898
|
export type RoleArn = string;
|
2891
2899
|
export type String = string;
|
2892
2900
|
export type StringList = String[];
|
2901
|
+
export type SupportType = "STANDARD"|"EXTENDED"|string;
|
2893
2902
|
export type TagKey = string;
|
2894
2903
|
export type TagKeyList = TagKey[];
|
2895
2904
|
export type TagMap = {[key: string]: TagValue};
|
@@ -3049,6 +3058,10 @@ declare namespace EKS {
|
|
3049
3058
|
* The access configuration for the cluster.
|
3050
3059
|
*/
|
3051
3060
|
accessConfig?: UpdateAccessConfigRequest;
|
3061
|
+
/**
|
3062
|
+
* You can enable or disable extended support for clusters currently on standard support. You cannot disable extended support once it starts. You must enable extended support before your cluster exits standard support.
|
3063
|
+
*/
|
3064
|
+
upgradePolicy?: UpgradePolicyRequest;
|
3052
3065
|
}
|
3053
3066
|
export interface UpdateClusterConfigResponse {
|
3054
3067
|
update?: Update;
|
@@ -3179,7 +3192,7 @@ declare namespace EKS {
|
|
3179
3192
|
*/
|
3180
3193
|
value?: String;
|
3181
3194
|
}
|
3182
|
-
export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|string;
|
3195
|
+
export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy"|string;
|
3183
3196
|
export type UpdateParams = UpdateParam[];
|
3184
3197
|
export interface UpdatePodIdentityAssociationRequest {
|
3185
3198
|
/**
|
@@ -3216,7 +3229,19 @@ declare namespace EKS {
|
|
3216
3229
|
*/
|
3217
3230
|
removeTaints?: taintsList;
|
3218
3231
|
}
|
3219
|
-
export type UpdateType = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|string;
|
3232
|
+
export type UpdateType = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate"|string;
|
3233
|
+
export interface UpgradePolicyRequest {
|
3234
|
+
/**
|
3235
|
+
* If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support. Learn more about EKS Extended Support in the EKS User Guide.
|
3236
|
+
*/
|
3237
|
+
supportType?: SupportType;
|
3238
|
+
}
|
3239
|
+
export interface UpgradePolicyResponse {
|
3240
|
+
/**
|
3241
|
+
* If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support. Learn more about EKS Extended Support in the EKS User Guide.
|
3242
|
+
*/
|
3243
|
+
supportType?: SupportType;
|
3244
|
+
}
|
3220
3245
|
export interface VpcConfigRequest {
|
3221
3246
|
/**
|
3222
3247
|
* Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.
|
@@ -100,6 +100,14 @@ declare class ELBv2 extends Service {
|
|
100
100
|
* Deletes the specified rule. You can't delete the default rule.
|
101
101
|
*/
|
102
102
|
deleteRule(callback?: (err: AWSError, data: ELBv2.Types.DeleteRuleOutput) => void): Request<ELBv2.Types.DeleteRuleOutput, AWSError>;
|
103
|
+
/**
|
104
|
+
* Deletes a shared trust store association.
|
105
|
+
*/
|
106
|
+
deleteSharedTrustStoreAssociation(params: ELBv2.Types.DeleteSharedTrustStoreAssociationInput, callback?: (err: AWSError, data: ELBv2.Types.DeleteSharedTrustStoreAssociationOutput) => void): Request<ELBv2.Types.DeleteSharedTrustStoreAssociationOutput, AWSError>;
|
107
|
+
/**
|
108
|
+
* Deletes a shared trust store association.
|
109
|
+
*/
|
110
|
+
deleteSharedTrustStoreAssociation(callback?: (err: AWSError, data: ELBv2.Types.DeleteSharedTrustStoreAssociationOutput) => void): Request<ELBv2.Types.DeleteSharedTrustStoreAssociationOutput, AWSError>;
|
103
111
|
/**
|
104
112
|
* Deletes the specified target group. You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks. Deleting a target group does not affect its registered targets. For example, any EC2 instances continue to run until you stop or terminate them.
|
105
113
|
*/
|
@@ -221,21 +229,29 @@ declare class ELBv2 extends Service {
|
|
221
229
|
*/
|
222
230
|
describeTrustStoreAssociations(callback?: (err: AWSError, data: ELBv2.Types.DescribeTrustStoreAssociationsOutput) => void): Request<ELBv2.Types.DescribeTrustStoreAssociationsOutput, AWSError>;
|
223
231
|
/**
|
224
|
-
* Describes the revocation files in use by the specified trust store
|
232
|
+
* Describes the revocation files in use by the specified trust store or revocation files.
|
225
233
|
*/
|
226
234
|
describeTrustStoreRevocations(params: ELBv2.Types.DescribeTrustStoreRevocationsInput, callback?: (err: AWSError, data: ELBv2.Types.DescribeTrustStoreRevocationsOutput) => void): Request<ELBv2.Types.DescribeTrustStoreRevocationsOutput, AWSError>;
|
227
235
|
/**
|
228
|
-
* Describes the revocation files in use by the specified trust store
|
236
|
+
* Describes the revocation files in use by the specified trust store or revocation files.
|
229
237
|
*/
|
230
238
|
describeTrustStoreRevocations(callback?: (err: AWSError, data: ELBv2.Types.DescribeTrustStoreRevocationsOutput) => void): Request<ELBv2.Types.DescribeTrustStoreRevocationsOutput, AWSError>;
|
231
239
|
/**
|
232
|
-
* Describes all trust stores for
|
240
|
+
* Describes all trust stores for the specified account.
|
233
241
|
*/
|
234
242
|
describeTrustStores(params: ELBv2.Types.DescribeTrustStoresInput, callback?: (err: AWSError, data: ELBv2.Types.DescribeTrustStoresOutput) => void): Request<ELBv2.Types.DescribeTrustStoresOutput, AWSError>;
|
235
243
|
/**
|
236
|
-
* Describes all trust stores for
|
244
|
+
* Describes all trust stores for the specified account.
|
237
245
|
*/
|
238
246
|
describeTrustStores(callback?: (err: AWSError, data: ELBv2.Types.DescribeTrustStoresOutput) => void): Request<ELBv2.Types.DescribeTrustStoresOutput, AWSError>;
|
247
|
+
/**
|
248
|
+
* Retrieves the resource policy for a specified resource.
|
249
|
+
*/
|
250
|
+
getResourcePolicy(params: ELBv2.Types.GetResourcePolicyInput, callback?: (err: AWSError, data: ELBv2.Types.GetResourcePolicyOutput) => void): Request<ELBv2.Types.GetResourcePolicyOutput, AWSError>;
|
251
|
+
/**
|
252
|
+
* Retrieves the resource policy for a specified resource.
|
253
|
+
*/
|
254
|
+
getResourcePolicy(callback?: (err: AWSError, data: ELBv2.Types.GetResourcePolicyOutput) => void): Request<ELBv2.Types.GetResourcePolicyOutput, AWSError>;
|
239
255
|
/**
|
240
256
|
* Retrieves the ca certificate bundle. This action returns a pre-signed S3 URI which is active for ten minutes.
|
241
257
|
*/
|
@@ -293,11 +309,11 @@ declare class ELBv2 extends Service {
|
|
293
309
|
*/
|
294
310
|
modifyTargetGroupAttributes(callback?: (err: AWSError, data: ELBv2.Types.ModifyTargetGroupAttributesOutput) => void): Request<ELBv2.Types.ModifyTargetGroupAttributesOutput, AWSError>;
|
295
311
|
/**
|
296
|
-
* Update the ca certificate bundle for
|
312
|
+
* Update the ca certificate bundle for the specified trust store.
|
297
313
|
*/
|
298
314
|
modifyTrustStore(params: ELBv2.Types.ModifyTrustStoreInput, callback?: (err: AWSError, data: ELBv2.Types.ModifyTrustStoreOutput) => void): Request<ELBv2.Types.ModifyTrustStoreOutput, AWSError>;
|
299
315
|
/**
|
300
|
-
* Update the ca certificate bundle for
|
316
|
+
* Update the ca certificate bundle for the specified trust store.
|
301
317
|
*/
|
302
318
|
modifyTrustStore(callback?: (err: AWSError, data: ELBv2.Types.ModifyTrustStoreOutput) => void): Request<ELBv2.Types.ModifyTrustStoreOutput, AWSError>;
|
303
319
|
/**
|
@@ -903,6 +919,18 @@ declare namespace ELBv2 {
|
|
903
919
|
}
|
904
920
|
export interface DeleteRuleOutput {
|
905
921
|
}
|
922
|
+
export interface DeleteSharedTrustStoreAssociationInput {
|
923
|
+
/**
|
924
|
+
* The Amazon Resource Name (ARN) of the trust store.
|
925
|
+
*/
|
926
|
+
TrustStoreArn: TrustStoreArn;
|
927
|
+
/**
|
928
|
+
* The Amazon Resource Name (ARN) of the resource.
|
929
|
+
*/
|
930
|
+
ResourceArn: ResourceArn;
|
931
|
+
}
|
932
|
+
export interface DeleteSharedTrustStoreAssociationOutput {
|
933
|
+
}
|
906
934
|
export interface DeleteTargetGroupInput {
|
907
935
|
/**
|
908
936
|
* The Amazon Resource Name (ARN) of the target group.
|
@@ -1165,7 +1193,7 @@ declare namespace ELBv2 {
|
|
1165
1193
|
*/
|
1166
1194
|
Targets?: TargetDescriptions;
|
1167
1195
|
/**
|
1168
|
-
* Used to
|
1196
|
+
* Used to include anomaly detection information.
|
1169
1197
|
*/
|
1170
1198
|
Include?: ListOfDescribeTargetHealthIncludeOptions;
|
1171
1199
|
}
|
@@ -1305,6 +1333,18 @@ declare namespace ELBv2 {
|
|
1305
1333
|
*/
|
1306
1334
|
TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
|
1307
1335
|
}
|
1336
|
+
export interface GetResourcePolicyInput {
|
1337
|
+
/**
|
1338
|
+
* The Amazon Resource Name (ARN) of the resource.
|
1339
|
+
*/
|
1340
|
+
ResourceArn: ResourceArn;
|
1341
|
+
}
|
1342
|
+
export interface GetResourcePolicyOutput {
|
1343
|
+
/**
|
1344
|
+
* The content of the resource policy.
|
1345
|
+
*/
|
1346
|
+
Policy?: Policy;
|
1347
|
+
}
|
1308
1348
|
export interface GetTrustStoreCaCertificatesBundleInput {
|
1309
1349
|
/**
|
1310
1350
|
* The Amazon Resource Name (ARN) of the trust store.
|
@@ -1722,6 +1762,10 @@ declare namespace ELBv2 {
|
|
1722
1762
|
* Indicates whether expired client certificates are ignored.
|
1723
1763
|
*/
|
1724
1764
|
IgnoreClientCertificateExpiry?: IgnoreClientCertificateExpiry;
|
1765
|
+
/**
|
1766
|
+
* Indicates a shared trust stores association status.
|
1767
|
+
*/
|
1768
|
+
TrustStoreAssociationStatus?: TrustStoreAssociationStatusEnum;
|
1725
1769
|
}
|
1726
1770
|
export type Name = string;
|
1727
1771
|
export type NumberOfCaCertificates = number;
|
@@ -1735,6 +1779,7 @@ declare namespace ELBv2 {
|
|
1735
1779
|
*/
|
1736
1780
|
Values?: ListOfString;
|
1737
1781
|
}
|
1782
|
+
export type Policy = string;
|
1738
1783
|
export type Port = number;
|
1739
1784
|
export type PrivateIPv4Address = string;
|
1740
1785
|
export type ProtocolEnum = "HTTP"|"HTTPS"|"TCP"|"TLS"|"UDP"|"TCP_UDP"|"GENEVE"|string;
|
@@ -1943,7 +1988,7 @@ declare namespace ELBv2 {
|
|
1943
1988
|
*/
|
1944
1989
|
LoadBalancerArn: LoadBalancerArn;
|
1945
1990
|
/**
|
1946
|
-
* Note: Internal load balancers must use the ipv4 IP address type. [Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6 addresses). [Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener. [Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
|
1991
|
+
* Note: Internal load balancers must use the ipv4 IP address type. [Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6 addresses). Note: Application Load Balancer authentication only supports IPv4 addresses when connecting to an Identity Provider (IdP) or Amazon Cognito endpoint. Without a public IPv4 address the load balancer cannot complete the authentication process, resulting in HTTP 500 errors. [Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener. [Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
|
1947
1992
|
*/
|
1948
1993
|
IpAddressType: IpAddressType;
|
1949
1994
|
}
|
@@ -2296,6 +2341,7 @@ declare namespace ELBv2 {
|
|
2296
2341
|
ResourceArn?: TrustStoreAssociationResourceArn;
|
2297
2342
|
}
|
2298
2343
|
export type TrustStoreAssociationResourceArn = string;
|
2344
|
+
export type TrustStoreAssociationStatusEnum = "active"|"removed"|string;
|
2299
2345
|
export type TrustStoreAssociations = TrustStoreAssociation[];
|
2300
2346
|
export type TrustStoreName = string;
|
2301
2347
|
export type TrustStoreNames = TrustStoreName[];
|