@aws-sdk/client-rds 3.776.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 +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 +2 -2
@@ -87,44 +87,44 @@ declare const DescribeDBParametersCommand_base: {
87
87
  * @throws {@link RDSServiceException}
88
88
  * <p>Base exception class for all service exceptions from RDS service.</p>
89
89
  *
90
- * @public
90
+ *
91
91
  * @example To describe the parameters in a DB parameter group
92
92
  * ```javascript
93
93
  * // The following example retrieves the details of the specified DB parameter group.
94
94
  * const input = {
95
- * "DBParameterGroupName": "mydbpg"
95
+ * DBParameterGroupName: "mydbpg"
96
96
  * };
97
97
  * const command = new DescribeDBParametersCommand(input);
98
98
  * const response = await client.send(command);
99
- * /* response ==
99
+ * /* response is
100
100
  * {
101
- * "Parameters": [
101
+ * Parameters: [
102
102
  * {
103
- * "AllowedValues": "0,1",
104
- * "ApplyMethod": "pending-reboot",
105
- * "ApplyType": "static",
106
- * "DataType": "boolean",
107
- * "Description": "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded",
108
- * "IsModifiable": false,
109
- * "ParameterName": "allow-suspicious-udfs",
110
- * "Source": "engine-default"
103
+ * AllowedValues: "0,1",
104
+ * ApplyMethod: "pending-reboot",
105
+ * ApplyType: "static",
106
+ * DataType: "boolean",
107
+ * Description: "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded",
108
+ * IsModifiable: false,
109
+ * ParameterName: "allow-suspicious-udfs",
110
+ * Source: "engine-default"
111
111
  * },
112
112
  * {
113
- * "AllowedValues": "0,1",
114
- * "ApplyMethod": "pending-reboot",
115
- * "ApplyType": "static",
116
- * "DataType": "boolean",
117
- * "Description": "Controls whether the server autogenerates SSL key and certificate files in the data directory, if they do not already exist.",
118
- * "IsModifiable": false,
119
- * "ParameterName": "auto_generate_certs",
120
- * "Source": "engine-default"
113
+ * AllowedValues: "0,1",
114
+ * ApplyMethod: "pending-reboot",
115
+ * ApplyType: "static",
116
+ * DataType: "boolean",
117
+ * Description: "Controls whether the server autogenerates SSL key and certificate files in the data directory, if they do not already exist.",
118
+ * IsModifiable: false,
119
+ * ParameterName: "auto_generate_certs",
120
+ * Source: "engine-default"
121
121
  * }
122
122
  * ]
123
123
  * }
124
124
  * *\/
125
- * // example id: to-describe-the-parameters-in-a-db-parameter-group-1680279500600
126
125
  * ```
127
126
  *
127
+ * @public
128
128
  */
129
129
  export declare class DescribeDBParametersCommand extends DescribeDBParametersCommand_base {
130
130
  /** @internal type navigation helper, not in runtime. */
@@ -99,6 +99,7 @@ declare const DescribeDBProxiesCommand_base: {
99
99
  * @throws {@link RDSServiceException}
100
100
  * <p>Base exception class for all service exceptions from RDS service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class DescribeDBProxiesCommand extends DescribeDBProxiesCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeDBProxyEndpointsCommand_base: {
90
90
  * @throws {@link RDSServiceException}
91
91
  * <p>Base exception class for all service exceptions from RDS service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeDBProxyEndpointsCommand extends DescribeDBProxyEndpointsCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeDBProxyTargetGroupsCommand_base: {
94
94
  * @throws {@link RDSServiceException}
95
95
  * <p>Base exception class for all service exceptions from RDS service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeDBProxyTargetGroupsCommand extends DescribeDBProxyTargetGroupsCommand_base {
@@ -93,6 +93,7 @@ declare const DescribeDBProxyTargetsCommand_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 DescribeDBProxyTargetsCommand extends DescribeDBProxyTargetsCommand_base {
@@ -185,6 +185,7 @@ declare const DescribeDBRecommendationsCommand_base: {
185
185
  * @throws {@link RDSServiceException}
186
186
  * <p>Base exception class for all service exceptions from RDS service.</p>
187
187
  *
188
+ *
188
189
  * @public
189
190
  */
190
191
  export declare class DescribeDBRecommendationsCommand extends DescribeDBRecommendationsCommand_base {
@@ -99,18 +99,21 @@ declare const DescribeDBSecurityGroupsCommand_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 list DB security group settings
104
104
  * ```javascript
105
105
  * // This example lists settings for the specified security group.
106
106
  * const input = {
107
- * "DBSecurityGroupName": "mydbsecuritygroup"
107
+ * DBSecurityGroupName: "mydbsecuritygroup"
108
108
  * };
109
109
  * const command = new DescribeDBSecurityGroupsCommand(input);
110
- * await client.send(command);
111
- * // example id: describe-db-security-groups-66fe9ea1-17dd-4275-b82e-f771cee0c849
110
+ * const response = await client.send(command);
111
+ * /* response is
112
+ * { /* empty *\/ }
113
+ * *\/
112
114
  * ```
113
115
  *
116
+ * @public
114
117
  */
115
118
  export declare class DescribeDBSecurityGroupsCommand extends DescribeDBSecurityGroupsCommand_base {
116
119
  /** @internal type navigation helper, not in runtime. */
@@ -91,6 +91,7 @@ declare const DescribeDBShardGroupsCommand_base: {
91
91
  * @throws {@link RDSServiceException}
92
92
  * <p>Base exception class for all service exceptions from RDS service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeDBShardGroupsCommand extends DescribeDBShardGroupsCommand_base {
@@ -75,34 +75,34 @@ declare const DescribeDBSnapshotAttributesCommand_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 describe the attribute names and values for a DB snapshot
80
80
  * ```javascript
81
81
  * // The following example describes the attribute names and values for a DB snapshot.
82
82
  * const input = {
83
- * "DBSnapshotIdentifier": "mydbsnapshot"
83
+ * DBSnapshotIdentifier: "mydbsnapshot"
84
84
  * };
85
85
  * const command = new DescribeDBSnapshotAttributesCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "DBSnapshotAttributesResult": {
90
- * "DBSnapshotAttributes": [
89
+ * DBSnapshotAttributesResult: {
90
+ * DBSnapshotAttributes: [
91
91
  * {
92
- * "AttributeName": "restore",
93
- * "AttributeValues": [
92
+ * AttributeName: "restore",
93
+ * AttributeValues: [
94
94
  * "123456789012",
95
95
  * "210987654321"
96
96
  * ]
97
97
  * }
98
98
  * ],
99
- * "DBSnapshotIdentifier": "mydbsnapshot"
99
+ * DBSnapshotIdentifier: "mydbsnapshot"
100
100
  * }
101
101
  * }
102
102
  * *\/
103
- * // example id: to-describe-the-attribute-names-and-values-for-a-db-snapshot-1680280194370
104
103
  * ```
105
104
  *
105
+ * @public
106
106
  */
107
107
  export declare class DescribeDBSnapshotAttributesCommand extends DescribeDBSnapshotAttributesCommand_base {
108
108
  /** @internal type navigation helper, not in runtime. */
@@ -98,6 +98,7 @@ declare const DescribeDBSnapshotTenantDatabasesCommand_base: {
98
98
  * @throws {@link RDSServiceException}
99
99
  * <p>Base exception class for all service exceptions from RDS service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeDBSnapshotTenantDatabasesCommand extends DescribeDBSnapshotTenantDatabasesCommand_base {
@@ -123,48 +123,48 @@ declare const DescribeDBSnapshotsCommand_base: {
123
123
  * @throws {@link RDSServiceException}
124
124
  * <p>Base exception class for all service exceptions from RDS service.</p>
125
125
  *
126
- * @public
126
+ *
127
127
  * @example To describe a DB snapshot for a DB instance
128
128
  * ```javascript
129
129
  * // The following example retrieves the details of a DB snapshot for a DB instance.
130
130
  * const input = {
131
- * "DBSnapshotIdentifier": "mydbsnapshot"
131
+ * DBSnapshotIdentifier: "mydbsnapshot"
132
132
  * };
133
133
  * const command = new DescribeDBSnapshotsCommand(input);
134
134
  * const response = await client.send(command);
135
- * /* response ==
135
+ * /* response is
136
136
  * {
137
- * "DBSnapshots": [
137
+ * DBSnapshots: [
138
138
  * {
139
- * "AllocatedStorage": 20,
140
- * "AvailabilityZone": "us-east-1f",
141
- * "DBInstanceIdentifier": "mysqldb",
142
- * "DBSnapshotArn": "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
143
- * "DBSnapshotIdentifier": "mydbsnapshot",
144
- * "DbiResourceId": "db-AKIAIOSFODNN7EXAMPLE",
145
- * "Encrypted": false,
146
- * "Engine": "mysql",
147
- * "EngineVersion": "5.6.37",
148
- * "IAMDatabaseAuthenticationEnabled": false,
149
- * "InstanceCreateTime": "2018-02-08T22:24:55.973Z",
150
- * "LicenseModel": "general-public-license",
151
- * "MasterUsername": "mysqladmin",
152
- * "OptionGroupName": "default:mysql-5-6",
153
- * "PercentProgress": 100,
154
- * "Port": 3306,
155
- * "ProcessorFeatures": [],
156
- * "SnapshotCreateTime": "2018-02-08T22:28:08.598Z",
157
- * "SnapshotType": "manual",
158
- * "Status": "available",
159
- * "StorageType": "gp2",
160
- * "VpcId": "vpc-6594f31c"
139
+ * AllocatedStorage: 20,
140
+ * AvailabilityZone: "us-east-1f",
141
+ * DBInstanceIdentifier: "mysqldb",
142
+ * DBSnapshotArn: "arn:aws:rds:us-east-1:123456789012:snapshot:mydbsnapshot",
143
+ * DBSnapshotIdentifier: "mydbsnapshot",
144
+ * DbiResourceId: "db-AKIAIOSFODNN7EXAMPLE",
145
+ * Encrypted: false,
146
+ * Engine: "mysql",
147
+ * EngineVersion: "5.6.37",
148
+ * IAMDatabaseAuthenticationEnabled: false,
149
+ * InstanceCreateTime: "2018-02-08T22:24:55.973Z",
150
+ * LicenseModel: "general-public-license",
151
+ * MasterUsername: "mysqladmin",
152
+ * OptionGroupName: "default:mysql-5-6",
153
+ * PercentProgress: 100,
154
+ * Port: 3306,
155
+ * ProcessorFeatures: [],
156
+ * SnapshotCreateTime: "2018-02-08T22:28:08.598Z",
157
+ * SnapshotType: "manual",
158
+ * Status: "available",
159
+ * StorageType: "gp2",
160
+ * VpcId: "vpc-6594f31c"
161
161
  * }
162
162
  * ]
163
163
  * }
164
164
  * *\/
165
- * // example id: to-describe-a-db-snapshot-for-a-db-instance-1680280423239
166
165
  * ```
167
166
  *
167
+ * @public
168
168
  */
169
169
  export declare class DescribeDBSnapshotsCommand extends DescribeDBSnapshotsCommand_base {
170
170
  /** @internal type navigation helper, not in runtime. */
@@ -94,59 +94,59 @@ declare const DescribeDBSubnetGroupsCommand_base: {
94
94
  * @throws {@link RDSServiceException}
95
95
  * <p>Base exception class for all service exceptions from RDS service.</p>
96
96
  *
97
- * @public
97
+ *
98
98
  * @example To describe a DB subnet group
99
99
  * ```javascript
100
100
  * // The following example retrieves the details of the specified DB subnet group.
101
- * const input = {};
101
+ * const input = { /* empty *\/ };
102
102
  * const command = new DescribeDBSubnetGroupsCommand(input);
103
103
  * const response = await client.send(command);
104
- * /* response ==
104
+ * /* response is
105
105
  * {
106
- * "DBSubnetGroups": [
106
+ * DBSubnetGroups: [
107
107
  * {
108
- * "DBSubnetGroupArn": "arn:aws:rds:us-east-1:123456789012:subgrp:mydbsubnetgroup",
109
- * "DBSubnetGroupDescription": "My DB Subnet Group",
110
- * "DBSubnetGroupName": "mydbsubnetgroup",
111
- * "SubnetGroupStatus": "Complete",
112
- * "Subnets": [
108
+ * DBSubnetGroupArn: "arn:aws:rds:us-east-1:123456789012:subgrp:mydbsubnetgroup",
109
+ * DBSubnetGroupDescription: "My DB Subnet Group",
110
+ * DBSubnetGroupName: "mydbsubnetgroup",
111
+ * SubnetGroupStatus: "Complete",
112
+ * Subnets: [
113
113
  * {
114
- * "SubnetAvailabilityZone": {
115
- * "Name": "us-east-1a"
114
+ * SubnetAvailabilityZone: {
115
+ * Name: "us-east-1a"
116
116
  * },
117
- * "SubnetIdentifier": "subnet-d8c8e7f4",
118
- * "SubnetStatus": "Active"
117
+ * SubnetIdentifier: "subnet-d8c8e7f4",
118
+ * SubnetStatus: "Active"
119
119
  * },
120
120
  * {
121
- * "SubnetAvailabilityZone": {
122
- * "Name": "us-east-1f"
121
+ * SubnetAvailabilityZone: {
122
+ * Name: "us-east-1f"
123
123
  * },
124
- * "SubnetIdentifier": "subnet-718fdc7d",
125
- * "SubnetStatus": "Active"
124
+ * SubnetIdentifier: "subnet-718fdc7d",
125
+ * SubnetStatus: "Active"
126
126
  * },
127
127
  * {
128
- * "SubnetAvailabilityZone": {
129
- * "Name": "us-east-1a"
128
+ * SubnetAvailabilityZone: {
129
+ * Name: "us-east-1a"
130
130
  * },
131
- * "SubnetIdentifier": "subnet-cbc8e7e7",
132
- * "SubnetStatus": "Active"
131
+ * SubnetIdentifier: "subnet-cbc8e7e7",
132
+ * SubnetStatus: "Active"
133
133
  * },
134
134
  * {
135
- * "SubnetAvailabilityZone": {
136
- * "Name": "us-east-1a"
135
+ * SubnetAvailabilityZone: {
136
+ * Name: "us-east-1a"
137
137
  * },
138
- * "SubnetIdentifier": "subnet-0ccde220",
139
- * "SubnetStatus": "Active"
138
+ * SubnetIdentifier: "subnet-0ccde220",
139
+ * SubnetStatus: "Active"
140
140
  * }
141
141
  * ],
142
- * "VpcId": "vpc-971c12ee"
142
+ * VpcId: "vpc-971c12ee"
143
143
  * }
144
144
  * ]
145
145
  * }
146
146
  * *\/
147
- * // example id: to-describe-a-db-subnet-group-1680280764611
148
147
  * ```
149
148
  *
149
+ * @public
150
150
  */
151
151
  export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
152
152
  /** @internal type navigation helper, not in runtime. */
@@ -87,27 +87,27 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
87
87
  * @throws {@link RDSServiceException}
88
88
  * <p>Base exception class for all service exceptions from RDS service.</p>
89
89
  *
90
- * @public
90
+ *
91
91
  * @example To describe the default engine and system parameter information for the Aurora database engine
92
92
  * ```javascript
93
93
  * // The following example retrieves the details of the default engine and system parameter information for Aurora DB clusters with MySQL 5.7 compatibility.
94
94
  * const input = {
95
- * "DBParameterGroupFamily": "aurora-mysql5.7"
95
+ * DBParameterGroupFamily: "aurora-mysql5.7"
96
96
  * };
97
97
  * const command = new DescribeEngineDefaultClusterParametersCommand(input);
98
98
  * const response = await client.send(command);
99
- * /* response ==
99
+ * /* response is
100
100
  * {
101
- * "EngineDefaults": {
102
- * "Parameters": [
101
+ * EngineDefaults: {
102
+ * Parameters: [
103
103
  * {
104
- * "ApplyType": "dynamic",
105
- * "DataType": "string",
106
- * "Description": "IAM role ARN used to load data from AWS S3",
107
- * "IsModifiable": true,
108
- * "ParameterName": "aurora_load_from_s3_role",
109
- * "Source": "engine-default",
110
- * "SupportedEngineModes": [
104
+ * ApplyType: "dynamic",
105
+ * DataType: "string",
106
+ * Description: "IAM role ARN used to load data from AWS S3",
107
+ * IsModifiable: true,
108
+ * ParameterName: "aurora_load_from_s3_role",
109
+ * Source: "engine-default",
110
+ * SupportedEngineModes: [
111
111
  * "provisioned"
112
112
  * ]
113
113
  * }
@@ -115,9 +115,9 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
115
115
  * }
116
116
  * }
117
117
  * *\/
118
- * // example id: to-describe-the-default-engine-and-system-parameter-information-for-the-aurora-database-engine-1680280902332
119
118
  * ```
120
119
  *
120
+ * @public
121
121
  */
122
122
  export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
123
123
  /** @internal type navigation helper, not in runtime. */
@@ -84,35 +84,35 @@ declare const DescribeEngineDefaultParametersCommand_base: {
84
84
  * @throws {@link RDSServiceException}
85
85
  * <p>Base exception class for all service exceptions from RDS service.</p>
86
86
  *
87
- * @public
87
+ *
88
88
  * @example To describe the default engine and system parameter information for the database engine
89
89
  * ```javascript
90
90
  * // The following example retrieves details for the default engine and system parameter information for MySQL 5.7 DB instances.
91
91
  * const input = {
92
- * "DBParameterGroupFamily": "mysql5.7"
92
+ * DBParameterGroupFamily: "mysql5.7"
93
93
  * };
94
94
  * const command = new DescribeEngineDefaultParametersCommand(input);
95
95
  * const response = await client.send(command);
96
- * /* response ==
96
+ * /* response is
97
97
  * {
98
- * "EngineDefaults": {
99
- * "Parameters": [
98
+ * EngineDefaults: {
99
+ * Parameters: [
100
100
  * {
101
- * "AllowedValues": "0,1",
102
- * "ApplyType": "static",
103
- * "DataType": "boolean",
104
- * "Description": "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded",
105
- * "IsModifiable": false,
106
- * "ParameterName": "allow-suspicious-udfs",
107
- * "Source": "engine-default"
101
+ * AllowedValues: "0,1",
102
+ * ApplyType: "static",
103
+ * DataType: "boolean",
104
+ * Description: "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded",
105
+ * IsModifiable: false,
106
+ * ParameterName: "allow-suspicious-udfs",
107
+ * Source: "engine-default"
108
108
  * }
109
109
  * ]
110
110
  * }
111
111
  * }
112
112
  * *\/
113
- * // example id: to-describe-the-default-engine-and-system-parameter-information-for-the-database-engine-1680281248217
114
113
  * ```
115
114
  *
115
+ * @public
116
116
  */
117
117
  export declare class DescribeEngineDefaultParametersCommand extends DescribeEngineDefaultParametersCommand_base {
118
118
  /** @internal type navigation helper, not in runtime. */
@@ -75,21 +75,21 @@ declare const DescribeEventCategoriesCommand_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 describe event categories
80
80
  * ```javascript
81
81
  * // The following example retrieves details about the event categories for all available event sources.
82
82
  * const input = {
83
- * "Filters": [],
84
- * "SourceType": ""
83
+ * Filters: [],
84
+ * SourceType: ""
85
85
  * };
86
86
  * const command = new DescribeEventCategoriesCommand(input);
87
87
  * const response = await client.send(command);
88
- * /* response ==
88
+ * /* response is
89
89
  * {
90
- * "EventCategoriesMapList": [
90
+ * EventCategoriesMapList: [
91
91
  * {
92
- * "EventCategories": [
92
+ * EventCategories: [
93
93
  * "deletion",
94
94
  * "read replica",
95
95
  * "failover",
@@ -105,50 +105,50 @@ declare const DescribeEventCategoriesCommand_base: {
105
105
  * "backtrack",
106
106
  * "notification"
107
107
  * ],
108
- * "SourceType": "db-instance"
108
+ * SourceType: "db-instance"
109
109
  * },
110
110
  * {
111
- * "EventCategories": [
111
+ * EventCategories: [
112
112
  * "configuration change",
113
113
  * "failure"
114
114
  * ],
115
- * "SourceType": "db-security-group"
115
+ * SourceType: "db-security-group"
116
116
  * },
117
117
  * {
118
- * "EventCategories": [
118
+ * EventCategories: [
119
119
  * "configuration change"
120
120
  * ],
121
- * "SourceType": "db-parameter-group"
121
+ * SourceType: "db-parameter-group"
122
122
  * },
123
123
  * {
124
- * "EventCategories": [
124
+ * EventCategories: [
125
125
  * "deletion",
126
126
  * "creation",
127
127
  * "restoration",
128
128
  * "notification"
129
129
  * ],
130
- * "SourceType": "db-snapshot"
130
+ * SourceType: "db-snapshot"
131
131
  * },
132
132
  * {
133
- * "EventCategories": [
133
+ * EventCategories: [
134
134
  * "failover",
135
135
  * "failure",
136
136
  * "notification"
137
137
  * ],
138
- * "SourceType": "db-cluster"
138
+ * SourceType: "db-cluster"
139
139
  * },
140
140
  * {
141
- * "EventCategories": [
141
+ * EventCategories: [
142
142
  * "backup"
143
143
  * ],
144
- * "SourceType": "db-cluster-snapshot"
144
+ * SourceType: "db-cluster-snapshot"
145
145
  * }
146
146
  * ]
147
147
  * }
148
148
  * *\/
149
- * // example id: to-describe-event-categories-1680281431508
150
149
  * ```
151
150
  *
151
+ * @public
152
152
  */
153
153
  export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
154
154
  /** @internal type navigation helper, not in runtime. */
@@ -87,36 +87,36 @@ declare const DescribeEventSubscriptionsCommand_base: {
87
87
  * @throws {@link RDSServiceException}
88
88
  * <p>Base exception class for all service exceptions from RDS service.</p>
89
89
  *
90
- * @public
90
+ *
91
91
  * @example To describe event subscriptions
92
92
  * ```javascript
93
93
  * // This example describes all of the Amazon RDS event subscriptions for the current AWS account.
94
- * const input = {};
94
+ * const input = { /* empty *\/ };
95
95
  * const command = new DescribeEventSubscriptionsCommand(input);
96
96
  * const response = await client.send(command);
97
- * /* response ==
97
+ * /* response is
98
98
  * {
99
- * "EventSubscriptionsList": [
99
+ * EventSubscriptionsList: [
100
100
  * {
101
- * "CustSubscriptionId": "my-instance-events",
102
- * "CustomerAwsId": "123456789012",
103
- * "Enabled": true,
104
- * "EventCategoriesList": [
101
+ * CustSubscriptionId: "my-instance-events",
102
+ * CustomerAwsId: "123456789012",
103
+ * Enabled: true,
104
+ * EventCategoriesList: [
105
105
  * "backup",
106
106
  * "recovery"
107
107
  * ],
108
- * "EventSubscriptionArn": "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
109
- * "SnsTopicArn": "arn:aws:sns:us-east-1:123456789012:interesting-events",
110
- * "SourceType": "db-instance",
111
- * "Status": "creating",
112
- * "SubscriptionCreationTime": "2018-07-31 23:22:01.893"
108
+ * EventSubscriptionArn: "arn:aws:rds:us-east-1:123456789012:es:my-instance-events",
109
+ * SnsTopicArn: "arn:aws:sns:us-east-1:123456789012:interesting-events",
110
+ * SourceType: "db-instance",
111
+ * Status: "creating",
112
+ * SubscriptionCreationTime: "2018-07-31 23:22:01.893"
113
113
  * }
114
114
  * ]
115
115
  * }
116
116
  * *\/
117
- * // example id: to-describe-event-subscriptions-1680281683538
118
117
  * ```
119
118
  *
119
+ * @public
120
120
  */
121
121
  export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
122
122
  /** @internal type navigation helper, not in runtime. */