@aws-sdk/client-rds 3.899.0 → 3.900.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.
Files changed (112) hide show
  1. package/dist-cjs/index.js +822 -506
  2. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
  3. package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
  4. package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
  5. package/dist-es/commands/CreateDBClusterCommand.js +2 -1
  6. package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
  7. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
  8. package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
  9. package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
  10. package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
  11. package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
  12. package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
  13. package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
  14. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
  15. package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
  16. package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
  17. package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
  18. package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
  19. package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
  20. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
  21. package/dist-es/commands/RebootDBClusterCommand.js +2 -1
  22. package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
  23. package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
  24. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
  25. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
  26. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
  27. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
  28. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
  29. package/dist-es/commands/StartDBClusterCommand.js +2 -1
  30. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
  31. package/dist-es/commands/StartDBInstanceCommand.js +2 -1
  32. package/dist-es/commands/StopDBClusterCommand.js +2 -1
  33. package/dist-es/commands/StopDBInstanceCommand.js +2 -1
  34. package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
  35. package/dist-es/models/models_0.js +182 -100
  36. package/dist-es/models/models_1.js +135 -3
  37. package/dist-es/protocols/Aws_query.js +303 -303
  38. package/dist-types/RDS.d.ts +0 -3
  39. package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
  40. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
  41. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
  42. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
  43. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
  44. package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
  45. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
  47. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
  48. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
  49. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
  50. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
  51. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
  52. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
  54. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
  55. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
  56. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
  57. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
  58. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
  59. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
  60. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
  62. package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
  63. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
  64. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
  65. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
  66. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
  68. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
  69. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
  70. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
  71. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
  72. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  73. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  74. package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  76. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
  77. package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
  78. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
  79. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
  80. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
  81. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
  83. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
  84. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
  85. package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
  86. package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
  87. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
  88. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
  89. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
  90. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
  91. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
  92. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
  93. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
  94. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
  95. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
  96. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  97. package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
  98. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
  99. package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
  100. package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
  101. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
  102. package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
  103. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
  104. package/dist-types/models/models_0.d.ts +677 -601
  105. package/dist-types/models/models_1.d.ts +390 -258
  106. package/dist-types/ts3.4/RDS.d.ts +0 -3
  107. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/models/models_0.d.ts +191 -141
  111. package/dist-types/ts3.4/models/models_1.d.ts +137 -39
  112. package/package.json +1 -1
@@ -341,7 +341,6 @@ export interface RDS {
341
341
  /**
342
342
  * @see {@link CreateGlobalClusterCommand}
343
343
  */
344
- createGlobalCluster(): Promise<CreateGlobalClusterCommandOutput>;
345
344
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalClusterCommandOutput>;
346
345
  createGlobalCluster(args: CreateGlobalClusterCommandInput, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
347
346
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
@@ -960,7 +959,6 @@ export interface RDS {
960
959
  /**
961
960
  * @see {@link ModifyGlobalClusterCommand}
962
961
  */
963
- modifyGlobalCluster(): Promise<ModifyGlobalClusterCommandOutput>;
964
962
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalClusterCommandOutput>;
965
963
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
966
964
  modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
@@ -1027,7 +1025,6 @@ export interface RDS {
1027
1025
  /**
1028
1026
  * @see {@link RemoveFromGlobalClusterCommand}
1029
1027
  */
1030
- removeFromGlobalCluster(): Promise<RemoveFromGlobalClusterCommandOutput>;
1031
1028
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFromGlobalClusterCommandOutput>;
1032
1029
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
1033
1030
  removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
@@ -73,12 +73,18 @@ declare const AddTagsToResourceCommand_base: {
73
73
  * <p>
74
74
  * <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
75
75
  *
76
+ * @throws {@link DBProxyEndpointNotFoundFault} (client fault)
77
+ * <p>The DB proxy endpoint doesn't exist.</p>
78
+ *
76
79
  * @throws {@link DBProxyNotFoundFault} (client fault)
77
80
  * <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
78
81
  *
79
82
  * @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
80
83
  * <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
81
84
  *
85
+ * @throws {@link DBShardGroupNotFoundFault} (client fault)
86
+ * <p>The specified DB shard group name wasn't found.</p>
87
+ *
82
88
  * @throws {@link DBSnapshotNotFoundFault} (client fault)
83
89
  * <p>
84
90
  * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
@@ -89,6 +95,15 @@ declare const AddTagsToResourceCommand_base: {
89
95
  * @throws {@link IntegrationNotFoundFault} (client fault)
90
96
  * <p>The specified integration could not be found.</p>
91
97
  *
98
+ * @throws {@link InvalidDBClusterEndpointStateFault} (client fault)
99
+ * <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
100
+ *
101
+ * @throws {@link InvalidDBClusterStateFault} (client fault)
102
+ * <p>The requested operation can't be performed while the cluster is in this state.</p>
103
+ *
104
+ * @throws {@link InvalidDBInstanceStateFault} (client fault)
105
+ * <p>The DB instance isn't in a valid state.</p>
106
+ *
92
107
  * @throws {@link TenantDatabaseNotFoundFault} (client fault)
93
108
  * <p>The specified tenant database wasn't found in the DB instance.</p>
94
109
  *
@@ -118,10 +118,10 @@ declare const CopyDBClusterSnapshotCommand_base: {
118
118
  * // Value: "STRING_VALUE",
119
119
  * // },
120
120
  * // ],
121
- * // DBSystemId: "STRING_VALUE",
122
121
  * // StorageType: "STRING_VALUE",
123
- * // DbClusterResourceId: "STRING_VALUE",
124
122
  * // StorageThroughput: Number("int"),
123
+ * // DbClusterResourceId: "STRING_VALUE",
124
+ * // DBSystemId: "STRING_VALUE",
125
125
  * // },
126
126
  * // };
127
127
  *
@@ -56,9 +56,9 @@ declare const CopyDBSnapshotCommand_base: {
56
56
  * PreSignedUrl: "STRING_VALUE",
57
57
  * OptionGroupName: "STRING_VALUE",
58
58
  * TargetCustomAvailabilityZone: "STRING_VALUE",
59
+ * SnapshotTarget: "STRING_VALUE",
59
60
  * CopyOptionGroup: true || false,
60
61
  * SnapshotAvailabilityZone: "STRING_VALUE",
61
- * SnapshotTarget: "STRING_VALUE",
62
62
  * };
63
63
  * const command = new CopyDBSnapshotCommand(input);
64
64
  * const response = await client.send(command);
@@ -79,6 +79,7 @@ declare const CopyDBSnapshotCommand_base: {
79
79
  * // LicenseModel: "STRING_VALUE",
80
80
  * // SnapshotType: "STRING_VALUE",
81
81
  * // Iops: Number("int"),
82
+ * // StorageThroughput: Number("int"),
82
83
  * // OptionGroupName: "STRING_VALUE",
83
84
  * // PercentProgress: Number("int"),
84
85
  * // SourceRegion: "STRING_VALUE",
@@ -103,13 +104,12 @@ declare const CopyDBSnapshotCommand_base: {
103
104
  * // Value: "STRING_VALUE",
104
105
  * // },
105
106
  * // ],
107
+ * // SnapshotTarget: "STRING_VALUE",
106
108
  * // OriginalSnapshotCreateTime: new Date("TIMESTAMP"),
107
109
  * // SnapshotDatabaseTime: new Date("TIMESTAMP"),
108
- * // SnapshotTarget: "STRING_VALUE",
109
- * // StorageThroughput: Number("int"),
110
110
  * // DBSystemId: "STRING_VALUE",
111
- * // DedicatedLogVolume: true || false,
112
111
  * // MultiTenant: true || false,
112
+ * // DedicatedLogVolume: true || false,
113
113
  * // SnapshotAvailabilityZone: "STRING_VALUE",
114
114
  * // },
115
115
  * // };
@@ -152,6 +152,10 @@ declare const CreateBlueGreenDeploymentCommand_base: {
152
152
  * @throws {@link SourceDatabaseNotSupportedFault} (client fault)
153
153
  * <p>The source DB instance isn't supported for a blue/green deployment.</p>
154
154
  *
155
+ * @throws {@link StorageQuotaExceededFault} (client fault)
156
+ * <p>The request would result in the user exceeding the allowed amount of storage
157
+ * available across all DB instances.</p>
158
+ *
155
159
  * @throws {@link RDSServiceException}
156
160
  * <p>Base exception class for all service exceptions from RDS service.</p>
157
161
  *
@@ -43,6 +43,8 @@ declare const CreateCustomDBEngineVersionCommand_base: {
43
43
  * DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
44
44
  * ImageId: "STRING_VALUE",
45
45
  * KMSKeyId: "STRING_VALUE",
46
+ * SourceCustomDbEngineVersionIdentifier: "STRING_VALUE",
47
+ * UseAwsProvidedLatestImage: true || false,
46
48
  * Description: "STRING_VALUE",
47
49
  * Manifest: "STRING_VALUE",
48
50
  * Tags: [ // TagList
@@ -51,16 +53,19 @@ declare const CreateCustomDBEngineVersionCommand_base: {
51
53
  * Value: "STRING_VALUE",
52
54
  * },
53
55
  * ],
54
- * SourceCustomDbEngineVersionIdentifier: "STRING_VALUE",
55
- * UseAwsProvidedLatestImage: true || false,
56
56
  * };
57
57
  * const command = new CreateCustomDBEngineVersionCommand(input);
58
58
  * const response = await client.send(command);
59
59
  * // { // DBEngineVersion
60
60
  * // Engine: "STRING_VALUE",
61
+ * // MajorEngineVersion: "STRING_VALUE",
61
62
  * // EngineVersion: "STRING_VALUE",
63
+ * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
64
+ * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
65
+ * // CustomDBEngineVersionManifest: "STRING_VALUE",
62
66
  * // DBParameterGroupFamily: "STRING_VALUE",
63
67
  * // DBEngineDescription: "STRING_VALUE",
68
+ * // DBEngineVersionArn: "STRING_VALUE",
64
69
  * // DBEngineVersionDescription: "STRING_VALUE",
65
70
  * // DefaultCharacterSet: { // CharacterSet
66
71
  * // CharacterSetName: "STRING_VALUE",
@@ -71,6 +76,8 @@ declare const CreateCustomDBEngineVersionCommand_base: {
71
76
  * // Status: "STRING_VALUE",
72
77
  * // },
73
78
  * // DBEngineMediaType: "STRING_VALUE",
79
+ * // KMSKeyId: "STRING_VALUE",
80
+ * // CreateTime: new Date("TIMESTAMP"),
74
81
  * // SupportedCharacterSets: [ // SupportedCharacterSetsList
75
82
  * // {
76
83
  * // CharacterSetName: "STRING_VALUE",
@@ -120,12 +127,6 @@ declare const CreateCustomDBEngineVersionCommand_base: {
120
127
  * // Status: "STRING_VALUE",
121
128
  * // SupportsParallelQuery: true || false,
122
129
  * // SupportsGlobalDatabases: true || false,
123
- * // MajorEngineVersion: "STRING_VALUE",
124
- * // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
125
- * // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
126
- * // DBEngineVersionArn: "STRING_VALUE",
127
- * // KMSKeyId: "STRING_VALUE",
128
- * // CreateTime: new Date("TIMESTAMP"),
129
130
  * // TagList: [ // TagList
130
131
  * // { // Tag
131
132
  * // Key: "STRING_VALUE",
@@ -133,7 +134,6 @@ declare const CreateCustomDBEngineVersionCommand_base: {
133
134
  * // },
134
135
  * // ],
135
136
  * // SupportsBabelfish: true || false,
136
- * // CustomDBEngineVersionManifest: "STRING_VALUE",
137
137
  * // SupportsLimitlessDatabase: true || false,
138
138
  * // SupportsCertificateRotationWithoutRestart: true || false,
139
139
  * // SupportedCACertificateIdentifiers: [ // CACertificateIdentifiersList
@@ -161,12 +161,18 @@ declare const CreateCustomDBEngineVersionCommand_base: {
161
161
  * @throws {@link CustomDBEngineVersionAlreadyExistsFault} (client fault)
162
162
  * <p>A CEV with the specified name already exists.</p>
163
163
  *
164
+ * @throws {@link CustomDBEngineVersionNotFoundFault} (client fault)
165
+ * <p>The specified CEV was not found.</p>
166
+ *
164
167
  * @throws {@link CustomDBEngineVersionQuotaExceededFault} (client fault)
165
168
  * <p>You have exceeded your CEV quota.</p>
166
169
  *
167
170
  * @throws {@link Ec2ImagePropertiesNotSupportedFault} (client fault)
168
171
  * <p>The AMI configuration prerequisite has not been met.</p>
169
172
  *
173
+ * @throws {@link InvalidCustomDBEngineVersionStateFault} (client fault)
174
+ * <p>You can't delete the CEV.</p>
175
+ *
170
176
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
171
177
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
172
178
  *
@@ -99,6 +99,12 @@ declare const CreateDBClusterCommand_base: {
99
99
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
100
100
  * ReplicaMode: "open-read-only" || "mounted",
101
101
  * },
102
+ * DBClusterInstanceClass: "STRING_VALUE",
103
+ * AllocatedStorage: Number("int"),
104
+ * StorageType: "STRING_VALUE",
105
+ * Iops: Number("int"),
106
+ * PubliclyAccessible: true || false,
107
+ * AutoMinorVersionUpgrade: true || false,
102
108
  * DeletionProtection: true || false,
103
109
  * GlobalClusterIdentifier: "STRING_VALUE",
104
110
  * EnableHttpEndpoint: true || false,
@@ -106,12 +112,12 @@ declare const CreateDBClusterCommand_base: {
106
112
  * Domain: "STRING_VALUE",
107
113
  * DomainIAMRoleName: "STRING_VALUE",
108
114
  * EnableGlobalWriteForwarding: true || false,
109
- * DBClusterInstanceClass: "STRING_VALUE",
110
- * AllocatedStorage: Number("int"),
111
- * StorageType: "STRING_VALUE",
112
- * Iops: Number("int"),
113
- * PubliclyAccessible: true || false,
114
- * AutoMinorVersionUpgrade: true || false,
115
+ * NetworkType: "STRING_VALUE",
116
+ * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
117
+ * MinCapacity: Number("double"),
118
+ * MaxCapacity: Number("double"),
119
+ * SecondsUntilAutoPause: Number("int"),
120
+ * },
115
121
  * MonitoringInterval: Number("int"),
116
122
  * MonitoringRoleArn: "STRING_VALUE",
117
123
  * DatabaseInsightsMode: "standard" || "advanced",
@@ -119,17 +125,11 @@ declare const CreateDBClusterCommand_base: {
119
125
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
120
126
  * PerformanceInsightsRetentionPeriod: Number("int"),
121
127
  * EnableLimitlessDatabase: true || false,
122
- * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
123
- * MinCapacity: Number("double"),
124
- * MaxCapacity: Number("double"),
125
- * SecondsUntilAutoPause: Number("int"),
126
- * },
127
- * NetworkType: "STRING_VALUE",
128
- * ClusterScalabilityType: "standard" || "limitless",
128
+ * ClusterScalabilityType: "standard" || "limitless" || "scaleout",
129
129
  * DBSystemId: "STRING_VALUE",
130
130
  * ManageMasterUserPassword: true || false,
131
- * MasterUserSecretKmsKeyId: "STRING_VALUE",
132
131
  * EnableLocalWriteForwarding: true || false,
132
+ * MasterUserSecretKmsKeyId: "STRING_VALUE",
133
133
  * CACertificateIdentifier: "STRING_VALUE",
134
134
  * EngineLifecycleSupport: "STRING_VALUE",
135
135
  * MasterUserAuthenticationType: "password" || "iam-db-auth",
@@ -149,7 +149,6 @@ declare const CreateDBClusterCommand_base: {
149
149
  * // DBClusterParameterGroup: "STRING_VALUE",
150
150
  * // DBSubnetGroup: "STRING_VALUE",
151
151
  * // Status: "STRING_VALUE",
152
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
153
152
  * // PercentProgress: "STRING_VALUE",
154
153
  * // EarliestRestorableTime: new Date("TIMESTAMP"),
155
154
  * // Endpoint: "STRING_VALUE",
@@ -219,6 +218,33 @@ declare const CreateDBClusterCommand_base: {
219
218
  * // "STRING_VALUE",
220
219
  * // ],
221
220
  * // Capacity: Number("int"),
221
+ * // PendingModifiedValues: { // ClusterPendingModifiedValues
222
+ * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
223
+ * // LogTypesToEnable: [
224
+ * // "STRING_VALUE",
225
+ * // ],
226
+ * // LogTypesToDisable: [
227
+ * // "STRING_VALUE",
228
+ * // ],
229
+ * // },
230
+ * // DBClusterIdentifier: "STRING_VALUE",
231
+ * // MasterUserPassword: "STRING_VALUE",
232
+ * // IAMDatabaseAuthenticationEnabled: true || false,
233
+ * // EngineVersion: "STRING_VALUE",
234
+ * // BackupRetentionPeriod: Number("int"),
235
+ * // StorageType: "STRING_VALUE",
236
+ * // AllocatedStorage: Number("int"),
237
+ * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
238
+ * // InterconnectSubnetId: "STRING_VALUE",
239
+ * // TransitGatewayMulticastDomainId: "STRING_VALUE",
240
+ * // ReplicaMode: "open-read-only" || "mounted",
241
+ * // },
242
+ * // Iops: Number("int"),
243
+ * // CertificateDetails: { // CertificateDetails
244
+ * // CAIdentifier: "STRING_VALUE",
245
+ * // ValidTill: new Date("TIMESTAMP"),
246
+ * // },
247
+ * // },
222
248
  * // EngineMode: "STRING_VALUE",
223
249
  * // ScalingConfigurationInfo: { // ScalingConfigurationInfo
224
250
  * // MinCapacity: Number("int"),
@@ -228,11 +254,18 @@ declare const CreateDBClusterCommand_base: {
228
254
  * // TimeoutAction: "STRING_VALUE",
229
255
  * // SecondsBeforeTimeout: Number("int"),
230
256
  * // },
231
- * // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
257
+ * // RdsCustomClusterConfiguration: {
232
258
  * // InterconnectSubnetId: "STRING_VALUE",
233
259
  * // TransitGatewayMulticastDomainId: "STRING_VALUE",
234
260
  * // ReplicaMode: "open-read-only" || "mounted",
235
261
  * // },
262
+ * // DBClusterInstanceClass: "STRING_VALUE",
263
+ * // StorageType: "STRING_VALUE",
264
+ * // Iops: Number("int"),
265
+ * // StorageThroughput: Number("int"),
266
+ * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
267
+ * // PubliclyAccessible: true || false,
268
+ * // AutoMinorVersionUpgrade: true || false,
236
269
  * // DeletionProtection: true || false,
237
270
  * // HttpEndpointEnabled: true || false,
238
271
  * // ActivityStreamMode: "sync" || "async",
@@ -263,66 +296,33 @@ declare const CreateDBClusterCommand_base: {
263
296
  * // GlobalClusterIdentifier: "STRING_VALUE",
264
297
  * // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
265
298
  * // GlobalWriteForwardingRequested: true || false,
266
- * // PendingModifiedValues: { // ClusterPendingModifiedValues
267
- * // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
268
- * // LogTypesToEnable: [
269
- * // "STRING_VALUE",
270
- * // ],
271
- * // LogTypesToDisable: [
272
- * // "STRING_VALUE",
273
- * // ],
274
- * // },
275
- * // DBClusterIdentifier: "STRING_VALUE",
276
- * // MasterUserPassword: "STRING_VALUE",
277
- * // IAMDatabaseAuthenticationEnabled: true || false,
278
- * // EngineVersion: "STRING_VALUE",
279
- * // BackupRetentionPeriod: Number("int"),
280
- * // AllocatedStorage: Number("int"),
281
- * // RdsCustomClusterConfiguration: {
282
- * // InterconnectSubnetId: "STRING_VALUE",
283
- * // TransitGatewayMulticastDomainId: "STRING_VALUE",
284
- * // ReplicaMode: "open-read-only" || "mounted",
285
- * // },
286
- * // Iops: Number("int"),
287
- * // StorageType: "STRING_VALUE",
288
- * // CertificateDetails: { // CertificateDetails
289
- * // CAIdentifier: "STRING_VALUE",
290
- * // ValidTill: new Date("TIMESTAMP"),
291
- * // },
299
+ * // NetworkType: "STRING_VALUE",
300
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
301
+ * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
302
+ * // MinCapacity: Number("double"),
303
+ * // MaxCapacity: Number("double"),
304
+ * // SecondsUntilAutoPause: Number("int"),
292
305
  * // },
293
- * // DBClusterInstanceClass: "STRING_VALUE",
294
- * // StorageType: "STRING_VALUE",
295
- * // Iops: Number("int"),
296
- * // PubliclyAccessible: true || false,
297
- * // AutoMinorVersionUpgrade: true || false,
306
+ * // ServerlessV2PlatformVersion: "STRING_VALUE",
298
307
  * // MonitoringInterval: Number("int"),
299
308
  * // MonitoringRoleArn: "STRING_VALUE",
300
309
  * // DatabaseInsightsMode: "standard" || "advanced",
301
310
  * // PerformanceInsightsEnabled: true || false,
302
311
  * // PerformanceInsightsKMSKeyId: "STRING_VALUE",
303
312
  * // PerformanceInsightsRetentionPeriod: Number("int"),
304
- * // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
305
- * // MinCapacity: Number("double"),
306
- * // MaxCapacity: Number("double"),
307
- * // SecondsUntilAutoPause: Number("int"),
308
- * // },
309
- * // ServerlessV2PlatformVersion: "STRING_VALUE",
310
- * // NetworkType: "STRING_VALUE",
311
313
  * // DBSystemId: "STRING_VALUE",
312
314
  * // MasterUserSecret: { // MasterUserSecret
313
315
  * // SecretArn: "STRING_VALUE",
314
316
  * // SecretStatus: "STRING_VALUE",
315
317
  * // KmsKeyId: "STRING_VALUE",
316
318
  * // },
317
- * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
318
319
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
319
320
  * // AwsBackupRecoveryPointArn: "STRING_VALUE",
320
321
  * // LimitlessDatabase: { // LimitlessDatabase
321
322
  * // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
322
323
  * // MinRequiredACU: Number("double"),
323
324
  * // },
324
- * // StorageThroughput: Number("int"),
325
- * // ClusterScalabilityType: "standard" || "limitless",
325
+ * // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
326
326
  * // CertificateDetails: {
327
327
  * // CAIdentifier: "STRING_VALUE",
328
328
  * // ValidTill: new Date("TIMESTAMP"),
@@ -408,6 +408,9 @@ declare const CreateDBClusterCommand_base: {
408
408
  * @throws {@link KMSKeyNotAccessibleFault} (client fault)
409
409
  * <p>An error occurred accessing an Amazon Web Services KMS key.</p>
410
410
  *
411
+ * @throws {@link NetworkTypeNotSupported} (client fault)
412
+ * <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
413
+ *
411
414
  * @throws {@link OptionGroupNotFoundFault} (client fault)
412
415
  * <p>The specified option group could not be found.</p>
413
416
  *
@@ -415,6 +418,9 @@ declare const CreateDBClusterCommand_base: {
415
418
  * <p>The request would result in the user exceeding the allowed amount of storage
416
419
  * available across all DB instances.</p>
417
420
  *
421
+ * @throws {@link StorageTypeNotSupportedFault} (client fault)
422
+ * <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
423
+ *
418
424
  * @throws {@link RDSServiceException}
419
425
  * <p>Base exception class for all service exceptions from RDS service.</p>
420
426
  *
@@ -84,10 +84,10 @@ declare const CreateDBClusterSnapshotCommand_base: {
84
84
  * // Value: "STRING_VALUE",
85
85
  * // },
86
86
  * // ],
87
- * // DBSystemId: "STRING_VALUE",
88
87
  * // StorageType: "STRING_VALUE",
89
- * // DbClusterResourceId: "STRING_VALUE",
90
88
  * // StorageThroughput: Number("int"),
89
+ * // DbClusterResourceId: "STRING_VALUE",
90
+ * // DBSystemId: "STRING_VALUE",
91
91
  * // },
92
92
  * // };
93
93
  *
@@ -70,6 +70,7 @@ declare const CreateDBInstanceCommand_base: {
70
70
  * AutoMinorVersionUpgrade: true || false,
71
71
  * LicenseModel: "STRING_VALUE",
72
72
  * Iops: Number("int"),
73
+ * StorageThroughput: Number("int"),
73
74
  * OptionGroupName: "STRING_VALUE",
74
75
  * CharacterSetName: "STRING_VALUE",
75
76
  * NcharCharacterSetName: "STRING_VALUE",
@@ -116,16 +117,15 @@ declare const CreateDBInstanceCommand_base: {
116
117
  * DeletionProtection: true || false,
117
118
  * MaxAllocatedStorage: Number("int"),
118
119
  * EnableCustomerOwnedIp: true || false,
119
- * CustomIamInstanceProfile: "STRING_VALUE",
120
- * BackupTarget: "STRING_VALUE",
121
120
  * NetworkType: "STRING_VALUE",
122
- * StorageThroughput: Number("int"),
121
+ * BackupTarget: "STRING_VALUE",
122
+ * CustomIamInstanceProfile: "STRING_VALUE",
123
+ * DBSystemId: "STRING_VALUE",
124
+ * CACertificateIdentifier: "STRING_VALUE",
123
125
  * ManageMasterUserPassword: true || false,
124
126
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
125
- * CACertificateIdentifier: "STRING_VALUE",
126
- * DBSystemId: "STRING_VALUE",
127
- * DedicatedLogVolume: true || false,
128
127
  * MultiTenant: true || false,
128
+ * DedicatedLogVolume: true || false,
129
129
  * EngineLifecycleSupport: "STRING_VALUE",
130
130
  * MasterUserAuthenticationType: "password" || "iam-db-auth",
131
131
  * };
@@ -137,7 +137,6 @@ declare const CreateDBInstanceCommand_base: {
137
137
  * // DBInstanceClass: "STRING_VALUE",
138
138
  * // Engine: "STRING_VALUE",
139
139
  * // DBInstanceStatus: "STRING_VALUE",
140
- * // AutomaticRestartTime: new Date("TIMESTAMP"),
141
140
  * // MasterUsername: "STRING_VALUE",
142
141
  * // DBName: "STRING_VALUE",
143
142
  * // Endpoint: { // Endpoint
@@ -201,6 +200,7 @@ declare const CreateDBInstanceCommand_base: {
201
200
  * // EngineVersion: "STRING_VALUE",
202
201
  * // LicenseModel: "STRING_VALUE",
203
202
  * // Iops: Number("int"),
203
+ * // StorageThroughput: Number("int"),
204
204
  * // DBInstanceIdentifier: "STRING_VALUE",
205
205
  * // StorageType: "STRING_VALUE",
206
206
  * // CACertificateIdentifier: "STRING_VALUE",
@@ -219,13 +219,12 @@ declare const CreateDBInstanceCommand_base: {
219
219
  * // Value: "STRING_VALUE",
220
220
  * // },
221
221
  * // ],
222
- * // IAMDatabaseAuthenticationEnabled: true || false,
223
222
  * // AutomationMode: "full" || "all-paused",
224
223
  * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
225
- * // StorageThroughput: Number("int"),
226
- * // Engine: "STRING_VALUE",
227
- * // DedicatedLogVolume: true || false,
228
224
  * // MultiTenant: true || false,
225
+ * // IAMDatabaseAuthenticationEnabled: true || false,
226
+ * // DedicatedLogVolume: true || false,
227
+ * // Engine: "STRING_VALUE",
229
228
  * // },
230
229
  * // LatestRestorableTime: new Date("TIMESTAMP"),
231
230
  * // MultiAZ: true || false,
@@ -241,6 +240,7 @@ declare const CreateDBInstanceCommand_base: {
241
240
  * // ReplicaMode: "open-read-only" || "mounted",
242
241
  * // LicenseModel: "STRING_VALUE",
243
242
  * // Iops: Number("int"),
243
+ * // StorageThroughput: Number("int"),
244
244
  * // OptionGroupMemberships: [ // OptionGroupMembershipList
245
245
  * // { // OptionGroupMembership
246
246
  * // OptionGroupName: "STRING_VALUE",
@@ -321,40 +321,40 @@ declare const CreateDBInstanceCommand_base: {
321
321
  * // Value: "STRING_VALUE",
322
322
  * // },
323
323
  * // ],
324
- * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
325
- * // { // DBInstanceAutomatedBackupsReplication
326
- * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
327
- * // },
328
- * // ],
324
+ * // AutomationMode: "full" || "all-paused",
325
+ * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
329
326
  * // CustomerOwnedIpEnabled: true || false,
330
- * // AwsBackupRecoveryPointArn: "STRING_VALUE",
327
+ * // NetworkType: "STRING_VALUE",
331
328
  * // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
332
329
  * // ActivityStreamKmsKeyId: "STRING_VALUE",
333
330
  * // ActivityStreamKinesisStreamName: "STRING_VALUE",
334
331
  * // ActivityStreamMode: "sync" || "async",
335
332
  * // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
336
- * // AutomationMode: "full" || "all-paused",
337
- * // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
338
- * // CustomIamInstanceProfile: "STRING_VALUE",
333
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
334
+ * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
335
+ * // { // DBInstanceAutomatedBackupsReplication
336
+ * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
337
+ * // },
338
+ * // ],
339
339
  * // BackupTarget: "STRING_VALUE",
340
- * // NetworkType: "STRING_VALUE",
340
+ * // AutomaticRestartTime: new Date("TIMESTAMP"),
341
+ * // CustomIamInstanceProfile: "STRING_VALUE",
341
342
  * // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
342
- * // StorageThroughput: Number("int"),
343
+ * // CertificateDetails: { // CertificateDetails
344
+ * // CAIdentifier: "STRING_VALUE",
345
+ * // ValidTill: new Date("TIMESTAMP"),
346
+ * // },
343
347
  * // DBSystemId: "STRING_VALUE",
344
348
  * // MasterUserSecret: { // MasterUserSecret
345
349
  * // SecretArn: "STRING_VALUE",
346
350
  * // SecretStatus: "STRING_VALUE",
347
351
  * // KmsKeyId: "STRING_VALUE",
348
352
  * // },
349
- * // CertificateDetails: { // CertificateDetails
350
- * // CAIdentifier: "STRING_VALUE",
351
- * // ValidTill: new Date("TIMESTAMP"),
352
- * // },
353
353
  * // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
354
354
  * // PercentProgress: "STRING_VALUE",
355
+ * // MultiTenant: true || false,
355
356
  * // DedicatedLogVolume: true || false,
356
357
  * // IsStorageConfigUpgradeAvailable: true || false,
357
- * // MultiTenant: true || false,
358
358
  * // EngineLifecycleSupport: "STRING_VALUE",
359
359
  * // },
360
360
  * // };