@aws-sdk/client-docdb 3.952.0 → 3.953.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 (75) hide show
  1. package/dist-cjs/index.js +999 -713
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -2
  4. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  5. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
  6. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +2 -2
  7. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -2
  8. package/dist-es/commands/CreateDBClusterCommand.js +2 -2
  9. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +2 -2
  10. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +2 -2
  11. package/dist-es/commands/CreateDBInstanceCommand.js +2 -2
  12. package/dist-es/commands/CreateDBSubnetGroupCommand.js +2 -2
  13. package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -2
  14. package/dist-es/commands/CreateGlobalClusterCommand.js +2 -2
  15. package/dist-es/commands/DeleteDBClusterCommand.js +2 -2
  16. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -2
  17. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +2 -2
  18. package/dist-es/commands/DeleteDBInstanceCommand.js +2 -2
  19. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -2
  20. package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -2
  21. package/dist-es/commands/DeleteGlobalClusterCommand.js +2 -2
  22. package/dist-es/commands/DescribeCertificatesCommand.js +2 -2
  23. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +2 -2
  24. package/dist-es/commands/DescribeDBClusterParametersCommand.js +2 -2
  25. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -2
  26. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +2 -2
  27. package/dist-es/commands/DescribeDBClustersCommand.js +2 -2
  28. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +2 -2
  29. package/dist-es/commands/DescribeDBInstancesCommand.js +2 -2
  30. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +2 -2
  31. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -2
  32. package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -2
  33. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -2
  34. package/dist-es/commands/DescribeEventsCommand.js +2 -2
  35. package/dist-es/commands/DescribeGlobalClustersCommand.js +2 -2
  36. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -2
  37. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
  38. package/dist-es/commands/FailoverDBClusterCommand.js +2 -2
  39. package/dist-es/commands/FailoverGlobalClusterCommand.js +2 -2
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-es/commands/ModifyDBClusterCommand.js +2 -2
  42. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +2 -2
  43. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -2
  44. package/dist-es/commands/ModifyDBInstanceCommand.js +2 -2
  45. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +2 -2
  46. package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -2
  47. package/dist-es/commands/ModifyGlobalClusterCommand.js +2 -2
  48. package/dist-es/commands/RebootDBInstanceCommand.js +2 -2
  49. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +2 -2
  50. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -2
  51. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  52. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +2 -2
  53. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -2
  54. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -2
  55. package/dist-es/commands/StartDBClusterCommand.js +2 -2
  56. package/dist-es/commands/StopDBClusterCommand.js +2 -2
  57. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +2 -2
  58. package/dist-es/index.js +1 -0
  59. package/dist-es/runtimeConfig.shared.js +7 -6
  60. package/dist-es/schemas/schemas_0.js +534 -505
  61. package/dist-types/DocDBClient.d.ts +1 -10
  62. package/dist-types/index.d.ts +1 -0
  63. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  64. package/dist-types/runtimeConfig.d.ts +6 -2
  65. package/dist-types/runtimeConfig.native.d.ts +6 -2
  66. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  67. package/dist-types/schemas/schemas_0.d.ts +258 -298
  68. package/dist-types/ts3.4/DocDBClient.d.ts +0 -4
  69. package/dist-types/ts3.4/index.d.ts +1 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -298
  75. package/package.json +36 -36
package/dist-cjs/index.js CHANGED
@@ -112,14 +112,14 @@ class DocDBClient extends smithyClient.Client {
112
112
  }
113
113
  }
114
114
 
115
- let DocDBServiceException$1 = class DocDBServiceException extends smithyClient.ServiceException {
115
+ class DocDBServiceException extends smithyClient.ServiceException {
116
116
  constructor(options) {
117
117
  super(options);
118
118
  Object.setPrototypeOf(this, DocDBServiceException.prototype);
119
119
  }
120
- };
120
+ }
121
121
 
122
- let SourceNotFoundFault$1 = class SourceNotFoundFault extends DocDBServiceException$1 {
122
+ class SourceNotFoundFault extends DocDBServiceException {
123
123
  name = "SourceNotFoundFault";
124
124
  $fault = "client";
125
125
  constructor(opts) {
@@ -130,8 +130,8 @@ let SourceNotFoundFault$1 = class SourceNotFoundFault extends DocDBServiceExcept
130
130
  });
131
131
  Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
132
132
  }
133
- };
134
- let SubscriptionNotFoundFault$1 = class SubscriptionNotFoundFault extends DocDBServiceException$1 {
133
+ }
134
+ class SubscriptionNotFoundFault extends DocDBServiceException {
135
135
  name = "SubscriptionNotFoundFault";
136
136
  $fault = "client";
137
137
  constructor(opts) {
@@ -142,8 +142,8 @@ let SubscriptionNotFoundFault$1 = class SubscriptionNotFoundFault extends DocDBS
142
142
  });
143
143
  Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
144
144
  }
145
- };
146
- let DBClusterNotFoundFault$1 = class DBClusterNotFoundFault extends DocDBServiceException$1 {
145
+ }
146
+ class DBClusterNotFoundFault extends DocDBServiceException {
147
147
  name = "DBClusterNotFoundFault";
148
148
  $fault = "client";
149
149
  constructor(opts) {
@@ -154,8 +154,8 @@ let DBClusterNotFoundFault$1 = class DBClusterNotFoundFault extends DocDBService
154
154
  });
155
155
  Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);
156
156
  }
157
- };
158
- let DBInstanceNotFoundFault$1 = class DBInstanceNotFoundFault extends DocDBServiceException$1 {
157
+ }
158
+ class DBInstanceNotFoundFault extends DocDBServiceException {
159
159
  name = "DBInstanceNotFoundFault";
160
160
  $fault = "client";
161
161
  constructor(opts) {
@@ -166,8 +166,8 @@ let DBInstanceNotFoundFault$1 = class DBInstanceNotFoundFault extends DocDBServi
166
166
  });
167
167
  Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);
168
168
  }
169
- };
170
- let DBSnapshotNotFoundFault$1 = class DBSnapshotNotFoundFault extends DocDBServiceException$1 {
169
+ }
170
+ class DBSnapshotNotFoundFault extends DocDBServiceException {
171
171
  name = "DBSnapshotNotFoundFault";
172
172
  $fault = "client";
173
173
  constructor(opts) {
@@ -178,8 +178,8 @@ let DBSnapshotNotFoundFault$1 = class DBSnapshotNotFoundFault extends DocDBServi
178
178
  });
179
179
  Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);
180
180
  }
181
- };
182
- let InvalidDBClusterStateFault$1 = class InvalidDBClusterStateFault extends DocDBServiceException$1 {
181
+ }
182
+ class InvalidDBClusterStateFault extends DocDBServiceException {
183
183
  name = "InvalidDBClusterStateFault";
184
184
  $fault = "client";
185
185
  constructor(opts) {
@@ -190,8 +190,8 @@ let InvalidDBClusterStateFault$1 = class InvalidDBClusterStateFault extends DocD
190
190
  });
191
191
  Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);
192
192
  }
193
- };
194
- let InvalidDBInstanceStateFault$1 = class InvalidDBInstanceStateFault extends DocDBServiceException$1 {
193
+ }
194
+ class InvalidDBInstanceStateFault extends DocDBServiceException {
195
195
  name = "InvalidDBInstanceStateFault";
196
196
  $fault = "client";
197
197
  constructor(opts) {
@@ -202,8 +202,8 @@ let InvalidDBInstanceStateFault$1 = class InvalidDBInstanceStateFault extends Do
202
202
  });
203
203
  Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);
204
204
  }
205
- };
206
- let ResourceNotFoundFault$1 = class ResourceNotFoundFault extends DocDBServiceException$1 {
205
+ }
206
+ class ResourceNotFoundFault extends DocDBServiceException {
207
207
  name = "ResourceNotFoundFault";
208
208
  $fault = "client";
209
209
  constructor(opts) {
@@ -214,8 +214,8 @@ let ResourceNotFoundFault$1 = class ResourceNotFoundFault extends DocDBServiceEx
214
214
  });
215
215
  Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
216
216
  }
217
- };
218
- let DBParameterGroupAlreadyExistsFault$1 = class DBParameterGroupAlreadyExistsFault extends DocDBServiceException$1 {
217
+ }
218
+ class DBParameterGroupAlreadyExistsFault extends DocDBServiceException {
219
219
  name = "DBParameterGroupAlreadyExistsFault";
220
220
  $fault = "client";
221
221
  constructor(opts) {
@@ -226,8 +226,8 @@ let DBParameterGroupAlreadyExistsFault$1 = class DBParameterGroupAlreadyExistsFa
226
226
  });
227
227
  Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);
228
228
  }
229
- };
230
- let DBParameterGroupNotFoundFault$1 = class DBParameterGroupNotFoundFault extends DocDBServiceException$1 {
229
+ }
230
+ class DBParameterGroupNotFoundFault extends DocDBServiceException {
231
231
  name = "DBParameterGroupNotFoundFault";
232
232
  $fault = "client";
233
233
  constructor(opts) {
@@ -238,8 +238,8 @@ let DBParameterGroupNotFoundFault$1 = class DBParameterGroupNotFoundFault extend
238
238
  });
239
239
  Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);
240
240
  }
241
- };
242
- let DBParameterGroupQuotaExceededFault$1 = class DBParameterGroupQuotaExceededFault extends DocDBServiceException$1 {
241
+ }
242
+ class DBParameterGroupQuotaExceededFault extends DocDBServiceException {
243
243
  name = "DBParameterGroupQuotaExceededFault";
244
244
  $fault = "client";
245
245
  constructor(opts) {
@@ -250,8 +250,8 @@ let DBParameterGroupQuotaExceededFault$1 = class DBParameterGroupQuotaExceededFa
250
250
  });
251
251
  Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);
252
252
  }
253
- };
254
- let DBClusterSnapshotAlreadyExistsFault$1 = class DBClusterSnapshotAlreadyExistsFault extends DocDBServiceException$1 {
253
+ }
254
+ class DBClusterSnapshotAlreadyExistsFault extends DocDBServiceException {
255
255
  name = "DBClusterSnapshotAlreadyExistsFault";
256
256
  $fault = "client";
257
257
  constructor(opts) {
@@ -262,8 +262,8 @@ let DBClusterSnapshotAlreadyExistsFault$1 = class DBClusterSnapshotAlreadyExists
262
262
  });
263
263
  Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);
264
264
  }
265
- };
266
- let DBClusterSnapshotNotFoundFault$1 = class DBClusterSnapshotNotFoundFault extends DocDBServiceException$1 {
265
+ }
266
+ class DBClusterSnapshotNotFoundFault extends DocDBServiceException {
267
267
  name = "DBClusterSnapshotNotFoundFault";
268
268
  $fault = "client";
269
269
  constructor(opts) {
@@ -274,8 +274,8 @@ let DBClusterSnapshotNotFoundFault$1 = class DBClusterSnapshotNotFoundFault exte
274
274
  });
275
275
  Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);
276
276
  }
277
- };
278
- let InvalidDBClusterSnapshotStateFault$1 = class InvalidDBClusterSnapshotStateFault extends DocDBServiceException$1 {
277
+ }
278
+ class InvalidDBClusterSnapshotStateFault extends DocDBServiceException {
279
279
  name = "InvalidDBClusterSnapshotStateFault";
280
280
  $fault = "client";
281
281
  constructor(opts) {
@@ -286,8 +286,8 @@ let InvalidDBClusterSnapshotStateFault$1 = class InvalidDBClusterSnapshotStateFa
286
286
  });
287
287
  Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);
288
288
  }
289
- };
290
- let KMSKeyNotAccessibleFault$1 = class KMSKeyNotAccessibleFault extends DocDBServiceException$1 {
289
+ }
290
+ class KMSKeyNotAccessibleFault extends DocDBServiceException {
291
291
  name = "KMSKeyNotAccessibleFault";
292
292
  $fault = "client";
293
293
  constructor(opts) {
@@ -298,8 +298,8 @@ let KMSKeyNotAccessibleFault$1 = class KMSKeyNotAccessibleFault extends DocDBSer
298
298
  });
299
299
  Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
300
300
  }
301
- };
302
- let SnapshotQuotaExceededFault$1 = class SnapshotQuotaExceededFault extends DocDBServiceException$1 {
301
+ }
302
+ class SnapshotQuotaExceededFault extends DocDBServiceException {
303
303
  name = "SnapshotQuotaExceededFault";
304
304
  $fault = "client";
305
305
  constructor(opts) {
@@ -310,8 +310,8 @@ let SnapshotQuotaExceededFault$1 = class SnapshotQuotaExceededFault extends DocD
310
310
  });
311
311
  Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
312
312
  }
313
- };
314
- let DBClusterAlreadyExistsFault$1 = class DBClusterAlreadyExistsFault extends DocDBServiceException$1 {
313
+ }
314
+ class DBClusterAlreadyExistsFault extends DocDBServiceException {
315
315
  name = "DBClusterAlreadyExistsFault";
316
316
  $fault = "client";
317
317
  constructor(opts) {
@@ -322,8 +322,8 @@ let DBClusterAlreadyExistsFault$1 = class DBClusterAlreadyExistsFault extends Do
322
322
  });
323
323
  Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);
324
324
  }
325
- };
326
- let DBClusterParameterGroupNotFoundFault$1 = class DBClusterParameterGroupNotFoundFault extends DocDBServiceException$1 {
325
+ }
326
+ class DBClusterParameterGroupNotFoundFault extends DocDBServiceException {
327
327
  name = "DBClusterParameterGroupNotFoundFault";
328
328
  $fault = "client";
329
329
  constructor(opts) {
@@ -334,8 +334,8 @@ let DBClusterParameterGroupNotFoundFault$1 = class DBClusterParameterGroupNotFou
334
334
  });
335
335
  Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);
336
336
  }
337
- };
338
- let DBClusterQuotaExceededFault$1 = class DBClusterQuotaExceededFault extends DocDBServiceException$1 {
337
+ }
338
+ class DBClusterQuotaExceededFault extends DocDBServiceException {
339
339
  name = "DBClusterQuotaExceededFault";
340
340
  $fault = "client";
341
341
  constructor(opts) {
@@ -346,8 +346,8 @@ let DBClusterQuotaExceededFault$1 = class DBClusterQuotaExceededFault extends Do
346
346
  });
347
347
  Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);
348
348
  }
349
- };
350
- let DBSubnetGroupDoesNotCoverEnoughAZs$1 = class DBSubnetGroupDoesNotCoverEnoughAZs extends DocDBServiceException$1 {
349
+ }
350
+ class DBSubnetGroupDoesNotCoverEnoughAZs extends DocDBServiceException {
351
351
  name = "DBSubnetGroupDoesNotCoverEnoughAZs";
352
352
  $fault = "client";
353
353
  constructor(opts) {
@@ -358,8 +358,8 @@ let DBSubnetGroupDoesNotCoverEnoughAZs$1 = class DBSubnetGroupDoesNotCoverEnough
358
358
  });
359
359
  Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
360
360
  }
361
- };
362
- let DBSubnetGroupNotFoundFault$1 = class DBSubnetGroupNotFoundFault extends DocDBServiceException$1 {
361
+ }
362
+ class DBSubnetGroupNotFoundFault extends DocDBServiceException {
363
363
  name = "DBSubnetGroupNotFoundFault";
364
364
  $fault = "client";
365
365
  constructor(opts) {
@@ -370,8 +370,8 @@ let DBSubnetGroupNotFoundFault$1 = class DBSubnetGroupNotFoundFault extends DocD
370
370
  });
371
371
  Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);
372
372
  }
373
- };
374
- let GlobalClusterNotFoundFault$1 = class GlobalClusterNotFoundFault extends DocDBServiceException$1 {
373
+ }
374
+ class GlobalClusterNotFoundFault extends DocDBServiceException {
375
375
  name = "GlobalClusterNotFoundFault";
376
376
  $fault = "client";
377
377
  constructor(opts) {
@@ -382,8 +382,8 @@ let GlobalClusterNotFoundFault$1 = class GlobalClusterNotFoundFault extends DocD
382
382
  });
383
383
  Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
384
384
  }
385
- };
386
- let InsufficientStorageClusterCapacityFault$1 = class InsufficientStorageClusterCapacityFault extends DocDBServiceException$1 {
385
+ }
386
+ class InsufficientStorageClusterCapacityFault extends DocDBServiceException {
387
387
  name = "InsufficientStorageClusterCapacityFault";
388
388
  $fault = "client";
389
389
  constructor(opts) {
@@ -394,8 +394,8 @@ let InsufficientStorageClusterCapacityFault$1 = class InsufficientStorageCluster
394
394
  });
395
395
  Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);
396
396
  }
397
- };
398
- let InvalidDBSubnetGroupStateFault$1 = class InvalidDBSubnetGroupStateFault extends DocDBServiceException$1 {
397
+ }
398
+ class InvalidDBSubnetGroupStateFault extends DocDBServiceException {
399
399
  name = "InvalidDBSubnetGroupStateFault";
400
400
  $fault = "client";
401
401
  constructor(opts) {
@@ -406,8 +406,8 @@ let InvalidDBSubnetGroupStateFault$1 = class InvalidDBSubnetGroupStateFault exte
406
406
  });
407
407
  Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);
408
408
  }
409
- };
410
- let InvalidGlobalClusterStateFault$1 = class InvalidGlobalClusterStateFault extends DocDBServiceException$1 {
409
+ }
410
+ class InvalidGlobalClusterStateFault extends DocDBServiceException {
411
411
  name = "InvalidGlobalClusterStateFault";
412
412
  $fault = "client";
413
413
  constructor(opts) {
@@ -418,8 +418,8 @@ let InvalidGlobalClusterStateFault$1 = class InvalidGlobalClusterStateFault exte
418
418
  });
419
419
  Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);
420
420
  }
421
- };
422
- let InvalidSubnet$1 = class InvalidSubnet extends DocDBServiceException$1 {
421
+ }
422
+ class InvalidSubnet extends DocDBServiceException {
423
423
  name = "InvalidSubnet";
424
424
  $fault = "client";
425
425
  constructor(opts) {
@@ -430,8 +430,8 @@ let InvalidSubnet$1 = class InvalidSubnet extends DocDBServiceException$1 {
430
430
  });
431
431
  Object.setPrototypeOf(this, InvalidSubnet.prototype);
432
432
  }
433
- };
434
- let InvalidVPCNetworkStateFault$1 = class InvalidVPCNetworkStateFault extends DocDBServiceException$1 {
433
+ }
434
+ class InvalidVPCNetworkStateFault extends DocDBServiceException {
435
435
  name = "InvalidVPCNetworkStateFault";
436
436
  $fault = "client";
437
437
  constructor(opts) {
@@ -442,8 +442,8 @@ let InvalidVPCNetworkStateFault$1 = class InvalidVPCNetworkStateFault extends Do
442
442
  });
443
443
  Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
444
444
  }
445
- };
446
- let NetworkTypeNotSupported$1 = class NetworkTypeNotSupported extends DocDBServiceException$1 {
445
+ }
446
+ class NetworkTypeNotSupported extends DocDBServiceException {
447
447
  name = "NetworkTypeNotSupported";
448
448
  $fault = "client";
449
449
  constructor(opts) {
@@ -454,8 +454,8 @@ let NetworkTypeNotSupported$1 = class NetworkTypeNotSupported extends DocDBServi
454
454
  });
455
455
  Object.setPrototypeOf(this, NetworkTypeNotSupported.prototype);
456
456
  }
457
- };
458
- let StorageQuotaExceededFault$1 = class StorageQuotaExceededFault extends DocDBServiceException$1 {
457
+ }
458
+ class StorageQuotaExceededFault extends DocDBServiceException {
459
459
  name = "StorageQuotaExceededFault";
460
460
  $fault = "client";
461
461
  constructor(opts) {
@@ -466,8 +466,8 @@ let StorageQuotaExceededFault$1 = class StorageQuotaExceededFault extends DocDBS
466
466
  });
467
467
  Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);
468
468
  }
469
- };
470
- let AuthorizationNotFoundFault$1 = class AuthorizationNotFoundFault extends DocDBServiceException$1 {
469
+ }
470
+ class AuthorizationNotFoundFault extends DocDBServiceException {
471
471
  name = "AuthorizationNotFoundFault";
472
472
  $fault = "client";
473
473
  constructor(opts) {
@@ -478,8 +478,8 @@ let AuthorizationNotFoundFault$1 = class AuthorizationNotFoundFault extends DocD
478
478
  });
479
479
  Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
480
480
  }
481
- };
482
- let DBInstanceAlreadyExistsFault$1 = class DBInstanceAlreadyExistsFault extends DocDBServiceException$1 {
481
+ }
482
+ class DBInstanceAlreadyExistsFault extends DocDBServiceException {
483
483
  name = "DBInstanceAlreadyExistsFault";
484
484
  $fault = "client";
485
485
  constructor(opts) {
@@ -490,8 +490,8 @@ let DBInstanceAlreadyExistsFault$1 = class DBInstanceAlreadyExistsFault extends
490
490
  });
491
491
  Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
492
492
  }
493
- };
494
- let DBSecurityGroupNotFoundFault$1 = class DBSecurityGroupNotFoundFault extends DocDBServiceException$1 {
493
+ }
494
+ class DBSecurityGroupNotFoundFault extends DocDBServiceException {
495
495
  name = "DBSecurityGroupNotFoundFault";
496
496
  $fault = "client";
497
497
  constructor(opts) {
@@ -502,8 +502,8 @@ let DBSecurityGroupNotFoundFault$1 = class DBSecurityGroupNotFoundFault extends
502
502
  });
503
503
  Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);
504
504
  }
505
- };
506
- let InstanceQuotaExceededFault$1 = class InstanceQuotaExceededFault extends DocDBServiceException$1 {
505
+ }
506
+ class InstanceQuotaExceededFault extends DocDBServiceException {
507
507
  name = "InstanceQuotaExceededFault";
508
508
  $fault = "client";
509
509
  constructor(opts) {
@@ -514,8 +514,8 @@ let InstanceQuotaExceededFault$1 = class InstanceQuotaExceededFault extends DocD
514
514
  });
515
515
  Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);
516
516
  }
517
- };
518
- let InsufficientDBInstanceCapacityFault$1 = class InsufficientDBInstanceCapacityFault extends DocDBServiceException$1 {
517
+ }
518
+ class InsufficientDBInstanceCapacityFault extends DocDBServiceException {
519
519
  name = "InsufficientDBInstanceCapacityFault";
520
520
  $fault = "client";
521
521
  constructor(opts) {
@@ -526,8 +526,8 @@ let InsufficientDBInstanceCapacityFault$1 = class InsufficientDBInstanceCapacity
526
526
  });
527
527
  Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
528
528
  }
529
- };
530
- let StorageTypeNotSupportedFault$1 = class StorageTypeNotSupportedFault extends DocDBServiceException$1 {
529
+ }
530
+ class StorageTypeNotSupportedFault extends DocDBServiceException {
531
531
  name = "StorageTypeNotSupportedFault";
532
532
  $fault = "client";
533
533
  constructor(opts) {
@@ -538,8 +538,8 @@ let StorageTypeNotSupportedFault$1 = class StorageTypeNotSupportedFault extends
538
538
  });
539
539
  Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
540
540
  }
541
- };
542
- let DBSubnetGroupAlreadyExistsFault$1 = class DBSubnetGroupAlreadyExistsFault extends DocDBServiceException$1 {
541
+ }
542
+ class DBSubnetGroupAlreadyExistsFault extends DocDBServiceException {
543
543
  name = "DBSubnetGroupAlreadyExistsFault";
544
544
  $fault = "client";
545
545
  constructor(opts) {
@@ -550,8 +550,8 @@ let DBSubnetGroupAlreadyExistsFault$1 = class DBSubnetGroupAlreadyExistsFault ex
550
550
  });
551
551
  Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);
552
552
  }
553
- };
554
- let DBSubnetGroupQuotaExceededFault$1 = class DBSubnetGroupQuotaExceededFault extends DocDBServiceException$1 {
553
+ }
554
+ class DBSubnetGroupQuotaExceededFault extends DocDBServiceException {
555
555
  name = "DBSubnetGroupQuotaExceededFault";
556
556
  $fault = "client";
557
557
  constructor(opts) {
@@ -562,8 +562,8 @@ let DBSubnetGroupQuotaExceededFault$1 = class DBSubnetGroupQuotaExceededFault ex
562
562
  });
563
563
  Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);
564
564
  }
565
- };
566
- let DBSubnetQuotaExceededFault$1 = class DBSubnetQuotaExceededFault extends DocDBServiceException$1 {
565
+ }
566
+ class DBSubnetQuotaExceededFault extends DocDBServiceException {
567
567
  name = "DBSubnetQuotaExceededFault";
568
568
  $fault = "client";
569
569
  constructor(opts) {
@@ -574,8 +574,8 @@ let DBSubnetQuotaExceededFault$1 = class DBSubnetQuotaExceededFault extends DocD
574
574
  });
575
575
  Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);
576
576
  }
577
- };
578
- let EventSubscriptionQuotaExceededFault$1 = class EventSubscriptionQuotaExceededFault extends DocDBServiceException$1 {
577
+ }
578
+ class EventSubscriptionQuotaExceededFault extends DocDBServiceException {
579
579
  name = "EventSubscriptionQuotaExceededFault";
580
580
  $fault = "client";
581
581
  constructor(opts) {
@@ -586,8 +586,8 @@ let EventSubscriptionQuotaExceededFault$1 = class EventSubscriptionQuotaExceeded
586
586
  });
587
587
  Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
588
588
  }
589
- };
590
- let SNSInvalidTopicFault$1 = class SNSInvalidTopicFault extends DocDBServiceException$1 {
589
+ }
590
+ class SNSInvalidTopicFault extends DocDBServiceException {
591
591
  name = "SNSInvalidTopicFault";
592
592
  $fault = "client";
593
593
  constructor(opts) {
@@ -598,8 +598,8 @@ let SNSInvalidTopicFault$1 = class SNSInvalidTopicFault extends DocDBServiceExce
598
598
  });
599
599
  Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
600
600
  }
601
- };
602
- let SNSNoAuthorizationFault$1 = class SNSNoAuthorizationFault extends DocDBServiceException$1 {
601
+ }
602
+ class SNSNoAuthorizationFault extends DocDBServiceException {
603
603
  name = "SNSNoAuthorizationFault";
604
604
  $fault = "client";
605
605
  constructor(opts) {
@@ -610,8 +610,8 @@ let SNSNoAuthorizationFault$1 = class SNSNoAuthorizationFault extends DocDBServi
610
610
  });
611
611
  Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
612
612
  }
613
- };
614
- let SNSTopicArnNotFoundFault$1 = class SNSTopicArnNotFoundFault extends DocDBServiceException$1 {
613
+ }
614
+ class SNSTopicArnNotFoundFault extends DocDBServiceException {
615
615
  name = "SNSTopicArnNotFoundFault";
616
616
  $fault = "client";
617
617
  constructor(opts) {
@@ -622,8 +622,8 @@ let SNSTopicArnNotFoundFault$1 = class SNSTopicArnNotFoundFault extends DocDBSer
622
622
  });
623
623
  Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
624
624
  }
625
- };
626
- let SubscriptionAlreadyExistFault$1 = class SubscriptionAlreadyExistFault extends DocDBServiceException$1 {
625
+ }
626
+ class SubscriptionAlreadyExistFault extends DocDBServiceException {
627
627
  name = "SubscriptionAlreadyExistFault";
628
628
  $fault = "client";
629
629
  constructor(opts) {
@@ -634,8 +634,8 @@ let SubscriptionAlreadyExistFault$1 = class SubscriptionAlreadyExistFault extend
634
634
  });
635
635
  Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
636
636
  }
637
- };
638
- let SubscriptionCategoryNotFoundFault$1 = class SubscriptionCategoryNotFoundFault extends DocDBServiceException$1 {
637
+ }
638
+ class SubscriptionCategoryNotFoundFault extends DocDBServiceException {
639
639
  name = "SubscriptionCategoryNotFoundFault";
640
640
  $fault = "client";
641
641
  constructor(opts) {
@@ -646,8 +646,8 @@ let SubscriptionCategoryNotFoundFault$1 = class SubscriptionCategoryNotFoundFaul
646
646
  });
647
647
  Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
648
648
  }
649
- };
650
- let GlobalClusterAlreadyExistsFault$1 = class GlobalClusterAlreadyExistsFault extends DocDBServiceException$1 {
649
+ }
650
+ class GlobalClusterAlreadyExistsFault extends DocDBServiceException {
651
651
  name = "GlobalClusterAlreadyExistsFault";
652
652
  $fault = "client";
653
653
  constructor(opts) {
@@ -658,8 +658,8 @@ let GlobalClusterAlreadyExistsFault$1 = class GlobalClusterAlreadyExistsFault ex
658
658
  });
659
659
  Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);
660
660
  }
661
- };
662
- let GlobalClusterQuotaExceededFault$1 = class GlobalClusterQuotaExceededFault extends DocDBServiceException$1 {
661
+ }
662
+ class GlobalClusterQuotaExceededFault extends DocDBServiceException {
663
663
  name = "GlobalClusterQuotaExceededFault";
664
664
  $fault = "client";
665
665
  constructor(opts) {
@@ -670,8 +670,8 @@ let GlobalClusterQuotaExceededFault$1 = class GlobalClusterQuotaExceededFault ex
670
670
  });
671
671
  Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);
672
672
  }
673
- };
674
- let InvalidDBParameterGroupStateFault$1 = class InvalidDBParameterGroupStateFault extends DocDBServiceException$1 {
673
+ }
674
+ class InvalidDBParameterGroupStateFault extends DocDBServiceException {
675
675
  name = "InvalidDBParameterGroupStateFault";
676
676
  $fault = "client";
677
677
  constructor(opts) {
@@ -682,8 +682,8 @@ let InvalidDBParameterGroupStateFault$1 = class InvalidDBParameterGroupStateFaul
682
682
  });
683
683
  Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);
684
684
  }
685
- };
686
- let DBSnapshotAlreadyExistsFault$1 = class DBSnapshotAlreadyExistsFault extends DocDBServiceException$1 {
685
+ }
686
+ class DBSnapshotAlreadyExistsFault extends DocDBServiceException {
687
687
  name = "DBSnapshotAlreadyExistsFault";
688
688
  $fault = "client";
689
689
  constructor(opts) {
@@ -694,8 +694,8 @@ let DBSnapshotAlreadyExistsFault$1 = class DBSnapshotAlreadyExistsFault extends
694
694
  });
695
695
  Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);
696
696
  }
697
- };
698
- let InvalidDBSubnetStateFault$1 = class InvalidDBSubnetStateFault extends DocDBServiceException$1 {
697
+ }
698
+ class InvalidDBSubnetStateFault extends DocDBServiceException {
699
699
  name = "InvalidDBSubnetStateFault";
700
700
  $fault = "client";
701
701
  constructor(opts) {
@@ -706,8 +706,8 @@ let InvalidDBSubnetStateFault$1 = class InvalidDBSubnetStateFault extends DocDBS
706
706
  });
707
707
  Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);
708
708
  }
709
- };
710
- let InvalidEventSubscriptionStateFault$1 = class InvalidEventSubscriptionStateFault extends DocDBServiceException$1 {
709
+ }
710
+ class InvalidEventSubscriptionStateFault extends DocDBServiceException {
711
711
  name = "InvalidEventSubscriptionStateFault";
712
712
  $fault = "client";
713
713
  constructor(opts) {
@@ -718,8 +718,8 @@ let InvalidEventSubscriptionStateFault$1 = class InvalidEventSubscriptionStateFa
718
718
  });
719
719
  Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);
720
720
  }
721
- };
722
- let CertificateNotFoundFault$1 = class CertificateNotFoundFault extends DocDBServiceException$1 {
721
+ }
722
+ class CertificateNotFoundFault extends DocDBServiceException {
723
723
  name = "CertificateNotFoundFault";
724
724
  $fault = "client";
725
725
  constructor(opts) {
@@ -730,8 +730,8 @@ let CertificateNotFoundFault$1 = class CertificateNotFoundFault extends DocDBSer
730
730
  });
731
731
  Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);
732
732
  }
733
- };
734
- let InvalidDBSecurityGroupStateFault$1 = class InvalidDBSecurityGroupStateFault extends DocDBServiceException$1 {
733
+ }
734
+ class InvalidDBSecurityGroupStateFault extends DocDBServiceException {
735
735
  name = "InvalidDBSecurityGroupStateFault";
736
736
  $fault = "client";
737
737
  constructor(opts) {
@@ -742,8 +742,8 @@ let InvalidDBSecurityGroupStateFault$1 = class InvalidDBSecurityGroupStateFault
742
742
  });
743
743
  Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);
744
744
  }
745
- };
746
- let SharedSnapshotQuotaExceededFault$1 = class SharedSnapshotQuotaExceededFault extends DocDBServiceException$1 {
745
+ }
746
+ class SharedSnapshotQuotaExceededFault extends DocDBServiceException {
747
747
  name = "SharedSnapshotQuotaExceededFault";
748
748
  $fault = "client";
749
749
  constructor(opts) {
@@ -754,8 +754,8 @@ let SharedSnapshotQuotaExceededFault$1 = class SharedSnapshotQuotaExceededFault
754
754
  });
755
755
  Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);
756
756
  }
757
- };
758
- let DBUpgradeDependencyFailureFault$1 = class DBUpgradeDependencyFailureFault extends DocDBServiceException$1 {
757
+ }
758
+ class DBUpgradeDependencyFailureFault extends DocDBServiceException {
759
759
  name = "DBUpgradeDependencyFailureFault";
760
760
  $fault = "client";
761
761
  constructor(opts) {
@@ -766,8 +766,8 @@ let DBUpgradeDependencyFailureFault$1 = class DBUpgradeDependencyFailureFault ex
766
766
  });
767
767
  Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);
768
768
  }
769
- };
770
- let SubnetAlreadyInUse$1 = class SubnetAlreadyInUse extends DocDBServiceException$1 {
769
+ }
770
+ class SubnetAlreadyInUse extends DocDBServiceException {
771
771
  name = "SubnetAlreadyInUse";
772
772
  $fault = "client";
773
773
  constructor(opts) {
@@ -778,8 +778,8 @@ let SubnetAlreadyInUse$1 = class SubnetAlreadyInUse extends DocDBServiceExceptio
778
778
  });
779
779
  Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);
780
780
  }
781
- };
782
- let InsufficientDBClusterCapacityFault$1 = class InsufficientDBClusterCapacityFault extends DocDBServiceException$1 {
781
+ }
782
+ class InsufficientDBClusterCapacityFault extends DocDBServiceException {
783
783
  name = "InsufficientDBClusterCapacityFault";
784
784
  $fault = "client";
785
785
  constructor(opts) {
@@ -790,8 +790,8 @@ let InsufficientDBClusterCapacityFault$1 = class InsufficientDBClusterCapacityFa
790
790
  });
791
791
  Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);
792
792
  }
793
- };
794
- let InvalidDBSnapshotStateFault$1 = class InvalidDBSnapshotStateFault extends DocDBServiceException$1 {
793
+ }
794
+ class InvalidDBSnapshotStateFault extends DocDBServiceException {
795
795
  name = "InvalidDBSnapshotStateFault";
796
796
  $fault = "client";
797
797
  constructor(opts) {
@@ -802,8 +802,8 @@ let InvalidDBSnapshotStateFault$1 = class InvalidDBSnapshotStateFault extends Do
802
802
  });
803
803
  Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);
804
804
  }
805
- };
806
- let InvalidRestoreFault$1 = class InvalidRestoreFault extends DocDBServiceException$1 {
805
+ }
806
+ class InvalidRestoreFault extends DocDBServiceException {
807
807
  name = "InvalidRestoreFault";
808
808
  $fault = "client";
809
809
  constructor(opts) {
@@ -814,7 +814,7 @@ let InvalidRestoreFault$1 = class InvalidRestoreFault extends DocDBServiceExcept
814
814
  });
815
815
  Object.setPrototypeOf(this, InvalidRestoreFault.prototype);
816
816
  }
817
- };
817
+ }
818
818
 
819
819
  const _A = "Address";
820
820
  const _AA = "ApplyAction";
@@ -1328,17 +1328,17 @@ const _m = "message";
1328
1328
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.docdb";
1329
1329
  const _xN = "xmlName";
1330
1330
  const n0 = "com.amazonaws.docdb";
1331
- var AddSourceIdentifierToSubscriptionMessage = [3, n0, _ASITSM, 0, [_SN, _SI], [0, 0]];
1332
- var AddSourceIdentifierToSubscriptionResult = [
1331
+ var AddSourceIdentifierToSubscriptionMessage$ = [3, n0, _ASITSM, 0, [_SN, _SI], [0, 0]];
1332
+ var AddSourceIdentifierToSubscriptionResult$ = [
1333
1333
  3,
1334
1334
  n0,
1335
1335
  _ASITSR,
1336
1336
  0,
1337
1337
  [_ES],
1338
- [[() => EventSubscription, 0]],
1338
+ [[() => EventSubscription$, 0]],
1339
1339
  ];
1340
- var AddTagsToResourceMessage = [3, n0, _ATTRM, 0, [_RN, _T], [0, [() => TagList, 0]]];
1341
- var ApplyPendingMaintenanceActionMessage = [
1340
+ var AddTagsToResourceMessage$ = [3, n0, _ATTRM, 0, [_RN, _T], [0, [() => TagList, 0]]];
1341
+ var ApplyPendingMaintenanceActionMessage$ = [
1342
1342
  3,
1343
1343
  n0,
1344
1344
  _APMAM,
@@ -1346,15 +1346,15 @@ var ApplyPendingMaintenanceActionMessage = [
1346
1346
  [_RI, _AA, _OIT],
1347
1347
  [0, 0, 0],
1348
1348
  ];
1349
- var ApplyPendingMaintenanceActionResult = [
1349
+ var ApplyPendingMaintenanceActionResult$ = [
1350
1350
  3,
1351
1351
  n0,
1352
1352
  _APMAR,
1353
1353
  0,
1354
1354
  [_RPMA],
1355
- [[() => ResourcePendingMaintenanceActions, 0]],
1355
+ [[() => ResourcePendingMaintenanceActions$, 0]],
1356
1356
  ];
1357
- var AuthorizationNotFoundFault = [
1357
+ var AuthorizationNotFoundFault$ = [
1358
1358
  -3,
1359
1359
  n0,
1360
1360
  _ANFF,
@@ -1362,12 +1362,12 @@ var AuthorizationNotFoundFault = [
1362
1362
  [_m],
1363
1363
  [0],
1364
1364
  ];
1365
- schema.TypeRegistry.for(n0).registerError(AuthorizationNotFoundFault, AuthorizationNotFoundFault$1);
1366
- var AvailabilityZone = [3, n0, _AZ, 0, [_N], [0]];
1367
- var Certificate = [3, n0, _C, 0, [_CI, _CT, _Th, _VF, _VT, _CA], [0, 0, 0, 4, 4, 0]];
1368
- var CertificateDetails = [3, n0, _CD, 0, [_CAI, _VT], [0, 4]];
1369
- var CertificateMessage = [3, n0, _CM, 0, [_Ce, _M], [[() => CertificateList, 0], 0]];
1370
- var CertificateNotFoundFault = [
1365
+ schema.TypeRegistry.for(n0).registerError(AuthorizationNotFoundFault$, AuthorizationNotFoundFault);
1366
+ var AvailabilityZone$ = [3, n0, _AZ, 0, [_N], [0]];
1367
+ var Certificate$ = [3, n0, _C, 0, [_CI, _CT, _Th, _VF, _VT, _CA], [0, 0, 0, 4, 4, 0]];
1368
+ var CertificateDetails$ = [3, n0, _CD, 0, [_CAI, _VT], [0, 4]];
1369
+ var CertificateMessage$ = [3, n0, _CM, 0, [_Ce, _M], [[() => CertificateList, 0], 0]];
1370
+ var CertificateNotFoundFault$ = [
1371
1371
  -3,
1372
1372
  n0,
1373
1373
  _CNFF,
@@ -1375,10 +1375,17 @@ var CertificateNotFoundFault = [
1375
1375
  [_m],
1376
1376
  [0],
1377
1377
  ];
1378
- schema.TypeRegistry.for(n0).registerError(CertificateNotFoundFault, CertificateNotFoundFault$1);
1379
- var CloudwatchLogsExportConfiguration = [3, n0, _CLEC, 0, [_ELT, _DLT], [64 | 0, 64 | 0]];
1380
- var ClusterMasterUserSecret = [3, n0, _CMUS, 0, [_SA, _SS, _KKI], [0, 0, 0]];
1381
- var CopyDBClusterParameterGroupMessage = [
1378
+ schema.TypeRegistry.for(n0).registerError(CertificateNotFoundFault$, CertificateNotFoundFault);
1379
+ var CloudwatchLogsExportConfiguration$ = [
1380
+ 3,
1381
+ n0,
1382
+ _CLEC,
1383
+ 0,
1384
+ [_ELT, _DLT],
1385
+ [64 | 0, 64 | 0],
1386
+ ];
1387
+ var ClusterMasterUserSecret$ = [3, n0, _CMUS, 0, [_SA, _SS, _KKI], [0, 0, 0]];
1388
+ var CopyDBClusterParameterGroupMessage$ = [
1382
1389
  3,
1383
1390
  n0,
1384
1391
  _CDBCPGM,
@@ -1386,15 +1393,15 @@ var CopyDBClusterParameterGroupMessage = [
1386
1393
  [_SDBCPGI, _TDBCPGI, _TDBCPGD, _T],
1387
1394
  [0, 0, 0, [() => TagList, 0]],
1388
1395
  ];
1389
- var CopyDBClusterParameterGroupResult = [
1396
+ var CopyDBClusterParameterGroupResult$ = [
1390
1397
  3,
1391
1398
  n0,
1392
1399
  _CDBCPGR,
1393
1400
  0,
1394
1401
  [_DBCPG],
1395
- [() => DBClusterParameterGroup],
1402
+ [() => DBClusterParameterGroup$],
1396
1403
  ];
1397
- var CopyDBClusterSnapshotMessage = [
1404
+ var CopyDBClusterSnapshotMessage$ = [
1398
1405
  3,
1399
1406
  n0,
1400
1407
  _CDBCSM,
@@ -1402,15 +1409,15 @@ var CopyDBClusterSnapshotMessage = [
1402
1409
  [_SDBCSI, _TDBCSI, _KKI, _PSU, _CTo, _T],
1403
1410
  [0, 0, 0, 0, 2, [() => TagList, 0]],
1404
1411
  ];
1405
- var CopyDBClusterSnapshotResult = [
1412
+ var CopyDBClusterSnapshotResult$ = [
1406
1413
  3,
1407
1414
  n0,
1408
1415
  _CDBCSR,
1409
1416
  0,
1410
1417
  [_DBCS],
1411
- [[() => DBClusterSnapshot, 0]],
1418
+ [[() => DBClusterSnapshot$, 0]],
1412
1419
  ];
1413
- var CreateDBClusterMessage = [
1420
+ var CreateDBClusterMessage$ = [
1414
1421
  3,
1415
1422
  n0,
1416
1423
  _CDBCM,
@@ -1464,13 +1471,13 @@ var CreateDBClusterMessage = [
1464
1471
  2,
1465
1472
  0,
1466
1473
  0,
1467
- () => ServerlessV2ScalingConfiguration,
1474
+ () => ServerlessV2ScalingConfiguration$,
1468
1475
  2,
1469
1476
  0,
1470
1477
  0,
1471
1478
  ],
1472
1479
  ];
1473
- var CreateDBClusterParameterGroupMessage = [
1480
+ var CreateDBClusterParameterGroupMessage$ = [
1474
1481
  3,
1475
1482
  n0,
1476
1483
  _CDBCPGMr,
@@ -1478,16 +1485,16 @@ var CreateDBClusterParameterGroupMessage = [
1478
1485
  [_DBCPGN, _DBPGF, _D, _T],
1479
1486
  [0, 0, 0, [() => TagList, 0]],
1480
1487
  ];
1481
- var CreateDBClusterParameterGroupResult = [
1488
+ var CreateDBClusterParameterGroupResult$ = [
1482
1489
  3,
1483
1490
  n0,
1484
1491
  _CDBCPGRr,
1485
1492
  0,
1486
1493
  [_DBCPG],
1487
- [() => DBClusterParameterGroup],
1494
+ [() => DBClusterParameterGroup$],
1488
1495
  ];
1489
- var CreateDBClusterResult = [3, n0, _CDBCR, 0, [_DBC], [[() => DBCluster, 0]]];
1490
- var CreateDBClusterSnapshotMessage = [
1496
+ var CreateDBClusterResult$ = [3, n0, _CDBCR, 0, [_DBC], [[() => DBCluster$, 0]]];
1497
+ var CreateDBClusterSnapshotMessage$ = [
1491
1498
  3,
1492
1499
  n0,
1493
1500
  _CDBCSMr,
@@ -1495,15 +1502,15 @@ var CreateDBClusterSnapshotMessage = [
1495
1502
  [_DBCSI, _DBCI, _T],
1496
1503
  [0, 0, [() => TagList, 0]],
1497
1504
  ];
1498
- var CreateDBClusterSnapshotResult = [
1505
+ var CreateDBClusterSnapshotResult$ = [
1499
1506
  3,
1500
1507
  n0,
1501
1508
  _CDBCSRr,
1502
1509
  0,
1503
1510
  [_DBCS],
1504
- [[() => DBClusterSnapshot, 0]],
1511
+ [[() => DBClusterSnapshot$, 0]],
1505
1512
  ];
1506
- var CreateDBInstanceMessage = [
1513
+ var CreateDBInstanceMessage$ = [
1507
1514
  3,
1508
1515
  n0,
1509
1516
  _CDBIM,
@@ -1511,8 +1518,8 @@ var CreateDBInstanceMessage = [
1511
1518
  [_DBII, _DBIC, _E, _AZ, _PMW, _AMVU, _T, _DBCI, _CTTS, _PT, _EPI, _PIKMSKI, _CACI],
1512
1519
  [0, 0, 0, 0, 0, 2, [() => TagList, 0], 0, 2, 1, 2, 0, 0],
1513
1520
  ];
1514
- var CreateDBInstanceResult = [3, n0, _CDBIR, 0, [_DBI], [[() => DBInstance, 0]]];
1515
- var CreateDBSubnetGroupMessage = [
1521
+ var CreateDBInstanceResult$ = [3, n0, _CDBIR, 0, [_DBI], [[() => DBInstance$, 0]]];
1522
+ var CreateDBSubnetGroupMessage$ = [
1516
1523
  3,
1517
1524
  n0,
1518
1525
  _CDBSGM,
@@ -1520,8 +1527,15 @@ var CreateDBSubnetGroupMessage = [
1520
1527
  [_DBSGN, _DBSGD, _SIu, _T],
1521
1528
  [0, 0, [() => SubnetIdentifierList, 0], [() => TagList, 0]],
1522
1529
  ];
1523
- var CreateDBSubnetGroupResult = [3, n0, _CDBSGR, 0, [_DBSG], [[() => DBSubnetGroup, 0]]];
1524
- var CreateEventSubscriptionMessage = [
1530
+ var CreateDBSubnetGroupResult$ = [
1531
+ 3,
1532
+ n0,
1533
+ _CDBSGR,
1534
+ 0,
1535
+ [_DBSG],
1536
+ [[() => DBSubnetGroup$, 0]],
1537
+ ];
1538
+ var CreateEventSubscriptionMessage$ = [
1525
1539
  3,
1526
1540
  n0,
1527
1541
  _CESM,
@@ -1529,15 +1543,15 @@ var CreateEventSubscriptionMessage = [
1529
1543
  [_SN, _STA, _STo, _EC, _SIo, _En, _T],
1530
1544
  [0, 0, 0, [() => EventCategoriesList, 0], [() => SourceIdsList, 0], 2, [() => TagList, 0]],
1531
1545
  ];
1532
- var CreateEventSubscriptionResult = [
1546
+ var CreateEventSubscriptionResult$ = [
1533
1547
  3,
1534
1548
  n0,
1535
1549
  _CESR,
1536
1550
  0,
1537
1551
  [_ES],
1538
- [[() => EventSubscription, 0]],
1552
+ [[() => EventSubscription$, 0]],
1539
1553
  ];
1540
- var CreateGlobalClusterMessage = [
1554
+ var CreateGlobalClusterMessage$ = [
1541
1555
  3,
1542
1556
  n0,
1543
1557
  _CGCM,
@@ -1545,8 +1559,8 @@ var CreateGlobalClusterMessage = [
1545
1559
  [_GCI, _SDBCI, _E, _EV, _DP, _DN, _SE],
1546
1560
  [0, 0, 0, 0, 2, 0, 2],
1547
1561
  ];
1548
- var CreateGlobalClusterResult = [3, n0, _CGCR, 0, [_GC], [[() => GlobalCluster, 0]]];
1549
- var DBCluster = [
1562
+ var CreateGlobalClusterResult$ = [3, n0, _CGCR, 0, [_GC], [[() => GlobalCluster$, 0]]];
1563
+ var DBCluster$ = [
1550
1564
  3,
1551
1565
  n0,
1552
1566
  _DBC,
@@ -1625,12 +1639,12 @@ var DBCluster = [
1625
1639
  2,
1626
1640
  4,
1627
1641
  0,
1628
- () => ServerlessV2ScalingConfigurationInfo,
1629
- () => ClusterMasterUserSecret,
1642
+ () => ServerlessV2ScalingConfigurationInfo$,
1643
+ () => ClusterMasterUserSecret$,
1630
1644
  0,
1631
1645
  ],
1632
1646
  ];
1633
- var DBClusterAlreadyExistsFault = [
1647
+ var DBClusterAlreadyExistsFault$ = [
1634
1648
  -3,
1635
1649
  n0,
1636
1650
  _DBCAEF,
@@ -1638,10 +1652,10 @@ var DBClusterAlreadyExistsFault = [
1638
1652
  [_m],
1639
1653
  [0],
1640
1654
  ];
1641
- schema.TypeRegistry.for(n0).registerError(DBClusterAlreadyExistsFault, DBClusterAlreadyExistsFault$1);
1642
- var DBClusterMember = [3, n0, _DBCMl, 0, [_DBII, _ICW, _DBCPGS, _PT], [0, 2, 0, 1]];
1643
- var DBClusterMessage = [3, n0, _DBCMlu, 0, [_M, _DBCl], [0, [() => DBClusterList, 0]]];
1644
- var DBClusterNotFoundFault = [
1655
+ schema.TypeRegistry.for(n0).registerError(DBClusterAlreadyExistsFault$, DBClusterAlreadyExistsFault);
1656
+ var DBClusterMember$ = [3, n0, _DBCMl, 0, [_DBII, _ICW, _DBCPGS, _PT], [0, 2, 0, 1]];
1657
+ var DBClusterMessage$ = [3, n0, _DBCMlu, 0, [_M, _DBCl], [0, [() => DBClusterList, 0]]];
1658
+ var DBClusterNotFoundFault$ = [
1645
1659
  -3,
1646
1660
  n0,
1647
1661
  _DBCNFF,
@@ -1649,8 +1663,8 @@ var DBClusterNotFoundFault = [
1649
1663
  [_m],
1650
1664
  [0],
1651
1665
  ];
1652
- schema.TypeRegistry.for(n0).registerError(DBClusterNotFoundFault, DBClusterNotFoundFault$1);
1653
- var DBClusterParameterGroup = [
1666
+ schema.TypeRegistry.for(n0).registerError(DBClusterNotFoundFault$, DBClusterNotFoundFault);
1667
+ var DBClusterParameterGroup$ = [
1654
1668
  3,
1655
1669
  n0,
1656
1670
  _DBCPG,
@@ -1658,7 +1672,7 @@ var DBClusterParameterGroup = [
1658
1672
  [_DBCPGN, _DBPGF, _D, _DBCPGA],
1659
1673
  [0, 0, 0, 0],
1660
1674
  ];
1661
- var DBClusterParameterGroupDetails = [
1675
+ var DBClusterParameterGroupDetails$ = [
1662
1676
  3,
1663
1677
  n0,
1664
1678
  _DBCPGD,
@@ -1666,8 +1680,8 @@ var DBClusterParameterGroupDetails = [
1666
1680
  [_Pa, _M],
1667
1681
  [[() => ParametersList, 0], 0],
1668
1682
  ];
1669
- var DBClusterParameterGroupNameMessage = [3, n0, _DBCPGNM, 0, [_DBCPGN], [0]];
1670
- var DBClusterParameterGroupNotFoundFault = [
1683
+ var DBClusterParameterGroupNameMessage$ = [3, n0, _DBCPGNM, 0, [_DBCPGN], [0]];
1684
+ var DBClusterParameterGroupNotFoundFault$ = [
1671
1685
  -3,
1672
1686
  n0,
1673
1687
  _DBCPGNFF,
@@ -1675,8 +1689,8 @@ var DBClusterParameterGroupNotFoundFault = [
1675
1689
  [_m],
1676
1690
  [0],
1677
1691
  ];
1678
- schema.TypeRegistry.for(n0).registerError(DBClusterParameterGroupNotFoundFault, DBClusterParameterGroupNotFoundFault$1);
1679
- var DBClusterParameterGroupsMessage = [
1692
+ schema.TypeRegistry.for(n0).registerError(DBClusterParameterGroupNotFoundFault$, DBClusterParameterGroupNotFoundFault);
1693
+ var DBClusterParameterGroupsMessage$ = [
1680
1694
  3,
1681
1695
  n0,
1682
1696
  _DBCPGM,
@@ -1684,7 +1698,7 @@ var DBClusterParameterGroupsMessage = [
1684
1698
  [_M, _DBCPGl],
1685
1699
  [0, [() => DBClusterParameterGroupList, 0]],
1686
1700
  ];
1687
- var DBClusterQuotaExceededFault = [
1701
+ var DBClusterQuotaExceededFault$ = [
1688
1702
  -3,
1689
1703
  n0,
1690
1704
  _DBCQEF,
@@ -1692,9 +1706,9 @@ var DBClusterQuotaExceededFault = [
1692
1706
  [_m],
1693
1707
  [0],
1694
1708
  ];
1695
- schema.TypeRegistry.for(n0).registerError(DBClusterQuotaExceededFault, DBClusterQuotaExceededFault$1);
1696
- var DBClusterRole = [3, n0, _DBCR, 0, [_RA, _S], [0, 0]];
1697
- var DBClusterSnapshot = [
1709
+ schema.TypeRegistry.for(n0).registerError(DBClusterQuotaExceededFault$, DBClusterQuotaExceededFault);
1710
+ var DBClusterRole$ = [3, n0, _DBCR, 0, [_RA, _S], [0, 0]];
1711
+ var DBClusterSnapshot$ = [
1698
1712
  3,
1699
1713
  n0,
1700
1714
  _DBCS,
@@ -1702,7 +1716,7 @@ var DBClusterSnapshot = [
1702
1716
  [_AZv, _DBCSI, _DBCI, _SCT, _E, _S, _P, _VI, _CCT, _MU, _EV, _STn, _PP, _SE, _KKI, _DBCSA, _SDBCSA, _ST],
1703
1717
  [[() => AvailabilityZones, 0], 0, 0, 4, 0, 0, 1, 0, 4, 0, 0, 0, 1, 2, 0, 0, 0, 0],
1704
1718
  ];
1705
- var DBClusterSnapshotAlreadyExistsFault = [
1719
+ var DBClusterSnapshotAlreadyExistsFault$ = [
1706
1720
  -3,
1707
1721
  n0,
1708
1722
  _DBCSAEF,
@@ -1710,8 +1724,8 @@ var DBClusterSnapshotAlreadyExistsFault = [
1710
1724
  [_m],
1711
1725
  [0],
1712
1726
  ];
1713
- schema.TypeRegistry.for(n0).registerError(DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotAlreadyExistsFault$1);
1714
- var DBClusterSnapshotAttribute = [
1727
+ schema.TypeRegistry.for(n0).registerError(DBClusterSnapshotAlreadyExistsFault$, DBClusterSnapshotAlreadyExistsFault);
1728
+ var DBClusterSnapshotAttribute$ = [
1715
1729
  3,
1716
1730
  n0,
1717
1731
  _DBCSAl,
@@ -1719,7 +1733,7 @@ var DBClusterSnapshotAttribute = [
1719
1733
  [_AN, _AV],
1720
1734
  [0, [() => AttributeValueList, 0]],
1721
1735
  ];
1722
- var DBClusterSnapshotAttributesResult = [
1736
+ var DBClusterSnapshotAttributesResult$ = [
1723
1737
  3,
1724
1738
  n0,
1725
1739
  _DBCSAR,
@@ -1727,7 +1741,7 @@ var DBClusterSnapshotAttributesResult = [
1727
1741
  [_DBCSI, _DBCSAlu],
1728
1742
  [0, [() => DBClusterSnapshotAttributeList, 0]],
1729
1743
  ];
1730
- var DBClusterSnapshotMessage = [
1744
+ var DBClusterSnapshotMessage$ = [
1731
1745
  3,
1732
1746
  n0,
1733
1747
  _DBCSM,
@@ -1735,7 +1749,7 @@ var DBClusterSnapshotMessage = [
1735
1749
  [_M, _DBCSl],
1736
1750
  [0, [() => DBClusterSnapshotList, 0]],
1737
1751
  ];
1738
- var DBClusterSnapshotNotFoundFault = [
1752
+ var DBClusterSnapshotNotFoundFault$ = [
1739
1753
  -3,
1740
1754
  n0,
1741
1755
  _DBCSNFF,
@@ -1743,16 +1757,16 @@ var DBClusterSnapshotNotFoundFault = [
1743
1757
  [_m],
1744
1758
  [0],
1745
1759
  ];
1746
- schema.TypeRegistry.for(n0).registerError(DBClusterSnapshotNotFoundFault, DBClusterSnapshotNotFoundFault$1);
1747
- var DBEngineVersion = [
1760
+ schema.TypeRegistry.for(n0).registerError(DBClusterSnapshotNotFoundFault$, DBClusterSnapshotNotFoundFault);
1761
+ var DBEngineVersion$ = [
1748
1762
  3,
1749
1763
  n0,
1750
1764
  _DBEV,
1751
1765
  0,
1752
1766
  [_E, _EV, _DBPGF, _DBED, _DBEVD, _VUT, _ELTx, _SLETCL, _SCACI, _SCRWR, _SVFS],
1753
- [0, 0, 0, 0, 0, [() => ValidUpgradeTargetList, 0], 64 | 0, 2, 64 | 0, 2, () => ServerlessV2FeaturesSupport],
1767
+ [0, 0, 0, 0, 0, [() => ValidUpgradeTargetList, 0], 64 | 0, 2, 64 | 0, 2, () => ServerlessV2FeaturesSupport$],
1754
1768
  ];
1755
- var DBEngineVersionMessage = [
1769
+ var DBEngineVersionMessage$ = [
1756
1770
  3,
1757
1771
  n0,
1758
1772
  _DBEVM,
@@ -1760,7 +1774,7 @@ var DBEngineVersionMessage = [
1760
1774
  [_M, _DBEVn],
1761
1775
  [0, [() => DBEngineVersionList, 0]],
1762
1776
  ];
1763
- var DBInstance = [
1777
+ var DBInstance$ = [
1764
1778
  3,
1765
1779
  n0,
1766
1780
  _DBI,
@@ -1802,15 +1816,15 @@ var DBInstance = [
1802
1816
  0,
1803
1817
  0,
1804
1818
  0,
1805
- () => Endpoint,
1819
+ () => Endpoint$,
1806
1820
  4,
1807
1821
  0,
1808
1822
  1,
1809
1823
  [() => VpcSecurityGroupMembershipList, 0],
1810
1824
  0,
1811
- [() => DBSubnetGroup, 0],
1825
+ [() => DBSubnetGroup$, 0],
1812
1826
  0,
1813
- () => PendingModifiedValues,
1827
+ () => PendingModifiedValues$,
1814
1828
  4,
1815
1829
  0,
1816
1830
  2,
@@ -1825,12 +1839,12 @@ var DBInstance = [
1825
1839
  1,
1826
1840
  0,
1827
1841
  64 | 0,
1828
- () => CertificateDetails,
1842
+ () => CertificateDetails$,
1829
1843
  2,
1830
1844
  0,
1831
1845
  ],
1832
1846
  ];
1833
- var DBInstanceAlreadyExistsFault = [
1847
+ var DBInstanceAlreadyExistsFault$ = [
1834
1848
  -3,
1835
1849
  n0,
1836
1850
  _DBIAEF,
@@ -1838,9 +1852,9 @@ var DBInstanceAlreadyExistsFault = [
1838
1852
  [_m],
1839
1853
  [0],
1840
1854
  ];
1841
- schema.TypeRegistry.for(n0).registerError(DBInstanceAlreadyExistsFault, DBInstanceAlreadyExistsFault$1);
1842
- var DBInstanceMessage = [3, n0, _DBIM, 0, [_M, _DBIn], [0, [() => DBInstanceList, 0]]];
1843
- var DBInstanceNotFoundFault = [
1855
+ schema.TypeRegistry.for(n0).registerError(DBInstanceAlreadyExistsFault$, DBInstanceAlreadyExistsFault);
1856
+ var DBInstanceMessage$ = [3, n0, _DBIM, 0, [_M, _DBIn], [0, [() => DBInstanceList, 0]]];
1857
+ var DBInstanceNotFoundFault$ = [
1844
1858
  -3,
1845
1859
  n0,
1846
1860
  _DBINFF,
@@ -1848,9 +1862,9 @@ var DBInstanceNotFoundFault = [
1848
1862
  [_m],
1849
1863
  [0],
1850
1864
  ];
1851
- schema.TypeRegistry.for(n0).registerError(DBInstanceNotFoundFault, DBInstanceNotFoundFault$1);
1852
- var DBInstanceStatusInfo = [3, n0, _DBISI, 0, [_STt, _No, _S, _Me], [0, 2, 0, 0]];
1853
- var DBParameterGroupAlreadyExistsFault = [
1865
+ schema.TypeRegistry.for(n0).registerError(DBInstanceNotFoundFault$, DBInstanceNotFoundFault);
1866
+ var DBInstanceStatusInfo$ = [3, n0, _DBISI, 0, [_STt, _No, _S, _Me], [0, 2, 0, 0]];
1867
+ var DBParameterGroupAlreadyExistsFault$ = [
1854
1868
  -3,
1855
1869
  n0,
1856
1870
  _DBPGAEF,
@@ -1858,8 +1872,8 @@ var DBParameterGroupAlreadyExistsFault = [
1858
1872
  [_m],
1859
1873
  [0],
1860
1874
  ];
1861
- schema.TypeRegistry.for(n0).registerError(DBParameterGroupAlreadyExistsFault, DBParameterGroupAlreadyExistsFault$1);
1862
- var DBParameterGroupNotFoundFault = [
1875
+ schema.TypeRegistry.for(n0).registerError(DBParameterGroupAlreadyExistsFault$, DBParameterGroupAlreadyExistsFault);
1876
+ var DBParameterGroupNotFoundFault$ = [
1863
1877
  -3,
1864
1878
  n0,
1865
1879
  _DBPGNFF,
@@ -1867,8 +1881,8 @@ var DBParameterGroupNotFoundFault = [
1867
1881
  [_m],
1868
1882
  [0],
1869
1883
  ];
1870
- schema.TypeRegistry.for(n0).registerError(DBParameterGroupNotFoundFault, DBParameterGroupNotFoundFault$1);
1871
- var DBParameterGroupQuotaExceededFault = [
1884
+ schema.TypeRegistry.for(n0).registerError(DBParameterGroupNotFoundFault$, DBParameterGroupNotFoundFault);
1885
+ var DBParameterGroupQuotaExceededFault$ = [
1872
1886
  -3,
1873
1887
  n0,
1874
1888
  _DBPGQEF,
@@ -1876,8 +1890,8 @@ var DBParameterGroupQuotaExceededFault = [
1876
1890
  [_m],
1877
1891
  [0],
1878
1892
  ];
1879
- schema.TypeRegistry.for(n0).registerError(DBParameterGroupQuotaExceededFault, DBParameterGroupQuotaExceededFault$1);
1880
- var DBSecurityGroupNotFoundFault = [
1893
+ schema.TypeRegistry.for(n0).registerError(DBParameterGroupQuotaExceededFault$, DBParameterGroupQuotaExceededFault);
1894
+ var DBSecurityGroupNotFoundFault$ = [
1881
1895
  -3,
1882
1896
  n0,
1883
1897
  _DBSGNFF,
@@ -1885,8 +1899,8 @@ var DBSecurityGroupNotFoundFault = [
1885
1899
  [_m],
1886
1900
  [0],
1887
1901
  ];
1888
- schema.TypeRegistry.for(n0).registerError(DBSecurityGroupNotFoundFault, DBSecurityGroupNotFoundFault$1);
1889
- var DBSnapshotAlreadyExistsFault = [
1902
+ schema.TypeRegistry.for(n0).registerError(DBSecurityGroupNotFoundFault$, DBSecurityGroupNotFoundFault);
1903
+ var DBSnapshotAlreadyExistsFault$ = [
1890
1904
  -3,
1891
1905
  n0,
1892
1906
  _DBSAEF,
@@ -1894,8 +1908,8 @@ var DBSnapshotAlreadyExistsFault = [
1894
1908
  [_m],
1895
1909
  [0],
1896
1910
  ];
1897
- schema.TypeRegistry.for(n0).registerError(DBSnapshotAlreadyExistsFault, DBSnapshotAlreadyExistsFault$1);
1898
- var DBSnapshotNotFoundFault = [
1911
+ schema.TypeRegistry.for(n0).registerError(DBSnapshotAlreadyExistsFault$, DBSnapshotAlreadyExistsFault);
1912
+ var DBSnapshotNotFoundFault$ = [
1899
1913
  -3,
1900
1914
  n0,
1901
1915
  _DBSNFF,
@@ -1903,8 +1917,8 @@ var DBSnapshotNotFoundFault = [
1903
1917
  [_m],
1904
1918
  [0],
1905
1919
  ];
1906
- schema.TypeRegistry.for(n0).registerError(DBSnapshotNotFoundFault, DBSnapshotNotFoundFault$1);
1907
- var DBSubnetGroup = [
1920
+ schema.TypeRegistry.for(n0).registerError(DBSnapshotNotFoundFault$, DBSnapshotNotFoundFault);
1921
+ var DBSubnetGroup$ = [
1908
1922
  3,
1909
1923
  n0,
1910
1924
  _DBSG,
@@ -1912,7 +1926,7 @@ var DBSubnetGroup = [
1912
1926
  [_DBSGN, _DBSGD, _VI, _SGS, _Su, _DBSGA, _SNT],
1913
1927
  [0, 0, 0, 0, [() => SubnetList, 0], 0, 64 | 0],
1914
1928
  ];
1915
- var DBSubnetGroupAlreadyExistsFault = [
1929
+ var DBSubnetGroupAlreadyExistsFault$ = [
1916
1930
  -3,
1917
1931
  n0,
1918
1932
  _DBSGAEF,
@@ -1920,8 +1934,8 @@ var DBSubnetGroupAlreadyExistsFault = [
1920
1934
  [_m],
1921
1935
  [0],
1922
1936
  ];
1923
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupAlreadyExistsFault, DBSubnetGroupAlreadyExistsFault$1);
1924
- var DBSubnetGroupDoesNotCoverEnoughAZs = [
1937
+ schema.TypeRegistry.for(n0).registerError(DBSubnetGroupAlreadyExistsFault$, DBSubnetGroupAlreadyExistsFault);
1938
+ var DBSubnetGroupDoesNotCoverEnoughAZs$ = [
1925
1939
  -3,
1926
1940
  n0,
1927
1941
  _DBSGDNCEAZ,
@@ -1929,8 +1943,8 @@ var DBSubnetGroupDoesNotCoverEnoughAZs = [
1929
1943
  [_m],
1930
1944
  [0],
1931
1945
  ];
1932
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupDoesNotCoverEnoughAZs$1);
1933
- var DBSubnetGroupMessage = [
1946
+ schema.TypeRegistry.for(n0).registerError(DBSubnetGroupDoesNotCoverEnoughAZs$, DBSubnetGroupDoesNotCoverEnoughAZs);
1947
+ var DBSubnetGroupMessage$ = [
1934
1948
  3,
1935
1949
  n0,
1936
1950
  _DBSGM,
@@ -1938,7 +1952,7 @@ var DBSubnetGroupMessage = [
1938
1952
  [_M, _DBSGu],
1939
1953
  [0, [() => DBSubnetGroups, 0]],
1940
1954
  ];
1941
- var DBSubnetGroupNotFoundFault = [
1955
+ var DBSubnetGroupNotFoundFault$ = [
1942
1956
  -3,
1943
1957
  n0,
1944
1958
  _DBSGNFFu,
@@ -1946,8 +1960,8 @@ var DBSubnetGroupNotFoundFault = [
1946
1960
  [_m],
1947
1961
  [0],
1948
1962
  ];
1949
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupNotFoundFault, DBSubnetGroupNotFoundFault$1);
1950
- var DBSubnetGroupQuotaExceededFault = [
1963
+ schema.TypeRegistry.for(n0).registerError(DBSubnetGroupNotFoundFault$, DBSubnetGroupNotFoundFault);
1964
+ var DBSubnetGroupQuotaExceededFault$ = [
1951
1965
  -3,
1952
1966
  n0,
1953
1967
  _DBSGQEF,
@@ -1955,8 +1969,8 @@ var DBSubnetGroupQuotaExceededFault = [
1955
1969
  [_m],
1956
1970
  [0],
1957
1971
  ];
1958
- schema.TypeRegistry.for(n0).registerError(DBSubnetGroupQuotaExceededFault, DBSubnetGroupQuotaExceededFault$1);
1959
- var DBSubnetQuotaExceededFault = [
1972
+ schema.TypeRegistry.for(n0).registerError(DBSubnetGroupQuotaExceededFault$, DBSubnetGroupQuotaExceededFault);
1973
+ var DBSubnetQuotaExceededFault$ = [
1960
1974
  -3,
1961
1975
  n0,
1962
1976
  _DBSQEF,
@@ -1964,8 +1978,8 @@ var DBSubnetQuotaExceededFault = [
1964
1978
  [_m],
1965
1979
  [0],
1966
1980
  ];
1967
- schema.TypeRegistry.for(n0).registerError(DBSubnetQuotaExceededFault, DBSubnetQuotaExceededFault$1);
1968
- var DBUpgradeDependencyFailureFault = [
1981
+ schema.TypeRegistry.for(n0).registerError(DBSubnetQuotaExceededFault$, DBSubnetQuotaExceededFault);
1982
+ var DBUpgradeDependencyFailureFault$ = [
1969
1983
  -3,
1970
1984
  n0,
1971
1985
  _DBUDFF,
@@ -1973,34 +1987,34 @@ var DBUpgradeDependencyFailureFault = [
1973
1987
  [_m],
1974
1988
  [0],
1975
1989
  ];
1976
- schema.TypeRegistry.for(n0).registerError(DBUpgradeDependencyFailureFault, DBUpgradeDependencyFailureFault$1);
1977
- var DeleteDBClusterMessage = [3, n0, _DDBCM, 0, [_DBCI, _SFS, _FDBSI], [0, 2, 0]];
1978
- var DeleteDBClusterParameterGroupMessage = [3, n0, _DDBCPGM, 0, [_DBCPGN], [0]];
1979
- var DeleteDBClusterResult = [3, n0, _DDBCR, 0, [_DBC], [[() => DBCluster, 0]]];
1980
- var DeleteDBClusterSnapshotMessage = [3, n0, _DDBCSM, 0, [_DBCSI], [0]];
1981
- var DeleteDBClusterSnapshotResult = [
1990
+ schema.TypeRegistry.for(n0).registerError(DBUpgradeDependencyFailureFault$, DBUpgradeDependencyFailureFault);
1991
+ var DeleteDBClusterMessage$ = [3, n0, _DDBCM, 0, [_DBCI, _SFS, _FDBSI], [0, 2, 0]];
1992
+ var DeleteDBClusterParameterGroupMessage$ = [3, n0, _DDBCPGM, 0, [_DBCPGN], [0]];
1993
+ var DeleteDBClusterResult$ = [3, n0, _DDBCR, 0, [_DBC], [[() => DBCluster$, 0]]];
1994
+ var DeleteDBClusterSnapshotMessage$ = [3, n0, _DDBCSM, 0, [_DBCSI], [0]];
1995
+ var DeleteDBClusterSnapshotResult$ = [
1982
1996
  3,
1983
1997
  n0,
1984
1998
  _DDBCSR,
1985
1999
  0,
1986
2000
  [_DBCS],
1987
- [[() => DBClusterSnapshot, 0]],
2001
+ [[() => DBClusterSnapshot$, 0]],
1988
2002
  ];
1989
- var DeleteDBInstanceMessage = [3, n0, _DDBIM, 0, [_DBII], [0]];
1990
- var DeleteDBInstanceResult = [3, n0, _DDBIR, 0, [_DBI], [[() => DBInstance, 0]]];
1991
- var DeleteDBSubnetGroupMessage = [3, n0, _DDBSGM, 0, [_DBSGN], [0]];
1992
- var DeleteEventSubscriptionMessage = [3, n0, _DESM, 0, [_SN], [0]];
1993
- var DeleteEventSubscriptionResult = [
2003
+ var DeleteDBInstanceMessage$ = [3, n0, _DDBIM, 0, [_DBII], [0]];
2004
+ var DeleteDBInstanceResult$ = [3, n0, _DDBIR, 0, [_DBI], [[() => DBInstance$, 0]]];
2005
+ var DeleteDBSubnetGroupMessage$ = [3, n0, _DDBSGM, 0, [_DBSGN], [0]];
2006
+ var DeleteEventSubscriptionMessage$ = [3, n0, _DESM, 0, [_SN], [0]];
2007
+ var DeleteEventSubscriptionResult$ = [
1994
2008
  3,
1995
2009
  n0,
1996
2010
  _DESR,
1997
2011
  0,
1998
2012
  [_ES],
1999
- [[() => EventSubscription, 0]],
2013
+ [[() => EventSubscription$, 0]],
2000
2014
  ];
2001
- var DeleteGlobalClusterMessage = [3, n0, _DGCM, 0, [_GCI], [0]];
2002
- var DeleteGlobalClusterResult = [3, n0, _DGCR, 0, [_GC], [[() => GlobalCluster, 0]]];
2003
- var DescribeCertificatesMessage = [
2015
+ var DeleteGlobalClusterMessage$ = [3, n0, _DGCM, 0, [_GCI], [0]];
2016
+ var DeleteGlobalClusterResult$ = [3, n0, _DGCR, 0, [_GC], [[() => GlobalCluster$, 0]]];
2017
+ var DescribeCertificatesMessage$ = [
2004
2018
  3,
2005
2019
  n0,
2006
2020
  _DCM,
@@ -2008,7 +2022,7 @@ var DescribeCertificatesMessage = [
2008
2022
  [_CI, _F, _MR, _M],
2009
2023
  [0, [() => FilterList, 0], 1, 0],
2010
2024
  ];
2011
- var DescribeDBClusterParameterGroupsMessage = [
2025
+ var DescribeDBClusterParameterGroupsMessage$ = [
2012
2026
  3,
2013
2027
  n0,
2014
2028
  _DDBCPGMe,
@@ -2016,7 +2030,7 @@ var DescribeDBClusterParameterGroupsMessage = [
2016
2030
  [_DBCPGN, _F, _MR, _M],
2017
2031
  [0, [() => FilterList, 0], 1, 0],
2018
2032
  ];
2019
- var DescribeDBClusterParametersMessage = [
2033
+ var DescribeDBClusterParametersMessage$ = [
2020
2034
  3,
2021
2035
  n0,
2022
2036
  _DDBCPM,
@@ -2024,7 +2038,7 @@ var DescribeDBClusterParametersMessage = [
2024
2038
  [_DBCPGN, _So, _F, _MR, _M],
2025
2039
  [0, 0, [() => FilterList, 0], 1, 0],
2026
2040
  ];
2027
- var DescribeDBClustersMessage = [
2041
+ var DescribeDBClustersMessage$ = [
2028
2042
  3,
2029
2043
  n0,
2030
2044
  _DDBCMe,
@@ -2032,16 +2046,16 @@ var DescribeDBClustersMessage = [
2032
2046
  [_DBCI, _F, _MR, _M],
2033
2047
  [0, [() => FilterList, 0], 1, 0],
2034
2048
  ];
2035
- var DescribeDBClusterSnapshotAttributesMessage = [3, n0, _DDBCSAM, 0, [_DBCSI], [0]];
2036
- var DescribeDBClusterSnapshotAttributesResult = [
2049
+ var DescribeDBClusterSnapshotAttributesMessage$ = [3, n0, _DDBCSAM, 0, [_DBCSI], [0]];
2050
+ var DescribeDBClusterSnapshotAttributesResult$ = [
2037
2051
  3,
2038
2052
  n0,
2039
2053
  _DDBCSAR,
2040
2054
  0,
2041
2055
  [_DBCSAR],
2042
- [[() => DBClusterSnapshotAttributesResult, 0]],
2056
+ [[() => DBClusterSnapshotAttributesResult$, 0]],
2043
2057
  ];
2044
- var DescribeDBClusterSnapshotsMessage = [
2058
+ var DescribeDBClusterSnapshotsMessage$ = [
2045
2059
  3,
2046
2060
  n0,
2047
2061
  _DDBCSMe,
@@ -2049,7 +2063,7 @@ var DescribeDBClusterSnapshotsMessage = [
2049
2063
  [_DBCI, _DBCSI, _STn, _F, _MR, _M, _IS, _IP],
2050
2064
  [0, 0, 0, [() => FilterList, 0], 1, 0, 2, 2],
2051
2065
  ];
2052
- var DescribeDBEngineVersionsMessage = [
2066
+ var DescribeDBEngineVersionsMessage$ = [
2053
2067
  3,
2054
2068
  n0,
2055
2069
  _DDBEVM,
@@ -2057,7 +2071,7 @@ var DescribeDBEngineVersionsMessage = [
2057
2071
  [_E, _EV, _DBPGF, _F, _MR, _M, _DO, _LSCS, _LST],
2058
2072
  [0, 0, 0, [() => FilterList, 0], 1, 0, 2, 2, 2],
2059
2073
  ];
2060
- var DescribeDBInstancesMessage = [
2074
+ var DescribeDBInstancesMessage$ = [
2061
2075
  3,
2062
2076
  n0,
2063
2077
  _DDBIMe,
@@ -2065,7 +2079,7 @@ var DescribeDBInstancesMessage = [
2065
2079
  [_DBII, _F, _MR, _M],
2066
2080
  [0, [() => FilterList, 0], 1, 0],
2067
2081
  ];
2068
- var DescribeDBSubnetGroupsMessage = [
2082
+ var DescribeDBSubnetGroupsMessage$ = [
2069
2083
  3,
2070
2084
  n0,
2071
2085
  _DDBSGMe,
@@ -2073,7 +2087,7 @@ var DescribeDBSubnetGroupsMessage = [
2073
2087
  [_DBSGN, _F, _MR, _M],
2074
2088
  [0, [() => FilterList, 0], 1, 0],
2075
2089
  ];
2076
- var DescribeEngineDefaultClusterParametersMessage = [
2090
+ var DescribeEngineDefaultClusterParametersMessage$ = [
2077
2091
  3,
2078
2092
  n0,
2079
2093
  _DEDCPM,
@@ -2081,15 +2095,15 @@ var DescribeEngineDefaultClusterParametersMessage = [
2081
2095
  [_DBPGF, _F, _MR, _M],
2082
2096
  [0, [() => FilterList, 0], 1, 0],
2083
2097
  ];
2084
- var DescribeEngineDefaultClusterParametersResult = [
2098
+ var DescribeEngineDefaultClusterParametersResult$ = [
2085
2099
  3,
2086
2100
  n0,
2087
2101
  _DEDCPR,
2088
2102
  0,
2089
2103
  [_ED],
2090
- [[() => EngineDefaults, 0]],
2104
+ [[() => EngineDefaults$, 0]],
2091
2105
  ];
2092
- var DescribeEventCategoriesMessage = [
2106
+ var DescribeEventCategoriesMessage$ = [
2093
2107
  3,
2094
2108
  n0,
2095
2109
  _DECM,
@@ -2097,7 +2111,7 @@ var DescribeEventCategoriesMessage = [
2097
2111
  [_STo, _F],
2098
2112
  [0, [() => FilterList, 0]],
2099
2113
  ];
2100
- var DescribeEventsMessage = [
2114
+ var DescribeEventsMessage$ = [
2101
2115
  3,
2102
2116
  n0,
2103
2117
  _DEM,
@@ -2105,7 +2119,7 @@ var DescribeEventsMessage = [
2105
2119
  [_SI, _STo, _STta, _ET, _Du, _EC, _F, _MR, _M],
2106
2120
  [0, 0, 4, 4, 1, [() => EventCategoriesList, 0], [() => FilterList, 0], 1, 0],
2107
2121
  ];
2108
- var DescribeEventSubscriptionsMessage = [
2122
+ var DescribeEventSubscriptionsMessage$ = [
2109
2123
  3,
2110
2124
  n0,
2111
2125
  _DESMe,
@@ -2113,7 +2127,7 @@ var DescribeEventSubscriptionsMessage = [
2113
2127
  [_SN, _F, _MR, _M],
2114
2128
  [0, [() => FilterList, 0], 1, 0],
2115
2129
  ];
2116
- var DescribeGlobalClustersMessage = [
2130
+ var DescribeGlobalClustersMessage$ = [
2117
2131
  3,
2118
2132
  n0,
2119
2133
  _DGCMe,
@@ -2121,7 +2135,7 @@ var DescribeGlobalClustersMessage = [
2121
2135
  [_GCI, _F, _MR, _M],
2122
2136
  [0, [() => FilterList, 0], 1, 0],
2123
2137
  ];
2124
- var DescribeOrderableDBInstanceOptionsMessage = [
2138
+ var DescribeOrderableDBInstanceOptionsMessage$ = [
2125
2139
  3,
2126
2140
  n0,
2127
2141
  _DODBIOM,
@@ -2129,7 +2143,7 @@ var DescribeOrderableDBInstanceOptionsMessage = [
2129
2143
  [_E, _EV, _DBIC, _LM, _V, _F, _MR, _M],
2130
2144
  [0, 0, 0, 0, 2, [() => FilterList, 0], 1, 0],
2131
2145
  ];
2132
- var DescribePendingMaintenanceActionsMessage = [
2146
+ var DescribePendingMaintenanceActionsMessage$ = [
2133
2147
  3,
2134
2148
  n0,
2135
2149
  _DPMAM,
@@ -2137,8 +2151,8 @@ var DescribePendingMaintenanceActionsMessage = [
2137
2151
  [_RI, _F, _M, _MR],
2138
2152
  [0, [() => FilterList, 0], 0, 1],
2139
2153
  ];
2140
- var Endpoint = [3, n0, _End, 0, [_A, _P, _HZI], [0, 1, 0]];
2141
- var EngineDefaults = [
2154
+ var Endpoint$ = [3, n0, _End, 0, [_A, _P, _HZI], [0, 1, 0]];
2155
+ var EngineDefaults$ = [
2142
2156
  3,
2143
2157
  n0,
2144
2158
  _ED,
@@ -2146,7 +2160,7 @@ var EngineDefaults = [
2146
2160
  [_DBPGF, _M, _Pa],
2147
2161
  [0, 0, [() => ParametersList, 0]],
2148
2162
  ];
2149
- var Event = [
2163
+ var Event$ = [
2150
2164
  3,
2151
2165
  n0,
2152
2166
  _Ev,
@@ -2154,7 +2168,7 @@ var Event = [
2154
2168
  [_SI, _STo, _Me, _EC, _Da, _SAo],
2155
2169
  [0, 0, 0, [() => EventCategoriesList, 0], 4, 0],
2156
2170
  ];
2157
- var EventCategoriesMap = [
2171
+ var EventCategoriesMap$ = [
2158
2172
  3,
2159
2173
  n0,
2160
2174
  _ECM,
@@ -2162,7 +2176,7 @@ var EventCategoriesMap = [
2162
2176
  [_STo, _EC],
2163
2177
  [0, [() => EventCategoriesList, 0]],
2164
2178
  ];
2165
- var EventCategoriesMessage = [
2179
+ var EventCategoriesMessage$ = [
2166
2180
  3,
2167
2181
  n0,
2168
2182
  _ECMv,
@@ -2170,8 +2184,8 @@ var EventCategoriesMessage = [
2170
2184
  [_ECML],
2171
2185
  [[() => EventCategoriesMapList, 0]],
2172
2186
  ];
2173
- var EventsMessage = [3, n0, _EM, 0, [_M, _Eve], [0, [() => EventList, 0]]];
2174
- var EventSubscription = [
2187
+ var EventsMessage$ = [3, n0, _EM, 0, [_M, _Eve], [0, [() => EventList, 0]]];
2188
+ var EventSubscription$ = [
2175
2189
  3,
2176
2190
  n0,
2177
2191
  _ES,
@@ -2179,7 +2193,7 @@ var EventSubscription = [
2179
2193
  [_CAIu, _CSI, _STA, _S, _SCTu, _STo, _SIL, _ECL, _En, _ESA],
2180
2194
  [0, 0, 0, 0, 0, 0, [() => SourceIdsList, 0], [() => EventCategoriesList, 0], 2, 0],
2181
2195
  ];
2182
- var EventSubscriptionQuotaExceededFault = [
2196
+ var EventSubscriptionQuotaExceededFault$ = [
2183
2197
  -3,
2184
2198
  n0,
2185
2199
  _ESQEF,
@@ -2187,8 +2201,8 @@ var EventSubscriptionQuotaExceededFault = [
2187
2201
  [_m],
2188
2202
  [0],
2189
2203
  ];
2190
- schema.TypeRegistry.for(n0).registerError(EventSubscriptionQuotaExceededFault, EventSubscriptionQuotaExceededFault$1);
2191
- var EventSubscriptionsMessage = [
2204
+ schema.TypeRegistry.for(n0).registerError(EventSubscriptionQuotaExceededFault$, EventSubscriptionQuotaExceededFault);
2205
+ var EventSubscriptionsMessage$ = [
2192
2206
  3,
2193
2207
  n0,
2194
2208
  _ESM,
@@ -2196,9 +2210,9 @@ var EventSubscriptionsMessage = [
2196
2210
  [_M, _ESL],
2197
2211
  [0, [() => EventSubscriptionsList, 0]],
2198
2212
  ];
2199
- var FailoverDBClusterMessage = [3, n0, _FDBCM, 0, [_DBCI, _TDBII], [0, 0]];
2200
- var FailoverDBClusterResult = [3, n0, _FDBCR, 0, [_DBC], [[() => DBCluster, 0]]];
2201
- var FailoverGlobalClusterMessage = [
2213
+ var FailoverDBClusterMessage$ = [3, n0, _FDBCM, 0, [_DBCI, _TDBII], [0, 0]];
2214
+ var FailoverDBClusterResult$ = [3, n0, _FDBCR, 0, [_DBC], [[() => DBCluster$, 0]]];
2215
+ var FailoverGlobalClusterMessage$ = [
2202
2216
  3,
2203
2217
  n0,
2204
2218
  _FGCM,
@@ -2206,18 +2220,18 @@ var FailoverGlobalClusterMessage = [
2206
2220
  [_GCI, _TDCI, _ADL, _Sw],
2207
2221
  [0, 0, 2, 2],
2208
2222
  ];
2209
- var FailoverGlobalClusterResult = [3, n0, _FGCR, 0, [_GC], [[() => GlobalCluster, 0]]];
2210
- var FailoverState = [3, n0, _FS, 0, [_S, _FDCA, _TDCA, _IDLA], [0, 0, 0, 2]];
2211
- var Filter = [3, n0, _Fi, 0, [_N, _Va], [0, [() => FilterValueList, 0]]];
2212
- var GlobalCluster = [
2223
+ var FailoverGlobalClusterResult$ = [3, n0, _FGCR, 0, [_GC], [[() => GlobalCluster$, 0]]];
2224
+ var FailoverState$ = [3, n0, _FS, 0, [_S, _FDCA, _TDCA, _IDLA], [0, 0, 0, 2]];
2225
+ var Filter$ = [3, n0, _Fi, 0, [_N, _Va], [0, [() => FilterValueList, 0]]];
2226
+ var GlobalCluster$ = [
2213
2227
  3,
2214
2228
  n0,
2215
2229
  _GC,
2216
2230
  0,
2217
2231
  [_GCI, _GCRI, _GCA, _S, _E, _EV, _DN, _SE, _DP, _GCM, _FS, _TL],
2218
- [0, 0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState, [() => TagList, 0]],
2232
+ [0, 0, 0, 0, 0, 0, 0, 2, 2, [() => GlobalClusterMemberList, 0], () => FailoverState$, [() => TagList, 0]],
2219
2233
  ];
2220
- var GlobalClusterAlreadyExistsFault = [
2234
+ var GlobalClusterAlreadyExistsFault$ = [
2221
2235
  -3,
2222
2236
  n0,
2223
2237
  _GCAEF,
@@ -2225,9 +2239,9 @@ var GlobalClusterAlreadyExistsFault = [
2225
2239
  [_m],
2226
2240
  [0],
2227
2241
  ];
2228
- schema.TypeRegistry.for(n0).registerError(GlobalClusterAlreadyExistsFault, GlobalClusterAlreadyExistsFault$1);
2229
- var GlobalClusterMember = [3, n0, _GCMl, 0, [_DBCA, _R, _IW, _SSy], [0, 64 | 0, 2, 0]];
2230
- var GlobalClusterNotFoundFault = [
2242
+ schema.TypeRegistry.for(n0).registerError(GlobalClusterAlreadyExistsFault$, GlobalClusterAlreadyExistsFault);
2243
+ var GlobalClusterMember$ = [3, n0, _GCMl, 0, [_DBCA, _R, _IW, _SSy], [0, 64 | 0, 2, 0]];
2244
+ var GlobalClusterNotFoundFault$ = [
2231
2245
  -3,
2232
2246
  n0,
2233
2247
  _GCNFF,
@@ -2235,8 +2249,8 @@ var GlobalClusterNotFoundFault = [
2235
2249
  [_m],
2236
2250
  [0],
2237
2251
  ];
2238
- schema.TypeRegistry.for(n0).registerError(GlobalClusterNotFoundFault, GlobalClusterNotFoundFault$1);
2239
- var GlobalClusterQuotaExceededFault = [
2252
+ schema.TypeRegistry.for(n0).registerError(GlobalClusterNotFoundFault$, GlobalClusterNotFoundFault);
2253
+ var GlobalClusterQuotaExceededFault$ = [
2240
2254
  -3,
2241
2255
  n0,
2242
2256
  _GCQEF,
@@ -2244,8 +2258,8 @@ var GlobalClusterQuotaExceededFault = [
2244
2258
  [_m],
2245
2259
  [0],
2246
2260
  ];
2247
- schema.TypeRegistry.for(n0).registerError(GlobalClusterQuotaExceededFault, GlobalClusterQuotaExceededFault$1);
2248
- var GlobalClustersMessage = [
2261
+ schema.TypeRegistry.for(n0).registerError(GlobalClusterQuotaExceededFault$, GlobalClusterQuotaExceededFault);
2262
+ var GlobalClustersMessage$ = [
2249
2263
  3,
2250
2264
  n0,
2251
2265
  _GCMlo,
@@ -2253,7 +2267,7 @@ var GlobalClustersMessage = [
2253
2267
  [_M, _GCl],
2254
2268
  [0, [() => GlobalClusterList, 0]],
2255
2269
  ];
2256
- var InstanceQuotaExceededFault = [
2270
+ var InstanceQuotaExceededFault$ = [
2257
2271
  -3,
2258
2272
  n0,
2259
2273
  _IQEF,
@@ -2261,8 +2275,8 @@ var InstanceQuotaExceededFault = [
2261
2275
  [_m],
2262
2276
  [0],
2263
2277
  ];
2264
- schema.TypeRegistry.for(n0).registerError(InstanceQuotaExceededFault, InstanceQuotaExceededFault$1);
2265
- var InsufficientDBClusterCapacityFault = [
2278
+ schema.TypeRegistry.for(n0).registerError(InstanceQuotaExceededFault$, InstanceQuotaExceededFault);
2279
+ var InsufficientDBClusterCapacityFault$ = [
2266
2280
  -3,
2267
2281
  n0,
2268
2282
  _IDBCCF,
@@ -2270,8 +2284,8 @@ var InsufficientDBClusterCapacityFault = [
2270
2284
  [_m],
2271
2285
  [0],
2272
2286
  ];
2273
- schema.TypeRegistry.for(n0).registerError(InsufficientDBClusterCapacityFault, InsufficientDBClusterCapacityFault$1);
2274
- var InsufficientDBInstanceCapacityFault = [
2287
+ schema.TypeRegistry.for(n0).registerError(InsufficientDBClusterCapacityFault$, InsufficientDBClusterCapacityFault);
2288
+ var InsufficientDBInstanceCapacityFault$ = [
2275
2289
  -3,
2276
2290
  n0,
2277
2291
  _IDBICF,
@@ -2279,8 +2293,8 @@ var InsufficientDBInstanceCapacityFault = [
2279
2293
  [_m],
2280
2294
  [0],
2281
2295
  ];
2282
- schema.TypeRegistry.for(n0).registerError(InsufficientDBInstanceCapacityFault, InsufficientDBInstanceCapacityFault$1);
2283
- var InsufficientStorageClusterCapacityFault = [
2296
+ schema.TypeRegistry.for(n0).registerError(InsufficientDBInstanceCapacityFault$, InsufficientDBInstanceCapacityFault);
2297
+ var InsufficientStorageClusterCapacityFault$ = [
2284
2298
  -3,
2285
2299
  n0,
2286
2300
  _ISCCF,
@@ -2288,8 +2302,8 @@ var InsufficientStorageClusterCapacityFault = [
2288
2302
  [_m],
2289
2303
  [0],
2290
2304
  ];
2291
- schema.TypeRegistry.for(n0).registerError(InsufficientStorageClusterCapacityFault, InsufficientStorageClusterCapacityFault$1);
2292
- var InvalidDBClusterSnapshotStateFault = [
2305
+ schema.TypeRegistry.for(n0).registerError(InsufficientStorageClusterCapacityFault$, InsufficientStorageClusterCapacityFault);
2306
+ var InvalidDBClusterSnapshotStateFault$ = [
2293
2307
  -3,
2294
2308
  n0,
2295
2309
  _IDBCSSF,
@@ -2297,8 +2311,8 @@ var InvalidDBClusterSnapshotStateFault = [
2297
2311
  [_m],
2298
2312
  [0],
2299
2313
  ];
2300
- schema.TypeRegistry.for(n0).registerError(InvalidDBClusterSnapshotStateFault, InvalidDBClusterSnapshotStateFault$1);
2301
- var InvalidDBClusterStateFault = [
2314
+ schema.TypeRegistry.for(n0).registerError(InvalidDBClusterSnapshotStateFault$, InvalidDBClusterSnapshotStateFault);
2315
+ var InvalidDBClusterStateFault$ = [
2302
2316
  -3,
2303
2317
  n0,
2304
2318
  _IDBCSF,
@@ -2306,8 +2320,8 @@ var InvalidDBClusterStateFault = [
2306
2320
  [_m],
2307
2321
  [0],
2308
2322
  ];
2309
- schema.TypeRegistry.for(n0).registerError(InvalidDBClusterStateFault, InvalidDBClusterStateFault$1);
2310
- var InvalidDBInstanceStateFault = [
2323
+ schema.TypeRegistry.for(n0).registerError(InvalidDBClusterStateFault$, InvalidDBClusterStateFault);
2324
+ var InvalidDBInstanceStateFault$ = [
2311
2325
  -3,
2312
2326
  n0,
2313
2327
  _IDBISF,
@@ -2315,8 +2329,8 @@ var InvalidDBInstanceStateFault = [
2315
2329
  [_m],
2316
2330
  [0],
2317
2331
  ];
2318
- schema.TypeRegistry.for(n0).registerError(InvalidDBInstanceStateFault, InvalidDBInstanceStateFault$1);
2319
- var InvalidDBParameterGroupStateFault = [
2332
+ schema.TypeRegistry.for(n0).registerError(InvalidDBInstanceStateFault$, InvalidDBInstanceStateFault);
2333
+ var InvalidDBParameterGroupStateFault$ = [
2320
2334
  -3,
2321
2335
  n0,
2322
2336
  _IDBPGSF,
@@ -2324,8 +2338,8 @@ var InvalidDBParameterGroupStateFault = [
2324
2338
  [_m],
2325
2339
  [0],
2326
2340
  ];
2327
- schema.TypeRegistry.for(n0).registerError(InvalidDBParameterGroupStateFault, InvalidDBParameterGroupStateFault$1);
2328
- var InvalidDBSecurityGroupStateFault = [
2341
+ schema.TypeRegistry.for(n0).registerError(InvalidDBParameterGroupStateFault$, InvalidDBParameterGroupStateFault);
2342
+ var InvalidDBSecurityGroupStateFault$ = [
2329
2343
  -3,
2330
2344
  n0,
2331
2345
  _IDBSGSF,
@@ -2333,8 +2347,8 @@ var InvalidDBSecurityGroupStateFault = [
2333
2347
  [_m],
2334
2348
  [0],
2335
2349
  ];
2336
- schema.TypeRegistry.for(n0).registerError(InvalidDBSecurityGroupStateFault, InvalidDBSecurityGroupStateFault$1);
2337
- var InvalidDBSnapshotStateFault = [
2350
+ schema.TypeRegistry.for(n0).registerError(InvalidDBSecurityGroupStateFault$, InvalidDBSecurityGroupStateFault);
2351
+ var InvalidDBSnapshotStateFault$ = [
2338
2352
  -3,
2339
2353
  n0,
2340
2354
  _IDBSSF,
@@ -2342,8 +2356,8 @@ var InvalidDBSnapshotStateFault = [
2342
2356
  [_m],
2343
2357
  [0],
2344
2358
  ];
2345
- schema.TypeRegistry.for(n0).registerError(InvalidDBSnapshotStateFault, InvalidDBSnapshotStateFault$1);
2346
- var InvalidDBSubnetGroupStateFault = [
2359
+ schema.TypeRegistry.for(n0).registerError(InvalidDBSnapshotStateFault$, InvalidDBSnapshotStateFault);
2360
+ var InvalidDBSubnetGroupStateFault$ = [
2347
2361
  -3,
2348
2362
  n0,
2349
2363
  _IDBSGSFn,
@@ -2351,8 +2365,8 @@ var InvalidDBSubnetGroupStateFault = [
2351
2365
  [_m],
2352
2366
  [0],
2353
2367
  ];
2354
- schema.TypeRegistry.for(n0).registerError(InvalidDBSubnetGroupStateFault, InvalidDBSubnetGroupStateFault$1);
2355
- var InvalidDBSubnetStateFault = [
2368
+ schema.TypeRegistry.for(n0).registerError(InvalidDBSubnetGroupStateFault$, InvalidDBSubnetGroupStateFault);
2369
+ var InvalidDBSubnetStateFault$ = [
2356
2370
  -3,
2357
2371
  n0,
2358
2372
  _IDBSSFn,
@@ -2360,8 +2374,8 @@ var InvalidDBSubnetStateFault = [
2360
2374
  [_m],
2361
2375
  [0],
2362
2376
  ];
2363
- schema.TypeRegistry.for(n0).registerError(InvalidDBSubnetStateFault, InvalidDBSubnetStateFault$1);
2364
- var InvalidEventSubscriptionStateFault = [
2377
+ schema.TypeRegistry.for(n0).registerError(InvalidDBSubnetStateFault$, InvalidDBSubnetStateFault);
2378
+ var InvalidEventSubscriptionStateFault$ = [
2365
2379
  -3,
2366
2380
  n0,
2367
2381
  _IESSF,
@@ -2369,8 +2383,8 @@ var InvalidEventSubscriptionStateFault = [
2369
2383
  [_m],
2370
2384
  [0],
2371
2385
  ];
2372
- schema.TypeRegistry.for(n0).registerError(InvalidEventSubscriptionStateFault, InvalidEventSubscriptionStateFault$1);
2373
- var InvalidGlobalClusterStateFault = [
2386
+ schema.TypeRegistry.for(n0).registerError(InvalidEventSubscriptionStateFault$, InvalidEventSubscriptionStateFault);
2387
+ var InvalidGlobalClusterStateFault$ = [
2374
2388
  -3,
2375
2389
  n0,
2376
2390
  _IGCSF,
@@ -2378,8 +2392,8 @@ var InvalidGlobalClusterStateFault = [
2378
2392
  [_m],
2379
2393
  [0],
2380
2394
  ];
2381
- schema.TypeRegistry.for(n0).registerError(InvalidGlobalClusterStateFault, InvalidGlobalClusterStateFault$1);
2382
- var InvalidRestoreFault = [
2395
+ schema.TypeRegistry.for(n0).registerError(InvalidGlobalClusterStateFault$, InvalidGlobalClusterStateFault);
2396
+ var InvalidRestoreFault$ = [
2383
2397
  -3,
2384
2398
  n0,
2385
2399
  _IRF,
@@ -2387,8 +2401,8 @@ var InvalidRestoreFault = [
2387
2401
  [_m],
2388
2402
  [0],
2389
2403
  ];
2390
- schema.TypeRegistry.for(n0).registerError(InvalidRestoreFault, InvalidRestoreFault$1);
2391
- var InvalidSubnet = [
2404
+ schema.TypeRegistry.for(n0).registerError(InvalidRestoreFault$, InvalidRestoreFault);
2405
+ var InvalidSubnet$ = [
2392
2406
  -3,
2393
2407
  n0,
2394
2408
  _ISn,
@@ -2396,8 +2410,8 @@ var InvalidSubnet = [
2396
2410
  [_m],
2397
2411
  [0],
2398
2412
  ];
2399
- schema.TypeRegistry.for(n0).registerError(InvalidSubnet, InvalidSubnet$1);
2400
- var InvalidVPCNetworkStateFault = [
2413
+ schema.TypeRegistry.for(n0).registerError(InvalidSubnet$, InvalidSubnet);
2414
+ var InvalidVPCNetworkStateFault$ = [
2401
2415
  -3,
2402
2416
  n0,
2403
2417
  _IVPCNSF,
@@ -2405,8 +2419,8 @@ var InvalidVPCNetworkStateFault = [
2405
2419
  [_m],
2406
2420
  [0],
2407
2421
  ];
2408
- schema.TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault, InvalidVPCNetworkStateFault$1);
2409
- var KMSKeyNotAccessibleFault = [
2422
+ schema.TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
2423
+ var KMSKeyNotAccessibleFault$ = [
2410
2424
  -3,
2411
2425
  n0,
2412
2426
  _KMSKNAF,
@@ -2414,8 +2428,8 @@ var KMSKeyNotAccessibleFault = [
2414
2428
  [_m],
2415
2429
  [0],
2416
2430
  ];
2417
- schema.TypeRegistry.for(n0).registerError(KMSKeyNotAccessibleFault, KMSKeyNotAccessibleFault$1);
2418
- var ListTagsForResourceMessage = [
2431
+ schema.TypeRegistry.for(n0).registerError(KMSKeyNotAccessibleFault$, KMSKeyNotAccessibleFault);
2432
+ var ListTagsForResourceMessage$ = [
2419
2433
  3,
2420
2434
  n0,
2421
2435
  _LTFRM,
@@ -2423,7 +2437,7 @@ var ListTagsForResourceMessage = [
2423
2437
  [_RN, _F],
2424
2438
  [0, [() => FilterList, 0]],
2425
2439
  ];
2426
- var ModifyDBClusterMessage = [
2440
+ var ModifyDBClusterMessage$ = [
2427
2441
  3,
2428
2442
  n0,
2429
2443
  _MDBCM,
@@ -2461,19 +2475,19 @@ var ModifyDBClusterMessage = [
2461
2475
  0,
2462
2476
  0,
2463
2477
  0,
2464
- () => CloudwatchLogsExportConfiguration,
2478
+ () => CloudwatchLogsExportConfiguration$,
2465
2479
  0,
2466
2480
  2,
2467
2481
  2,
2468
2482
  0,
2469
- () => ServerlessV2ScalingConfiguration,
2483
+ () => ServerlessV2ScalingConfiguration$,
2470
2484
  2,
2471
2485
  0,
2472
2486
  2,
2473
2487
  0,
2474
2488
  ],
2475
2489
  ];
2476
- var ModifyDBClusterParameterGroupMessage = [
2490
+ var ModifyDBClusterParameterGroupMessage$ = [
2477
2491
  3,
2478
2492
  n0,
2479
2493
  _MDBCPGM,
@@ -2481,8 +2495,8 @@ var ModifyDBClusterParameterGroupMessage = [
2481
2495
  [_DBCPGN, _Pa],
2482
2496
  [0, [() => ParametersList, 0]],
2483
2497
  ];
2484
- var ModifyDBClusterResult = [3, n0, _MDBCR, 0, [_DBC], [[() => DBCluster, 0]]];
2485
- var ModifyDBClusterSnapshotAttributeMessage = [
2498
+ var ModifyDBClusterResult$ = [3, n0, _MDBCR, 0, [_DBC], [[() => DBCluster$, 0]]];
2499
+ var ModifyDBClusterSnapshotAttributeMessage$ = [
2486
2500
  3,
2487
2501
  n0,
2488
2502
  _MDBCSAM,
@@ -2490,15 +2504,15 @@ var ModifyDBClusterSnapshotAttributeMessage = [
2490
2504
  [_DBCSI, _AN, _VTA, _VTR],
2491
2505
  [0, 0, [() => AttributeValueList, 0], [() => AttributeValueList, 0]],
2492
2506
  ];
2493
- var ModifyDBClusterSnapshotAttributeResult = [
2507
+ var ModifyDBClusterSnapshotAttributeResult$ = [
2494
2508
  3,
2495
2509
  n0,
2496
2510
  _MDBCSAR,
2497
2511
  0,
2498
2512
  [_DBCSAR],
2499
- [[() => DBClusterSnapshotAttributesResult, 0]],
2513
+ [[() => DBClusterSnapshotAttributesResult$, 0]],
2500
2514
  ];
2501
- var ModifyDBInstanceMessage = [
2515
+ var ModifyDBInstanceMessage$ = [
2502
2516
  3,
2503
2517
  n0,
2504
2518
  _MDBIM,
@@ -2506,8 +2520,8 @@ var ModifyDBInstanceMessage = [
2506
2520
  [_DBII, _DBIC, _AI, _PMW, _AMVU, _NDBII, _CACI, _CTTS, _PT, _EPI, _PIKMSKI, _CRR],
2507
2521
  [0, 0, 2, 0, 2, 0, 0, 2, 1, 2, 0, 2],
2508
2522
  ];
2509
- var ModifyDBInstanceResult = [3, n0, _MDBIR, 0, [_DBI], [[() => DBInstance, 0]]];
2510
- var ModifyDBSubnetGroupMessage = [
2523
+ var ModifyDBInstanceResult$ = [3, n0, _MDBIR, 0, [_DBI], [[() => DBInstance$, 0]]];
2524
+ var ModifyDBSubnetGroupMessage$ = [
2511
2525
  3,
2512
2526
  n0,
2513
2527
  _MDBSGM,
@@ -2515,8 +2529,15 @@ var ModifyDBSubnetGroupMessage = [
2515
2529
  [_DBSGN, _DBSGD, _SIu],
2516
2530
  [0, 0, [() => SubnetIdentifierList, 0]],
2517
2531
  ];
2518
- var ModifyDBSubnetGroupResult = [3, n0, _MDBSGR, 0, [_DBSG], [[() => DBSubnetGroup, 0]]];
2519
- var ModifyEventSubscriptionMessage = [
2532
+ var ModifyDBSubnetGroupResult$ = [
2533
+ 3,
2534
+ n0,
2535
+ _MDBSGR,
2536
+ 0,
2537
+ [_DBSG],
2538
+ [[() => DBSubnetGroup$, 0]],
2539
+ ];
2540
+ var ModifyEventSubscriptionMessage$ = [
2520
2541
  3,
2521
2542
  n0,
2522
2543
  _MESM,
@@ -2524,17 +2545,17 @@ var ModifyEventSubscriptionMessage = [
2524
2545
  [_SN, _STA, _STo, _EC, _En],
2525
2546
  [0, 0, 0, [() => EventCategoriesList, 0], 2],
2526
2547
  ];
2527
- var ModifyEventSubscriptionResult = [
2548
+ var ModifyEventSubscriptionResult$ = [
2528
2549
  3,
2529
2550
  n0,
2530
2551
  _MESR,
2531
2552
  0,
2532
2553
  [_ES],
2533
- [[() => EventSubscription, 0]],
2554
+ [[() => EventSubscription$, 0]],
2534
2555
  ];
2535
- var ModifyGlobalClusterMessage = [3, n0, _MGCM, 0, [_GCI, _NGCI, _DP], [0, 0, 2]];
2536
- var ModifyGlobalClusterResult = [3, n0, _MGCR, 0, [_GC], [[() => GlobalCluster, 0]]];
2537
- var NetworkTypeNotSupported = [
2556
+ var ModifyGlobalClusterMessage$ = [3, n0, _MGCM, 0, [_GCI, _NGCI, _DP], [0, 0, 2]];
2557
+ var ModifyGlobalClusterResult$ = [3, n0, _MGCR, 0, [_GC], [[() => GlobalCluster$, 0]]];
2558
+ var NetworkTypeNotSupported$ = [
2538
2559
  -3,
2539
2560
  n0,
2540
2561
  _NTNS,
@@ -2542,8 +2563,8 @@ var NetworkTypeNotSupported = [
2542
2563
  [_m],
2543
2564
  [0],
2544
2565
  ];
2545
- schema.TypeRegistry.for(n0).registerError(NetworkTypeNotSupported, NetworkTypeNotSupported$1);
2546
- var OrderableDBInstanceOption = [
2566
+ schema.TypeRegistry.for(n0).registerError(NetworkTypeNotSupported$, NetworkTypeNotSupported);
2567
+ var OrderableDBInstanceOption$ = [
2547
2568
  3,
2548
2569
  n0,
2549
2570
  _ODBIO,
@@ -2551,7 +2572,7 @@ var OrderableDBInstanceOption = [
2551
2572
  [_E, _EV, _DBIC, _LM, _AZv, _V, _ST],
2552
2573
  [0, 0, 0, 0, [() => AvailabilityZoneList, 0], 2, 0],
2553
2574
  ];
2554
- var OrderableDBInstanceOptionsMessage = [
2575
+ var OrderableDBInstanceOptionsMessage$ = [
2555
2576
  3,
2556
2577
  n0,
2557
2578
  _ODBIOM,
@@ -2559,7 +2580,7 @@ var OrderableDBInstanceOptionsMessage = [
2559
2580
  [_ODBIOr, _M],
2560
2581
  [[() => OrderableDBInstanceOptionsList, 0], 0],
2561
2582
  ];
2562
- var Parameter = [
2583
+ var Parameter$ = [
2563
2584
  3,
2564
2585
  n0,
2565
2586
  _Par,
@@ -2567,8 +2588,8 @@ var Parameter = [
2567
2588
  [_PN, _PV, _D, _So, _AT, _DT, _AVl, _IM, _MEV, _AM],
2568
2589
  [0, 0, 0, 0, 0, 0, 0, 2, 0, 0],
2569
2590
  ];
2570
- var PendingCloudwatchLogsExports = [3, n0, _PCLE, 0, [_LTTE, _LTTD], [64 | 0, 64 | 0]];
2571
- var PendingMaintenanceAction = [
2591
+ var PendingCloudwatchLogsExports$ = [3, n0, _PCLE, 0, [_LTTE, _LTTD], [64 | 0, 64 | 0]];
2592
+ var PendingMaintenanceAction$ = [
2572
2593
  3,
2573
2594
  n0,
2574
2595
  _PMA,
@@ -2576,7 +2597,7 @@ var PendingMaintenanceAction = [
2576
2597
  [_Ac, _AAAD, _FAD, _OIS, _CAD, _D],
2577
2598
  [0, 4, 4, 0, 4, 0],
2578
2599
  ];
2579
- var PendingMaintenanceActionsMessage = [
2600
+ var PendingMaintenanceActionsMessage$ = [
2580
2601
  3,
2581
2602
  n0,
2582
2603
  _PMAM,
@@ -2584,19 +2605,26 @@ var PendingMaintenanceActionsMessage = [
2584
2605
  [_PMAe, _M],
2585
2606
  [[() => PendingMaintenanceActions, 0], 0],
2586
2607
  ];
2587
- var PendingModifiedValues = [
2608
+ var PendingModifiedValues$ = [
2588
2609
  3,
2589
2610
  n0,
2590
2611
  _PMV,
2591
2612
  0,
2592
2613
  [_DBIC, _AS, _MUP, _P, _BRP, _MAZ, _EV, _LM, _I, _DBII, _ST, _CACI, _DBSGN, _PCLE],
2593
- [0, 1, 0, 1, 1, 2, 0, 0, 1, 0, 0, 0, 0, () => PendingCloudwatchLogsExports],
2614
+ [0, 1, 0, 1, 1, 2, 0, 0, 1, 0, 0, 0, 0, () => PendingCloudwatchLogsExports$],
2615
+ ];
2616
+ var RebootDBInstanceMessage$ = [3, n0, _RDBIM, 0, [_DBII, _FF], [0, 2]];
2617
+ var RebootDBInstanceResult$ = [3, n0, _RDBIR, 0, [_DBI], [[() => DBInstance$, 0]]];
2618
+ var RemoveFromGlobalClusterMessage$ = [3, n0, _RFGCM, 0, [_GCI, _DCI], [0, 0]];
2619
+ var RemoveFromGlobalClusterResult$ = [
2620
+ 3,
2621
+ n0,
2622
+ _RFGCR,
2623
+ 0,
2624
+ [_GC],
2625
+ [[() => GlobalCluster$, 0]],
2594
2626
  ];
2595
- var RebootDBInstanceMessage = [3, n0, _RDBIM, 0, [_DBII, _FF], [0, 2]];
2596
- var RebootDBInstanceResult = [3, n0, _RDBIR, 0, [_DBI], [[() => DBInstance, 0]]];
2597
- var RemoveFromGlobalClusterMessage = [3, n0, _RFGCM, 0, [_GCI, _DCI], [0, 0]];
2598
- var RemoveFromGlobalClusterResult = [3, n0, _RFGCR, 0, [_GC], [[() => GlobalCluster, 0]]];
2599
- var RemoveSourceIdentifierFromSubscriptionMessage = [
2627
+ var RemoveSourceIdentifierFromSubscriptionMessage$ = [
2600
2628
  3,
2601
2629
  n0,
2602
2630
  _RSIFSM,
@@ -2604,16 +2632,16 @@ var RemoveSourceIdentifierFromSubscriptionMessage = [
2604
2632
  [_SN, _SI],
2605
2633
  [0, 0],
2606
2634
  ];
2607
- var RemoveSourceIdentifierFromSubscriptionResult = [
2635
+ var RemoveSourceIdentifierFromSubscriptionResult$ = [
2608
2636
  3,
2609
2637
  n0,
2610
2638
  _RSIFSR,
2611
2639
  0,
2612
2640
  [_ES],
2613
- [[() => EventSubscription, 0]],
2641
+ [[() => EventSubscription$, 0]],
2614
2642
  ];
2615
- var RemoveTagsFromResourceMessage = [3, n0, _RTFRM, 0, [_RN, _TK], [0, 64 | 0]];
2616
- var ResetDBClusterParameterGroupMessage = [
2643
+ var RemoveTagsFromResourceMessage$ = [3, n0, _RTFRM, 0, [_RN, _TK], [0, 64 | 0]];
2644
+ var ResetDBClusterParameterGroupMessage$ = [
2617
2645
  3,
2618
2646
  n0,
2619
2647
  _RDBCPGM,
@@ -2621,7 +2649,7 @@ var ResetDBClusterParameterGroupMessage = [
2621
2649
  [_DBCPGN, _RAP, _Pa],
2622
2650
  [0, 2, [() => ParametersList, 0]],
2623
2651
  ];
2624
- var ResourceNotFoundFault = [
2652
+ var ResourceNotFoundFault$ = [
2625
2653
  -3,
2626
2654
  n0,
2627
2655
  _RNFF,
@@ -2629,8 +2657,8 @@ var ResourceNotFoundFault = [
2629
2657
  [_m],
2630
2658
  [0],
2631
2659
  ];
2632
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundFault, ResourceNotFoundFault$1);
2633
- var ResourcePendingMaintenanceActions = [
2660
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundFault$, ResourceNotFoundFault);
2661
+ var ResourcePendingMaintenanceActions$ = [
2634
2662
  3,
2635
2663
  n0,
2636
2664
  _RPMA,
@@ -2638,7 +2666,7 @@ var ResourcePendingMaintenanceActions = [
2638
2666
  [_RI, _PMAD],
2639
2667
  [0, [() => PendingMaintenanceActionDetails, 0]],
2640
2668
  ];
2641
- var RestoreDBClusterFromSnapshotMessage = [
2669
+ var RestoreDBClusterFromSnapshotMessage$ = [
2642
2670
  3,
2643
2671
  n0,
2644
2672
  _RDBCFSM,
@@ -2658,20 +2686,20 @@ var RestoreDBClusterFromSnapshotMessage = [
2658
2686
  64 | 0,
2659
2687
  2,
2660
2688
  0,
2661
- () => ServerlessV2ScalingConfiguration,
2689
+ () => ServerlessV2ScalingConfiguration$,
2662
2690
  0,
2663
2691
  0,
2664
2692
  ],
2665
2693
  ];
2666
- var RestoreDBClusterFromSnapshotResult = [
2694
+ var RestoreDBClusterFromSnapshotResult$ = [
2667
2695
  3,
2668
2696
  n0,
2669
2697
  _RDBCFSR,
2670
2698
  0,
2671
2699
  [_DBC],
2672
- [[() => DBCluster, 0]],
2700
+ [[() => DBCluster$, 0]],
2673
2701
  ];
2674
- var RestoreDBClusterToPointInTimeMessage = [
2702
+ var RestoreDBClusterToPointInTimeMessage$ = [
2675
2703
  3,
2676
2704
  n0,
2677
2705
  _RDBCTPITM,
@@ -2690,23 +2718,23 @@ var RestoreDBClusterToPointInTimeMessage = [
2690
2718
  0,
2691
2719
  64 | 0,
2692
2720
  2,
2693
- () => ServerlessV2ScalingConfiguration,
2721
+ () => ServerlessV2ScalingConfiguration$,
2694
2722
  0,
2695
2723
  0,
2696
2724
  ],
2697
2725
  ];
2698
- var RestoreDBClusterToPointInTimeResult = [
2726
+ var RestoreDBClusterToPointInTimeResult$ = [
2699
2727
  3,
2700
2728
  n0,
2701
2729
  _RDBCTPITR,
2702
2730
  0,
2703
2731
  [_DBC],
2704
- [[() => DBCluster, 0]],
2732
+ [[() => DBCluster$, 0]],
2705
2733
  ];
2706
- var ServerlessV2FeaturesSupport = [3, n0, _SVFS, 0, [_MC, _MCa], [1, 1]];
2707
- var ServerlessV2ScalingConfiguration = [3, n0, _SVSC, 0, [_MC, _MCa], [1, 1]];
2708
- var ServerlessV2ScalingConfigurationInfo = [3, n0, _SVSCI, 0, [_MC, _MCa], [1, 1]];
2709
- var SharedSnapshotQuotaExceededFault = [
2734
+ var ServerlessV2FeaturesSupport$ = [3, n0, _SVFS, 0, [_MC, _MCa], [1, 1]];
2735
+ var ServerlessV2ScalingConfiguration$ = [3, n0, _SVSC, 0, [_MC, _MCa], [1, 1]];
2736
+ var ServerlessV2ScalingConfigurationInfo$ = [3, n0, _SVSCI, 0, [_MC, _MCa], [1, 1]];
2737
+ var SharedSnapshotQuotaExceededFault$ = [
2710
2738
  -3,
2711
2739
  n0,
2712
2740
  _SSQEF,
@@ -2714,8 +2742,8 @@ var SharedSnapshotQuotaExceededFault = [
2714
2742
  [_m],
2715
2743
  [0],
2716
2744
  ];
2717
- schema.TypeRegistry.for(n0).registerError(SharedSnapshotQuotaExceededFault, SharedSnapshotQuotaExceededFault$1);
2718
- var SnapshotQuotaExceededFault = [
2745
+ schema.TypeRegistry.for(n0).registerError(SharedSnapshotQuotaExceededFault$, SharedSnapshotQuotaExceededFault);
2746
+ var SnapshotQuotaExceededFault$ = [
2719
2747
  -3,
2720
2748
  n0,
2721
2749
  _SQEF,
@@ -2723,8 +2751,8 @@ var SnapshotQuotaExceededFault = [
2723
2751
  [_m],
2724
2752
  [0],
2725
2753
  ];
2726
- schema.TypeRegistry.for(n0).registerError(SnapshotQuotaExceededFault, SnapshotQuotaExceededFault$1);
2727
- var SNSInvalidTopicFault = [
2754
+ schema.TypeRegistry.for(n0).registerError(SnapshotQuotaExceededFault$, SnapshotQuotaExceededFault);
2755
+ var SNSInvalidTopicFault$ = [
2728
2756
  -3,
2729
2757
  n0,
2730
2758
  _SNSITF,
@@ -2732,8 +2760,8 @@ var SNSInvalidTopicFault = [
2732
2760
  [_m],
2733
2761
  [0],
2734
2762
  ];
2735
- schema.TypeRegistry.for(n0).registerError(SNSInvalidTopicFault, SNSInvalidTopicFault$1);
2736
- var SNSNoAuthorizationFault = [
2763
+ schema.TypeRegistry.for(n0).registerError(SNSInvalidTopicFault$, SNSInvalidTopicFault);
2764
+ var SNSNoAuthorizationFault$ = [
2737
2765
  -3,
2738
2766
  n0,
2739
2767
  _SNSNAF,
@@ -2741,8 +2769,8 @@ var SNSNoAuthorizationFault = [
2741
2769
  [_m],
2742
2770
  [0],
2743
2771
  ];
2744
- schema.TypeRegistry.for(n0).registerError(SNSNoAuthorizationFault, SNSNoAuthorizationFault$1);
2745
- var SNSTopicArnNotFoundFault = [
2772
+ schema.TypeRegistry.for(n0).registerError(SNSNoAuthorizationFault$, SNSNoAuthorizationFault);
2773
+ var SNSTopicArnNotFoundFault$ = [
2746
2774
  -3,
2747
2775
  n0,
2748
2776
  _SNSTANFF,
@@ -2750,8 +2778,8 @@ var SNSTopicArnNotFoundFault = [
2750
2778
  [_m],
2751
2779
  [0],
2752
2780
  ];
2753
- schema.TypeRegistry.for(n0).registerError(SNSTopicArnNotFoundFault, SNSTopicArnNotFoundFault$1);
2754
- var SourceNotFoundFault = [
2781
+ schema.TypeRegistry.for(n0).registerError(SNSTopicArnNotFoundFault$, SNSTopicArnNotFoundFault);
2782
+ var SourceNotFoundFault$ = [
2755
2783
  -3,
2756
2784
  n0,
2757
2785
  _SNFF,
@@ -2759,12 +2787,12 @@ var SourceNotFoundFault = [
2759
2787
  [_m],
2760
2788
  [0],
2761
2789
  ];
2762
- schema.TypeRegistry.for(n0).registerError(SourceNotFoundFault, SourceNotFoundFault$1);
2763
- var StartDBClusterMessage = [3, n0, _SDBCM, 0, [_DBCI], [0]];
2764
- var StartDBClusterResult = [3, n0, _SDBCR, 0, [_DBC], [[() => DBCluster, 0]]];
2765
- var StopDBClusterMessage = [3, n0, _SDBCMt, 0, [_DBCI], [0]];
2766
- var StopDBClusterResult = [3, n0, _SDBCRt, 0, [_DBC], [[() => DBCluster, 0]]];
2767
- var StorageQuotaExceededFault = [
2790
+ schema.TypeRegistry.for(n0).registerError(SourceNotFoundFault$, SourceNotFoundFault);
2791
+ var StartDBClusterMessage$ = [3, n0, _SDBCM, 0, [_DBCI], [0]];
2792
+ var StartDBClusterResult$ = [3, n0, _SDBCR, 0, [_DBC], [[() => DBCluster$, 0]]];
2793
+ var StopDBClusterMessage$ = [3, n0, _SDBCMt, 0, [_DBCI], [0]];
2794
+ var StopDBClusterResult$ = [3, n0, _SDBCRt, 0, [_DBC], [[() => DBCluster$, 0]]];
2795
+ var StorageQuotaExceededFault$ = [
2768
2796
  -3,
2769
2797
  n0,
2770
2798
  _SQEFt,
@@ -2772,8 +2800,8 @@ var StorageQuotaExceededFault = [
2772
2800
  [_m],
2773
2801
  [0],
2774
2802
  ];
2775
- schema.TypeRegistry.for(n0).registerError(StorageQuotaExceededFault, StorageQuotaExceededFault$1);
2776
- var StorageTypeNotSupportedFault = [
2803
+ schema.TypeRegistry.for(n0).registerError(StorageQuotaExceededFault$, StorageQuotaExceededFault);
2804
+ var StorageTypeNotSupportedFault$ = [
2777
2805
  -3,
2778
2806
  n0,
2779
2807
  _STNSF,
@@ -2781,9 +2809,9 @@ var StorageTypeNotSupportedFault = [
2781
2809
  [_m],
2782
2810
  [0],
2783
2811
  ];
2784
- schema.TypeRegistry.for(n0).registerError(StorageTypeNotSupportedFault, StorageTypeNotSupportedFault$1);
2785
- var Subnet = [3, n0, _Sub, 0, [_SIub, _SAZ, _SSu], [0, () => AvailabilityZone, 0]];
2786
- var SubnetAlreadyInUse = [
2812
+ schema.TypeRegistry.for(n0).registerError(StorageTypeNotSupportedFault$, StorageTypeNotSupportedFault);
2813
+ var Subnet$ = [3, n0, _Sub, 0, [_SIub, _SAZ, _SSu], [0, () => AvailabilityZone$, 0]];
2814
+ var SubnetAlreadyInUse$ = [
2787
2815
  -3,
2788
2816
  n0,
2789
2817
  _SAIU,
@@ -2791,8 +2819,8 @@ var SubnetAlreadyInUse = [
2791
2819
  [_m],
2792
2820
  [0],
2793
2821
  ];
2794
- schema.TypeRegistry.for(n0).registerError(SubnetAlreadyInUse, SubnetAlreadyInUse$1);
2795
- var SubscriptionAlreadyExistFault = [
2822
+ schema.TypeRegistry.for(n0).registerError(SubnetAlreadyInUse$, SubnetAlreadyInUse);
2823
+ var SubscriptionAlreadyExistFault$ = [
2796
2824
  -3,
2797
2825
  n0,
2798
2826
  _SAEF,
@@ -2800,8 +2828,8 @@ var SubscriptionAlreadyExistFault = [
2800
2828
  [_m],
2801
2829
  [0],
2802
2830
  ];
2803
- schema.TypeRegistry.for(n0).registerError(SubscriptionAlreadyExistFault, SubscriptionAlreadyExistFault$1);
2804
- var SubscriptionCategoryNotFoundFault = [
2831
+ schema.TypeRegistry.for(n0).registerError(SubscriptionAlreadyExistFault$, SubscriptionAlreadyExistFault);
2832
+ var SubscriptionCategoryNotFoundFault$ = [
2805
2833
  -3,
2806
2834
  n0,
2807
2835
  _SCNFF,
@@ -2809,8 +2837,8 @@ var SubscriptionCategoryNotFoundFault = [
2809
2837
  [_m],
2810
2838
  [0],
2811
2839
  ];
2812
- schema.TypeRegistry.for(n0).registerError(SubscriptionCategoryNotFoundFault, SubscriptionCategoryNotFoundFault$1);
2813
- var SubscriptionNotFoundFault = [
2840
+ schema.TypeRegistry.for(n0).registerError(SubscriptionCategoryNotFoundFault$, SubscriptionCategoryNotFoundFault);
2841
+ var SubscriptionNotFoundFault$ = [
2814
2842
  -3,
2815
2843
  n0,
2816
2844
  _SNFFu,
@@ -2818,517 +2846,518 @@ var SubscriptionNotFoundFault = [
2818
2846
  [_m],
2819
2847
  [0],
2820
2848
  ];
2821
- schema.TypeRegistry.for(n0).registerError(SubscriptionNotFoundFault, SubscriptionNotFoundFault$1);
2822
- var SwitchoverGlobalClusterMessage = [3, n0, _SGCM, 0, [_GCI, _TDCI], [0, 0]];
2823
- var SwitchoverGlobalClusterResult = [3, n0, _SGCR, 0, [_GC], [[() => GlobalCluster, 0]]];
2824
- var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
2825
- var TagListMessage = [3, n0, _TLM, 0, [_TL], [[() => TagList, 0]]];
2826
- var UpgradeTarget = [3, n0, _UT, 0, [_E, _EV, _D, _AU, _IMVU], [0, 0, 0, 2, 2]];
2827
- var VpcSecurityGroupMembership = [3, n0, _VSGM, 0, [_VSGIp, _S], [0, 0]];
2849
+ schema.TypeRegistry.for(n0).registerError(SubscriptionNotFoundFault$, SubscriptionNotFoundFault);
2850
+ var SwitchoverGlobalClusterMessage$ = [3, n0, _SGCM, 0, [_GCI, _TDCI], [0, 0]];
2851
+ var SwitchoverGlobalClusterResult$ = [
2852
+ 3,
2853
+ n0,
2854
+ _SGCR,
2855
+ 0,
2856
+ [_GC],
2857
+ [[() => GlobalCluster$, 0]],
2858
+ ];
2859
+ var Tag$ = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
2860
+ var TagListMessage$ = [3, n0, _TLM, 0, [_TL], [[() => TagList, 0]]];
2861
+ var UpgradeTarget$ = [3, n0, _UT, 0, [_E, _EV, _D, _AU, _IMVU], [0, 0, 0, 2, 2]];
2862
+ var VpcSecurityGroupMembership$ = [3, n0, _VSGM, 0, [_VSGIp, _S], [0, 0]];
2828
2863
  var __Unit = "unit";
2829
- var DocDBServiceException = [-3, _s, "DocDBServiceException", 0, [], []];
2830
- schema.TypeRegistry.for(_s).registerError(DocDBServiceException, DocDBServiceException$1);
2864
+ var DocDBServiceException$ = [-3, _s, "DocDBServiceException", 0, [], []];
2865
+ schema.TypeRegistry.for(_s).registerError(DocDBServiceException$, DocDBServiceException);
2831
2866
  var AttributeValueList = [1, n0, _AVL, 0, [0, { [_xN]: _AVt }]];
2832
- var AvailabilityZoneList = [1, n0, _AZL, 0, [() => AvailabilityZone, { [_xN]: _AZ }]];
2867
+ var AvailabilityZoneList = [1, n0, _AZL, 0, [() => AvailabilityZone$, { [_xN]: _AZ }]];
2833
2868
  var AvailabilityZones = [1, n0, _AZv, 0, [0, { [_xN]: _AZ }]];
2834
- var CertificateList = [1, n0, _CL, 0, [() => Certificate, { [_xN]: _C }]];
2835
- var DBClusterList = [1, n0, _DBCL, 0, [() => DBCluster, { [_xN]: _DBC }]];
2836
- var DBClusterMemberList = [1, n0, _DBCML, 0, [() => DBClusterMember, { [_xN]: _DBCMl }]];
2869
+ var CertificateList = [1, n0, _CL, 0, [() => Certificate$, { [_xN]: _C }]];
2870
+ var DBClusterList = [1, n0, _DBCL, 0, [() => DBCluster$, { [_xN]: _DBC }]];
2871
+ var DBClusterMemberList = [1, n0, _DBCML, 0, [() => DBClusterMember$, { [_xN]: _DBCMl }]];
2837
2872
  var DBClusterParameterGroupList = [
2838
2873
  1,
2839
2874
  n0,
2840
2875
  _DBCPGL,
2841
2876
  0,
2842
- [() => DBClusterParameterGroup, { [_xN]: _DBCPG }],
2877
+ [() => DBClusterParameterGroup$, { [_xN]: _DBCPG }],
2843
2878
  ];
2844
- var DBClusterRoles = [1, n0, _DBCRl, 0, [() => DBClusterRole, { [_xN]: _DBCR }]];
2879
+ var DBClusterRoles = [1, n0, _DBCRl, 0, [() => DBClusterRole$, { [_xN]: _DBCR }]];
2845
2880
  var DBClusterSnapshotAttributeList = [
2846
2881
  1,
2847
2882
  n0,
2848
2883
  _DBCSAL,
2849
2884
  0,
2850
- [() => DBClusterSnapshotAttribute, { [_xN]: _DBCSAl }],
2851
- ];
2852
- var DBClusterSnapshotList = [1, n0, _DBCSL, 0, [() => DBClusterSnapshot, { [_xN]: _DBCS }]];
2853
- var DBEngineVersionList = [1, n0, _DBEVL, 0, [() => DBEngineVersion, { [_xN]: _DBEV }]];
2854
- var DBInstanceList = [1, n0, _DBIL, 0, [() => DBInstance, { [_xN]: _DBI }]];
2855
- var DBInstanceStatusInfoList = [
2856
- 1,
2857
- n0,
2858
- _DBISIL,
2859
- 0,
2860
- [() => DBInstanceStatusInfo, { [_xN]: _DBISI }],
2885
+ [() => DBClusterSnapshotAttribute$, { [_xN]: _DBCSAl }],
2861
2886
  ];
2862
- var DBSubnetGroups = [1, n0, _DBSGu, 0, [() => DBSubnetGroup, { [_xN]: _DBSG }]];
2887
+ var DBClusterSnapshotList = [1, n0, _DBCSL, 0, [() => DBClusterSnapshot$, { [_xN]: _DBCS }]];
2888
+ var DBEngineVersionList = [1, n0, _DBEVL, 0, [() => DBEngineVersion$, { [_xN]: _DBEV }]];
2889
+ var DBInstanceList = [1, n0, _DBIL, 0, [() => DBInstance$, { [_xN]: _DBI }]];
2890
+ var DBInstanceStatusInfoList = [1, n0, _DBISIL, 0, [() => DBInstanceStatusInfo$, { [_xN]: _DBISI }]];
2891
+ var DBSubnetGroups = [1, n0, _DBSGu, 0, [() => DBSubnetGroup$, { [_xN]: _DBSG }]];
2863
2892
  var EventCategoriesList = [1, n0, _ECL, 0, [0, { [_xN]: _ECv }]];
2864
- var EventCategoriesMapList = [1, n0, _ECML, 0, [() => EventCategoriesMap, { [_xN]: _ECM }]];
2865
- var EventList = [1, n0, _EL, 0, [() => Event, { [_xN]: _Ev }]];
2866
- var EventSubscriptionsList = [1, n0, _ESL, 0, [() => EventSubscription, { [_xN]: _ES }]];
2867
- var FilterList = [1, n0, _FL, 0, [() => Filter, { [_xN]: _Fi }]];
2893
+ var EventCategoriesMapList = [1, n0, _ECML, 0, [() => EventCategoriesMap$, { [_xN]: _ECM }]];
2894
+ var EventList = [1, n0, _EL, 0, [() => Event$, { [_xN]: _Ev }]];
2895
+ var EventSubscriptionsList = [1, n0, _ESL, 0, [() => EventSubscription$, { [_xN]: _ES }]];
2896
+ var FilterList = [1, n0, _FL, 0, [() => Filter$, { [_xN]: _Fi }]];
2868
2897
  var FilterValueList = [1, n0, _FVL, 0, [0, { [_xN]: _Val }]];
2869
- var GlobalClusterList = [1, n0, _GCL, 0, [() => GlobalCluster, { [_xN]: _GCMl }]];
2870
- var GlobalClusterMemberList = [1, n0, _GCML, 0, [() => GlobalClusterMember, { [_xN]: _GCMl }]];
2898
+ var GlobalClusterList = [1, n0, _GCL, 0, [() => GlobalCluster$, { [_xN]: _GCMl }]];
2899
+ var GlobalClusterMemberList = [1, n0, _GCML, 0, [() => GlobalClusterMember$, { [_xN]: _GCMl }]];
2871
2900
  var OrderableDBInstanceOptionsList = [
2872
2901
  1,
2873
2902
  n0,
2874
2903
  _ODBIOL,
2875
2904
  0,
2876
- [() => OrderableDBInstanceOption, { [_xN]: _ODBIO }],
2905
+ [() => OrderableDBInstanceOption$, { [_xN]: _ODBIO }],
2877
2906
  ];
2878
- var ParametersList = [1, n0, _PL, 0, [() => Parameter, { [_xN]: _Par }]];
2907
+ var ParametersList = [1, n0, _PL, 0, [() => Parameter$, { [_xN]: _Par }]];
2879
2908
  var PendingMaintenanceActionDetails = [
2880
2909
  1,
2881
2910
  n0,
2882
2911
  _PMAD,
2883
2912
  0,
2884
- [() => PendingMaintenanceAction, { [_xN]: _PMA }],
2913
+ [() => PendingMaintenanceAction$, { [_xN]: _PMA }],
2885
2914
  ];
2886
2915
  var PendingMaintenanceActions = [
2887
2916
  1,
2888
2917
  n0,
2889
2918
  _PMAe,
2890
2919
  0,
2891
- [() => ResourcePendingMaintenanceActions, { [_xN]: _RPMA }],
2920
+ [() => ResourcePendingMaintenanceActions$, { [_xN]: _RPMA }],
2892
2921
  ];
2893
2922
  var ReadReplicaIdentifierList = [1, n0, _RRIL, 0, [0, { [_xN]: _RRIe }]];
2894
2923
  var SourceIdsList = [1, n0, _SIL, 0, [0, { [_xN]: _SIou }]];
2895
2924
  var SubnetIdentifierList = [1, n0, _SILu, 0, [0, { [_xN]: _SIub }]];
2896
- var SubnetList = [1, n0, _SL, 0, [() => Subnet, { [_xN]: _Sub }]];
2897
- var TagList = [1, n0, _TL, 0, [() => Tag, { [_xN]: _Ta }]];
2898
- var ValidUpgradeTargetList = [1, n0, _VUTL, 0, [() => UpgradeTarget, { [_xN]: _UT }]];
2925
+ var SubnetList = [1, n0, _SL, 0, [() => Subnet$, { [_xN]: _Sub }]];
2926
+ var TagList = [1, n0, _TL, 0, [() => Tag$, { [_xN]: _Ta }]];
2927
+ var ValidUpgradeTargetList = [1, n0, _VUTL, 0, [() => UpgradeTarget$, { [_xN]: _UT }]];
2899
2928
  var VpcSecurityGroupIdList = [1, n0, _VSGIL, 0, [0, { [_xN]: _VSGIp }]];
2900
2929
  var VpcSecurityGroupMembershipList = [
2901
2930
  1,
2902
2931
  n0,
2903
2932
  _VSGML,
2904
2933
  0,
2905
- [() => VpcSecurityGroupMembership, { [_xN]: _VSGM }],
2934
+ [() => VpcSecurityGroupMembership$, { [_xN]: _VSGM }],
2906
2935
  ];
2907
- var AddSourceIdentifierToSubscription = [
2936
+ var AddSourceIdentifierToSubscription$ = [
2908
2937
  9,
2909
2938
  n0,
2910
2939
  _ASITS,
2911
2940
  0,
2912
- () => AddSourceIdentifierToSubscriptionMessage,
2913
- () => AddSourceIdentifierToSubscriptionResult,
2941
+ () => AddSourceIdentifierToSubscriptionMessage$,
2942
+ () => AddSourceIdentifierToSubscriptionResult$,
2914
2943
  ];
2915
- var AddTagsToResource = [9, n0, _ATTR, 0, () => AddTagsToResourceMessage, () => __Unit];
2916
- var ApplyPendingMaintenanceAction = [
2944
+ var AddTagsToResource$ = [9, n0, _ATTR, 0, () => AddTagsToResourceMessage$, () => __Unit];
2945
+ var ApplyPendingMaintenanceAction$ = [
2917
2946
  9,
2918
2947
  n0,
2919
2948
  _APMA,
2920
2949
  0,
2921
- () => ApplyPendingMaintenanceActionMessage,
2922
- () => ApplyPendingMaintenanceActionResult,
2950
+ () => ApplyPendingMaintenanceActionMessage$,
2951
+ () => ApplyPendingMaintenanceActionResult$,
2923
2952
  ];
2924
- var CopyDBClusterParameterGroup = [
2953
+ var CopyDBClusterParameterGroup$ = [
2925
2954
  9,
2926
2955
  n0,
2927
2956
  _CDBCPG,
2928
2957
  0,
2929
- () => CopyDBClusterParameterGroupMessage,
2930
- () => CopyDBClusterParameterGroupResult,
2958
+ () => CopyDBClusterParameterGroupMessage$,
2959
+ () => CopyDBClusterParameterGroupResult$,
2931
2960
  ];
2932
- var CopyDBClusterSnapshot = [
2961
+ var CopyDBClusterSnapshot$ = [
2933
2962
  9,
2934
2963
  n0,
2935
2964
  _CDBCS,
2936
2965
  0,
2937
- () => CopyDBClusterSnapshotMessage,
2938
- () => CopyDBClusterSnapshotResult,
2966
+ () => CopyDBClusterSnapshotMessage$,
2967
+ () => CopyDBClusterSnapshotResult$,
2939
2968
  ];
2940
- var CreateDBCluster = [
2969
+ var CreateDBCluster$ = [
2941
2970
  9,
2942
2971
  n0,
2943
2972
  _CDBC,
2944
2973
  0,
2945
- () => CreateDBClusterMessage,
2946
- () => CreateDBClusterResult,
2974
+ () => CreateDBClusterMessage$,
2975
+ () => CreateDBClusterResult$,
2947
2976
  ];
2948
- var CreateDBClusterParameterGroup = [
2977
+ var CreateDBClusterParameterGroup$ = [
2949
2978
  9,
2950
2979
  n0,
2951
2980
  _CDBCPGr,
2952
2981
  0,
2953
- () => CreateDBClusterParameterGroupMessage,
2954
- () => CreateDBClusterParameterGroupResult,
2982
+ () => CreateDBClusterParameterGroupMessage$,
2983
+ () => CreateDBClusterParameterGroupResult$,
2955
2984
  ];
2956
- var CreateDBClusterSnapshot = [
2985
+ var CreateDBClusterSnapshot$ = [
2957
2986
  9,
2958
2987
  n0,
2959
2988
  _CDBCSr,
2960
2989
  0,
2961
- () => CreateDBClusterSnapshotMessage,
2962
- () => CreateDBClusterSnapshotResult,
2990
+ () => CreateDBClusterSnapshotMessage$,
2991
+ () => CreateDBClusterSnapshotResult$,
2963
2992
  ];
2964
- var CreateDBInstance = [
2993
+ var CreateDBInstance$ = [
2965
2994
  9,
2966
2995
  n0,
2967
2996
  _CDBI,
2968
2997
  0,
2969
- () => CreateDBInstanceMessage,
2970
- () => CreateDBInstanceResult,
2998
+ () => CreateDBInstanceMessage$,
2999
+ () => CreateDBInstanceResult$,
2971
3000
  ];
2972
- var CreateDBSubnetGroup = [
3001
+ var CreateDBSubnetGroup$ = [
2973
3002
  9,
2974
3003
  n0,
2975
3004
  _CDBSG,
2976
3005
  0,
2977
- () => CreateDBSubnetGroupMessage,
2978
- () => CreateDBSubnetGroupResult,
3006
+ () => CreateDBSubnetGroupMessage$,
3007
+ () => CreateDBSubnetGroupResult$,
2979
3008
  ];
2980
- var CreateEventSubscription = [
3009
+ var CreateEventSubscription$ = [
2981
3010
  9,
2982
3011
  n0,
2983
3012
  _CES,
2984
3013
  0,
2985
- () => CreateEventSubscriptionMessage,
2986
- () => CreateEventSubscriptionResult,
3014
+ () => CreateEventSubscriptionMessage$,
3015
+ () => CreateEventSubscriptionResult$,
2987
3016
  ];
2988
- var CreateGlobalCluster = [
3017
+ var CreateGlobalCluster$ = [
2989
3018
  9,
2990
3019
  n0,
2991
3020
  _CGC,
2992
3021
  0,
2993
- () => CreateGlobalClusterMessage,
2994
- () => CreateGlobalClusterResult,
3022
+ () => CreateGlobalClusterMessage$,
3023
+ () => CreateGlobalClusterResult$,
2995
3024
  ];
2996
- var DeleteDBCluster = [
3025
+ var DeleteDBCluster$ = [
2997
3026
  9,
2998
3027
  n0,
2999
3028
  _DDBC,
3000
3029
  0,
3001
- () => DeleteDBClusterMessage,
3002
- () => DeleteDBClusterResult,
3030
+ () => DeleteDBClusterMessage$,
3031
+ () => DeleteDBClusterResult$,
3003
3032
  ];
3004
- var DeleteDBClusterParameterGroup = [
3033
+ var DeleteDBClusterParameterGroup$ = [
3005
3034
  9,
3006
3035
  n0,
3007
3036
  _DDBCPG,
3008
3037
  0,
3009
- () => DeleteDBClusterParameterGroupMessage,
3038
+ () => DeleteDBClusterParameterGroupMessage$,
3010
3039
  () => __Unit,
3011
3040
  ];
3012
- var DeleteDBClusterSnapshot = [
3041
+ var DeleteDBClusterSnapshot$ = [
3013
3042
  9,
3014
3043
  n0,
3015
3044
  _DDBCS,
3016
3045
  0,
3017
- () => DeleteDBClusterSnapshotMessage,
3018
- () => DeleteDBClusterSnapshotResult,
3046
+ () => DeleteDBClusterSnapshotMessage$,
3047
+ () => DeleteDBClusterSnapshotResult$,
3019
3048
  ];
3020
- var DeleteDBInstance = [
3049
+ var DeleteDBInstance$ = [
3021
3050
  9,
3022
3051
  n0,
3023
3052
  _DDBI,
3024
3053
  0,
3025
- () => DeleteDBInstanceMessage,
3026
- () => DeleteDBInstanceResult,
3054
+ () => DeleteDBInstanceMessage$,
3055
+ () => DeleteDBInstanceResult$,
3027
3056
  ];
3028
- var DeleteDBSubnetGroup = [
3057
+ var DeleteDBSubnetGroup$ = [
3029
3058
  9,
3030
3059
  n0,
3031
3060
  _DDBSG,
3032
3061
  0,
3033
- () => DeleteDBSubnetGroupMessage,
3062
+ () => DeleteDBSubnetGroupMessage$,
3034
3063
  () => __Unit,
3035
3064
  ];
3036
- var DeleteEventSubscription = [
3065
+ var DeleteEventSubscription$ = [
3037
3066
  9,
3038
3067
  n0,
3039
3068
  _DES,
3040
3069
  0,
3041
- () => DeleteEventSubscriptionMessage,
3042
- () => DeleteEventSubscriptionResult,
3070
+ () => DeleteEventSubscriptionMessage$,
3071
+ () => DeleteEventSubscriptionResult$,
3043
3072
  ];
3044
- var DeleteGlobalCluster = [
3073
+ var DeleteGlobalCluster$ = [
3045
3074
  9,
3046
3075
  n0,
3047
3076
  _DGC,
3048
3077
  0,
3049
- () => DeleteGlobalClusterMessage,
3050
- () => DeleteGlobalClusterResult,
3078
+ () => DeleteGlobalClusterMessage$,
3079
+ () => DeleteGlobalClusterResult$,
3051
3080
  ];
3052
- var DescribeCertificates = [
3081
+ var DescribeCertificates$ = [
3053
3082
  9,
3054
3083
  n0,
3055
3084
  _DC,
3056
3085
  0,
3057
- () => DescribeCertificatesMessage,
3058
- () => CertificateMessage,
3086
+ () => DescribeCertificatesMessage$,
3087
+ () => CertificateMessage$,
3059
3088
  ];
3060
- var DescribeDBClusterParameterGroups = [
3089
+ var DescribeDBClusterParameterGroups$ = [
3061
3090
  9,
3062
3091
  n0,
3063
3092
  _DDBCPGe,
3064
3093
  0,
3065
- () => DescribeDBClusterParameterGroupsMessage,
3066
- () => DBClusterParameterGroupsMessage,
3094
+ () => DescribeDBClusterParameterGroupsMessage$,
3095
+ () => DBClusterParameterGroupsMessage$,
3067
3096
  ];
3068
- var DescribeDBClusterParameters = [
3097
+ var DescribeDBClusterParameters$ = [
3069
3098
  9,
3070
3099
  n0,
3071
3100
  _DDBCP,
3072
3101
  0,
3073
- () => DescribeDBClusterParametersMessage,
3074
- () => DBClusterParameterGroupDetails,
3102
+ () => DescribeDBClusterParametersMessage$,
3103
+ () => DBClusterParameterGroupDetails$,
3075
3104
  ];
3076
- var DescribeDBClusters = [
3105
+ var DescribeDBClusters$ = [
3077
3106
  9,
3078
3107
  n0,
3079
3108
  _DDBCe,
3080
3109
  0,
3081
- () => DescribeDBClustersMessage,
3082
- () => DBClusterMessage,
3110
+ () => DescribeDBClustersMessage$,
3111
+ () => DBClusterMessage$,
3083
3112
  ];
3084
- var DescribeDBClusterSnapshotAttributes = [
3113
+ var DescribeDBClusterSnapshotAttributes$ = [
3085
3114
  9,
3086
3115
  n0,
3087
3116
  _DDBCSA,
3088
3117
  0,
3089
- () => DescribeDBClusterSnapshotAttributesMessage,
3090
- () => DescribeDBClusterSnapshotAttributesResult,
3118
+ () => DescribeDBClusterSnapshotAttributesMessage$,
3119
+ () => DescribeDBClusterSnapshotAttributesResult$,
3091
3120
  ];
3092
- var DescribeDBClusterSnapshots = [
3121
+ var DescribeDBClusterSnapshots$ = [
3093
3122
  9,
3094
3123
  n0,
3095
3124
  _DDBCSe,
3096
3125
  0,
3097
- () => DescribeDBClusterSnapshotsMessage,
3098
- () => DBClusterSnapshotMessage,
3126
+ () => DescribeDBClusterSnapshotsMessage$,
3127
+ () => DBClusterSnapshotMessage$,
3099
3128
  ];
3100
- var DescribeDBEngineVersions = [
3129
+ var DescribeDBEngineVersions$ = [
3101
3130
  9,
3102
3131
  n0,
3103
3132
  _DDBEV,
3104
3133
  0,
3105
- () => DescribeDBEngineVersionsMessage,
3106
- () => DBEngineVersionMessage,
3134
+ () => DescribeDBEngineVersionsMessage$,
3135
+ () => DBEngineVersionMessage$,
3107
3136
  ];
3108
- var DescribeDBInstances = [
3137
+ var DescribeDBInstances$ = [
3109
3138
  9,
3110
3139
  n0,
3111
3140
  _DDBIe,
3112
3141
  0,
3113
- () => DescribeDBInstancesMessage,
3114
- () => DBInstanceMessage,
3142
+ () => DescribeDBInstancesMessage$,
3143
+ () => DBInstanceMessage$,
3115
3144
  ];
3116
- var DescribeDBSubnetGroups = [
3145
+ var DescribeDBSubnetGroups$ = [
3117
3146
  9,
3118
3147
  n0,
3119
3148
  _DDBSGe,
3120
3149
  0,
3121
- () => DescribeDBSubnetGroupsMessage,
3122
- () => DBSubnetGroupMessage,
3150
+ () => DescribeDBSubnetGroupsMessage$,
3151
+ () => DBSubnetGroupMessage$,
3123
3152
  ];
3124
- var DescribeEngineDefaultClusterParameters = [
3153
+ var DescribeEngineDefaultClusterParameters$ = [
3125
3154
  9,
3126
3155
  n0,
3127
3156
  _DEDCP,
3128
3157
  0,
3129
- () => DescribeEngineDefaultClusterParametersMessage,
3130
- () => DescribeEngineDefaultClusterParametersResult,
3158
+ () => DescribeEngineDefaultClusterParametersMessage$,
3159
+ () => DescribeEngineDefaultClusterParametersResult$,
3131
3160
  ];
3132
- var DescribeEventCategories = [
3161
+ var DescribeEventCategories$ = [
3133
3162
  9,
3134
3163
  n0,
3135
3164
  _DEC,
3136
3165
  0,
3137
- () => DescribeEventCategoriesMessage,
3138
- () => EventCategoriesMessage,
3166
+ () => DescribeEventCategoriesMessage$,
3167
+ () => EventCategoriesMessage$,
3139
3168
  ];
3140
- var DescribeEvents = [9, n0, _DE, 0, () => DescribeEventsMessage, () => EventsMessage];
3141
- var DescribeEventSubscriptions = [
3169
+ var DescribeEvents$ = [9, n0, _DE, 0, () => DescribeEventsMessage$, () => EventsMessage$];
3170
+ var DescribeEventSubscriptions$ = [
3142
3171
  9,
3143
3172
  n0,
3144
3173
  _DESe,
3145
3174
  0,
3146
- () => DescribeEventSubscriptionsMessage,
3147
- () => EventSubscriptionsMessage,
3175
+ () => DescribeEventSubscriptionsMessage$,
3176
+ () => EventSubscriptionsMessage$,
3148
3177
  ];
3149
- var DescribeGlobalClusters = [
3178
+ var DescribeGlobalClusters$ = [
3150
3179
  9,
3151
3180
  n0,
3152
3181
  _DGCe,
3153
3182
  0,
3154
- () => DescribeGlobalClustersMessage,
3155
- () => GlobalClustersMessage,
3183
+ () => DescribeGlobalClustersMessage$,
3184
+ () => GlobalClustersMessage$,
3156
3185
  ];
3157
- var DescribeOrderableDBInstanceOptions = [
3186
+ var DescribeOrderableDBInstanceOptions$ = [
3158
3187
  9,
3159
3188
  n0,
3160
3189
  _DODBIO,
3161
3190
  0,
3162
- () => DescribeOrderableDBInstanceOptionsMessage,
3163
- () => OrderableDBInstanceOptionsMessage,
3191
+ () => DescribeOrderableDBInstanceOptionsMessage$,
3192
+ () => OrderableDBInstanceOptionsMessage$,
3164
3193
  ];
3165
- var DescribePendingMaintenanceActions = [
3194
+ var DescribePendingMaintenanceActions$ = [
3166
3195
  9,
3167
3196
  n0,
3168
3197
  _DPMA,
3169
3198
  0,
3170
- () => DescribePendingMaintenanceActionsMessage,
3171
- () => PendingMaintenanceActionsMessage,
3199
+ () => DescribePendingMaintenanceActionsMessage$,
3200
+ () => PendingMaintenanceActionsMessage$,
3172
3201
  ];
3173
- var FailoverDBCluster = [
3202
+ var FailoverDBCluster$ = [
3174
3203
  9,
3175
3204
  n0,
3176
3205
  _FDBC,
3177
3206
  0,
3178
- () => FailoverDBClusterMessage,
3179
- () => FailoverDBClusterResult,
3207
+ () => FailoverDBClusterMessage$,
3208
+ () => FailoverDBClusterResult$,
3180
3209
  ];
3181
- var FailoverGlobalCluster = [
3210
+ var FailoverGlobalCluster$ = [
3182
3211
  9,
3183
3212
  n0,
3184
3213
  _FGC,
3185
3214
  0,
3186
- () => FailoverGlobalClusterMessage,
3187
- () => FailoverGlobalClusterResult,
3215
+ () => FailoverGlobalClusterMessage$,
3216
+ () => FailoverGlobalClusterResult$,
3188
3217
  ];
3189
- var ListTagsForResource = [
3218
+ var ListTagsForResource$ = [
3190
3219
  9,
3191
3220
  n0,
3192
3221
  _LTFR,
3193
3222
  0,
3194
- () => ListTagsForResourceMessage,
3195
- () => TagListMessage,
3223
+ () => ListTagsForResourceMessage$,
3224
+ () => TagListMessage$,
3196
3225
  ];
3197
- var ModifyDBCluster = [
3226
+ var ModifyDBCluster$ = [
3198
3227
  9,
3199
3228
  n0,
3200
3229
  _MDBC,
3201
3230
  0,
3202
- () => ModifyDBClusterMessage,
3203
- () => ModifyDBClusterResult,
3231
+ () => ModifyDBClusterMessage$,
3232
+ () => ModifyDBClusterResult$,
3204
3233
  ];
3205
- var ModifyDBClusterParameterGroup = [
3234
+ var ModifyDBClusterParameterGroup$ = [
3206
3235
  9,
3207
3236
  n0,
3208
3237
  _MDBCPG,
3209
3238
  0,
3210
- () => ModifyDBClusterParameterGroupMessage,
3211
- () => DBClusterParameterGroupNameMessage,
3239
+ () => ModifyDBClusterParameterGroupMessage$,
3240
+ () => DBClusterParameterGroupNameMessage$,
3212
3241
  ];
3213
- var ModifyDBClusterSnapshotAttribute = [
3242
+ var ModifyDBClusterSnapshotAttribute$ = [
3214
3243
  9,
3215
3244
  n0,
3216
3245
  _MDBCSA,
3217
3246
  0,
3218
- () => ModifyDBClusterSnapshotAttributeMessage,
3219
- () => ModifyDBClusterSnapshotAttributeResult,
3247
+ () => ModifyDBClusterSnapshotAttributeMessage$,
3248
+ () => ModifyDBClusterSnapshotAttributeResult$,
3220
3249
  ];
3221
- var ModifyDBInstance = [
3250
+ var ModifyDBInstance$ = [
3222
3251
  9,
3223
3252
  n0,
3224
3253
  _MDBI,
3225
3254
  0,
3226
- () => ModifyDBInstanceMessage,
3227
- () => ModifyDBInstanceResult,
3255
+ () => ModifyDBInstanceMessage$,
3256
+ () => ModifyDBInstanceResult$,
3228
3257
  ];
3229
- var ModifyDBSubnetGroup = [
3258
+ var ModifyDBSubnetGroup$ = [
3230
3259
  9,
3231
3260
  n0,
3232
3261
  _MDBSG,
3233
3262
  0,
3234
- () => ModifyDBSubnetGroupMessage,
3235
- () => ModifyDBSubnetGroupResult,
3263
+ () => ModifyDBSubnetGroupMessage$,
3264
+ () => ModifyDBSubnetGroupResult$,
3236
3265
  ];
3237
- var ModifyEventSubscription = [
3266
+ var ModifyEventSubscription$ = [
3238
3267
  9,
3239
3268
  n0,
3240
3269
  _MES,
3241
3270
  0,
3242
- () => ModifyEventSubscriptionMessage,
3243
- () => ModifyEventSubscriptionResult,
3271
+ () => ModifyEventSubscriptionMessage$,
3272
+ () => ModifyEventSubscriptionResult$,
3244
3273
  ];
3245
- var ModifyGlobalCluster = [
3274
+ var ModifyGlobalCluster$ = [
3246
3275
  9,
3247
3276
  n0,
3248
3277
  _MGC,
3249
3278
  0,
3250
- () => ModifyGlobalClusterMessage,
3251
- () => ModifyGlobalClusterResult,
3279
+ () => ModifyGlobalClusterMessage$,
3280
+ () => ModifyGlobalClusterResult$,
3252
3281
  ];
3253
- var RebootDBInstance = [
3282
+ var RebootDBInstance$ = [
3254
3283
  9,
3255
3284
  n0,
3256
3285
  _RDBI,
3257
3286
  0,
3258
- () => RebootDBInstanceMessage,
3259
- () => RebootDBInstanceResult,
3287
+ () => RebootDBInstanceMessage$,
3288
+ () => RebootDBInstanceResult$,
3260
3289
  ];
3261
- var RemoveFromGlobalCluster = [
3290
+ var RemoveFromGlobalCluster$ = [
3262
3291
  9,
3263
3292
  n0,
3264
3293
  _RFGC,
3265
3294
  0,
3266
- () => RemoveFromGlobalClusterMessage,
3267
- () => RemoveFromGlobalClusterResult,
3295
+ () => RemoveFromGlobalClusterMessage$,
3296
+ () => RemoveFromGlobalClusterResult$,
3268
3297
  ];
3269
- var RemoveSourceIdentifierFromSubscription = [
3298
+ var RemoveSourceIdentifierFromSubscription$ = [
3270
3299
  9,
3271
3300
  n0,
3272
3301
  _RSIFS,
3273
3302
  0,
3274
- () => RemoveSourceIdentifierFromSubscriptionMessage,
3275
- () => RemoveSourceIdentifierFromSubscriptionResult,
3303
+ () => RemoveSourceIdentifierFromSubscriptionMessage$,
3304
+ () => RemoveSourceIdentifierFromSubscriptionResult$,
3276
3305
  ];
3277
- var RemoveTagsFromResource = [
3306
+ var RemoveTagsFromResource$ = [
3278
3307
  9,
3279
3308
  n0,
3280
3309
  _RTFR,
3281
3310
  0,
3282
- () => RemoveTagsFromResourceMessage,
3311
+ () => RemoveTagsFromResourceMessage$,
3283
3312
  () => __Unit,
3284
3313
  ];
3285
- var ResetDBClusterParameterGroup = [
3314
+ var ResetDBClusterParameterGroup$ = [
3286
3315
  9,
3287
3316
  n0,
3288
3317
  _RDBCPG,
3289
3318
  0,
3290
- () => ResetDBClusterParameterGroupMessage,
3291
- () => DBClusterParameterGroupNameMessage,
3319
+ () => ResetDBClusterParameterGroupMessage$,
3320
+ () => DBClusterParameterGroupNameMessage$,
3292
3321
  ];
3293
- var RestoreDBClusterFromSnapshot = [
3322
+ var RestoreDBClusterFromSnapshot$ = [
3294
3323
  9,
3295
3324
  n0,
3296
3325
  _RDBCFS,
3297
3326
  0,
3298
- () => RestoreDBClusterFromSnapshotMessage,
3299
- () => RestoreDBClusterFromSnapshotResult,
3327
+ () => RestoreDBClusterFromSnapshotMessage$,
3328
+ () => RestoreDBClusterFromSnapshotResult$,
3300
3329
  ];
3301
- var RestoreDBClusterToPointInTime = [
3330
+ var RestoreDBClusterToPointInTime$ = [
3302
3331
  9,
3303
3332
  n0,
3304
3333
  _RDBCTPIT,
3305
3334
  0,
3306
- () => RestoreDBClusterToPointInTimeMessage,
3307
- () => RestoreDBClusterToPointInTimeResult,
3335
+ () => RestoreDBClusterToPointInTimeMessage$,
3336
+ () => RestoreDBClusterToPointInTimeResult$,
3308
3337
  ];
3309
- var StartDBCluster = [
3338
+ var StartDBCluster$ = [
3310
3339
  9,
3311
3340
  n0,
3312
3341
  _SDBC,
3313
3342
  0,
3314
- () => StartDBClusterMessage,
3315
- () => StartDBClusterResult,
3343
+ () => StartDBClusterMessage$,
3344
+ () => StartDBClusterResult$,
3316
3345
  ];
3317
- var StopDBCluster = [
3346
+ var StopDBCluster$ = [
3318
3347
  9,
3319
3348
  n0,
3320
3349
  _SDBCt,
3321
3350
  0,
3322
- () => StopDBClusterMessage,
3323
- () => StopDBClusterResult,
3351
+ () => StopDBClusterMessage$,
3352
+ () => StopDBClusterResult$,
3324
3353
  ];
3325
- var SwitchoverGlobalCluster = [
3354
+ var SwitchoverGlobalCluster$ = [
3326
3355
  9,
3327
3356
  n0,
3328
3357
  _SGC,
3329
3358
  0,
3330
- () => SwitchoverGlobalClusterMessage,
3331
- () => SwitchoverGlobalClusterResult,
3359
+ () => SwitchoverGlobalClusterMessage$,
3360
+ () => SwitchoverGlobalClusterResult$,
3332
3361
  ];
3333
3362
 
3334
3363
  class AddSourceIdentifierToSubscriptionCommand extends smithyClient.Command
@@ -3339,7 +3368,7 @@ class AddSourceIdentifierToSubscriptionCommand extends smithyClient.Command
3339
3368
  })
3340
3369
  .s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {})
3341
3370
  .n("DocDBClient", "AddSourceIdentifierToSubscriptionCommand")
3342
- .sc(AddSourceIdentifierToSubscription)
3371
+ .sc(AddSourceIdentifierToSubscription$)
3343
3372
  .build() {
3344
3373
  }
3345
3374
 
@@ -3351,7 +3380,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
3351
3380
  })
3352
3381
  .s("AmazonRDSv19", "AddTagsToResource", {})
3353
3382
  .n("DocDBClient", "AddTagsToResourceCommand")
3354
- .sc(AddTagsToResource)
3383
+ .sc(AddTagsToResource$)
3355
3384
  .build() {
3356
3385
  }
3357
3386
 
@@ -3363,7 +3392,7 @@ class ApplyPendingMaintenanceActionCommand extends smithyClient.Command
3363
3392
  })
3364
3393
  .s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
3365
3394
  .n("DocDBClient", "ApplyPendingMaintenanceActionCommand")
3366
- .sc(ApplyPendingMaintenanceAction)
3395
+ .sc(ApplyPendingMaintenanceAction$)
3367
3396
  .build() {
3368
3397
  }
3369
3398
 
@@ -3375,7 +3404,7 @@ class CopyDBClusterParameterGroupCommand extends smithyClient.Command
3375
3404
  })
3376
3405
  .s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
3377
3406
  .n("DocDBClient", "CopyDBClusterParameterGroupCommand")
3378
- .sc(CopyDBClusterParameterGroup)
3407
+ .sc(CopyDBClusterParameterGroup$)
3379
3408
  .build() {
3380
3409
  }
3381
3410
 
@@ -3390,7 +3419,7 @@ class CopyDBClusterSnapshotCommand extends smithyClient.Command
3390
3419
  })
3391
3420
  .s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
3392
3421
  .n("DocDBClient", "CopyDBClusterSnapshotCommand")
3393
- .sc(CopyDBClusterSnapshot)
3422
+ .sc(CopyDBClusterSnapshot$)
3394
3423
  .build() {
3395
3424
  }
3396
3425
 
@@ -3402,7 +3431,7 @@ class CreateDBClusterCommand extends smithyClient.Command
3402
3431
  })
3403
3432
  .s("AmazonRDSv19", "CreateDBCluster", {})
3404
3433
  .n("DocDBClient", "CreateDBClusterCommand")
3405
- .sc(CreateDBCluster)
3434
+ .sc(CreateDBCluster$)
3406
3435
  .build() {
3407
3436
  }
3408
3437
 
@@ -3414,7 +3443,7 @@ class CreateDBClusterParameterGroupCommand extends smithyClient.Command
3414
3443
  })
3415
3444
  .s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
3416
3445
  .n("DocDBClient", "CreateDBClusterParameterGroupCommand")
3417
- .sc(CreateDBClusterParameterGroup)
3446
+ .sc(CreateDBClusterParameterGroup$)
3418
3447
  .build() {
3419
3448
  }
3420
3449
 
@@ -3426,7 +3455,7 @@ class CreateDBClusterSnapshotCommand extends smithyClient.Command
3426
3455
  })
3427
3456
  .s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
3428
3457
  .n("DocDBClient", "CreateDBClusterSnapshotCommand")
3429
- .sc(CreateDBClusterSnapshot)
3458
+ .sc(CreateDBClusterSnapshot$)
3430
3459
  .build() {
3431
3460
  }
3432
3461
 
@@ -3438,7 +3467,7 @@ class CreateDBInstanceCommand extends smithyClient.Command
3438
3467
  })
3439
3468
  .s("AmazonRDSv19", "CreateDBInstance", {})
3440
3469
  .n("DocDBClient", "CreateDBInstanceCommand")
3441
- .sc(CreateDBInstance)
3470
+ .sc(CreateDBInstance$)
3442
3471
  .build() {
3443
3472
  }
3444
3473
 
@@ -3450,7 +3479,7 @@ class CreateDBSubnetGroupCommand extends smithyClient.Command
3450
3479
  })
3451
3480
  .s("AmazonRDSv19", "CreateDBSubnetGroup", {})
3452
3481
  .n("DocDBClient", "CreateDBSubnetGroupCommand")
3453
- .sc(CreateDBSubnetGroup)
3482
+ .sc(CreateDBSubnetGroup$)
3454
3483
  .build() {
3455
3484
  }
3456
3485
 
@@ -3462,7 +3491,7 @@ class CreateEventSubscriptionCommand extends smithyClient.Command
3462
3491
  })
3463
3492
  .s("AmazonRDSv19", "CreateEventSubscription", {})
3464
3493
  .n("DocDBClient", "CreateEventSubscriptionCommand")
3465
- .sc(CreateEventSubscription)
3494
+ .sc(CreateEventSubscription$)
3466
3495
  .build() {
3467
3496
  }
3468
3497
 
@@ -3474,7 +3503,7 @@ class CreateGlobalClusterCommand extends smithyClient.Command
3474
3503
  })
3475
3504
  .s("AmazonRDSv19", "CreateGlobalCluster", {})
3476
3505
  .n("DocDBClient", "CreateGlobalClusterCommand")
3477
- .sc(CreateGlobalCluster)
3506
+ .sc(CreateGlobalCluster$)
3478
3507
  .build() {
3479
3508
  }
3480
3509
 
@@ -3486,7 +3515,7 @@ class DeleteDBClusterCommand extends smithyClient.Command
3486
3515
  })
3487
3516
  .s("AmazonRDSv19", "DeleteDBCluster", {})
3488
3517
  .n("DocDBClient", "DeleteDBClusterCommand")
3489
- .sc(DeleteDBCluster)
3518
+ .sc(DeleteDBCluster$)
3490
3519
  .build() {
3491
3520
  }
3492
3521
 
@@ -3498,7 +3527,7 @@ class DeleteDBClusterParameterGroupCommand extends smithyClient.Command
3498
3527
  })
3499
3528
  .s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {})
3500
3529
  .n("DocDBClient", "DeleteDBClusterParameterGroupCommand")
3501
- .sc(DeleteDBClusterParameterGroup)
3530
+ .sc(DeleteDBClusterParameterGroup$)
3502
3531
  .build() {
3503
3532
  }
3504
3533
 
@@ -3510,7 +3539,7 @@ class DeleteDBClusterSnapshotCommand extends smithyClient.Command
3510
3539
  })
3511
3540
  .s("AmazonRDSv19", "DeleteDBClusterSnapshot", {})
3512
3541
  .n("DocDBClient", "DeleteDBClusterSnapshotCommand")
3513
- .sc(DeleteDBClusterSnapshot)
3542
+ .sc(DeleteDBClusterSnapshot$)
3514
3543
  .build() {
3515
3544
  }
3516
3545
 
@@ -3522,7 +3551,7 @@ class DeleteDBInstanceCommand extends smithyClient.Command
3522
3551
  })
3523
3552
  .s("AmazonRDSv19", "DeleteDBInstance", {})
3524
3553
  .n("DocDBClient", "DeleteDBInstanceCommand")
3525
- .sc(DeleteDBInstance)
3554
+ .sc(DeleteDBInstance$)
3526
3555
  .build() {
3527
3556
  }
3528
3557
 
@@ -3534,7 +3563,7 @@ class DeleteDBSubnetGroupCommand extends smithyClient.Command
3534
3563
  })
3535
3564
  .s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
3536
3565
  .n("DocDBClient", "DeleteDBSubnetGroupCommand")
3537
- .sc(DeleteDBSubnetGroup)
3566
+ .sc(DeleteDBSubnetGroup$)
3538
3567
  .build() {
3539
3568
  }
3540
3569
 
@@ -3546,7 +3575,7 @@ class DeleteEventSubscriptionCommand extends smithyClient.Command
3546
3575
  })
3547
3576
  .s("AmazonRDSv19", "DeleteEventSubscription", {})
3548
3577
  .n("DocDBClient", "DeleteEventSubscriptionCommand")
3549
- .sc(DeleteEventSubscription)
3578
+ .sc(DeleteEventSubscription$)
3550
3579
  .build() {
3551
3580
  }
3552
3581
 
@@ -3558,7 +3587,7 @@ class DeleteGlobalClusterCommand extends smithyClient.Command
3558
3587
  })
3559
3588
  .s("AmazonRDSv19", "DeleteGlobalCluster", {})
3560
3589
  .n("DocDBClient", "DeleteGlobalClusterCommand")
3561
- .sc(DeleteGlobalCluster)
3590
+ .sc(DeleteGlobalCluster$)
3562
3591
  .build() {
3563
3592
  }
3564
3593
 
@@ -3570,7 +3599,7 @@ class DescribeCertificatesCommand extends smithyClient.Command
3570
3599
  })
3571
3600
  .s("AmazonRDSv19", "DescribeCertificates", {})
3572
3601
  .n("DocDBClient", "DescribeCertificatesCommand")
3573
- .sc(DescribeCertificates)
3602
+ .sc(DescribeCertificates$)
3574
3603
  .build() {
3575
3604
  }
3576
3605
 
@@ -3582,7 +3611,7 @@ class DescribeDBClusterParameterGroupsCommand extends smithyClient.Command
3582
3611
  })
3583
3612
  .s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
3584
3613
  .n("DocDBClient", "DescribeDBClusterParameterGroupsCommand")
3585
- .sc(DescribeDBClusterParameterGroups)
3614
+ .sc(DescribeDBClusterParameterGroups$)
3586
3615
  .build() {
3587
3616
  }
3588
3617
 
@@ -3594,7 +3623,7 @@ class DescribeDBClusterParametersCommand extends smithyClient.Command
3594
3623
  })
3595
3624
  .s("AmazonRDSv19", "DescribeDBClusterParameters", {})
3596
3625
  .n("DocDBClient", "DescribeDBClusterParametersCommand")
3597
- .sc(DescribeDBClusterParameters)
3626
+ .sc(DescribeDBClusterParameters$)
3598
3627
  .build() {
3599
3628
  }
3600
3629
 
@@ -3606,7 +3635,7 @@ class DescribeDBClustersCommand extends smithyClient.Command
3606
3635
  })
3607
3636
  .s("AmazonRDSv19", "DescribeDBClusters", {})
3608
3637
  .n("DocDBClient", "DescribeDBClustersCommand")
3609
- .sc(DescribeDBClusters)
3638
+ .sc(DescribeDBClusters$)
3610
3639
  .build() {
3611
3640
  }
3612
3641
 
@@ -3618,7 +3647,7 @@ class DescribeDBClusterSnapshotAttributesCommand extends smithyClient.Command
3618
3647
  })
3619
3648
  .s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
3620
3649
  .n("DocDBClient", "DescribeDBClusterSnapshotAttributesCommand")
3621
- .sc(DescribeDBClusterSnapshotAttributes)
3650
+ .sc(DescribeDBClusterSnapshotAttributes$)
3622
3651
  .build() {
3623
3652
  }
3624
3653
 
@@ -3630,7 +3659,7 @@ class DescribeDBClusterSnapshotsCommand extends smithyClient.Command
3630
3659
  })
3631
3660
  .s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
3632
3661
  .n("DocDBClient", "DescribeDBClusterSnapshotsCommand")
3633
- .sc(DescribeDBClusterSnapshots)
3662
+ .sc(DescribeDBClusterSnapshots$)
3634
3663
  .build() {
3635
3664
  }
3636
3665
 
@@ -3642,7 +3671,7 @@ class DescribeDBEngineVersionsCommand extends smithyClient.Command
3642
3671
  })
3643
3672
  .s("AmazonRDSv19", "DescribeDBEngineVersions", {})
3644
3673
  .n("DocDBClient", "DescribeDBEngineVersionsCommand")
3645
- .sc(DescribeDBEngineVersions)
3674
+ .sc(DescribeDBEngineVersions$)
3646
3675
  .build() {
3647
3676
  }
3648
3677
 
@@ -3654,7 +3683,7 @@ class DescribeDBInstancesCommand extends smithyClient.Command
3654
3683
  })
3655
3684
  .s("AmazonRDSv19", "DescribeDBInstances", {})
3656
3685
  .n("DocDBClient", "DescribeDBInstancesCommand")
3657
- .sc(DescribeDBInstances)
3686
+ .sc(DescribeDBInstances$)
3658
3687
  .build() {
3659
3688
  }
3660
3689
 
@@ -3666,7 +3695,7 @@ class DescribeDBSubnetGroupsCommand extends smithyClient.Command
3666
3695
  })
3667
3696
  .s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
3668
3697
  .n("DocDBClient", "DescribeDBSubnetGroupsCommand")
3669
- .sc(DescribeDBSubnetGroups)
3698
+ .sc(DescribeDBSubnetGroups$)
3670
3699
  .build() {
3671
3700
  }
3672
3701
 
@@ -3678,7 +3707,7 @@ class DescribeEngineDefaultClusterParametersCommand extends smithyClient.Command
3678
3707
  })
3679
3708
  .s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
3680
3709
  .n("DocDBClient", "DescribeEngineDefaultClusterParametersCommand")
3681
- .sc(DescribeEngineDefaultClusterParameters)
3710
+ .sc(DescribeEngineDefaultClusterParameters$)
3682
3711
  .build() {
3683
3712
  }
3684
3713
 
@@ -3690,7 +3719,7 @@ class DescribeEventCategoriesCommand extends smithyClient.Command
3690
3719
  })
3691
3720
  .s("AmazonRDSv19", "DescribeEventCategories", {})
3692
3721
  .n("DocDBClient", "DescribeEventCategoriesCommand")
3693
- .sc(DescribeEventCategories)
3722
+ .sc(DescribeEventCategories$)
3694
3723
  .build() {
3695
3724
  }
3696
3725
 
@@ -3702,7 +3731,7 @@ class DescribeEventsCommand extends smithyClient.Command
3702
3731
  })
3703
3732
  .s("AmazonRDSv19", "DescribeEvents", {})
3704
3733
  .n("DocDBClient", "DescribeEventsCommand")
3705
- .sc(DescribeEvents)
3734
+ .sc(DescribeEvents$)
3706
3735
  .build() {
3707
3736
  }
3708
3737
 
@@ -3714,7 +3743,7 @@ class DescribeEventSubscriptionsCommand extends smithyClient.Command
3714
3743
  })
3715
3744
  .s("AmazonRDSv19", "DescribeEventSubscriptions", {})
3716
3745
  .n("DocDBClient", "DescribeEventSubscriptionsCommand")
3717
- .sc(DescribeEventSubscriptions)
3746
+ .sc(DescribeEventSubscriptions$)
3718
3747
  .build() {
3719
3748
  }
3720
3749
 
@@ -3726,7 +3755,7 @@ class DescribeGlobalClustersCommand extends smithyClient.Command
3726
3755
  })
3727
3756
  .s("AmazonRDSv19", "DescribeGlobalClusters", {})
3728
3757
  .n("DocDBClient", "DescribeGlobalClustersCommand")
3729
- .sc(DescribeGlobalClusters)
3758
+ .sc(DescribeGlobalClusters$)
3730
3759
  .build() {
3731
3760
  }
3732
3761
 
@@ -3738,7 +3767,7 @@ class DescribeOrderableDBInstanceOptionsCommand extends smithyClient.Command
3738
3767
  })
3739
3768
  .s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
3740
3769
  .n("DocDBClient", "DescribeOrderableDBInstanceOptionsCommand")
3741
- .sc(DescribeOrderableDBInstanceOptions)
3770
+ .sc(DescribeOrderableDBInstanceOptions$)
3742
3771
  .build() {
3743
3772
  }
3744
3773
 
@@ -3750,7 +3779,7 @@ class DescribePendingMaintenanceActionsCommand extends smithyClient.Command
3750
3779
  })
3751
3780
  .s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
3752
3781
  .n("DocDBClient", "DescribePendingMaintenanceActionsCommand")
3753
- .sc(DescribePendingMaintenanceActions)
3782
+ .sc(DescribePendingMaintenanceActions$)
3754
3783
  .build() {
3755
3784
  }
3756
3785
 
@@ -3762,7 +3791,7 @@ class FailoverDBClusterCommand extends smithyClient.Command
3762
3791
  })
3763
3792
  .s("AmazonRDSv19", "FailoverDBCluster", {})
3764
3793
  .n("DocDBClient", "FailoverDBClusterCommand")
3765
- .sc(FailoverDBCluster)
3794
+ .sc(FailoverDBCluster$)
3766
3795
  .build() {
3767
3796
  }
3768
3797
 
@@ -3774,7 +3803,7 @@ class FailoverGlobalClusterCommand extends smithyClient.Command
3774
3803
  })
3775
3804
  .s("AmazonRDSv19", "FailoverGlobalCluster", {})
3776
3805
  .n("DocDBClient", "FailoverGlobalClusterCommand")
3777
- .sc(FailoverGlobalCluster)
3806
+ .sc(FailoverGlobalCluster$)
3778
3807
  .build() {
3779
3808
  }
3780
3809
 
@@ -3786,7 +3815,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3786
3815
  })
3787
3816
  .s("AmazonRDSv19", "ListTagsForResource", {})
3788
3817
  .n("DocDBClient", "ListTagsForResourceCommand")
3789
- .sc(ListTagsForResource)
3818
+ .sc(ListTagsForResource$)
3790
3819
  .build() {
3791
3820
  }
3792
3821
 
@@ -3798,7 +3827,7 @@ class ModifyDBClusterCommand extends smithyClient.Command
3798
3827
  })
3799
3828
  .s("AmazonRDSv19", "ModifyDBCluster", {})
3800
3829
  .n("DocDBClient", "ModifyDBClusterCommand")
3801
- .sc(ModifyDBCluster)
3830
+ .sc(ModifyDBCluster$)
3802
3831
  .build() {
3803
3832
  }
3804
3833
 
@@ -3810,7 +3839,7 @@ class ModifyDBClusterParameterGroupCommand extends smithyClient.Command
3810
3839
  })
3811
3840
  .s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
3812
3841
  .n("DocDBClient", "ModifyDBClusterParameterGroupCommand")
3813
- .sc(ModifyDBClusterParameterGroup)
3842
+ .sc(ModifyDBClusterParameterGroup$)
3814
3843
  .build() {
3815
3844
  }
3816
3845
 
@@ -3822,7 +3851,7 @@ class ModifyDBClusterSnapshotAttributeCommand extends smithyClient.Command
3822
3851
  })
3823
3852
  .s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
3824
3853
  .n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand")
3825
- .sc(ModifyDBClusterSnapshotAttribute)
3854
+ .sc(ModifyDBClusterSnapshotAttribute$)
3826
3855
  .build() {
3827
3856
  }
3828
3857
 
@@ -3834,7 +3863,7 @@ class ModifyDBInstanceCommand extends smithyClient.Command
3834
3863
  })
3835
3864
  .s("AmazonRDSv19", "ModifyDBInstance", {})
3836
3865
  .n("DocDBClient", "ModifyDBInstanceCommand")
3837
- .sc(ModifyDBInstance)
3866
+ .sc(ModifyDBInstance$)
3838
3867
  .build() {
3839
3868
  }
3840
3869
 
@@ -3846,7 +3875,7 @@ class ModifyDBSubnetGroupCommand extends smithyClient.Command
3846
3875
  })
3847
3876
  .s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
3848
3877
  .n("DocDBClient", "ModifyDBSubnetGroupCommand")
3849
- .sc(ModifyDBSubnetGroup)
3878
+ .sc(ModifyDBSubnetGroup$)
3850
3879
  .build() {
3851
3880
  }
3852
3881
 
@@ -3858,7 +3887,7 @@ class ModifyEventSubscriptionCommand extends smithyClient.Command
3858
3887
  })
3859
3888
  .s("AmazonRDSv19", "ModifyEventSubscription", {})
3860
3889
  .n("DocDBClient", "ModifyEventSubscriptionCommand")
3861
- .sc(ModifyEventSubscription)
3890
+ .sc(ModifyEventSubscription$)
3862
3891
  .build() {
3863
3892
  }
3864
3893
 
@@ -3870,7 +3899,7 @@ class ModifyGlobalClusterCommand extends smithyClient.Command
3870
3899
  })
3871
3900
  .s("AmazonRDSv19", "ModifyGlobalCluster", {})
3872
3901
  .n("DocDBClient", "ModifyGlobalClusterCommand")
3873
- .sc(ModifyGlobalCluster)
3902
+ .sc(ModifyGlobalCluster$)
3874
3903
  .build() {
3875
3904
  }
3876
3905
 
@@ -3882,7 +3911,7 @@ class RebootDBInstanceCommand extends smithyClient.Command
3882
3911
  })
3883
3912
  .s("AmazonRDSv19", "RebootDBInstance", {})
3884
3913
  .n("DocDBClient", "RebootDBInstanceCommand")
3885
- .sc(RebootDBInstance)
3914
+ .sc(RebootDBInstance$)
3886
3915
  .build() {
3887
3916
  }
3888
3917
 
@@ -3894,7 +3923,7 @@ class RemoveFromGlobalClusterCommand extends smithyClient.Command
3894
3923
  })
3895
3924
  .s("AmazonRDSv19", "RemoveFromGlobalCluster", {})
3896
3925
  .n("DocDBClient", "RemoveFromGlobalClusterCommand")
3897
- .sc(RemoveFromGlobalCluster)
3926
+ .sc(RemoveFromGlobalCluster$)
3898
3927
  .build() {
3899
3928
  }
3900
3929
 
@@ -3906,7 +3935,7 @@ class RemoveSourceIdentifierFromSubscriptionCommand extends smithyClient.Command
3906
3935
  })
3907
3936
  .s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {})
3908
3937
  .n("DocDBClient", "RemoveSourceIdentifierFromSubscriptionCommand")
3909
- .sc(RemoveSourceIdentifierFromSubscription)
3938
+ .sc(RemoveSourceIdentifierFromSubscription$)
3910
3939
  .build() {
3911
3940
  }
3912
3941
 
@@ -3918,7 +3947,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
3918
3947
  })
3919
3948
  .s("AmazonRDSv19", "RemoveTagsFromResource", {})
3920
3949
  .n("DocDBClient", "RemoveTagsFromResourceCommand")
3921
- .sc(RemoveTagsFromResource)
3950
+ .sc(RemoveTagsFromResource$)
3922
3951
  .build() {
3923
3952
  }
3924
3953
 
@@ -3930,7 +3959,7 @@ class ResetDBClusterParameterGroupCommand extends smithyClient.Command
3930
3959
  })
3931
3960
  .s("AmazonRDSv19", "ResetDBClusterParameterGroup", {})
3932
3961
  .n("DocDBClient", "ResetDBClusterParameterGroupCommand")
3933
- .sc(ResetDBClusterParameterGroup)
3962
+ .sc(ResetDBClusterParameterGroup$)
3934
3963
  .build() {
3935
3964
  }
3936
3965
 
@@ -3942,7 +3971,7 @@ class RestoreDBClusterFromSnapshotCommand extends smithyClient.Command
3942
3971
  })
3943
3972
  .s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
3944
3973
  .n("DocDBClient", "RestoreDBClusterFromSnapshotCommand")
3945
- .sc(RestoreDBClusterFromSnapshot)
3974
+ .sc(RestoreDBClusterFromSnapshot$)
3946
3975
  .build() {
3947
3976
  }
3948
3977
 
@@ -3954,7 +3983,7 @@ class RestoreDBClusterToPointInTimeCommand extends smithyClient.Command
3954
3983
  })
3955
3984
  .s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
3956
3985
  .n("DocDBClient", "RestoreDBClusterToPointInTimeCommand")
3957
- .sc(RestoreDBClusterToPointInTime)
3986
+ .sc(RestoreDBClusterToPointInTime$)
3958
3987
  .build() {
3959
3988
  }
3960
3989
 
@@ -3966,7 +3995,7 @@ class StartDBClusterCommand extends smithyClient.Command
3966
3995
  })
3967
3996
  .s("AmazonRDSv19", "StartDBCluster", {})
3968
3997
  .n("DocDBClient", "StartDBClusterCommand")
3969
- .sc(StartDBCluster)
3998
+ .sc(StartDBCluster$)
3970
3999
  .build() {
3971
4000
  }
3972
4001
 
@@ -3978,7 +4007,7 @@ class StopDBClusterCommand extends smithyClient.Command
3978
4007
  })
3979
4008
  .s("AmazonRDSv19", "StopDBCluster", {})
3980
4009
  .n("DocDBClient", "StopDBClusterCommand")
3981
- .sc(StopDBCluster)
4010
+ .sc(StopDBCluster$)
3982
4011
  .build() {
3983
4012
  }
3984
4013
 
@@ -3990,7 +4019,7 @@ class SwitchoverGlobalClusterCommand extends smithyClient.Command
3990
4019
  })
3991
4020
  .s("AmazonRDSv19", "SwitchoverGlobalCluster", {})
3992
4021
  .n("DocDBClient", "SwitchoverGlobalClusterCommand")
3993
- .sc(SwitchoverGlobalCluster)
4022
+ .sc(SwitchoverGlobalCluster$)
3994
4023
  .build() {
3995
4024
  }
3996
4025
 
@@ -4325,126 +4354,383 @@ Object.defineProperty(exports, "__Client", {
4325
4354
  enumerable: true,
4326
4355
  get: function () { return smithyClient.Client; }
4327
4356
  });
4357
+ exports.AddSourceIdentifierToSubscription$ = AddSourceIdentifierToSubscription$;
4328
4358
  exports.AddSourceIdentifierToSubscriptionCommand = AddSourceIdentifierToSubscriptionCommand;
4359
+ exports.AddSourceIdentifierToSubscriptionMessage$ = AddSourceIdentifierToSubscriptionMessage$;
4360
+ exports.AddSourceIdentifierToSubscriptionResult$ = AddSourceIdentifierToSubscriptionResult$;
4361
+ exports.AddTagsToResource$ = AddTagsToResource$;
4329
4362
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
4363
+ exports.AddTagsToResourceMessage$ = AddTagsToResourceMessage$;
4330
4364
  exports.ApplyMethod = ApplyMethod;
4365
+ exports.ApplyPendingMaintenanceAction$ = ApplyPendingMaintenanceAction$;
4331
4366
  exports.ApplyPendingMaintenanceActionCommand = ApplyPendingMaintenanceActionCommand;
4332
- exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault$1;
4333
- exports.CertificateNotFoundFault = CertificateNotFoundFault$1;
4367
+ exports.ApplyPendingMaintenanceActionMessage$ = ApplyPendingMaintenanceActionMessage$;
4368
+ exports.ApplyPendingMaintenanceActionResult$ = ApplyPendingMaintenanceActionResult$;
4369
+ exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault;
4370
+ exports.AuthorizationNotFoundFault$ = AuthorizationNotFoundFault$;
4371
+ exports.AvailabilityZone$ = AvailabilityZone$;
4372
+ exports.Certificate$ = Certificate$;
4373
+ exports.CertificateDetails$ = CertificateDetails$;
4374
+ exports.CertificateMessage$ = CertificateMessage$;
4375
+ exports.CertificateNotFoundFault = CertificateNotFoundFault;
4376
+ exports.CertificateNotFoundFault$ = CertificateNotFoundFault$;
4377
+ exports.CloudwatchLogsExportConfiguration$ = CloudwatchLogsExportConfiguration$;
4378
+ exports.ClusterMasterUserSecret$ = ClusterMasterUserSecret$;
4379
+ exports.CopyDBClusterParameterGroup$ = CopyDBClusterParameterGroup$;
4334
4380
  exports.CopyDBClusterParameterGroupCommand = CopyDBClusterParameterGroupCommand;
4381
+ exports.CopyDBClusterParameterGroupMessage$ = CopyDBClusterParameterGroupMessage$;
4382
+ exports.CopyDBClusterParameterGroupResult$ = CopyDBClusterParameterGroupResult$;
4383
+ exports.CopyDBClusterSnapshot$ = CopyDBClusterSnapshot$;
4335
4384
  exports.CopyDBClusterSnapshotCommand = CopyDBClusterSnapshotCommand;
4385
+ exports.CopyDBClusterSnapshotMessage$ = CopyDBClusterSnapshotMessage$;
4386
+ exports.CopyDBClusterSnapshotResult$ = CopyDBClusterSnapshotResult$;
4387
+ exports.CreateDBCluster$ = CreateDBCluster$;
4336
4388
  exports.CreateDBClusterCommand = CreateDBClusterCommand;
4389
+ exports.CreateDBClusterMessage$ = CreateDBClusterMessage$;
4390
+ exports.CreateDBClusterParameterGroup$ = CreateDBClusterParameterGroup$;
4337
4391
  exports.CreateDBClusterParameterGroupCommand = CreateDBClusterParameterGroupCommand;
4392
+ exports.CreateDBClusterParameterGroupMessage$ = CreateDBClusterParameterGroupMessage$;
4393
+ exports.CreateDBClusterParameterGroupResult$ = CreateDBClusterParameterGroupResult$;
4394
+ exports.CreateDBClusterResult$ = CreateDBClusterResult$;
4395
+ exports.CreateDBClusterSnapshot$ = CreateDBClusterSnapshot$;
4338
4396
  exports.CreateDBClusterSnapshotCommand = CreateDBClusterSnapshotCommand;
4397
+ exports.CreateDBClusterSnapshotMessage$ = CreateDBClusterSnapshotMessage$;
4398
+ exports.CreateDBClusterSnapshotResult$ = CreateDBClusterSnapshotResult$;
4399
+ exports.CreateDBInstance$ = CreateDBInstance$;
4339
4400
  exports.CreateDBInstanceCommand = CreateDBInstanceCommand;
4401
+ exports.CreateDBInstanceMessage$ = CreateDBInstanceMessage$;
4402
+ exports.CreateDBInstanceResult$ = CreateDBInstanceResult$;
4403
+ exports.CreateDBSubnetGroup$ = CreateDBSubnetGroup$;
4340
4404
  exports.CreateDBSubnetGroupCommand = CreateDBSubnetGroupCommand;
4405
+ exports.CreateDBSubnetGroupMessage$ = CreateDBSubnetGroupMessage$;
4406
+ exports.CreateDBSubnetGroupResult$ = CreateDBSubnetGroupResult$;
4407
+ exports.CreateEventSubscription$ = CreateEventSubscription$;
4341
4408
  exports.CreateEventSubscriptionCommand = CreateEventSubscriptionCommand;
4409
+ exports.CreateEventSubscriptionMessage$ = CreateEventSubscriptionMessage$;
4410
+ exports.CreateEventSubscriptionResult$ = CreateEventSubscriptionResult$;
4411
+ exports.CreateGlobalCluster$ = CreateGlobalCluster$;
4342
4412
  exports.CreateGlobalClusterCommand = CreateGlobalClusterCommand;
4343
- exports.DBClusterAlreadyExistsFault = DBClusterAlreadyExistsFault$1;
4344
- exports.DBClusterNotFoundFault = DBClusterNotFoundFault$1;
4345
- exports.DBClusterParameterGroupNotFoundFault = DBClusterParameterGroupNotFoundFault$1;
4346
- exports.DBClusterQuotaExceededFault = DBClusterQuotaExceededFault$1;
4347
- exports.DBClusterSnapshotAlreadyExistsFault = DBClusterSnapshotAlreadyExistsFault$1;
4348
- exports.DBClusterSnapshotNotFoundFault = DBClusterSnapshotNotFoundFault$1;
4349
- exports.DBInstanceAlreadyExistsFault = DBInstanceAlreadyExistsFault$1;
4350
- exports.DBInstanceNotFoundFault = DBInstanceNotFoundFault$1;
4351
- exports.DBParameterGroupAlreadyExistsFault = DBParameterGroupAlreadyExistsFault$1;
4352
- exports.DBParameterGroupNotFoundFault = DBParameterGroupNotFoundFault$1;
4353
- exports.DBParameterGroupQuotaExceededFault = DBParameterGroupQuotaExceededFault$1;
4354
- exports.DBSecurityGroupNotFoundFault = DBSecurityGroupNotFoundFault$1;
4355
- exports.DBSnapshotAlreadyExistsFault = DBSnapshotAlreadyExistsFault$1;
4356
- exports.DBSnapshotNotFoundFault = DBSnapshotNotFoundFault$1;
4357
- exports.DBSubnetGroupAlreadyExistsFault = DBSubnetGroupAlreadyExistsFault$1;
4358
- exports.DBSubnetGroupDoesNotCoverEnoughAZs = DBSubnetGroupDoesNotCoverEnoughAZs$1;
4359
- exports.DBSubnetGroupNotFoundFault = DBSubnetGroupNotFoundFault$1;
4360
- exports.DBSubnetGroupQuotaExceededFault = DBSubnetGroupQuotaExceededFault$1;
4361
- exports.DBSubnetQuotaExceededFault = DBSubnetQuotaExceededFault$1;
4362
- exports.DBUpgradeDependencyFailureFault = DBUpgradeDependencyFailureFault$1;
4413
+ exports.CreateGlobalClusterMessage$ = CreateGlobalClusterMessage$;
4414
+ exports.CreateGlobalClusterResult$ = CreateGlobalClusterResult$;
4415
+ exports.DBCluster$ = DBCluster$;
4416
+ exports.DBClusterAlreadyExistsFault = DBClusterAlreadyExistsFault;
4417
+ exports.DBClusterAlreadyExistsFault$ = DBClusterAlreadyExistsFault$;
4418
+ exports.DBClusterMember$ = DBClusterMember$;
4419
+ exports.DBClusterMessage$ = DBClusterMessage$;
4420
+ exports.DBClusterNotFoundFault = DBClusterNotFoundFault;
4421
+ exports.DBClusterNotFoundFault$ = DBClusterNotFoundFault$;
4422
+ exports.DBClusterParameterGroup$ = DBClusterParameterGroup$;
4423
+ exports.DBClusterParameterGroupDetails$ = DBClusterParameterGroupDetails$;
4424
+ exports.DBClusterParameterGroupNameMessage$ = DBClusterParameterGroupNameMessage$;
4425
+ exports.DBClusterParameterGroupNotFoundFault = DBClusterParameterGroupNotFoundFault;
4426
+ exports.DBClusterParameterGroupNotFoundFault$ = DBClusterParameterGroupNotFoundFault$;
4427
+ exports.DBClusterParameterGroupsMessage$ = DBClusterParameterGroupsMessage$;
4428
+ exports.DBClusterQuotaExceededFault = DBClusterQuotaExceededFault;
4429
+ exports.DBClusterQuotaExceededFault$ = DBClusterQuotaExceededFault$;
4430
+ exports.DBClusterRole$ = DBClusterRole$;
4431
+ exports.DBClusterSnapshot$ = DBClusterSnapshot$;
4432
+ exports.DBClusterSnapshotAlreadyExistsFault = DBClusterSnapshotAlreadyExistsFault;
4433
+ exports.DBClusterSnapshotAlreadyExistsFault$ = DBClusterSnapshotAlreadyExistsFault$;
4434
+ exports.DBClusterSnapshotAttribute$ = DBClusterSnapshotAttribute$;
4435
+ exports.DBClusterSnapshotAttributesResult$ = DBClusterSnapshotAttributesResult$;
4436
+ exports.DBClusterSnapshotMessage$ = DBClusterSnapshotMessage$;
4437
+ exports.DBClusterSnapshotNotFoundFault = DBClusterSnapshotNotFoundFault;
4438
+ exports.DBClusterSnapshotNotFoundFault$ = DBClusterSnapshotNotFoundFault$;
4439
+ exports.DBEngineVersion$ = DBEngineVersion$;
4440
+ exports.DBEngineVersionMessage$ = DBEngineVersionMessage$;
4441
+ exports.DBInstance$ = DBInstance$;
4442
+ exports.DBInstanceAlreadyExistsFault = DBInstanceAlreadyExistsFault;
4443
+ exports.DBInstanceAlreadyExistsFault$ = DBInstanceAlreadyExistsFault$;
4444
+ exports.DBInstanceMessage$ = DBInstanceMessage$;
4445
+ exports.DBInstanceNotFoundFault = DBInstanceNotFoundFault;
4446
+ exports.DBInstanceNotFoundFault$ = DBInstanceNotFoundFault$;
4447
+ exports.DBInstanceStatusInfo$ = DBInstanceStatusInfo$;
4448
+ exports.DBParameterGroupAlreadyExistsFault = DBParameterGroupAlreadyExistsFault;
4449
+ exports.DBParameterGroupAlreadyExistsFault$ = DBParameterGroupAlreadyExistsFault$;
4450
+ exports.DBParameterGroupNotFoundFault = DBParameterGroupNotFoundFault;
4451
+ exports.DBParameterGroupNotFoundFault$ = DBParameterGroupNotFoundFault$;
4452
+ exports.DBParameterGroupQuotaExceededFault = DBParameterGroupQuotaExceededFault;
4453
+ exports.DBParameterGroupQuotaExceededFault$ = DBParameterGroupQuotaExceededFault$;
4454
+ exports.DBSecurityGroupNotFoundFault = DBSecurityGroupNotFoundFault;
4455
+ exports.DBSecurityGroupNotFoundFault$ = DBSecurityGroupNotFoundFault$;
4456
+ exports.DBSnapshotAlreadyExistsFault = DBSnapshotAlreadyExistsFault;
4457
+ exports.DBSnapshotAlreadyExistsFault$ = DBSnapshotAlreadyExistsFault$;
4458
+ exports.DBSnapshotNotFoundFault = DBSnapshotNotFoundFault;
4459
+ exports.DBSnapshotNotFoundFault$ = DBSnapshotNotFoundFault$;
4460
+ exports.DBSubnetGroup$ = DBSubnetGroup$;
4461
+ exports.DBSubnetGroupAlreadyExistsFault = DBSubnetGroupAlreadyExistsFault;
4462
+ exports.DBSubnetGroupAlreadyExistsFault$ = DBSubnetGroupAlreadyExistsFault$;
4463
+ exports.DBSubnetGroupDoesNotCoverEnoughAZs = DBSubnetGroupDoesNotCoverEnoughAZs;
4464
+ exports.DBSubnetGroupDoesNotCoverEnoughAZs$ = DBSubnetGroupDoesNotCoverEnoughAZs$;
4465
+ exports.DBSubnetGroupMessage$ = DBSubnetGroupMessage$;
4466
+ exports.DBSubnetGroupNotFoundFault = DBSubnetGroupNotFoundFault;
4467
+ exports.DBSubnetGroupNotFoundFault$ = DBSubnetGroupNotFoundFault$;
4468
+ exports.DBSubnetGroupQuotaExceededFault = DBSubnetGroupQuotaExceededFault;
4469
+ exports.DBSubnetGroupQuotaExceededFault$ = DBSubnetGroupQuotaExceededFault$;
4470
+ exports.DBSubnetQuotaExceededFault = DBSubnetQuotaExceededFault;
4471
+ exports.DBSubnetQuotaExceededFault$ = DBSubnetQuotaExceededFault$;
4472
+ exports.DBUpgradeDependencyFailureFault = DBUpgradeDependencyFailureFault;
4473
+ exports.DBUpgradeDependencyFailureFault$ = DBUpgradeDependencyFailureFault$;
4474
+ exports.DeleteDBCluster$ = DeleteDBCluster$;
4363
4475
  exports.DeleteDBClusterCommand = DeleteDBClusterCommand;
4476
+ exports.DeleteDBClusterMessage$ = DeleteDBClusterMessage$;
4477
+ exports.DeleteDBClusterParameterGroup$ = DeleteDBClusterParameterGroup$;
4364
4478
  exports.DeleteDBClusterParameterGroupCommand = DeleteDBClusterParameterGroupCommand;
4479
+ exports.DeleteDBClusterParameterGroupMessage$ = DeleteDBClusterParameterGroupMessage$;
4480
+ exports.DeleteDBClusterResult$ = DeleteDBClusterResult$;
4481
+ exports.DeleteDBClusterSnapshot$ = DeleteDBClusterSnapshot$;
4365
4482
  exports.DeleteDBClusterSnapshotCommand = DeleteDBClusterSnapshotCommand;
4483
+ exports.DeleteDBClusterSnapshotMessage$ = DeleteDBClusterSnapshotMessage$;
4484
+ exports.DeleteDBClusterSnapshotResult$ = DeleteDBClusterSnapshotResult$;
4485
+ exports.DeleteDBInstance$ = DeleteDBInstance$;
4366
4486
  exports.DeleteDBInstanceCommand = DeleteDBInstanceCommand;
4487
+ exports.DeleteDBInstanceMessage$ = DeleteDBInstanceMessage$;
4488
+ exports.DeleteDBInstanceResult$ = DeleteDBInstanceResult$;
4489
+ exports.DeleteDBSubnetGroup$ = DeleteDBSubnetGroup$;
4367
4490
  exports.DeleteDBSubnetGroupCommand = DeleteDBSubnetGroupCommand;
4491
+ exports.DeleteDBSubnetGroupMessage$ = DeleteDBSubnetGroupMessage$;
4492
+ exports.DeleteEventSubscription$ = DeleteEventSubscription$;
4368
4493
  exports.DeleteEventSubscriptionCommand = DeleteEventSubscriptionCommand;
4494
+ exports.DeleteEventSubscriptionMessage$ = DeleteEventSubscriptionMessage$;
4495
+ exports.DeleteEventSubscriptionResult$ = DeleteEventSubscriptionResult$;
4496
+ exports.DeleteGlobalCluster$ = DeleteGlobalCluster$;
4369
4497
  exports.DeleteGlobalClusterCommand = DeleteGlobalClusterCommand;
4498
+ exports.DeleteGlobalClusterMessage$ = DeleteGlobalClusterMessage$;
4499
+ exports.DeleteGlobalClusterResult$ = DeleteGlobalClusterResult$;
4500
+ exports.DescribeCertificates$ = DescribeCertificates$;
4370
4501
  exports.DescribeCertificatesCommand = DescribeCertificatesCommand;
4502
+ exports.DescribeCertificatesMessage$ = DescribeCertificatesMessage$;
4503
+ exports.DescribeDBClusterParameterGroups$ = DescribeDBClusterParameterGroups$;
4371
4504
  exports.DescribeDBClusterParameterGroupsCommand = DescribeDBClusterParameterGroupsCommand;
4505
+ exports.DescribeDBClusterParameterGroupsMessage$ = DescribeDBClusterParameterGroupsMessage$;
4506
+ exports.DescribeDBClusterParameters$ = DescribeDBClusterParameters$;
4372
4507
  exports.DescribeDBClusterParametersCommand = DescribeDBClusterParametersCommand;
4508
+ exports.DescribeDBClusterParametersMessage$ = DescribeDBClusterParametersMessage$;
4509
+ exports.DescribeDBClusterSnapshotAttributes$ = DescribeDBClusterSnapshotAttributes$;
4373
4510
  exports.DescribeDBClusterSnapshotAttributesCommand = DescribeDBClusterSnapshotAttributesCommand;
4511
+ exports.DescribeDBClusterSnapshotAttributesMessage$ = DescribeDBClusterSnapshotAttributesMessage$;
4512
+ exports.DescribeDBClusterSnapshotAttributesResult$ = DescribeDBClusterSnapshotAttributesResult$;
4513
+ exports.DescribeDBClusterSnapshots$ = DescribeDBClusterSnapshots$;
4374
4514
  exports.DescribeDBClusterSnapshotsCommand = DescribeDBClusterSnapshotsCommand;
4515
+ exports.DescribeDBClusterSnapshotsMessage$ = DescribeDBClusterSnapshotsMessage$;
4516
+ exports.DescribeDBClusters$ = DescribeDBClusters$;
4375
4517
  exports.DescribeDBClustersCommand = DescribeDBClustersCommand;
4518
+ exports.DescribeDBClustersMessage$ = DescribeDBClustersMessage$;
4519
+ exports.DescribeDBEngineVersions$ = DescribeDBEngineVersions$;
4376
4520
  exports.DescribeDBEngineVersionsCommand = DescribeDBEngineVersionsCommand;
4521
+ exports.DescribeDBEngineVersionsMessage$ = DescribeDBEngineVersionsMessage$;
4522
+ exports.DescribeDBInstances$ = DescribeDBInstances$;
4377
4523
  exports.DescribeDBInstancesCommand = DescribeDBInstancesCommand;
4524
+ exports.DescribeDBInstancesMessage$ = DescribeDBInstancesMessage$;
4525
+ exports.DescribeDBSubnetGroups$ = DescribeDBSubnetGroups$;
4378
4526
  exports.DescribeDBSubnetGroupsCommand = DescribeDBSubnetGroupsCommand;
4527
+ exports.DescribeDBSubnetGroupsMessage$ = DescribeDBSubnetGroupsMessage$;
4528
+ exports.DescribeEngineDefaultClusterParameters$ = DescribeEngineDefaultClusterParameters$;
4379
4529
  exports.DescribeEngineDefaultClusterParametersCommand = DescribeEngineDefaultClusterParametersCommand;
4530
+ exports.DescribeEngineDefaultClusterParametersMessage$ = DescribeEngineDefaultClusterParametersMessage$;
4531
+ exports.DescribeEngineDefaultClusterParametersResult$ = DescribeEngineDefaultClusterParametersResult$;
4532
+ exports.DescribeEventCategories$ = DescribeEventCategories$;
4380
4533
  exports.DescribeEventCategoriesCommand = DescribeEventCategoriesCommand;
4534
+ exports.DescribeEventCategoriesMessage$ = DescribeEventCategoriesMessage$;
4535
+ exports.DescribeEventSubscriptions$ = DescribeEventSubscriptions$;
4381
4536
  exports.DescribeEventSubscriptionsCommand = DescribeEventSubscriptionsCommand;
4537
+ exports.DescribeEventSubscriptionsMessage$ = DescribeEventSubscriptionsMessage$;
4538
+ exports.DescribeEvents$ = DescribeEvents$;
4382
4539
  exports.DescribeEventsCommand = DescribeEventsCommand;
4540
+ exports.DescribeEventsMessage$ = DescribeEventsMessage$;
4541
+ exports.DescribeGlobalClusters$ = DescribeGlobalClusters$;
4383
4542
  exports.DescribeGlobalClustersCommand = DescribeGlobalClustersCommand;
4543
+ exports.DescribeGlobalClustersMessage$ = DescribeGlobalClustersMessage$;
4544
+ exports.DescribeOrderableDBInstanceOptions$ = DescribeOrderableDBInstanceOptions$;
4384
4545
  exports.DescribeOrderableDBInstanceOptionsCommand = DescribeOrderableDBInstanceOptionsCommand;
4546
+ exports.DescribeOrderableDBInstanceOptionsMessage$ = DescribeOrderableDBInstanceOptionsMessage$;
4547
+ exports.DescribePendingMaintenanceActions$ = DescribePendingMaintenanceActions$;
4385
4548
  exports.DescribePendingMaintenanceActionsCommand = DescribePendingMaintenanceActionsCommand;
4549
+ exports.DescribePendingMaintenanceActionsMessage$ = DescribePendingMaintenanceActionsMessage$;
4386
4550
  exports.DocDB = DocDB;
4387
4551
  exports.DocDBClient = DocDBClient;
4388
- exports.DocDBServiceException = DocDBServiceException$1;
4389
- exports.EventSubscriptionQuotaExceededFault = EventSubscriptionQuotaExceededFault$1;
4552
+ exports.DocDBServiceException = DocDBServiceException;
4553
+ exports.DocDBServiceException$ = DocDBServiceException$;
4554
+ exports.Endpoint$ = Endpoint$;
4555
+ exports.EngineDefaults$ = EngineDefaults$;
4556
+ exports.Event$ = Event$;
4557
+ exports.EventCategoriesMap$ = EventCategoriesMap$;
4558
+ exports.EventCategoriesMessage$ = EventCategoriesMessage$;
4559
+ exports.EventSubscription$ = EventSubscription$;
4560
+ exports.EventSubscriptionQuotaExceededFault = EventSubscriptionQuotaExceededFault;
4561
+ exports.EventSubscriptionQuotaExceededFault$ = EventSubscriptionQuotaExceededFault$;
4562
+ exports.EventSubscriptionsMessage$ = EventSubscriptionsMessage$;
4563
+ exports.EventsMessage$ = EventsMessage$;
4564
+ exports.FailoverDBCluster$ = FailoverDBCluster$;
4390
4565
  exports.FailoverDBClusterCommand = FailoverDBClusterCommand;
4566
+ exports.FailoverDBClusterMessage$ = FailoverDBClusterMessage$;
4567
+ exports.FailoverDBClusterResult$ = FailoverDBClusterResult$;
4568
+ exports.FailoverGlobalCluster$ = FailoverGlobalCluster$;
4391
4569
  exports.FailoverGlobalClusterCommand = FailoverGlobalClusterCommand;
4570
+ exports.FailoverGlobalClusterMessage$ = FailoverGlobalClusterMessage$;
4571
+ exports.FailoverGlobalClusterResult$ = FailoverGlobalClusterResult$;
4572
+ exports.FailoverState$ = FailoverState$;
4392
4573
  exports.FailoverStatus = FailoverStatus;
4393
- exports.GlobalClusterAlreadyExistsFault = GlobalClusterAlreadyExistsFault$1;
4574
+ exports.Filter$ = Filter$;
4575
+ exports.GlobalCluster$ = GlobalCluster$;
4576
+ exports.GlobalClusterAlreadyExistsFault = GlobalClusterAlreadyExistsFault;
4577
+ exports.GlobalClusterAlreadyExistsFault$ = GlobalClusterAlreadyExistsFault$;
4578
+ exports.GlobalClusterMember$ = GlobalClusterMember$;
4394
4579
  exports.GlobalClusterMemberSynchronizationStatus = GlobalClusterMemberSynchronizationStatus;
4395
- exports.GlobalClusterNotFoundFault = GlobalClusterNotFoundFault$1;
4396
- exports.GlobalClusterQuotaExceededFault = GlobalClusterQuotaExceededFault$1;
4397
- exports.InstanceQuotaExceededFault = InstanceQuotaExceededFault$1;
4398
- exports.InsufficientDBClusterCapacityFault = InsufficientDBClusterCapacityFault$1;
4399
- exports.InsufficientDBInstanceCapacityFault = InsufficientDBInstanceCapacityFault$1;
4400
- exports.InsufficientStorageClusterCapacityFault = InsufficientStorageClusterCapacityFault$1;
4401
- exports.InvalidDBClusterSnapshotStateFault = InvalidDBClusterSnapshotStateFault$1;
4402
- exports.InvalidDBClusterStateFault = InvalidDBClusterStateFault$1;
4403
- exports.InvalidDBInstanceStateFault = InvalidDBInstanceStateFault$1;
4404
- exports.InvalidDBParameterGroupStateFault = InvalidDBParameterGroupStateFault$1;
4405
- exports.InvalidDBSecurityGroupStateFault = InvalidDBSecurityGroupStateFault$1;
4406
- exports.InvalidDBSnapshotStateFault = InvalidDBSnapshotStateFault$1;
4407
- exports.InvalidDBSubnetGroupStateFault = InvalidDBSubnetGroupStateFault$1;
4408
- exports.InvalidDBSubnetStateFault = InvalidDBSubnetStateFault$1;
4409
- exports.InvalidEventSubscriptionStateFault = InvalidEventSubscriptionStateFault$1;
4410
- exports.InvalidGlobalClusterStateFault = InvalidGlobalClusterStateFault$1;
4411
- exports.InvalidRestoreFault = InvalidRestoreFault$1;
4412
- exports.InvalidSubnet = InvalidSubnet$1;
4413
- exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault$1;
4414
- exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault$1;
4580
+ exports.GlobalClusterNotFoundFault = GlobalClusterNotFoundFault;
4581
+ exports.GlobalClusterNotFoundFault$ = GlobalClusterNotFoundFault$;
4582
+ exports.GlobalClusterQuotaExceededFault = GlobalClusterQuotaExceededFault;
4583
+ exports.GlobalClusterQuotaExceededFault$ = GlobalClusterQuotaExceededFault$;
4584
+ exports.GlobalClustersMessage$ = GlobalClustersMessage$;
4585
+ exports.InstanceQuotaExceededFault = InstanceQuotaExceededFault;
4586
+ exports.InstanceQuotaExceededFault$ = InstanceQuotaExceededFault$;
4587
+ exports.InsufficientDBClusterCapacityFault = InsufficientDBClusterCapacityFault;
4588
+ exports.InsufficientDBClusterCapacityFault$ = InsufficientDBClusterCapacityFault$;
4589
+ exports.InsufficientDBInstanceCapacityFault = InsufficientDBInstanceCapacityFault;
4590
+ exports.InsufficientDBInstanceCapacityFault$ = InsufficientDBInstanceCapacityFault$;
4591
+ exports.InsufficientStorageClusterCapacityFault = InsufficientStorageClusterCapacityFault;
4592
+ exports.InsufficientStorageClusterCapacityFault$ = InsufficientStorageClusterCapacityFault$;
4593
+ exports.InvalidDBClusterSnapshotStateFault = InvalidDBClusterSnapshotStateFault;
4594
+ exports.InvalidDBClusterSnapshotStateFault$ = InvalidDBClusterSnapshotStateFault$;
4595
+ exports.InvalidDBClusterStateFault = InvalidDBClusterStateFault;
4596
+ exports.InvalidDBClusterStateFault$ = InvalidDBClusterStateFault$;
4597
+ exports.InvalidDBInstanceStateFault = InvalidDBInstanceStateFault;
4598
+ exports.InvalidDBInstanceStateFault$ = InvalidDBInstanceStateFault$;
4599
+ exports.InvalidDBParameterGroupStateFault = InvalidDBParameterGroupStateFault;
4600
+ exports.InvalidDBParameterGroupStateFault$ = InvalidDBParameterGroupStateFault$;
4601
+ exports.InvalidDBSecurityGroupStateFault = InvalidDBSecurityGroupStateFault;
4602
+ exports.InvalidDBSecurityGroupStateFault$ = InvalidDBSecurityGroupStateFault$;
4603
+ exports.InvalidDBSnapshotStateFault = InvalidDBSnapshotStateFault;
4604
+ exports.InvalidDBSnapshotStateFault$ = InvalidDBSnapshotStateFault$;
4605
+ exports.InvalidDBSubnetGroupStateFault = InvalidDBSubnetGroupStateFault;
4606
+ exports.InvalidDBSubnetGroupStateFault$ = InvalidDBSubnetGroupStateFault$;
4607
+ exports.InvalidDBSubnetStateFault = InvalidDBSubnetStateFault;
4608
+ exports.InvalidDBSubnetStateFault$ = InvalidDBSubnetStateFault$;
4609
+ exports.InvalidEventSubscriptionStateFault = InvalidEventSubscriptionStateFault;
4610
+ exports.InvalidEventSubscriptionStateFault$ = InvalidEventSubscriptionStateFault$;
4611
+ exports.InvalidGlobalClusterStateFault = InvalidGlobalClusterStateFault;
4612
+ exports.InvalidGlobalClusterStateFault$ = InvalidGlobalClusterStateFault$;
4613
+ exports.InvalidRestoreFault = InvalidRestoreFault;
4614
+ exports.InvalidRestoreFault$ = InvalidRestoreFault$;
4615
+ exports.InvalidSubnet = InvalidSubnet;
4616
+ exports.InvalidSubnet$ = InvalidSubnet$;
4617
+ exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
4618
+ exports.InvalidVPCNetworkStateFault$ = InvalidVPCNetworkStateFault$;
4619
+ exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault;
4620
+ exports.KMSKeyNotAccessibleFault$ = KMSKeyNotAccessibleFault$;
4621
+ exports.ListTagsForResource$ = ListTagsForResource$;
4415
4622
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4623
+ exports.ListTagsForResourceMessage$ = ListTagsForResourceMessage$;
4624
+ exports.ModifyDBCluster$ = ModifyDBCluster$;
4416
4625
  exports.ModifyDBClusterCommand = ModifyDBClusterCommand;
4626
+ exports.ModifyDBClusterMessage$ = ModifyDBClusterMessage$;
4627
+ exports.ModifyDBClusterParameterGroup$ = ModifyDBClusterParameterGroup$;
4417
4628
  exports.ModifyDBClusterParameterGroupCommand = ModifyDBClusterParameterGroupCommand;
4629
+ exports.ModifyDBClusterParameterGroupMessage$ = ModifyDBClusterParameterGroupMessage$;
4630
+ exports.ModifyDBClusterResult$ = ModifyDBClusterResult$;
4631
+ exports.ModifyDBClusterSnapshotAttribute$ = ModifyDBClusterSnapshotAttribute$;
4418
4632
  exports.ModifyDBClusterSnapshotAttributeCommand = ModifyDBClusterSnapshotAttributeCommand;
4633
+ exports.ModifyDBClusterSnapshotAttributeMessage$ = ModifyDBClusterSnapshotAttributeMessage$;
4634
+ exports.ModifyDBClusterSnapshotAttributeResult$ = ModifyDBClusterSnapshotAttributeResult$;
4635
+ exports.ModifyDBInstance$ = ModifyDBInstance$;
4419
4636
  exports.ModifyDBInstanceCommand = ModifyDBInstanceCommand;
4637
+ exports.ModifyDBInstanceMessage$ = ModifyDBInstanceMessage$;
4638
+ exports.ModifyDBInstanceResult$ = ModifyDBInstanceResult$;
4639
+ exports.ModifyDBSubnetGroup$ = ModifyDBSubnetGroup$;
4420
4640
  exports.ModifyDBSubnetGroupCommand = ModifyDBSubnetGroupCommand;
4641
+ exports.ModifyDBSubnetGroupMessage$ = ModifyDBSubnetGroupMessage$;
4642
+ exports.ModifyDBSubnetGroupResult$ = ModifyDBSubnetGroupResult$;
4643
+ exports.ModifyEventSubscription$ = ModifyEventSubscription$;
4421
4644
  exports.ModifyEventSubscriptionCommand = ModifyEventSubscriptionCommand;
4645
+ exports.ModifyEventSubscriptionMessage$ = ModifyEventSubscriptionMessage$;
4646
+ exports.ModifyEventSubscriptionResult$ = ModifyEventSubscriptionResult$;
4647
+ exports.ModifyGlobalCluster$ = ModifyGlobalCluster$;
4422
4648
  exports.ModifyGlobalClusterCommand = ModifyGlobalClusterCommand;
4423
- exports.NetworkTypeNotSupported = NetworkTypeNotSupported$1;
4649
+ exports.ModifyGlobalClusterMessage$ = ModifyGlobalClusterMessage$;
4650
+ exports.ModifyGlobalClusterResult$ = ModifyGlobalClusterResult$;
4651
+ exports.NetworkTypeNotSupported = NetworkTypeNotSupported;
4652
+ exports.NetworkTypeNotSupported$ = NetworkTypeNotSupported$;
4653
+ exports.OrderableDBInstanceOption$ = OrderableDBInstanceOption$;
4654
+ exports.OrderableDBInstanceOptionsMessage$ = OrderableDBInstanceOptionsMessage$;
4655
+ exports.Parameter$ = Parameter$;
4656
+ exports.PendingCloudwatchLogsExports$ = PendingCloudwatchLogsExports$;
4657
+ exports.PendingMaintenanceAction$ = PendingMaintenanceAction$;
4658
+ exports.PendingMaintenanceActionsMessage$ = PendingMaintenanceActionsMessage$;
4659
+ exports.PendingModifiedValues$ = PendingModifiedValues$;
4660
+ exports.RebootDBInstance$ = RebootDBInstance$;
4424
4661
  exports.RebootDBInstanceCommand = RebootDBInstanceCommand;
4662
+ exports.RebootDBInstanceMessage$ = RebootDBInstanceMessage$;
4663
+ exports.RebootDBInstanceResult$ = RebootDBInstanceResult$;
4664
+ exports.RemoveFromGlobalCluster$ = RemoveFromGlobalCluster$;
4425
4665
  exports.RemoveFromGlobalClusterCommand = RemoveFromGlobalClusterCommand;
4666
+ exports.RemoveFromGlobalClusterMessage$ = RemoveFromGlobalClusterMessage$;
4667
+ exports.RemoveFromGlobalClusterResult$ = RemoveFromGlobalClusterResult$;
4668
+ exports.RemoveSourceIdentifierFromSubscription$ = RemoveSourceIdentifierFromSubscription$;
4426
4669
  exports.RemoveSourceIdentifierFromSubscriptionCommand = RemoveSourceIdentifierFromSubscriptionCommand;
4670
+ exports.RemoveSourceIdentifierFromSubscriptionMessage$ = RemoveSourceIdentifierFromSubscriptionMessage$;
4671
+ exports.RemoveSourceIdentifierFromSubscriptionResult$ = RemoveSourceIdentifierFromSubscriptionResult$;
4672
+ exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
4427
4673
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
4674
+ exports.RemoveTagsFromResourceMessage$ = RemoveTagsFromResourceMessage$;
4675
+ exports.ResetDBClusterParameterGroup$ = ResetDBClusterParameterGroup$;
4428
4676
  exports.ResetDBClusterParameterGroupCommand = ResetDBClusterParameterGroupCommand;
4429
- exports.ResourceNotFoundFault = ResourceNotFoundFault$1;
4677
+ exports.ResetDBClusterParameterGroupMessage$ = ResetDBClusterParameterGroupMessage$;
4678
+ exports.ResourceNotFoundFault = ResourceNotFoundFault;
4679
+ exports.ResourceNotFoundFault$ = ResourceNotFoundFault$;
4680
+ exports.ResourcePendingMaintenanceActions$ = ResourcePendingMaintenanceActions$;
4681
+ exports.RestoreDBClusterFromSnapshot$ = RestoreDBClusterFromSnapshot$;
4430
4682
  exports.RestoreDBClusterFromSnapshotCommand = RestoreDBClusterFromSnapshotCommand;
4683
+ exports.RestoreDBClusterFromSnapshotMessage$ = RestoreDBClusterFromSnapshotMessage$;
4684
+ exports.RestoreDBClusterFromSnapshotResult$ = RestoreDBClusterFromSnapshotResult$;
4685
+ exports.RestoreDBClusterToPointInTime$ = RestoreDBClusterToPointInTime$;
4431
4686
  exports.RestoreDBClusterToPointInTimeCommand = RestoreDBClusterToPointInTimeCommand;
4432
- exports.SNSInvalidTopicFault = SNSInvalidTopicFault$1;
4433
- exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault$1;
4434
- exports.SNSTopicArnNotFoundFault = SNSTopicArnNotFoundFault$1;
4435
- exports.SharedSnapshotQuotaExceededFault = SharedSnapshotQuotaExceededFault$1;
4436
- exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault$1;
4437
- exports.SourceNotFoundFault = SourceNotFoundFault$1;
4687
+ exports.RestoreDBClusterToPointInTimeMessage$ = RestoreDBClusterToPointInTimeMessage$;
4688
+ exports.RestoreDBClusterToPointInTimeResult$ = RestoreDBClusterToPointInTimeResult$;
4689
+ exports.SNSInvalidTopicFault = SNSInvalidTopicFault;
4690
+ exports.SNSInvalidTopicFault$ = SNSInvalidTopicFault$;
4691
+ exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault;
4692
+ exports.SNSNoAuthorizationFault$ = SNSNoAuthorizationFault$;
4693
+ exports.SNSTopicArnNotFoundFault = SNSTopicArnNotFoundFault;
4694
+ exports.SNSTopicArnNotFoundFault$ = SNSTopicArnNotFoundFault$;
4695
+ exports.ServerlessV2FeaturesSupport$ = ServerlessV2FeaturesSupport$;
4696
+ exports.ServerlessV2ScalingConfiguration$ = ServerlessV2ScalingConfiguration$;
4697
+ exports.ServerlessV2ScalingConfigurationInfo$ = ServerlessV2ScalingConfigurationInfo$;
4698
+ exports.SharedSnapshotQuotaExceededFault = SharedSnapshotQuotaExceededFault;
4699
+ exports.SharedSnapshotQuotaExceededFault$ = SharedSnapshotQuotaExceededFault$;
4700
+ exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault;
4701
+ exports.SnapshotQuotaExceededFault$ = SnapshotQuotaExceededFault$;
4702
+ exports.SourceNotFoundFault = SourceNotFoundFault;
4703
+ exports.SourceNotFoundFault$ = SourceNotFoundFault$;
4438
4704
  exports.SourceType = SourceType;
4705
+ exports.StartDBCluster$ = StartDBCluster$;
4439
4706
  exports.StartDBClusterCommand = StartDBClusterCommand;
4707
+ exports.StartDBClusterMessage$ = StartDBClusterMessage$;
4708
+ exports.StartDBClusterResult$ = StartDBClusterResult$;
4709
+ exports.StopDBCluster$ = StopDBCluster$;
4440
4710
  exports.StopDBClusterCommand = StopDBClusterCommand;
4441
- exports.StorageQuotaExceededFault = StorageQuotaExceededFault$1;
4442
- exports.StorageTypeNotSupportedFault = StorageTypeNotSupportedFault$1;
4443
- exports.SubnetAlreadyInUse = SubnetAlreadyInUse$1;
4444
- exports.SubscriptionAlreadyExistFault = SubscriptionAlreadyExistFault$1;
4445
- exports.SubscriptionCategoryNotFoundFault = SubscriptionCategoryNotFoundFault$1;
4446
- exports.SubscriptionNotFoundFault = SubscriptionNotFoundFault$1;
4711
+ exports.StopDBClusterMessage$ = StopDBClusterMessage$;
4712
+ exports.StopDBClusterResult$ = StopDBClusterResult$;
4713
+ exports.StorageQuotaExceededFault = StorageQuotaExceededFault;
4714
+ exports.StorageQuotaExceededFault$ = StorageQuotaExceededFault$;
4715
+ exports.StorageTypeNotSupportedFault = StorageTypeNotSupportedFault;
4716
+ exports.StorageTypeNotSupportedFault$ = StorageTypeNotSupportedFault$;
4717
+ exports.Subnet$ = Subnet$;
4718
+ exports.SubnetAlreadyInUse = SubnetAlreadyInUse;
4719
+ exports.SubnetAlreadyInUse$ = SubnetAlreadyInUse$;
4720
+ exports.SubscriptionAlreadyExistFault = SubscriptionAlreadyExistFault;
4721
+ exports.SubscriptionAlreadyExistFault$ = SubscriptionAlreadyExistFault$;
4722
+ exports.SubscriptionCategoryNotFoundFault = SubscriptionCategoryNotFoundFault;
4723
+ exports.SubscriptionCategoryNotFoundFault$ = SubscriptionCategoryNotFoundFault$;
4724
+ exports.SubscriptionNotFoundFault = SubscriptionNotFoundFault;
4725
+ exports.SubscriptionNotFoundFault$ = SubscriptionNotFoundFault$;
4726
+ exports.SwitchoverGlobalCluster$ = SwitchoverGlobalCluster$;
4447
4727
  exports.SwitchoverGlobalClusterCommand = SwitchoverGlobalClusterCommand;
4728
+ exports.SwitchoverGlobalClusterMessage$ = SwitchoverGlobalClusterMessage$;
4729
+ exports.SwitchoverGlobalClusterResult$ = SwitchoverGlobalClusterResult$;
4730
+ exports.Tag$ = Tag$;
4731
+ exports.TagListMessage$ = TagListMessage$;
4732
+ exports.UpgradeTarget$ = UpgradeTarget$;
4733
+ exports.VpcSecurityGroupMembership$ = VpcSecurityGroupMembership$;
4448
4734
  exports.paginateDescribeCertificates = paginateDescribeCertificates;
4449
4735
  exports.paginateDescribeDBClusterParameterGroups = paginateDescribeDBClusterParameterGroups;
4450
4736
  exports.paginateDescribeDBClusterParameters = paginateDescribeDBClusterParameters;