@aws-sdk/client-rds 3.445.0 → 3.446.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3105,12 +3105,17 @@ export interface CreateCustomDBEngineVersionMessage {
|
|
|
3105
3105
|
Tags?: Tag[];
|
|
3106
3106
|
/**
|
|
3107
3107
|
* @public
|
|
3108
|
-
* <p>
|
|
3108
|
+
* <p>The ARN of a CEV to use as a source for creating a new CEV. You can specify a different
|
|
3109
|
+
* Amazon Machine Imagine (AMI) by using either <code>Source</code> or
|
|
3110
|
+
* <code>UseAwsProvidedLatestImage</code>. You can't specify a different JSON manifest
|
|
3111
|
+
* when you specify <code>SourceCustomDbEngineVersionIdentifier</code>.</p>
|
|
3109
3112
|
*/
|
|
3110
3113
|
SourceCustomDbEngineVersionIdentifier?: string;
|
|
3111
3114
|
/**
|
|
3112
3115
|
* @public
|
|
3113
|
-
* <p>
|
|
3116
|
+
* <p>Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for
|
|
3117
|
+
* the CEV. If you specify <code>UseAwsProvidedLatestImage</code>, you can't also specify
|
|
3118
|
+
* <code>ImageId</code>.</p>
|
|
3114
3119
|
*/
|
|
3115
3120
|
UseAwsProvidedLatestImage?: boolean;
|
|
3116
3121
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.446.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|