cdk-docker-image-deployment 0.0.125 → 0.0.126
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +66 -49
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +70 -15
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +226 -209
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +6 -2
- package/node_modules/aws-sdk/clients/apprunner.d.ts +13 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +61 -5
- package/node_modules/aws-sdk/clients/lightsail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/mwaa.d.ts +3 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +34 -7
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +229 -212
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +30 -30
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -132,11 +132,11 @@ declare class AmplifyBackend extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
getBackendAPI(callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAPIResponse) => void): Request<AmplifyBackend.Types.GetBackendAPIResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* Gets a model introspection schema for an existing backend API resource.
|
|
136
136
|
*/
|
|
137
137
|
getBackendAPIModels(params: AmplifyBackend.Types.GetBackendAPIModelsRequest, callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAPIModelsResponse) => void): Request<AmplifyBackend.Types.GetBackendAPIModelsResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* Gets a model introspection schema for an existing backend API resource.
|
|
140
140
|
*/
|
|
141
141
|
getBackendAPIModels(callback?: (err: AWSError, data: AmplifyBackend.Types.GetBackendAPIModelsResponse) => void): Request<AmplifyBackend.Types.GetBackendAPIModelsResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -1070,6 +1070,10 @@ declare namespace AmplifyBackend {
|
|
|
1070
1070
|
* The current status of the request.
|
|
1071
1071
|
*/
|
|
1072
1072
|
Status?: Status;
|
|
1073
|
+
/**
|
|
1074
|
+
* Stringified JSON of the model introspection schema for an existing backend API resource.
|
|
1075
|
+
*/
|
|
1076
|
+
ModelIntrospectionSchema?: __string;
|
|
1073
1077
|
}
|
|
1074
1078
|
export interface GetBackendAPIRequest {
|
|
1075
1079
|
/**
|
|
@@ -448,9 +448,13 @@ declare namespace AppRunner {
|
|
|
448
448
|
*/
|
|
449
449
|
Port?: String;
|
|
450
450
|
/**
|
|
451
|
-
* The environment variables that are available to your running App Runner service. An array of key-value pairs.
|
|
451
|
+
* The environment variables that are available to your running App Runner service. An array of key-value pairs.
|
|
452
452
|
*/
|
|
453
453
|
RuntimeEnvironmentVariables?: RuntimeEnvironmentVariables;
|
|
454
|
+
/**
|
|
455
|
+
* An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store. If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified. Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.
|
|
456
|
+
*/
|
|
457
|
+
RuntimeEnvironmentSecrets?: RuntimeEnvironmentSecrets;
|
|
454
458
|
}
|
|
455
459
|
export interface CodeRepository {
|
|
456
460
|
/**
|
|
@@ -953,7 +957,7 @@ declare namespace AppRunner {
|
|
|
953
957
|
export type HealthCheckUnhealthyThreshold = number;
|
|
954
958
|
export interface ImageConfiguration {
|
|
955
959
|
/**
|
|
956
|
-
* Environment variables that are available to your running App Runner service. An array of key-value pairs.
|
|
960
|
+
* Environment variables that are available to your running App Runner service. An array of key-value pairs.
|
|
957
961
|
*/
|
|
958
962
|
RuntimeEnvironmentVariables?: RuntimeEnvironmentVariables;
|
|
959
963
|
/**
|
|
@@ -964,6 +968,10 @@ declare namespace AppRunner {
|
|
|
964
968
|
* The port that your application listens to in the container. Default: 8080
|
|
965
969
|
*/
|
|
966
970
|
Port?: String;
|
|
971
|
+
/**
|
|
972
|
+
* An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store. If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified. Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.
|
|
973
|
+
*/
|
|
974
|
+
RuntimeEnvironmentSecrets?: RuntimeEnvironmentSecrets;
|
|
967
975
|
}
|
|
968
976
|
export type ImageIdentifier = string;
|
|
969
977
|
export interface ImageRepository {
|
|
@@ -1337,6 +1345,9 @@ declare namespace AppRunner {
|
|
|
1337
1345
|
}
|
|
1338
1346
|
export type RoleArn = string;
|
|
1339
1347
|
export type Runtime = "PYTHON_3"|"NODEJS_12"|"NODEJS_14"|"CORRETTO_8"|"CORRETTO_11"|"NODEJS_16"|"GO_1"|"DOTNET_6"|"PHP_81"|"RUBY_31"|string;
|
|
1348
|
+
export type RuntimeEnvironmentSecrets = {[key: string]: RuntimeEnvironmentSecretsValue};
|
|
1349
|
+
export type RuntimeEnvironmentSecretsName = string;
|
|
1350
|
+
export type RuntimeEnvironmentSecretsValue = string;
|
|
1340
1351
|
export type RuntimeEnvironmentVariables = {[key: string]: RuntimeEnvironmentVariablesValue};
|
|
1341
1352
|
export type RuntimeEnvironmentVariablesKey = string;
|
|
1342
1353
|
export type RuntimeEnvironmentVariablesValue = string;
|
|
@@ -1984,7 +1984,7 @@ declare namespace Connect {
|
|
|
1984
1984
|
export type ContactFlowType = "CONTACT_FLOW"|"CUSTOMER_QUEUE"|"CUSTOMER_HOLD"|"CUSTOMER_WHISPER"|"AGENT_HOLD"|"AGENT_WHISPER"|"OUTBOUND_WHISPER"|"AGENT_TRANSFER"|"QUEUE_TRANSFER"|string;
|
|
1985
1985
|
export type ContactFlowTypes = ContactFlowType[];
|
|
1986
1986
|
export type ContactId = string;
|
|
1987
|
-
export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|string;
|
|
1987
|
+
export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|"DISCONNECT"|"MONITOR"|string;
|
|
1988
1988
|
export type ContactReferences = {[key: string]: Reference};
|
|
1989
1989
|
export type ContactState = "INCOMING"|"PENDING"|"CONNECTING"|"CONNECTED"|"CONNECTED_ONHOLD"|"MISSED"|"ERROR"|"ENDED"|"REJECTED"|string;
|
|
1990
1990
|
export type ContactStates = ContactState[];
|
|
@@ -147,7 +147,7 @@ declare namespace EMRServerless {
|
|
|
147
147
|
*/
|
|
148
148
|
arn: ApplicationArn;
|
|
149
149
|
/**
|
|
150
|
-
* The EMR release
|
|
150
|
+
* The EMR release associated with the application.
|
|
151
151
|
*/
|
|
152
152
|
releaseLabel: ReleaseLabel;
|
|
153
153
|
/**
|
|
@@ -198,6 +198,14 @@ declare namespace EMRServerless {
|
|
|
198
198
|
* The CPU architecture of an application.
|
|
199
199
|
*/
|
|
200
200
|
architecture?: Architecture;
|
|
201
|
+
/**
|
|
202
|
+
* The image configuration applied to all worker types.
|
|
203
|
+
*/
|
|
204
|
+
imageConfiguration?: ImageConfiguration;
|
|
205
|
+
/**
|
|
206
|
+
* The specification applied to each worker type.
|
|
207
|
+
*/
|
|
208
|
+
workerTypeSpecifications?: WorkerTypeSpecificationMap;
|
|
201
209
|
}
|
|
202
210
|
export type ApplicationArn = string;
|
|
203
211
|
export type ApplicationId = string;
|
|
@@ -219,7 +227,7 @@ declare namespace EMRServerless {
|
|
|
219
227
|
*/
|
|
220
228
|
arn: ApplicationArn;
|
|
221
229
|
/**
|
|
222
|
-
* The EMR release
|
|
230
|
+
* The EMR release associated with the application.
|
|
223
231
|
*/
|
|
224
232
|
releaseLabel: ReleaseLabel;
|
|
225
233
|
/**
|
|
@@ -319,7 +327,7 @@ declare namespace EMRServerless {
|
|
|
319
327
|
*/
|
|
320
328
|
name?: ApplicationName;
|
|
321
329
|
/**
|
|
322
|
-
* The EMR release
|
|
330
|
+
* The EMR release associated with the application.
|
|
323
331
|
*/
|
|
324
332
|
releaseLabel: ReleaseLabel;
|
|
325
333
|
/**
|
|
@@ -358,6 +366,14 @@ declare namespace EMRServerless {
|
|
|
358
366
|
* The CPU architecture of an application.
|
|
359
367
|
*/
|
|
360
368
|
architecture?: Architecture;
|
|
369
|
+
/**
|
|
370
|
+
* The image configuration for all worker types. You can either set this parameter or imageConfiguration for each worker type in workerTypeSpecifications.
|
|
371
|
+
*/
|
|
372
|
+
imageConfiguration?: ImageConfigurationInput;
|
|
373
|
+
/**
|
|
374
|
+
* The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.
|
|
375
|
+
*/
|
|
376
|
+
workerTypeSpecifications?: WorkerTypeSpecificationInputMap;
|
|
361
377
|
}
|
|
362
378
|
export interface CreateApplicationResponse {
|
|
363
379
|
/**
|
|
@@ -450,6 +466,24 @@ declare namespace EMRServerless {
|
|
|
450
466
|
}
|
|
451
467
|
export type HiveCliParameters = string;
|
|
452
468
|
export type IAMRoleArn = string;
|
|
469
|
+
export interface ImageConfiguration {
|
|
470
|
+
/**
|
|
471
|
+
* The image URI.
|
|
472
|
+
*/
|
|
473
|
+
imageUri: ImageUri;
|
|
474
|
+
/**
|
|
475
|
+
* The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.
|
|
476
|
+
*/
|
|
477
|
+
resolvedImageDigest?: ImageDigest;
|
|
478
|
+
}
|
|
479
|
+
export interface ImageConfigurationInput {
|
|
480
|
+
/**
|
|
481
|
+
* The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
|
|
482
|
+
*/
|
|
483
|
+
imageUri?: ImageUri;
|
|
484
|
+
}
|
|
485
|
+
export type ImageDigest = string;
|
|
486
|
+
export type ImageUri = string;
|
|
453
487
|
export type InitScriptPath = string;
|
|
454
488
|
export interface InitialCapacityConfig {
|
|
455
489
|
/**
|
|
@@ -516,7 +550,7 @@ declare namespace EMRServerless {
|
|
|
516
550
|
*/
|
|
517
551
|
stateDetails: String256;
|
|
518
552
|
/**
|
|
519
|
-
* The EMR release
|
|
553
|
+
* The EMR release associated with the application your job is running on.
|
|
520
554
|
*/
|
|
521
555
|
releaseLabel: ReleaseLabel;
|
|
522
556
|
/**
|
|
@@ -586,7 +620,7 @@ declare namespace EMRServerless {
|
|
|
586
620
|
*/
|
|
587
621
|
stateDetails: String256;
|
|
588
622
|
/**
|
|
589
|
-
* The EMR release
|
|
623
|
+
* The EMR release associated with the application your job is running on.
|
|
590
624
|
*/
|
|
591
625
|
releaseLabel: ReleaseLabel;
|
|
592
626
|
/**
|
|
@@ -888,6 +922,14 @@ declare namespace EMRServerless {
|
|
|
888
922
|
* The CPU architecture of an application.
|
|
889
923
|
*/
|
|
890
924
|
architecture?: Architecture;
|
|
925
|
+
/**
|
|
926
|
+
* The image configuration to be used for all worker types. You can either set this parameter or imageConfiguration for each worker type in WorkerTypeSpecificationInput.
|
|
927
|
+
*/
|
|
928
|
+
imageConfiguration?: ImageConfigurationInput;
|
|
929
|
+
/**
|
|
930
|
+
* The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.
|
|
931
|
+
*/
|
|
932
|
+
workerTypeSpecifications?: WorkerTypeSpecificationInputMap;
|
|
891
933
|
}
|
|
892
934
|
export interface UpdateApplicationResponse {
|
|
893
935
|
/**
|
|
@@ -912,6 +954,20 @@ declare namespace EMRServerless {
|
|
|
912
954
|
*/
|
|
913
955
|
disk?: DiskSize;
|
|
914
956
|
}
|
|
957
|
+
export interface WorkerTypeSpecification {
|
|
958
|
+
/**
|
|
959
|
+
* The image configuration for a worker type.
|
|
960
|
+
*/
|
|
961
|
+
imageConfiguration?: ImageConfiguration;
|
|
962
|
+
}
|
|
963
|
+
export interface WorkerTypeSpecificationInput {
|
|
964
|
+
/**
|
|
965
|
+
* The image configuration for a worker type.
|
|
966
|
+
*/
|
|
967
|
+
imageConfiguration?: ImageConfigurationInput;
|
|
968
|
+
}
|
|
969
|
+
export type WorkerTypeSpecificationInputMap = {[key: string]: WorkerTypeSpecificationInput};
|
|
970
|
+
export type WorkerTypeSpecificationMap = {[key: string]: WorkerTypeSpecification};
|
|
915
971
|
export type WorkerTypeString = string;
|
|
916
972
|
/**
|
|
917
973
|
* 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.
|
|
@@ -2733,7 +2733,7 @@ declare namespace Lightsail {
|
|
|
2733
2733
|
}
|
|
2734
2734
|
export interface CreateDomainRequest {
|
|
2735
2735
|
/**
|
|
2736
|
-
* The domain name to manage (e.g., example.com).
|
|
2736
|
+
* The domain name to manage (e.g., example.com).
|
|
2737
2737
|
*/
|
|
2738
2738
|
domainName: DomainName;
|
|
2739
2739
|
/**
|
|
@@ -3201,7 +3201,7 @@ declare namespace Lightsail {
|
|
|
3201
3201
|
*/
|
|
3202
3202
|
diskName: ResourceName;
|
|
3203
3203
|
/**
|
|
3204
|
-
* A Boolean value to indicate whether to delete
|
|
3204
|
+
* A Boolean value to indicate whether to delete all add-ons for the disk.
|
|
3205
3205
|
*/
|
|
3206
3206
|
forceDeleteAddOns?: boolean;
|
|
3207
3207
|
}
|
|
@@ -3269,7 +3269,7 @@ declare namespace Lightsail {
|
|
|
3269
3269
|
*/
|
|
3270
3270
|
instanceName: ResourceName;
|
|
3271
3271
|
/**
|
|
3272
|
-
* A Boolean value to indicate whether to delete
|
|
3272
|
+
* A Boolean value to indicate whether to delete all add-ons for the instance.
|
|
3273
3273
|
*/
|
|
3274
3274
|
forceDeleteAddOns?: boolean;
|
|
3275
3275
|
}
|
|
@@ -128,7 +128,7 @@ declare namespace MWAA {
|
|
|
128
128
|
*/
|
|
129
129
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
|
130
130
|
/**
|
|
131
|
-
* The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: 1.10.12, 2.0.2,
|
|
131
|
+
* The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: 1.10.12, 2.0.2, 2.2.2, and 2.4.3. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
|
|
132
132
|
*/
|
|
133
133
|
AirflowVersion?: AirflowVersion;
|
|
134
134
|
/**
|
|
@@ -253,7 +253,7 @@ declare namespace MWAA {
|
|
|
253
253
|
*/
|
|
254
254
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
|
255
255
|
/**
|
|
256
|
-
* The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2,
|
|
256
|
+
* The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2, 2.2.2, and 2.4.3.
|
|
257
257
|
*/
|
|
258
258
|
AirflowVersion?: AirflowVersion;
|
|
259
259
|
/**
|
|
@@ -614,7 +614,7 @@ declare namespace MWAA {
|
|
|
614
614
|
*/
|
|
615
615
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
|
616
616
|
/**
|
|
617
|
-
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2,
|
|
617
|
+
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2, 2.2.2, and 2.4.3.
|
|
618
618
|
*/
|
|
619
619
|
AirflowVersion?: AirflowVersion;
|
|
620
620
|
/**
|
|
@@ -414,11 +414,11 @@ declare class RDS extends Service {
|
|
|
414
414
|
*/
|
|
415
415
|
describeBlueGreenDeployments(callback?: (err: AWSError, data: RDS.Types.DescribeBlueGreenDeploymentsResponse) => void): Request<RDS.Types.DescribeBlueGreenDeploymentsResponse, AWSError>;
|
|
416
416
|
/**
|
|
417
|
-
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
|
|
417
|
+
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
418
418
|
*/
|
|
419
419
|
describeCertificates(params: RDS.Types.DescribeCertificatesMessage, callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
|
|
420
420
|
/**
|
|
421
|
-
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.
|
|
421
|
+
* Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
422
422
|
*/
|
|
423
423
|
describeCertificates(callback?: (err: AWSError, data: RDS.Types.CertificateMessage) => void): Request<RDS.Types.CertificateMessage, AWSError>;
|
|
424
424
|
/**
|
|
@@ -1439,6 +1439,7 @@ declare namespace RDS {
|
|
|
1439
1439
|
export type Boolean = boolean;
|
|
1440
1440
|
export type BooleanOptional = boolean;
|
|
1441
1441
|
export type BucketName = string;
|
|
1442
|
+
export type CACertificateIdentifiersList = String[];
|
|
1442
1443
|
export interface CancelExportTaskMessage {
|
|
1443
1444
|
/**
|
|
1444
1445
|
* The identifier of the snapshot export task to cancel.
|
|
@@ -1479,6 +1480,16 @@ declare namespace RDS {
|
|
|
1479
1480
|
*/
|
|
1480
1481
|
CustomerOverrideValidTill?: TStamp;
|
|
1481
1482
|
}
|
|
1483
|
+
export interface CertificateDetails {
|
|
1484
|
+
/**
|
|
1485
|
+
* The CA identifier of the CA certificate used for the DB instance's server certificate.
|
|
1486
|
+
*/
|
|
1487
|
+
CAIdentifier?: String;
|
|
1488
|
+
/**
|
|
1489
|
+
* The expiration date of the DB instance’s server certificate.
|
|
1490
|
+
*/
|
|
1491
|
+
ValidTill?: TStamp;
|
|
1492
|
+
}
|
|
1482
1493
|
export type CertificateList = Certificate[];
|
|
1483
1494
|
export interface CertificateMessage {
|
|
1484
1495
|
/**
|
|
@@ -2259,6 +2270,10 @@ declare namespace RDS {
|
|
|
2259
2270
|
* The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
|
|
2260
2271
|
*/
|
|
2261
2272
|
MasterUserSecretKmsKeyId?: String;
|
|
2273
|
+
/**
|
|
2274
|
+
* Specifies the CA certificate identifier to use for the DB instance’s server certificate. This setting doesn't apply to RDS Custom. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
2275
|
+
*/
|
|
2276
|
+
CACertificateIdentifier?: String;
|
|
2262
2277
|
}
|
|
2263
2278
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
2264
2279
|
/**
|
|
@@ -3393,6 +3408,14 @@ declare namespace RDS {
|
|
|
3393
3408
|
* JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
|
|
3394
3409
|
*/
|
|
3395
3410
|
CustomDBEngineVersionManifest?: CustomDBEngineVersionManifest;
|
|
3411
|
+
/**
|
|
3412
|
+
* A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
|
|
3413
|
+
*/
|
|
3414
|
+
SupportsCertificateRotationWithoutRestart?: BooleanOptional;
|
|
3415
|
+
/**
|
|
3416
|
+
* A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
3417
|
+
*/
|
|
3418
|
+
SupportedCACertificateIdentifiers?: CACertificateIdentifiersList;
|
|
3396
3419
|
}
|
|
3397
3420
|
export type DBEngineVersionList = DBEngineVersion[];
|
|
3398
3421
|
export interface DBEngineVersionMessage {
|
|
@@ -3575,7 +3598,7 @@ declare namespace RDS {
|
|
|
3575
3598
|
*/
|
|
3576
3599
|
DbiResourceId?: String;
|
|
3577
3600
|
/**
|
|
3578
|
-
* The identifier of the CA certificate for this DB instance.
|
|
3601
|
+
* The identifier of the CA certificate for this DB instance. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
3579
3602
|
*/
|
|
3580
3603
|
CACertificateIdentifier?: String;
|
|
3581
3604
|
/**
|
|
@@ -3719,6 +3742,10 @@ declare namespace RDS {
|
|
|
3719
3742
|
* Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.
|
|
3720
3743
|
*/
|
|
3721
3744
|
MasterUserSecret?: MasterUserSecret;
|
|
3745
|
+
/**
|
|
3746
|
+
* The details of the DB instance's server certificate.
|
|
3747
|
+
*/
|
|
3748
|
+
CertificateDetails?: CertificateDetails;
|
|
3722
3749
|
}
|
|
3723
3750
|
export interface DBInstanceAutomatedBackup {
|
|
3724
3751
|
/**
|
|
@@ -6131,7 +6158,7 @@ declare namespace RDS {
|
|
|
6131
6158
|
*/
|
|
6132
6159
|
DBClusterIdentifier: String;
|
|
6133
6160
|
/**
|
|
6134
|
-
* The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens The first character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: my-cluster2 Valid for: Aurora DB clusters
|
|
6161
|
+
* The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens The first character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: my-cluster2 Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
6135
6162
|
*/
|
|
6136
6163
|
NewDBClusterIdentifier?: String;
|
|
6137
6164
|
/**
|
|
@@ -6408,7 +6435,7 @@ declare namespace RDS {
|
|
|
6408
6435
|
*/
|
|
6409
6436
|
TdeCredentialPassword?: String;
|
|
6410
6437
|
/**
|
|
6411
|
-
* Specifies the certificate to
|
|
6438
|
+
* Specifies the CA certificate identifier to use for the DB instance’s server certificate. This setting doesn't apply to RDS Custom. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
6412
6439
|
*/
|
|
6413
6440
|
CACertificateIdentifier?: String;
|
|
6414
6441
|
/**
|
|
@@ -7348,7 +7375,7 @@ declare namespace RDS {
|
|
|
7348
7375
|
*/
|
|
7349
7376
|
StorageType?: String;
|
|
7350
7377
|
/**
|
|
7351
|
-
* The identifier of the CA certificate for the DB instance.
|
|
7378
|
+
* The identifier of the CA certificate for the DB instance. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
|
7352
7379
|
*/
|
|
7353
7380
|
CACertificateIdentifier?: String;
|
|
7354
7381
|
/**
|
|
@@ -8833,7 +8860,7 @@ declare namespace RDS {
|
|
|
8833
8860
|
*/
|
|
8834
8861
|
IamRoleArn: String;
|
|
8835
8862
|
/**
|
|
8836
|
-
* The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to
|
|
8863
|
+
* The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to run the following operations. These can be set in the Amazon Web Services KMS key policy: kms:Encrypt kms:Decrypt kms:GenerateDataKey kms:GenerateDataKeyWithoutPlaintext kms:ReEncryptFrom kms:ReEncryptTo kms:CreateGrant kms:DescribeKey kms:RetireGrant
|
|
8837
8864
|
*/
|
|
8838
8865
|
KmsKeyId: String;
|
|
8839
8866
|
/**
|