@aws-sdk/client-docdb 3.40.0 → 3.45.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 (57) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +10 -1
  3. package/dist-es/endpoints.js +10 -1
  4. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  5. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  6. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  7. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
  8. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  39. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
  42. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  44. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  45. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  47. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  48. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
  49. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  50. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  51. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
  53. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
  54. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
  55. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  56. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  57. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-docdb
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "ca-central-1-fips",
104
105
  "eu-central-1",
@@ -178,6 +179,10 @@ const partitionHash = {
178
179
  hostname: "rds.{region}.c2s.ic.gov",
179
180
  tags: [],
180
181
  },
182
+ {
183
+ hostname: "rds-fips.{region}.c2s.ic.gov",
184
+ tags: ["fips"],
185
+ },
181
186
  ],
182
187
  },
183
188
  "aws-iso-b": {
@@ -188,6 +193,10 @@ const partitionHash = {
188
193
  hostname: "rds.{region}.sc2s.sgov.gov",
189
194
  tags: [],
190
195
  },
196
+ {
197
+ hostname: "rds-fips.{region}.sc2s.sgov.gov",
198
+ tags: ["fips"],
199
+ },
191
200
  ],
192
201
  },
193
202
  "aws-us-gov": {
@@ -206,7 +215,7 @@ const partitionHash = {
206
215
  tags: [],
207
216
  },
208
217
  {
209
- hostname: "rds-fips.{region}.amazonaws.com",
218
+ hostname: "rds.{region}.amazonaws.com",
210
219
  tags: ["fips"],
211
220
  },
212
221
  {
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "ca-central-1-fips",
102
103
  "eu-central-1",
@@ -176,6 +177,10 @@ var partitionHash = {
176
177
  hostname: "rds.{region}.c2s.ic.gov",
177
178
  tags: [],
178
179
  },
180
+ {
181
+ hostname: "rds-fips.{region}.c2s.ic.gov",
182
+ tags: ["fips"],
183
+ },
179
184
  ],
180
185
  },
181
186
  "aws-iso-b": {
@@ -186,6 +191,10 @@ var partitionHash = {
186
191
  hostname: "rds.{region}.sc2s.sgov.gov",
187
192
  tags: [],
188
193
  },
194
+ {
195
+ hostname: "rds-fips.{region}.sc2s.sgov.gov",
196
+ tags: ["fips"],
197
+ },
189
198
  ],
190
199
  },
191
200
  "aws-us-gov": {
@@ -204,7 +213,7 @@ var partitionHash = {
204
213
  tags: [],
205
214
  },
206
215
  {
207
- hostname: "rds-fips.{region}.amazonaws.com",
216
+ hostname: "rds.{region}.amazonaws.com",
208
217
  tags: ["fips"],
209
218
  },
210
219
  {
@@ -21,7 +21,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourc
21
21
  *
22
22
  * @see {@link AddSourceIdentifierToSubscriptionCommandInput} for command's `input` shape.
23
23
  * @see {@link AddSourceIdentifierToSubscriptionCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class AddSourceIdentifierToSubscriptionCommand extends $Command<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
21
21
  *
22
22
  * @see {@link ApplyPendingMaintenanceActionCommandInput} for command's `input` shape.
23
23
  * @see {@link ApplyPendingMaintenanceActionCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
20
20
  *
21
21
  * @see {@link CopyDBClusterParameterGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link CopyDBClusterParameterGroupCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CopyDBClusterParameterGroupCommand extends $Command<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
31
31
  *
32
32
  * @see {@link CopyDBClusterSnapshotCommandInput} for command's `input` shape.
33
33
  * @see {@link CopyDBClusterSnapshotCommandOutput} for command's `response` shape.
34
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class CopyDBClusterSnapshotCommand extends $Command<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
20
20
  *
21
21
  * @see {@link CreateDBClusterCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDBClusterCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDBClusterCommand extends $Command<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
38
38
  *
39
39
  * @see {@link CreateDBClusterParameterGroupCommandInput} for command's `input` shape.
40
40
  * @see {@link CreateDBClusterParameterGroupCommandOutput} for command's `response` shape.
41
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class CreateDBClusterParameterGroupCommand extends $Command<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
20
20
  *
21
21
  * @see {@link CreateDBClusterSnapshotCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDBClusterSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDBClusterSnapshotCommand extends $Command<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
20
20
  *
21
21
  * @see {@link CreateDBInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDBInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateDBInstanceCommand extends $Command<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
21
21
  *
22
22
  * @see {@link CreateDBSubnetGroupCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateDBSubnetGroupCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateDBSubnetGroupCommand extends $Command<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
22
22
  *
23
23
  * @see {@link CreateEventSubscriptionCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
25
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
25
25
  *
26
26
  * @see {@link CreateGlobalClusterCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateGlobalClusterCommandOutput} for command's `response` shape.
28
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
21
21
  *
22
22
  * @see {@link DeleteDBClusterCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteDBClusterCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteDBClusterCommand extends $Command<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
20
20
  *
21
21
  * @see {@link DeleteDBClusterParameterGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDBClusterParameterGroupCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDBClusterParameterGroupCommand extends $Command<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
23
23
  *
24
24
  * @see {@link DeleteDBClusterSnapshotCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteDBClusterSnapshotCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteDBClusterSnapshotCommand extends $Command<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
20
20
  *
21
21
  * @see {@link DeleteDBInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDBInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteDBInstanceCommand extends $Command<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, DocDBClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link DeleteDBSubnetGroupCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteDBSubnetGroupCommandOutput} for command's `response` shape.
27
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteDBSubnetGroupCommand extends $Command<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
20
20
  *
21
21
  * @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
23
23
  *
24
24
  * @see {@link DeleteGlobalClusterCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteGlobalClusterCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteGlobalClusterCommand extends $Command<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
20
20
  *
21
21
  * @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
20
20
  *
21
21
  * @see {@link DescribeDBClusterParameterGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBClusterParameterGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDBClusterParameterGroupsCommand extends $Command<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
21
21
  *
22
22
  * @see {@link DescribeDBClusterParametersCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDBClusterParametersCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDBClusterParametersCommand extends $Command<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
23
23
  *
24
24
  * @see {@link DescribeDBClusterSnapshotAttributesCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBClusterSnapshotAttributesCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
20
20
  *
21
21
  * @see {@link DescribeDBClusterSnapshotsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBClusterSnapshotsCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDBClusterSnapshotsCommand extends $Command<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, DocDBClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
25
25
  *
26
26
  * @see {@link DescribeDBClustersCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeDBClustersCommandOutput} for command's `response` shape.
28
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeDBClustersCommand extends $Command<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
20
20
  *
21
21
  * @see {@link DescribeDBEngineVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBEngineVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDBEngineVersionsCommand extends $Command<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
20
20
  *
21
21
  * @see {@link DescribeDBInstancesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBInstancesCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDBInstancesCommand extends $Command<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
21
21
  *
22
22
  * @see {@link DescribeDBSubnetGroupsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDBSubnetGroupsCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeDBSubnetGroupsCommand extends $Command<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
21
21
  *
22
22
  * @see {@link DescribeEngineDefaultClusterParametersCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeEngineDefaultClusterParametersCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeEngineDefaultClusterParametersCommand extends $Command<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
21
21
  *
22
22
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
21
21
  *
22
22
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
20
20
  *
21
21
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
23
23
  *
24
24
  * @see {@link DescribeGlobalClustersCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeGlobalClustersCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeGlobalClustersCommand extends $Command<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
20
20
  *
21
21
  * @see {@link DescribeOrderableDBInstanceOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOrderableDBInstanceOptionsCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeOrderableDBInstanceOptionsCommand extends $Command<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
21
21
  *
22
22
  * @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
22
22
  *
23
23
  * @see {@link FailoverDBClusterCommandInput} for command's `input` shape.
24
24
  * @see {@link FailoverDBClusterCommandOutput} for command's `response` shape.
25
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
22
22
  *
23
23
  * @see {@link ModifyDBClusterCommandInput} for command's `input` shape.
24
24
  * @see {@link ModifyDBClusterCommandOutput} for command's `response` shape.
25
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
38
38
  *
39
39
  * @see {@link ModifyDBClusterParameterGroupCommandInput} for command's `input` shape.
40
40
  * @see {@link ModifyDBClusterParameterGroupCommandOutput} for command's `response` shape.
41
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
21
21
  *
22
22
  * @see {@link ModifyDBClusterSnapshotAttributeCommandInput} for command's `input` shape.
23
23
  * @see {@link ModifyDBClusterSnapshotAttributeCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
20
20
  *
21
21
  * @see {@link ModifyDBInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyDBInstanceCommand extends $Command<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
20
20
  *
21
21
  * @see {@link ModifyDBSubnetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBSubnetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
20
20
  *
21
21
  * @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
23
23
  *
24
24
  * @see {@link ModifyGlobalClusterCommandInput} for command's `input` shape.
25
25
  * @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
26
26
  *
27
27
  * @see {@link RebootDBInstanceCommandInput} for command's `input` shape.
28
28
  * @see {@link RebootDBInstanceCommandOutput} for command's `response` shape.
29
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
23
23
  *
24
24
  * @see {@link RemoveFromGlobalClusterCommandInput} for command's `input` shape.
25
25
  * @see {@link RemoveFromGlobalClusterCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
21
21
  *
22
22
  * @see {@link RemoveSourceIdentifierFromSubscriptionCommandInput} for command's `input` shape.
23
23
  * @see {@link RemoveSourceIdentifierFromSubscriptionCommandOutput} for command's `response` shape.
24
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
27
27
  *
28
28
  * @see {@link ResetDBClusterParameterGroupCommandInput} for command's `input` shape.
29
29
  * @see {@link ResetDBClusterParameterGroupCommandOutput} for command's `response` shape.
30
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ResetDBClusterParameterGroupCommand extends $Command<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
22
22
  *
23
23
  * @see {@link RestoreDBClusterFromSnapshotCommandInput} for command's `input` shape.
24
24
  * @see {@link RestoreDBClusterFromSnapshotCommandOutput} for command's `response` shape.
25
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class RestoreDBClusterFromSnapshotCommand extends $Command<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
24
24
  *
25
25
  * @see {@link RestoreDBClusterToPointInTimeCommandInput} for command's `input` shape.
26
26
  * @see {@link RestoreDBClusterToPointInTimeCommandOutput} for command's `response` shape.
27
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class RestoreDBClusterToPointInTimeCommand extends $Command<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
22
22
  *
23
23
  * @see {@link StartDBClusterCommandInput} for command's `input` shape.
24
24
  * @see {@link StartDBClusterCommandOutput} for command's `response` shape.
25
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, DocDBClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
23
23
  *
24
24
  * @see {@link StopDBClusterCommandInput} for command's `input` shape.
25
25
  * @see {@link StopDBClusterCommandOutput} for command's `response` shape.
26
- * @see {@link DocDBClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DocDBClientResolvedConfig | config} for DocDBClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class StopDBClusterCommand extends $Command<StopDBClusterCommandInput, StopDBClusterCommandOutput, DocDBClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb",
3
3
  "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -31,15 +31,15 @@
31
31
  "@aws-sdk/middleware-host-header": "3.40.0",
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
- "@aws-sdk/middleware-sdk-rds": "3.40.0",
34
+ "@aws-sdk/middleware-sdk-rds": "3.45.0",
35
35
  "@aws-sdk/middleware-serde": "3.40.0",
36
- "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-signing": "3.45.0",
37
37
  "@aws-sdk/middleware-stack": "3.40.0",
38
38
  "@aws-sdk/middleware-user-agent": "3.40.0",
39
39
  "@aws-sdk/node-config-provider": "3.40.0",
40
40
  "@aws-sdk/node-http-handler": "3.40.0",
41
41
  "@aws-sdk/protocol-http": "3.40.0",
42
- "@aws-sdk/smithy-client": "3.40.0",
42
+ "@aws-sdk/smithy-client": "3.41.0",
43
43
  "@aws-sdk/types": "3.40.0",
44
44
  "@aws-sdk/url-parser": "3.40.0",
45
45
  "@aws-sdk/util-base64-browser": "3.37.0",