@aws-sdk/client-rds 3.776.0 → 3.782.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 +44 -44
  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 +5 -5
@@ -113,32 +113,32 @@ declare const CreateIntegrationCommand_base: {
113
113
  * @throws {@link RDSServiceException}
114
114
  * <p>Base exception class for all service exceptions from RDS service.</p>
115
115
  *
116
- * @public
116
+ *
117
117
  * @example To create a zero-ETL integration
118
118
  * ```javascript
119
119
  * // The following example creates a zero-ETL integration with Amazon Redshift.
120
120
  * const input = {
121
- * "IntegrationName": "my-integration",
122
- * "SourceArn": "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
123
- * "TargetArn": "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
121
+ * IntegrationName: "my-integration",
122
+ * SourceArn: "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
123
+ * TargetArn: "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
124
124
  * };
125
125
  * const command = new CreateIntegrationCommand(input);
126
126
  * const response = await client.send(command);
127
- * /* response ==
127
+ * /* response is
128
128
  * {
129
- * "CreateTime": "2023-12-28T17:20:20.629Z",
130
- * "IntegrationArn": "arn:aws:rds:us-east-1:123456789012:integration:5b9f3d79-7392-4a3e-896c-58eaa1b53231",
131
- * "IntegrationName": "my-integration",
132
- * "KMSKeyId": "arn:aws:kms:us-east-1:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLEaaaaa",
133
- * "SourceArn": "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
134
- * "Status": "creating",
135
- * "Tags": [],
136
- * "TargetArn": "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
129
+ * CreateTime: "2023-12-28T17:20:20.629Z",
130
+ * IntegrationArn: "arn:aws:rds:us-east-1:123456789012:integration:5b9f3d79-7392-4a3e-896c-58eaa1b53231",
131
+ * IntegrationName: "my-integration",
132
+ * KMSKeyId: "arn:aws:kms:us-east-1:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLEaaaaa",
133
+ * SourceArn: "arn:aws:rds:us-east-1:123456789012:cluster:my-cluster",
134
+ * Status: "creating",
135
+ * Tags: [],
136
+ * TargetArn: "arn:aws:redshift-serverless:us-east-1:123456789012:namespace/62c70612-0302-4db7-8414-b5e3e049f0d8"
137
137
  * }
138
138
  * *\/
139
- * // example id: to-create-a-zero-etl-integration-1679688377231
140
139
  * ```
141
140
  *
141
+ * @public
142
142
  */
143
143
  export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {
144
144
  /** @internal type navigation helper, not in runtime. */
@@ -116,34 +116,34 @@ declare const CreateOptionGroupCommand_base: {
116
116
  * @throws {@link RDSServiceException}
117
117
  * <p>Base exception class for all service exceptions from RDS service.</p>
118
118
  *
119
- * @public
119
+ *
120
120
  * @example To Create an Amazon RDS option group
121
121
  * ```javascript
122
122
  * // The following example creates a new Amazon RDS option group for Oracle MySQL version 8,0 named MyOptionGroup.
123
123
  * const input = {
124
- * "EngineName": "mysql",
125
- * "MajorEngineVersion": "8.0",
126
- * "OptionGroupDescription": "MySQL 8.0 option group",
127
- * "OptionGroupName": "MyOptionGroup"
124
+ * EngineName: "mysql",
125
+ * MajorEngineVersion: "8.0",
126
+ * OptionGroupDescription: "MySQL 8.0 option group",
127
+ * OptionGroupName: "MyOptionGroup"
128
128
  * };
129
129
  * const command = new CreateOptionGroupCommand(input);
130
130
  * const response = await client.send(command);
131
- * /* response ==
131
+ * /* response is
132
132
  * {
133
- * "OptionGroup": {
134
- * "AllowsVpcAndNonVpcInstanceMemberships": true,
135
- * "EngineName": "mysql",
136
- * "MajorEngineVersion": "8.0",
137
- * "OptionGroupArn": "arn:aws:rds:us-east-1:123456789012:og:myoptiongroup",
138
- * "OptionGroupDescription": "MySQL 8.0 option group",
139
- * "OptionGroupName": "myoptiongroup",
140
- * "Options": []
133
+ * OptionGroup: {
134
+ * AllowsVpcAndNonVpcInstanceMemberships: true,
135
+ * EngineName: "mysql",
136
+ * MajorEngineVersion: "8.0",
137
+ * OptionGroupArn: "arn:aws:rds:us-east-1:123456789012:og:myoptiongroup",
138
+ * OptionGroupDescription: "MySQL 8.0 option group",
139
+ * OptionGroupName: "myoptiongroup",
140
+ * Options: []
141
141
  * }
142
142
  * }
143
143
  * *\/
144
- * // example id: to-create-an-amazon-rds-option-group-1679958217590
145
144
  * ```
146
145
  *
146
+ * @public
147
147
  */
148
148
  export declare class CreateOptionGroupCommand extends CreateOptionGroupCommand_base {
149
149
  /** @internal type navigation helper, not in runtime. */
@@ -103,6 +103,7 @@ declare const CreateTenantDatabaseCommand_base: {
103
103
  * @throws {@link RDSServiceException}
104
104
  * <p>Base exception class for all service exceptions from RDS service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class CreateTenantDatabaseCommand extends CreateTenantDatabaseCommand_base {
@@ -96,147 +96,8 @@ declare const DeleteBlueGreenDeploymentCommand_base: {
96
96
  * @throws {@link RDSServiceException}
97
97
  * <p>Base exception class for all service exceptions from RDS service.</p>
98
98
  *
99
- * @public
100
- * @example To delete resources in green environment for an RDS for MySQL DB instance
101
- * ```javascript
102
- * // The following example deletes the resources in a green environment for an RDS for MySQL DB instance.
103
- * const input = {
104
- * "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake",
105
- * "DeleteTarget": true
106
- * };
107
- * const command = new DeleteBlueGreenDeploymentCommand(input);
108
- * const response = await client.send(command);
109
- * /* response ==
110
- * {
111
- * "BlueGreenDeployment": {
112
- * "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake",
113
- * "BlueGreenDeploymentName": "bgd-cli-test-instance",
114
- * "CreateTime": "2022-02-25T21:18:51.183000+00:00",
115
- * "DeleteTime": "2022-02-25T22:25:31.331000+00:00",
116
- * "Source": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
117
- * "Status": "DELETING",
118
- * "SwitchoverDetails": [
119
- * {
120
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
121
- * "Status": "AVAILABLE",
122
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-rkfbpe"
123
- * },
124
- * {
125
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1",
126
- * "Status": "AVAILABLE",
127
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1-green-j382ha"
128
- * },
129
- * {
130
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2",
131
- * "Status": "AVAILABLE",
132
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2-green-ejv4ao"
133
- * },
134
- * {
135
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3",
136
- * "Status": "AVAILABLE",
137
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3-green-vlpz3t"
138
- * }
139
- * ],
140
- * "Target": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-rkfbpe",
141
- * "Tasks": [
142
- * {
143
- * "Name": "CREATING_READ_REPLICA_OF_SOURCE",
144
- * "Status": "COMPLETED"
145
- * },
146
- * {
147
- * "Name": "DB_ENGINE_VERSION_UPGRADE",
148
- * "Status": "COMPLETED"
149
- * },
150
- * {
151
- * "Name": "CONFIGURE_BACKUPS",
152
- * "Status": "COMPLETED"
153
- * },
154
- * {
155
- * "Name": "CREATING_TOPOLOGY_OF_SOURCE",
156
- * "Status": "COMPLETED"
157
- * }
158
- * ]
159
- * }
160
- * }
161
- * *\/
162
- * // example id: to-delete-resources-in-green-environment-for-an-rds-for-mysql-db-instance-1679959961651
163
- * ```
164
- *
165
- * @example To delete resources in green environment for an Aurora MySQL DB cluster
166
- * ```javascript
167
- * // The following example deletes the resources in a green environment for an Aurora MySQL DB cluster.
168
- * const input = {
169
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
170
- * "DeleteTarget": true
171
- * };
172
- * const command = new DeleteBlueGreenDeploymentCommand(input);
173
- * const response = await client.send(command);
174
- * /* response ==
175
- * {
176
- * "BlueGreenDeployment": {
177
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
178
- * "BlueGreenDeploymentName": "my-blue-green-deployment",
179
- * "CreateTime": "2022-02-25T21:12:00.288000+00:00",
180
- * "DeleteTime": "2022-02-25T22:29:11.336000+00:00",
181
- * "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
182
- * "Status": "DELETING",
183
- * "SwitchoverDetails": [
184
- * {
185
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
186
- * "Status": "AVAILABLE",
187
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3rnukl"
188
- * },
189
- * {
190
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1",
191
- * "Status": "AVAILABLE",
192
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-1-green-gpmaxf"
193
- * },
194
- * {
195
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2",
196
- * "Status": "AVAILABLE",
197
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-2-green-j2oajq"
198
- * },
199
- * {
200
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3",
201
- * "Status": "AVAILABLE",
202
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-aurora-mysql-cluster-3-green-mkxies"
203
- * },
204
- * {
205
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint",
206
- * "Status": "AVAILABLE",
207
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-excluded-member-endpoint-green-4sqjrq"
208
- * },
209
- * {
210
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint",
211
- * "Status": "AVAILABLE",
212
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:my-reader-endpoint-green-gwwzlg"
213
- * }
214
- * ],
215
- * "Target": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3rnukl",
216
- * "Tasks": [
217
- * {
218
- * "Name": "CREATING_READ_REPLICA_OF_SOURCE",
219
- * "Status": "COMPLETED"
220
- * },
221
- * {
222
- * "Name": "DB_ENGINE_VERSION_UPGRADE",
223
- * "Status": "COMPLETED"
224
- * },
225
- * {
226
- * "Name": "CREATE_DB_INSTANCES_FOR_CLUSTER",
227
- * "Status": "COMPLETED"
228
- * },
229
- * {
230
- * "Name": "CREATE_CUSTOM_ENDPOINTS",
231
- * "Status": "COMPLETED"
232
- * }
233
- * ]
234
- * }
235
- * }
236
- * *\/
237
- * // example id: to-delete-resources-in-green-environment-for-an-aurora-mysql-db-cluster-1679960123935
238
- * ```
239
99
  *
100
+ * @public
240
101
  */
241
102
  export declare class DeleteBlueGreenDeploymentCommand extends DeleteBlueGreenDeploymentCommand_base {
242
103
  /** @internal type navigation helper, not in runtime. */
@@ -168,6 +168,7 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
168
168
  * @throws {@link RDSServiceException}
169
169
  * <p>Base exception class for all service exceptions from RDS service.</p>
170
170
  *
171
+ *
171
172
  * @public
172
173
  */
173
174
  export declare class DeleteCustomDBEngineVersionCommand extends DeleteCustomDBEngineVersionCommand_base {
@@ -93,6 +93,7 @@ declare const DeleteDBClusterAutomatedBackupCommand_base: {
93
93
  * @throws {@link RDSServiceException}
94
94
  * <p>Base exception class for all service exceptions from RDS service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class DeleteDBClusterAutomatedBackupCommand extends DeleteDBClusterAutomatedBackupCommand_base {
@@ -277,37 +277,37 @@ declare const DeleteDBClusterCommand_base: {
277
277
  * @throws {@link RDSServiceException}
278
278
  * <p>Base exception class for all service exceptions from RDS service.</p>
279
279
  *
280
- * @public
280
+ *
281
281
  * @example To delete a DB cluster
282
282
  * ```javascript
283
283
  * // The following example deletes the DB cluster named mycluster and takes a final snapshot named mycluster-final-snapshot. The status of the DB cluster is available while the snapshot is being taken.
284
284
  * const input = {
285
- * "DBClusterIdentifier": "mycluster",
286
- * "FinalDBSnapshotIdentifier": "mycluster-final-snapshot",
287
- * "SkipFinalSnapshot": false
285
+ * DBClusterIdentifier: "mycluster",
286
+ * FinalDBSnapshotIdentifier: "mycluster-final-snapshot",
287
+ * SkipFinalSnapshot: false
288
288
  * };
289
289
  * const command = new DeleteDBClusterCommand(input);
290
290
  * const response = await client.send(command);
291
- * /* response ==
291
+ * /* response is
292
292
  * {
293
- * "DBCluster": {
294
- * "AllocatedStorage": 20,
295
- * "AvailabilityZones": [
293
+ * DBCluster: {
294
+ * AllocatedStorage: 20,
295
+ * AvailabilityZones: [
296
296
  * "eu-central-1b",
297
297
  * "eu-central-1c",
298
298
  * "eu-central-1a"
299
299
  * ],
300
- * "BackupRetentionPeriod": 7,
301
- * "DBClusterIdentifier": "mycluster",
302
- * "DBClusterParameterGroup": "default.aurora-postgresql10",
303
- * "DBSubnetGroup": "default-vpc-aa11bb22",
304
- * "Status": "available"
300
+ * BackupRetentionPeriod: 7,
301
+ * DBClusterIdentifier: "mycluster",
302
+ * DBClusterParameterGroup: "default.aurora-postgresql10",
303
+ * DBSubnetGroup: "default-vpc-aa11bb22",
304
+ * Status: "available"
305
305
  * }
306
306
  * }
307
307
  * *\/
308
- * // example id: to-delete-a-db-cluster-1680197141906
309
308
  * ```
310
309
  *
310
+ * @public
311
311
  */
312
312
  export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
313
313
  /** @internal type navigation helper, not in runtime. */
@@ -79,36 +79,36 @@ declare const DeleteDBClusterEndpointCommand_base: {
79
79
  * @throws {@link RDSServiceException}
80
80
  * <p>Base exception class for all service exceptions from RDS service.</p>
81
81
  *
82
- * @public
82
+ *
83
83
  * @example To delete a custom DB cluster endpoint
84
84
  * ```javascript
85
85
  * // The following example deletes the specified custom DB cluster endpoint.
86
86
  * const input = {
87
- * "DBClusterEndpointIdentifier": "mycustomendpoint"
87
+ * DBClusterEndpointIdentifier: "mycustomendpoint"
88
88
  * };
89
89
  * const command = new DeleteDBClusterEndpointCommand(input);
90
90
  * const response = await client.send(command);
91
- * /* response ==
91
+ * /* response is
92
92
  * {
93
- * "CustomEndpointType": "READER",
94
- * "DBClusterEndpointArn": "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:mycustomendpoint",
95
- * "DBClusterEndpointIdentifier": "mycustomendpoint",
96
- * "DBClusterEndpointResourceIdentifier": "cluster-endpoint-ANPAJ4AE5446DAEXAMPLE",
97
- * "DBClusterIdentifier": "mydbcluster",
98
- * "Endpoint": "mycustomendpoint.cluster-custom-cnpexample.us-east-1.rds.amazonaws.com",
99
- * "EndpointType": "CUSTOM",
100
- * "ExcludedMembers": [],
101
- * "StaticMembers": [
93
+ * CustomEndpointType: "READER",
94
+ * DBClusterEndpointArn: "arn:aws:rds:us-east-1:123456789012:cluster-endpoint:mycustomendpoint",
95
+ * DBClusterEndpointIdentifier: "mycustomendpoint",
96
+ * DBClusterEndpointResourceIdentifier: "cluster-endpoint-ANPAJ4AE5446DAEXAMPLE",
97
+ * DBClusterIdentifier: "mydbcluster",
98
+ * Endpoint: "mycustomendpoint.cluster-custom-cnpexample.us-east-1.rds.amazonaws.com",
99
+ * EndpointType: "CUSTOM",
100
+ * ExcludedMembers: [],
101
+ * StaticMembers: [
102
102
  * "dbinstance1",
103
103
  * "dbinstance2",
104
104
  * "dbinstance3"
105
105
  * ],
106
- * "Status": "deleting"
106
+ * Status: "deleting"
107
107
  * }
108
108
  * *\/
109
- * // example id: to-delete-a-custom-db-cluster-endpoint-1679960663390
110
109
  * ```
111
110
  *
111
+ * @public
112
112
  */
113
113
  export declare class DeleteDBClusterEndpointCommand extends DeleteDBClusterEndpointCommand_base {
114
114
  /** @internal type navigation helper, not in runtime. */
@@ -68,18 +68,21 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
68
68
  * @throws {@link RDSServiceException}
69
69
  * <p>Base exception class for all service exceptions from RDS service.</p>
70
70
  *
71
- * @public
71
+ *
72
72
  * @example To delete a DB cluster parameter group
73
73
  * ```javascript
74
74
  * // The following example deletes the specified DB cluster parameter group.
75
75
  * const input = {
76
- * "DBClusterParameterGroupName": "mydbclusterparametergroup"
76
+ * DBClusterParameterGroupName: "mydbclusterparametergroup"
77
77
  * };
78
78
  * const command = new DeleteDBClusterParameterGroupCommand(input);
79
- * await client.send(command);
80
- * // example id: to-delete-a-db-cluster-parameter-group-1679962185718
79
+ * const response = await client.send(command);
80
+ * /* response is
81
+ * { /* metadata only *\/ }
82
+ * *\/
81
83
  * ```
82
84
  *
85
+ * @public
83
86
  */
84
87
  export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
85
88
  /** @internal type navigation helper, not in runtime. */
@@ -105,47 +105,47 @@ declare const DeleteDBClusterSnapshotCommand_base: {
105
105
  * @throws {@link RDSServiceException}
106
106
  * <p>Base exception class for all service exceptions from RDS service.</p>
107
107
  *
108
- * @public
108
+ *
109
109
  * @example To delete a DB cluster snapshot
110
110
  * ```javascript
111
111
  * //
112
112
  * const input = {
113
- * "DBClusterSnapshotIdentifier": "mydbclustersnapshot"
113
+ * DBClusterSnapshotIdentifier: "mydbclustersnapshot"
114
114
  * };
115
115
  * const command = new DeleteDBClusterSnapshotCommand(input);
116
116
  * const response = await client.send(command);
117
- * /* response ==
117
+ * /* response is
118
118
  * {
119
- * "DBClusterSnapshot": {
120
- * "AllocatedStorage": 0,
121
- * "AvailabilityZones": [
119
+ * DBClusterSnapshot: {
120
+ * AllocatedStorage: 0,
121
+ * AvailabilityZones: [
122
122
  * "us-east-1a",
123
123
  * "us-east-1b",
124
124
  * "us-east-1e"
125
125
  * ],
126
- * "ClusterCreateTime": "2019-04-15T14:18:42.785Z",
127
- * "DBClusterIdentifier": "mydbcluster",
128
- * "DBClusterSnapshotArn": "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:mydbclustersnapshot",
129
- * "DBClusterSnapshotIdentifier": "mydbclustersnapshot",
130
- * "Engine": "aurora-mysql",
131
- * "EngineVersion": "5.7.mysql_aurora.2.04.2",
132
- * "IAMDatabaseAuthenticationEnabled": false,
133
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
134
- * "LicenseModel": "aurora-mysql",
135
- * "MasterUsername": "myadmin",
136
- * "PercentProgress": 100,
137
- * "Port": 0,
138
- * "SnapshotCreateTime": "2019-06-18T21:21:00.469Z",
139
- * "SnapshotType": "manual",
140
- * "Status": "available",
141
- * "StorageEncrypted": true,
142
- * "VpcId": "vpc-6594f31c"
126
+ * ClusterCreateTime: "2019-04-15T14:18:42.785Z",
127
+ * DBClusterIdentifier: "mydbcluster",
128
+ * DBClusterSnapshotArn: "arn:aws:rds:us-east-1:123456789012:cluster-snapshot:mydbclustersnapshot",
129
+ * DBClusterSnapshotIdentifier: "mydbclustersnapshot",
130
+ * Engine: "aurora-mysql",
131
+ * EngineVersion: "5.7.mysql_aurora.2.04.2",
132
+ * IAMDatabaseAuthenticationEnabled: false,
133
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE",
134
+ * LicenseModel: "aurora-mysql",
135
+ * MasterUsername: "myadmin",
136
+ * PercentProgress: 100,
137
+ * Port: 0,
138
+ * SnapshotCreateTime: "2019-06-18T21:21:00.469Z",
139
+ * SnapshotType: "manual",
140
+ * Status: "available",
141
+ * StorageEncrypted: true,
142
+ * VpcId: "vpc-6594f31c"
143
143
  * }
144
144
  * }
145
145
  * *\/
146
- * // example id: to-delete-a-db-cluster-snapshot-1679962808509
147
146
  * ```
148
147
  *
148
+ * @public
149
149
  */
150
150
  export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
151
151
  /** @internal type navigation helper, not in runtime. */
@@ -101,45 +101,45 @@ declare const DeleteDBInstanceAutomatedBackupCommand_base: {
101
101
  * @throws {@link RDSServiceException}
102
102
  * <p>Base exception class for all service exceptions from RDS service.</p>
103
103
  *
104
- * @public
104
+ *
105
105
  * @example To delete a replicated automated backup from a Region
106
106
  * ```javascript
107
107
  * // The following example deletes the automated backup with the specified Amazon Resource Name (ARN).
108
108
  * const input = {
109
- * "DBInstanceAutomatedBackupsArn": "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example"
109
+ * DBInstanceAutomatedBackupsArn: "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example"
110
110
  * };
111
111
  * const command = new DeleteDBInstanceAutomatedBackupCommand(input);
112
112
  * const response = await client.send(command);
113
- * /* response ==
113
+ * /* response is
114
114
  * {
115
- * "DBInstanceAutomatedBackup": {
116
- * "AllocatedStorage": 20,
117
- * "AvailabilityZone": "us-east-1b",
118
- * "BackupRetentionPeriod": 7,
119
- * "DBInstanceArn": "arn:aws:rds:us-east-1:123456789012:db:new-orcl-db",
120
- * "DBInstanceAutomatedBackupsArn": "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example",
121
- * "DBInstanceIdentifier": "new-orcl-db",
122
- * "DbiResourceId": "db-JKIB2GFQ5RV7REPLZA4EXAMPLE",
123
- * "Encrypted": false,
124
- * "Engine": "oracle-se2",
125
- * "EngineVersion": "12.1.0.2.v21",
126
- * "IAMDatabaseAuthenticationEnabled": false,
127
- * "InstanceCreateTime": "2020-12-04T15:28:31Z",
128
- * "LicenseModel": "bring-your-own-license",
129
- * "MasterUsername": "admin",
130
- * "OptionGroupName": "default:oracle-se2-12-1",
131
- * "Port": 1521,
132
- * "Region": "us-east-1",
133
- * "RestoreWindow": {},
134
- * "Status": "deleting",
135
- * "StorageType": "gp2",
136
- * "VpcId": "vpc-########"
115
+ * DBInstanceAutomatedBackup: {
116
+ * AllocatedStorage: 20,
117
+ * AvailabilityZone: "us-east-1b",
118
+ * BackupRetentionPeriod: 7,
119
+ * DBInstanceArn: "arn:aws:rds:us-east-1:123456789012:db:new-orcl-db",
120
+ * DBInstanceAutomatedBackupsArn: "arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example",
121
+ * DBInstanceIdentifier: "new-orcl-db",
122
+ * DbiResourceId: "db-JKIB2GFQ5RV7REPLZA4EXAMPLE",
123
+ * Encrypted: false,
124
+ * Engine: "oracle-se2",
125
+ * EngineVersion: "12.1.0.2.v21",
126
+ * IAMDatabaseAuthenticationEnabled: false,
127
+ * InstanceCreateTime: "2020-12-04T15:28:31Z",
128
+ * LicenseModel: "bring-your-own-license",
129
+ * MasterUsername: "admin",
130
+ * OptionGroupName: "default:oracle-se2-12-1",
131
+ * Port: 1521,
132
+ * Region: "us-east-1",
133
+ * RestoreWindow: { /* empty *\/ },
134
+ * Status: "deleting",
135
+ * StorageType: "gp2",
136
+ * VpcId: "vpc-########"
137
137
  * }
138
138
  * }
139
139
  * *\/
140
- * // example id: to-delete-a-replicated-automated-backup-from-a-region-1679963187406
141
140
  * ```
142
141
  *
142
+ * @public
143
143
  */
144
144
  export declare class DeleteDBInstanceAutomatedBackupCommand extends DeleteDBInstanceAutomatedBackupCommand_base {
145
145
  /** @internal type navigation helper, not in runtime. */
@@ -326,28 +326,28 @@ declare const DeleteDBInstanceCommand_base: {
326
326
  * @throws {@link RDSServiceException}
327
327
  * <p>Base exception class for all service exceptions from RDS service.</p>
328
328
  *
329
- * @public
329
+ *
330
330
  * @example To delete a DB instance
331
331
  * ```javascript
332
332
  * // The following example deletes the specified DB instance after creating a final DB snapshot named test-instance-final-snap.
333
333
  * const input = {
334
- * "DBInstanceIdentifier": "test-instance",
335
- * "FinalDBSnapshotIdentifier": "test-instance-final-snap",
336
- * "SkipFinalSnapshot": false
334
+ * DBInstanceIdentifier: "test-instance",
335
+ * FinalDBSnapshotIdentifier: "test-instance-final-snap",
336
+ * SkipFinalSnapshot: false
337
337
  * };
338
338
  * const command = new DeleteDBInstanceCommand(input);
339
339
  * const response = await client.send(command);
340
- * /* response ==
340
+ * /* response is
341
341
  * {
342
- * "DBInstance": {
343
- * "DBInstanceIdentifier": "test-instance",
344
- * "DBInstanceStatus": "deleting"
342
+ * DBInstance: {
343
+ * DBInstanceIdentifier: "test-instance",
344
+ * DBInstanceStatus: "deleting"
345
345
  * }
346
346
  * }
347
347
  * *\/
348
- * // example id: to-delete-a-db-instance-1680197458232
349
348
  * ```
350
349
  *
350
+ * @public
351
351
  */
352
352
  export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
353
353
  /** @internal type navigation helper, not in runtime. */
@@ -62,18 +62,21 @@ declare const DeleteDBParameterGroupCommand_base: {
62
62
  * @throws {@link RDSServiceException}
63
63
  * <p>Base exception class for all service exceptions from RDS service.</p>
64
64
  *
65
- * @public
65
+ *
66
66
  * @example To delete a DB parameter group
67
67
  * ```javascript
68
68
  * // The following example deletes a DB parameter group.
69
69
  * const input = {
70
- * "DBParameterGroupName": "mydbparametergroup"
70
+ * DBParameterGroupName: "mydbparametergroup"
71
71
  * };
72
72
  * const command = new DeleteDBParameterGroupCommand(input);
73
- * await client.send(command);
74
- * // example id: to-delete-a-db-parameter-group-1679963369020
73
+ * const response = await client.send(command);
74
+ * /* response is
75
+ * { /* metadata only *\/ }
76
+ * *\/
75
77
  * ```
76
78
  *
79
+ * @public
77
80
  */
78
81
  export declare class DeleteDBParameterGroupCommand extends DeleteDBParameterGroupCommand_base {
79
82
  /** @internal type navigation helper, not in runtime. */
@@ -89,6 +89,7 @@ declare const DeleteDBProxyCommand_base: {
89
89
  * @throws {@link RDSServiceException}
90
90
  * <p>Base exception class for all service exceptions from RDS service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DeleteDBProxyCommand extends DeleteDBProxyCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteDBProxyEndpointCommand_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 DeleteDBProxyEndpointCommand extends DeleteDBProxyEndpointCommand_base {