@aws-sdk/client-rds 3.946.0 → 3.947.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-cjs/index.js +41 -3
- package/dist-es/schemas/schemas_0.js +41 -3
- package/dist-types/commands/CreateDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +11 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +12 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +85 -19
- package/dist-types/models/models_1.d.ts +121 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +9 -4
- package/dist-types/ts3.4/models/models_1.d.ts +15 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
|
@@ -116,6 +116,17 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
116
116
|
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
117
117
|
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
118
118
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
119
|
+
* TagSpecifications: [ // TagSpecificationList
|
|
120
|
+
* { // TagSpecification
|
|
121
|
+
* ResourceType: "STRING_VALUE",
|
|
122
|
+
* Tags: [
|
|
123
|
+
* {
|
|
124
|
+
* Key: "STRING_VALUE",
|
|
125
|
+
* Value: "STRING_VALUE",
|
|
126
|
+
* },
|
|
127
|
+
* ],
|
|
128
|
+
* },
|
|
129
|
+
* ],
|
|
119
130
|
* };
|
|
120
131
|
* const command = new RestoreDBClusterFromSnapshotCommand(input);
|
|
121
132
|
* const response = await client.send(command);
|
|
@@ -118,6 +118,17 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
118
118
|
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
119
119
|
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
120
120
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
121
|
+
* TagSpecifications: [ // TagSpecificationList
|
|
122
|
+
* { // TagSpecification
|
|
123
|
+
* ResourceType: "STRING_VALUE",
|
|
124
|
+
* Tags: [
|
|
125
|
+
* {
|
|
126
|
+
* Key: "STRING_VALUE",
|
|
127
|
+
* Value: "STRING_VALUE",
|
|
128
|
+
* },
|
|
129
|
+
* ],
|
|
130
|
+
* },
|
|
131
|
+
* ],
|
|
121
132
|
* };
|
|
122
133
|
* const command = new RestoreDBClusterToPointInTimeCommand(input);
|
|
123
134
|
* const response = await client.send(command);
|
|
@@ -111,6 +111,17 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
|
|
|
111
111
|
* DedicatedLogVolume: true || false,
|
|
112
112
|
* CACertificateIdentifier: "STRING_VALUE",
|
|
113
113
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
114
|
+
* TagSpecifications: [ // TagSpecificationList
|
|
115
|
+
* { // TagSpecification
|
|
116
|
+
* ResourceType: "STRING_VALUE",
|
|
117
|
+
* Tags: [
|
|
118
|
+
* {
|
|
119
|
+
* Key: "STRING_VALUE",
|
|
120
|
+
* Value: "STRING_VALUE",
|
|
121
|
+
* },
|
|
122
|
+
* ],
|
|
123
|
+
* },
|
|
124
|
+
* ],
|
|
114
125
|
* ManageMasterUserPassword: true || false,
|
|
115
126
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
116
127
|
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
@@ -113,6 +113,17 @@ declare const RestoreDBInstanceFromS3Command_base: {
|
|
|
113
113
|
* DedicatedLogVolume: true || false,
|
|
114
114
|
* CACertificateIdentifier: "STRING_VALUE",
|
|
115
115
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
116
|
+
* TagSpecifications: [ // TagSpecificationList
|
|
117
|
+
* { // TagSpecification
|
|
118
|
+
* ResourceType: "STRING_VALUE",
|
|
119
|
+
* Tags: [
|
|
120
|
+
* {
|
|
121
|
+
* Key: "STRING_VALUE",
|
|
122
|
+
* Value: "STRING_VALUE",
|
|
123
|
+
* },
|
|
124
|
+
* ],
|
|
125
|
+
* },
|
|
126
|
+
* ],
|
|
116
127
|
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
117
128
|
* { // AdditionalStorageVolume
|
|
118
129
|
* VolumeName: "STRING_VALUE", // required
|
|
@@ -108,6 +108,17 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
|
|
|
108
108
|
* DedicatedLogVolume: true || false,
|
|
109
109
|
* CACertificateIdentifier: "STRING_VALUE",
|
|
110
110
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
111
|
+
* TagSpecifications: [ // TagSpecificationList
|
|
112
|
+
* { // TagSpecification
|
|
113
|
+
* ResourceType: "STRING_VALUE",
|
|
114
|
+
* Tags: [
|
|
115
|
+
* {
|
|
116
|
+
* Key: "STRING_VALUE",
|
|
117
|
+
* Value: "STRING_VALUE",
|
|
118
|
+
* },
|
|
119
|
+
* ],
|
|
120
|
+
* },
|
|
121
|
+
* ],
|
|
111
122
|
* ManageMasterUserPassword: true || false,
|
|
112
123
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
113
124
|
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
@@ -45,6 +45,12 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
|
|
|
45
45
|
* BackupRetentionPeriod: Number("int"),
|
|
46
46
|
* KmsKeyId: "STRING_VALUE",
|
|
47
47
|
* PreSignedUrl: "STRING_VALUE",
|
|
48
|
+
* Tags: [ // TagList
|
|
49
|
+
* { // Tag
|
|
50
|
+
* Key: "STRING_VALUE",
|
|
51
|
+
* Value: "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
48
54
|
* };
|
|
49
55
|
* const command = new StartDBInstanceAutomatedBackupsReplicationCommand(input);
|
|
50
56
|
* const response = await client.send(command);
|
|
@@ -87,6 +93,12 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
|
|
|
87
93
|
* // BackupTarget: "STRING_VALUE",
|
|
88
94
|
* // MultiTenant: true || false,
|
|
89
95
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
96
|
+
* // TagList: [ // TagList
|
|
97
|
+
* // { // Tag
|
|
98
|
+
* // Key: "STRING_VALUE",
|
|
99
|
+
* // Value: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
90
102
|
* // DedicatedLogVolume: true || false,
|
|
91
103
|
* // AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
92
104
|
* // { // AdditionalStorageVolume
|
|
@@ -84,6 +84,12 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
|
|
|
84
84
|
* // BackupTarget: "STRING_VALUE",
|
|
85
85
|
* // MultiTenant: true || false,
|
|
86
86
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
87
|
+
* // TagList: [ // TagList
|
|
88
|
+
* // { // Tag
|
|
89
|
+
* // Key: "STRING_VALUE",
|
|
90
|
+
* // Value: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // ],
|
|
87
93
|
* // DedicatedLogVolume: true || false,
|
|
88
94
|
* // AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
89
95
|
* // { // AdditionalStorageVolume
|
|
@@ -3294,6 +3294,37 @@ export interface ServerlessV2ScalingConfiguration {
|
|
|
3294
3294
|
*/
|
|
3295
3295
|
SecondsUntilAutoPause?: number | undefined;
|
|
3296
3296
|
}
|
|
3297
|
+
/**
|
|
3298
|
+
* <p>The tags to apply to resources when creating or modifying a DB instance or DB cluster. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.</p>
|
|
3299
|
+
* @public
|
|
3300
|
+
*/
|
|
3301
|
+
export interface TagSpecification {
|
|
3302
|
+
/**
|
|
3303
|
+
* <p>The type of resource to tag on creation.</p>
|
|
3304
|
+
* <p>Valid Values: </p>
|
|
3305
|
+
* <ul>
|
|
3306
|
+
* <li>
|
|
3307
|
+
* <p>
|
|
3308
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
3309
|
+
* </li>
|
|
3310
|
+
* <li>
|
|
3311
|
+
* <p>
|
|
3312
|
+
* <code>cluster-auto-backup</code> - The DB cluster's automated backup.</p>
|
|
3313
|
+
* </li>
|
|
3314
|
+
* </ul>
|
|
3315
|
+
* @public
|
|
3316
|
+
*/
|
|
3317
|
+
ResourceType?: string | undefined;
|
|
3318
|
+
/**
|
|
3319
|
+
* <p>A list of tags.</p>
|
|
3320
|
+
* <p>For more information, see
|
|
3321
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or
|
|
3322
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>.
|
|
3323
|
+
* </p>
|
|
3324
|
+
* @public
|
|
3325
|
+
*/
|
|
3326
|
+
Tags?: Tag[] | undefined;
|
|
3327
|
+
}
|
|
3297
3328
|
/**
|
|
3298
3329
|
* <p></p>
|
|
3299
3330
|
* @public
|
|
@@ -4124,6 +4155,18 @@ export interface CreateDBClusterMessage {
|
|
|
4124
4155
|
* @public
|
|
4125
4156
|
*/
|
|
4126
4157
|
EngineLifecycleSupport?: string | undefined;
|
|
4158
|
+
/**
|
|
4159
|
+
* <p>Tags to assign to resources associated with the DB cluster.</p>
|
|
4160
|
+
* <p>Valid Values: </p>
|
|
4161
|
+
* <ul>
|
|
4162
|
+
* <li>
|
|
4163
|
+
* <p>
|
|
4164
|
+
* <code>cluster-auto-backup</code> - The DB cluster's automated backup.</p>
|
|
4165
|
+
* </li>
|
|
4166
|
+
* </ul>
|
|
4167
|
+
* @public
|
|
4168
|
+
*/
|
|
4169
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
4127
4170
|
/**
|
|
4128
4171
|
* <p>Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB cluster.</p>
|
|
4129
4172
|
* <p>You can specify one of the following values:</p>
|
|
@@ -6804,6 +6847,18 @@ export interface CreateDBInstanceMessage {
|
|
|
6804
6847
|
* @public
|
|
6805
6848
|
*/
|
|
6806
6849
|
EngineLifecycleSupport?: string | undefined;
|
|
6850
|
+
/**
|
|
6851
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
6852
|
+
* <p>Valid Values: </p>
|
|
6853
|
+
* <ul>
|
|
6854
|
+
* <li>
|
|
6855
|
+
* <p>
|
|
6856
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
6857
|
+
* </li>
|
|
6858
|
+
* </ul>
|
|
6859
|
+
* @public
|
|
6860
|
+
*/
|
|
6861
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
6807
6862
|
/**
|
|
6808
6863
|
* <p>Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB instance.</p>
|
|
6809
6864
|
* <p>You can specify one of the following values:</p>
|
|
@@ -8622,6 +8677,18 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8622
8677
|
* @public
|
|
8623
8678
|
*/
|
|
8624
8679
|
CACertificateIdentifier?: string | undefined;
|
|
8680
|
+
/**
|
|
8681
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
8682
|
+
* <p>Valid Values: </p>
|
|
8683
|
+
* <ul>
|
|
8684
|
+
* <li>
|
|
8685
|
+
* <p>
|
|
8686
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
8687
|
+
* </li>
|
|
8688
|
+
* </ul>
|
|
8689
|
+
* @public
|
|
8690
|
+
*/
|
|
8691
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
8625
8692
|
/**
|
|
8626
8693
|
* <p>A list of additional storage volumes to create for the DB instance. You can create up
|
|
8627
8694
|
* to three additional storage volumes using the names <code>rdsdbdata2</code>,
|
|
@@ -10920,6 +10987,15 @@ export interface DBClusterAutomatedBackup {
|
|
|
10920
10987
|
* @public
|
|
10921
10988
|
*/
|
|
10922
10989
|
AwsBackupRecoveryPointArn?: string | undefined;
|
|
10990
|
+
/**
|
|
10991
|
+
* <p>A list of tags.</p>
|
|
10992
|
+
* <p>For more information, see
|
|
10993
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or
|
|
10994
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>.
|
|
10995
|
+
* </p>
|
|
10996
|
+
* @public
|
|
10997
|
+
*/
|
|
10998
|
+
TagList?: Tag[] | undefined;
|
|
10923
10999
|
}
|
|
10924
11000
|
/**
|
|
10925
11001
|
* @public
|
|
@@ -11267,6 +11343,15 @@ export interface DBInstanceAutomatedBackup {
|
|
|
11267
11343
|
* @public
|
|
11268
11344
|
*/
|
|
11269
11345
|
AwsBackupRecoveryPointArn?: string | undefined;
|
|
11346
|
+
/**
|
|
11347
|
+
* <p>A list of tags.</p>
|
|
11348
|
+
* <p>For more information, see
|
|
11349
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS resources</a> in the <i>Amazon RDS User Guide</i> or
|
|
11350
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS resources</a> in the <i>Amazon Aurora User Guide</i>.
|
|
11351
|
+
* </p>
|
|
11352
|
+
* @public
|
|
11353
|
+
*/
|
|
11354
|
+
TagList?: Tag[] | undefined;
|
|
11270
11355
|
/**
|
|
11271
11356
|
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
11272
11357
|
* @public
|
|
@@ -17567,22 +17652,3 @@ export interface DescribeTenantDatabasesMessage {
|
|
|
17567
17652
|
*/
|
|
17568
17653
|
MaxRecords?: number | undefined;
|
|
17569
17654
|
}
|
|
17570
|
-
/**
|
|
17571
|
-
* @public
|
|
17572
|
-
*/
|
|
17573
|
-
export interface TenantDatabasesMessage {
|
|
17574
|
-
/**
|
|
17575
|
-
* <p>An optional pagination token provided by a previous
|
|
17576
|
-
* <code>DescribeTenantDatabases</code> request. If this parameter is specified, the
|
|
17577
|
-
* response includes only records beyond the marker, up to the value specified by
|
|
17578
|
-
* <code>MaxRecords</code>.</p>
|
|
17579
|
-
* @public
|
|
17580
|
-
*/
|
|
17581
|
-
Marker?: string | undefined;
|
|
17582
|
-
/**
|
|
17583
|
-
* <p>An array of the tenant databases requested by the <code>DescribeTenantDatabases</code>
|
|
17584
|
-
* operation.</p>
|
|
17585
|
-
* @public
|
|
17586
|
-
*/
|
|
17587
|
-
TenantDatabases?: TenantDatabase[] | undefined;
|
|
17588
|
-
}
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AuditPolicyState, AutomationMode, CustomEngineVersionStatus, DatabaseInsightsMode, DefaultAuthScheme, MasterUserAuthenticationType, ReplicaMode } from "./enums";
|
|
2
|
-
import { type BlueGreenDeployment, type Certificate, type DBCluster, type DBClusterSnapshotAttributesResult, type DBInstance, type DBInstanceAutomatedBackup, type DBProxy, type DBProxyEndpoint, type DBProxyTargetGroup, type DBRecommendation, type DBSecurityGroup, type DBSnapshot, type DBSnapshotAttributesResult, type DBSubnetGroup, type EventSubscription, type GlobalCluster, type OptionGroup, type RdsCustomClusterConfiguration, type ReservedDBInstance, type ScalingConfiguration, type ServerlessV2ScalingConfiguration,
|
|
2
|
+
import { type BlueGreenDeployment, type Certificate, type DBCluster, type DBClusterSnapshotAttributesResult, type DBInstance, type DBInstanceAutomatedBackup, type DBProxy, type DBProxyEndpoint, type DBProxyTargetGroup, type DBRecommendation, type DBSecurityGroup, type DBSnapshot, type DBSnapshotAttributesResult, type DBSubnetGroup, type EventSubscription, type GlobalCluster, type OptionGroup, type RdsCustomClusterConfiguration, type ReservedDBInstance, type ScalingConfiguration, type ServerlessV2ScalingConfiguration, AdditionalStorageVolume, AvailableProcessorFeature, DBProxyTarget, Filter, OptionSetting, Parameter, ProcessorFeature, Tag, TagSpecification, TenantDatabase, UserAuthConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface TenantDatabasesMessage {
|
|
7
|
+
/**
|
|
8
|
+
* <p>An optional pagination token provided by a previous
|
|
9
|
+
* <code>DescribeTenantDatabases</code> request. If this parameter is specified, the
|
|
10
|
+
* response includes only records beyond the marker, up to the value specified by
|
|
11
|
+
* <code>MaxRecords</code>.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
Marker?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>An array of the tenant databases requested by the <code>DescribeTenantDatabases</code>
|
|
17
|
+
* operation.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
TenantDatabases?: TenantDatabase[] | undefined;
|
|
21
|
+
}
|
|
3
22
|
/**
|
|
4
23
|
* <p></p>
|
|
5
24
|
* @public
|
|
@@ -2717,6 +2736,18 @@ export interface ModifyDBInstanceMessage {
|
|
|
2717
2736
|
* @public
|
|
2718
2737
|
*/
|
|
2719
2738
|
Engine?: string | undefined;
|
|
2739
|
+
/**
|
|
2740
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
2741
|
+
* <p>Valid Values: </p>
|
|
2742
|
+
* <ul>
|
|
2743
|
+
* <li>
|
|
2744
|
+
* <p>
|
|
2745
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
2746
|
+
* </li>
|
|
2747
|
+
* </ul>
|
|
2748
|
+
* @public
|
|
2749
|
+
*/
|
|
2750
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2720
2751
|
/**
|
|
2721
2752
|
* <p>Specifies the authentication type for the master user. With IAM master user authentication, you can change the master DB user to use IAM database authentication.</p>
|
|
2722
2753
|
* <p>You can specify one of the following values:</p>
|
|
@@ -3761,6 +3792,18 @@ export interface PromoteReadReplicaMessage {
|
|
|
3761
3792
|
* @public
|
|
3762
3793
|
*/
|
|
3763
3794
|
PreferredBackupWindow?: string | undefined;
|
|
3795
|
+
/**
|
|
3796
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
3797
|
+
* <p>Valid Values: </p>
|
|
3798
|
+
* <ul>
|
|
3799
|
+
* <li>
|
|
3800
|
+
* <p>
|
|
3801
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
3802
|
+
* </li>
|
|
3803
|
+
* </ul>
|
|
3804
|
+
* @public
|
|
3805
|
+
*/
|
|
3806
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
3764
3807
|
}
|
|
3765
3808
|
/**
|
|
3766
3809
|
* @public
|
|
@@ -4599,6 +4642,18 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
4599
4642
|
* @public
|
|
4600
4643
|
*/
|
|
4601
4644
|
EngineLifecycleSupport?: string | undefined;
|
|
4645
|
+
/**
|
|
4646
|
+
* <p>Tags to assign to resources associated with the DB cluster.</p>
|
|
4647
|
+
* <p>Valid Values: </p>
|
|
4648
|
+
* <ul>
|
|
4649
|
+
* <li>
|
|
4650
|
+
* <p>
|
|
4651
|
+
* <code>cluster-auto-backup</code> - The DB cluster's automated backup.</p>
|
|
4652
|
+
* </li>
|
|
4653
|
+
* </ul>
|
|
4654
|
+
* @public
|
|
4655
|
+
*/
|
|
4656
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
4602
4657
|
}
|
|
4603
4658
|
/**
|
|
4604
4659
|
* @public
|
|
@@ -5096,6 +5151,18 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
5096
5151
|
* @public
|
|
5097
5152
|
*/
|
|
5098
5153
|
EngineLifecycleSupport?: string | undefined;
|
|
5154
|
+
/**
|
|
5155
|
+
* <p>Tags to assign to resources associated with the DB cluster.</p>
|
|
5156
|
+
* <p>Valid Values: </p>
|
|
5157
|
+
* <ul>
|
|
5158
|
+
* <li>
|
|
5159
|
+
* <p>
|
|
5160
|
+
* <code>cluster-auto-backup</code> - The DB cluster's automated backup.</p>
|
|
5161
|
+
* </li>
|
|
5162
|
+
* </ul>
|
|
5163
|
+
* @public
|
|
5164
|
+
*/
|
|
5165
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
5099
5166
|
}
|
|
5100
5167
|
/**
|
|
5101
5168
|
* @public
|
|
@@ -5583,6 +5650,18 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
5583
5650
|
* @public
|
|
5584
5651
|
*/
|
|
5585
5652
|
EngineLifecycleSupport?: string | undefined;
|
|
5653
|
+
/**
|
|
5654
|
+
* <p>Tags to assign to resources associated with the DB cluster.</p>
|
|
5655
|
+
* <p>Valid Values: </p>
|
|
5656
|
+
* <ul>
|
|
5657
|
+
* <li>
|
|
5658
|
+
* <p>
|
|
5659
|
+
* <code>cluster-auto-backup</code> - The DB cluster's automated backup.</p>
|
|
5660
|
+
* </li>
|
|
5661
|
+
* </ul>
|
|
5662
|
+
* @public
|
|
5663
|
+
*/
|
|
5664
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
5586
5665
|
}
|
|
5587
5666
|
/**
|
|
5588
5667
|
* @public
|
|
@@ -6199,6 +6278,18 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
6199
6278
|
* @public
|
|
6200
6279
|
*/
|
|
6201
6280
|
EngineLifecycleSupport?: string | undefined;
|
|
6281
|
+
/**
|
|
6282
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
6283
|
+
* <p>Valid Values: </p>
|
|
6284
|
+
* <ul>
|
|
6285
|
+
* <li>
|
|
6286
|
+
* <p>
|
|
6287
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
6288
|
+
* </li>
|
|
6289
|
+
* </ul>
|
|
6290
|
+
* @public
|
|
6291
|
+
*/
|
|
6292
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
6202
6293
|
/**
|
|
6203
6294
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager in the
|
|
6204
6295
|
* restored DB instance.</p>
|
|
@@ -6825,6 +6916,18 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
6825
6916
|
* @public
|
|
6826
6917
|
*/
|
|
6827
6918
|
EngineLifecycleSupport?: string | undefined;
|
|
6919
|
+
/**
|
|
6920
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
6921
|
+
* <p>Valid Values: </p>
|
|
6922
|
+
* <ul>
|
|
6923
|
+
* <li>
|
|
6924
|
+
* <p>
|
|
6925
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
6926
|
+
* </li>
|
|
6927
|
+
* </ul>
|
|
6928
|
+
* @public
|
|
6929
|
+
*/
|
|
6930
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
6828
6931
|
/**
|
|
6829
6932
|
* <p>A list of additional storage volumes to modify or delete for the DB instance. You can
|
|
6830
6933
|
* modify or delete up to three additional storage volumes using the names
|
|
@@ -7498,6 +7601,18 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
7498
7601
|
* @public
|
|
7499
7602
|
*/
|
|
7500
7603
|
EngineLifecycleSupport?: string | undefined;
|
|
7604
|
+
/**
|
|
7605
|
+
* <p>Tags to assign to resources associated with the DB instance.</p>
|
|
7606
|
+
* <p>Valid Values: </p>
|
|
7607
|
+
* <ul>
|
|
7608
|
+
* <li>
|
|
7609
|
+
* <p>
|
|
7610
|
+
* <code>auto-backup</code> - The DB instance's automated backup.</p>
|
|
7611
|
+
* </li>
|
|
7612
|
+
* </ul>
|
|
7613
|
+
* @public
|
|
7614
|
+
*/
|
|
7615
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
7501
7616
|
/**
|
|
7502
7617
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager in the
|
|
7503
7618
|
* restored DB instance.</p>
|
|
@@ -7786,6 +7901,11 @@ export interface StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
|
7786
7901
|
* @public
|
|
7787
7902
|
*/
|
|
7788
7903
|
PreSignedUrl?: string | undefined;
|
|
7904
|
+
/**
|
|
7905
|
+
* <p>A list of tags to associate with the replicated automated backups.</p>
|
|
7906
|
+
* @public
|
|
7907
|
+
*/
|
|
7908
|
+
Tags?: Tag[] | undefined;
|
|
7789
7909
|
}
|
|
7790
7910
|
/**
|
|
7791
7911
|
* @public
|
|
@@ -555,6 +555,7 @@ export declare var SwitchoverReadReplicaMessage: StaticStructureSchema;
|
|
|
555
555
|
export declare var SwitchoverReadReplicaResult: StaticStructureSchema;
|
|
556
556
|
export declare var Tag: StaticStructureSchema;
|
|
557
557
|
export declare var TagListMessage: StaticStructureSchema;
|
|
558
|
+
export declare var TagSpecification: StaticStructureSchema;
|
|
558
559
|
export declare var TargetHealth: StaticStructureSchema;
|
|
559
560
|
export declare var TenantDatabase: StaticStructureSchema;
|
|
560
561
|
export declare var TenantDatabaseAlreadyExistsFault: StaticErrorSchema;
|
|
@@ -683,6 +684,7 @@ export declare var SupportedEngineLifecycleList: StaticListSchema;
|
|
|
683
684
|
export declare var SupportedTimezonesList: StaticListSchema;
|
|
684
685
|
export declare var SwitchoverDetailList: StaticListSchema;
|
|
685
686
|
export declare var TagList: StaticListSchema;
|
|
687
|
+
export declare var TagSpecificationList: StaticListSchema;
|
|
686
688
|
export declare var TargetGroupList: StaticListSchema;
|
|
687
689
|
export declare var TargetList: StaticListSchema;
|
|
688
690
|
export declare var TenantDatabasesList: StaticListSchema;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
TenantDatabasesMessage,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { DescribeTenantDatabasesMessage } from "../models/models_0";
|
|
4
|
+
import { TenantDatabasesMessage } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
RDSClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -501,6 +501,10 @@ export interface ServerlessV2ScalingConfiguration {
|
|
|
501
501
|
MaxCapacity?: number | undefined;
|
|
502
502
|
SecondsUntilAutoPause?: number | undefined;
|
|
503
503
|
}
|
|
504
|
+
export interface TagSpecification {
|
|
505
|
+
ResourceType?: string | undefined;
|
|
506
|
+
Tags?: Tag[] | undefined;
|
|
507
|
+
}
|
|
504
508
|
export interface CreateDBClusterMessage {
|
|
505
509
|
AvailabilityZones?: string[] | undefined;
|
|
506
510
|
BackupRetentionPeriod?: number | undefined;
|
|
@@ -560,6 +564,7 @@ export interface CreateDBClusterMessage {
|
|
|
560
564
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
561
565
|
CACertificateIdentifier?: string | undefined;
|
|
562
566
|
EngineLifecycleSupport?: string | undefined;
|
|
567
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
563
568
|
MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
|
|
564
569
|
}
|
|
565
570
|
export interface DBClusterRole {
|
|
@@ -829,6 +834,7 @@ export interface CreateDBInstanceMessage {
|
|
|
829
834
|
MultiTenant?: boolean | undefined;
|
|
830
835
|
DedicatedLogVolume?: boolean | undefined;
|
|
831
836
|
EngineLifecycleSupport?: string | undefined;
|
|
837
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
832
838
|
MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
|
|
833
839
|
AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
|
|
834
840
|
}
|
|
@@ -1050,6 +1056,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
1050
1056
|
DedicatedLogVolume?: boolean | undefined;
|
|
1051
1057
|
UpgradeStorageConfig?: boolean | undefined;
|
|
1052
1058
|
CACertificateIdentifier?: string | undefined;
|
|
1059
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1053
1060
|
AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
|
|
1054
1061
|
}
|
|
1055
1062
|
export interface CreateDBInstanceReadReplicaResult {
|
|
@@ -1371,6 +1378,7 @@ export interface DBClusterAutomatedBackup {
|
|
|
1371
1378
|
Iops?: number | undefined;
|
|
1372
1379
|
StorageThroughput?: number | undefined;
|
|
1373
1380
|
AwsBackupRecoveryPointArn?: string | undefined;
|
|
1381
|
+
TagList?: Tag[] | undefined;
|
|
1374
1382
|
}
|
|
1375
1383
|
export interface DeleteDBClusterAutomatedBackupResult {
|
|
1376
1384
|
DBClusterAutomatedBackup?: DBClusterAutomatedBackup | undefined;
|
|
@@ -1433,6 +1441,7 @@ export interface DBInstanceAutomatedBackup {
|
|
|
1433
1441
|
BackupTarget?: string | undefined;
|
|
1434
1442
|
MultiTenant?: boolean | undefined;
|
|
1435
1443
|
AwsBackupRecoveryPointArn?: string | undefined;
|
|
1444
|
+
TagList?: Tag[] | undefined;
|
|
1436
1445
|
DedicatedLogVolume?: boolean | undefined;
|
|
1437
1446
|
AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
|
|
1438
1447
|
}
|
|
@@ -2338,7 +2347,3 @@ export interface DescribeTenantDatabasesMessage {
|
|
|
2338
2347
|
Marker?: string | undefined;
|
|
2339
2348
|
MaxRecords?: number | undefined;
|
|
2340
2349
|
}
|
|
2341
|
-
export interface TenantDatabasesMessage {
|
|
2342
|
-
Marker?: string | undefined;
|
|
2343
|
-
TenantDatabases?: TenantDatabase[] | undefined;
|
|
2344
|
-
}
|
|
@@ -32,7 +32,6 @@ import {
|
|
|
32
32
|
ReservedDBInstance,
|
|
33
33
|
ScalingConfiguration,
|
|
34
34
|
ServerlessV2ScalingConfiguration,
|
|
35
|
-
TenantDatabase,
|
|
36
35
|
AdditionalStorageVolume,
|
|
37
36
|
AvailableProcessorFeature,
|
|
38
37
|
DBProxyTarget,
|
|
@@ -41,8 +40,14 @@ import {
|
|
|
41
40
|
Parameter,
|
|
42
41
|
ProcessorFeature,
|
|
43
42
|
Tag,
|
|
43
|
+
TagSpecification,
|
|
44
|
+
TenantDatabase,
|
|
44
45
|
UserAuthConfig,
|
|
45
46
|
} from "./models_0";
|
|
47
|
+
export interface TenantDatabasesMessage {
|
|
48
|
+
Marker?: string | undefined;
|
|
49
|
+
TenantDatabases?: TenantDatabase[] | undefined;
|
|
50
|
+
}
|
|
46
51
|
export interface DescribeValidDBInstanceModificationsMessage {
|
|
47
52
|
DBInstanceIdentifier: string | undefined;
|
|
48
53
|
}
|
|
@@ -326,6 +331,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
326
331
|
MultiTenant?: boolean | undefined;
|
|
327
332
|
DedicatedLogVolume?: boolean | undefined;
|
|
328
333
|
Engine?: string | undefined;
|
|
334
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
329
335
|
MasterUserAuthenticationType?: MasterUserAuthenticationType | undefined;
|
|
330
336
|
AdditionalStorageVolumes?: ModifyAdditionalStorageVolume[] | undefined;
|
|
331
337
|
}
|
|
@@ -480,6 +486,7 @@ export interface PromoteReadReplicaMessage {
|
|
|
480
486
|
DBInstanceIdentifier: string | undefined;
|
|
481
487
|
BackupRetentionPeriod?: number | undefined;
|
|
482
488
|
PreferredBackupWindow?: string | undefined;
|
|
489
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
483
490
|
}
|
|
484
491
|
export interface PromoteReadReplicaResult {
|
|
485
492
|
DBInstance?: DBInstance | undefined;
|
|
@@ -602,6 +609,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
602
609
|
ManageMasterUserPassword?: boolean | undefined;
|
|
603
610
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
604
611
|
EngineLifecycleSupport?: string | undefined;
|
|
612
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
605
613
|
}
|
|
606
614
|
export interface RestoreDBClusterFromS3Result {
|
|
607
615
|
DBCluster?: DBCluster | undefined;
|
|
@@ -644,6 +652,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
644
652
|
PerformanceInsightsKMSKeyId?: string | undefined;
|
|
645
653
|
PerformanceInsightsRetentionPeriod?: number | undefined;
|
|
646
654
|
EngineLifecycleSupport?: string | undefined;
|
|
655
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
647
656
|
}
|
|
648
657
|
export interface RestoreDBClusterFromSnapshotResult {
|
|
649
658
|
DBCluster?: DBCluster | undefined;
|
|
@@ -686,6 +695,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
686
695
|
PerformanceInsightsKMSKeyId?: string | undefined;
|
|
687
696
|
PerformanceInsightsRetentionPeriod?: number | undefined;
|
|
688
697
|
EngineLifecycleSupport?: string | undefined;
|
|
698
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
689
699
|
}
|
|
690
700
|
export interface RestoreDBClusterToPointInTimeResult {
|
|
691
701
|
DBCluster?: DBCluster | undefined;
|
|
@@ -733,6 +743,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
733
743
|
DedicatedLogVolume?: boolean | undefined;
|
|
734
744
|
CACertificateIdentifier?: string | undefined;
|
|
735
745
|
EngineLifecycleSupport?: string | undefined;
|
|
746
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
736
747
|
ManageMasterUserPassword?: boolean | undefined;
|
|
737
748
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
738
749
|
AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
|
|
@@ -793,6 +804,7 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
793
804
|
DedicatedLogVolume?: boolean | undefined;
|
|
794
805
|
CACertificateIdentifier?: string | undefined;
|
|
795
806
|
EngineLifecycleSupport?: string | undefined;
|
|
807
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
796
808
|
AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
|
|
797
809
|
}
|
|
798
810
|
export interface RestoreDBInstanceFromS3Result {
|
|
@@ -845,6 +857,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
845
857
|
DedicatedLogVolume?: boolean | undefined;
|
|
846
858
|
CACertificateIdentifier?: string | undefined;
|
|
847
859
|
EngineLifecycleSupport?: string | undefined;
|
|
860
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
848
861
|
ManageMasterUserPassword?: boolean | undefined;
|
|
849
862
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
850
863
|
AdditionalStorageVolumes?: AdditionalStorageVolume[] | undefined;
|
|
@@ -894,6 +907,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
|
894
907
|
BackupRetentionPeriod?: number | undefined;
|
|
895
908
|
KmsKeyId?: string | undefined;
|
|
896
909
|
PreSignedUrl?: string | undefined;
|
|
910
|
+
Tags?: Tag[] | undefined;
|
|
897
911
|
}
|
|
898
912
|
export interface StartDBInstanceAutomatedBackupsReplicationResult {
|
|
899
913
|
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup | undefined;
|
|
@@ -561,6 +561,7 @@ export declare var SwitchoverReadReplicaMessage: StaticStructureSchema;
|
|
|
561
561
|
export declare var SwitchoverReadReplicaResult: StaticStructureSchema;
|
|
562
562
|
export declare var Tag: StaticStructureSchema;
|
|
563
563
|
export declare var TagListMessage: StaticStructureSchema;
|
|
564
|
+
export declare var TagSpecification: StaticStructureSchema;
|
|
564
565
|
export declare var TargetHealth: StaticStructureSchema;
|
|
565
566
|
export declare var TenantDatabase: StaticStructureSchema;
|
|
566
567
|
export declare var TenantDatabaseAlreadyExistsFault: StaticErrorSchema;
|
|
@@ -689,6 +690,7 @@ export declare var SupportedEngineLifecycleList: StaticListSchema;
|
|
|
689
690
|
export declare var SupportedTimezonesList: StaticListSchema;
|
|
690
691
|
export declare var SwitchoverDetailList: StaticListSchema;
|
|
691
692
|
export declare var TagList: StaticListSchema;
|
|
693
|
+
export declare var TagSpecificationList: StaticListSchema;
|
|
692
694
|
export declare var TargetGroupList: StaticListSchema;
|
|
693
695
|
export declare var TargetList: StaticListSchema;
|
|
694
696
|
export declare var TenantDatabasesList: StaticListSchema;
|