@aws-sdk/client-rds 3.835.0 → 3.836.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +92 -79
- package/dist-es/protocols/Aws_query.js +92 -79
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +53 -3
- package/dist-types/models/models_1.d.ts +5 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -9206,6 +9206,12 @@ var se_CopyDBSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9206
9206
|
if (input[_COG] != null) {
|
|
9207
9207
|
entries[_COG] = input[_COG];
|
|
9208
9208
|
}
|
|
9209
|
+
if (input[_SAZ] != null) {
|
|
9210
|
+
entries[_SAZ] = input[_SAZ];
|
|
9211
|
+
}
|
|
9212
|
+
if (input[_ST] != null) {
|
|
9213
|
+
entries[_ST] = input[_ST];
|
|
9214
|
+
}
|
|
9209
9215
|
return entries;
|
|
9210
9216
|
}, "se_CopyDBSnapshotMessage");
|
|
9211
9217
|
var se_CopyOptionGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -9511,8 +9517,8 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9511
9517
|
if (input[_AS] != null) {
|
|
9512
9518
|
entries[_AS] = input[_AS];
|
|
9513
9519
|
}
|
|
9514
|
-
if (input[
|
|
9515
|
-
entries[
|
|
9520
|
+
if (input[_STt] != null) {
|
|
9521
|
+
entries[_STt] = input[_STt];
|
|
9516
9522
|
}
|
|
9517
9523
|
if (input[_I] != null) {
|
|
9518
9524
|
entries[_I] = input[_I];
|
|
@@ -9724,8 +9730,8 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9724
9730
|
if (input[_DBCI] != null) {
|
|
9725
9731
|
entries[_DBCI] = input[_DBCI];
|
|
9726
9732
|
}
|
|
9727
|
-
if (input[
|
|
9728
|
-
entries[
|
|
9733
|
+
if (input[_STt] != null) {
|
|
9734
|
+
entries[_STt] = input[_STt];
|
|
9729
9735
|
}
|
|
9730
9736
|
if (input[_TCA] != null) {
|
|
9731
9737
|
entries[_TCA] = input[_TCA];
|
|
@@ -9832,8 +9838,8 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
9832
9838
|
if (input[_NT] != null) {
|
|
9833
9839
|
entries[_NT] = input[_NT];
|
|
9834
9840
|
}
|
|
9835
|
-
if (input[
|
|
9836
|
-
entries[
|
|
9841
|
+
if (input[_STto] != null) {
|
|
9842
|
+
entries[_STto] = input[_STto];
|
|
9837
9843
|
}
|
|
9838
9844
|
if (input[_MMUP] != null) {
|
|
9839
9845
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -9916,8 +9922,8 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
|
|
|
9916
9922
|
entries[loc] = value;
|
|
9917
9923
|
});
|
|
9918
9924
|
}
|
|
9919
|
-
if (input[
|
|
9920
|
-
entries[
|
|
9925
|
+
if (input[_STt] != null) {
|
|
9926
|
+
entries[_STt] = input[_STt];
|
|
9921
9927
|
}
|
|
9922
9928
|
if (input[_CTTS] != null) {
|
|
9923
9929
|
entries[_CTTS] = input[_CTTS];
|
|
@@ -10012,12 +10018,15 @@ var se_CreateDBInstanceReadReplicaMessage = /* @__PURE__ */ __name((input, conte
|
|
|
10012
10018
|
if (input[_NT] != null) {
|
|
10013
10019
|
entries[_NT] = input[_NT];
|
|
10014
10020
|
}
|
|
10015
|
-
if (input[
|
|
10016
|
-
entries[
|
|
10021
|
+
if (input[_STto] != null) {
|
|
10022
|
+
entries[_STto] = input[_STto];
|
|
10017
10023
|
}
|
|
10018
10024
|
if (input[_ECOI] != null) {
|
|
10019
10025
|
entries[_ECOI] = input[_ECOI];
|
|
10020
10026
|
}
|
|
10027
|
+
if (input[_BTa] != null) {
|
|
10028
|
+
entries[_BTa] = input[_BTa];
|
|
10029
|
+
}
|
|
10021
10030
|
if (input[_AS] != null) {
|
|
10022
10031
|
entries[_AS] = input[_AS];
|
|
10023
10032
|
}
|
|
@@ -12203,8 +12212,8 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12203
12212
|
if (input[_AS] != null) {
|
|
12204
12213
|
entries[_AS] = input[_AS];
|
|
12205
12214
|
}
|
|
12206
|
-
if (input[
|
|
12207
|
-
entries[
|
|
12215
|
+
if (input[_STt] != null) {
|
|
12216
|
+
entries[_STt] = input[_STt];
|
|
12208
12217
|
}
|
|
12209
12218
|
if (input[_I] != null) {
|
|
12210
12219
|
entries[_I] = input[_I];
|
|
@@ -12392,8 +12401,8 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12392
12401
|
if (input[_NDBII] != null) {
|
|
12393
12402
|
entries[_NDBII] = input[_NDBII];
|
|
12394
12403
|
}
|
|
12395
|
-
if (input[
|
|
12396
|
-
entries[
|
|
12404
|
+
if (input[_STt] != null) {
|
|
12405
|
+
entries[_STt] = input[_STt];
|
|
12397
12406
|
}
|
|
12398
12407
|
if (input[_TCA] != null) {
|
|
12399
12408
|
entries[_TCA] = input[_TCA];
|
|
@@ -12512,8 +12521,8 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12512
12521
|
if (input[_NT] != null) {
|
|
12513
12522
|
entries[_NT] = input[_NT];
|
|
12514
12523
|
}
|
|
12515
|
-
if (input[
|
|
12516
|
-
entries[
|
|
12524
|
+
if (input[_STto] != null) {
|
|
12525
|
+
entries[_STto] = input[_STto];
|
|
12517
12526
|
}
|
|
12518
12527
|
if (input[_MMUP] != null) {
|
|
12519
12528
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -13429,8 +13438,8 @@ var se_RestoreDBClusterFromS3Message = /* @__PURE__ */ __name((input, context) =
|
|
|
13429
13438
|
if (input[_MUSKKI] != null) {
|
|
13430
13439
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
13431
13440
|
}
|
|
13432
|
-
if (input[
|
|
13433
|
-
entries[
|
|
13441
|
+
if (input[_STt] != null) {
|
|
13442
|
+
entries[_STt] = input[_STt];
|
|
13434
13443
|
}
|
|
13435
13444
|
if (input[_ELS] != null) {
|
|
13436
13445
|
entries[_ELS] = input[_ELS];
|
|
@@ -13540,8 +13549,8 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
13540
13549
|
if (input[_DBCIC] != null) {
|
|
13541
13550
|
entries[_DBCIC] = input[_DBCIC];
|
|
13542
13551
|
}
|
|
13543
|
-
if (input[
|
|
13544
|
-
entries[
|
|
13552
|
+
if (input[_STt] != null) {
|
|
13553
|
+
entries[_STt] = input[_STt];
|
|
13545
13554
|
}
|
|
13546
13555
|
if (input[_I] != null) {
|
|
13547
13556
|
entries[_I] = input[_I];
|
|
@@ -13679,8 +13688,8 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
13679
13688
|
if (input[_DBCIC] != null) {
|
|
13680
13689
|
entries[_DBCIC] = input[_DBCIC];
|
|
13681
13690
|
}
|
|
13682
|
-
if (input[
|
|
13683
|
-
entries[
|
|
13691
|
+
if (input[_STt] != null) {
|
|
13692
|
+
entries[_STt] = input[_STt];
|
|
13684
13693
|
}
|
|
13685
13694
|
if (input[_PA] != null) {
|
|
13686
13695
|
entries[_PA] = input[_PA];
|
|
@@ -13782,8 +13791,8 @@ var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, c
|
|
|
13782
13791
|
entries[loc] = value;
|
|
13783
13792
|
});
|
|
13784
13793
|
}
|
|
13785
|
-
if (input[
|
|
13786
|
-
entries[
|
|
13794
|
+
if (input[_STt] != null) {
|
|
13795
|
+
entries[_STt] = input[_STt];
|
|
13787
13796
|
}
|
|
13788
13797
|
if (input[_TCA] != null) {
|
|
13789
13798
|
entries[_TCA] = input[_TCA];
|
|
@@ -13873,8 +13882,8 @@ var se_RestoreDBInstanceFromDBSnapshotMessage = /* @__PURE__ */ __name((input, c
|
|
|
13873
13882
|
if (input[_NT] != null) {
|
|
13874
13883
|
entries[_NT] = input[_NT];
|
|
13875
13884
|
}
|
|
13876
|
-
if (input[
|
|
13877
|
-
entries[
|
|
13885
|
+
if (input[_STto] != null) {
|
|
13886
|
+
entries[_STto] = input[_STto];
|
|
13878
13887
|
}
|
|
13879
13888
|
if (input[_DBCSI] != null) {
|
|
13880
13889
|
entries[_DBCSI] = input[_DBCSI];
|
|
@@ -13994,8 +14003,8 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
|
|
|
13994
14003
|
entries[loc] = value;
|
|
13995
14004
|
});
|
|
13996
14005
|
}
|
|
13997
|
-
if (input[
|
|
13998
|
-
entries[
|
|
14006
|
+
if (input[_STt] != null) {
|
|
14007
|
+
entries[_STt] = input[_STt];
|
|
13999
14008
|
}
|
|
14000
14009
|
if (input[_SE] != null) {
|
|
14001
14010
|
entries[_SE] = input[_SE];
|
|
@@ -14074,8 +14083,8 @@ var se_RestoreDBInstanceFromS3Message = /* @__PURE__ */ __name((input, context)
|
|
|
14074
14083
|
if (input[_NT] != null) {
|
|
14075
14084
|
entries[_NT] = input[_NT];
|
|
14076
14085
|
}
|
|
14077
|
-
if (input[
|
|
14078
|
-
entries[
|
|
14086
|
+
if (input[_STto] != null) {
|
|
14087
|
+
entries[_STto] = input[_STto];
|
|
14079
14088
|
}
|
|
14080
14089
|
if (input[_MMUP] != null) {
|
|
14081
14090
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -14157,8 +14166,8 @@ var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, co
|
|
|
14157
14166
|
entries[loc] = value;
|
|
14158
14167
|
});
|
|
14159
14168
|
}
|
|
14160
|
-
if (input[
|
|
14161
|
-
entries[
|
|
14169
|
+
if (input[_STt] != null) {
|
|
14170
|
+
entries[_STt] = input[_STt];
|
|
14162
14171
|
}
|
|
14163
14172
|
if (input[_TCA] != null) {
|
|
14164
14173
|
entries[_TCA] = input[_TCA];
|
|
@@ -14254,8 +14263,8 @@ var se_RestoreDBInstanceToPointInTimeMessage = /* @__PURE__ */ __name((input, co
|
|
|
14254
14263
|
if (input[_NT] != null) {
|
|
14255
14264
|
entries[_NT] = input[_NT];
|
|
14256
14265
|
}
|
|
14257
|
-
if (input[
|
|
14258
|
-
entries[
|
|
14266
|
+
if (input[_STto] != null) {
|
|
14267
|
+
entries[_STto] = input[_STto];
|
|
14259
14268
|
}
|
|
14260
14269
|
if (input[_AS] != null) {
|
|
14261
14270
|
entries[_AS] = input[_AS];
|
|
@@ -14890,8 +14899,8 @@ var de_ClusterPendingModifiedValues = /* @__PURE__ */ __name((output, context) =
|
|
|
14890
14899
|
if (output[_I] != null) {
|
|
14891
14900
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
14892
14901
|
}
|
|
14893
|
-
if (output[
|
|
14894
|
-
contents[
|
|
14902
|
+
if (output[_STt] != null) {
|
|
14903
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
14895
14904
|
}
|
|
14896
14905
|
if (output[_CD] != null) {
|
|
14897
14906
|
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
@@ -15333,8 +15342,8 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15333
15342
|
if (output[_DBCIC] != null) {
|
|
15334
15343
|
contents[_DBCIC] = (0, import_smithy_client.expectString)(output[_DBCIC]);
|
|
15335
15344
|
}
|
|
15336
|
-
if (output[
|
|
15337
|
-
contents[
|
|
15345
|
+
if (output[_STt] != null) {
|
|
15346
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15338
15347
|
}
|
|
15339
15348
|
if (output[_I] != null) {
|
|
15340
15349
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
@@ -15387,8 +15396,8 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
15387
15396
|
if (output[_LD] != null) {
|
|
15388
15397
|
contents[_LD] = de_LimitlessDatabase(output[_LD], context);
|
|
15389
15398
|
}
|
|
15390
|
-
if (output[
|
|
15391
|
-
contents[
|
|
15399
|
+
if (output[_STto] != null) {
|
|
15400
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
15392
15401
|
}
|
|
15393
15402
|
if (output[_CST] != null) {
|
|
15394
15403
|
contents[_CST] = (0, import_smithy_client.expectString)(output[_CST]);
|
|
@@ -15475,8 +15484,8 @@ var de_DBClusterAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
15475
15484
|
if (output[_KKI] != null) {
|
|
15476
15485
|
contents[_KKI] = (0, import_smithy_client.expectString)(output[_KKI]);
|
|
15477
15486
|
}
|
|
15478
|
-
if (output[
|
|
15479
|
-
contents[
|
|
15487
|
+
if (output[_STt] != null) {
|
|
15488
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15480
15489
|
}
|
|
15481
15490
|
if (output[_I] != null) {
|
|
15482
15491
|
contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
|
|
@@ -15484,8 +15493,8 @@ var de_DBClusterAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
15484
15493
|
if (output[_ABRPA] != null) {
|
|
15485
15494
|
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
15486
15495
|
}
|
|
15487
|
-
if (output[
|
|
15488
|
-
contents[
|
|
15496
|
+
if (output[_STto] != null) {
|
|
15497
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
15489
15498
|
}
|
|
15490
15499
|
return contents;
|
|
15491
15500
|
}, "de_DBClusterAutomatedBackup");
|
|
@@ -15901,14 +15910,14 @@ var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
15901
15910
|
if (output[_DBSI] != null) {
|
|
15902
15911
|
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
15903
15912
|
}
|
|
15904
|
-
if (output[
|
|
15905
|
-
contents[
|
|
15913
|
+
if (output[_STt] != null) {
|
|
15914
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
15906
15915
|
}
|
|
15907
15916
|
if (output[_DCRI] != null) {
|
|
15908
15917
|
contents[_DCRI] = (0, import_smithy_client.expectString)(output[_DCRI]);
|
|
15909
15918
|
}
|
|
15910
|
-
if (output[
|
|
15911
|
-
contents[
|
|
15919
|
+
if (output[_STto] != null) {
|
|
15920
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
15912
15921
|
}
|
|
15913
15922
|
return contents;
|
|
15914
15923
|
}, "de_DBClusterSnapshot");
|
|
@@ -16253,8 +16262,8 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16253
16262
|
if (output[_NCSN] != null) {
|
|
16254
16263
|
contents[_NCSN] = (0, import_smithy_client.expectString)(output[_NCSN]);
|
|
16255
16264
|
}
|
|
16256
|
-
if (output[
|
|
16257
|
-
contents[
|
|
16265
|
+
if (output[_SAZe] != null) {
|
|
16266
|
+
contents[_SAZe] = (0, import_smithy_client.expectString)(output[_SAZe]);
|
|
16258
16267
|
}
|
|
16259
16268
|
if (output[_PA] != null) {
|
|
16260
16269
|
contents[_PA] = (0, import_smithy_client.parseBoolean)(output[_PA]);
|
|
@@ -16264,8 +16273,8 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16264
16273
|
} else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
|
|
16265
16274
|
contents[_SIt] = de_DBInstanceStatusInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIt][_DBISI]), context);
|
|
16266
16275
|
}
|
|
16267
|
-
if (output[
|
|
16268
|
-
contents[
|
|
16276
|
+
if (output[_STt] != null) {
|
|
16277
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
16269
16278
|
}
|
|
16270
16279
|
if (output[_TCA] != null) {
|
|
16271
16280
|
contents[_TCA] = (0, import_smithy_client.expectString)(output[_TCA]);
|
|
@@ -16405,8 +16414,8 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
16405
16414
|
if (output[_ASPS] != null) {
|
|
16406
16415
|
contents[_ASPS] = (0, import_smithy_client.expectString)(output[_ASPS]);
|
|
16407
16416
|
}
|
|
16408
|
-
if (output[
|
|
16409
|
-
contents[
|
|
16417
|
+
if (output[_STto] != null) {
|
|
16418
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
16410
16419
|
}
|
|
16411
16420
|
if (output[_DBSI] != null) {
|
|
16412
16421
|
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
@@ -16503,8 +16512,8 @@ var de_DBInstanceAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
16503
16512
|
if (output[_Enc] != null) {
|
|
16504
16513
|
contents[_Enc] = (0, import_smithy_client.parseBoolean)(output[_Enc]);
|
|
16505
16514
|
}
|
|
16506
|
-
if (output[
|
|
16507
|
-
contents[
|
|
16515
|
+
if (output[_STt] != null) {
|
|
16516
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
16508
16517
|
}
|
|
16509
16518
|
if (output[_KKI] != null) {
|
|
16510
16519
|
contents[_KKI] = (0, import_smithy_client.expectString)(output[_KKI]);
|
|
@@ -16532,8 +16541,8 @@ var de_DBInstanceAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
|
|
|
16532
16541
|
if (output[_BTa] != null) {
|
|
16533
16542
|
contents[_BTa] = (0, import_smithy_client.expectString)(output[_BTa]);
|
|
16534
16543
|
}
|
|
16535
|
-
if (output[
|
|
16536
|
-
contents[
|
|
16544
|
+
if (output[_STto] != null) {
|
|
16545
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
16537
16546
|
}
|
|
16538
16547
|
if (output[_ABRPA] != null) {
|
|
16539
16548
|
contents[_ABRPA] = (0, import_smithy_client.expectString)(output[_ABRPA]);
|
|
@@ -17318,8 +17327,8 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
17318
17327
|
if (output[_SDBSI] != null) {
|
|
17319
17328
|
contents[_SDBSI] = (0, import_smithy_client.expectString)(output[_SDBSI]);
|
|
17320
17329
|
}
|
|
17321
|
-
if (output[
|
|
17322
|
-
contents[
|
|
17330
|
+
if (output[_STt] != null) {
|
|
17331
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
17323
17332
|
}
|
|
17324
17333
|
if (output[_TCA] != null) {
|
|
17325
17334
|
contents[_TCA] = (0, import_smithy_client.expectString)(output[_TCA]);
|
|
@@ -17358,11 +17367,11 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
17358
17367
|
if (output[_SDT] != null) {
|
|
17359
17368
|
contents[_SDT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_SDT]));
|
|
17360
17369
|
}
|
|
17361
|
-
if (output[
|
|
17362
|
-
contents[
|
|
17370
|
+
if (output[_ST] != null) {
|
|
17371
|
+
contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
|
|
17363
17372
|
}
|
|
17364
|
-
if (output[
|
|
17365
|
-
contents[
|
|
17373
|
+
if (output[_STto] != null) {
|
|
17374
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
17366
17375
|
}
|
|
17367
17376
|
if (output[_DBSI] != null) {
|
|
17368
17377
|
contents[_DBSI] = (0, import_smithy_client.expectString)(output[_DBSI]);
|
|
@@ -17373,6 +17382,9 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
17373
17382
|
if (output[_MT] != null) {
|
|
17374
17383
|
contents[_MT] = (0, import_smithy_client.parseBoolean)(output[_MT]);
|
|
17375
17384
|
}
|
|
17385
|
+
if (output[_SAZ] != null) {
|
|
17386
|
+
contents[_SAZ] = (0, import_smithy_client.expectString)(output[_SAZ]);
|
|
17387
|
+
}
|
|
17376
17388
|
return contents;
|
|
17377
17389
|
}, "de_DBSnapshot");
|
|
17378
17390
|
var de_DBSnapshotAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -18167,8 +18179,8 @@ var de_ExportTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
18167
18179
|
} else if (output[_EO] != null && output[_EO][_me] != null) {
|
|
18168
18180
|
contents[_EO] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EO][_me]), context);
|
|
18169
18181
|
}
|
|
18170
|
-
if (output[
|
|
18171
|
-
contents[
|
|
18182
|
+
if (output[_STna] != null) {
|
|
18183
|
+
contents[_STna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_STna]));
|
|
18172
18184
|
}
|
|
18173
18185
|
if (output[_TSTas] != null) {
|
|
18174
18186
|
contents[_TSTas] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_TSTas]));
|
|
@@ -19339,8 +19351,8 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
|
|
|
19339
19351
|
if (output[_SSE] != null) {
|
|
19340
19352
|
contents[_SSE] = (0, import_smithy_client.parseBoolean)(output[_SSE]);
|
|
19341
19353
|
}
|
|
19342
|
-
if (output[
|
|
19343
|
-
contents[
|
|
19354
|
+
if (output[_STt] != null) {
|
|
19355
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
19344
19356
|
}
|
|
19345
19357
|
if (output[_SIupp] != null) {
|
|
19346
19358
|
contents[_SIupp] = (0, import_smithy_client.parseBoolean)(output[_SIupp]);
|
|
@@ -19585,8 +19597,8 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
|
|
|
19585
19597
|
if (output[_DBII] != null) {
|
|
19586
19598
|
contents[_DBII] = (0, import_smithy_client.expectString)(output[_DBII]);
|
|
19587
19599
|
}
|
|
19588
|
-
if (output[
|
|
19589
|
-
contents[
|
|
19600
|
+
if (output[_STt] != null) {
|
|
19601
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
19590
19602
|
}
|
|
19591
19603
|
if (output[_CACI] != null) {
|
|
19592
19604
|
contents[_CACI] = (0, import_smithy_client.expectString)(output[_CACI]);
|
|
@@ -19611,8 +19623,8 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
|
|
|
19611
19623
|
if (output[_RFAMT] != null) {
|
|
19612
19624
|
contents[_RFAMT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_RFAMT]));
|
|
19613
19625
|
}
|
|
19614
|
-
if (output[
|
|
19615
|
-
contents[
|
|
19626
|
+
if (output[_STto] != null) {
|
|
19627
|
+
contents[_STto] = (0, import_smithy_client.strictParseInt32)(output[_STto]);
|
|
19616
19628
|
}
|
|
19617
19629
|
if (output[_E] != null) {
|
|
19618
19630
|
contents[_E] = (0, import_smithy_client.expectString)(output[_E]);
|
|
@@ -20725,8 +20737,8 @@ var de_ValidDBInstanceModificationsMessage = /* @__PURE__ */ __name((output, con
|
|
|
20725
20737
|
}, "de_ValidDBInstanceModificationsMessage");
|
|
20726
20738
|
var de_ValidStorageOptions = /* @__PURE__ */ __name((output, context) => {
|
|
20727
20739
|
const contents = {};
|
|
20728
|
-
if (output[
|
|
20729
|
-
contents[
|
|
20740
|
+
if (output[_STt] != null) {
|
|
20741
|
+
contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
|
|
20730
20742
|
}
|
|
20731
20743
|
if (output.StorageSize === "") {
|
|
20732
20744
|
contents[_SSt] = [];
|
|
@@ -21529,7 +21541,8 @@ var _SAI = "SourceAccountId";
|
|
|
21529
21541
|
var _SAS = "StartActivityStream";
|
|
21530
21542
|
var _SASM = "SupportedActivityStreamModes";
|
|
21531
21543
|
var _SASt = "StopActivityStream";
|
|
21532
|
-
var _SAZ = "
|
|
21544
|
+
var _SAZ = "SnapshotAvailabilityZone";
|
|
21545
|
+
var _SAZe = "SecondaryAvailabilityZone";
|
|
21533
21546
|
var _SAZu = "SubnetAvailabilityZone";
|
|
21534
21547
|
var _SAe = "SecretArn";
|
|
21535
21548
|
var _SB = "SupportsBabelfish";
|
|
@@ -21626,16 +21639,16 @@ var _SST = "SupportsStorageThroughput";
|
|
|
21626
21639
|
var _SSe = "SecretStatus";
|
|
21627
21640
|
var _SSt = "StorageSize";
|
|
21628
21641
|
var _SSu = "SubnetStatus";
|
|
21629
|
-
var _ST = "
|
|
21642
|
+
var _ST = "SnapshotTarget";
|
|
21630
21643
|
var _STA = "SnsTopicArn";
|
|
21631
21644
|
var _STTIR = "StorageThroughputToIopsRatio";
|
|
21632
21645
|
var _STn = "SnapshotType";
|
|
21633
|
-
var _STna = "
|
|
21634
|
-
var _STnap = "SnapshotTime";
|
|
21646
|
+
var _STna = "SnapshotTime";
|
|
21635
21647
|
var _STo = "SourceType";
|
|
21636
|
-
var _STt = "
|
|
21648
|
+
var _STt = "StorageType";
|
|
21637
21649
|
var _STta = "StartTime";
|
|
21638
21650
|
var _STtat = "StatusType";
|
|
21651
|
+
var _STto = "StorageThroughput";
|
|
21639
21652
|
var _STu = "SupportedTimezones";
|
|
21640
21653
|
var _STw = "SwitchoverTimeout";
|
|
21641
21654
|
var _SUAP = "SecondsUntilAutoPause";
|
|
@@ -5769,6 +5769,12 @@ const se_CopyDBSnapshotMessage = (input, context) => {
|
|
|
5769
5769
|
if (input[_COG] != null) {
|
|
5770
5770
|
entries[_COG] = input[_COG];
|
|
5771
5771
|
}
|
|
5772
|
+
if (input[_SAZ] != null) {
|
|
5773
|
+
entries[_SAZ] = input[_SAZ];
|
|
5774
|
+
}
|
|
5775
|
+
if (input[_ST] != null) {
|
|
5776
|
+
entries[_ST] = input[_ST];
|
|
5777
|
+
}
|
|
5772
5778
|
return entries;
|
|
5773
5779
|
};
|
|
5774
5780
|
const se_CopyOptionGroupMessage = (input, context) => {
|
|
@@ -6074,8 +6080,8 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6074
6080
|
if (input[_AS] != null) {
|
|
6075
6081
|
entries[_AS] = input[_AS];
|
|
6076
6082
|
}
|
|
6077
|
-
if (input[
|
|
6078
|
-
entries[
|
|
6083
|
+
if (input[_STt] != null) {
|
|
6084
|
+
entries[_STt] = input[_STt];
|
|
6079
6085
|
}
|
|
6080
6086
|
if (input[_I] != null) {
|
|
6081
6087
|
entries[_I] = input[_I];
|
|
@@ -6287,8 +6293,8 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
6287
6293
|
if (input[_DBCI] != null) {
|
|
6288
6294
|
entries[_DBCI] = input[_DBCI];
|
|
6289
6295
|
}
|
|
6290
|
-
if (input[
|
|
6291
|
-
entries[
|
|
6296
|
+
if (input[_STt] != null) {
|
|
6297
|
+
entries[_STt] = input[_STt];
|
|
6292
6298
|
}
|
|
6293
6299
|
if (input[_TCA] != null) {
|
|
6294
6300
|
entries[_TCA] = input[_TCA];
|
|
@@ -6395,8 +6401,8 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
6395
6401
|
if (input[_NT] != null) {
|
|
6396
6402
|
entries[_NT] = input[_NT];
|
|
6397
6403
|
}
|
|
6398
|
-
if (input[
|
|
6399
|
-
entries[
|
|
6404
|
+
if (input[_STto] != null) {
|
|
6405
|
+
entries[_STto] = input[_STto];
|
|
6400
6406
|
}
|
|
6401
6407
|
if (input[_MMUP] != null) {
|
|
6402
6408
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -6479,8 +6485,8 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
6479
6485
|
entries[loc] = value;
|
|
6480
6486
|
});
|
|
6481
6487
|
}
|
|
6482
|
-
if (input[
|
|
6483
|
-
entries[
|
|
6488
|
+
if (input[_STt] != null) {
|
|
6489
|
+
entries[_STt] = input[_STt];
|
|
6484
6490
|
}
|
|
6485
6491
|
if (input[_CTTS] != null) {
|
|
6486
6492
|
entries[_CTTS] = input[_CTTS];
|
|
@@ -6575,12 +6581,15 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
6575
6581
|
if (input[_NT] != null) {
|
|
6576
6582
|
entries[_NT] = input[_NT];
|
|
6577
6583
|
}
|
|
6578
|
-
if (input[
|
|
6579
|
-
entries[
|
|
6584
|
+
if (input[_STto] != null) {
|
|
6585
|
+
entries[_STto] = input[_STto];
|
|
6580
6586
|
}
|
|
6581
6587
|
if (input[_ECOI] != null) {
|
|
6582
6588
|
entries[_ECOI] = input[_ECOI];
|
|
6583
6589
|
}
|
|
6590
|
+
if (input[_BTa] != null) {
|
|
6591
|
+
entries[_BTa] = input[_BTa];
|
|
6592
|
+
}
|
|
6584
6593
|
if (input[_AS] != null) {
|
|
6585
6594
|
entries[_AS] = input[_AS];
|
|
6586
6595
|
}
|
|
@@ -8768,8 +8777,8 @@ const se_ModifyDBClusterMessage = (input, context) => {
|
|
|
8768
8777
|
if (input[_AS] != null) {
|
|
8769
8778
|
entries[_AS] = input[_AS];
|
|
8770
8779
|
}
|
|
8771
|
-
if (input[
|
|
8772
|
-
entries[
|
|
8780
|
+
if (input[_STt] != null) {
|
|
8781
|
+
entries[_STt] = input[_STt];
|
|
8773
8782
|
}
|
|
8774
8783
|
if (input[_I] != null) {
|
|
8775
8784
|
entries[_I] = input[_I];
|
|
@@ -8957,8 +8966,8 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
8957
8966
|
if (input[_NDBII] != null) {
|
|
8958
8967
|
entries[_NDBII] = input[_NDBII];
|
|
8959
8968
|
}
|
|
8960
|
-
if (input[
|
|
8961
|
-
entries[
|
|
8969
|
+
if (input[_STt] != null) {
|
|
8970
|
+
entries[_STt] = input[_STt];
|
|
8962
8971
|
}
|
|
8963
8972
|
if (input[_TCA] != null) {
|
|
8964
8973
|
entries[_TCA] = input[_TCA];
|
|
@@ -9077,8 +9086,8 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
9077
9086
|
if (input[_NT] != null) {
|
|
9078
9087
|
entries[_NT] = input[_NT];
|
|
9079
9088
|
}
|
|
9080
|
-
if (input[
|
|
9081
|
-
entries[
|
|
9089
|
+
if (input[_STto] != null) {
|
|
9090
|
+
entries[_STto] = input[_STto];
|
|
9082
9091
|
}
|
|
9083
9092
|
if (input[_MMUP] != null) {
|
|
9084
9093
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -9994,8 +10003,8 @@ const se_RestoreDBClusterFromS3Message = (input, context) => {
|
|
|
9994
10003
|
if (input[_MUSKKI] != null) {
|
|
9995
10004
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
9996
10005
|
}
|
|
9997
|
-
if (input[
|
|
9998
|
-
entries[
|
|
10006
|
+
if (input[_STt] != null) {
|
|
10007
|
+
entries[_STt] = input[_STt];
|
|
9999
10008
|
}
|
|
10000
10009
|
if (input[_ELS] != null) {
|
|
10001
10010
|
entries[_ELS] = input[_ELS];
|
|
@@ -10105,8 +10114,8 @@ const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
|
|
|
10105
10114
|
if (input[_DBCIC] != null) {
|
|
10106
10115
|
entries[_DBCIC] = input[_DBCIC];
|
|
10107
10116
|
}
|
|
10108
|
-
if (input[
|
|
10109
|
-
entries[
|
|
10117
|
+
if (input[_STt] != null) {
|
|
10118
|
+
entries[_STt] = input[_STt];
|
|
10110
10119
|
}
|
|
10111
10120
|
if (input[_I] != null) {
|
|
10112
10121
|
entries[_I] = input[_I];
|
|
@@ -10244,8 +10253,8 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
|
|
|
10244
10253
|
if (input[_DBCIC] != null) {
|
|
10245
10254
|
entries[_DBCIC] = input[_DBCIC];
|
|
10246
10255
|
}
|
|
10247
|
-
if (input[
|
|
10248
|
-
entries[
|
|
10256
|
+
if (input[_STt] != null) {
|
|
10257
|
+
entries[_STt] = input[_STt];
|
|
10249
10258
|
}
|
|
10250
10259
|
if (input[_PA] != null) {
|
|
10251
10260
|
entries[_PA] = input[_PA];
|
|
@@ -10347,8 +10356,8 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
|
10347
10356
|
entries[loc] = value;
|
|
10348
10357
|
});
|
|
10349
10358
|
}
|
|
10350
|
-
if (input[
|
|
10351
|
-
entries[
|
|
10359
|
+
if (input[_STt] != null) {
|
|
10360
|
+
entries[_STt] = input[_STt];
|
|
10352
10361
|
}
|
|
10353
10362
|
if (input[_TCA] != null) {
|
|
10354
10363
|
entries[_TCA] = input[_TCA];
|
|
@@ -10438,8 +10447,8 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
|
10438
10447
|
if (input[_NT] != null) {
|
|
10439
10448
|
entries[_NT] = input[_NT];
|
|
10440
10449
|
}
|
|
10441
|
-
if (input[
|
|
10442
|
-
entries[
|
|
10450
|
+
if (input[_STto] != null) {
|
|
10451
|
+
entries[_STto] = input[_STto];
|
|
10443
10452
|
}
|
|
10444
10453
|
if (input[_DBCSI] != null) {
|
|
10445
10454
|
entries[_DBCSI] = input[_DBCSI];
|
|
@@ -10559,8 +10568,8 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
10559
10568
|
entries[loc] = value;
|
|
10560
10569
|
});
|
|
10561
10570
|
}
|
|
10562
|
-
if (input[
|
|
10563
|
-
entries[
|
|
10571
|
+
if (input[_STt] != null) {
|
|
10572
|
+
entries[_STt] = input[_STt];
|
|
10564
10573
|
}
|
|
10565
10574
|
if (input[_SE] != null) {
|
|
10566
10575
|
entries[_SE] = input[_SE];
|
|
@@ -10639,8 +10648,8 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
10639
10648
|
if (input[_NT] != null) {
|
|
10640
10649
|
entries[_NT] = input[_NT];
|
|
10641
10650
|
}
|
|
10642
|
-
if (input[
|
|
10643
|
-
entries[
|
|
10651
|
+
if (input[_STto] != null) {
|
|
10652
|
+
entries[_STto] = input[_STto];
|
|
10644
10653
|
}
|
|
10645
10654
|
if (input[_MMUP] != null) {
|
|
10646
10655
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -10722,8 +10731,8 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
|
10722
10731
|
entries[loc] = value;
|
|
10723
10732
|
});
|
|
10724
10733
|
}
|
|
10725
|
-
if (input[
|
|
10726
|
-
entries[
|
|
10734
|
+
if (input[_STt] != null) {
|
|
10735
|
+
entries[_STt] = input[_STt];
|
|
10727
10736
|
}
|
|
10728
10737
|
if (input[_TCA] != null) {
|
|
10729
10738
|
entries[_TCA] = input[_TCA];
|
|
@@ -10819,8 +10828,8 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
|
10819
10828
|
if (input[_NT] != null) {
|
|
10820
10829
|
entries[_NT] = input[_NT];
|
|
10821
10830
|
}
|
|
10822
|
-
if (input[
|
|
10823
|
-
entries[
|
|
10831
|
+
if (input[_STto] != null) {
|
|
10832
|
+
entries[_STto] = input[_STto];
|
|
10824
10833
|
}
|
|
10825
10834
|
if (input[_AS] != null) {
|
|
10826
10835
|
entries[_AS] = input[_AS];
|
|
@@ -11480,8 +11489,8 @@ const de_ClusterPendingModifiedValues = (output, context) => {
|
|
|
11480
11489
|
if (output[_I] != null) {
|
|
11481
11490
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
11482
11491
|
}
|
|
11483
|
-
if (output[
|
|
11484
|
-
contents[
|
|
11492
|
+
if (output[_STt] != null) {
|
|
11493
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
11485
11494
|
}
|
|
11486
11495
|
if (output[_CD] != null) {
|
|
11487
11496
|
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
@@ -11937,8 +11946,8 @@ const de_DBCluster = (output, context) => {
|
|
|
11937
11946
|
if (output[_DBCIC] != null) {
|
|
11938
11947
|
contents[_DBCIC] = __expectString(output[_DBCIC]);
|
|
11939
11948
|
}
|
|
11940
|
-
if (output[
|
|
11941
|
-
contents[
|
|
11949
|
+
if (output[_STt] != null) {
|
|
11950
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
11942
11951
|
}
|
|
11943
11952
|
if (output[_I] != null) {
|
|
11944
11953
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
@@ -11991,8 +12000,8 @@ const de_DBCluster = (output, context) => {
|
|
|
11991
12000
|
if (output[_LD] != null) {
|
|
11992
12001
|
contents[_LD] = de_LimitlessDatabase(output[_LD], context);
|
|
11993
12002
|
}
|
|
11994
|
-
if (output[
|
|
11995
|
-
contents[
|
|
12003
|
+
if (output[_STto] != null) {
|
|
12004
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
11996
12005
|
}
|
|
11997
12006
|
if (output[_CST] != null) {
|
|
11998
12007
|
contents[_CST] = __expectString(output[_CST]);
|
|
@@ -12080,8 +12089,8 @@ const de_DBClusterAutomatedBackup = (output, context) => {
|
|
|
12080
12089
|
if (output[_KKI] != null) {
|
|
12081
12090
|
contents[_KKI] = __expectString(output[_KKI]);
|
|
12082
12091
|
}
|
|
12083
|
-
if (output[
|
|
12084
|
-
contents[
|
|
12092
|
+
if (output[_STt] != null) {
|
|
12093
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
12085
12094
|
}
|
|
12086
12095
|
if (output[_I] != null) {
|
|
12087
12096
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
@@ -12089,8 +12098,8 @@ const de_DBClusterAutomatedBackup = (output, context) => {
|
|
|
12089
12098
|
if (output[_ABRPA] != null) {
|
|
12090
12099
|
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
12091
12100
|
}
|
|
12092
|
-
if (output[
|
|
12093
|
-
contents[
|
|
12101
|
+
if (output[_STto] != null) {
|
|
12102
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
12094
12103
|
}
|
|
12095
12104
|
return contents;
|
|
12096
12105
|
};
|
|
@@ -12532,14 +12541,14 @@ const de_DBClusterSnapshot = (output, context) => {
|
|
|
12532
12541
|
if (output[_DBSI] != null) {
|
|
12533
12542
|
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
12534
12543
|
}
|
|
12535
|
-
if (output[
|
|
12536
|
-
contents[
|
|
12544
|
+
if (output[_STt] != null) {
|
|
12545
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
12537
12546
|
}
|
|
12538
12547
|
if (output[_DCRI] != null) {
|
|
12539
12548
|
contents[_DCRI] = __expectString(output[_DCRI]);
|
|
12540
12549
|
}
|
|
12541
|
-
if (output[
|
|
12542
|
-
contents[
|
|
12550
|
+
if (output[_STto] != null) {
|
|
12551
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
12543
12552
|
}
|
|
12544
12553
|
return contents;
|
|
12545
12554
|
};
|
|
@@ -12905,8 +12914,8 @@ const de_DBInstance = (output, context) => {
|
|
|
12905
12914
|
if (output[_NCSN] != null) {
|
|
12906
12915
|
contents[_NCSN] = __expectString(output[_NCSN]);
|
|
12907
12916
|
}
|
|
12908
|
-
if (output[
|
|
12909
|
-
contents[
|
|
12917
|
+
if (output[_SAZe] != null) {
|
|
12918
|
+
contents[_SAZe] = __expectString(output[_SAZe]);
|
|
12910
12919
|
}
|
|
12911
12920
|
if (output[_PA] != null) {
|
|
12912
12921
|
contents[_PA] = __parseBoolean(output[_PA]);
|
|
@@ -12917,8 +12926,8 @@ const de_DBInstance = (output, context) => {
|
|
|
12917
12926
|
else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
|
|
12918
12927
|
contents[_SIt] = de_DBInstanceStatusInfoList(__getArrayIfSingleItem(output[_SIt][_DBISI]), context);
|
|
12919
12928
|
}
|
|
12920
|
-
if (output[
|
|
12921
|
-
contents[
|
|
12929
|
+
if (output[_STt] != null) {
|
|
12930
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
12922
12931
|
}
|
|
12923
12932
|
if (output[_TCA] != null) {
|
|
12924
12933
|
contents[_TCA] = __expectString(output[_TCA]);
|
|
@@ -13061,8 +13070,8 @@ const de_DBInstance = (output, context) => {
|
|
|
13061
13070
|
if (output[_ASPS] != null) {
|
|
13062
13071
|
contents[_ASPS] = __expectString(output[_ASPS]);
|
|
13063
13072
|
}
|
|
13064
|
-
if (output[
|
|
13065
|
-
contents[
|
|
13073
|
+
if (output[_STto] != null) {
|
|
13074
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
13066
13075
|
}
|
|
13067
13076
|
if (output[_DBSI] != null) {
|
|
13068
13077
|
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
@@ -13159,8 +13168,8 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
13159
13168
|
if (output[_Enc] != null) {
|
|
13160
13169
|
contents[_Enc] = __parseBoolean(output[_Enc]);
|
|
13161
13170
|
}
|
|
13162
|
-
if (output[
|
|
13163
|
-
contents[
|
|
13171
|
+
if (output[_STt] != null) {
|
|
13172
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
13164
13173
|
}
|
|
13165
13174
|
if (output[_KKI] != null) {
|
|
13166
13175
|
contents[_KKI] = __expectString(output[_KKI]);
|
|
@@ -13186,8 +13195,8 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
13186
13195
|
if (output[_BTa] != null) {
|
|
13187
13196
|
contents[_BTa] = __expectString(output[_BTa]);
|
|
13188
13197
|
}
|
|
13189
|
-
if (output[
|
|
13190
|
-
contents[
|
|
13198
|
+
if (output[_STto] != null) {
|
|
13199
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
13191
13200
|
}
|
|
13192
13201
|
if (output[_ABRPA] != null) {
|
|
13193
13202
|
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
@@ -14017,8 +14026,8 @@ const de_DBSnapshot = (output, context) => {
|
|
|
14017
14026
|
if (output[_SDBSI] != null) {
|
|
14018
14027
|
contents[_SDBSI] = __expectString(output[_SDBSI]);
|
|
14019
14028
|
}
|
|
14020
|
-
if (output[
|
|
14021
|
-
contents[
|
|
14029
|
+
if (output[_STt] != null) {
|
|
14030
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
14022
14031
|
}
|
|
14023
14032
|
if (output[_TCA] != null) {
|
|
14024
14033
|
contents[_TCA] = __expectString(output[_TCA]);
|
|
@@ -14059,11 +14068,11 @@ const de_DBSnapshot = (output, context) => {
|
|
|
14059
14068
|
if (output[_SDT] != null) {
|
|
14060
14069
|
contents[_SDT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_SDT]));
|
|
14061
14070
|
}
|
|
14062
|
-
if (output[
|
|
14063
|
-
contents[
|
|
14071
|
+
if (output[_ST] != null) {
|
|
14072
|
+
contents[_ST] = __expectString(output[_ST]);
|
|
14064
14073
|
}
|
|
14065
|
-
if (output[
|
|
14066
|
-
contents[
|
|
14074
|
+
if (output[_STto] != null) {
|
|
14075
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
14067
14076
|
}
|
|
14068
14077
|
if (output[_DBSI] != null) {
|
|
14069
14078
|
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
@@ -14074,6 +14083,9 @@ const de_DBSnapshot = (output, context) => {
|
|
|
14074
14083
|
if (output[_MT] != null) {
|
|
14075
14084
|
contents[_MT] = __parseBoolean(output[_MT]);
|
|
14076
14085
|
}
|
|
14086
|
+
if (output[_SAZ] != null) {
|
|
14087
|
+
contents[_SAZ] = __expectString(output[_SAZ]);
|
|
14088
|
+
}
|
|
14077
14089
|
return contents;
|
|
14078
14090
|
};
|
|
14079
14091
|
const de_DBSnapshotAlreadyExistsFault = (output, context) => {
|
|
@@ -14923,8 +14935,8 @@ const de_ExportTask = (output, context) => {
|
|
|
14923
14935
|
else if (output[_EO] != null && output[_EO][_me] != null) {
|
|
14924
14936
|
contents[_EO] = de_StringList(__getArrayIfSingleItem(output[_EO][_me]), context);
|
|
14925
14937
|
}
|
|
14926
|
-
if (output[
|
|
14927
|
-
contents[
|
|
14938
|
+
if (output[_STna] != null) {
|
|
14939
|
+
contents[_STna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_STna]));
|
|
14928
14940
|
}
|
|
14929
14941
|
if (output[_TSTas] != null) {
|
|
14930
14942
|
contents[_TSTas] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_TSTas]));
|
|
@@ -16153,8 +16165,8 @@ const de_OrderableDBInstanceOption = (output, context) => {
|
|
|
16153
16165
|
if (output[_SSE] != null) {
|
|
16154
16166
|
contents[_SSE] = __parseBoolean(output[_SSE]);
|
|
16155
16167
|
}
|
|
16156
|
-
if (output[
|
|
16157
|
-
contents[
|
|
16168
|
+
if (output[_STt] != null) {
|
|
16169
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
16158
16170
|
}
|
|
16159
16171
|
if (output[_SIupp] != null) {
|
|
16160
16172
|
contents[_SIupp] = __parseBoolean(output[_SIupp]);
|
|
@@ -16416,8 +16428,8 @@ const de_PendingModifiedValues = (output, context) => {
|
|
|
16416
16428
|
if (output[_DBII] != null) {
|
|
16417
16429
|
contents[_DBII] = __expectString(output[_DBII]);
|
|
16418
16430
|
}
|
|
16419
|
-
if (output[
|
|
16420
|
-
contents[
|
|
16431
|
+
if (output[_STt] != null) {
|
|
16432
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
16421
16433
|
}
|
|
16422
16434
|
if (output[_CACI] != null) {
|
|
16423
16435
|
contents[_CACI] = __expectString(output[_CACI]);
|
|
@@ -16443,8 +16455,8 @@ const de_PendingModifiedValues = (output, context) => {
|
|
|
16443
16455
|
if (output[_RFAMT] != null) {
|
|
16444
16456
|
contents[_RFAMT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_RFAMT]));
|
|
16445
16457
|
}
|
|
16446
|
-
if (output[
|
|
16447
|
-
contents[
|
|
16458
|
+
if (output[_STto] != null) {
|
|
16459
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
16448
16460
|
}
|
|
16449
16461
|
if (output[_E] != null) {
|
|
16450
16462
|
contents[_E] = __expectString(output[_E]);
|
|
@@ -17623,8 +17635,8 @@ const de_ValidDBInstanceModificationsMessage = (output, context) => {
|
|
|
17623
17635
|
};
|
|
17624
17636
|
const de_ValidStorageOptions = (output, context) => {
|
|
17625
17637
|
const contents = {};
|
|
17626
|
-
if (output[
|
|
17627
|
-
contents[
|
|
17638
|
+
if (output[_STt] != null) {
|
|
17639
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
17628
17640
|
}
|
|
17629
17641
|
if (output.StorageSize === "") {
|
|
17630
17642
|
contents[_SSt] = [];
|
|
@@ -18439,7 +18451,8 @@ const _SAI = "SourceAccountId";
|
|
|
18439
18451
|
const _SAS = "StartActivityStream";
|
|
18440
18452
|
const _SASM = "SupportedActivityStreamModes";
|
|
18441
18453
|
const _SASt = "StopActivityStream";
|
|
18442
|
-
const _SAZ = "
|
|
18454
|
+
const _SAZ = "SnapshotAvailabilityZone";
|
|
18455
|
+
const _SAZe = "SecondaryAvailabilityZone";
|
|
18443
18456
|
const _SAZu = "SubnetAvailabilityZone";
|
|
18444
18457
|
const _SAe = "SecretArn";
|
|
18445
18458
|
const _SB = "SupportsBabelfish";
|
|
@@ -18536,16 +18549,16 @@ const _SST = "SupportsStorageThroughput";
|
|
|
18536
18549
|
const _SSe = "SecretStatus";
|
|
18537
18550
|
const _SSt = "StorageSize";
|
|
18538
18551
|
const _SSu = "SubnetStatus";
|
|
18539
|
-
const _ST = "
|
|
18552
|
+
const _ST = "SnapshotTarget";
|
|
18540
18553
|
const _STA = "SnsTopicArn";
|
|
18541
18554
|
const _STTIR = "StorageThroughputToIopsRatio";
|
|
18542
18555
|
const _STn = "SnapshotType";
|
|
18543
|
-
const _STna = "
|
|
18544
|
-
const _STnap = "SnapshotTime";
|
|
18556
|
+
const _STna = "SnapshotTime";
|
|
18545
18557
|
const _STo = "SourceType";
|
|
18546
|
-
const _STt = "
|
|
18558
|
+
const _STt = "StorageType";
|
|
18547
18559
|
const _STta = "StartTime";
|
|
18548
18560
|
const _STtat = "StatusType";
|
|
18561
|
+
const _STto = "StorageThroughput";
|
|
18549
18562
|
const _STu = "SupportedTimezones";
|
|
18550
18563
|
const _STw = "SwitchoverTimeout";
|
|
18551
18564
|
const _SUAP = "SecondsUntilAutoPause";
|
|
@@ -55,6 +55,8 @@ declare const CopyDBSnapshotCommand_base: {
|
|
|
55
55
|
* OptionGroupName: "STRING_VALUE",
|
|
56
56
|
* TargetCustomAvailabilityZone: "STRING_VALUE",
|
|
57
57
|
* CopyOptionGroup: true || false,
|
|
58
|
+
* SnapshotAvailabilityZone: "STRING_VALUE",
|
|
59
|
+
* SnapshotTarget: "STRING_VALUE",
|
|
58
60
|
* };
|
|
59
61
|
* const command = new CopyDBSnapshotCommand(input);
|
|
60
62
|
* const response = await client.send(command);
|
|
@@ -106,6 +108,7 @@ declare const CopyDBSnapshotCommand_base: {
|
|
|
106
108
|
* // DBSystemId: "STRING_VALUE",
|
|
107
109
|
* // DedicatedLogVolume: true || false,
|
|
108
110
|
* // MultiTenant: true || false,
|
|
111
|
+
* // SnapshotAvailabilityZone: "STRING_VALUE",
|
|
109
112
|
* // },
|
|
110
113
|
* // };
|
|
111
114
|
*
|
|
@@ -108,6 +108,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
108
108
|
* NetworkType: "STRING_VALUE",
|
|
109
109
|
* StorageThroughput: Number("int"),
|
|
110
110
|
* EnableCustomerOwnedIp: true || false,
|
|
111
|
+
* BackupTarget: "STRING_VALUE",
|
|
111
112
|
* AllocatedStorage: Number("int"),
|
|
112
113
|
* SourceDBClusterIdentifier: "STRING_VALUE",
|
|
113
114
|
* DedicatedLogVolume: true || false,
|
|
@@ -2048,6 +2048,31 @@ export interface CopyDBSnapshotMessage {
|
|
|
2048
2048
|
* @public
|
|
2049
2049
|
*/
|
|
2050
2050
|
CopyOptionGroup?: boolean | undefined;
|
|
2051
|
+
/**
|
|
2052
|
+
* <p>Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone.</p>
|
|
2053
|
+
* @public
|
|
2054
|
+
*/
|
|
2055
|
+
SnapshotAvailabilityZone?: string | undefined;
|
|
2056
|
+
/**
|
|
2057
|
+
* <p>Configures the location where RDS will store copied snapshots.</p>
|
|
2058
|
+
* <p>Valid Values:</p>
|
|
2059
|
+
* <ul>
|
|
2060
|
+
* <li>
|
|
2061
|
+
* <p>
|
|
2062
|
+
* <code>local</code> (Dedicated Local Zone)</p>
|
|
2063
|
+
* </li>
|
|
2064
|
+
* <li>
|
|
2065
|
+
* <p>
|
|
2066
|
+
* <code>outposts</code> (Amazon Web Services Outposts)</p>
|
|
2067
|
+
* </li>
|
|
2068
|
+
* <li>
|
|
2069
|
+
* <p>
|
|
2070
|
+
* <code>region</code> (Amazon Web Services Region)</p>
|
|
2071
|
+
* </li>
|
|
2072
|
+
* </ul>
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
2075
|
+
SnapshotTarget?: string | undefined;
|
|
2051
2076
|
}
|
|
2052
2077
|
/**
|
|
2053
2078
|
* <p>Contains the processor features of a DB instance class.</p>
|
|
@@ -2316,7 +2341,7 @@ export interface DBSnapshot {
|
|
|
2316
2341
|
*/
|
|
2317
2342
|
SnapshotDatabaseTime?: Date | undefined;
|
|
2318
2343
|
/**
|
|
2319
|
-
* <p>Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
2344
|
+
* <p>Specifies where manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
2320
2345
|
* @public
|
|
2321
2346
|
*/
|
|
2322
2347
|
SnapshotTarget?: string | undefined;
|
|
@@ -2342,6 +2367,11 @@ export interface DBSnapshot {
|
|
|
2342
2367
|
* @public
|
|
2343
2368
|
*/
|
|
2344
2369
|
MultiTenant?: boolean | undefined;
|
|
2370
|
+
/**
|
|
2371
|
+
* <p>Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone.</p>
|
|
2372
|
+
* @public
|
|
2373
|
+
*/
|
|
2374
|
+
SnapshotAvailabilityZone?: string | undefined;
|
|
2345
2375
|
}
|
|
2346
2376
|
/**
|
|
2347
2377
|
* @public
|
|
@@ -7458,6 +7488,10 @@ export interface CreateDBInstanceMessage {
|
|
|
7458
7488
|
* <ul>
|
|
7459
7489
|
* <li>
|
|
7460
7490
|
* <p>
|
|
7491
|
+
* <code>local</code> (Dedicated Local Zone)</p>
|
|
7492
|
+
* </li>
|
|
7493
|
+
* <li>
|
|
7494
|
+
* <p>
|
|
7461
7495
|
* <code>outposts</code> (Amazon Web Services Outposts)</p>
|
|
7462
7496
|
* </li>
|
|
7463
7497
|
* <li>
|
|
@@ -8571,7 +8605,7 @@ export interface DBInstance {
|
|
|
8571
8605
|
*/
|
|
8572
8606
|
CustomIamInstanceProfile?: string | undefined;
|
|
8573
8607
|
/**
|
|
8574
|
-
* <p>The location where automated backups and manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
8608
|
+
* <p>The location where automated backups and manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
8575
8609
|
* @public
|
|
8576
8610
|
*/
|
|
8577
8611
|
BackupTarget?: string | undefined;
|
|
@@ -9346,6 +9380,22 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
9346
9380
|
* @public
|
|
9347
9381
|
*/
|
|
9348
9382
|
EnableCustomerOwnedIp?: boolean | undefined;
|
|
9383
|
+
/**
|
|
9384
|
+
* <p>The location where RDS stores automated backups and manual snapshots.</p>
|
|
9385
|
+
* <p>Valid Values:</p>
|
|
9386
|
+
* <ul>
|
|
9387
|
+
* <li>
|
|
9388
|
+
* <p>
|
|
9389
|
+
* <code>local</code> for Dedicated Local Zones</p>
|
|
9390
|
+
* </li>
|
|
9391
|
+
* <li>
|
|
9392
|
+
* <p>
|
|
9393
|
+
* <code>region</code> for Amazon Web Services Region</p>
|
|
9394
|
+
* </li>
|
|
9395
|
+
* </ul>
|
|
9396
|
+
* @public
|
|
9397
|
+
*/
|
|
9398
|
+
BackupTarget?: string | undefined;
|
|
9349
9399
|
/**
|
|
9350
9400
|
* <p>The amount of storage (in gibibytes) to allocate initially for the read replica.
|
|
9351
9401
|
* Follow the allocation rules specified in <code>CreateDBInstance</code>.</p>
|
|
@@ -12449,7 +12499,7 @@ export interface DBInstanceAutomatedBackup {
|
|
|
12449
12499
|
*/
|
|
12450
12500
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[] | undefined;
|
|
12451
12501
|
/**
|
|
12452
|
-
* <p>The location where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
12502
|
+
* <p>The location where automated backups are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
12453
12503
|
* @public
|
|
12454
12504
|
*/
|
|
12455
12505
|
BackupTarget?: string | undefined;
|
|
@@ -12319,7 +12319,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
12319
12319
|
CustomIamInstanceProfile?: string | undefined;
|
|
12320
12320
|
/**
|
|
12321
12321
|
* <p>Specifies where automated backups and manual snapshots are stored for the restored DB instance.</p>
|
|
12322
|
-
* <p>Possible values are <code>outposts</code> (Amazon Web Services Outposts) and <code>region</code> (Amazon Web Services Region). The default is <code>region</code>.</p>
|
|
12322
|
+
* <p>Possible values are <code>local</code> (Dedicated Local Zone), <code>outposts</code> (Amazon Web Services Outposts), and <code>region</code> (Amazon Web Services Region). The default is <code>region</code>.</p>
|
|
12323
12323
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working
|
|
12324
12324
|
* with Amazon RDS on Amazon Web Services Outposts</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
12325
12325
|
* @public
|
|
@@ -13630,6 +13630,10 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
13630
13630
|
* <ul>
|
|
13631
13631
|
* <li>
|
|
13632
13632
|
* <p>
|
|
13633
|
+
* <code>local</code> (Dedicated Local Zone)</p>
|
|
13634
|
+
* </li>
|
|
13635
|
+
* <li>
|
|
13636
|
+
* <p>
|
|
13633
13637
|
* <code>outposts</code> (Amazon Web Services Outposts)</p>
|
|
13634
13638
|
* </li>
|
|
13635
13639
|
* <li>
|
|
@@ -504,6 +504,8 @@ export interface CopyDBSnapshotMessage {
|
|
|
504
504
|
OptionGroupName?: string | undefined;
|
|
505
505
|
TargetCustomAvailabilityZone?: string | undefined;
|
|
506
506
|
CopyOptionGroup?: boolean | undefined;
|
|
507
|
+
SnapshotAvailabilityZone?: string | undefined;
|
|
508
|
+
SnapshotTarget?: string | undefined;
|
|
507
509
|
}
|
|
508
510
|
export interface ProcessorFeature {
|
|
509
511
|
Name?: string | undefined;
|
|
@@ -546,6 +548,7 @@ export interface DBSnapshot {
|
|
|
546
548
|
DBSystemId?: string | undefined;
|
|
547
549
|
DedicatedLogVolume?: boolean | undefined;
|
|
548
550
|
MultiTenant?: boolean | undefined;
|
|
551
|
+
SnapshotAvailabilityZone?: string | undefined;
|
|
549
552
|
}
|
|
550
553
|
export interface CopyDBSnapshotResult {
|
|
551
554
|
DBSnapshot?: DBSnapshot | undefined;
|
|
@@ -1641,6 +1644,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
1641
1644
|
NetworkType?: string | undefined;
|
|
1642
1645
|
StorageThroughput?: number | undefined;
|
|
1643
1646
|
EnableCustomerOwnedIp?: boolean | undefined;
|
|
1647
|
+
BackupTarget?: string | undefined;
|
|
1644
1648
|
AllocatedStorage?: number | undefined;
|
|
1645
1649
|
SourceDBClusterIdentifier?: string | undefined;
|
|
1646
1650
|
DedicatedLogVolume?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.836.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",
|