@aws-sdk/client-docdb 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/DocDB.d.ts +994 -270
- package/dist-types/ts3.4/DocDBClient.d.ts +447 -126
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/DocDBServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2345 -2054
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,126 +1,447 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
47
|
+
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
48
|
+
} from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddTagsToResourceCommandInput,
|
|
51
|
+
AddTagsToResourceCommandOutput,
|
|
52
|
+
} from "./commands/AddTagsToResourceCommand";
|
|
53
|
+
import {
|
|
54
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
55
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
56
|
+
} from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
59
|
+
CopyDBClusterParameterGroupCommandOutput,
|
|
60
|
+
} from "./commands/CopyDBClusterParameterGroupCommand";
|
|
61
|
+
import {
|
|
62
|
+
CopyDBClusterSnapshotCommandInput,
|
|
63
|
+
CopyDBClusterSnapshotCommandOutput,
|
|
64
|
+
} from "./commands/CopyDBClusterSnapshotCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDBClusterCommandInput,
|
|
67
|
+
CreateDBClusterCommandOutput,
|
|
68
|
+
} from "./commands/CreateDBClusterCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
71
|
+
CreateDBClusterParameterGroupCommandOutput,
|
|
72
|
+
} from "./commands/CreateDBClusterParameterGroupCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateDBClusterSnapshotCommandInput,
|
|
75
|
+
CreateDBClusterSnapshotCommandOutput,
|
|
76
|
+
} from "./commands/CreateDBClusterSnapshotCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateDBInstanceCommandInput,
|
|
79
|
+
CreateDBInstanceCommandOutput,
|
|
80
|
+
} from "./commands/CreateDBInstanceCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateDBSubnetGroupCommandInput,
|
|
83
|
+
CreateDBSubnetGroupCommandOutput,
|
|
84
|
+
} from "./commands/CreateDBSubnetGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateEventSubscriptionCommandInput,
|
|
87
|
+
CreateEventSubscriptionCommandOutput,
|
|
88
|
+
} from "./commands/CreateEventSubscriptionCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateGlobalClusterCommandInput,
|
|
91
|
+
CreateGlobalClusterCommandOutput,
|
|
92
|
+
} from "./commands/CreateGlobalClusterCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteDBClusterCommandInput,
|
|
95
|
+
DeleteDBClusterCommandOutput,
|
|
96
|
+
} from "./commands/DeleteDBClusterCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
99
|
+
DeleteDBClusterParameterGroupCommandOutput,
|
|
100
|
+
} from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
103
|
+
DeleteDBClusterSnapshotCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDBClusterSnapshotCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteDBInstanceCommandInput,
|
|
107
|
+
DeleteDBInstanceCommandOutput,
|
|
108
|
+
} from "./commands/DeleteDBInstanceCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteDBSubnetGroupCommandInput,
|
|
111
|
+
DeleteDBSubnetGroupCommandOutput,
|
|
112
|
+
} from "./commands/DeleteDBSubnetGroupCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteEventSubscriptionCommandInput,
|
|
115
|
+
DeleteEventSubscriptionCommandOutput,
|
|
116
|
+
} from "./commands/DeleteEventSubscriptionCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteGlobalClusterCommandInput,
|
|
119
|
+
DeleteGlobalClusterCommandOutput,
|
|
120
|
+
} from "./commands/DeleteGlobalClusterCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeCertificatesCommandInput,
|
|
123
|
+
DescribeCertificatesCommandOutput,
|
|
124
|
+
} from "./commands/DescribeCertificatesCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
127
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
128
|
+
} from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeDBClusterParametersCommandInput,
|
|
131
|
+
DescribeDBClusterParametersCommandOutput,
|
|
132
|
+
} from "./commands/DescribeDBClusterParametersCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeDBClustersCommandInput,
|
|
135
|
+
DescribeDBClustersCommandOutput,
|
|
136
|
+
} from "./commands/DescribeDBClustersCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
139
|
+
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
140
|
+
} from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
143
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
144
|
+
} from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeDBEngineVersionsCommandInput,
|
|
147
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
148
|
+
} from "./commands/DescribeDBEngineVersionsCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeDBInstancesCommandInput,
|
|
151
|
+
DescribeDBInstancesCommandOutput,
|
|
152
|
+
} from "./commands/DescribeDBInstancesCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
155
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
156
|
+
} from "./commands/DescribeDBSubnetGroupsCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
159
|
+
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
160
|
+
} from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeEventCategoriesCommandInput,
|
|
163
|
+
DescribeEventCategoriesCommandOutput,
|
|
164
|
+
} from "./commands/DescribeEventCategoriesCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeEventsCommandInput,
|
|
167
|
+
DescribeEventsCommandOutput,
|
|
168
|
+
} from "./commands/DescribeEventsCommand";
|
|
169
|
+
import {
|
|
170
|
+
DescribeEventSubscriptionsCommandInput,
|
|
171
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
172
|
+
} from "./commands/DescribeEventSubscriptionsCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeGlobalClustersCommandInput,
|
|
175
|
+
DescribeGlobalClustersCommandOutput,
|
|
176
|
+
} from "./commands/DescribeGlobalClustersCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
179
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
180
|
+
} from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribePendingMaintenanceActionsCommandInput,
|
|
183
|
+
DescribePendingMaintenanceActionsCommandOutput,
|
|
184
|
+
} from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
185
|
+
import {
|
|
186
|
+
FailoverDBClusterCommandInput,
|
|
187
|
+
FailoverDBClusterCommandOutput,
|
|
188
|
+
} from "./commands/FailoverDBClusterCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListTagsForResourceCommandInput,
|
|
191
|
+
ListTagsForResourceCommandOutput,
|
|
192
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
ModifyDBClusterCommandInput,
|
|
195
|
+
ModifyDBClusterCommandOutput,
|
|
196
|
+
} from "./commands/ModifyDBClusterCommand";
|
|
197
|
+
import {
|
|
198
|
+
ModifyDBClusterParameterGroupCommandInput,
|
|
199
|
+
ModifyDBClusterParameterGroupCommandOutput,
|
|
200
|
+
} from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
201
|
+
import {
|
|
202
|
+
ModifyDBClusterSnapshotAttributeCommandInput,
|
|
203
|
+
ModifyDBClusterSnapshotAttributeCommandOutput,
|
|
204
|
+
} from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
205
|
+
import {
|
|
206
|
+
ModifyDBInstanceCommandInput,
|
|
207
|
+
ModifyDBInstanceCommandOutput,
|
|
208
|
+
} from "./commands/ModifyDBInstanceCommand";
|
|
209
|
+
import {
|
|
210
|
+
ModifyDBSubnetGroupCommandInput,
|
|
211
|
+
ModifyDBSubnetGroupCommandOutput,
|
|
212
|
+
} from "./commands/ModifyDBSubnetGroupCommand";
|
|
213
|
+
import {
|
|
214
|
+
ModifyEventSubscriptionCommandInput,
|
|
215
|
+
ModifyEventSubscriptionCommandOutput,
|
|
216
|
+
} from "./commands/ModifyEventSubscriptionCommand";
|
|
217
|
+
import {
|
|
218
|
+
ModifyGlobalClusterCommandInput,
|
|
219
|
+
ModifyGlobalClusterCommandOutput,
|
|
220
|
+
} from "./commands/ModifyGlobalClusterCommand";
|
|
221
|
+
import {
|
|
222
|
+
RebootDBInstanceCommandInput,
|
|
223
|
+
RebootDBInstanceCommandOutput,
|
|
224
|
+
} from "./commands/RebootDBInstanceCommand";
|
|
225
|
+
import {
|
|
226
|
+
RemoveFromGlobalClusterCommandInput,
|
|
227
|
+
RemoveFromGlobalClusterCommandOutput,
|
|
228
|
+
} from "./commands/RemoveFromGlobalClusterCommand";
|
|
229
|
+
import {
|
|
230
|
+
RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
231
|
+
RemoveSourceIdentifierFromSubscriptionCommandOutput,
|
|
232
|
+
} from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
233
|
+
import {
|
|
234
|
+
RemoveTagsFromResourceCommandInput,
|
|
235
|
+
RemoveTagsFromResourceCommandOutput,
|
|
236
|
+
} from "./commands/RemoveTagsFromResourceCommand";
|
|
237
|
+
import {
|
|
238
|
+
ResetDBClusterParameterGroupCommandInput,
|
|
239
|
+
ResetDBClusterParameterGroupCommandOutput,
|
|
240
|
+
} from "./commands/ResetDBClusterParameterGroupCommand";
|
|
241
|
+
import {
|
|
242
|
+
RestoreDBClusterFromSnapshotCommandInput,
|
|
243
|
+
RestoreDBClusterFromSnapshotCommandOutput,
|
|
244
|
+
} from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
245
|
+
import {
|
|
246
|
+
RestoreDBClusterToPointInTimeCommandInput,
|
|
247
|
+
RestoreDBClusterToPointInTimeCommandOutput,
|
|
248
|
+
} from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
249
|
+
import {
|
|
250
|
+
StartDBClusterCommandInput,
|
|
251
|
+
StartDBClusterCommandOutput,
|
|
252
|
+
} from "./commands/StartDBClusterCommand";
|
|
253
|
+
import {
|
|
254
|
+
StopDBClusterCommandInput,
|
|
255
|
+
StopDBClusterCommandOutput,
|
|
256
|
+
} from "./commands/StopDBClusterCommand";
|
|
257
|
+
export declare type ServiceInputTypes =
|
|
258
|
+
| AddSourceIdentifierToSubscriptionCommandInput
|
|
259
|
+
| AddTagsToResourceCommandInput
|
|
260
|
+
| ApplyPendingMaintenanceActionCommandInput
|
|
261
|
+
| CopyDBClusterParameterGroupCommandInput
|
|
262
|
+
| CopyDBClusterSnapshotCommandInput
|
|
263
|
+
| CreateDBClusterCommandInput
|
|
264
|
+
| CreateDBClusterParameterGroupCommandInput
|
|
265
|
+
| CreateDBClusterSnapshotCommandInput
|
|
266
|
+
| CreateDBInstanceCommandInput
|
|
267
|
+
| CreateDBSubnetGroupCommandInput
|
|
268
|
+
| CreateEventSubscriptionCommandInput
|
|
269
|
+
| CreateGlobalClusterCommandInput
|
|
270
|
+
| DeleteDBClusterCommandInput
|
|
271
|
+
| DeleteDBClusterParameterGroupCommandInput
|
|
272
|
+
| DeleteDBClusterSnapshotCommandInput
|
|
273
|
+
| DeleteDBInstanceCommandInput
|
|
274
|
+
| DeleteDBSubnetGroupCommandInput
|
|
275
|
+
| DeleteEventSubscriptionCommandInput
|
|
276
|
+
| DeleteGlobalClusterCommandInput
|
|
277
|
+
| DescribeCertificatesCommandInput
|
|
278
|
+
| DescribeDBClusterParameterGroupsCommandInput
|
|
279
|
+
| DescribeDBClusterParametersCommandInput
|
|
280
|
+
| DescribeDBClusterSnapshotAttributesCommandInput
|
|
281
|
+
| DescribeDBClusterSnapshotsCommandInput
|
|
282
|
+
| DescribeDBClustersCommandInput
|
|
283
|
+
| DescribeDBEngineVersionsCommandInput
|
|
284
|
+
| DescribeDBInstancesCommandInput
|
|
285
|
+
| DescribeDBSubnetGroupsCommandInput
|
|
286
|
+
| DescribeEngineDefaultClusterParametersCommandInput
|
|
287
|
+
| DescribeEventCategoriesCommandInput
|
|
288
|
+
| DescribeEventSubscriptionsCommandInput
|
|
289
|
+
| DescribeEventsCommandInput
|
|
290
|
+
| DescribeGlobalClustersCommandInput
|
|
291
|
+
| DescribeOrderableDBInstanceOptionsCommandInput
|
|
292
|
+
| DescribePendingMaintenanceActionsCommandInput
|
|
293
|
+
| FailoverDBClusterCommandInput
|
|
294
|
+
| ListTagsForResourceCommandInput
|
|
295
|
+
| ModifyDBClusterCommandInput
|
|
296
|
+
| ModifyDBClusterParameterGroupCommandInput
|
|
297
|
+
| ModifyDBClusterSnapshotAttributeCommandInput
|
|
298
|
+
| ModifyDBInstanceCommandInput
|
|
299
|
+
| ModifyDBSubnetGroupCommandInput
|
|
300
|
+
| ModifyEventSubscriptionCommandInput
|
|
301
|
+
| ModifyGlobalClusterCommandInput
|
|
302
|
+
| RebootDBInstanceCommandInput
|
|
303
|
+
| RemoveFromGlobalClusterCommandInput
|
|
304
|
+
| RemoveSourceIdentifierFromSubscriptionCommandInput
|
|
305
|
+
| RemoveTagsFromResourceCommandInput
|
|
306
|
+
| ResetDBClusterParameterGroupCommandInput
|
|
307
|
+
| RestoreDBClusterFromSnapshotCommandInput
|
|
308
|
+
| RestoreDBClusterToPointInTimeCommandInput
|
|
309
|
+
| StartDBClusterCommandInput
|
|
310
|
+
| StopDBClusterCommandInput;
|
|
311
|
+
export declare type ServiceOutputTypes =
|
|
312
|
+
| AddSourceIdentifierToSubscriptionCommandOutput
|
|
313
|
+
| AddTagsToResourceCommandOutput
|
|
314
|
+
| ApplyPendingMaintenanceActionCommandOutput
|
|
315
|
+
| CopyDBClusterParameterGroupCommandOutput
|
|
316
|
+
| CopyDBClusterSnapshotCommandOutput
|
|
317
|
+
| CreateDBClusterCommandOutput
|
|
318
|
+
| CreateDBClusterParameterGroupCommandOutput
|
|
319
|
+
| CreateDBClusterSnapshotCommandOutput
|
|
320
|
+
| CreateDBInstanceCommandOutput
|
|
321
|
+
| CreateDBSubnetGroupCommandOutput
|
|
322
|
+
| CreateEventSubscriptionCommandOutput
|
|
323
|
+
| CreateGlobalClusterCommandOutput
|
|
324
|
+
| DeleteDBClusterCommandOutput
|
|
325
|
+
| DeleteDBClusterParameterGroupCommandOutput
|
|
326
|
+
| DeleteDBClusterSnapshotCommandOutput
|
|
327
|
+
| DeleteDBInstanceCommandOutput
|
|
328
|
+
| DeleteDBSubnetGroupCommandOutput
|
|
329
|
+
| DeleteEventSubscriptionCommandOutput
|
|
330
|
+
| DeleteGlobalClusterCommandOutput
|
|
331
|
+
| DescribeCertificatesCommandOutput
|
|
332
|
+
| DescribeDBClusterParameterGroupsCommandOutput
|
|
333
|
+
| DescribeDBClusterParametersCommandOutput
|
|
334
|
+
| DescribeDBClusterSnapshotAttributesCommandOutput
|
|
335
|
+
| DescribeDBClusterSnapshotsCommandOutput
|
|
336
|
+
| DescribeDBClustersCommandOutput
|
|
337
|
+
| DescribeDBEngineVersionsCommandOutput
|
|
338
|
+
| DescribeDBInstancesCommandOutput
|
|
339
|
+
| DescribeDBSubnetGroupsCommandOutput
|
|
340
|
+
| DescribeEngineDefaultClusterParametersCommandOutput
|
|
341
|
+
| DescribeEventCategoriesCommandOutput
|
|
342
|
+
| DescribeEventSubscriptionsCommandOutput
|
|
343
|
+
| DescribeEventsCommandOutput
|
|
344
|
+
| DescribeGlobalClustersCommandOutput
|
|
345
|
+
| DescribeOrderableDBInstanceOptionsCommandOutput
|
|
346
|
+
| DescribePendingMaintenanceActionsCommandOutput
|
|
347
|
+
| FailoverDBClusterCommandOutput
|
|
348
|
+
| ListTagsForResourceCommandOutput
|
|
349
|
+
| ModifyDBClusterCommandOutput
|
|
350
|
+
| ModifyDBClusterParameterGroupCommandOutput
|
|
351
|
+
| ModifyDBClusterSnapshotAttributeCommandOutput
|
|
352
|
+
| ModifyDBInstanceCommandOutput
|
|
353
|
+
| ModifyDBSubnetGroupCommandOutput
|
|
354
|
+
| ModifyEventSubscriptionCommandOutput
|
|
355
|
+
| ModifyGlobalClusterCommandOutput
|
|
356
|
+
| RebootDBInstanceCommandOutput
|
|
357
|
+
| RemoveFromGlobalClusterCommandOutput
|
|
358
|
+
| RemoveSourceIdentifierFromSubscriptionCommandOutput
|
|
359
|
+
| RemoveTagsFromResourceCommandOutput
|
|
360
|
+
| ResetDBClusterParameterGroupCommandOutput
|
|
361
|
+
| RestoreDBClusterFromSnapshotCommandOutput
|
|
362
|
+
| RestoreDBClusterToPointInTimeCommandOutput
|
|
363
|
+
| StartDBClusterCommandOutput
|
|
364
|
+
| StopDBClusterCommandOutput;
|
|
365
|
+
export interface ClientDefaults
|
|
366
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
367
|
+
requestHandler?: __HttpHandler;
|
|
368
|
+
|
|
369
|
+
sha256?: __HashConstructor;
|
|
370
|
+
|
|
371
|
+
urlParser?: __UrlParser;
|
|
372
|
+
|
|
373
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
374
|
+
|
|
375
|
+
streamCollector?: __StreamCollector;
|
|
376
|
+
|
|
377
|
+
base64Decoder?: __Decoder;
|
|
378
|
+
|
|
379
|
+
base64Encoder?: __Encoder;
|
|
380
|
+
|
|
381
|
+
utf8Decoder?: __Decoder;
|
|
382
|
+
|
|
383
|
+
utf8Encoder?: __Encoder;
|
|
384
|
+
|
|
385
|
+
runtime?: string;
|
|
386
|
+
|
|
387
|
+
disableHostPrefix?: boolean;
|
|
388
|
+
|
|
389
|
+
maxAttempts?: number | __Provider<number>;
|
|
390
|
+
|
|
391
|
+
retryMode?: string | __Provider<string>;
|
|
392
|
+
|
|
393
|
+
logger?: __Logger;
|
|
394
|
+
|
|
395
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
396
|
+
|
|
397
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
398
|
+
|
|
399
|
+
serviceId?: string;
|
|
400
|
+
|
|
401
|
+
region?: string | __Provider<string>;
|
|
402
|
+
|
|
403
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
404
|
+
|
|
405
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
406
|
+
|
|
407
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
408
|
+
|
|
409
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
410
|
+
}
|
|
411
|
+
declare type DocDBClientConfigType = Partial<
|
|
412
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
413
|
+
> &
|
|
414
|
+
ClientDefaults &
|
|
415
|
+
RegionInputConfig &
|
|
416
|
+
EndpointsInputConfig &
|
|
417
|
+
RetryInputConfig &
|
|
418
|
+
HostHeaderInputConfig &
|
|
419
|
+
AwsAuthInputConfig &
|
|
420
|
+
UserAgentInputConfig;
|
|
421
|
+
|
|
422
|
+
export interface DocDBClientConfig extends DocDBClientConfigType {}
|
|
423
|
+
declare type DocDBClientResolvedConfigType =
|
|
424
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
425
|
+
Required<ClientDefaults> &
|
|
426
|
+
RegionResolvedConfig &
|
|
427
|
+
EndpointsResolvedConfig &
|
|
428
|
+
RetryResolvedConfig &
|
|
429
|
+
HostHeaderResolvedConfig &
|
|
430
|
+
AwsAuthResolvedConfig &
|
|
431
|
+
UserAgentResolvedConfig;
|
|
432
|
+
|
|
433
|
+
export interface DocDBClientResolvedConfig
|
|
434
|
+
extends DocDBClientResolvedConfigType {}
|
|
435
|
+
|
|
436
|
+
export declare class DocDBClient extends __Client<
|
|
437
|
+
__HttpHandlerOptions,
|
|
438
|
+
ServiceInputTypes,
|
|
439
|
+
ServiceOutputTypes,
|
|
440
|
+
DocDBClientResolvedConfig
|
|
441
|
+
> {
|
|
442
|
+
readonly config: DocDBClientResolvedConfig;
|
|
443
|
+
constructor(configuration: DocDBClientConfig);
|
|
444
|
+
|
|
445
|
+
destroy(): void;
|
|
446
|
+
}
|
|
447
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
AddSourceIdentifierToSubscriptionMessage,
|
|
15
|
+
AddSourceIdentifierToSubscriptionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddSourceIdentifierToSubscriptionCommandInput
|
|
18
|
+
extends AddSourceIdentifierToSubscriptionMessage {}
|
|
19
|
+
export interface AddSourceIdentifierToSubscriptionCommandOutput
|
|
20
|
+
extends AddSourceIdentifierToSubscriptionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddSourceIdentifierToSubscriptionCommand extends $Command<
|
|
24
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
25
|
+
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddSourceIdentifierToSubscriptionCommandInput;
|
|
29
|
+
constructor(input: AddSourceIdentifierToSubscriptionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
37
|
+
AddSourceIdentifierToSubscriptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|