@aws-sdk/client-rds 3.425.0 → 3.426.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.
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +10 -10
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +187 -181
- package/dist-types/models/models_1.d.ts +124 -105
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
|
7
7
|
export interface DescribeDBEngineVersionsMessage {
|
|
8
8
|
/**
|
|
9
9
|
* @public
|
|
10
|
-
* <p>The database engine to return.</p>
|
|
10
|
+
* <p>The database engine to return version details for.</p>
|
|
11
11
|
* <p>Valid Values:</p>
|
|
12
12
|
* <ul>
|
|
13
13
|
* <li>
|
|
@@ -85,7 +85,7 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
85
85
|
Engine?: string;
|
|
86
86
|
/**
|
|
87
87
|
* @public
|
|
88
|
-
* <p>
|
|
88
|
+
* <p>A specific database engine version to return details for.</p>
|
|
89
89
|
* <p>Example: <code>5.1.49</code>
|
|
90
90
|
* </p>
|
|
91
91
|
*/
|
|
@@ -96,7 +96,7 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
96
96
|
* <p>Constraints:</p>
|
|
97
97
|
* <ul>
|
|
98
98
|
* <li>
|
|
99
|
-
* <p>If supplied, must match an existing
|
|
99
|
+
* <p>If supplied, must match an existing DB parameter group family.</p>
|
|
100
100
|
* </li>
|
|
101
101
|
* </ul>
|
|
102
102
|
*/
|
|
@@ -199,31 +199,29 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
199
199
|
Marker?: string;
|
|
200
200
|
/**
|
|
201
201
|
* @public
|
|
202
|
-
* <p>
|
|
202
|
+
* <p>Specifies whether to return only the default version of the specified engine or the engine and major version combination.</p>
|
|
203
203
|
*/
|
|
204
204
|
DefaultOnly?: boolean;
|
|
205
205
|
/**
|
|
206
206
|
* @public
|
|
207
|
-
* <p>
|
|
207
|
+
* <p>Specifies whether to list the supported character sets for each engine version.</p>
|
|
208
208
|
* <p>If this parameter is enabled and the requested engine supports the <code>CharacterSetName</code> parameter for
|
|
209
209
|
* <code>CreateDBInstance</code>, the response includes a list of supported character sets for each engine
|
|
210
210
|
* version.</p>
|
|
211
|
-
* <p>For RDS Custom, the default is not to list supported character sets. If you
|
|
212
|
-
* to <code>true</code>, RDS Custom returns no results.</p>
|
|
211
|
+
* <p>For RDS Custom, the default is not to list supported character sets. If you enable this parameter, RDS Custom returns no results.</p>
|
|
213
212
|
*/
|
|
214
213
|
ListSupportedCharacterSets?: boolean;
|
|
215
214
|
/**
|
|
216
215
|
* @public
|
|
217
|
-
* <p>
|
|
216
|
+
* <p>Specifies whether to list the supported time zones for each engine version.</p>
|
|
218
217
|
* <p>If this parameter is enabled and the requested engine supports the <code>TimeZone</code> parameter for <code>CreateDBInstance</code>,
|
|
219
218
|
* the response includes a list of supported time zones for each engine version.</p>
|
|
220
|
-
* <p>For RDS Custom, the default is not to list supported time zones. If you
|
|
221
|
-
* to <code>true</code>, RDS Custom returns no results.</p>
|
|
219
|
+
* <p>For RDS Custom, the default is not to list supported time zones. If you enable this parameter, RDS Custom returns no results.</p>
|
|
222
220
|
*/
|
|
223
221
|
ListSupportedTimezones?: boolean;
|
|
224
222
|
/**
|
|
225
223
|
* @public
|
|
226
|
-
* <p>
|
|
224
|
+
* <p>Specifies whether to also list the engine versions that aren't available. The default is to list only available engine versions.</p>
|
|
227
225
|
*/
|
|
228
226
|
IncludeAll?: boolean;
|
|
229
227
|
}
|
|
@@ -836,7 +834,7 @@ export interface DBProxyTargetGroup {
|
|
|
836
834
|
TargetGroupArn?: string;
|
|
837
835
|
/**
|
|
838
836
|
* @public
|
|
839
|
-
* <p>
|
|
837
|
+
* <p>Indicates whether this target group is the first one used for connection requests by the associated proxy.
|
|
840
838
|
* Because each proxy is currently associated with a single target group, currently this setting
|
|
841
839
|
* is always <code>true</code>.</p>
|
|
842
840
|
*/
|
|
@@ -1334,7 +1332,7 @@ export interface DescribeDBSnapshotsMessage {
|
|
|
1334
1332
|
Marker?: string;
|
|
1335
1333
|
/**
|
|
1336
1334
|
* @public
|
|
1337
|
-
* <p>
|
|
1335
|
+
* <p>Specifies whether to include shared manual DB cluster snapshots
|
|
1338
1336
|
* from other Amazon Web Services accounts that this Amazon Web Services account has been given
|
|
1339
1337
|
* permission to copy or restore. By default, these snapshots are not included.</p>
|
|
1340
1338
|
* <p>You can give an Amazon Web Services account permission to restore a manual DB snapshot from
|
|
@@ -1344,7 +1342,7 @@ export interface DescribeDBSnapshotsMessage {
|
|
|
1344
1342
|
IncludeShared?: boolean;
|
|
1345
1343
|
/**
|
|
1346
1344
|
* @public
|
|
1347
|
-
* <p>
|
|
1345
|
+
* <p>Specifies whether to include manual DB cluster snapshots that are public and can be copied
|
|
1348
1346
|
* or restored by any Amazon Web Services account. By default, the public snapshots are not included.</p>
|
|
1349
1347
|
* <p>You can share a manual DB snapshot as public by using the <a>ModifyDBSnapshotAttribute</a> API.</p>
|
|
1350
1348
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
@@ -1763,7 +1761,7 @@ export interface DescribeEventCategoriesMessage {
|
|
|
1763
1761
|
/**
|
|
1764
1762
|
* @public
|
|
1765
1763
|
* <p>The type of source that is generating the events. For RDS Proxy events, specify <code>db-proxy</code>.</p>
|
|
1766
|
-
* <p>Valid
|
|
1764
|
+
* <p>Valid Values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
|
|
1767
1765
|
* </p>
|
|
1768
1766
|
*/
|
|
1769
1767
|
SourceType?: string;
|
|
@@ -2340,12 +2338,12 @@ export interface OptionGroupOptionSetting {
|
|
|
2340
2338
|
AllowedValues?: string;
|
|
2341
2339
|
/**
|
|
2342
2340
|
* @public
|
|
2343
|
-
* <p>
|
|
2341
|
+
* <p>Indicates whether this option group option can be changed from the default value.</p>
|
|
2344
2342
|
*/
|
|
2345
2343
|
IsModifiable?: boolean;
|
|
2346
2344
|
/**
|
|
2347
2345
|
* @public
|
|
2348
|
-
* <p>
|
|
2346
|
+
* <p>Indicates whether a value must be specified for this option setting of the option group option.</p>
|
|
2349
2347
|
*/
|
|
2350
2348
|
IsRequired?: boolean;
|
|
2351
2349
|
/**
|
|
@@ -2367,7 +2365,7 @@ export interface OptionVersion {
|
|
|
2367
2365
|
Version?: string;
|
|
2368
2366
|
/**
|
|
2369
2367
|
* @public
|
|
2370
|
-
* <p>
|
|
2368
|
+
* <p>Indicates whether the version is the default version of the option.</p>
|
|
2371
2369
|
*/
|
|
2372
2370
|
IsDefault?: boolean;
|
|
2373
2371
|
}
|
|
@@ -2403,7 +2401,7 @@ export interface OptionGroupOption {
|
|
|
2403
2401
|
MinimumRequiredMinorEngineVersion?: string;
|
|
2404
2402
|
/**
|
|
2405
2403
|
* @public
|
|
2406
|
-
* <p>
|
|
2404
|
+
* <p>Indicates whether the option requires a port.</p>
|
|
2407
2405
|
*/
|
|
2408
2406
|
PortRequired?: boolean;
|
|
2409
2407
|
/**
|
|
@@ -2462,7 +2460,7 @@ export interface OptionGroupOption {
|
|
|
2462
2460
|
OptionGroupOptionVersions?: OptionVersion[];
|
|
2463
2461
|
/**
|
|
2464
2462
|
* @public
|
|
2465
|
-
* <p>
|
|
2463
|
+
* <p>Indicates whether the option can be copied across Amazon Web Services accounts.</p>
|
|
2466
2464
|
*/
|
|
2467
2465
|
CopyableCrossAccount?: boolean;
|
|
2468
2466
|
}
|
|
@@ -2715,7 +2713,7 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
|
2715
2713
|
AvailabilityZoneGroup?: string;
|
|
2716
2714
|
/**
|
|
2717
2715
|
* @public
|
|
2718
|
-
* <p>
|
|
2716
|
+
* <p>Specifies whether to show only VPC or non-VPC offerings. RDS Custom supports
|
|
2719
2717
|
* only VPC offerings.</p>
|
|
2720
2718
|
* <p>RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output
|
|
2721
2719
|
* shows VPC offerings.</p>
|
|
@@ -2830,7 +2828,7 @@ export interface OrderableDBInstanceOption {
|
|
|
2830
2828
|
SupportsStorageEncryption?: boolean;
|
|
2831
2829
|
/**
|
|
2832
2830
|
* @public
|
|
2833
|
-
* <p>
|
|
2831
|
+
* <p>The storage type for a DB instance.</p>
|
|
2834
2832
|
*/
|
|
2835
2833
|
StorageType?: string;
|
|
2836
2834
|
/**
|
|
@@ -2850,7 +2848,7 @@ export interface OrderableDBInstanceOption {
|
|
|
2850
2848
|
SupportsIAMDatabaseAuthentication?: boolean;
|
|
2851
2849
|
/**
|
|
2852
2850
|
* @public
|
|
2853
|
-
* <p>
|
|
2851
|
+
* <p>Indicates whether a DB instance supports Performance Insights.</p>
|
|
2854
2852
|
*/
|
|
2855
2853
|
SupportsPerformanceInsights?: boolean;
|
|
2856
2854
|
/**
|
|
@@ -2895,17 +2893,17 @@ export interface OrderableDBInstanceOption {
|
|
|
2895
2893
|
SupportedEngineModes?: string[];
|
|
2896
2894
|
/**
|
|
2897
2895
|
* @public
|
|
2898
|
-
* <p>
|
|
2896
|
+
* <p>Indicates whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.</p>
|
|
2899
2897
|
*/
|
|
2900
2898
|
SupportsStorageAutoscaling?: boolean;
|
|
2901
2899
|
/**
|
|
2902
2900
|
* @public
|
|
2903
|
-
* <p>
|
|
2901
|
+
* <p>Indicates whether a DB instance supports Kerberos Authentication.</p>
|
|
2904
2902
|
*/
|
|
2905
2903
|
SupportsKerberosAuthentication?: boolean;
|
|
2906
2904
|
/**
|
|
2907
2905
|
* @public
|
|
2908
|
-
* <p>
|
|
2906
|
+
* <p>Indicates whether a DB instance supports RDS on Outposts.</p>
|
|
2909
2907
|
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Amazon RDS on Amazon Web Services Outposts</a>
|
|
2910
2908
|
* in the <i>Amazon RDS User Guide.</i>
|
|
2911
2909
|
* </p>
|
|
@@ -2920,12 +2918,12 @@ export interface OrderableDBInstanceOption {
|
|
|
2920
2918
|
SupportedActivityStreamModes?: string[];
|
|
2921
2919
|
/**
|
|
2922
2920
|
* @public
|
|
2923
|
-
* <p>
|
|
2921
|
+
* <p>Indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.</p>
|
|
2924
2922
|
*/
|
|
2925
2923
|
SupportsGlobalDatabases?: boolean;
|
|
2926
2924
|
/**
|
|
2927
2925
|
* @public
|
|
2928
|
-
* <p>
|
|
2926
|
+
* <p>Indicates whether DB instances can be configured as a Multi-AZ DB cluster.</p>
|
|
2929
2927
|
* <p>For more information on Multi-AZ DB clusters, see
|
|
2930
2928
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
2931
2929
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
@@ -3100,7 +3098,7 @@ export interface DescribeReservedDBInstancesMessage {
|
|
|
3100
3098
|
OfferingType?: string;
|
|
3101
3099
|
/**
|
|
3102
3100
|
* @public
|
|
3103
|
-
* <p>
|
|
3101
|
+
* <p>Specifies whether to show only those reservations that support Multi-AZ.</p>
|
|
3104
3102
|
*/
|
|
3105
3103
|
MultiAZ?: boolean;
|
|
3106
3104
|
/**
|
|
@@ -3215,7 +3213,7 @@ export interface ReservedDBInstance {
|
|
|
3215
3213
|
OfferingType?: string;
|
|
3216
3214
|
/**
|
|
3217
3215
|
* @public
|
|
3218
|
-
* <p>Indicates
|
|
3216
|
+
* <p>Indicates whether the reservation applies to Multi-AZ deployments.</p>
|
|
3219
3217
|
*/
|
|
3220
3218
|
MultiAZ?: boolean;
|
|
3221
3219
|
/**
|
|
@@ -3314,7 +3312,7 @@ export interface DescribeReservedDBInstancesOfferingsMessage {
|
|
|
3314
3312
|
OfferingType?: string;
|
|
3315
3313
|
/**
|
|
3316
3314
|
* @public
|
|
3317
|
-
* <p>
|
|
3315
|
+
* <p>Specifies whether to show only those reservations that support Multi-AZ.</p>
|
|
3318
3316
|
*/
|
|
3319
3317
|
MultiAZ?: boolean;
|
|
3320
3318
|
/**
|
|
@@ -3387,7 +3385,7 @@ export interface ReservedDBInstancesOffering {
|
|
|
3387
3385
|
OfferingType?: string;
|
|
3388
3386
|
/**
|
|
3389
3387
|
* @public
|
|
3390
|
-
* <p>Indicates
|
|
3388
|
+
* <p>Indicates whether the offering applies to Multi-AZ deployments.</p>
|
|
3391
3389
|
*/
|
|
3392
3390
|
MultiAZ?: boolean;
|
|
3393
3391
|
/**
|
|
@@ -3487,7 +3485,7 @@ export interface SourceRegion {
|
|
|
3487
3485
|
Status?: string;
|
|
3488
3486
|
/**
|
|
3489
3487
|
* @public
|
|
3490
|
-
* <p>
|
|
3488
|
+
* <p>Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.</p>
|
|
3491
3489
|
*/
|
|
3492
3490
|
SupportsDBInstanceAutomatedBackupsReplication?: boolean;
|
|
3493
3491
|
}
|
|
@@ -3599,7 +3597,7 @@ export interface ValidStorageOptions {
|
|
|
3599
3597
|
IopsToStorageRatio?: DoubleRange[];
|
|
3600
3598
|
/**
|
|
3601
3599
|
* @public
|
|
3602
|
-
* <p>
|
|
3600
|
+
* <p>Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.</p>
|
|
3603
3601
|
*/
|
|
3604
3602
|
SupportsStorageAutoscaling?: boolean;
|
|
3605
3603
|
/**
|
|
@@ -3679,7 +3677,7 @@ export interface DownloadDBLogFilePortionDetails {
|
|
|
3679
3677
|
Marker?: string;
|
|
3680
3678
|
/**
|
|
3681
3679
|
* @public
|
|
3682
|
-
* <p>Boolean value that if true, indicates there is more data to be downloaded.</p>
|
|
3680
|
+
* <p>A Boolean value that, if true, indicates there is more data to be downloaded.</p>
|
|
3683
3681
|
*/
|
|
3684
3682
|
AdditionalDataPending?: boolean;
|
|
3685
3683
|
}
|
|
@@ -3746,11 +3744,11 @@ export interface DownloadDBLogFilePortionMessage {
|
|
|
3746
3744
|
export interface FailoverDBClusterMessage {
|
|
3747
3745
|
/**
|
|
3748
3746
|
* @public
|
|
3749
|
-
* <p>
|
|
3747
|
+
* <p>The identifier of the DB cluster to force a failover for. This parameter isn't case-sensitive.</p>
|
|
3750
3748
|
* <p>Constraints:</p>
|
|
3751
3749
|
* <ul>
|
|
3752
3750
|
* <li>
|
|
3753
|
-
* <p>Must match the identifier of an existing
|
|
3751
|
+
* <p>Must match the identifier of an existing DB cluster.</p>
|
|
3754
3752
|
* </li>
|
|
3755
3753
|
* </ul>
|
|
3756
3754
|
*/
|
|
@@ -3955,7 +3953,7 @@ export interface ModifyCertificatesMessage {
|
|
|
3955
3953
|
CertificateIdentifier?: string;
|
|
3956
3954
|
/**
|
|
3957
3955
|
* @public
|
|
3958
|
-
* <p>
|
|
3956
|
+
* <p>Specifies whether to remove the override for the default certificate.
|
|
3959
3957
|
* If the override is removed, the default certificate is the system
|
|
3960
3958
|
* default.</p>
|
|
3961
3959
|
*/
|
|
@@ -6097,28 +6095,44 @@ export interface ConnectionPoolConfiguration {
|
|
|
6097
6095
|
* <p>The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the
|
|
6098
6096
|
* <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.</p>
|
|
6099
6097
|
* <p>If you specify <code>MaxIdleConnectionsPercent</code>, then you must also include a value for this parameter.</p>
|
|
6100
|
-
* <p>Default: 10 for RDS for Microsoft SQL Server, and 100 for all other engines</p>
|
|
6101
|
-
* <p>Constraints
|
|
6098
|
+
* <p>Default: <code>10</code> for RDS for Microsoft SQL Server, and <code>100</code> for all other engines</p>
|
|
6099
|
+
* <p>Constraints:</p>
|
|
6100
|
+
* <ul>
|
|
6101
|
+
* <li>
|
|
6102
|
+
* <p>Must be between 1 and 100.</p>
|
|
6103
|
+
* </li>
|
|
6104
|
+
* </ul>
|
|
6102
6105
|
*/
|
|
6103
6106
|
MaxConnectionsPercent?: number;
|
|
6104
6107
|
/**
|
|
6105
6108
|
* @public
|
|
6106
|
-
* <p>
|
|
6109
|
+
* <p>A value that controls how actively the proxy closes idle database connections in the connection pool.
|
|
6107
6110
|
* The value is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
|
|
6108
6111
|
* With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.</p>
|
|
6109
6112
|
* <p>If you specify this parameter, then you must also include a value for <code>MaxConnectionsPercent</code>.</p>
|
|
6110
6113
|
* <p>Default: The default value is half of the value of <code>MaxConnectionsPercent</code>. For example, if <code>MaxConnectionsPercent</code> is 80, then the default value of
|
|
6111
|
-
* <code>MaxIdleConnectionsPercent</code> is 40. If the value of <code>MaxConnectionsPercent</code> isn't specified, then for SQL Server, <code>MaxIdleConnectionsPercent</code> is 5
|
|
6112
|
-
* for all other engines, the default is 50
|
|
6113
|
-
* <p>Constraints
|
|
6114
|
+
* <code>MaxIdleConnectionsPercent</code> is 40. If the value of <code>MaxConnectionsPercent</code> isn't specified, then for SQL Server, <code>MaxIdleConnectionsPercent</code> is <code>5</code>, and
|
|
6115
|
+
* for all other engines, the default is <code>50</code>.</p>
|
|
6116
|
+
* <p>Constraints:</p>
|
|
6117
|
+
* <ul>
|
|
6118
|
+
* <li>
|
|
6119
|
+
* <p>Must be between 0 and the value of <code>MaxConnectionsPercent</code>.</p>
|
|
6120
|
+
* </li>
|
|
6121
|
+
* </ul>
|
|
6114
6122
|
*/
|
|
6115
6123
|
MaxIdleConnectionsPercent?: number;
|
|
6116
6124
|
/**
|
|
6117
6125
|
* @public
|
|
6118
|
-
* <p>The number of seconds for a proxy to wait for a connection to become available in the connection pool.
|
|
6119
|
-
* proxy has opened its maximum number of connections and all connections are busy with client sessions
|
|
6120
|
-
* <p>Default: 120</
|
|
6121
|
-
*
|
|
6126
|
+
* <p>The number of seconds for a proxy to wait for a connection to become available in the connection pool. This setting only applies when the
|
|
6127
|
+
* proxy has opened its maximum number of connections and all connections are busy with client sessions. For an unlimited wait time, specify <code>0</code>.</p>
|
|
6128
|
+
* <p>Default: <code>120</code>
|
|
6129
|
+
* </p>
|
|
6130
|
+
* <p>Constraints:</p>
|
|
6131
|
+
* <ul>
|
|
6132
|
+
* <li>
|
|
6133
|
+
* <p>Must be between 0 and 3600.</p>
|
|
6134
|
+
* </li>
|
|
6135
|
+
* </ul>
|
|
6122
6136
|
*/
|
|
6123
6137
|
ConnectionBorrowTimeout?: number;
|
|
6124
6138
|
/**
|
|
@@ -6379,7 +6393,7 @@ export interface ModifyEventSubscriptionMessage {
|
|
|
6379
6393
|
/**
|
|
6380
6394
|
* @public
|
|
6381
6395
|
* <p>The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify <code>db-proxy</code>. If this value isn't specified, all events are returned.</p>
|
|
6382
|
-
* <p>Valid
|
|
6396
|
+
* <p>Valid Values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
|
|
6383
6397
|
* </p>
|
|
6384
6398
|
*/
|
|
6385
6399
|
SourceType?: string;
|
|
@@ -6393,7 +6407,7 @@ export interface ModifyEventSubscriptionMessage {
|
|
|
6393
6407
|
EventCategories?: string[];
|
|
6394
6408
|
/**
|
|
6395
6409
|
* @public
|
|
6396
|
-
* <p>
|
|
6410
|
+
* <p>Specifies whether to activate the subscription.</p>
|
|
6397
6411
|
*/
|
|
6398
6412
|
Enabled?: boolean;
|
|
6399
6413
|
}
|
|
@@ -6543,7 +6557,7 @@ export interface ModifyOptionGroupMessage {
|
|
|
6543
6557
|
OptionsToRemove?: string[];
|
|
6544
6558
|
/**
|
|
6545
6559
|
* @public
|
|
6546
|
-
* <p>
|
|
6560
|
+
* <p>Specifies whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.</p>
|
|
6547
6561
|
*/
|
|
6548
6562
|
ApplyImmediately?: boolean;
|
|
6549
6563
|
}
|
|
@@ -6810,7 +6824,7 @@ export interface RebootDBInstanceMessage {
|
|
|
6810
6824
|
DBInstanceIdentifier: string | undefined;
|
|
6811
6825
|
/**
|
|
6812
6826
|
* @public
|
|
6813
|
-
* <p>
|
|
6827
|
+
* <p>Specifies whether the reboot is conducted through a Multi-AZ failover.</p>
|
|
6814
6828
|
* <p>Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.</p>
|
|
6815
6829
|
*/
|
|
6816
6830
|
ForceFailover?: boolean;
|
|
@@ -7044,7 +7058,7 @@ export interface ResetDBClusterParameterGroupMessage {
|
|
|
7044
7058
|
DBClusterParameterGroupName: string | undefined;
|
|
7045
7059
|
/**
|
|
7046
7060
|
* @public
|
|
7047
|
-
* <p>
|
|
7061
|
+
* <p>Specifies whether to reset all parameters in the DB cluster parameter group
|
|
7048
7062
|
* to their default values. You can't use this parameter if there
|
|
7049
7063
|
* is a list of parameter names specified for the <code>Parameters</code> parameter.</p>
|
|
7050
7064
|
*/
|
|
@@ -7074,7 +7088,7 @@ export interface ResetDBParameterGroupMessage {
|
|
|
7074
7088
|
DBParameterGroupName: string | undefined;
|
|
7075
7089
|
/**
|
|
7076
7090
|
* @public
|
|
7077
|
-
* <p>
|
|
7091
|
+
* <p>Specifies whether to reset all parameters in the DB parameter group to default values.
|
|
7078
7092
|
* By default, all parameters in the DB parameter group are reset to default values.</p>
|
|
7079
7093
|
*/
|
|
7080
7094
|
ResetAllParameters?: boolean;
|
|
@@ -7312,7 +7326,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7312
7326
|
Tags?: Tag[];
|
|
7313
7327
|
/**
|
|
7314
7328
|
* @public
|
|
7315
|
-
* <p>
|
|
7329
|
+
* <p>Specifies whether the restored DB cluster is encrypted.</p>
|
|
7316
7330
|
*/
|
|
7317
7331
|
StorageEncrypted?: boolean;
|
|
7318
7332
|
/**
|
|
@@ -7329,7 +7343,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7329
7343
|
KmsKeyId?: string;
|
|
7330
7344
|
/**
|
|
7331
7345
|
* @public
|
|
7332
|
-
* <p>
|
|
7346
|
+
* <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
|
|
7333
7347
|
* Management (IAM) accounts to database accounts. By default, mapping isn't
|
|
7334
7348
|
* enabled.</p>
|
|
7335
7349
|
* <p>For more information, see
|
|
@@ -7341,7 +7355,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7341
7355
|
* @public
|
|
7342
7356
|
* <p>The identifier for the database engine that was backed up to create the files stored in the
|
|
7343
7357
|
* Amazon S3 bucket.</p>
|
|
7344
|
-
* <p>Valid
|
|
7358
|
+
* <p>Valid Values: <code>mysql</code>
|
|
7345
7359
|
* </p>
|
|
7346
7360
|
*/
|
|
7347
7361
|
SourceEngine: string | undefined;
|
|
@@ -7400,14 +7414,14 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7400
7414
|
EnableCloudwatchLogsExports?: string[];
|
|
7401
7415
|
/**
|
|
7402
7416
|
* @public
|
|
7403
|
-
* <p>
|
|
7417
|
+
* <p>Specifies whether to enable deletion protection for the DB cluster.
|
|
7404
7418
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
7405
7419
|
* deletion protection isn't enabled.</p>
|
|
7406
7420
|
*/
|
|
7407
7421
|
DeletionProtection?: boolean;
|
|
7408
7422
|
/**
|
|
7409
7423
|
* @public
|
|
7410
|
-
* <p>
|
|
7424
|
+
* <p>Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.</p>
|
|
7411
7425
|
*/
|
|
7412
7426
|
CopyTagsToSnapshot?: boolean;
|
|
7413
7427
|
/**
|
|
@@ -7434,7 +7448,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7434
7448
|
/**
|
|
7435
7449
|
* @public
|
|
7436
7450
|
* <p>The network type of the DB cluster.</p>
|
|
7437
|
-
* <p>Valid
|
|
7451
|
+
* <p>Valid Values:</p>
|
|
7438
7452
|
* <ul>
|
|
7439
7453
|
* <li>
|
|
7440
7454
|
* <p>
|
|
@@ -7458,7 +7472,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7458
7472
|
NetworkType?: string;
|
|
7459
7473
|
/**
|
|
7460
7474
|
* @public
|
|
7461
|
-
* <p>
|
|
7475
|
+
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
7462
7476
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
|
|
7463
7477
|
* in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
|
|
7464
7478
|
* in the <i>Amazon Aurora User Guide.</i>
|
|
@@ -7491,7 +7505,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
7491
7505
|
/**
|
|
7492
7506
|
* @public
|
|
7493
7507
|
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
7494
|
-
* <p>Valid
|
|
7508
|
+
* <p>Valid Values: <code>aurora</code>, <code>aurora-iopt1</code>
|
|
7495
7509
|
* </p>
|
|
7496
7510
|
* <p>Default: <code>aurora</code>
|
|
7497
7511
|
* </p>
|
|
@@ -7718,7 +7732,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7718
7732
|
KmsKeyId?: string;
|
|
7719
7733
|
/**
|
|
7720
7734
|
* @public
|
|
7721
|
-
* <p>
|
|
7735
|
+
* <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
|
|
7722
7736
|
* Management (IAM) accounts to database accounts. By default, mapping isn't
|
|
7723
7737
|
* enabled.</p>
|
|
7724
7738
|
* <p>For more information, see
|
|
@@ -7808,7 +7822,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7808
7822
|
DBClusterParameterGroupName?: string;
|
|
7809
7823
|
/**
|
|
7810
7824
|
* @public
|
|
7811
|
-
* <p>
|
|
7825
|
+
* <p>Specifies whether to enable deletion protection for the DB cluster.
|
|
7812
7826
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
7813
7827
|
* deletion protection isn't enabled.</p>
|
|
7814
7828
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
@@ -7816,13 +7830,13 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7816
7830
|
DeletionProtection?: boolean;
|
|
7817
7831
|
/**
|
|
7818
7832
|
* @public
|
|
7819
|
-
* <p>
|
|
7833
|
+
* <p>Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.</p>
|
|
7820
7834
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
7821
7835
|
*/
|
|
7822
7836
|
CopyTagsToSnapshot?: boolean;
|
|
7823
7837
|
/**
|
|
7824
7838
|
* @public
|
|
7825
|
-
* <p>
|
|
7839
|
+
* <p>The Active Directory directory ID to restore the DB cluster in.
|
|
7826
7840
|
* The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL
|
|
7827
7841
|
* Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.</p>
|
|
7828
7842
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
|
|
@@ -7832,7 +7846,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7832
7846
|
Domain?: string;
|
|
7833
7847
|
/**
|
|
7834
7848
|
* @public
|
|
7835
|
-
* <p>
|
|
7849
|
+
* <p>The name of the IAM role to be used when making API calls to the Directory Service.</p>
|
|
7836
7850
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
7837
7851
|
*/
|
|
7838
7852
|
DomainIAMRoleName?: string;
|
|
@@ -7850,7 +7864,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7850
7864
|
* @public
|
|
7851
7865
|
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
7852
7866
|
* <p>When specified for a Multi-AZ DB cluster, a value for the <code>Iops</code> parameter is required.</p>
|
|
7853
|
-
* <p>Valid
|
|
7867
|
+
* <p>Valid Values: <code>aurora</code>, <code>aurora-iopt1</code> (Aurora DB clusters); <code>io1</code> (Multi-AZ DB clusters)</p>
|
|
7854
7868
|
* <p>Default: <code>aurora</code> (Aurora DB clusters); <code>io1</code> (Multi-AZ DB clusters)</p>
|
|
7855
7869
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
7856
7870
|
*/
|
|
@@ -7868,7 +7882,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7868
7882
|
Iops?: number;
|
|
7869
7883
|
/**
|
|
7870
7884
|
* @public
|
|
7871
|
-
* <p>
|
|
7885
|
+
* <p>Specifies whether the DB cluster is publicly accessible.</p>
|
|
7872
7886
|
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address
|
|
7873
7887
|
* from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC.
|
|
7874
7888
|
* Access to the DB cluster is ultimately controlled by the security group it uses.
|
|
@@ -7906,7 +7920,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
7906
7920
|
/**
|
|
7907
7921
|
* @public
|
|
7908
7922
|
* <p>The network type of the DB cluster.</p>
|
|
7909
|
-
* <p>Valid
|
|
7923
|
+
* <p>Valid Values:</p>
|
|
7910
7924
|
* <ul>
|
|
7911
7925
|
* <li>
|
|
7912
7926
|
* <p>
|
|
@@ -8039,7 +8053,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8039
8053
|
RestoreToTime?: Date;
|
|
8040
8054
|
/**
|
|
8041
8055
|
* @public
|
|
8042
|
-
* <p>
|
|
8056
|
+
* <p>Specifies whether to restore the DB cluster to the latest
|
|
8043
8057
|
* restorable backup time. By default, the DB cluster isn't restored to the latest
|
|
8044
8058
|
* restorable backup time.</p>
|
|
8045
8059
|
* <p>Constraints: Can't be specified if <code>RestoreToTime</code> parameter is provided.</p>
|
|
@@ -8106,7 +8120,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8106
8120
|
KmsKeyId?: string;
|
|
8107
8121
|
/**
|
|
8108
8122
|
* @public
|
|
8109
|
-
* <p>
|
|
8123
|
+
* <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
|
|
8110
8124
|
* Management (IAM) accounts to database accounts. By default, mapping isn't
|
|
8111
8125
|
* enabled.</p>
|
|
8112
8126
|
* <p>For more information, see
|
|
@@ -8179,7 +8193,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8179
8193
|
DBClusterParameterGroupName?: string;
|
|
8180
8194
|
/**
|
|
8181
8195
|
* @public
|
|
8182
|
-
* <p>
|
|
8196
|
+
* <p>Specifies whether to enable deletion protection for the DB cluster.
|
|
8183
8197
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
8184
8198
|
* deletion protection isn't enabled.</p>
|
|
8185
8199
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
@@ -8187,13 +8201,13 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8187
8201
|
DeletionProtection?: boolean;
|
|
8188
8202
|
/**
|
|
8189
8203
|
* @public
|
|
8190
|
-
* <p>
|
|
8204
|
+
* <p>Specifies whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.</p>
|
|
8191
8205
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
8192
8206
|
*/
|
|
8193
8207
|
CopyTagsToSnapshot?: boolean;
|
|
8194
8208
|
/**
|
|
8195
8209
|
* @public
|
|
8196
|
-
* <p>
|
|
8210
|
+
* <p>The Active Directory directory ID to restore the DB cluster in.
|
|
8197
8211
|
* The domain must be created prior to this operation.</p>
|
|
8198
8212
|
* <p>For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster.
|
|
8199
8213
|
* For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html">Kerberos Authentication</a>
|
|
@@ -8203,7 +8217,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8203
8217
|
Domain?: string;
|
|
8204
8218
|
/**
|
|
8205
8219
|
* @public
|
|
8206
|
-
* <p>
|
|
8220
|
+
* <p>The name of the IAM role to be used when making API calls to the Directory Service.</p>
|
|
8207
8221
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
8208
8222
|
*/
|
|
8209
8223
|
DomainIAMRoleName?: string;
|
|
@@ -8238,14 +8252,14 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8238
8252
|
* @public
|
|
8239
8253
|
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
8240
8254
|
* <p>When specified for a Multi-AZ DB cluster, a value for the <code>Iops</code> parameter is required.</p>
|
|
8241
|
-
* <p>Valid
|
|
8255
|
+
* <p>Valid Values: <code>aurora</code>, <code>aurora-iopt1</code> (Aurora DB clusters); <code>io1</code> (Multi-AZ DB clusters)</p>
|
|
8242
8256
|
* <p>Default: <code>aurora</code> (Aurora DB clusters); <code>io1</code> (Multi-AZ DB clusters)</p>
|
|
8243
8257
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
8244
8258
|
*/
|
|
8245
8259
|
StorageType?: string;
|
|
8246
8260
|
/**
|
|
8247
8261
|
* @public
|
|
8248
|
-
* <p>
|
|
8262
|
+
* <p>Specifies whether the DB cluster is publicly accessible.</p>
|
|
8249
8263
|
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address
|
|
8250
8264
|
* from within the DB cluster's virtual private cloud (VPC). It resolves
|
|
8251
8265
|
* to the public IP address from outside of the DB cluster's VPC.
|
|
@@ -8295,7 +8309,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
8295
8309
|
/**
|
|
8296
8310
|
* @public
|
|
8297
8311
|
* <p>The network type of the DB cluster.</p>
|
|
8298
|
-
* <p>Valid
|
|
8312
|
+
* <p>Valid Values:</p>
|
|
8299
8313
|
* <ul>
|
|
8300
8314
|
* <li>
|
|
8301
8315
|
* <p>
|
|
@@ -8434,14 +8448,14 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8434
8448
|
DBSubnetGroupName?: string;
|
|
8435
8449
|
/**
|
|
8436
8450
|
* @public
|
|
8437
|
-
* <p>
|
|
8451
|
+
* <p>Specifies whether the DB instance is a Multi-AZ deployment.</p>
|
|
8438
8452
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8439
8453
|
* <p>Constraint: You can't specify the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>
|
|
8440
8454
|
*/
|
|
8441
8455
|
MultiAZ?: boolean;
|
|
8442
8456
|
/**
|
|
8443
8457
|
* @public
|
|
8444
|
-
* <p>
|
|
8458
|
+
* <p>Specifies whether the DB instance is publicly accessible.</p>
|
|
8445
8459
|
* <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address
|
|
8446
8460
|
* from within the DB instance's virtual private cloud (VPC).
|
|
8447
8461
|
* It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled
|
|
@@ -8452,7 +8466,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8452
8466
|
PubliclyAccessible?: boolean;
|
|
8453
8467
|
/**
|
|
8454
8468
|
* @public
|
|
8455
|
-
* <p>
|
|
8469
|
+
* <p>Specifies whether to automatically apply minor version upgrades to the DB instance
|
|
8456
8470
|
* during the maintenance window.</p>
|
|
8457
8471
|
* <p>If you restore an RDS Custom DB instance, you must disable this parameter.</p>
|
|
8458
8472
|
*/
|
|
@@ -8462,7 +8476,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8462
8476
|
* <p>License model information for the restored DB instance.</p>
|
|
8463
8477
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8464
8478
|
* <p>Default: Same as source.</p>
|
|
8465
|
-
* <p>Valid
|
|
8479
|
+
* <p>Valid Values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code>
|
|
8466
8480
|
* </p>
|
|
8467
8481
|
*/
|
|
8468
8482
|
LicenseModel?: string;
|
|
@@ -8571,7 +8585,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8571
8585
|
/**
|
|
8572
8586
|
* @public
|
|
8573
8587
|
* <p>Specifies the storage type to be associated with the DB instance.</p>
|
|
8574
|
-
* <p>Valid
|
|
8588
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
8575
8589
|
* </p>
|
|
8576
8590
|
* <p>If you specify <code>io1</code> or <code>gp3</code>, you must also include a value for the
|
|
8577
8591
|
* <code>Iops</code> parameter.</p>
|
|
@@ -8641,6 +8655,11 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8641
8655
|
* @public
|
|
8642
8656
|
* <p>The ARN for the Secrets Manager secret with the credentials for the user joining the domain.</p>
|
|
8643
8657
|
* <p>Constraints:</p>
|
|
8658
|
+
* <ul>
|
|
8659
|
+
* <li>
|
|
8660
|
+
* <p>Can't be longer than 64 characters.</p>
|
|
8661
|
+
* </li>
|
|
8662
|
+
* </ul>
|
|
8644
8663
|
* <p>Example: <code>arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456</code>
|
|
8645
8664
|
* </p>
|
|
8646
8665
|
*/
|
|
@@ -8660,7 +8679,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8660
8679
|
DomainDnsIps?: string[];
|
|
8661
8680
|
/**
|
|
8662
8681
|
* @public
|
|
8663
|
-
* <p>
|
|
8682
|
+
* <p>Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.</p>
|
|
8664
8683
|
* <p>In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you
|
|
8665
8684
|
* specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from
|
|
8666
8685
|
* the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance.</p>
|
|
@@ -8676,7 +8695,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8676
8695
|
DomainIAMRoleName?: string;
|
|
8677
8696
|
/**
|
|
8678
8697
|
* @public
|
|
8679
|
-
* <p>
|
|
8698
|
+
* <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access
|
|
8680
8699
|
* Management (IAM) accounts to database accounts. By default, mapping is disabled.</p>
|
|
8681
8700
|
* <p>For more information about IAM database authentication, see
|
|
8682
8701
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
@@ -8701,7 +8720,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8701
8720
|
ProcessorFeatures?: ProcessorFeature[];
|
|
8702
8721
|
/**
|
|
8703
8722
|
* @public
|
|
8704
|
-
* <p>
|
|
8723
|
+
* <p>Specifies whether the DB instance class of the DB instance uses its default
|
|
8705
8724
|
* processor features.</p>
|
|
8706
8725
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8707
8726
|
*/
|
|
@@ -8731,7 +8750,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8731
8750
|
DBParameterGroupName?: string;
|
|
8732
8751
|
/**
|
|
8733
8752
|
* @public
|
|
8734
|
-
* <p>
|
|
8753
|
+
* <p>Specifies whether to enable deletion protection for the DB instance.
|
|
8735
8754
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
8736
8755
|
* deletion protection isn't enabled. For more information, see
|
|
8737
8756
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
@@ -8740,7 +8759,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8740
8759
|
DeletionProtection?: boolean;
|
|
8741
8760
|
/**
|
|
8742
8761
|
* @public
|
|
8743
|
-
* <p>
|
|
8762
|
+
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p>
|
|
8744
8763
|
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
8745
8764
|
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
8746
8765
|
* provide lower latency for connections to the DB instance from outside of its virtual
|
|
@@ -8784,7 +8803,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
8784
8803
|
/**
|
|
8785
8804
|
* @public
|
|
8786
8805
|
* <p>The network type of the DB instance.</p>
|
|
8787
|
-
* <p>Valid
|
|
8806
|
+
* <p>Valid Values:</p>
|
|
8788
8807
|
* <ul>
|
|
8789
8808
|
* <li>
|
|
8790
8809
|
* <p>
|
|
@@ -9078,7 +9097,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9078
9097
|
Port?: number;
|
|
9079
9098
|
/**
|
|
9080
9099
|
* @public
|
|
9081
|
-
* <p>
|
|
9100
|
+
* <p>Specifies whether the DB instance is a Multi-AZ deployment.
|
|
9082
9101
|
* If the DB instance is a Multi-AZ deployment, you can't set the <code>AvailabilityZone</code> parameter.</p>
|
|
9083
9102
|
*/
|
|
9084
9103
|
MultiAZ?: boolean;
|
|
@@ -9091,7 +9110,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9091
9110
|
EngineVersion?: string;
|
|
9092
9111
|
/**
|
|
9093
9112
|
* @public
|
|
9094
|
-
* <p>
|
|
9113
|
+
* <p>Specifies whether to automatically apply minor engine upgrades
|
|
9095
9114
|
* to the DB instance during the maintenance window. By default, minor engine upgrades
|
|
9096
9115
|
* are not applied automatically.</p>
|
|
9097
9116
|
*/
|
|
@@ -9120,7 +9139,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9120
9139
|
OptionGroupName?: string;
|
|
9121
9140
|
/**
|
|
9122
9141
|
* @public
|
|
9123
|
-
* <p>
|
|
9142
|
+
* <p>Specifies whether the DB instance is publicly accessible.</p>
|
|
9124
9143
|
* <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address
|
|
9125
9144
|
* from within the DB instance's virtual private cloud (VPC).
|
|
9126
9145
|
* It resolves to the public IP address from outside of the DB instance's VPC.
|
|
@@ -9140,7 +9159,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9140
9159
|
/**
|
|
9141
9160
|
* @public
|
|
9142
9161
|
* <p>Specifies the storage type to be associated with the DB instance.</p>
|
|
9143
|
-
* <p>Valid
|
|
9162
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
9144
9163
|
* </p>
|
|
9145
9164
|
* <p>If you specify <code>io1</code> or <code>gp3</code>,
|
|
9146
9165
|
* you must also include a value for the <code>Iops</code> parameter.</p>
|
|
@@ -9152,7 +9171,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9152
9171
|
StorageType?: string;
|
|
9153
9172
|
/**
|
|
9154
9173
|
* @public
|
|
9155
|
-
* <p>
|
|
9174
|
+
* <p>Specifies whether the new DB instance is encrypted or not.</p>
|
|
9156
9175
|
*/
|
|
9157
9176
|
StorageEncrypted?: boolean;
|
|
9158
9177
|
/**
|
|
@@ -9169,7 +9188,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9169
9188
|
KmsKeyId?: string;
|
|
9170
9189
|
/**
|
|
9171
9190
|
* @public
|
|
9172
|
-
* <p>
|
|
9191
|
+
* <p>Specifies whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>
|
|
9173
9192
|
*/
|
|
9174
9193
|
CopyTagsToSnapshot?: boolean;
|
|
9175
9194
|
/**
|
|
@@ -9198,7 +9217,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9198
9217
|
MonitoringRoleArn?: string;
|
|
9199
9218
|
/**
|
|
9200
9219
|
* @public
|
|
9201
|
-
* <p>
|
|
9220
|
+
* <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access Management
|
|
9202
9221
|
* (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
|
|
9203
9222
|
* <p>For more information about IAM database authentication, see
|
|
9204
9223
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
@@ -9240,7 +9259,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9240
9259
|
S3IngestionRoleArn: string | undefined;
|
|
9241
9260
|
/**
|
|
9242
9261
|
* @public
|
|
9243
|
-
* <p>
|
|
9262
|
+
* <p>Specifies whether to enable Performance Insights for the DB instance.</p>
|
|
9244
9263
|
* <p>For more information, see
|
|
9245
9264
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
9246
9265
|
*/
|
|
@@ -9301,13 +9320,13 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9301
9320
|
ProcessorFeatures?: ProcessorFeature[];
|
|
9302
9321
|
/**
|
|
9303
9322
|
* @public
|
|
9304
|
-
* <p>
|
|
9323
|
+
* <p>Specifies whether the DB instance class of the DB instance uses its default
|
|
9305
9324
|
* processor features.</p>
|
|
9306
9325
|
*/
|
|
9307
9326
|
UseDefaultProcessorFeatures?: boolean;
|
|
9308
9327
|
/**
|
|
9309
9328
|
* @public
|
|
9310
|
-
* <p>
|
|
9329
|
+
* <p>Specifies whether to enable deletion protection for the DB instance.
|
|
9311
9330
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
9312
9331
|
* deletion protection isn't enabled. For more information, see
|
|
9313
9332
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
@@ -9326,7 +9345,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9326
9345
|
/**
|
|
9327
9346
|
* @public
|
|
9328
9347
|
* <p>The network type of the DB instance.</p>
|
|
9329
|
-
* <p>Valid
|
|
9348
|
+
* <p>Valid Values:</p>
|
|
9330
9349
|
* <ul>
|
|
9331
9350
|
* <li>
|
|
9332
9351
|
* <p>
|
|
@@ -9356,7 +9375,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
9356
9375
|
StorageThroughput?: number;
|
|
9357
9376
|
/**
|
|
9358
9377
|
* @public
|
|
9359
|
-
* <p>
|
|
9378
|
+
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
9360
9379
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
|
|
9361
9380
|
* in the <i>Amazon RDS User Guide.</i>
|
|
9362
9381
|
* </p>
|
|
@@ -9814,7 +9833,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
9814
9833
|
ProcessorFeatures?: ProcessorFeature[];
|
|
9815
9834
|
/**
|
|
9816
9835
|
* @public
|
|
9817
|
-
* <p>
|
|
9836
|
+
* <p>Specifies whether the DB instance class of the DB instance uses its default processor features.</p>
|
|
9818
9837
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
9819
9838
|
*/
|
|
9820
9839
|
UseDefaultProcessorFeatures?: boolean;
|
|
@@ -10383,8 +10402,8 @@ export interface StartExportTaskMessage {
|
|
|
10383
10402
|
/**
|
|
10384
10403
|
* @public
|
|
10385
10404
|
* <p>The data to be exported from the snapshot or cluster.
|
|
10386
|
-
* If this parameter
|
|
10387
|
-
*
|
|
10405
|
+
* If this parameter isn't provided, all of the data is exported.</p>
|
|
10406
|
+
* <p>Valid Values:</p>
|
|
10388
10407
|
* <ul>
|
|
10389
10408
|
* <li>
|
|
10390
10409
|
* <p>
|