@aws-sdk/client-rds 3.775.0 → 3.777.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 (163) hide show
  1. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +8 -5
  2. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +9 -6
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -16
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +13 -13
  6. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +6 -6
  7. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -0
  8. package/dist-types/commands/CancelExportTaskCommand.d.ts +14 -14
  9. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -11
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +26 -26
  11. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -11
  12. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +31 -31
  13. package/dist-types/commands/CopyOptionGroupCommand.d.ts +14 -14
  14. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +1 -127
  15. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateDBClusterCommand.d.ts +83 -84
  17. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -17
  18. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -11
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +25 -25
  20. package/dist-types/commands/CreateDBInstanceCommand.d.ts +72 -72
  21. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +11 -11
  22. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -11
  23. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -0
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +6 -6
  26. package/dist-types/commands/CreateDBShardGroupCommand.d.ts +1 -0
  27. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +29 -29
  28. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +25 -25
  29. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +17 -17
  30. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +15 -15
  31. package/dist-types/commands/CreateIntegrationCommand.d.ts +14 -14
  32. package/dist-types/commands/CreateOptionGroupCommand.d.ts +15 -15
  33. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -140
  35. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteDBClusterCommand.d.ts +14 -14
  38. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +14 -14
  39. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -4
  40. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +24 -24
  41. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +26 -26
  42. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +9 -9
  43. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +7 -4
  44. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -0
  46. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +7 -4
  47. package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +1 -0
  48. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +29 -29
  49. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +7 -4
  50. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +15 -15
  51. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +14 -14
  52. package/dist-types/commands/DeleteIntegrationCommand.d.ts +12 -12
  53. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -4
  54. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -0
  55. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +50 -50
  57. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -215
  58. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -52
  59. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -17
  61. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +28 -29
  62. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +25 -25
  63. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +24 -24
  64. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -9
  65. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +43 -43
  66. package/dist-types/commands/DescribeDBClustersCommand.d.ts +64 -64
  67. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +21 -21
  68. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +26 -26
  69. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +14 -14
  70. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +23 -23
  71. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +21 -21
  72. package/dist-types/commands/DescribeDBParametersCommand.d.ts +21 -21
  73. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -0
  74. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -0
  75. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -0
  76. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -0
  77. package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -0
  78. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +7 -4
  79. package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -0
  80. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +9 -9
  81. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -0
  82. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +27 -27
  83. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +27 -27
  84. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -13
  85. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -13
  86. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +14 -14
  88. package/dist-types/commands/DescribeEventsCommand.d.ts +18 -18
  89. package/dist-types/commands/DescribeExportTasksCommand.d.ts +27 -27
  90. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +14 -14
  91. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +13 -13
  92. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +31 -31
  93. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +13 -13
  94. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +21 -21
  95. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +23 -23
  97. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -17
  98. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +89 -89
  99. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -0
  100. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +14 -14
  101. package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -0
  102. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +8 -5
  103. package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -0
  104. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
  105. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
  107. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -0
  108. package/dist-types/commands/ModifyCertificatesCommand.d.ts +13 -13
  109. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +10 -10
  110. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -0
  111. package/dist-types/commands/ModifyDBClusterCommand.d.ts +50 -50
  112. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +15 -15
  113. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -12
  114. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -11
  115. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +31 -31
  116. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +9 -9
  117. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -0
  118. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -0
  119. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -0
  120. package/dist-types/commands/ModifyDBRecommendationCommand.d.ts +1 -0
  121. package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -0
  122. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +20 -21
  123. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +28 -28
  124. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +29 -29
  125. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +15 -15
  126. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +15 -15
  127. package/dist-types/commands/ModifyIntegrationCommand.d.ts +14 -14
  128. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +9 -9
  129. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +1 -0
  130. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +9 -9
  131. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
  132. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +23 -23
  133. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
  134. package/dist-types/commands/RebootDBInstanceCommand.d.ts +14 -14
  135. package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -0
  136. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -0
  137. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +22 -22
  138. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +8 -5
  139. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -0
  140. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -16
  141. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
  142. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -6
  143. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -6
  144. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +47 -47
  145. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +44 -44
  146. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +48 -45
  147. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +23 -23
  148. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
  149. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +62 -62
  150. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +6 -6
  151. package/dist-types/commands/StartActivityStreamCommand.d.ts +12 -12
  152. package/dist-types/commands/StartDBClusterCommand.d.ts +10 -10
  153. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +25 -25
  154. package/dist-types/commands/StartDBInstanceCommand.d.ts +6 -6
  155. package/dist-types/commands/StartExportTaskCommand.d.ts +17 -17
  156. package/dist-types/commands/StopActivityStreamCommand.d.ts +8 -8
  157. package/dist-types/commands/StopDBClusterCommand.d.ts +10 -10
  158. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +26 -26
  159. package/dist-types/commands/StopDBInstanceCommand.d.ts +6 -6
  160. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +1 -138
  161. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
  162. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
  163. package/package.json +2 -2
@@ -448,115 +448,115 @@ declare const CreateDBInstanceCommand_base: {
448
448
  * @throws {@link RDSServiceException}
449
449
  * <p>Base exception class for all service exceptions from RDS service.</p>
450
450
  *
451
- * @public
451
+ *
452
452
  * @example To create a DB instance
453
453
  * ```javascript
454
454
  * // The following example uses the required options to launch a new DB instance.
455
455
  * const input = {
456
- * "AllocatedStorage": 20,
457
- * "DBInstanceClass": "db.t3.micro",
458
- * "DBInstanceIdentifier": "test-mysql-instance",
459
- * "Engine": "mysql",
460
- * "MasterUserPassword": "secret99",
461
- * "MasterUsername": "admin"
456
+ * AllocatedStorage: 20,
457
+ * DBInstanceClass: "db.t3.micro",
458
+ * DBInstanceIdentifier: "test-mysql-instance",
459
+ * Engine: "mysql",
460
+ * MasterUserPassword: "secret99",
461
+ * MasterUsername: "admin"
462
462
  * };
463
463
  * const command = new CreateDBInstanceCommand(input);
464
464
  * const response = await client.send(command);
465
- * /* response ==
465
+ * /* response is
466
466
  * {
467
- * "DBInstance": {
468
- * "AllocatedStorage": 20,
469
- * "AssociatedRoles": [],
470
- * "AutoMinorVersionUpgrade": true,
471
- * "BackupRetentionPeriod": 1,
472
- * "CACertificateIdentifier": "rds-ca-2019",
473
- * "CopyTagsToSnapshot": false,
474
- * "DBInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:test-mysql-instance",
475
- * "DBInstanceClass": "db.t3.micro",
476
- * "DBInstanceIdentifier": "test-mysql-instance",
477
- * "DBInstanceStatus": "creating",
478
- * "DBParameterGroups": [
467
+ * DBInstance: {
468
+ * AllocatedStorage: 20,
469
+ * AssociatedRoles: [],
470
+ * AutoMinorVersionUpgrade: true,
471
+ * BackupRetentionPeriod: 1,
472
+ * CACertificateIdentifier: "rds-ca-2019",
473
+ * CopyTagsToSnapshot: false,
474
+ * DBInstanceArn: "arn:aws:rds:us-west-2:123456789012:db:test-mysql-instance",
475
+ * DBInstanceClass: "db.t3.micro",
476
+ * DBInstanceIdentifier: "test-mysql-instance",
477
+ * DBInstanceStatus: "creating",
478
+ * DBParameterGroups: [
479
479
  * {
480
- * "DBParameterGroupName": "default.mysql5.7",
481
- * "ParameterApplyStatus": "in-sync"
480
+ * DBParameterGroupName: "default.mysql5.7",
481
+ * ParameterApplyStatus: "in-sync"
482
482
  * }
483
483
  * ],
484
- * "DBSecurityGroups": [],
485
- * "DBSubnetGroup": {
486
- * "DBSubnetGroupDescription": "default",
487
- * "DBSubnetGroupName": "default",
488
- * "SubnetGroupStatus": "Complete",
489
- * "Subnets": [
484
+ * DBSecurityGroups: [],
485
+ * DBSubnetGroup: {
486
+ * DBSubnetGroupDescription: "default",
487
+ * DBSubnetGroupName: "default",
488
+ * SubnetGroupStatus: "Complete",
489
+ * Subnets: [
490
490
  * {
491
- * "SubnetAvailabilityZone": {
492
- * "Name": "us-west-2c"
491
+ * SubnetAvailabilityZone: {
492
+ * Name: "us-west-2c"
493
493
  * },
494
- * "SubnetIdentifier": "subnet-########",
495
- * "SubnetStatus": "Active"
494
+ * SubnetIdentifier: "subnet-########",
495
+ * SubnetStatus: "Active"
496
496
  * },
497
497
  * {
498
- * "SubnetAvailabilityZone": {
499
- * "Name": "us-west-2d"
498
+ * SubnetAvailabilityZone: {
499
+ * Name: "us-west-2d"
500
500
  * },
501
- * "SubnetIdentifier": "subnet-########",
502
- * "SubnetStatus": "Active"
501
+ * SubnetIdentifier: "subnet-########",
502
+ * SubnetStatus: "Active"
503
503
  * },
504
504
  * {
505
- * "SubnetAvailabilityZone": {
506
- * "Name": "us-west-2a"
505
+ * SubnetAvailabilityZone: {
506
+ * Name: "us-west-2a"
507
507
  * },
508
- * "SubnetIdentifier": "subnet-########",
509
- * "SubnetStatus": "Active"
508
+ * SubnetIdentifier: "subnet-########",
509
+ * SubnetStatus: "Active"
510
510
  * },
511
511
  * {
512
- * "SubnetAvailabilityZone": {
513
- * "Name": "us-west-2b"
512
+ * SubnetAvailabilityZone: {
513
+ * Name: "us-west-2b"
514
514
  * },
515
- * "SubnetIdentifier": "subnet-########",
516
- * "SubnetStatus": "Active"
515
+ * SubnetIdentifier: "subnet-########",
516
+ * SubnetStatus: "Active"
517
517
  * }
518
518
  * ],
519
- * "VpcId": "vpc-2ff2ff2f"
519
+ * VpcId: "vpc-2ff2ff2f"
520
520
  * },
521
- * "DbInstancePort": 0,
522
- * "DbiResourceId": "db-5555EXAMPLE44444444EXAMPLE",
523
- * "DeletionProtection": false,
524
- * "DomainMemberships": [],
525
- * "Engine": "mysql",
526
- * "EngineVersion": "5.7.22",
527
- * "IAMDatabaseAuthenticationEnabled": false,
528
- * "LicenseModel": "general-public-license",
529
- * "MasterUsername": "admin",
530
- * "MonitoringInterval": 0,
531
- * "MultiAZ": false,
532
- * "OptionGroupMemberships": [
521
+ * DbInstancePort: 0,
522
+ * DbiResourceId: "db-5555EXAMPLE44444444EXAMPLE",
523
+ * DeletionProtection: false,
524
+ * DomainMemberships: [],
525
+ * Engine: "mysql",
526
+ * EngineVersion: "5.7.22",
527
+ * IAMDatabaseAuthenticationEnabled: false,
528
+ * LicenseModel: "general-public-license",
529
+ * MasterUsername: "admin",
530
+ * MonitoringInterval: 0,
531
+ * MultiAZ: false,
532
+ * OptionGroupMemberships: [
533
533
  * {
534
- * "OptionGroupName": "default:mysql-5-7",
535
- * "Status": "in-sync"
534
+ * OptionGroupName: "default:mysql-5-7",
535
+ * Status: "in-sync"
536
536
  * }
537
537
  * ],
538
- * "PendingModifiedValues": {
539
- * "MasterUserPassword": "****"
538
+ * PendingModifiedValues: {
539
+ * MasterUserPassword: "****"
540
540
  * },
541
- * "PerformanceInsightsEnabled": false,
542
- * "PreferredBackupWindow": "12:55-13:25",
543
- * "PreferredMaintenanceWindow": "sun:08:07-sun:08:37",
544
- * "PubliclyAccessible": true,
545
- * "ReadReplicaDBInstanceIdentifiers": [],
546
- * "StorageEncrypted": false,
547
- * "StorageType": "gp2",
548
- * "VpcSecurityGroups": [
541
+ * PerformanceInsightsEnabled: false,
542
+ * PreferredBackupWindow: "12:55-13:25",
543
+ * PreferredMaintenanceWindow: "sun:08:07-sun:08:37",
544
+ * PubliclyAccessible: true,
545
+ * ReadReplicaDBInstanceIdentifiers: [],
546
+ * StorageEncrypted: false,
547
+ * StorageType: "gp2",
548
+ * VpcSecurityGroups: [
549
549
  * {
550
- * "Status": "active",
551
- * "VpcSecurityGroupId": "sg-12345abc"
550
+ * Status: "active",
551
+ * VpcSecurityGroupId: "sg-12345abc"
552
552
  * }
553
553
  * ]
554
554
  * }
555
555
  * }
556
556
  * *\/
557
- * // example id: to-create-a-db-instance-1679703299533
558
557
  * ```
559
558
  *
559
+ * @public
560
560
  */
561
561
  export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
562
562
  /** @internal type navigation helper, not in runtime. */
@@ -439,30 +439,30 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
439
439
  * @throws {@link RDSServiceException}
440
440
  * <p>Base exception class for all service exceptions from RDS service.</p>
441
441
  *
442
- * @public
442
+ *
443
443
  * @example To create a DB instance read replica
444
444
  * ```javascript
445
445
  * // This example creates a read replica of an existing DB instance named test-instance. The read replica is named test-instance-repl.
446
446
  * const input = {
447
- * "DBInstanceIdentifier": "test-instance-repl",
448
- * "SourceDBInstanceIdentifier": "test-instance"
447
+ * DBInstanceIdentifier: "test-instance-repl",
448
+ * SourceDBInstanceIdentifier: "test-instance"
449
449
  * };
450
450
  * const command = new CreateDBInstanceReadReplicaCommand(input);
451
451
  * const response = await client.send(command);
452
- * /* response ==
452
+ * /* response is
453
453
  * {
454
- * "DBInstance": {
455
- * "DBInstanceArn": "arn:aws:rds:us-east-1:123456789012:db:test-instance-repl",
456
- * "DBInstanceIdentifier": "test-instance-repl",
457
- * "IAMDatabaseAuthenticationEnabled": false,
458
- * "MonitoringInterval": 0,
459
- * "ReadReplicaSourceDBInstanceIdentifier": "test-instance"
454
+ * DBInstance: {
455
+ * DBInstanceArn: "arn:aws:rds:us-east-1:123456789012:db:test-instance-repl",
456
+ * DBInstanceIdentifier: "test-instance-repl",
457
+ * IAMDatabaseAuthenticationEnabled: false,
458
+ * MonitoringInterval: 0,
459
+ * ReadReplicaSourceDBInstanceIdentifier: "test-instance"
460
460
  * }
461
461
  * }
462
462
  * *\/
463
- * // example id: to-create-a-db-instance-read-replica-1680129486105
464
463
  * ```
465
464
  *
465
+ * @public
466
466
  */
467
467
  export declare class CreateDBInstanceReadReplicaCommand extends CreateDBInstanceReadReplicaCommand_base {
468
468
  /** @internal type navigation helper, not in runtime. */
@@ -82,30 +82,30 @@ declare const CreateDBParameterGroupCommand_base: {
82
82
  * @throws {@link RDSServiceException}
83
83
  * <p>Base exception class for all service exceptions from RDS service.</p>
84
84
  *
85
- * @public
85
+ *
86
86
  * @example To create a DB parameter group
87
87
  * ```javascript
88
88
  * // The following example creates a DB parameter group.
89
89
  * const input = {
90
- * "DBParameterGroupFamily": "MySQL8.0",
91
- * "DBParameterGroupName": "mydbparametergroup",
92
- * "Description": "My new parameter group"
90
+ * DBParameterGroupFamily: "MySQL8.0",
91
+ * DBParameterGroupName: "mydbparametergroup",
92
+ * Description: "My new parameter group"
93
93
  * };
94
94
  * const command = new CreateDBParameterGroupCommand(input);
95
95
  * const response = await client.send(command);
96
- * /* response ==
96
+ * /* response is
97
97
  * {
98
- * "DBParameterGroup": {
99
- * "DBParameterGroupArn": "arn:aws:rds:us-east-1:123456789012:pg:mydbparametergroup",
100
- * "DBParameterGroupFamily": "mysql8.0",
101
- * "DBParameterGroupName": "mydbparametergroup",
102
- * "Description": "My new parameter group"
98
+ * DBParameterGroup: {
99
+ * DBParameterGroupArn: "arn:aws:rds:us-east-1:123456789012:pg:mydbparametergroup",
100
+ * DBParameterGroupFamily: "mysql8.0",
101
+ * DBParameterGroupName: "mydbparametergroup",
102
+ * Description: "My new parameter group"
103
103
  * }
104
104
  * }
105
105
  * *\/
106
- * // example id: to-create-a-db-parameter-group-1679939227970
107
106
  * ```
108
107
  *
108
+ * @public
109
109
  */
110
110
  export declare class CreateDBParameterGroupCommand extends CreateDBParameterGroupCommand_base {
111
111
  /** @internal type navigation helper, not in runtime. */
@@ -119,6 +119,7 @@ declare const CreateDBProxyCommand_base: {
119
119
  * @throws {@link RDSServiceException}
120
120
  * <p>Base exception class for all service exceptions from RDS service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class CreateDBProxyCommand extends CreateDBProxyCommand_base {
@@ -101,6 +101,7 @@ declare const CreateDBProxyEndpointCommand_base: {
101
101
  * @throws {@link RDSServiceException}
102
102
  * <p>Base exception class for all service exceptions from RDS service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class CreateDBProxyEndpointCommand extends CreateDBProxyEndpointCommand_base {
@@ -100,24 +100,24 @@ declare const CreateDBSecurityGroupCommand_base: {
100
100
  * @throws {@link RDSServiceException}
101
101
  * <p>Base exception class for all service exceptions from RDS service.</p>
102
102
  *
103
- * @public
103
+ *
104
104
  * @example To create a DB security group.
105
105
  * ```javascript
106
106
  * // This example creates a DB security group.
107
107
  * const input = {
108
- * "DBSecurityGroupDescription": "My DB security group",
109
- * "DBSecurityGroupName": "mydbsecuritygroup"
108
+ * DBSecurityGroupDescription: "My DB security group",
109
+ * DBSecurityGroupName: "mydbsecuritygroup"
110
110
  * };
111
111
  * const command = new CreateDBSecurityGroupCommand(input);
112
112
  * const response = await client.send(command);
113
- * /* response ==
113
+ * /* response is
114
114
  * {
115
- * "DBSecurityGroup": {}
115
+ * DBSecurityGroup: { /* empty *\/ }
116
116
  * }
117
117
  * *\/
118
- * // example id: create-db-security-group-41b6786a-539e-42a5-a645-a8bc3cf99353
119
118
  * ```
120
119
  *
120
+ * @public
121
121
  */
122
122
  export declare class CreateDBSecurityGroupCommand extends CreateDBSecurityGroupCommand_base {
123
123
  /** @internal type navigation helper, not in runtime. */
@@ -104,6 +104,7 @@ declare const CreateDBShardGroupCommand_base: {
104
104
  * @throws {@link RDSServiceException}
105
105
  * <p>Base exception class for all service exceptions from RDS service.</p>
106
106
  *
107
+ *
107
108
  * @public
108
109
  */
109
110
  export declare class CreateDBShardGroupCommand extends CreateDBShardGroupCommand_base {
@@ -124,48 +124,48 @@ declare const CreateDBSnapshotCommand_base: {
124
124
  * @throws {@link RDSServiceException}
125
125
  * <p>Base exception class for all service exceptions from RDS service.</p>
126
126
  *
127
- * @public
127
+ *
128
128
  * @example To create a DB snapshot
129
129
  * ```javascript
130
130
  * // The following example creates a DB snapshot.
131
131
  * const input = {
132
- * "DBInstanceIdentifier": "mydbsnapshot",
133
- * "DBSnapshotIdentifier": "database-mysql"
132
+ * DBInstanceIdentifier: "mydbsnapshot",
133
+ * DBSnapshotIdentifier: "database-mysql"
134
134
  * };
135
135
  * const command = new CreateDBSnapshotCommand(input);
136
136
  * const response = await client.send(command);
137
- * /* response ==
137
+ * /* response is
138
138
  * {
139
- * "DBSnapshot": {
140
- * "AllocatedStorage": 100,
141
- * "AvailabilityZone": "us-east-1b",
142
- * "DBInstanceIdentifier": "database-mysql",
143
- * "DBSnapshotArn": "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
144
- * "DBSnapshotIdentifier": "mydbsnapshot",
145
- * "DbiResourceId": "db-AKIAIOSFODNN7EXAMPLE",
146
- * "Encrypted": true,
147
- * "Engine": "mysql",
148
- * "EngineVersion": "8.0.32",
149
- * "IAMDatabaseAuthenticationEnabled": false,
150
- * "InstanceCreateTime": "2019-04-30T15:45:53.663Z",
151
- * "Iops": 1000,
152
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
153
- * "LicenseModel": "general-public-license",
154
- * "MasterUsername": "admin",
155
- * "OptionGroupName": "default:mysql-8-0",
156
- * "PercentProgress": 0,
157
- * "Port": 3306,
158
- * "ProcessorFeatures": [],
159
- * "SnapshotType": "manual",
160
- * "Status": "creating",
161
- * "StorageType": "io1",
162
- * "VpcId": "vpc-6594f31c"
139
+ * DBSnapshot: {
140
+ * AllocatedStorage: 100,
141
+ * AvailabilityZone: "us-east-1b",
142
+ * DBInstanceIdentifier: "database-mysql",
143
+ * DBSnapshotArn: "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
144
+ * DBSnapshotIdentifier: "mydbsnapshot",
145
+ * DbiResourceId: "db-AKIAIOSFODNN7EXAMPLE",
146
+ * Encrypted: true,
147
+ * Engine: "mysql",
148
+ * EngineVersion: "8.0.32",
149
+ * IAMDatabaseAuthenticationEnabled: false,
150
+ * InstanceCreateTime: "2019-04-30T15:45:53.663Z",
151
+ * Iops: 1000,
152
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
153
+ * LicenseModel: "general-public-license",
154
+ * MasterUsername: "admin",
155
+ * OptionGroupName: "default:mysql-8-0",
156
+ * PercentProgress: 0,
157
+ * Port: 3306,
158
+ * ProcessorFeatures: [],
159
+ * SnapshotType: "manual",
160
+ * Status: "creating",
161
+ * StorageType: "io1",
162
+ * VpcId: "vpc-6594f31c"
163
163
  * }
164
164
  * }
165
165
  * *\/
166
- * // example id: to-create-a-db-snapshot-1679939585361
167
166
  * ```
168
167
  *
168
+ * @public
169
169
  */
170
170
  export declare class CreateDBSnapshotCommand extends CreateDBSnapshotCommand_base {
171
171
  /** @internal type navigation helper, not in runtime. */
@@ -103,14 +103,14 @@ declare const CreateDBSubnetGroupCommand_base: {
103
103
  * @throws {@link RDSServiceException}
104
104
  * <p>Base exception class for all service exceptions from RDS service.</p>
105
105
  *
106
- * @public
106
+ *
107
107
  * @example To create a DB subnet group
108
108
  * ```javascript
109
109
  * // The following example creates a DB subnet group called mysubnetgroup using existing subnets.
110
110
  * const input = {
111
- * "DBSubnetGroupDescription": "test DB subnet group",
112
- * "DBSubnetGroupName": "mysubnetgroup",
113
- * "SubnetIds": [
111
+ * DBSubnetGroupDescription: "test DB subnet group",
112
+ * DBSubnetGroupName: "mysubnetgroup",
113
+ * SubnetIds: [
114
114
  * "subnet-0a1dc4e1a6f123456",
115
115
  * "subnet-070dd7ecb3aaaaaaa",
116
116
  * "subnet-00f5b198bc0abcdef"
@@ -118,43 +118,43 @@ declare const CreateDBSubnetGroupCommand_base: {
118
118
  * };
119
119
  * const command = new CreateDBSubnetGroupCommand(input);
120
120
  * const response = await client.send(command);
121
- * /* response ==
121
+ * /* response is
122
122
  * {
123
- * "DBSubnetGroup": {
124
- * "DBSubnetGroupArn": "arn:aws:rds:us-west-2:0123456789012:subgrp:mysubnetgroup",
125
- * "DBSubnetGroupDescription": "test DB subnet group",
126
- * "DBSubnetGroupName": "mysubnetgroup",
127
- * "SubnetGroupStatus": "Complete",
128
- * "Subnets": [
123
+ * DBSubnetGroup: {
124
+ * DBSubnetGroupArn: "arn:aws:rds:us-west-2:0123456789012:subgrp:mysubnetgroup",
125
+ * DBSubnetGroupDescription: "test DB subnet group",
126
+ * DBSubnetGroupName: "mysubnetgroup",
127
+ * SubnetGroupStatus: "Complete",
128
+ * Subnets: [
129
129
  * {
130
- * "SubnetAvailabilityZone": {
131
- * "Name": "us-west-2b"
130
+ * SubnetAvailabilityZone: {
131
+ * Name: "us-west-2b"
132
132
  * },
133
- * "SubnetIdentifier": "subnet-070dd7ecb3aaaaaaa",
134
- * "SubnetStatus": "Active"
133
+ * SubnetIdentifier: "subnet-070dd7ecb3aaaaaaa",
134
+ * SubnetStatus: "Active"
135
135
  * },
136
136
  * {
137
- * "SubnetAvailabilityZone": {
138
- * "Name": "us-west-2d"
137
+ * SubnetAvailabilityZone: {
138
+ * Name: "us-west-2d"
139
139
  * },
140
- * "SubnetIdentifier": "subnet-00f5b198bc0abcdef",
141
- * "SubnetStatus": "Active"
140
+ * SubnetIdentifier: "subnet-00f5b198bc0abcdef",
141
+ * SubnetStatus: "Active"
142
142
  * },
143
143
  * {
144
- * "SubnetAvailabilityZone": {
145
- * "Name": "us-west-2b"
144
+ * SubnetAvailabilityZone: {
145
+ * Name: "us-west-2b"
146
146
  * },
147
- * "SubnetIdentifier": "subnet-0a1dc4e1a6f123456",
148
- * "SubnetStatus": "Active"
147
+ * SubnetIdentifier: "subnet-0a1dc4e1a6f123456",
148
+ * SubnetStatus: "Active"
149
149
  * }
150
150
  * ],
151
- * "VpcId": "vpc-0f08e7610a1b2c3d4"
151
+ * VpcId: "vpc-0f08e7610a1b2c3d4"
152
152
  * }
153
153
  * }
154
154
  * *\/
155
- * // example id: to-create-a-db-subnet-group-1679942682822
156
155
  * ```
157
156
  *
157
+ * @public
158
158
  */
159
159
  export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
160
160
  /** @internal type navigation helper, not in runtime. */
@@ -128,42 +128,42 @@ declare const CreateEventSubscriptionCommand_base: {
128
128
  * @throws {@link RDSServiceException}
129
129
  * <p>Base exception class for all service exceptions from RDS service.</p>
130
130
  *
131
- * @public
131
+ *
132
132
  * @example To create an event subscription
133
133
  * ```javascript
134
134
  * // The following example creates a subscription for backup and recovery events for DB instances in the current AWS account. Notifications are sent to an Amazon Simple Notification Service topic.
135
135
  * const input = {
136
- * "EventCategories": [
136
+ * EventCategories: [
137
137
  * "backup",
138
138
  * "recovery"
139
139
  * ],
140
- * "SnsTopicArn": "arn:aws:sns:us-east-1:123456789012:interesting-events",
141
- * "SourceType": "db-instance",
142
- * "SubscriptionName": "my-instance-events"
140
+ * SnsTopicArn: "arn:aws:sns:us-east-1:123456789012:interesting-events",
141
+ * SourceType: "db-instance",
142
+ * SubscriptionName: "my-instance-events"
143
143
  * };
144
144
  * const command = new CreateEventSubscriptionCommand(input);
145
145
  * const response = await client.send(command);
146
- * /* response ==
146
+ * /* response is
147
147
  * {
148
- * "EventSubscription": {
149
- * "CustSubscriptionId": "my-instance-events",
150
- * "CustomerAwsId": "123456789012",
151
- * "Enabled": true,
152
- * "EventCategoriesList": [
148
+ * EventSubscription: {
149
+ * CustSubscriptionId: "my-instance-events",
150
+ * CustomerAwsId: "123456789012",
151
+ * Enabled: true,
152
+ * EventCategoriesList: [
153
153
  * "backup",
154
154
  * "recovery"
155
155
  * ],
156
- * "EventSubscriptionArn": "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
157
- * "SnsTopicArn": "arn:aws:sns:us-east-1:123456789012:interesting-events",
158
- * "SourceType": "db-instance",
159
- * "Status": "creating",
160
- * "SubscriptionCreationTime": "Tue Jul 31 23:22:01 UTC 2018"
156
+ * EventSubscriptionArn: "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
157
+ * SnsTopicArn: "arn:aws:sns:us-east-1:123456789012:interesting-events",
158
+ * SourceType: "db-instance",
159
+ * Status: "creating",
160
+ * SubscriptionCreationTime: "Tue Jul 31 23:22:01 UTC 2018"
161
161
  * }
162
162
  * }
163
163
  * *\/
164
- * // example id: to-create-an-event-subscription-1679956709288
165
164
  * ```
166
165
  *
166
+ * @public
167
167
  */
168
168
  export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
169
169
  /** @internal type navigation helper, not in runtime. */
@@ -128,34 +128,34 @@ declare const CreateGlobalClusterCommand_base: {
128
128
  * @throws {@link RDSServiceException}
129
129
  * <p>Base exception class for all service exceptions from RDS service.</p>
130
130
  *
131
- * @public
131
+ *
132
132
  * @example To create a global DB cluster
133
133
  * ```javascript
134
134
  * // The following example creates a new Aurora MySQL-compatible global DB cluster.
135
135
  * const input = {
136
- * "Engine": "aurora-mysql",
137
- * "GlobalClusterIdentifier": "myglobalcluster"
136
+ * Engine: "aurora-mysql",
137
+ * GlobalClusterIdentifier: "myglobalcluster"
138
138
  * };
139
139
  * const command = new CreateGlobalClusterCommand(input);
140
140
  * const response = await client.send(command);
141
- * /* response ==
141
+ * /* response is
142
142
  * {
143
- * "GlobalCluster": {
144
- * "DeletionProtection": false,
145
- * "Engine": "aurora-mysql",
146
- * "EngineVersion": "5.7.mysql_aurora.2.07.2",
147
- * "GlobalClusterArn": "arn:aws:rds::123456789012:global-cluster:myglobalcluster",
148
- * "GlobalClusterIdentifier": "myglobalcluster",
149
- * "GlobalClusterMembers": [],
150
- * "GlobalClusterResourceId": "cluster-f0e523bfe07aabb",
151
- * "Status": "available",
152
- * "StorageEncrypted": false
143
+ * GlobalCluster: {
144
+ * DeletionProtection: false,
145
+ * Engine: "aurora-mysql",
146
+ * EngineVersion: "5.7.mysql_aurora.2.07.2",
147
+ * GlobalClusterArn: "arn:aws:rds::123456789012:global-cluster:myglobalcluster",
148
+ * GlobalClusterIdentifier: "myglobalcluster",
149
+ * GlobalClusterMembers: [],
150
+ * GlobalClusterResourceId: "cluster-f0e523bfe07aabb",
151
+ * Status: "available",
152
+ * StorageEncrypted: false
153
153
  * }
154
154
  * }
155
155
  * *\/
156
- * // example id: to-create-a-global-db-cluster-1679957040413
157
156
  * ```
158
157
  *
158
+ * @public
159
159
  */
160
160
  export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
161
161
  /** @internal type navigation helper, not in runtime. */