@aws-sdk/client-docdb 3.37.0 → 3.38.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.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +56 -0
- package/dist-cjs/index.js +5 -70
- package/dist-cjs/pagination/index.js +17 -0
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +53 -0
- package/dist-es/index.js +5 -70
- package/dist-es/pagination/index.js +14 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +53 -0
- package/dist-types/index.d.ts +5 -70
- package/dist-types/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/commands/index.d.ts +53 -0
- package/dist-types/ts3.4/index.d.ts +5 -70
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AddSourceIdentifierToSubscriptionCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ApplyPendingMaintenanceActionCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CopyDBClusterParameterGroupCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CopyDBClusterSnapshotCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateDBClusterCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateDBClusterParameterGroupCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateDBClusterSnapshotCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateDBInstanceCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateDBSubnetGroupCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateEventSubscriptionCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateGlobalClusterCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteDBClusterCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteDBClusterParameterGroupCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteDBClusterSnapshotCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteDBInstanceCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteDBSubnetGroupCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteEventSubscriptionCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeleteGlobalClusterCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeCertificatesCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribeDBClusterParameterGroupsCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeDBClusterParametersCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeDBClusterSnapshotAttributesCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DescribeDBClusterSnapshotsCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DescribeDBClustersCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribeDBEngineVersionsCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeDBInstancesCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribeDBSubnetGroupsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeEngineDefaultClusterParametersCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeEventCategoriesCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeEventSubscriptionsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeGlobalClustersCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeOrderableDBInstanceOptionsCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribePendingMaintenanceActionsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./FailoverDBClusterCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ModifyDBClusterCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ModifyDBClusterParameterGroupCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ModifyDBClusterSnapshotAttributeCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ModifyDBInstanceCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ModifyDBSubnetGroupCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./ModifyEventSubscriptionCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ModifyGlobalClusterCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./RebootDBInstanceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./RemoveFromGlobalClusterCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./RemoveSourceIdentifierFromSubscriptionCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./ResetDBClusterParameterGroupCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./RestoreDBClusterFromSnapshotCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./RestoreDBClusterToPointInTimeCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./StartDBClusterCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./StopDBClusterCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,74 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DocDBClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./DocDB"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateDBClusterCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateDBClusterParameterGroupCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateDBClusterSnapshotCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateDBInstanceCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateDBSubnetGroupCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateEventSubscriptionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateGlobalClusterCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteDBClusterCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteDBClusterParameterGroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteDBClusterSnapshotCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteDBInstanceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteDBSubnetGroupCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteEventSubscriptionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteGlobalClusterCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeCertificatesCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./pagination/DescribeCertificatesPaginator"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DescribeDBClusterParameterGroupsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBClusterParameterGroupsPaginator"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DescribeDBClusterParametersCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBClusterParametersPaginator"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DescribeDBClustersCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBClustersPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DescribeDBClusterSnapshotAttributesCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/DescribeDBClusterSnapshotsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBClusterSnapshotsPaginator"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribeDBEngineVersionsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBEngineVersionsPaginator"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/DescribeDBInstancesCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBInstancesPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./waiters/waitForDBInstanceAvailable"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/DescribeDBSubnetGroupsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/DescribeDBSubnetGroupsPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/DescribeEngineDefaultClusterParametersCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/DescribeEventCategoriesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/DescribeEventsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./pagination/DescribeEventsPaginator"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/DescribeEventSubscriptionsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./pagination/DescribeEventSubscriptionsPaginator"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/DescribeGlobalClustersCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/DescribeGlobalClustersPaginator"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/DescribeOrderableDBInstanceOptionsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/DescribeOrderableDBInstanceOptionsPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/DescribePendingMaintenanceActionsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/DescribePendingMaintenanceActionsPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/FailoverDBClusterCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/ModifyDBClusterCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/ModifyDBClusterParameterGroupCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/ModifyDBClusterSnapshotAttributeCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/ModifyDBInstanceCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ModifyDBSubnetGroupCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ModifyEventSubscriptionCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ModifyGlobalClusterCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/RebootDBInstanceCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/RemoveFromGlobalClusterCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/RemoveSourceIdentifierFromSubscriptionCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/RemoveTagsFromResourceCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/ResetDBClusterParameterGroupCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/RestoreDBClusterFromSnapshotCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/RestoreDBClusterToPointInTimeCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/StartDBClusterCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/StopDBClusterCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DocDBClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeCertificatesPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeDBClusterParameterGroupsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeDBClusterParametersPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeDBClusterSnapshotsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribeDBClustersPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DescribeDBEngineVersionsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DescribeDBInstancesPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeDBSubnetGroupsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DescribeEventSubscriptionsPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DescribeEventsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DescribeGlobalClustersPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DescribeOrderableDBInstanceOptionsPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribePendingMaintenanceActionsPaginator"), exports);
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
2
|
+
export * from "./AddTagsToResourceCommand";
|
|
3
|
+
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
4
|
+
export * from "./CopyDBClusterParameterGroupCommand";
|
|
5
|
+
export * from "./CopyDBClusterSnapshotCommand";
|
|
6
|
+
export * from "./CreateDBClusterCommand";
|
|
7
|
+
export * from "./CreateDBClusterParameterGroupCommand";
|
|
8
|
+
export * from "./CreateDBClusterSnapshotCommand";
|
|
9
|
+
export * from "./CreateDBInstanceCommand";
|
|
10
|
+
export * from "./CreateDBSubnetGroupCommand";
|
|
11
|
+
export * from "./CreateEventSubscriptionCommand";
|
|
12
|
+
export * from "./CreateGlobalClusterCommand";
|
|
13
|
+
export * from "./DeleteDBClusterCommand";
|
|
14
|
+
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
15
|
+
export * from "./DeleteDBClusterSnapshotCommand";
|
|
16
|
+
export * from "./DeleteDBInstanceCommand";
|
|
17
|
+
export * from "./DeleteDBSubnetGroupCommand";
|
|
18
|
+
export * from "./DeleteEventSubscriptionCommand";
|
|
19
|
+
export * from "./DeleteGlobalClusterCommand";
|
|
20
|
+
export * from "./DescribeCertificatesCommand";
|
|
21
|
+
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
22
|
+
export * from "./DescribeDBClusterParametersCommand";
|
|
23
|
+
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
24
|
+
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
25
|
+
export * from "./DescribeDBClustersCommand";
|
|
26
|
+
export * from "./DescribeDBEngineVersionsCommand";
|
|
27
|
+
export * from "./DescribeDBInstancesCommand";
|
|
28
|
+
export * from "./DescribeDBSubnetGroupsCommand";
|
|
29
|
+
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
30
|
+
export * from "./DescribeEventCategoriesCommand";
|
|
31
|
+
export * from "./DescribeEventSubscriptionsCommand";
|
|
32
|
+
export * from "./DescribeEventsCommand";
|
|
33
|
+
export * from "./DescribeGlobalClustersCommand";
|
|
34
|
+
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
35
|
+
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
36
|
+
export * from "./FailoverDBClusterCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./ModifyDBClusterCommand";
|
|
39
|
+
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
40
|
+
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
41
|
+
export * from "./ModifyDBInstanceCommand";
|
|
42
|
+
export * from "./ModifyDBSubnetGroupCommand";
|
|
43
|
+
export * from "./ModifyEventSubscriptionCommand";
|
|
44
|
+
export * from "./ModifyGlobalClusterCommand";
|
|
45
|
+
export * from "./RebootDBInstanceCommand";
|
|
46
|
+
export * from "./RemoveFromGlobalClusterCommand";
|
|
47
|
+
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
48
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
49
|
+
export * from "./ResetDBClusterParameterGroupCommand";
|
|
50
|
+
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
51
|
+
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
52
|
+
export * from "./StartDBClusterCommand";
|
|
53
|
+
export * from "./StopDBClusterCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,71 +1,6 @@
|
|
|
1
|
-
export * from "./DocDBClient";
|
|
2
1
|
export * from "./DocDB";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateDBClusterCommand";
|
|
9
|
-
export * from "./commands/CreateDBClusterParameterGroupCommand";
|
|
10
|
-
export * from "./commands/CreateDBClusterSnapshotCommand";
|
|
11
|
-
export * from "./commands/CreateDBInstanceCommand";
|
|
12
|
-
export * from "./commands/CreateDBSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateEventSubscriptionCommand";
|
|
14
|
-
export * from "./commands/CreateGlobalClusterCommand";
|
|
15
|
-
export * from "./commands/DeleteDBClusterCommand";
|
|
16
|
-
export * from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteDBClusterSnapshotCommand";
|
|
18
|
-
export * from "./commands/DeleteDBInstanceCommand";
|
|
19
|
-
export * from "./commands/DeleteDBSubnetGroupCommand";
|
|
20
|
-
export * from "./commands/DeleteEventSubscriptionCommand";
|
|
21
|
-
export * from "./commands/DeleteGlobalClusterCommand";
|
|
22
|
-
export * from "./commands/DescribeCertificatesCommand";
|
|
23
|
-
export * from "./pagination/DescribeCertificatesPaginator";
|
|
24
|
-
export * from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
25
|
-
export * from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
26
|
-
export * from "./commands/DescribeDBClusterParametersCommand";
|
|
27
|
-
export * from "./pagination/DescribeDBClusterParametersPaginator";
|
|
28
|
-
export * from "./commands/DescribeDBClustersCommand";
|
|
29
|
-
export * from "./pagination/DescribeDBClustersPaginator";
|
|
30
|
-
export * from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
31
|
-
export * from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
32
|
-
export * from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
33
|
-
export * from "./commands/DescribeDBEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeDBInstancesCommand";
|
|
36
|
-
export * from "./pagination/DescribeDBInstancesPaginator";
|
|
37
|
-
export * from "./waiters/waitForDBInstanceAvailable";
|
|
38
|
-
export * from "./commands/DescribeDBSubnetGroupsCommand";
|
|
39
|
-
export * from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
40
|
-
export * from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
41
|
-
export * from "./commands/DescribeEventCategoriesCommand";
|
|
42
|
-
export * from "./commands/DescribeEventsCommand";
|
|
43
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
44
|
-
export * from "./commands/DescribeEventSubscriptionsCommand";
|
|
45
|
-
export * from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
46
|
-
export * from "./commands/DescribeGlobalClustersCommand";
|
|
47
|
-
export * from "./pagination/DescribeGlobalClustersPaginator";
|
|
48
|
-
export * from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
49
|
-
export * from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
50
|
-
export * from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
51
|
-
export * from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
52
|
-
export * from "./commands/FailoverDBClusterCommand";
|
|
53
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
export * from "./commands/ModifyDBClusterCommand";
|
|
55
|
-
export * from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
56
|
-
export * from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
57
|
-
export * from "./commands/ModifyDBInstanceCommand";
|
|
58
|
-
export * from "./commands/ModifyDBSubnetGroupCommand";
|
|
59
|
-
export * from "./commands/ModifyEventSubscriptionCommand";
|
|
60
|
-
export * from "./commands/ModifyGlobalClusterCommand";
|
|
61
|
-
export * from "./commands/RebootDBInstanceCommand";
|
|
62
|
-
export * from "./commands/RemoveFromGlobalClusterCommand";
|
|
63
|
-
export * from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
64
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
65
|
-
export * from "./commands/ResetDBClusterParameterGroupCommand";
|
|
66
|
-
export * from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
67
|
-
export * from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
68
|
-
export * from "./commands/StartDBClusterCommand";
|
|
69
|
-
export * from "./commands/StopDBClusterCommand";
|
|
70
|
-
export * from "./pagination/Interfaces";
|
|
71
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DocDBClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./DescribeCertificatesPaginator";
|
|
2
|
+
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
3
|
+
export * from "./DescribeDBClusterParametersPaginator";
|
|
4
|
+
export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
5
|
+
export * from "./DescribeDBClustersPaginator";
|
|
6
|
+
export * from "./DescribeDBEngineVersionsPaginator";
|
|
7
|
+
export * from "./DescribeDBInstancesPaginator";
|
|
8
|
+
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
9
|
+
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
+
export * from "./DescribeEventsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeGlobalClustersPaginator";
|
|
13
|
+
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
14
|
+
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForDBInstanceAvailable";
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
2
|
+
export * from "./AddTagsToResourceCommand";
|
|
3
|
+
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
4
|
+
export * from "./CopyDBClusterParameterGroupCommand";
|
|
5
|
+
export * from "./CopyDBClusterSnapshotCommand";
|
|
6
|
+
export * from "./CreateDBClusterCommand";
|
|
7
|
+
export * from "./CreateDBClusterParameterGroupCommand";
|
|
8
|
+
export * from "./CreateDBClusterSnapshotCommand";
|
|
9
|
+
export * from "./CreateDBInstanceCommand";
|
|
10
|
+
export * from "./CreateDBSubnetGroupCommand";
|
|
11
|
+
export * from "./CreateEventSubscriptionCommand";
|
|
12
|
+
export * from "./CreateGlobalClusterCommand";
|
|
13
|
+
export * from "./DeleteDBClusterCommand";
|
|
14
|
+
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
15
|
+
export * from "./DeleteDBClusterSnapshotCommand";
|
|
16
|
+
export * from "./DeleteDBInstanceCommand";
|
|
17
|
+
export * from "./DeleteDBSubnetGroupCommand";
|
|
18
|
+
export * from "./DeleteEventSubscriptionCommand";
|
|
19
|
+
export * from "./DeleteGlobalClusterCommand";
|
|
20
|
+
export * from "./DescribeCertificatesCommand";
|
|
21
|
+
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
22
|
+
export * from "./DescribeDBClusterParametersCommand";
|
|
23
|
+
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
24
|
+
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
25
|
+
export * from "./DescribeDBClustersCommand";
|
|
26
|
+
export * from "./DescribeDBEngineVersionsCommand";
|
|
27
|
+
export * from "./DescribeDBInstancesCommand";
|
|
28
|
+
export * from "./DescribeDBSubnetGroupsCommand";
|
|
29
|
+
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
30
|
+
export * from "./DescribeEventCategoriesCommand";
|
|
31
|
+
export * from "./DescribeEventSubscriptionsCommand";
|
|
32
|
+
export * from "./DescribeEventsCommand";
|
|
33
|
+
export * from "./DescribeGlobalClustersCommand";
|
|
34
|
+
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
35
|
+
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
36
|
+
export * from "./FailoverDBClusterCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./ModifyDBClusterCommand";
|
|
39
|
+
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
40
|
+
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
41
|
+
export * from "./ModifyDBInstanceCommand";
|
|
42
|
+
export * from "./ModifyDBSubnetGroupCommand";
|
|
43
|
+
export * from "./ModifyEventSubscriptionCommand";
|
|
44
|
+
export * from "./ModifyGlobalClusterCommand";
|
|
45
|
+
export * from "./RebootDBInstanceCommand";
|
|
46
|
+
export * from "./RemoveFromGlobalClusterCommand";
|
|
47
|
+
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
48
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
49
|
+
export * from "./ResetDBClusterParameterGroupCommand";
|
|
50
|
+
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
51
|
+
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
52
|
+
export * from "./StartDBClusterCommand";
|
|
53
|
+
export * from "./StopDBClusterCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,71 +1,6 @@
|
|
|
1
|
-
export * from "./DocDBClient";
|
|
2
1
|
export * from "./DocDB";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateDBClusterCommand";
|
|
9
|
-
export * from "./commands/CreateDBClusterParameterGroupCommand";
|
|
10
|
-
export * from "./commands/CreateDBClusterSnapshotCommand";
|
|
11
|
-
export * from "./commands/CreateDBInstanceCommand";
|
|
12
|
-
export * from "./commands/CreateDBSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateEventSubscriptionCommand";
|
|
14
|
-
export * from "./commands/CreateGlobalClusterCommand";
|
|
15
|
-
export * from "./commands/DeleteDBClusterCommand";
|
|
16
|
-
export * from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteDBClusterSnapshotCommand";
|
|
18
|
-
export * from "./commands/DeleteDBInstanceCommand";
|
|
19
|
-
export * from "./commands/DeleteDBSubnetGroupCommand";
|
|
20
|
-
export * from "./commands/DeleteEventSubscriptionCommand";
|
|
21
|
-
export * from "./commands/DeleteGlobalClusterCommand";
|
|
22
|
-
export * from "./commands/DescribeCertificatesCommand";
|
|
23
|
-
export * from "./pagination/DescribeCertificatesPaginator";
|
|
24
|
-
export * from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
25
|
-
export * from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
26
|
-
export * from "./commands/DescribeDBClusterParametersCommand";
|
|
27
|
-
export * from "./pagination/DescribeDBClusterParametersPaginator";
|
|
28
|
-
export * from "./commands/DescribeDBClustersCommand";
|
|
29
|
-
export * from "./pagination/DescribeDBClustersPaginator";
|
|
30
|
-
export * from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
31
|
-
export * from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
32
|
-
export * from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
33
|
-
export * from "./commands/DescribeDBEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeDBInstancesCommand";
|
|
36
|
-
export * from "./pagination/DescribeDBInstancesPaginator";
|
|
37
|
-
export * from "./waiters/waitForDBInstanceAvailable";
|
|
38
|
-
export * from "./commands/DescribeDBSubnetGroupsCommand";
|
|
39
|
-
export * from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
40
|
-
export * from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
41
|
-
export * from "./commands/DescribeEventCategoriesCommand";
|
|
42
|
-
export * from "./commands/DescribeEventsCommand";
|
|
43
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
44
|
-
export * from "./commands/DescribeEventSubscriptionsCommand";
|
|
45
|
-
export * from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
46
|
-
export * from "./commands/DescribeGlobalClustersCommand";
|
|
47
|
-
export * from "./pagination/DescribeGlobalClustersPaginator";
|
|
48
|
-
export * from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
49
|
-
export * from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
50
|
-
export * from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
51
|
-
export * from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
52
|
-
export * from "./commands/FailoverDBClusterCommand";
|
|
53
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
export * from "./commands/ModifyDBClusterCommand";
|
|
55
|
-
export * from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
56
|
-
export * from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
57
|
-
export * from "./commands/ModifyDBInstanceCommand";
|
|
58
|
-
export * from "./commands/ModifyDBSubnetGroupCommand";
|
|
59
|
-
export * from "./commands/ModifyEventSubscriptionCommand";
|
|
60
|
-
export * from "./commands/ModifyGlobalClusterCommand";
|
|
61
|
-
export * from "./commands/RebootDBInstanceCommand";
|
|
62
|
-
export * from "./commands/RemoveFromGlobalClusterCommand";
|
|
63
|
-
export * from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
64
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
65
|
-
export * from "./commands/ResetDBClusterParameterGroupCommand";
|
|
66
|
-
export * from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
67
|
-
export * from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
68
|
-
export * from "./commands/StartDBClusterCommand";
|
|
69
|
-
export * from "./commands/StopDBClusterCommand";
|
|
70
|
-
export * from "./pagination/Interfaces";
|
|
71
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DocDBClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./DescribeCertificatesPaginator";
|
|
2
|
+
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
3
|
+
export * from "./DescribeDBClusterParametersPaginator";
|
|
4
|
+
export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
5
|
+
export * from "./DescribeDBClustersPaginator";
|
|
6
|
+
export * from "./DescribeDBEngineVersionsPaginator";
|
|
7
|
+
export * from "./DescribeDBInstancesPaginator";
|
|
8
|
+
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
9
|
+
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
+
export * from "./DescribeEventsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeGlobalClustersPaginator";
|
|
13
|
+
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
14
|
+
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
2
|
+
export * from "./AddTagsToResourceCommand";
|
|
3
|
+
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
4
|
+
export * from "./CopyDBClusterParameterGroupCommand";
|
|
5
|
+
export * from "./CopyDBClusterSnapshotCommand";
|
|
6
|
+
export * from "./CreateDBClusterCommand";
|
|
7
|
+
export * from "./CreateDBClusterParameterGroupCommand";
|
|
8
|
+
export * from "./CreateDBClusterSnapshotCommand";
|
|
9
|
+
export * from "./CreateDBInstanceCommand";
|
|
10
|
+
export * from "./CreateDBSubnetGroupCommand";
|
|
11
|
+
export * from "./CreateEventSubscriptionCommand";
|
|
12
|
+
export * from "./CreateGlobalClusterCommand";
|
|
13
|
+
export * from "./DeleteDBClusterCommand";
|
|
14
|
+
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
15
|
+
export * from "./DeleteDBClusterSnapshotCommand";
|
|
16
|
+
export * from "./DeleteDBInstanceCommand";
|
|
17
|
+
export * from "./DeleteDBSubnetGroupCommand";
|
|
18
|
+
export * from "./DeleteEventSubscriptionCommand";
|
|
19
|
+
export * from "./DeleteGlobalClusterCommand";
|
|
20
|
+
export * from "./DescribeCertificatesCommand";
|
|
21
|
+
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
22
|
+
export * from "./DescribeDBClusterParametersCommand";
|
|
23
|
+
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
24
|
+
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
25
|
+
export * from "./DescribeDBClustersCommand";
|
|
26
|
+
export * from "./DescribeDBEngineVersionsCommand";
|
|
27
|
+
export * from "./DescribeDBInstancesCommand";
|
|
28
|
+
export * from "./DescribeDBSubnetGroupsCommand";
|
|
29
|
+
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
30
|
+
export * from "./DescribeEventCategoriesCommand";
|
|
31
|
+
export * from "./DescribeEventSubscriptionsCommand";
|
|
32
|
+
export * from "./DescribeEventsCommand";
|
|
33
|
+
export * from "./DescribeGlobalClustersCommand";
|
|
34
|
+
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
35
|
+
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
36
|
+
export * from "./FailoverDBClusterCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./ModifyDBClusterCommand";
|
|
39
|
+
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
40
|
+
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
41
|
+
export * from "./ModifyDBInstanceCommand";
|
|
42
|
+
export * from "./ModifyDBSubnetGroupCommand";
|
|
43
|
+
export * from "./ModifyEventSubscriptionCommand";
|
|
44
|
+
export * from "./ModifyGlobalClusterCommand";
|
|
45
|
+
export * from "./RebootDBInstanceCommand";
|
|
46
|
+
export * from "./RemoveFromGlobalClusterCommand";
|
|
47
|
+
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
48
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
49
|
+
export * from "./ResetDBClusterParameterGroupCommand";
|
|
50
|
+
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
51
|
+
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
52
|
+
export * from "./StartDBClusterCommand";
|
|
53
|
+
export * from "./StopDBClusterCommand";
|
|
@@ -1,71 +1,6 @@
|
|
|
1
|
-
export * from "./DocDBClient";
|
|
2
1
|
export * from "./DocDB";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateDBClusterCommand";
|
|
9
|
-
export * from "./commands/CreateDBClusterParameterGroupCommand";
|
|
10
|
-
export * from "./commands/CreateDBClusterSnapshotCommand";
|
|
11
|
-
export * from "./commands/CreateDBInstanceCommand";
|
|
12
|
-
export * from "./commands/CreateDBSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateEventSubscriptionCommand";
|
|
14
|
-
export * from "./commands/CreateGlobalClusterCommand";
|
|
15
|
-
export * from "./commands/DeleteDBClusterCommand";
|
|
16
|
-
export * from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteDBClusterSnapshotCommand";
|
|
18
|
-
export * from "./commands/DeleteDBInstanceCommand";
|
|
19
|
-
export * from "./commands/DeleteDBSubnetGroupCommand";
|
|
20
|
-
export * from "./commands/DeleteEventSubscriptionCommand";
|
|
21
|
-
export * from "./commands/DeleteGlobalClusterCommand";
|
|
22
|
-
export * from "./commands/DescribeCertificatesCommand";
|
|
23
|
-
export * from "./pagination/DescribeCertificatesPaginator";
|
|
24
|
-
export * from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
25
|
-
export * from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
26
|
-
export * from "./commands/DescribeDBClusterParametersCommand";
|
|
27
|
-
export * from "./pagination/DescribeDBClusterParametersPaginator";
|
|
28
|
-
export * from "./commands/DescribeDBClustersCommand";
|
|
29
|
-
export * from "./pagination/DescribeDBClustersPaginator";
|
|
30
|
-
export * from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
31
|
-
export * from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
32
|
-
export * from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
33
|
-
export * from "./commands/DescribeDBEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeDBInstancesCommand";
|
|
36
|
-
export * from "./pagination/DescribeDBInstancesPaginator";
|
|
37
|
-
export * from "./waiters/waitForDBInstanceAvailable";
|
|
38
|
-
export * from "./commands/DescribeDBSubnetGroupsCommand";
|
|
39
|
-
export * from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
40
|
-
export * from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
41
|
-
export * from "./commands/DescribeEventCategoriesCommand";
|
|
42
|
-
export * from "./commands/DescribeEventsCommand";
|
|
43
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
44
|
-
export * from "./commands/DescribeEventSubscriptionsCommand";
|
|
45
|
-
export * from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
46
|
-
export * from "./commands/DescribeGlobalClustersCommand";
|
|
47
|
-
export * from "./pagination/DescribeGlobalClustersPaginator";
|
|
48
|
-
export * from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
49
|
-
export * from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
50
|
-
export * from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
51
|
-
export * from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
52
|
-
export * from "./commands/FailoverDBClusterCommand";
|
|
53
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
54
|
-
export * from "./commands/ModifyDBClusterCommand";
|
|
55
|
-
export * from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
56
|
-
export * from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
57
|
-
export * from "./commands/ModifyDBInstanceCommand";
|
|
58
|
-
export * from "./commands/ModifyDBSubnetGroupCommand";
|
|
59
|
-
export * from "./commands/ModifyEventSubscriptionCommand";
|
|
60
|
-
export * from "./commands/ModifyGlobalClusterCommand";
|
|
61
|
-
export * from "./commands/RebootDBInstanceCommand";
|
|
62
|
-
export * from "./commands/RemoveFromGlobalClusterCommand";
|
|
63
|
-
export * from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
64
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
65
|
-
export * from "./commands/ResetDBClusterParameterGroupCommand";
|
|
66
|
-
export * from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
67
|
-
export * from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
68
|
-
export * from "./commands/StartDBClusterCommand";
|
|
69
|
-
export * from "./commands/StopDBClusterCommand";
|
|
70
|
-
export * from "./pagination/Interfaces";
|
|
71
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DocDBClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./DescribeCertificatesPaginator";
|
|
2
|
+
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
3
|
+
export * from "./DescribeDBClusterParametersPaginator";
|
|
4
|
+
export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
5
|
+
export * from "./DescribeDBClustersPaginator";
|
|
6
|
+
export * from "./DescribeDBEngineVersionsPaginator";
|
|
7
|
+
export * from "./DescribeDBInstancesPaginator";
|
|
8
|
+
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
9
|
+
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
+
export * from "./DescribeEventsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeGlobalClustersPaginator";
|
|
13
|
+
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
14
|
+
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForDBInstanceAvailable";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./waitForDBInstanceAvailable";
|
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.
|
|
4
|
+
"version": "3.38.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,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-sdk-rds": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
43
|
+
"@aws-sdk/types": "3.38.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.38.0",
|
|
54
54
|
"entities": "2.2.0",
|
|
55
55
|
"fast-xml-parser": "3.19.0",
|
|
56
56
|
"tslib": "^2.3.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
60
60
|
"@types/node": "^12.7.5",
|
|
61
61
|
"downlevel-dts": "0.7.0",
|
|
62
62
|
"jest": "^26.1.0",
|