@aws-sdk/client-rds 3.577.0 → 3.581.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 (39) hide show
  1. package/dist-cjs/index.js +37 -0
  2. package/dist-es/protocols/Aws_query.js +37 -0
  3. package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +2 -0
  7. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -0
  13. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
  14. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
  15. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
  16. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
  17. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -0
  18. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -0
  19. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
  20. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
  21. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
  22. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -0
  23. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -0
  24. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -0
  25. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -0
  26. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +2 -0
  27. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -0
  28. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +2 -0
  29. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -0
  30. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -0
  31. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
  32. package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -0
  33. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
  34. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
  35. package/dist-types/models/models_0.d.ts +136 -12
  36. package/dist-types/models/models_1.d.ts +204 -8
  37. package/dist-types/ts3.4/models/models_0.d.ts +6 -0
  38. package/dist-types/ts3.4/models/models_1.d.ts +6 -0
  39. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -9382,6 +9382,9 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
9382
9382
  if (input[_CACI] != null) {
9383
9383
  entries[_CACI] = input[_CACI];
9384
9384
  }
9385
+ if (input[_ELS] != null) {
9386
+ entries[_ELS] = input[_ELS];
9387
+ }
9385
9388
  return entries;
9386
9389
  }, "se_CreateDBClusterMessage");
9387
9390
  var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
@@ -9660,6 +9663,9 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
9660
9663
  if (input[_MT] != null) {
9661
9664
  entries[_MT] = input[_MT];
9662
9665
  }
9666
+ if (input[_ELS] != null) {
9667
+ entries[_ELS] = input[_ELS];
9668
+ }
9663
9669
  return entries;
9664
9670
  }, "se_CreateDBInstanceMessage");
9665
9671
  var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, context) => {
@@ -10121,6 +10127,9 @@ var se_CreateGlobalClusterMessage = /* @__PURE__ */ __name((input, context) => {
10121
10127
  if (input[_EV] != null) {
10122
10128
  entries[_EV] = input[_EV];
10123
10129
  }
10130
+ if (input[_ELS] != null) {
10131
+ entries[_ELS] = input[_ELS];
10132
+ }
10124
10133
  if (input[_DP] != null) {
10125
10134
  entries[_DP] = input[_DP];
10126
10135
  }
@@ -13240,6 +13249,9 @@ var se_RestoreDBClusterFromS3Message = /* @__PURE__ */ __name((input, context) =
13240
13249
  if (input[_ST] != null) {
13241
13250
  entries[_ST] = input[_ST];
13242
13251
  }
13252
+ if (input[_ELS] != null) {
13253
+ entries[_ELS] = input[_ELS];
13254
+ }
13243
13255
  return entries;
13244
13256
  }, "se_RestoreDBClusterFromS3Message");
13245
13257
  var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
@@ -13372,6 +13384,9 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
13372
13384
  entries[loc] = value;
13373
13385
  });
13374
13386
  }
13387
+ if (input[_ELS] != null) {
13388
+ entries[_ELS] = input[_ELS];
13389
+ }
13375
13390
  return entries;
13376
13391
  }, "se_RestoreDBClusterFromSnapshotMessage");
13377
13392
  var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, context) => {
@@ -13497,6 +13512,9 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
13497
13512
  entries[loc] = value;
13498
13513
  });
13499
13514
  }
13515
+ if (input[_ELS] != null) {
13516
+ entries[_ELS] = input[_ELS];
13517
+ }
13500
13518
  return entries;
13501
13519
  }, "se_RestoreDBClusterToPointInTimeMessage");
13502
13520
  var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
@@ -13660,6 +13678,9 @@ var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, c
13660
13678
  if (input[_CACI] != null) {
13661
13679
  entries[_CACI] = input[_CACI];
13662
13680
  }
13681
+ if (input[_ELS] != null) {
13682
+ entries[_ELS] = input[_ELS];
13683
+ }
13663
13684
  return entries;
13664
13685
  }, "se_RestoreDBInstanceFromDBSnapshotMessage");
13665
13686
  var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context) => {
@@ -13850,6 +13871,9 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
13850
13871
  if (input[_CACI] != null) {
13851
13872
  entries[_CACI] = input[_CACI];
13852
13873
  }
13874
+ if (input[_ELS] != null) {
13875
+ entries[_ELS] = input[_ELS];
13876
+ }
13853
13877
  return entries;
13854
13878
  }, "se_RestoreDBInstanceFromS3Message");
13855
13879
  var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, context) => {
@@ -14025,6 +14049,9 @@ var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, co
14025
14049
  if (input[_CACI] != null) {
14026
14050
  entries[_CACI] = input[_CACI];
14027
14051
  }
14052
+ if (input[_ELS] != null) {
14053
+ entries[_ELS] = input[_ELS];
14054
+ }
14028
14055
  return entries;
14029
14056
  }, "se_RestoreDBInstanceToPointInTimeMessage");
14030
14057
  var se_RevokeDBSecurityGroupIngressMessage = /* @__PURE__ */ __name((input, context) => {
@@ -15135,6 +15162,9 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15135
15162
  if (output[_CD] != null) {
15136
15163
  contents[_CD] = de_CertificateDetails(output[_CD], context);
15137
15164
  }
15165
+ if (output[_ELS] != null) {
15166
+ contents[_ELS] = (0, import_smithy_client.expectString)(output[_ELS]);
15167
+ }
15138
15168
  return contents;
15139
15169
  }, "de_DBCluster");
15140
15170
  var de_DBClusterAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
@@ -16162,6 +16192,9 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16162
16192
  if (output[_MT] != null) {
16163
16193
  contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
16164
16194
  }
16195
+ if (output[_ELS] != null) {
16196
+ contents[_ELS] = (0, import_smithy_client.expectString)(output[_ELS]);
16197
+ }
16165
16198
  return contents;
16166
16199
  }, "de_DBInstance");
16167
16200
  var de_DBInstanceAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
@@ -17971,6 +18004,9 @@ var de_GlobalCluster = /* @__PURE__ */ __name((output, context) => {
17971
18004
  if (output[_EV] != null) {
17972
18005
  contents[_EV] = (0, import_smithy_client.expectString)(output[_EV]);
17973
18006
  }
18007
+ if (output[_ELS] != null) {
18008
+ contents[_ELS] = (0, import_smithy_client.expectString)(output[_ELS]);
18009
+ }
17974
18010
  if (output[_DN] != null) {
17975
18011
  contents[_DN] = (0, import_smithy_client.expectString)(output[_DN]);
17976
18012
  }
@@ -20819,6 +20855,7 @@ var _EGWF = "EnableGlobalWriteForwarding";
20819
20855
  var _EHE = "EnableHttpEndpoint";
20820
20856
  var _EIAMDA = "EnableIAMDatabaseAuthentication";
20821
20857
  var _ELD = "EnableLimitlessDatabase";
20858
+ var _ELS = "EngineLifecycleSupport";
20822
20859
  var _ELT = "EnableLogTypes";
20823
20860
  var _ELTx = "ExportableLogTypes";
20824
20861
  var _ELWF = "EnableLocalWriteForwarding";
@@ -6094,6 +6094,9 @@ const se_CreateDBClusterMessage = (input, context) => {
6094
6094
  if (input[_CACI] != null) {
6095
6095
  entries[_CACI] = input[_CACI];
6096
6096
  }
6097
+ if (input[_ELS] != null) {
6098
+ entries[_ELS] = input[_ELS];
6099
+ }
6097
6100
  return entries;
6098
6101
  };
6099
6102
  const se_CreateDBClusterParameterGroupMessage = (input, context) => {
@@ -6369,6 +6372,9 @@ const se_CreateDBInstanceMessage = (input, context) => {
6369
6372
  if (input[_MT] != null) {
6370
6373
  entries[_MT] = input[_MT];
6371
6374
  }
6375
+ if (input[_ELS] != null) {
6376
+ entries[_ELS] = input[_ELS];
6377
+ }
6372
6378
  return entries;
6373
6379
  };
6374
6380
  const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
@@ -6822,6 +6828,9 @@ const se_CreateGlobalClusterMessage = (input, context) => {
6822
6828
  if (input[_EV] != null) {
6823
6829
  entries[_EV] = input[_EV];
6824
6830
  }
6831
+ if (input[_ELS] != null) {
6832
+ entries[_ELS] = input[_ELS];
6833
+ }
6825
6834
  if (input[_DP] != null) {
6826
6835
  entries[_DP] = input[_DP];
6827
6836
  }
@@ -9875,6 +9884,9 @@ const se_RestoreDBClusterFromS3Message = (input, context) => {
9875
9884
  if (input[_ST] != null) {
9876
9885
  entries[_ST] = input[_ST];
9877
9886
  }
9887
+ if (input[_ELS] != null) {
9888
+ entries[_ELS] = input[_ELS];
9889
+ }
9878
9890
  return entries;
9879
9891
  };
9880
9892
  const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
@@ -10006,6 +10018,9 @@ const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
10006
10018
  entries[loc] = value;
10007
10019
  });
10008
10020
  }
10021
+ if (input[_ELS] != null) {
10022
+ entries[_ELS] = input[_ELS];
10023
+ }
10009
10024
  return entries;
10010
10025
  };
10011
10026
  const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
@@ -10130,6 +10145,9 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
10130
10145
  entries[loc] = value;
10131
10146
  });
10132
10147
  }
10148
+ if (input[_ELS] != null) {
10149
+ entries[_ELS] = input[_ELS];
10150
+ }
10133
10151
  return entries;
10134
10152
  };
10135
10153
  const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
@@ -10292,6 +10310,9 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
10292
10310
  if (input[_CACI] != null) {
10293
10311
  entries[_CACI] = input[_CACI];
10294
10312
  }
10313
+ if (input[_ELS] != null) {
10314
+ entries[_ELS] = input[_ELS];
10315
+ }
10295
10316
  return entries;
10296
10317
  };
10297
10318
  const se_RestoreDBInstanceFromS3Message = (input, context) => {
@@ -10481,6 +10502,9 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
10481
10502
  if (input[_CACI] != null) {
10482
10503
  entries[_CACI] = input[_CACI];
10483
10504
  }
10505
+ if (input[_ELS] != null) {
10506
+ entries[_ELS] = input[_ELS];
10507
+ }
10484
10508
  return entries;
10485
10509
  };
10486
10510
  const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
@@ -10655,6 +10679,9 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
10655
10679
  if (input[_CACI] != null) {
10656
10680
  entries[_CACI] = input[_CACI];
10657
10681
  }
10682
+ if (input[_ELS] != null) {
10683
+ entries[_ELS] = input[_ELS];
10684
+ }
10658
10685
  return entries;
10659
10686
  };
10660
10687
  const se_RevokeDBSecurityGroupIngressMessage = (input, context) => {
@@ -11803,6 +11830,9 @@ const de_DBCluster = (output, context) => {
11803
11830
  if (output[_CD] != null) {
11804
11831
  contents[_CD] = de_CertificateDetails(output[_CD], context);
11805
11832
  }
11833
+ if (output[_ELS] != null) {
11834
+ contents[_ELS] = __expectString(output[_ELS]);
11835
+ }
11806
11836
  return contents;
11807
11837
  };
11808
11838
  const de_DBClusterAlreadyExistsFault = (output, context) => {
@@ -12882,6 +12912,9 @@ const de_DBInstance = (output, context) => {
12882
12912
  if (output[_MT] != null) {
12883
12913
  contents[_MT] = __parseBoolean(output[_MT]);
12884
12914
  }
12915
+ if (output[_ELS] != null) {
12916
+ contents[_ELS] = __expectString(output[_ELS]);
12917
+ }
12885
12918
  return contents;
12886
12919
  };
12887
12920
  const de_DBInstanceAlreadyExistsFault = (output, context) => {
@@ -14791,6 +14824,9 @@ const de_GlobalCluster = (output, context) => {
14791
14824
  if (output[_EV] != null) {
14792
14825
  contents[_EV] = __expectString(output[_EV]);
14793
14826
  }
14827
+ if (output[_ELS] != null) {
14828
+ contents[_ELS] = __expectString(output[_ELS]);
14829
+ }
14794
14830
  if (output[_DN] != null) {
14795
14831
  contents[_DN] = __expectString(output[_DN]);
14796
14832
  }
@@ -17785,6 +17821,7 @@ const _EGWF = "EnableGlobalWriteForwarding";
17785
17821
  const _EHE = "EnableHttpEndpoint";
17786
17822
  const _EIAMDA = "EnableIAMDatabaseAuthentication";
17787
17823
  const _ELD = "EnableLimitlessDatabase";
17824
+ const _ELS = "EngineLifecycleSupport";
17788
17825
  const _ELT = "EnableLogTypes";
17789
17826
  const _ELTx = "ExportableLogTypes";
17790
17827
  const _ELWF = "EnableLocalWriteForwarding";
@@ -125,6 +125,7 @@ declare const CreateDBClusterCommand_base: {
125
125
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
126
126
  * EnableLocalWriteForwarding: true || false,
127
127
  * CACertificateIdentifier: "STRING_VALUE",
128
+ * EngineLifecycleSupport: "STRING_VALUE",
128
129
  * };
129
130
  * const command = new CreateDBClusterCommand(input);
130
131
  * const response = await client.send(command);
@@ -314,6 +315,7 @@ declare const CreateDBClusterCommand_base: {
314
315
  * // CAIdentifier: "STRING_VALUE",
315
316
  * // ValidTill: new Date("TIMESTAMP"),
316
317
  * // },
318
+ * // EngineLifecycleSupport: "STRING_VALUE",
317
319
  * // },
318
320
  * // };
319
321
  *
@@ -122,6 +122,7 @@ declare const CreateDBInstanceCommand_base: {
122
122
  * DBSystemId: "STRING_VALUE",
123
123
  * DedicatedLogVolume: true || false,
124
124
  * MultiTenant: true || false,
125
+ * EngineLifecycleSupport: "STRING_VALUE",
125
126
  * };
126
127
  * const command = new CreateDBInstanceCommand(input);
127
128
  * const response = await client.send(command);
@@ -348,6 +349,7 @@ declare const CreateDBInstanceCommand_base: {
348
349
  * // DedicatedLogVolume: true || false,
349
350
  * // IsStorageConfigUpgradeAvailable: true || false,
350
351
  * // MultiTenant: true || false,
352
+ * // EngineLifecycleSupport: "STRING_VALUE",
351
353
  * // },
352
354
  * // };
353
355
  *
@@ -333,6 +333,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
333
333
  * // DedicatedLogVolume: true || false,
334
334
  * // IsStorageConfigUpgradeAvailable: true || false,
335
335
  * // MultiTenant: true || false,
336
+ * // EngineLifecycleSupport: "STRING_VALUE",
336
337
  * // },
337
338
  * // };
338
339
  *
@@ -50,6 +50,7 @@ declare const CreateGlobalClusterCommand_base: {
50
50
  * SourceDBClusterIdentifier: "STRING_VALUE",
51
51
  * Engine: "STRING_VALUE",
52
52
  * EngineVersion: "STRING_VALUE",
53
+ * EngineLifecycleSupport: "STRING_VALUE",
53
54
  * DeletionProtection: true || false,
54
55
  * DatabaseName: "STRING_VALUE",
55
56
  * StorageEncrypted: true || false,
@@ -64,6 +65,7 @@ declare const CreateGlobalClusterCommand_base: {
64
65
  * // Status: "STRING_VALUE",
65
66
  * // Engine: "STRING_VALUE",
66
67
  * // EngineVersion: "STRING_VALUE",
68
+ * // EngineLifecycleSupport: "STRING_VALUE",
67
69
  * // DatabaseName: "STRING_VALUE",
68
70
  * // StorageEncrypted: true || false,
69
71
  * // DeletionProtection: true || false,
@@ -237,6 +237,7 @@ declare const DeleteDBClusterCommand_base: {
237
237
  * // CAIdentifier: "STRING_VALUE",
238
238
  * // ValidTill: new Date("TIMESTAMP"),
239
239
  * // },
240
+ * // EngineLifecycleSupport: "STRING_VALUE",
240
241
  * // },
241
242
  * // };
242
243
  *
@@ -286,6 +286,7 @@ declare const DeleteDBInstanceCommand_base: {
286
286
  * // DedicatedLogVolume: true || false,
287
287
  * // IsStorageConfigUpgradeAvailable: true || false,
288
288
  * // MultiTenant: true || false,
289
+ * // EngineLifecycleSupport: "STRING_VALUE",
289
290
  * // },
290
291
  * // };
291
292
  *
@@ -50,6 +50,7 @@ declare const DeleteGlobalClusterCommand_base: {
50
50
  * // Status: "STRING_VALUE",
51
51
  * // Engine: "STRING_VALUE",
52
52
  * // EngineVersion: "STRING_VALUE",
53
+ * // EngineLifecycleSupport: "STRING_VALUE",
53
54
  * // DatabaseName: "STRING_VALUE",
54
55
  * // StorageEncrypted: true || false,
55
56
  * // DeletionProtection: true || false,
@@ -244,6 +244,7 @@ declare const DescribeDBClustersCommand_base: {
244
244
  * // CAIdentifier: "STRING_VALUE",
245
245
  * // ValidTill: new Date("TIMESTAMP"),
246
246
  * // },
247
+ * // EngineLifecycleSupport: "STRING_VALUE",
247
248
  * // },
248
249
  * // ],
249
250
  * // };
@@ -276,6 +276,7 @@ declare const DescribeDBInstancesCommand_base: {
276
276
  * // DedicatedLogVolume: true || false,
277
277
  * // IsStorageConfigUpgradeAvailable: true || false,
278
278
  * // MultiTenant: true || false,
279
+ * // EngineLifecycleSupport: "STRING_VALUE",
279
280
  * // },
280
281
  * // ],
281
282
  * // };
@@ -63,6 +63,7 @@ declare const DescribeGlobalClustersCommand_base: {
63
63
  * // Status: "STRING_VALUE",
64
64
  * // Engine: "STRING_VALUE",
65
65
  * // EngineVersion: "STRING_VALUE",
66
+ * // EngineLifecycleSupport: "STRING_VALUE",
66
67
  * // DatabaseName: "STRING_VALUE",
67
68
  * // StorageEncrypted: true || false,
68
69
  * // DeletionProtection: true || false,
@@ -243,6 +243,7 @@ declare const FailoverDBClusterCommand_base: {
243
243
  * // CAIdentifier: "STRING_VALUE",
244
244
  * // ValidTill: new Date("TIMESTAMP"),
245
245
  * // },
246
+ * // EngineLifecycleSupport: "STRING_VALUE",
246
247
  * // },
247
248
  * // };
248
249
  *
@@ -84,6 +84,7 @@ declare const FailoverGlobalClusterCommand_base: {
84
84
  * // Status: "STRING_VALUE",
85
85
  * // Engine: "STRING_VALUE",
86
86
  * // EngineVersion: "STRING_VALUE",
87
+ * // EngineLifecycleSupport: "STRING_VALUE",
87
88
  * // DatabaseName: "STRING_VALUE",
88
89
  * // StorageEncrypted: true || false,
89
90
  * // DeletionProtection: true || false,
@@ -295,6 +295,7 @@ declare const ModifyDBClusterCommand_base: {
295
295
  * // CAIdentifier: "STRING_VALUE",
296
296
  * // ValidTill: new Date("TIMESTAMP"),
297
297
  * // },
298
+ * // EngineLifecycleSupport: "STRING_VALUE",
298
299
  * // },
299
300
  * // };
300
301
  *
@@ -342,6 +342,7 @@ declare const ModifyDBInstanceCommand_base: {
342
342
  * // DedicatedLogVolume: true || false,
343
343
  * // IsStorageConfigUpgradeAvailable: true || false,
344
344
  * // MultiTenant: true || false,
345
+ * // EngineLifecycleSupport: "STRING_VALUE",
345
346
  * // },
346
347
  * // };
347
348
  *
@@ -56,6 +56,7 @@ declare const ModifyGlobalClusterCommand_base: {
56
56
  * // Status: "STRING_VALUE",
57
57
  * // Engine: "STRING_VALUE",
58
58
  * // EngineVersion: "STRING_VALUE",
59
+ * // EngineLifecycleSupport: "STRING_VALUE",
59
60
  * // DatabaseName: "STRING_VALUE",
60
61
  * // StorageEncrypted: true || false,
61
62
  * // DeletionProtection: true || false,
@@ -280,6 +280,7 @@ declare const PromoteReadReplicaCommand_base: {
280
280
  * // DedicatedLogVolume: true || false,
281
281
  * // IsStorageConfigUpgradeAvailable: true || false,
282
282
  * // MultiTenant: true || false,
283
+ * // EngineLifecycleSupport: "STRING_VALUE",
283
284
  * // },
284
285
  * // };
285
286
  *
@@ -224,6 +224,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
224
224
  * // CAIdentifier: "STRING_VALUE",
225
225
  * // ValidTill: new Date("TIMESTAMP"),
226
226
  * // },
227
+ * // EngineLifecycleSupport: "STRING_VALUE",
227
228
  * // },
228
229
  * // };
229
230
  *
@@ -234,6 +234,7 @@ declare const RebootDBClusterCommand_base: {
234
234
  * // CAIdentifier: "STRING_VALUE",
235
235
  * // ValidTill: new Date("TIMESTAMP"),
236
236
  * // },
237
+ * // EngineLifecycleSupport: "STRING_VALUE",
237
238
  * // },
238
239
  * // };
239
240
  *
@@ -271,6 +271,7 @@ declare const RebootDBInstanceCommand_base: {
271
271
  * // DedicatedLogVolume: true || false,
272
272
  * // IsStorageConfigUpgradeAvailable: true || false,
273
273
  * // MultiTenant: true || false,
274
+ * // EngineLifecycleSupport: "STRING_VALUE",
274
275
  * // },
275
276
  * // };
276
277
  *
@@ -52,6 +52,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
52
52
  * // Status: "STRING_VALUE",
53
53
  * // Engine: "STRING_VALUE",
54
54
  * // EngineVersion: "STRING_VALUE",
55
+ * // EngineLifecycleSupport: "STRING_VALUE",
55
56
  * // DatabaseName: "STRING_VALUE",
56
57
  * // StorageEncrypted: true || false,
57
58
  * // DeletionProtection: true || false,
@@ -101,6 +101,7 @@ declare const RestoreDBClusterFromS3Command_base: {
101
101
  * ManageMasterUserPassword: true || false,
102
102
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
103
103
  * StorageType: "STRING_VALUE",
104
+ * EngineLifecycleSupport: "STRING_VALUE",
104
105
  * };
105
106
  * const command = new RestoreDBClusterFromS3Command(input);
106
107
  * const response = await client.send(command);
@@ -290,6 +291,7 @@ declare const RestoreDBClusterFromS3Command_base: {
290
291
  * // CAIdentifier: "STRING_VALUE",
291
292
  * // ValidTill: new Date("TIMESTAMP"),
292
293
  * // },
294
+ * // EngineLifecycleSupport: "STRING_VALUE",
293
295
  * // },
294
296
  * // };
295
297
  *
@@ -106,6 +106,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
106
106
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
107
107
  * ReplicaMode: "open-read-only" || "mounted",
108
108
  * },
109
+ * EngineLifecycleSupport: "STRING_VALUE",
109
110
  * };
110
111
  * const command = new RestoreDBClusterFromSnapshotCommand(input);
111
112
  * const response = await client.send(command);
@@ -295,6 +296,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
295
296
  * // CAIdentifier: "STRING_VALUE",
296
297
  * // ValidTill: new Date("TIMESTAMP"),
297
298
  * // },
299
+ * // EngineLifecycleSupport: "STRING_VALUE",
298
300
  * // },
299
301
  * // };
300
302
  *
@@ -105,6 +105,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
105
105
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
106
106
  * ReplicaMode: "open-read-only" || "mounted",
107
107
  * },
108
+ * EngineLifecycleSupport: "STRING_VALUE",
108
109
  * };
109
110
  * const command = new RestoreDBClusterToPointInTimeCommand(input);
110
111
  * const response = await client.send(command);
@@ -294,6 +295,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
294
295
  * // CAIdentifier: "STRING_VALUE",
295
296
  * // ValidTill: new Date("TIMESTAMP"),
296
297
  * // },
298
+ * // EngineLifecycleSupport: "STRING_VALUE",
297
299
  * // },
298
300
  * // };
299
301
  *
@@ -104,6 +104,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
104
104
  * AllocatedStorage: Number("int"),
105
105
  * DedicatedLogVolume: true || false,
106
106
  * CACertificateIdentifier: "STRING_VALUE",
107
+ * EngineLifecycleSupport: "STRING_VALUE",
107
108
  * };
108
109
  * const command = new RestoreDBInstanceFromDBSnapshotCommand(input);
109
110
  * const response = await client.send(command);
@@ -330,6 +331,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
330
331
  * // DedicatedLogVolume: true || false,
331
332
  * // IsStorageConfigUpgradeAvailable: true || false,
332
333
  * // MultiTenant: true || false,
334
+ * // EngineLifecycleSupport: "STRING_VALUE",
333
335
  * // },
334
336
  * // };
335
337
  *
@@ -108,6 +108,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
108
108
  * MasterUserSecretKmsKeyId: "STRING_VALUE",
109
109
  * DedicatedLogVolume: true || false,
110
110
  * CACertificateIdentifier: "STRING_VALUE",
111
+ * EngineLifecycleSupport: "STRING_VALUE",
111
112
  * };
112
113
  * const command = new RestoreDBInstanceFromS3Command(input);
113
114
  * const response = await client.send(command);
@@ -334,6 +335,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
334
335
  * // DedicatedLogVolume: true || false,
335
336
  * // IsStorageConfigUpgradeAvailable: true || false,
336
337
  * // MultiTenant: true || false,
338
+ * // EngineLifecycleSupport: "STRING_VALUE",
337
339
  * // },
338
340
  * // };
339
341
  *
@@ -104,6 +104,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
104
104
  * AllocatedStorage: Number("int"),
105
105
  * DedicatedLogVolume: true || false,
106
106
  * CACertificateIdentifier: "STRING_VALUE",
107
+ * EngineLifecycleSupport: "STRING_VALUE",
107
108
  * };
108
109
  * const command = new RestoreDBInstanceToPointInTimeCommand(input);
109
110
  * const response = await client.send(command);
@@ -330,6 +331,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
330
331
  * // DedicatedLogVolume: true || false,
331
332
  * // IsStorageConfigUpgradeAvailable: true || false,
332
333
  * // MultiTenant: true || false,
334
+ * // EngineLifecycleSupport: "STRING_VALUE",
333
335
  * // },
334
336
  * // };
335
337
  *
@@ -231,6 +231,7 @@ declare const StartDBClusterCommand_base: {
231
231
  * // CAIdentifier: "STRING_VALUE",
232
232
  * // ValidTill: new Date("TIMESTAMP"),
233
233
  * // },
234
+ * // EngineLifecycleSupport: "STRING_VALUE",
234
235
  * // },
235
236
  * // };
236
237
  *
@@ -270,6 +270,7 @@ declare const StartDBInstanceCommand_base: {
270
270
  * // DedicatedLogVolume: true || false,
271
271
  * // IsStorageConfigUpgradeAvailable: true || false,
272
272
  * // MultiTenant: true || false,
273
+ * // EngineLifecycleSupport: "STRING_VALUE",
273
274
  * // },
274
275
  * // };
275
276
  *
@@ -232,6 +232,7 @@ declare const StopDBClusterCommand_base: {
232
232
  * // CAIdentifier: "STRING_VALUE",
233
233
  * // ValidTill: new Date("TIMESTAMP"),
234
234
  * // },
235
+ * // EngineLifecycleSupport: "STRING_VALUE",
235
236
  * // },
236
237
  * // };
237
238
  *
@@ -273,6 +273,7 @@ declare const StopDBInstanceCommand_base: {
273
273
  * // DedicatedLogVolume: true || false,
274
274
  * // IsStorageConfigUpgradeAvailable: true || false,
275
275
  * // MultiTenant: true || false,
276
+ * // EngineLifecycleSupport: "STRING_VALUE",
276
277
  * // },
277
278
  * // };
278
279
  *
@@ -57,6 +57,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
57
57
  * // Status: "STRING_VALUE",
58
58
  * // Engine: "STRING_VALUE",
59
59
  * // EngineVersion: "STRING_VALUE",
60
+ * // EngineLifecycleSupport: "STRING_VALUE",
60
61
  * // DatabaseName: "STRING_VALUE",
61
62
  * // StorageEncrypted: true || false,
62
63
  * // DeletionProtection: true || false,
@@ -262,6 +262,7 @@ declare const SwitchoverReadReplicaCommand_base: {
262
262
  * // DedicatedLogVolume: true || false,
263
263
  * // IsStorageConfigUpgradeAvailable: true || false,
264
264
  * // MultiTenant: true || false,
265
+ * // EngineLifecycleSupport: "STRING_VALUE",
265
266
  * // },
266
267
  * // };
267
268
  *
@@ -633,9 +633,10 @@ export interface ApplyPendingMaintenanceActionMessage {
633
633
  */
634
634
  export interface PendingMaintenanceAction {
635
635
  /**
636
- * <p>The type of pending maintenance action that is available for the resource.
637
- * Valid actions are <code>system-update</code>, <code>db-upgrade</code>, <code>hardware-maintenance</code>,
638
- * and <code>ca-certificate-rotation</code>.</p>
636
+ * <p>The type of pending maintenance action that is available for the resource. </p>
637
+ * <p>For more information about maintenance actions, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html">Maintaining a DB instance</a>.</p>
638
+ * <p>Valid Values:<code> system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation</code>
639
+ * </p>
639
640
  * @public
640
641
  */
641
642
  Action?: string;
@@ -3246,6 +3247,7 @@ export interface UpgradeTarget {
3246
3247
  Description?: string;
3247
3248
  /**
3248
3249
  * <p>Indicates whether the target version is applied to any source DB instances that have <code>AutoMinorVersionUpgrade</code> set to true.</p>
3250
+ * <p>This parameter is dynamic, and is set by RDS.</p>
3249
3251
  * @public
3250
3252
  */
3251
3253
  AutoUpgrade?: boolean;
@@ -3636,11 +3638,17 @@ export interface ServerlessV2ScalingConfiguration {
3636
3638
  */
3637
3639
  export interface CreateDBClusterMessage {
3638
3640
  /**
3639
- * <p>A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.</p>
3640
- * <p>For information on Amazon Web Services Regions and Availability Zones, see
3641
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html">Choosing the Regions and
3642
- * Availability Zones</a> in the <i>Amazon Aurora User Guide</i>.</p>
3641
+ * <p>A list of Availability Zones (AZs) where you specifically want to create DB instances in the DB cluster.</p>
3642
+ * <p>For information on AZs, see
3643
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones">Availability Zones</a>
3644
+ * in the <i>Amazon Aurora User Guide</i>.</p>
3643
3645
  * <p>Valid for Cluster Type: Aurora DB clusters only</p>
3646
+ * <p>Constraints:</p>
3647
+ * <ul>
3648
+ * <li>
3649
+ * <p>Can't specify more than three AZs.</p>
3650
+ * </li>
3651
+ * </ul>
3644
3652
  * @public
3645
3653
  */
3646
3654
  AvailabilityZones?: string[];
@@ -3734,8 +3742,36 @@ export interface CreateDBClusterMessage {
3734
3742
  /**
3735
3743
  * <p>The database engine to use for this DB cluster.</p>
3736
3744
  * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
3737
- * <p>Valid Values: <code>aurora-mysql | aurora-postgresql | mysql | postgres</code>
3738
- * </p>
3745
+ * <p>Valid Values:</p>
3746
+ * <ul>
3747
+ * <li>
3748
+ * <p>
3749
+ * <code>aurora-mysql</code>
3750
+ * </p>
3751
+ * </li>
3752
+ * <li>
3753
+ * <p>
3754
+ * <code>aurora-postgresql</code>
3755
+ * </p>
3756
+ * </li>
3757
+ * <li>
3758
+ * <p>
3759
+ * <code>mysql</code>
3760
+ * </p>
3761
+ * </li>
3762
+ * <li>
3763
+ * <p>
3764
+ * <code>postgres</code>
3765
+ * </p>
3766
+ * </li>
3767
+ * <li>
3768
+ * <p>
3769
+ * <code>neptune</code> - For information about using Amazon Neptune, see the
3770
+ * <a href="https://docs.aws.amazon.com/neptune/latest/userguide/intro.html">
3771
+ * <i>Amazon Neptune User Guide</i>
3772
+ * </a>.</p>
3773
+ * </li>
3774
+ * </ul>
3739
3775
  * @public
3740
3776
  */
3741
3777
  Engine: string | undefined;
@@ -4403,6 +4439,33 @@ export interface CreateDBClusterMessage {
4403
4439
  * @public
4404
4440
  */
4405
4441
  CACertificateIdentifier?: string;
4442
+ /**
4443
+ * <p>The life cycle type for this DB cluster.</p>
4444
+ * <note>
4445
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support.
4446
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
4447
+ * creating the DB cluster will fail if the DB major version is past its end of standard support date.</p>
4448
+ * </note>
4449
+ * <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support,
4450
+ * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
4451
+ * <ul>
4452
+ * <li>
4453
+ * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
4454
+ * </p>
4455
+ * </li>
4456
+ * <li>
4457
+ * <p>Amazon RDS - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>
4458
+ * </p>
4459
+ * </li>
4460
+ * </ul>
4461
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
4462
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
4463
+ * </p>
4464
+ * <p>Default: <code>open-source-rds-extended-support</code>
4465
+ * </p>
4466
+ * @public
4467
+ */
4468
+ EngineLifecycleSupport?: string;
4406
4469
  }
4407
4470
  /**
4408
4471
  * <p>Describes an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB cluster.</p>
@@ -5368,6 +5431,12 @@ export interface DBCluster {
5368
5431
  * @public
5369
5432
  */
5370
5433
  CertificateDetails?: CertificateDetails;
5434
+ /**
5435
+ * <p>The life cycle type for the DB cluster.</p>
5436
+ * <p>For more information, see CreateDBCluster.</p>
5437
+ * @public
5438
+ */
5439
+ EngineLifecycleSupport?: string;
5371
5440
  }
5372
5441
  /**
5373
5442
  * @public
@@ -6663,11 +6732,19 @@ export interface CreateDBInstanceMessage {
6663
6732
  AutoMinorVersionUpgrade?: boolean;
6664
6733
  /**
6665
6734
  * <p>The license model information for this DB instance.</p>
6735
+ * <note>
6736
+ * <p>License models for RDS for Db2 require additional configuration. The Bring Your
6737
+ * Own License (BYOL) model requires a custom parameter group. The Db2 license through
6738
+ * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
6739
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
6740
+ * options</a> in the <i>Amazon RDS User Guide</i>.</p>
6741
+ * <p>The default for RDS for Db2 is <code>bring-your-own-license</code>.</p>
6742
+ * </note>
6666
6743
  * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
6667
6744
  * <p>Valid Values:</p>
6668
6745
  * <ul>
6669
6746
  * <li>
6670
- * <p>RDS for Db2 - <code>bring-your-own-license</code>
6747
+ * <p>RDS for Db2 - <code>bring-your-own-license | marketplace-license</code>
6671
6748
  * </p>
6672
6749
  * </li>
6673
6750
  * <li>
@@ -7253,6 +7330,23 @@ export interface CreateDBInstanceMessage {
7253
7330
  * @public
7254
7331
  */
7255
7332
  MultiTenant?: boolean;
7333
+ /**
7334
+ * <p>The life cycle type for this DB instance.</p>
7335
+ * <note>
7336
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB instance into Amazon RDS Extended Support.
7337
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
7338
+ * creating the DB instance will fail if the DB major version is past its end of standard support date.</p>
7339
+ * </note>
7340
+ * <p>This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.</p>
7341
+ * <p>You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
7342
+ * you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>.</p>
7343
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
7344
+ * </p>
7345
+ * <p>Default: <code>open-source-rds-extended-support</code>
7346
+ * </p>
7347
+ * @public
7348
+ */
7349
+ EngineLifecycleSupport?: string;
7256
7350
  }
7257
7351
  /**
7258
7352
  * <p>Information about an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB instance.</p>
@@ -7882,7 +7976,8 @@ export interface DBInstance {
7882
7976
  */
7883
7977
  ReplicaMode?: ReplicaMode;
7884
7978
  /**
7885
- * <p>The license model information for this DB instance. This setting doesn't apply to RDS Custom DB instances.</p>
7979
+ * <p>The license model information for this DB instance. This setting doesn't apply to
7980
+ * Amazon Aurora or RDS Custom DB instances.</p>
7886
7981
  * @public
7887
7982
  */
7888
7983
  LicenseModel?: string;
@@ -8283,6 +8378,12 @@ export interface DBInstance {
8283
8378
  * @public
8284
8379
  */
8285
8380
  MultiTenant?: boolean;
8381
+ /**
8382
+ * <p>The life cycle type for the DB instance.</p>
8383
+ * <p>For more information, see CreateDBInstance.</p>
8384
+ * @public
8385
+ */
8386
+ EngineLifecycleSupport?: string;
8286
8387
  }
8287
8388
  /**
8288
8389
  * @public
@@ -10114,7 +10215,7 @@ export interface CreateEventSubscriptionMessage {
10114
10215
  * notified of events generated by a DB instance, you set this parameter to
10115
10216
  * <code>db-instance</code>. For RDS Proxy events, specify <code>db-proxy</code>. If this value isn't specified, all events are
10116
10217
  * returned.</p>
10117
- * <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>
10218
+ * <p>Valid Values:<code> db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment </code>
10118
10219
  * </p>
10119
10220
  * @public
10120
10221
  */
@@ -10320,6 +10421,23 @@ export interface CreateGlobalClusterMessage {
10320
10421
  * @public
10321
10422
  */
10322
10423
  EngineVersion?: string;
10424
+ /**
10425
+ * <p>The life cycle type for this global database cluster.</p>
10426
+ * <note>
10427
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your global cluster into Amazon RDS Extended Support.
10428
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
10429
+ * creating the global cluster will fail if the DB major version is past its end of standard support date.</p>
10430
+ * </note>
10431
+ * <p>This setting only applies to Aurora PostgreSQL-based global databases.</p>
10432
+ * <p>You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support,
10433
+ * you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>.</p>
10434
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
10435
+ * </p>
10436
+ * <p>Default: <code>open-source-rds-extended-support</code>
10437
+ * </p>
10438
+ * @public
10439
+ */
10440
+ EngineLifecycleSupport?: string;
10323
10441
  /**
10324
10442
  * <p>Specifies whether to enable deletion protection for the new global database cluster.
10325
10443
  * The global database can't be deleted when deletion protection is enabled.</p>
@@ -10496,6 +10614,12 @@ export interface GlobalCluster {
10496
10614
  * @public
10497
10615
  */
10498
10616
  EngineVersion?: string;
10617
+ /**
10618
+ * <p>The life cycle type for the global cluster.</p>
10619
+ * <p>For more information, see CreateGlobalCluster.</p>
10620
+ * @public
10621
+ */
10622
+ EngineLifecycleSupport?: string;
10499
10623
  /**
10500
10624
  * <p>The default database name within the new global database cluster.</p>
10501
10625
  * @public
@@ -9006,7 +9006,7 @@ export interface ModifyEventSubscriptionMessage {
9006
9006
  SnsTopicArn?: string;
9007
9007
  /**
9008
9008
  * <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>
9009
- * <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>
9009
+ * <p>Valid Values:<code> db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment </code>
9010
9010
  * </p>
9011
9011
  * @public
9012
9012
  */
@@ -10242,6 +10242,33 @@ export interface RestoreDBClusterFromS3Message {
10242
10242
  * @public
10243
10243
  */
10244
10244
  StorageType?: string;
10245
+ /**
10246
+ * <p>The life cycle type for this DB cluster.</p>
10247
+ * <note>
10248
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support.
10249
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
10250
+ * RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date.</p>
10251
+ * </note>
10252
+ * <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support,
10253
+ * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
10254
+ * <ul>
10255
+ * <li>
10256
+ * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
10257
+ * </p>
10258
+ * </li>
10259
+ * <li>
10260
+ * <p>Amazon RDS - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>
10261
+ * </p>
10262
+ * </li>
10263
+ * </ul>
10264
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
10265
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
10266
+ * </p>
10267
+ * <p>Default: <code>open-source-rds-extended-support</code>
10268
+ * </p>
10269
+ * @public
10270
+ */
10271
+ EngineLifecycleSupport?: string;
10245
10272
  }
10246
10273
  /**
10247
10274
  * @public
@@ -10678,6 +10705,33 @@ export interface RestoreDBClusterFromSnapshotMessage {
10678
10705
  * @public
10679
10706
  */
10680
10707
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
10708
+ /**
10709
+ * <p>The life cycle type for this DB cluster.</p>
10710
+ * <note>
10711
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support.
10712
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
10713
+ * RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date.</p>
10714
+ * </note>
10715
+ * <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support,
10716
+ * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
10717
+ * <ul>
10718
+ * <li>
10719
+ * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
10720
+ * </p>
10721
+ * </li>
10722
+ * <li>
10723
+ * <p>Amazon RDS - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>
10724
+ * </p>
10725
+ * </li>
10726
+ * </ul>
10727
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
10728
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
10729
+ * </p>
10730
+ * <p>Default: <code>open-source-rds-extended-support</code>
10731
+ * </p>
10732
+ * @public
10733
+ */
10734
+ EngineLifecycleSupport?: string;
10681
10735
  }
10682
10736
  /**
10683
10737
  * @public
@@ -11077,6 +11131,33 @@ export interface RestoreDBClusterToPointInTimeMessage {
11077
11131
  * @public
11078
11132
  */
11079
11133
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
11134
+ /**
11135
+ * <p>The life cycle type for this DB cluster.</p>
11136
+ * <note>
11137
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support.
11138
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
11139
+ * RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date.</p>
11140
+ * </note>
11141
+ * <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support,
11142
+ * you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p>
11143
+ * <ul>
11144
+ * <li>
11145
+ * <p>Amazon Aurora (PostgreSQL only) - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon Aurora User Guide</i>
11146
+ * </p>
11147
+ * </li>
11148
+ * <li>
11149
+ * <p>Amazon RDS - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>
11150
+ * </p>
11151
+ * </li>
11152
+ * </ul>
11153
+ * <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
11154
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
11155
+ * </p>
11156
+ * <p>Default: <code>open-source-rds-extended-support</code>
11157
+ * </p>
11158
+ * @public
11159
+ */
11160
+ EngineLifecycleSupport?: string;
11080
11161
  }
11081
11162
  /**
11082
11163
  * @public
@@ -11218,10 +11299,42 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11218
11299
  AutoMinorVersionUpgrade?: boolean;
11219
11300
  /**
11220
11301
  * <p>License model information for the restored DB instance.</p>
11221
- * <p>This setting doesn't apply to RDS Custom.</p>
11222
- * <p>Default: Same as source.</p>
11223
- * <p>Valid Values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code>
11224
- * </p>
11302
+ * <note>
11303
+ * <p>License models for RDS for Db2 require additional configuration. The Bring Your
11304
+ * Own License (BYOL) model requires a custom parameter group. The Db2 license through
11305
+ * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
11306
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
11307
+ * options</a> in the <i>Amazon RDS User Guide</i>.</p>
11308
+ * </note>
11309
+ * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
11310
+ * <p>Valid Values:</p>
11311
+ * <ul>
11312
+ * <li>
11313
+ * <p>RDS for Db2 - <code>bring-your-own-license | marketplace-license</code>
11314
+ * </p>
11315
+ * </li>
11316
+ * <li>
11317
+ * <p>RDS for MariaDB - <code>general-public-license</code>
11318
+ * </p>
11319
+ * </li>
11320
+ * <li>
11321
+ * <p>RDS for Microsoft SQL Server - <code>license-included</code>
11322
+ * </p>
11323
+ * </li>
11324
+ * <li>
11325
+ * <p>RDS for MySQL - <code>general-public-license</code>
11326
+ * </p>
11327
+ * </li>
11328
+ * <li>
11329
+ * <p>RDS for Oracle - <code>bring-your-own-license | license-included</code>
11330
+ * </p>
11331
+ * </li>
11332
+ * <li>
11333
+ * <p>RDS for PostgreSQL - <code>postgresql-license</code>
11334
+ * </p>
11335
+ * </li>
11336
+ * </ul>
11337
+ * <p>Default: Same as the source.</p>
11225
11338
  * @public
11226
11339
  */
11227
11340
  LicenseModel?: string;
@@ -11639,6 +11752,23 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
11639
11752
  * @public
11640
11753
  */
11641
11754
  CACertificateIdentifier?: string;
11755
+ /**
11756
+ * <p>The life cycle type for this DB instance.</p>
11757
+ * <note>
11758
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB instance into Amazon RDS Extended Support.
11759
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
11760
+ * RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of standard support date.</p>
11761
+ * </note>
11762
+ * <p>You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
11763
+ * you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>.</p>
11764
+ * <p>This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.</p>
11765
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
11766
+ * </p>
11767
+ * <p>Default: <code>open-source-rds-extended-support</code>
11768
+ * </p>
11769
+ * @public
11770
+ */
11771
+ EngineLifecycleSupport?: string;
11642
11772
  }
11643
11773
  /**
11644
11774
  * @public
@@ -12196,6 +12326,23 @@ export interface RestoreDBInstanceFromS3Message {
12196
12326
  * @public
12197
12327
  */
12198
12328
  CACertificateIdentifier?: string;
12329
+ /**
12330
+ * <p>The life cycle type for this DB instance.</p>
12331
+ * <note>
12332
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB instance into Amazon RDS Extended Support.
12333
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
12334
+ * RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of standard support date.</p>
12335
+ * </note>
12336
+ * <p>You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
12337
+ * you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>.</p>
12338
+ * <p>This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.</p>
12339
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
12340
+ * </p>
12341
+ * <p>Default: <code>open-source-rds-extended-support</code>
12342
+ * </p>
12343
+ * @public
12344
+ */
12345
+ EngineLifecycleSupport?: string;
12199
12346
  }
12200
12347
  /**
12201
12348
  * @public
@@ -12375,9 +12522,41 @@ export interface RestoreDBInstanceToPointInTimeMessage {
12375
12522
  AutoMinorVersionUpgrade?: boolean;
12376
12523
  /**
12377
12524
  * <p>The license model information for the restored DB instance.</p>
12378
- * <p>This setting doesn't apply to RDS Custom.</p>
12379
- * <p>Valid Values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code>
12380
- * </p>
12525
+ * <note>
12526
+ * <p>License models for RDS for Db2 require additional configuration. The Bring Your
12527
+ * Own License (BYOL) model requires a custom parameter group. The Db2 license through
12528
+ * Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
12529
+ * information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
12530
+ * options</a> in the <i>Amazon RDS User Guide</i>.</p>
12531
+ * </note>
12532
+ * <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
12533
+ * <p>Valid Values:</p>
12534
+ * <ul>
12535
+ * <li>
12536
+ * <p>RDS for Db2 - <code>bring-your-own-license | marketplace-license</code>
12537
+ * </p>
12538
+ * </li>
12539
+ * <li>
12540
+ * <p>RDS for MariaDB - <code>general-public-license</code>
12541
+ * </p>
12542
+ * </li>
12543
+ * <li>
12544
+ * <p>RDS for Microsoft SQL Server - <code>license-included</code>
12545
+ * </p>
12546
+ * </li>
12547
+ * <li>
12548
+ * <p>RDS for MySQL - <code>general-public-license</code>
12549
+ * </p>
12550
+ * </li>
12551
+ * <li>
12552
+ * <p>RDS for Oracle - <code>bring-your-own-license | license-included</code>
12553
+ * </p>
12554
+ * </li>
12555
+ * <li>
12556
+ * <p>RDS for PostgreSQL - <code>postgresql-license</code>
12557
+ * </p>
12558
+ * </li>
12559
+ * </ul>
12381
12560
  * <p>Default: Same as the source.</p>
12382
12561
  * @public
12383
12562
  */
@@ -12817,6 +12996,23 @@ export interface RestoreDBInstanceToPointInTimeMessage {
12817
12996
  * @public
12818
12997
  */
12819
12998
  CACertificateIdentifier?: string;
12999
+ /**
13000
+ * <p>The life cycle type for this DB instance.</p>
13001
+ * <note>
13002
+ * <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB instance into Amazon RDS Extended Support.
13003
+ * At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case,
13004
+ * RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of standard support date.</p>
13005
+ * </note>
13006
+ * <p>You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
13007
+ * you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Using Amazon RDS Extended Support</a> in the <i>Amazon RDS User Guide</i>.</p>
13008
+ * <p>This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.</p>
13009
+ * <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code>
13010
+ * </p>
13011
+ * <p>Default: <code>open-source-rds-extended-support</code>
13012
+ * </p>
13013
+ * @public
13014
+ */
13015
+ EngineLifecycleSupport?: string;
12820
13016
  }
12821
13017
  /**
12822
13018
  * @public
@@ -921,6 +921,7 @@ export interface CreateDBClusterMessage {
921
921
  MasterUserSecretKmsKeyId?: string;
922
922
  EnableLocalWriteForwarding?: boolean;
923
923
  CACertificateIdentifier?: string;
924
+ EngineLifecycleSupport?: string;
924
925
  }
925
926
  export interface DBClusterRole {
926
927
  RoleArn?: string;
@@ -1104,6 +1105,7 @@ export interface DBCluster {
1104
1105
  LimitlessDatabase?: LimitlessDatabase;
1105
1106
  StorageThroughput?: number;
1106
1107
  CertificateDetails?: CertificateDetails;
1108
+ EngineLifecycleSupport?: string;
1107
1109
  }
1108
1110
  export interface CreateDBClusterResult {
1109
1111
  DBCluster?: DBCluster;
@@ -1347,6 +1349,7 @@ export interface CreateDBInstanceMessage {
1347
1349
  DBSystemId?: string;
1348
1350
  DedicatedLogVolume?: boolean;
1349
1351
  MultiTenant?: boolean;
1352
+ EngineLifecycleSupport?: string;
1350
1353
  }
1351
1354
  export interface DBInstanceRole {
1352
1355
  RoleArn?: string;
@@ -1512,6 +1515,7 @@ export interface DBInstance {
1512
1515
  DedicatedLogVolume?: boolean;
1513
1516
  IsStorageConfigUpgradeAvailable?: boolean;
1514
1517
  MultiTenant?: boolean;
1518
+ EngineLifecycleSupport?: string;
1515
1519
  }
1516
1520
  export interface CreateDBInstanceResult {
1517
1521
  DBInstance?: DBInstance;
@@ -1981,6 +1985,7 @@ export interface CreateGlobalClusterMessage {
1981
1985
  SourceDBClusterIdentifier?: string;
1982
1986
  Engine?: string;
1983
1987
  EngineVersion?: string;
1988
+ EngineLifecycleSupport?: string;
1984
1989
  DeletionProtection?: boolean;
1985
1990
  DatabaseName?: string;
1986
1991
  StorageEncrypted?: boolean;
@@ -2018,6 +2023,7 @@ export interface GlobalCluster {
2018
2023
  Status?: string;
2019
2024
  Engine?: string;
2020
2025
  EngineVersion?: string;
2026
+ EngineLifecycleSupport?: string;
2021
2027
  DatabaseName?: string;
2022
2028
  StorageEncrypted?: boolean;
2023
2029
  DeletionProtection?: boolean;
@@ -1571,6 +1571,7 @@ export interface RestoreDBClusterFromS3Message {
1571
1571
  ManageMasterUserPassword?: boolean;
1572
1572
  MasterUserSecretKmsKeyId?: string;
1573
1573
  StorageType?: string;
1574
+ EngineLifecycleSupport?: string;
1574
1575
  }
1575
1576
  export interface RestoreDBClusterFromS3Result {
1576
1577
  DBCluster?: DBCluster;
@@ -1622,6 +1623,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
1622
1623
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
1623
1624
  NetworkType?: string;
1624
1625
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
1626
+ EngineLifecycleSupport?: string;
1625
1627
  }
1626
1628
  export interface RestoreDBClusterFromSnapshotResult {
1627
1629
  DBCluster?: DBCluster;
@@ -1656,6 +1658,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
1656
1658
  NetworkType?: string;
1657
1659
  SourceDbClusterResourceId?: string;
1658
1660
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
1661
+ EngineLifecycleSupport?: string;
1659
1662
  }
1660
1663
  export interface RestoreDBClusterToPointInTimeResult {
1661
1664
  DBCluster?: DBCluster;
@@ -1702,6 +1705,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
1702
1705
  AllocatedStorage?: number;
1703
1706
  DedicatedLogVolume?: boolean;
1704
1707
  CACertificateIdentifier?: string;
1708
+ EngineLifecycleSupport?: string;
1705
1709
  }
1706
1710
  export interface RestoreDBInstanceFromDBSnapshotResult {
1707
1711
  DBInstance?: DBInstance;
@@ -1757,6 +1761,7 @@ export interface RestoreDBInstanceFromS3Message {
1757
1761
  MasterUserSecretKmsKeyId?: string;
1758
1762
  DedicatedLogVolume?: boolean;
1759
1763
  CACertificateIdentifier?: string;
1764
+ EngineLifecycleSupport?: string;
1760
1765
  }
1761
1766
  export interface RestoreDBInstanceFromS3Result {
1762
1767
  DBInstance?: DBInstance;
@@ -1817,6 +1822,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
1817
1822
  AllocatedStorage?: number;
1818
1823
  DedicatedLogVolume?: boolean;
1819
1824
  CACertificateIdentifier?: string;
1825
+ EngineLifecycleSupport?: string;
1820
1826
  }
1821
1827
  export interface RestoreDBInstanceToPointInTimeResult {
1822
1828
  DBInstance?: DBInstance;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.577.0",
4
+ "version": "3.581.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",