@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
@@ -67,18 +67,21 @@ declare const DeleteDBSecurityGroupCommand_base: {
67
67
  * @throws {@link RDSServiceException}
68
68
  * <p>Base exception class for all service exceptions from RDS service.</p>
69
69
  *
70
- * @public
70
+ *
71
71
  * @example To delete a DB security group
72
72
  * ```javascript
73
73
  * // The following example deletes a DB security group.
74
74
  * const input = {
75
- * "DBSecurityGroupName": "mysecgroup"
75
+ * DBSecurityGroupName: "mysecgroup"
76
76
  * };
77
77
  * const command = new DeleteDBSecurityGroupCommand(input);
78
- * await client.send(command);
79
- * // example id: to-delete-a-db-security-group-1473960141889
78
+ * const response = await client.send(command);
79
+ * /* response is
80
+ * { /* metadata only *\/ }
81
+ * *\/
80
82
  * ```
81
83
  *
84
+ * @public
82
85
  */
83
86
  export declare class DeleteDBSecurityGroupCommand extends DeleteDBSecurityGroupCommand_base {
84
87
  /** @internal type navigation helper, not in runtime. */
@@ -78,6 +78,7 @@ declare const DeleteDBShardGroupCommand_base: {
78
78
  * @throws {@link RDSServiceException}
79
79
  * <p>Base exception class for all service exceptions from RDS service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteDBShardGroupCommand extends DeleteDBShardGroupCommand_base {
@@ -112,48 +112,48 @@ declare const DeleteDBSnapshotCommand_base: {
112
112
  * @throws {@link RDSServiceException}
113
113
  * <p>Base exception class for all service exceptions from RDS service.</p>
114
114
  *
115
- * @public
115
+ *
116
116
  * @example To delete a DB snapshot
117
117
  * ```javascript
118
118
  * // The following example deletes the specified DB snapshot.
119
119
  * const input = {
120
- * "DBSnapshotIdentifier": "mydbsnapshot"
120
+ * DBSnapshotIdentifier: "mydbsnapshot"
121
121
  * };
122
122
  * const command = new DeleteDBSnapshotCommand(input);
123
123
  * const response = await client.send(command);
124
- * /* response ==
124
+ * /* response is
125
125
  * {
126
- * "DBSnapshot": {
127
- * "AllocatedStorage": 100,
128
- * "AvailabilityZone": "us-east-1b",
129
- * "DBInstanceIdentifier": "database-mysql",
130
- * "DBSnapshotArn": "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
131
- * "DBSnapshotIdentifier": "mydbsnapshot",
132
- * "DbiResourceId": "db-AKIAIOSFODNN7EXAMPLE",
133
- * "Encrypted": true,
134
- * "Engine": "mysql",
135
- * "EngineVersion": "5.6.40",
136
- * "IAMDatabaseAuthenticationEnabled": false,
137
- * "InstanceCreateTime": "2019-04-30T15:45:53.663Z",
138
- * "Iops": 1000,
139
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
140
- * "LicenseModel": "general-public-license",
141
- * "MasterUsername": "admin",
142
- * "OptionGroupName": "default:mysql-5-6",
143
- * "PercentProgress": 100,
144
- * "Port": 3306,
145
- * "ProcessorFeatures": [],
146
- * "SnapshotCreateTime": "2019-06-18T22:08:40.702Z",
147
- * "SnapshotType": "manual",
148
- * "Status": "deleted",
149
- * "StorageType": "io1",
150
- * "VpcId": "vpc-6594f31c"
126
+ * DBSnapshot: {
127
+ * AllocatedStorage: 100,
128
+ * AvailabilityZone: "us-east-1b",
129
+ * DBInstanceIdentifier: "database-mysql",
130
+ * DBSnapshotArn: "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
131
+ * DBSnapshotIdentifier: "mydbsnapshot",
132
+ * DbiResourceId: "db-AKIAIOSFODNN7EXAMPLE",
133
+ * Encrypted: true,
134
+ * Engine: "mysql",
135
+ * EngineVersion: "5.6.40",
136
+ * IAMDatabaseAuthenticationEnabled: false,
137
+ * InstanceCreateTime: "2019-04-30T15:45:53.663Z",
138
+ * Iops: 1000,
139
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
140
+ * LicenseModel: "general-public-license",
141
+ * MasterUsername: "admin",
142
+ * OptionGroupName: "default:mysql-5-6",
143
+ * PercentProgress: 100,
144
+ * Port: 3306,
145
+ * ProcessorFeatures: [],
146
+ * SnapshotCreateTime: "2019-06-18T22:08:40.702Z",
147
+ * SnapshotType: "manual",
148
+ * Status: "deleted",
149
+ * StorageType: "io1",
150
+ * VpcId: "vpc-6594f31c"
151
151
  * }
152
152
  * }
153
153
  * *\/
154
- * // example id: to-delete-a-db-snapshot-1680111103708
155
154
  * ```
156
155
  *
156
+ * @public
157
157
  */
158
158
  export declare class DeleteDBSnapshotCommand extends DeleteDBSnapshotCommand_base {
159
159
  /** @internal type navigation helper, not in runtime. */
@@ -65,18 +65,21 @@ declare const DeleteDBSubnetGroupCommand_base: {
65
65
  * @throws {@link RDSServiceException}
66
66
  * <p>Base exception class for all service exceptions from RDS service.</p>
67
67
  *
68
- * @public
68
+ *
69
69
  * @example To delete a DB subnet group
70
70
  * ```javascript
71
71
  * // The following example deletes the DB subnet group called mysubnetgroup.
72
72
  * const input = {
73
- * "DBSubnetGroupName": "mysubnetgroup"
73
+ * DBSubnetGroupName: "mysubnetgroup"
74
74
  * };
75
75
  * const command = new DeleteDBSubnetGroupCommand(input);
76
- * await client.send(command);
77
- * // example id: to-delete-a-db-subnet-group-1680127744982
76
+ * const response = await client.send(command);
77
+ * /* response is
78
+ * { /* metadata only *\/ }
79
+ * *\/
78
80
  * ```
79
81
  *
82
+ * @public
80
83
  */
81
84
  export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
82
85
  /** @internal type navigation helper, not in runtime. */
@@ -75,39 +75,39 @@ declare const DeleteEventSubscriptionCommand_base: {
75
75
  * @throws {@link RDSServiceException}
76
76
  * <p>Base exception class for all service exceptions from RDS service.</p>
77
77
  *
78
- * @public
78
+ *
79
79
  * @example To delete an event subscription
80
80
  * ```javascript
81
81
  * // The following example deletes the specified event subscription.
82
82
  * const input = {
83
- * "SubscriptionName": "my-instance-events"
83
+ * SubscriptionName: "my-instance-events"
84
84
  * };
85
85
  * const command = new DeleteEventSubscriptionCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "EventSubscription": {
90
- * "CustSubscriptionId": "my-instance-events",
91
- * "CustomerAwsId": "123456789012",
92
- * "Enabled": false,
93
- * "EventCategoriesList": [
89
+ * EventSubscription: {
90
+ * CustSubscriptionId: "my-instance-events",
91
+ * CustomerAwsId: "123456789012",
92
+ * Enabled: false,
93
+ * EventCategoriesList: [
94
94
  * "backup",
95
95
  * "recovery"
96
96
  * ],
97
- * "EventSubscriptionArn": "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
98
- * "SnsTopicArn": "arn:aws:sns:us-east-1:123456789012:interesting-events",
99
- * "SourceIdsList": [
97
+ * EventSubscriptionArn: "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
98
+ * SnsTopicArn: "arn:aws:sns:us-east-1:123456789012:interesting-events",
99
+ * SourceIdsList: [
100
100
  * "test-instance"
101
101
  * ],
102
- * "SourceType": "db-instance",
103
- * "Status": "deleting",
104
- * "SubscriptionCreationTime": "2018-07-31 23:22:01.893"
102
+ * SourceType: "db-instance",
103
+ * Status: "deleting",
104
+ * SubscriptionCreationTime: "2018-07-31 23:22:01.893"
105
105
  * }
106
106
  * }
107
107
  * *\/
108
- * // example id: to-delete-an-event-subscription-1680128383147
109
108
  * ```
110
109
  *
110
+ * @public
111
111
  */
112
112
  export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
113
113
  /** @internal type navigation helper, not in runtime. */
@@ -99,33 +99,33 @@ declare const DeleteGlobalClusterCommand_base: {
99
99
  * @throws {@link RDSServiceException}
100
100
  * <p>Base exception class for all service exceptions from RDS service.</p>
101
101
  *
102
- * @public
102
+ *
103
103
  * @example To delete a global DB cluster
104
104
  * ```javascript
105
105
  * // The following example deletes an Aurora MySQL-compatible global DB cluster.
106
106
  * const input = {
107
- * "GlobalClusterIdentifier": "myglobalcluster"
107
+ * GlobalClusterIdentifier: "myglobalcluster"
108
108
  * };
109
109
  * const command = new DeleteGlobalClusterCommand(input);
110
110
  * const response = await client.send(command);
111
- * /* response ==
111
+ * /* response is
112
112
  * {
113
- * "GlobalCluster": {
114
- * "DeletionProtection": false,
115
- * "Engine": "aurora-mysql",
116
- * "EngineVersion": "5.7.mysql_aurora.2.07.2",
117
- * "GlobalClusterArn": "arn:aws:rds::123456789012:global-cluster:myglobalcluster",
118
- * "GlobalClusterIdentifier": "myglobalcluster",
119
- * "GlobalClusterMembers": [],
120
- * "GlobalClusterResourceId": "cluster-f0e523bfe07aabb",
121
- * "Status": "available",
122
- * "StorageEncrypted": false
113
+ * GlobalCluster: {
114
+ * DeletionProtection: false,
115
+ * Engine: "aurora-mysql",
116
+ * EngineVersion: "5.7.mysql_aurora.2.07.2",
117
+ * GlobalClusterArn: "arn:aws:rds::123456789012:global-cluster:myglobalcluster",
118
+ * GlobalClusterIdentifier: "myglobalcluster",
119
+ * GlobalClusterMembers: [],
120
+ * GlobalClusterResourceId: "cluster-f0e523bfe07aabb",
121
+ * Status: "available",
122
+ * StorageEncrypted: false
123
123
  * }
124
124
  * }
125
125
  * *\/
126
- * // example id: to-delete-a-global-db-cluster-1680128523630
127
126
  * ```
128
127
  *
128
+ * @public
129
129
  */
130
130
  export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
131
131
  /** @internal type navigation helper, not in runtime. */
@@ -88,30 +88,30 @@ declare const DeleteIntegrationCommand_base: {
88
88
  * @throws {@link RDSServiceException}
89
89
  * <p>Base exception class for all service exceptions from RDS service.</p>
90
90
  *
91
- * @public
91
+ *
92
92
  * @example To delete a zero-ETL integration
93
93
  * ```javascript
94
94
  * // The following example deletes a zero-ETL integration with Amazon Redshift.
95
95
  * const input = {
96
- * "IntegrationIdentifier": "5b9f3d79-7392-4a3e-896c-58eaa1b53231"
96
+ * IntegrationIdentifier: "5b9f3d79-7392-4a3e-896c-58eaa1b53231"
97
97
  * };
98
98
  * const command = new DeleteIntegrationCommand(input);
99
99
  * const response = await client.send(command);
100
- * /* response ==
100
+ * /* response is
101
101
  * {
102
- * "CreateTime": "2023-12-28T17:20:20.629Z",
103
- * "IntegrationArn": "arn:aws:rds:us-east-1:123456789012:integration:5b9f3d79-7392-4a3e-896c-58eaa1b53231",
104
- * "IntegrationName": "my-integration",
105
- * "KMSKeyId": "arn:aws:kms:us-east-1:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLEaaaaa",
106
- * "SourceArn": "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
107
- * "Status": "deleting",
108
- * "Tags": [],
109
- * "TargetArn": "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
102
+ * CreateTime: "2023-12-28T17:20:20.629Z",
103
+ * IntegrationArn: "arn:aws:rds:us-east-1:123456789012:integration:5b9f3d79-7392-4a3e-896c-58eaa1b53231",
104
+ * IntegrationName: "my-integration",
105
+ * KMSKeyId: "arn:aws:kms:us-east-1:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLEaaaaa",
106
+ * SourceArn: "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
107
+ * Status: "deleting",
108
+ * Tags: [],
109
+ * TargetArn: "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
110
110
  * }
111
111
  * *\/
112
- * // example id: to-delete-a-zero-etl-integration-1679688377231
113
112
  * ```
114
113
  *
114
+ * @public
115
115
  */
116
116
  export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
117
117
  /** @internal type navigation helper, not in runtime. */
@@ -58,18 +58,21 @@ declare const DeleteOptionGroupCommand_base: {
58
58
  * @throws {@link RDSServiceException}
59
59
  * <p>Base exception class for all service exceptions from RDS service.</p>
60
60
  *
61
- * @public
61
+ *
62
62
  * @example To delete an option group
63
63
  * ```javascript
64
64
  * // The following example deletes the specified option group.
65
65
  * const input = {
66
- * "OptionGroupName": "myoptiongroup"
66
+ * OptionGroupName: "myoptiongroup"
67
67
  * };
68
68
  * const command = new DeleteOptionGroupCommand(input);
69
- * await client.send(command);
70
- * // example id: to-delete-an-option-group-1680128894360
69
+ * const response = await client.send(command);
70
+ * /* response is
71
+ * { /* metadata only *\/ }
72
+ * *\/
71
73
  * ```
72
74
  *
75
+ * @public
73
76
  */
74
77
  export declare class DeleteOptionGroupCommand extends DeleteOptionGroupCommand_base {
75
78
  /** @internal type navigation helper, not in runtime. */
@@ -92,6 +92,7 @@ declare const DeleteTenantDatabaseCommand_base: {
92
92
  * @throws {@link RDSServiceException}
93
93
  * <p>Base exception class for all service exceptions from RDS service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeleteTenantDatabaseCommand extends DeleteTenantDatabaseCommand_base {
@@ -71,6 +71,7 @@ declare const DeregisterDBProxyTargetsCommand_base: {
71
71
  * @throws {@link RDSServiceException}
72
72
  * <p>Base exception class for all service exceptions from RDS service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeregisterDBProxyTargetsCommand extends DeregisterDBProxyTargetsCommand_base {
@@ -60,97 +60,97 @@ declare const DescribeAccountAttributesCommand_base: {
60
60
  * @throws {@link RDSServiceException}
61
61
  * <p>Base exception class for all service exceptions from RDS service.</p>
62
62
  *
63
- * @public
63
+ *
64
64
  * @example To describe account attributes
65
65
  * ```javascript
66
66
  * // The following example retrieves the attributes for the current AWS account.
67
- * const input = {};
67
+ * const input = { /* empty *\/ };
68
68
  * const command = new DescribeAccountAttributesCommand(input);
69
69
  * const response = await client.send(command);
70
- * /* response ==
70
+ * /* response is
71
71
  * {
72
- * "AccountQuotas": [
72
+ * AccountQuotas: [
73
73
  * {
74
- * "AccountQuotaName": "DBInstances",
75
- * "Max": 40,
76
- * "Used": 4
74
+ * AccountQuotaName: "DBInstances",
75
+ * Max: 40,
76
+ * Used: 4
77
77
  * },
78
78
  * {
79
- * "AccountQuotaName": "ReservedDBInstances",
80
- * "Max": 40,
81
- * "Used": 0
79
+ * AccountQuotaName: "ReservedDBInstances",
80
+ * Max: 40,
81
+ * Used: 0
82
82
  * },
83
83
  * {
84
- * "AccountQuotaName": "AllocatedStorage",
85
- * "Max": 100000,
86
- * "Used": 40
84
+ * AccountQuotaName: "AllocatedStorage",
85
+ * Max: 100000,
86
+ * Used: 40
87
87
  * },
88
88
  * {
89
- * "AccountQuotaName": "DBSecurityGroups",
90
- * "Max": 25,
91
- * "Used": 0
89
+ * AccountQuotaName: "DBSecurityGroups",
90
+ * Max: 25,
91
+ * Used: 0
92
92
  * },
93
93
  * {
94
- * "AccountQuotaName": "AuthorizationsPerDBSecurityGroup",
95
- * "Max": 20,
96
- * "Used": 0
94
+ * AccountQuotaName: "AuthorizationsPerDBSecurityGroup",
95
+ * Max: 20,
96
+ * Used: 0
97
97
  * },
98
98
  * {
99
- * "AccountQuotaName": "DBParameterGroups",
100
- * "Max": 50,
101
- * "Used": 1
99
+ * AccountQuotaName: "DBParameterGroups",
100
+ * Max: 50,
101
+ * Used: 1
102
102
  * },
103
103
  * {
104
- * "AccountQuotaName": "ManualSnapshots",
105
- * "Max": 100,
106
- * "Used": 3
104
+ * AccountQuotaName: "ManualSnapshots",
105
+ * Max: 100,
106
+ * Used: 3
107
107
  * },
108
108
  * {
109
- * "AccountQuotaName": "EventSubscriptions",
110
- * "Max": 20,
111
- * "Used": 0
109
+ * AccountQuotaName: "EventSubscriptions",
110
+ * Max: 20,
111
+ * Used: 0
112
112
  * },
113
113
  * {
114
- * "AccountQuotaName": "DBSubnetGroups",
115
- * "Max": 50,
116
- * "Used": 1
114
+ * AccountQuotaName: "DBSubnetGroups",
115
+ * Max: 50,
116
+ * Used: 1
117
117
  * },
118
118
  * {
119
- * "AccountQuotaName": "OptionGroups",
120
- * "Max": 20,
121
- * "Used": 1
119
+ * AccountQuotaName: "OptionGroups",
120
+ * Max: 20,
121
+ * Used: 1
122
122
  * },
123
123
  * {
124
- * "AccountQuotaName": "SubnetsPerDBSubnetGroup",
125
- * "Max": 20,
126
- * "Used": 6
124
+ * AccountQuotaName: "SubnetsPerDBSubnetGroup",
125
+ * Max: 20,
126
+ * Used: 6
127
127
  * },
128
128
  * {
129
- * "AccountQuotaName": "ReadReplicasPerMaster",
130
- * "Max": 5,
131
- * "Used": 0
129
+ * AccountQuotaName: "ReadReplicasPerMaster",
130
+ * Max: 5,
131
+ * Used: 0
132
132
  * },
133
133
  * {
134
- * "AccountQuotaName": "DBClusters",
135
- * "Max": 40,
136
- * "Used": 1
134
+ * AccountQuotaName: "DBClusters",
135
+ * Max: 40,
136
+ * Used: 1
137
137
  * },
138
138
  * {
139
- * "AccountQuotaName": "DBClusterParameterGroups",
140
- * "Max": 50,
141
- * "Used": 0
139
+ * AccountQuotaName: "DBClusterParameterGroups",
140
+ * Max: 50,
141
+ * Used: 0
142
142
  * },
143
143
  * {
144
- * "AccountQuotaName": "DBClusterRoles",
145
- * "Max": 5,
146
- * "Used": 0
144
+ * AccountQuotaName: "DBClusterRoles",
145
+ * Max: 5,
146
+ * Used: 0
147
147
  * }
148
148
  * ]
149
149
  * }
150
150
  * *\/
151
- * // example id: to-describe-account-attributes-1680210466935
152
151
  * ```
153
152
  *
153
+ * @public
154
154
  */
155
155
  export declare class DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_base {
156
156
  /** @internal type navigation helper, not in runtime. */