@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
@@ -98,145 +98,8 @@ declare const SwitchoverBlueGreenDeploymentCommand_base: {
98
98
  * @throws {@link RDSServiceException}
99
99
  * <p>Base exception class for all service exceptions from RDS service.</p>
100
100
  *
101
- * @public
102
- * @example To switch a blue/green deployment for an RDS DB instance
103
- * ```javascript
104
- * // The following example promotes the specified green environment as the new production environment.
105
- * const input = {
106
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
107
- * "SwitchoverTimeout": 300
108
- * };
109
- * const command = new SwitchoverBlueGreenDeploymentCommand(input);
110
- * const response = await client.send(command);
111
- * /* response ==
112
- * {
113
- * "BlueGreenDeployment": {
114
- * "BlueGreenDeploymentIdentifier": "bgd-v53303651eexfake",
115
- * "BlueGreenDeploymentName": "bgd-cli-test-instance",
116
- * "CreateTime": "2022-02-25T22:33:22.225000+00:00",
117
- * "Source": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
118
- * "Status": "SWITCHOVER_IN_PROGRESS",
119
- * "SwitchoverDetails": [
120
- * {
121
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
122
- * "Status": "AVAILABLE",
123
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-blhi1e"
124
- * },
125
- * {
126
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1",
127
- * "Status": "AVAILABLE",
128
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-1-green-k5fv7u"
129
- * },
130
- * {
131
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2",
132
- * "Status": "AVAILABLE",
133
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-2-green-ggsh8m"
134
- * },
135
- * {
136
- * "SourceMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3",
137
- * "Status": "AVAILABLE",
138
- * "TargetMember": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-replica-3-green-o2vwm0"
139
- * }
140
- * ],
141
- * "Target": "arn:aws:rds:us-east-1:123456789012:db:my-db-instance-green-blhi1e",
142
- * "Tasks": [
143
- * {
144
- * "Name": "CREATING_READ_REPLICA_OF_SOURCE",
145
- * "Status": "COMPLETED"
146
- * },
147
- * {
148
- * "Name": "DB_ENGINE_VERSION_UPGRADE",
149
- * "Status": "COMPLETED"
150
- * },
151
- * {
152
- * "Name": "CONFIGURE_BACKUPS",
153
- * "Status": "COMPLETED"
154
- * },
155
- * {
156
- * "Name": "CREATING_TOPOLOGY_OF_SOURCE",
157
- * "Status": "COMPLETED"
158
- * }
159
- * ]
160
- * }
161
- * }
162
- * *\/
163
- * // example id: to-switch-a-bluegreen-deployment-for-an-rds-db-instance-1679699425237
164
- * ```
165
- *
166
- * @example To promote a blue/green deployment for an Aurora MySQL DB cluster
167
- * ```javascript
168
- * // The following example promotes the specified green environment as the new production environment.
169
- * const input = {
170
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
171
- * "SwitchoverTimeout": 300
172
- * };
173
- * const command = new SwitchoverBlueGreenDeploymentCommand(input);
174
- * const response = await client.send(command);
175
- * /* response ==
176
- * {
177
- * "BlueGreenDeployment": {
178
- * "BlueGreenDeploymentIdentifier": "bgd-wi89nwzglccsfake",
179
- * "BlueGreenDeploymentName": "my-blue-green-deployment",
180
- * "CreateTime": "2022-02-25T22:38:49.522000+00:00",
181
- * "Source": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
182
- * "Status": "SWITCHOVER_IN_PROGRESS",
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-3ud8z6"
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-bvxc73"
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-7wc4ie"
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-p4xxkz"
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-np1ikl"
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-miszlf"
213
- * }
214
- * ],
215
- * "Target": "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-green-3ud8z6",
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-promote-a-bluegreen-deployment-for-an-aurora-mysql-db-cluster-1679700197409
238
- * ```
239
101
  *
102
+ * @public
240
103
  */
241
104
  export declare class SwitchoverBlueGreenDeploymentCommand extends SwitchoverBlueGreenDeploymentCommand_base {
242
105
  /** @internal type navigation helper, not in runtime. */
@@ -113,6 +113,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
113
113
  * @throws {@link RDSServiceException}
114
114
  * <p>Base exception class for all service exceptions from RDS service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
@@ -286,6 +286,7 @@ declare const SwitchoverReadReplicaCommand_base: {
286
286
  * @throws {@link RDSServiceException}
287
287
  * <p>Base exception class for all service exceptions from RDS service.</p>
288
288
  *
289
+ *
289
290
  * @public
290
291
  */
291
292
  export declare class SwitchoverReadReplicaCommand extends SwitchoverReadReplicaCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.776.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rds",
@@ -21,17 +21,17 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
28
  "@aws-sdk/middleware-sdk-rds": "3.775.0",
29
- "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/middleware-user-agent": "3.782.0",
30
30
  "@aws-sdk/region-config-resolver": "3.775.0",
31
31
  "@aws-sdk/types": "3.775.0",
32
- "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-endpoints": "3.782.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.775.0",
34
- "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@aws-sdk/util-user-agent-node": "3.782.0",
35
35
  "@smithy/config-resolver": "^4.1.0",
36
36
  "@smithy/core": "^3.2.0",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",