@aws-sdk/client-docdb 3.169.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 +8 -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,270 +1,994 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
4
|
+
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
5
|
+
} from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
6
|
+
import {
|
|
7
|
+
AddTagsToResourceCommandInput,
|
|
8
|
+
AddTagsToResourceCommandOutput,
|
|
9
|
+
} from "./commands/AddTagsToResourceCommand";
|
|
10
|
+
import {
|
|
11
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
12
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
13
|
+
} from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
14
|
+
import {
|
|
15
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
16
|
+
CopyDBClusterParameterGroupCommandOutput,
|
|
17
|
+
} from "./commands/CopyDBClusterParameterGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
CopyDBClusterSnapshotCommandInput,
|
|
20
|
+
CopyDBClusterSnapshotCommandOutput,
|
|
21
|
+
} from "./commands/CopyDBClusterSnapshotCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDBClusterCommandInput,
|
|
24
|
+
CreateDBClusterCommandOutput,
|
|
25
|
+
} from "./commands/CreateDBClusterCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
28
|
+
CreateDBClusterParameterGroupCommandOutput,
|
|
29
|
+
} from "./commands/CreateDBClusterParameterGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateDBClusterSnapshotCommandInput,
|
|
32
|
+
CreateDBClusterSnapshotCommandOutput,
|
|
33
|
+
} from "./commands/CreateDBClusterSnapshotCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateDBInstanceCommandInput,
|
|
36
|
+
CreateDBInstanceCommandOutput,
|
|
37
|
+
} from "./commands/CreateDBInstanceCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateDBSubnetGroupCommandInput,
|
|
40
|
+
CreateDBSubnetGroupCommandOutput,
|
|
41
|
+
} from "./commands/CreateDBSubnetGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateEventSubscriptionCommandInput,
|
|
44
|
+
CreateEventSubscriptionCommandOutput,
|
|
45
|
+
} from "./commands/CreateEventSubscriptionCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateGlobalClusterCommandInput,
|
|
48
|
+
CreateGlobalClusterCommandOutput,
|
|
49
|
+
} from "./commands/CreateGlobalClusterCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteDBClusterCommandInput,
|
|
52
|
+
DeleteDBClusterCommandOutput,
|
|
53
|
+
} from "./commands/DeleteDBClusterCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
56
|
+
DeleteDBClusterParameterGroupCommandOutput,
|
|
57
|
+
} from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
60
|
+
DeleteDBClusterSnapshotCommandOutput,
|
|
61
|
+
} from "./commands/DeleteDBClusterSnapshotCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDBInstanceCommandInput,
|
|
64
|
+
DeleteDBInstanceCommandOutput,
|
|
65
|
+
} from "./commands/DeleteDBInstanceCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteDBSubnetGroupCommandInput,
|
|
68
|
+
DeleteDBSubnetGroupCommandOutput,
|
|
69
|
+
} from "./commands/DeleteDBSubnetGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteEventSubscriptionCommandInput,
|
|
72
|
+
DeleteEventSubscriptionCommandOutput,
|
|
73
|
+
} from "./commands/DeleteEventSubscriptionCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteGlobalClusterCommandInput,
|
|
76
|
+
DeleteGlobalClusterCommandOutput,
|
|
77
|
+
} from "./commands/DeleteGlobalClusterCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeCertificatesCommandInput,
|
|
80
|
+
DescribeCertificatesCommandOutput,
|
|
81
|
+
} from "./commands/DescribeCertificatesCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
84
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
85
|
+
} from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeDBClusterParametersCommandInput,
|
|
88
|
+
DescribeDBClusterParametersCommandOutput,
|
|
89
|
+
} from "./commands/DescribeDBClusterParametersCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeDBClustersCommandInput,
|
|
92
|
+
DescribeDBClustersCommandOutput,
|
|
93
|
+
} from "./commands/DescribeDBClustersCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
96
|
+
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
97
|
+
} from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
100
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
101
|
+
} from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeDBEngineVersionsCommandInput,
|
|
104
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
105
|
+
} from "./commands/DescribeDBEngineVersionsCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeDBInstancesCommandInput,
|
|
108
|
+
DescribeDBInstancesCommandOutput,
|
|
109
|
+
} from "./commands/DescribeDBInstancesCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
112
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
113
|
+
} from "./commands/DescribeDBSubnetGroupsCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
116
|
+
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
117
|
+
} from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeEventCategoriesCommandInput,
|
|
120
|
+
DescribeEventCategoriesCommandOutput,
|
|
121
|
+
} from "./commands/DescribeEventCategoriesCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeEventsCommandInput,
|
|
124
|
+
DescribeEventsCommandOutput,
|
|
125
|
+
} from "./commands/DescribeEventsCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeEventSubscriptionsCommandInput,
|
|
128
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
129
|
+
} from "./commands/DescribeEventSubscriptionsCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeGlobalClustersCommandInput,
|
|
132
|
+
DescribeGlobalClustersCommandOutput,
|
|
133
|
+
} from "./commands/DescribeGlobalClustersCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
136
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
137
|
+
} from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribePendingMaintenanceActionsCommandInput,
|
|
140
|
+
DescribePendingMaintenanceActionsCommandOutput,
|
|
141
|
+
} from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
142
|
+
import {
|
|
143
|
+
FailoverDBClusterCommandInput,
|
|
144
|
+
FailoverDBClusterCommandOutput,
|
|
145
|
+
} from "./commands/FailoverDBClusterCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListTagsForResourceCommandInput,
|
|
148
|
+
ListTagsForResourceCommandOutput,
|
|
149
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
150
|
+
import {
|
|
151
|
+
ModifyDBClusterCommandInput,
|
|
152
|
+
ModifyDBClusterCommandOutput,
|
|
153
|
+
} from "./commands/ModifyDBClusterCommand";
|
|
154
|
+
import {
|
|
155
|
+
ModifyDBClusterParameterGroupCommandInput,
|
|
156
|
+
ModifyDBClusterParameterGroupCommandOutput,
|
|
157
|
+
} from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
158
|
+
import {
|
|
159
|
+
ModifyDBClusterSnapshotAttributeCommandInput,
|
|
160
|
+
ModifyDBClusterSnapshotAttributeCommandOutput,
|
|
161
|
+
} from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
162
|
+
import {
|
|
163
|
+
ModifyDBInstanceCommandInput,
|
|
164
|
+
ModifyDBInstanceCommandOutput,
|
|
165
|
+
} from "./commands/ModifyDBInstanceCommand";
|
|
166
|
+
import {
|
|
167
|
+
ModifyDBSubnetGroupCommandInput,
|
|
168
|
+
ModifyDBSubnetGroupCommandOutput,
|
|
169
|
+
} from "./commands/ModifyDBSubnetGroupCommand";
|
|
170
|
+
import {
|
|
171
|
+
ModifyEventSubscriptionCommandInput,
|
|
172
|
+
ModifyEventSubscriptionCommandOutput,
|
|
173
|
+
} from "./commands/ModifyEventSubscriptionCommand";
|
|
174
|
+
import {
|
|
175
|
+
ModifyGlobalClusterCommandInput,
|
|
176
|
+
ModifyGlobalClusterCommandOutput,
|
|
177
|
+
} from "./commands/ModifyGlobalClusterCommand";
|
|
178
|
+
import {
|
|
179
|
+
RebootDBInstanceCommandInput,
|
|
180
|
+
RebootDBInstanceCommandOutput,
|
|
181
|
+
} from "./commands/RebootDBInstanceCommand";
|
|
182
|
+
import {
|
|
183
|
+
RemoveFromGlobalClusterCommandInput,
|
|
184
|
+
RemoveFromGlobalClusterCommandOutput,
|
|
185
|
+
} from "./commands/RemoveFromGlobalClusterCommand";
|
|
186
|
+
import {
|
|
187
|
+
RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
188
|
+
RemoveSourceIdentifierFromSubscriptionCommandOutput,
|
|
189
|
+
} from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
190
|
+
import {
|
|
191
|
+
RemoveTagsFromResourceCommandInput,
|
|
192
|
+
RemoveTagsFromResourceCommandOutput,
|
|
193
|
+
} from "./commands/RemoveTagsFromResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
ResetDBClusterParameterGroupCommandInput,
|
|
196
|
+
ResetDBClusterParameterGroupCommandOutput,
|
|
197
|
+
} from "./commands/ResetDBClusterParameterGroupCommand";
|
|
198
|
+
import {
|
|
199
|
+
RestoreDBClusterFromSnapshotCommandInput,
|
|
200
|
+
RestoreDBClusterFromSnapshotCommandOutput,
|
|
201
|
+
} from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
202
|
+
import {
|
|
203
|
+
RestoreDBClusterToPointInTimeCommandInput,
|
|
204
|
+
RestoreDBClusterToPointInTimeCommandOutput,
|
|
205
|
+
} from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
206
|
+
import {
|
|
207
|
+
StartDBClusterCommandInput,
|
|
208
|
+
StartDBClusterCommandOutput,
|
|
209
|
+
} from "./commands/StartDBClusterCommand";
|
|
210
|
+
import {
|
|
211
|
+
StopDBClusterCommandInput,
|
|
212
|
+
StopDBClusterCommandOutput,
|
|
213
|
+
} from "./commands/StopDBClusterCommand";
|
|
214
|
+
import { DocDBClient } from "./DocDBClient";
|
|
215
|
+
|
|
216
|
+
export declare class DocDB extends DocDBClient {
|
|
217
|
+
addSourceIdentifierToSubscription(
|
|
218
|
+
args: AddSourceIdentifierToSubscriptionCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
|
|
221
|
+
addSourceIdentifierToSubscription(
|
|
222
|
+
args: AddSourceIdentifierToSubscriptionCommandInput,
|
|
223
|
+
cb: (
|
|
224
|
+
err: any,
|
|
225
|
+
data?: AddSourceIdentifierToSubscriptionCommandOutput
|
|
226
|
+
) => void
|
|
227
|
+
): void;
|
|
228
|
+
addSourceIdentifierToSubscription(
|
|
229
|
+
args: AddSourceIdentifierToSubscriptionCommandInput,
|
|
230
|
+
options: __HttpHandlerOptions,
|
|
231
|
+
cb: (
|
|
232
|
+
err: any,
|
|
233
|
+
data?: AddSourceIdentifierToSubscriptionCommandOutput
|
|
234
|
+
) => void
|
|
235
|
+
): void;
|
|
236
|
+
|
|
237
|
+
addTagsToResource(
|
|
238
|
+
args: AddTagsToResourceCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<AddTagsToResourceCommandOutput>;
|
|
241
|
+
addTagsToResource(
|
|
242
|
+
args: AddTagsToResourceCommandInput,
|
|
243
|
+
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
addTagsToResource(
|
|
246
|
+
args: AddTagsToResourceCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
|
|
251
|
+
applyPendingMaintenanceAction(
|
|
252
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<ApplyPendingMaintenanceActionCommandOutput>;
|
|
255
|
+
applyPendingMaintenanceAction(
|
|
256
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
257
|
+
cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
applyPendingMaintenanceAction(
|
|
260
|
+
args: ApplyPendingMaintenanceActionCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
|
|
265
|
+
copyDBClusterParameterGroup(
|
|
266
|
+
args: CopyDBClusterParameterGroupCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<CopyDBClusterParameterGroupCommandOutput>;
|
|
269
|
+
copyDBClusterParameterGroup(
|
|
270
|
+
args: CopyDBClusterParameterGroupCommandInput,
|
|
271
|
+
cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
copyDBClusterParameterGroup(
|
|
274
|
+
args: CopyDBClusterParameterGroupCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
|
|
279
|
+
copyDBClusterSnapshot(
|
|
280
|
+
args: CopyDBClusterSnapshotCommandInput,
|
|
281
|
+
options?: __HttpHandlerOptions
|
|
282
|
+
): Promise<CopyDBClusterSnapshotCommandOutput>;
|
|
283
|
+
copyDBClusterSnapshot(
|
|
284
|
+
args: CopyDBClusterSnapshotCommandInput,
|
|
285
|
+
cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void
|
|
286
|
+
): void;
|
|
287
|
+
copyDBClusterSnapshot(
|
|
288
|
+
args: CopyDBClusterSnapshotCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
|
|
293
|
+
createDBCluster(
|
|
294
|
+
args: CreateDBClusterCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<CreateDBClusterCommandOutput>;
|
|
297
|
+
createDBCluster(
|
|
298
|
+
args: CreateDBClusterCommandInput,
|
|
299
|
+
cb: (err: any, data?: CreateDBClusterCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
createDBCluster(
|
|
302
|
+
args: CreateDBClusterCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: CreateDBClusterCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
|
|
307
|
+
createDBClusterParameterGroup(
|
|
308
|
+
args: CreateDBClusterParameterGroupCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<CreateDBClusterParameterGroupCommandOutput>;
|
|
311
|
+
createDBClusterParameterGroup(
|
|
312
|
+
args: CreateDBClusterParameterGroupCommandInput,
|
|
313
|
+
cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
createDBClusterParameterGroup(
|
|
316
|
+
args: CreateDBClusterParameterGroupCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
|
|
321
|
+
createDBClusterSnapshot(
|
|
322
|
+
args: CreateDBClusterSnapshotCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<CreateDBClusterSnapshotCommandOutput>;
|
|
325
|
+
createDBClusterSnapshot(
|
|
326
|
+
args: CreateDBClusterSnapshotCommandInput,
|
|
327
|
+
cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
createDBClusterSnapshot(
|
|
330
|
+
args: CreateDBClusterSnapshotCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
|
|
335
|
+
createDBInstance(
|
|
336
|
+
args: CreateDBInstanceCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<CreateDBInstanceCommandOutput>;
|
|
339
|
+
createDBInstance(
|
|
340
|
+
args: CreateDBInstanceCommandInput,
|
|
341
|
+
cb: (err: any, data?: CreateDBInstanceCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
createDBInstance(
|
|
344
|
+
args: CreateDBInstanceCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: CreateDBInstanceCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
|
|
349
|
+
createDBSubnetGroup(
|
|
350
|
+
args: CreateDBSubnetGroupCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<CreateDBSubnetGroupCommandOutput>;
|
|
353
|
+
createDBSubnetGroup(
|
|
354
|
+
args: CreateDBSubnetGroupCommandInput,
|
|
355
|
+
cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
createDBSubnetGroup(
|
|
358
|
+
args: CreateDBSubnetGroupCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
|
|
363
|
+
createEventSubscription(
|
|
364
|
+
args: CreateEventSubscriptionCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<CreateEventSubscriptionCommandOutput>;
|
|
367
|
+
createEventSubscription(
|
|
368
|
+
args: CreateEventSubscriptionCommandInput,
|
|
369
|
+
cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
createEventSubscription(
|
|
372
|
+
args: CreateEventSubscriptionCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
|
|
377
|
+
createGlobalCluster(
|
|
378
|
+
args: CreateGlobalClusterCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<CreateGlobalClusterCommandOutput>;
|
|
381
|
+
createGlobalCluster(
|
|
382
|
+
args: CreateGlobalClusterCommandInput,
|
|
383
|
+
cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
createGlobalCluster(
|
|
386
|
+
args: CreateGlobalClusterCommandInput,
|
|
387
|
+
options: __HttpHandlerOptions,
|
|
388
|
+
cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
|
|
391
|
+
deleteDBCluster(
|
|
392
|
+
args: DeleteDBClusterCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<DeleteDBClusterCommandOutput>;
|
|
395
|
+
deleteDBCluster(
|
|
396
|
+
args: DeleteDBClusterCommandInput,
|
|
397
|
+
cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
deleteDBCluster(
|
|
400
|
+
args: DeleteDBClusterCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
|
|
405
|
+
deleteDBClusterParameterGroup(
|
|
406
|
+
args: DeleteDBClusterParameterGroupCommandInput,
|
|
407
|
+
options?: __HttpHandlerOptions
|
|
408
|
+
): Promise<DeleteDBClusterParameterGroupCommandOutput>;
|
|
409
|
+
deleteDBClusterParameterGroup(
|
|
410
|
+
args: DeleteDBClusterParameterGroupCommandInput,
|
|
411
|
+
cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
deleteDBClusterParameterGroup(
|
|
414
|
+
args: DeleteDBClusterParameterGroupCommandInput,
|
|
415
|
+
options: __HttpHandlerOptions,
|
|
416
|
+
cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void
|
|
417
|
+
): void;
|
|
418
|
+
|
|
419
|
+
deleteDBClusterSnapshot(
|
|
420
|
+
args: DeleteDBClusterSnapshotCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<DeleteDBClusterSnapshotCommandOutput>;
|
|
423
|
+
deleteDBClusterSnapshot(
|
|
424
|
+
args: DeleteDBClusterSnapshotCommandInput,
|
|
425
|
+
cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
deleteDBClusterSnapshot(
|
|
428
|
+
args: DeleteDBClusterSnapshotCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
|
|
433
|
+
deleteDBInstance(
|
|
434
|
+
args: DeleteDBInstanceCommandInput,
|
|
435
|
+
options?: __HttpHandlerOptions
|
|
436
|
+
): Promise<DeleteDBInstanceCommandOutput>;
|
|
437
|
+
deleteDBInstance(
|
|
438
|
+
args: DeleteDBInstanceCommandInput,
|
|
439
|
+
cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
deleteDBInstance(
|
|
442
|
+
args: DeleteDBInstanceCommandInput,
|
|
443
|
+
options: __HttpHandlerOptions,
|
|
444
|
+
cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
|
|
447
|
+
deleteDBSubnetGroup(
|
|
448
|
+
args: DeleteDBSubnetGroupCommandInput,
|
|
449
|
+
options?: __HttpHandlerOptions
|
|
450
|
+
): Promise<DeleteDBSubnetGroupCommandOutput>;
|
|
451
|
+
deleteDBSubnetGroup(
|
|
452
|
+
args: DeleteDBSubnetGroupCommandInput,
|
|
453
|
+
cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void
|
|
454
|
+
): void;
|
|
455
|
+
deleteDBSubnetGroup(
|
|
456
|
+
args: DeleteDBSubnetGroupCommandInput,
|
|
457
|
+
options: __HttpHandlerOptions,
|
|
458
|
+
cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
|
|
461
|
+
deleteEventSubscription(
|
|
462
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
463
|
+
options?: __HttpHandlerOptions
|
|
464
|
+
): Promise<DeleteEventSubscriptionCommandOutput>;
|
|
465
|
+
deleteEventSubscription(
|
|
466
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
467
|
+
cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
|
|
468
|
+
): void;
|
|
469
|
+
deleteEventSubscription(
|
|
470
|
+
args: DeleteEventSubscriptionCommandInput,
|
|
471
|
+
options: __HttpHandlerOptions,
|
|
472
|
+
cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
|
|
475
|
+
deleteGlobalCluster(
|
|
476
|
+
args: DeleteGlobalClusterCommandInput,
|
|
477
|
+
options?: __HttpHandlerOptions
|
|
478
|
+
): Promise<DeleteGlobalClusterCommandOutput>;
|
|
479
|
+
deleteGlobalCluster(
|
|
480
|
+
args: DeleteGlobalClusterCommandInput,
|
|
481
|
+
cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
|
|
482
|
+
): void;
|
|
483
|
+
deleteGlobalCluster(
|
|
484
|
+
args: DeleteGlobalClusterCommandInput,
|
|
485
|
+
options: __HttpHandlerOptions,
|
|
486
|
+
cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
|
|
487
|
+
): void;
|
|
488
|
+
|
|
489
|
+
describeCertificates(
|
|
490
|
+
args: DescribeCertificatesCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<DescribeCertificatesCommandOutput>;
|
|
493
|
+
describeCertificates(
|
|
494
|
+
args: DescribeCertificatesCommandInput,
|
|
495
|
+
cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
describeCertificates(
|
|
498
|
+
args: DescribeCertificatesCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
|
|
503
|
+
describeDBClusterParameterGroups(
|
|
504
|
+
args: DescribeDBClusterParameterGroupsCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
507
|
+
describeDBClusterParameterGroups(
|
|
508
|
+
args: DescribeDBClusterParameterGroupsCommandInput,
|
|
509
|
+
cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
describeDBClusterParameterGroups(
|
|
512
|
+
args: DescribeDBClusterParameterGroupsCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
|
|
517
|
+
describeDBClusterParameters(
|
|
518
|
+
args: DescribeDBClusterParametersCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<DescribeDBClusterParametersCommandOutput>;
|
|
521
|
+
describeDBClusterParameters(
|
|
522
|
+
args: DescribeDBClusterParametersCommandInput,
|
|
523
|
+
cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
describeDBClusterParameters(
|
|
526
|
+
args: DescribeDBClusterParametersCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
|
|
531
|
+
describeDBClusters(
|
|
532
|
+
args: DescribeDBClustersCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<DescribeDBClustersCommandOutput>;
|
|
535
|
+
describeDBClusters(
|
|
536
|
+
args: DescribeDBClustersCommandInput,
|
|
537
|
+
cb: (err: any, data?: DescribeDBClustersCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
describeDBClusters(
|
|
540
|
+
args: DescribeDBClustersCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: DescribeDBClustersCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
|
|
545
|
+
describeDBClusterSnapshotAttributes(
|
|
546
|
+
args: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
547
|
+
options?: __HttpHandlerOptions
|
|
548
|
+
): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
|
|
549
|
+
describeDBClusterSnapshotAttributes(
|
|
550
|
+
args: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
551
|
+
cb: (
|
|
552
|
+
err: any,
|
|
553
|
+
data?: DescribeDBClusterSnapshotAttributesCommandOutput
|
|
554
|
+
) => void
|
|
555
|
+
): void;
|
|
556
|
+
describeDBClusterSnapshotAttributes(
|
|
557
|
+
args: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
558
|
+
options: __HttpHandlerOptions,
|
|
559
|
+
cb: (
|
|
560
|
+
err: any,
|
|
561
|
+
data?: DescribeDBClusterSnapshotAttributesCommandOutput
|
|
562
|
+
) => void
|
|
563
|
+
): void;
|
|
564
|
+
|
|
565
|
+
describeDBClusterSnapshots(
|
|
566
|
+
args: DescribeDBClusterSnapshotsCommandInput,
|
|
567
|
+
options?: __HttpHandlerOptions
|
|
568
|
+
): Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
569
|
+
describeDBClusterSnapshots(
|
|
570
|
+
args: DescribeDBClusterSnapshotsCommandInput,
|
|
571
|
+
cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
|
|
572
|
+
): void;
|
|
573
|
+
describeDBClusterSnapshots(
|
|
574
|
+
args: DescribeDBClusterSnapshotsCommandInput,
|
|
575
|
+
options: __HttpHandlerOptions,
|
|
576
|
+
cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
|
|
579
|
+
describeDBEngineVersions(
|
|
580
|
+
args: DescribeDBEngineVersionsCommandInput,
|
|
581
|
+
options?: __HttpHandlerOptions
|
|
582
|
+
): Promise<DescribeDBEngineVersionsCommandOutput>;
|
|
583
|
+
describeDBEngineVersions(
|
|
584
|
+
args: DescribeDBEngineVersionsCommandInput,
|
|
585
|
+
cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
|
|
586
|
+
): void;
|
|
587
|
+
describeDBEngineVersions(
|
|
588
|
+
args: DescribeDBEngineVersionsCommandInput,
|
|
589
|
+
options: __HttpHandlerOptions,
|
|
590
|
+
cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
|
|
591
|
+
): void;
|
|
592
|
+
|
|
593
|
+
describeDBInstances(
|
|
594
|
+
args: DescribeDBInstancesCommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<DescribeDBInstancesCommandOutput>;
|
|
597
|
+
describeDBInstances(
|
|
598
|
+
args: DescribeDBInstancesCommandInput,
|
|
599
|
+
cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
describeDBInstances(
|
|
602
|
+
args: DescribeDBInstancesCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
|
|
605
|
+
): void;
|
|
606
|
+
|
|
607
|
+
describeDBSubnetGroups(
|
|
608
|
+
args: DescribeDBSubnetGroupsCommandInput,
|
|
609
|
+
options?: __HttpHandlerOptions
|
|
610
|
+
): Promise<DescribeDBSubnetGroupsCommandOutput>;
|
|
611
|
+
describeDBSubnetGroups(
|
|
612
|
+
args: DescribeDBSubnetGroupsCommandInput,
|
|
613
|
+
cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void
|
|
614
|
+
): void;
|
|
615
|
+
describeDBSubnetGroups(
|
|
616
|
+
args: DescribeDBSubnetGroupsCommandInput,
|
|
617
|
+
options: __HttpHandlerOptions,
|
|
618
|
+
cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void
|
|
619
|
+
): void;
|
|
620
|
+
|
|
621
|
+
describeEngineDefaultClusterParameters(
|
|
622
|
+
args: DescribeEngineDefaultClusterParametersCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
|
|
625
|
+
describeEngineDefaultClusterParameters(
|
|
626
|
+
args: DescribeEngineDefaultClusterParametersCommandInput,
|
|
627
|
+
cb: (
|
|
628
|
+
err: any,
|
|
629
|
+
data?: DescribeEngineDefaultClusterParametersCommandOutput
|
|
630
|
+
) => void
|
|
631
|
+
): void;
|
|
632
|
+
describeEngineDefaultClusterParameters(
|
|
633
|
+
args: DescribeEngineDefaultClusterParametersCommandInput,
|
|
634
|
+
options: __HttpHandlerOptions,
|
|
635
|
+
cb: (
|
|
636
|
+
err: any,
|
|
637
|
+
data?: DescribeEngineDefaultClusterParametersCommandOutput
|
|
638
|
+
) => void
|
|
639
|
+
): void;
|
|
640
|
+
|
|
641
|
+
describeEventCategories(
|
|
642
|
+
args: DescribeEventCategoriesCommandInput,
|
|
643
|
+
options?: __HttpHandlerOptions
|
|
644
|
+
): Promise<DescribeEventCategoriesCommandOutput>;
|
|
645
|
+
describeEventCategories(
|
|
646
|
+
args: DescribeEventCategoriesCommandInput,
|
|
647
|
+
cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
648
|
+
): void;
|
|
649
|
+
describeEventCategories(
|
|
650
|
+
args: DescribeEventCategoriesCommandInput,
|
|
651
|
+
options: __HttpHandlerOptions,
|
|
652
|
+
cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
653
|
+
): void;
|
|
654
|
+
|
|
655
|
+
describeEvents(
|
|
656
|
+
args: DescribeEventsCommandInput,
|
|
657
|
+
options?: __HttpHandlerOptions
|
|
658
|
+
): Promise<DescribeEventsCommandOutput>;
|
|
659
|
+
describeEvents(
|
|
660
|
+
args: DescribeEventsCommandInput,
|
|
661
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
662
|
+
): void;
|
|
663
|
+
describeEvents(
|
|
664
|
+
args: DescribeEventsCommandInput,
|
|
665
|
+
options: __HttpHandlerOptions,
|
|
666
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
|
|
669
|
+
describeEventSubscriptions(
|
|
670
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
671
|
+
options?: __HttpHandlerOptions
|
|
672
|
+
): Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
673
|
+
describeEventSubscriptions(
|
|
674
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
675
|
+
cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
676
|
+
): void;
|
|
677
|
+
describeEventSubscriptions(
|
|
678
|
+
args: DescribeEventSubscriptionsCommandInput,
|
|
679
|
+
options: __HttpHandlerOptions,
|
|
680
|
+
cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
681
|
+
): void;
|
|
682
|
+
|
|
683
|
+
describeGlobalClusters(
|
|
684
|
+
args: DescribeGlobalClustersCommandInput,
|
|
685
|
+
options?: __HttpHandlerOptions
|
|
686
|
+
): Promise<DescribeGlobalClustersCommandOutput>;
|
|
687
|
+
describeGlobalClusters(
|
|
688
|
+
args: DescribeGlobalClustersCommandInput,
|
|
689
|
+
cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
|
|
690
|
+
): void;
|
|
691
|
+
describeGlobalClusters(
|
|
692
|
+
args: DescribeGlobalClustersCommandInput,
|
|
693
|
+
options: __HttpHandlerOptions,
|
|
694
|
+
cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
|
|
695
|
+
): void;
|
|
696
|
+
|
|
697
|
+
describeOrderableDBInstanceOptions(
|
|
698
|
+
args: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
699
|
+
options?: __HttpHandlerOptions
|
|
700
|
+
): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
701
|
+
describeOrderableDBInstanceOptions(
|
|
702
|
+
args: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
703
|
+
cb: (
|
|
704
|
+
err: any,
|
|
705
|
+
data?: DescribeOrderableDBInstanceOptionsCommandOutput
|
|
706
|
+
) => void
|
|
707
|
+
): void;
|
|
708
|
+
describeOrderableDBInstanceOptions(
|
|
709
|
+
args: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
710
|
+
options: __HttpHandlerOptions,
|
|
711
|
+
cb: (
|
|
712
|
+
err: any,
|
|
713
|
+
data?: DescribeOrderableDBInstanceOptionsCommandOutput
|
|
714
|
+
) => void
|
|
715
|
+
): void;
|
|
716
|
+
|
|
717
|
+
describePendingMaintenanceActions(
|
|
718
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
719
|
+
options?: __HttpHandlerOptions
|
|
720
|
+
): Promise<DescribePendingMaintenanceActionsCommandOutput>;
|
|
721
|
+
describePendingMaintenanceActions(
|
|
722
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
723
|
+
cb: (
|
|
724
|
+
err: any,
|
|
725
|
+
data?: DescribePendingMaintenanceActionsCommandOutput
|
|
726
|
+
) => void
|
|
727
|
+
): void;
|
|
728
|
+
describePendingMaintenanceActions(
|
|
729
|
+
args: DescribePendingMaintenanceActionsCommandInput,
|
|
730
|
+
options: __HttpHandlerOptions,
|
|
731
|
+
cb: (
|
|
732
|
+
err: any,
|
|
733
|
+
data?: DescribePendingMaintenanceActionsCommandOutput
|
|
734
|
+
) => void
|
|
735
|
+
): void;
|
|
736
|
+
|
|
737
|
+
failoverDBCluster(
|
|
738
|
+
args: FailoverDBClusterCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<FailoverDBClusterCommandOutput>;
|
|
741
|
+
failoverDBCluster(
|
|
742
|
+
args: FailoverDBClusterCommandInput,
|
|
743
|
+
cb: (err: any, data?: FailoverDBClusterCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
failoverDBCluster(
|
|
746
|
+
args: FailoverDBClusterCommandInput,
|
|
747
|
+
options: __HttpHandlerOptions,
|
|
748
|
+
cb: (err: any, data?: FailoverDBClusterCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
|
|
751
|
+
listTagsForResource(
|
|
752
|
+
args: ListTagsForResourceCommandInput,
|
|
753
|
+
options?: __HttpHandlerOptions
|
|
754
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
755
|
+
listTagsForResource(
|
|
756
|
+
args: ListTagsForResourceCommandInput,
|
|
757
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
758
|
+
): void;
|
|
759
|
+
listTagsForResource(
|
|
760
|
+
args: ListTagsForResourceCommandInput,
|
|
761
|
+
options: __HttpHandlerOptions,
|
|
762
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
763
|
+
): void;
|
|
764
|
+
|
|
765
|
+
modifyDBCluster(
|
|
766
|
+
args: ModifyDBClusterCommandInput,
|
|
767
|
+
options?: __HttpHandlerOptions
|
|
768
|
+
): Promise<ModifyDBClusterCommandOutput>;
|
|
769
|
+
modifyDBCluster(
|
|
770
|
+
args: ModifyDBClusterCommandInput,
|
|
771
|
+
cb: (err: any, data?: ModifyDBClusterCommandOutput) => void
|
|
772
|
+
): void;
|
|
773
|
+
modifyDBCluster(
|
|
774
|
+
args: ModifyDBClusterCommandInput,
|
|
775
|
+
options: __HttpHandlerOptions,
|
|
776
|
+
cb: (err: any, data?: ModifyDBClusterCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
|
|
779
|
+
modifyDBClusterParameterGroup(
|
|
780
|
+
args: ModifyDBClusterParameterGroupCommandInput,
|
|
781
|
+
options?: __HttpHandlerOptions
|
|
782
|
+
): Promise<ModifyDBClusterParameterGroupCommandOutput>;
|
|
783
|
+
modifyDBClusterParameterGroup(
|
|
784
|
+
args: ModifyDBClusterParameterGroupCommandInput,
|
|
785
|
+
cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void
|
|
786
|
+
): void;
|
|
787
|
+
modifyDBClusterParameterGroup(
|
|
788
|
+
args: ModifyDBClusterParameterGroupCommandInput,
|
|
789
|
+
options: __HttpHandlerOptions,
|
|
790
|
+
cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void
|
|
791
|
+
): void;
|
|
792
|
+
|
|
793
|
+
modifyDBClusterSnapshotAttribute(
|
|
794
|
+
args: ModifyDBClusterSnapshotAttributeCommandInput,
|
|
795
|
+
options?: __HttpHandlerOptions
|
|
796
|
+
): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
|
|
797
|
+
modifyDBClusterSnapshotAttribute(
|
|
798
|
+
args: ModifyDBClusterSnapshotAttributeCommandInput,
|
|
799
|
+
cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void
|
|
800
|
+
): void;
|
|
801
|
+
modifyDBClusterSnapshotAttribute(
|
|
802
|
+
args: ModifyDBClusterSnapshotAttributeCommandInput,
|
|
803
|
+
options: __HttpHandlerOptions,
|
|
804
|
+
cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void
|
|
805
|
+
): void;
|
|
806
|
+
|
|
807
|
+
modifyDBInstance(
|
|
808
|
+
args: ModifyDBInstanceCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<ModifyDBInstanceCommandOutput>;
|
|
811
|
+
modifyDBInstance(
|
|
812
|
+
args: ModifyDBInstanceCommandInput,
|
|
813
|
+
cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
modifyDBInstance(
|
|
816
|
+
args: ModifyDBInstanceCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
|
|
821
|
+
modifyDBSubnetGroup(
|
|
822
|
+
args: ModifyDBSubnetGroupCommandInput,
|
|
823
|
+
options?: __HttpHandlerOptions
|
|
824
|
+
): Promise<ModifyDBSubnetGroupCommandOutput>;
|
|
825
|
+
modifyDBSubnetGroup(
|
|
826
|
+
args: ModifyDBSubnetGroupCommandInput,
|
|
827
|
+
cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void
|
|
828
|
+
): void;
|
|
829
|
+
modifyDBSubnetGroup(
|
|
830
|
+
args: ModifyDBSubnetGroupCommandInput,
|
|
831
|
+
options: __HttpHandlerOptions,
|
|
832
|
+
cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void
|
|
833
|
+
): void;
|
|
834
|
+
|
|
835
|
+
modifyEventSubscription(
|
|
836
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<ModifyEventSubscriptionCommandOutput>;
|
|
839
|
+
modifyEventSubscription(
|
|
840
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
841
|
+
cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
modifyEventSubscription(
|
|
844
|
+
args: ModifyEventSubscriptionCommandInput,
|
|
845
|
+
options: __HttpHandlerOptions,
|
|
846
|
+
cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
|
|
847
|
+
): void;
|
|
848
|
+
|
|
849
|
+
modifyGlobalCluster(
|
|
850
|
+
args: ModifyGlobalClusterCommandInput,
|
|
851
|
+
options?: __HttpHandlerOptions
|
|
852
|
+
): Promise<ModifyGlobalClusterCommandOutput>;
|
|
853
|
+
modifyGlobalCluster(
|
|
854
|
+
args: ModifyGlobalClusterCommandInput,
|
|
855
|
+
cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void
|
|
856
|
+
): void;
|
|
857
|
+
modifyGlobalCluster(
|
|
858
|
+
args: ModifyGlobalClusterCommandInput,
|
|
859
|
+
options: __HttpHandlerOptions,
|
|
860
|
+
cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void
|
|
861
|
+
): void;
|
|
862
|
+
|
|
863
|
+
rebootDBInstance(
|
|
864
|
+
args: RebootDBInstanceCommandInput,
|
|
865
|
+
options?: __HttpHandlerOptions
|
|
866
|
+
): Promise<RebootDBInstanceCommandOutput>;
|
|
867
|
+
rebootDBInstance(
|
|
868
|
+
args: RebootDBInstanceCommandInput,
|
|
869
|
+
cb: (err: any, data?: RebootDBInstanceCommandOutput) => void
|
|
870
|
+
): void;
|
|
871
|
+
rebootDBInstance(
|
|
872
|
+
args: RebootDBInstanceCommandInput,
|
|
873
|
+
options: __HttpHandlerOptions,
|
|
874
|
+
cb: (err: any, data?: RebootDBInstanceCommandOutput) => void
|
|
875
|
+
): void;
|
|
876
|
+
|
|
877
|
+
removeFromGlobalCluster(
|
|
878
|
+
args: RemoveFromGlobalClusterCommandInput,
|
|
879
|
+
options?: __HttpHandlerOptions
|
|
880
|
+
): Promise<RemoveFromGlobalClusterCommandOutput>;
|
|
881
|
+
removeFromGlobalCluster(
|
|
882
|
+
args: RemoveFromGlobalClusterCommandInput,
|
|
883
|
+
cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void
|
|
884
|
+
): void;
|
|
885
|
+
removeFromGlobalCluster(
|
|
886
|
+
args: RemoveFromGlobalClusterCommandInput,
|
|
887
|
+
options: __HttpHandlerOptions,
|
|
888
|
+
cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void
|
|
889
|
+
): void;
|
|
890
|
+
|
|
891
|
+
removeSourceIdentifierFromSubscription(
|
|
892
|
+
args: RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
893
|
+
options?: __HttpHandlerOptions
|
|
894
|
+
): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
|
|
895
|
+
removeSourceIdentifierFromSubscription(
|
|
896
|
+
args: RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
897
|
+
cb: (
|
|
898
|
+
err: any,
|
|
899
|
+
data?: RemoveSourceIdentifierFromSubscriptionCommandOutput
|
|
900
|
+
) => void
|
|
901
|
+
): void;
|
|
902
|
+
removeSourceIdentifierFromSubscription(
|
|
903
|
+
args: RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
904
|
+
options: __HttpHandlerOptions,
|
|
905
|
+
cb: (
|
|
906
|
+
err: any,
|
|
907
|
+
data?: RemoveSourceIdentifierFromSubscriptionCommandOutput
|
|
908
|
+
) => void
|
|
909
|
+
): void;
|
|
910
|
+
|
|
911
|
+
removeTagsFromResource(
|
|
912
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
913
|
+
options?: __HttpHandlerOptions
|
|
914
|
+
): Promise<RemoveTagsFromResourceCommandOutput>;
|
|
915
|
+
removeTagsFromResource(
|
|
916
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
917
|
+
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
918
|
+
): void;
|
|
919
|
+
removeTagsFromResource(
|
|
920
|
+
args: RemoveTagsFromResourceCommandInput,
|
|
921
|
+
options: __HttpHandlerOptions,
|
|
922
|
+
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
923
|
+
): void;
|
|
924
|
+
|
|
925
|
+
resetDBClusterParameterGroup(
|
|
926
|
+
args: ResetDBClusterParameterGroupCommandInput,
|
|
927
|
+
options?: __HttpHandlerOptions
|
|
928
|
+
): Promise<ResetDBClusterParameterGroupCommandOutput>;
|
|
929
|
+
resetDBClusterParameterGroup(
|
|
930
|
+
args: ResetDBClusterParameterGroupCommandInput,
|
|
931
|
+
cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void
|
|
932
|
+
): void;
|
|
933
|
+
resetDBClusterParameterGroup(
|
|
934
|
+
args: ResetDBClusterParameterGroupCommandInput,
|
|
935
|
+
options: __HttpHandlerOptions,
|
|
936
|
+
cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void
|
|
937
|
+
): void;
|
|
938
|
+
|
|
939
|
+
restoreDBClusterFromSnapshot(
|
|
940
|
+
args: RestoreDBClusterFromSnapshotCommandInput,
|
|
941
|
+
options?: __HttpHandlerOptions
|
|
942
|
+
): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
|
|
943
|
+
restoreDBClusterFromSnapshot(
|
|
944
|
+
args: RestoreDBClusterFromSnapshotCommandInput,
|
|
945
|
+
cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void
|
|
946
|
+
): void;
|
|
947
|
+
restoreDBClusterFromSnapshot(
|
|
948
|
+
args: RestoreDBClusterFromSnapshotCommandInput,
|
|
949
|
+
options: __HttpHandlerOptions,
|
|
950
|
+
cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void
|
|
951
|
+
): void;
|
|
952
|
+
|
|
953
|
+
restoreDBClusterToPointInTime(
|
|
954
|
+
args: RestoreDBClusterToPointInTimeCommandInput,
|
|
955
|
+
options?: __HttpHandlerOptions
|
|
956
|
+
): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
|
|
957
|
+
restoreDBClusterToPointInTime(
|
|
958
|
+
args: RestoreDBClusterToPointInTimeCommandInput,
|
|
959
|
+
cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void
|
|
960
|
+
): void;
|
|
961
|
+
restoreDBClusterToPointInTime(
|
|
962
|
+
args: RestoreDBClusterToPointInTimeCommandInput,
|
|
963
|
+
options: __HttpHandlerOptions,
|
|
964
|
+
cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void
|
|
965
|
+
): void;
|
|
966
|
+
|
|
967
|
+
startDBCluster(
|
|
968
|
+
args: StartDBClusterCommandInput,
|
|
969
|
+
options?: __HttpHandlerOptions
|
|
970
|
+
): Promise<StartDBClusterCommandOutput>;
|
|
971
|
+
startDBCluster(
|
|
972
|
+
args: StartDBClusterCommandInput,
|
|
973
|
+
cb: (err: any, data?: StartDBClusterCommandOutput) => void
|
|
974
|
+
): void;
|
|
975
|
+
startDBCluster(
|
|
976
|
+
args: StartDBClusterCommandInput,
|
|
977
|
+
options: __HttpHandlerOptions,
|
|
978
|
+
cb: (err: any, data?: StartDBClusterCommandOutput) => void
|
|
979
|
+
): void;
|
|
980
|
+
|
|
981
|
+
stopDBCluster(
|
|
982
|
+
args: StopDBClusterCommandInput,
|
|
983
|
+
options?: __HttpHandlerOptions
|
|
984
|
+
): Promise<StopDBClusterCommandOutput>;
|
|
985
|
+
stopDBCluster(
|
|
986
|
+
args: StopDBClusterCommandInput,
|
|
987
|
+
cb: (err: any, data?: StopDBClusterCommandOutput) => void
|
|
988
|
+
): void;
|
|
989
|
+
stopDBCluster(
|
|
990
|
+
args: StopDBClusterCommandInput,
|
|
991
|
+
options: __HttpHandlerOptions,
|
|
992
|
+
cb: (err: any, data?: StopDBClusterCommandOutput) => void
|
|
993
|
+
): void;
|
|
994
|
+
}
|