@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,161 +1,641 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
8
|
+
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
9
|
+
} from "../commands/AddSourceIdentifierToSubscriptionCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddTagsToResourceCommandInput,
|
|
12
|
+
AddTagsToResourceCommandOutput,
|
|
13
|
+
} from "../commands/AddTagsToResourceCommand";
|
|
14
|
+
import {
|
|
15
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
16
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
17
|
+
} from "../commands/ApplyPendingMaintenanceActionCommand";
|
|
18
|
+
import {
|
|
19
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
20
|
+
CopyDBClusterParameterGroupCommandOutput,
|
|
21
|
+
} from "../commands/CopyDBClusterParameterGroupCommand";
|
|
22
|
+
import {
|
|
23
|
+
CopyDBClusterSnapshotCommandInput,
|
|
24
|
+
CopyDBClusterSnapshotCommandOutput,
|
|
25
|
+
} from "../commands/CopyDBClusterSnapshotCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateDBClusterCommandInput,
|
|
28
|
+
CreateDBClusterCommandOutput,
|
|
29
|
+
} from "../commands/CreateDBClusterCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
32
|
+
CreateDBClusterParameterGroupCommandOutput,
|
|
33
|
+
} from "../commands/CreateDBClusterParameterGroupCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateDBClusterSnapshotCommandInput,
|
|
36
|
+
CreateDBClusterSnapshotCommandOutput,
|
|
37
|
+
} from "../commands/CreateDBClusterSnapshotCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateDBInstanceCommandInput,
|
|
40
|
+
CreateDBInstanceCommandOutput,
|
|
41
|
+
} from "../commands/CreateDBInstanceCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateDBSubnetGroupCommandInput,
|
|
44
|
+
CreateDBSubnetGroupCommandOutput,
|
|
45
|
+
} from "../commands/CreateDBSubnetGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateEventSubscriptionCommandInput,
|
|
48
|
+
CreateEventSubscriptionCommandOutput,
|
|
49
|
+
} from "../commands/CreateEventSubscriptionCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateGlobalClusterCommandInput,
|
|
52
|
+
CreateGlobalClusterCommandOutput,
|
|
53
|
+
} from "../commands/CreateGlobalClusterCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteDBClusterCommandInput,
|
|
56
|
+
DeleteDBClusterCommandOutput,
|
|
57
|
+
} from "../commands/DeleteDBClusterCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
60
|
+
DeleteDBClusterParameterGroupCommandOutput,
|
|
61
|
+
} from "../commands/DeleteDBClusterParameterGroupCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
64
|
+
DeleteDBClusterSnapshotCommandOutput,
|
|
65
|
+
} from "../commands/DeleteDBClusterSnapshotCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteDBInstanceCommandInput,
|
|
68
|
+
DeleteDBInstanceCommandOutput,
|
|
69
|
+
} from "../commands/DeleteDBInstanceCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteDBSubnetGroupCommandInput,
|
|
72
|
+
DeleteDBSubnetGroupCommandOutput,
|
|
73
|
+
} from "../commands/DeleteDBSubnetGroupCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteEventSubscriptionCommandInput,
|
|
76
|
+
DeleteEventSubscriptionCommandOutput,
|
|
77
|
+
} from "../commands/DeleteEventSubscriptionCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteGlobalClusterCommandInput,
|
|
80
|
+
DeleteGlobalClusterCommandOutput,
|
|
81
|
+
} from "../commands/DeleteGlobalClusterCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeCertificatesCommandInput,
|
|
84
|
+
DescribeCertificatesCommandOutput,
|
|
85
|
+
} from "../commands/DescribeCertificatesCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
88
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
89
|
+
} from "../commands/DescribeDBClusterParameterGroupsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeDBClusterParametersCommandInput,
|
|
92
|
+
DescribeDBClusterParametersCommandOutput,
|
|
93
|
+
} from "../commands/DescribeDBClusterParametersCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeDBClustersCommandInput,
|
|
96
|
+
DescribeDBClustersCommandOutput,
|
|
97
|
+
} from "../commands/DescribeDBClustersCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
100
|
+
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
101
|
+
} from "../commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
104
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
105
|
+
} from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeDBEngineVersionsCommandInput,
|
|
108
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
109
|
+
} from "../commands/DescribeDBEngineVersionsCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeDBInstancesCommandInput,
|
|
112
|
+
DescribeDBInstancesCommandOutput,
|
|
113
|
+
} from "../commands/DescribeDBInstancesCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
116
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
117
|
+
} from "../commands/DescribeDBSubnetGroupsCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
120
|
+
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
121
|
+
} from "../commands/DescribeEngineDefaultClusterParametersCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeEventCategoriesCommandInput,
|
|
124
|
+
DescribeEventCategoriesCommandOutput,
|
|
125
|
+
} from "../commands/DescribeEventCategoriesCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeEventsCommandInput,
|
|
128
|
+
DescribeEventsCommandOutput,
|
|
129
|
+
} from "../commands/DescribeEventsCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeEventSubscriptionsCommandInput,
|
|
132
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
133
|
+
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeGlobalClustersCommandInput,
|
|
136
|
+
DescribeGlobalClustersCommandOutput,
|
|
137
|
+
} from "../commands/DescribeGlobalClustersCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
140
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
141
|
+
} from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribePendingMaintenanceActionsCommandInput,
|
|
144
|
+
DescribePendingMaintenanceActionsCommandOutput,
|
|
145
|
+
} from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
146
|
+
import {
|
|
147
|
+
FailoverDBClusterCommandInput,
|
|
148
|
+
FailoverDBClusterCommandOutput,
|
|
149
|
+
} from "../commands/FailoverDBClusterCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListTagsForResourceCommandInput,
|
|
152
|
+
ListTagsForResourceCommandOutput,
|
|
153
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
ModifyDBClusterCommandInput,
|
|
156
|
+
ModifyDBClusterCommandOutput,
|
|
157
|
+
} from "../commands/ModifyDBClusterCommand";
|
|
158
|
+
import {
|
|
159
|
+
ModifyDBClusterParameterGroupCommandInput,
|
|
160
|
+
ModifyDBClusterParameterGroupCommandOutput,
|
|
161
|
+
} from "../commands/ModifyDBClusterParameterGroupCommand";
|
|
162
|
+
import {
|
|
163
|
+
ModifyDBClusterSnapshotAttributeCommandInput,
|
|
164
|
+
ModifyDBClusterSnapshotAttributeCommandOutput,
|
|
165
|
+
} from "../commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
166
|
+
import {
|
|
167
|
+
ModifyDBInstanceCommandInput,
|
|
168
|
+
ModifyDBInstanceCommandOutput,
|
|
169
|
+
} from "../commands/ModifyDBInstanceCommand";
|
|
170
|
+
import {
|
|
171
|
+
ModifyDBSubnetGroupCommandInput,
|
|
172
|
+
ModifyDBSubnetGroupCommandOutput,
|
|
173
|
+
} from "../commands/ModifyDBSubnetGroupCommand";
|
|
174
|
+
import {
|
|
175
|
+
ModifyEventSubscriptionCommandInput,
|
|
176
|
+
ModifyEventSubscriptionCommandOutput,
|
|
177
|
+
} from "../commands/ModifyEventSubscriptionCommand";
|
|
178
|
+
import {
|
|
179
|
+
ModifyGlobalClusterCommandInput,
|
|
180
|
+
ModifyGlobalClusterCommandOutput,
|
|
181
|
+
} from "../commands/ModifyGlobalClusterCommand";
|
|
182
|
+
import {
|
|
183
|
+
RebootDBInstanceCommandInput,
|
|
184
|
+
RebootDBInstanceCommandOutput,
|
|
185
|
+
} from "../commands/RebootDBInstanceCommand";
|
|
186
|
+
import {
|
|
187
|
+
RemoveFromGlobalClusterCommandInput,
|
|
188
|
+
RemoveFromGlobalClusterCommandOutput,
|
|
189
|
+
} from "../commands/RemoveFromGlobalClusterCommand";
|
|
190
|
+
import {
|
|
191
|
+
RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
192
|
+
RemoveSourceIdentifierFromSubscriptionCommandOutput,
|
|
193
|
+
} from "../commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
194
|
+
import {
|
|
195
|
+
RemoveTagsFromResourceCommandInput,
|
|
196
|
+
RemoveTagsFromResourceCommandOutput,
|
|
197
|
+
} from "../commands/RemoveTagsFromResourceCommand";
|
|
198
|
+
import {
|
|
199
|
+
ResetDBClusterParameterGroupCommandInput,
|
|
200
|
+
ResetDBClusterParameterGroupCommandOutput,
|
|
201
|
+
} from "../commands/ResetDBClusterParameterGroupCommand";
|
|
202
|
+
import {
|
|
203
|
+
RestoreDBClusterFromSnapshotCommandInput,
|
|
204
|
+
RestoreDBClusterFromSnapshotCommandOutput,
|
|
205
|
+
} from "../commands/RestoreDBClusterFromSnapshotCommand";
|
|
206
|
+
import {
|
|
207
|
+
RestoreDBClusterToPointInTimeCommandInput,
|
|
208
|
+
RestoreDBClusterToPointInTimeCommandOutput,
|
|
209
|
+
} from "../commands/RestoreDBClusterToPointInTimeCommand";
|
|
210
|
+
import {
|
|
211
|
+
StartDBClusterCommandInput,
|
|
212
|
+
StartDBClusterCommandOutput,
|
|
213
|
+
} from "../commands/StartDBClusterCommand";
|
|
214
|
+
import {
|
|
215
|
+
StopDBClusterCommandInput,
|
|
216
|
+
StopDBClusterCommandOutput,
|
|
217
|
+
} from "../commands/StopDBClusterCommand";
|
|
218
|
+
export declare const serializeAws_queryAddSourceIdentifierToSubscriptionCommand: (
|
|
219
|
+
input: AddSourceIdentifierToSubscriptionCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_queryAddTagsToResourceCommand: (
|
|
223
|
+
input: AddTagsToResourceCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_queryApplyPendingMaintenanceActionCommand: (
|
|
227
|
+
input: ApplyPendingMaintenanceActionCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_queryCopyDBClusterParameterGroupCommand: (
|
|
231
|
+
input: CopyDBClusterParameterGroupCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_queryCopyDBClusterSnapshotCommand: (
|
|
235
|
+
input: CopyDBClusterSnapshotCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_queryCreateDBClusterCommand: (
|
|
239
|
+
input: CreateDBClusterCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_queryCreateDBClusterParameterGroupCommand: (
|
|
243
|
+
input: CreateDBClusterParameterGroupCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_queryCreateDBClusterSnapshotCommand: (
|
|
247
|
+
input: CreateDBClusterSnapshotCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_queryCreateDBInstanceCommand: (
|
|
251
|
+
input: CreateDBInstanceCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_queryCreateDBSubnetGroupCommand: (
|
|
255
|
+
input: CreateDBSubnetGroupCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_queryCreateEventSubscriptionCommand: (
|
|
259
|
+
input: CreateEventSubscriptionCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_queryCreateGlobalClusterCommand: (
|
|
263
|
+
input: CreateGlobalClusterCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_queryDeleteDBClusterCommand: (
|
|
267
|
+
input: DeleteDBClusterCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_queryDeleteDBClusterParameterGroupCommand: (
|
|
271
|
+
input: DeleteDBClusterParameterGroupCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_queryDeleteDBClusterSnapshotCommand: (
|
|
275
|
+
input: DeleteDBClusterSnapshotCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_queryDeleteDBInstanceCommand: (
|
|
279
|
+
input: DeleteDBInstanceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_queryDeleteDBSubnetGroupCommand: (
|
|
283
|
+
input: DeleteDBSubnetGroupCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_queryDeleteEventSubscriptionCommand: (
|
|
287
|
+
input: DeleteEventSubscriptionCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_queryDeleteGlobalClusterCommand: (
|
|
291
|
+
input: DeleteGlobalClusterCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_queryDescribeCertificatesCommand: (
|
|
295
|
+
input: DescribeCertificatesCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_queryDescribeDBClusterParameterGroupsCommand: (
|
|
299
|
+
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_queryDescribeDBClusterParametersCommand: (
|
|
303
|
+
input: DescribeDBClusterParametersCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_queryDescribeDBClustersCommand: (
|
|
307
|
+
input: DescribeDBClustersCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_queryDescribeDBClusterSnapshotAttributesCommand: (
|
|
311
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_queryDescribeDBClusterSnapshotsCommand: (
|
|
315
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_queryDescribeDBEngineVersionsCommand: (
|
|
319
|
+
input: DescribeDBEngineVersionsCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_queryDescribeDBInstancesCommand: (
|
|
323
|
+
input: DescribeDBInstancesCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_queryDescribeDBSubnetGroupsCommand: (
|
|
327
|
+
input: DescribeDBSubnetGroupsCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_queryDescribeEngineDefaultClusterParametersCommand: (
|
|
331
|
+
input: DescribeEngineDefaultClusterParametersCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_queryDescribeEventCategoriesCommand: (
|
|
335
|
+
input: DescribeEventCategoriesCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_queryDescribeEventsCommand: (
|
|
339
|
+
input: DescribeEventsCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_queryDescribeEventSubscriptionsCommand: (
|
|
343
|
+
input: DescribeEventSubscriptionsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_queryDescribeGlobalClustersCommand: (
|
|
347
|
+
input: DescribeGlobalClustersCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_queryDescribeOrderableDBInstanceOptionsCommand: (
|
|
351
|
+
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_queryDescribePendingMaintenanceActionsCommand: (
|
|
355
|
+
input: DescribePendingMaintenanceActionsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_queryFailoverDBClusterCommand: (
|
|
359
|
+
input: FailoverDBClusterCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_queryListTagsForResourceCommand: (
|
|
363
|
+
input: ListTagsForResourceCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_queryModifyDBClusterCommand: (
|
|
367
|
+
input: ModifyDBClusterCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_queryModifyDBClusterParameterGroupCommand: (
|
|
371
|
+
input: ModifyDBClusterParameterGroupCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_queryModifyDBClusterSnapshotAttributeCommand: (
|
|
375
|
+
input: ModifyDBClusterSnapshotAttributeCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_queryModifyDBInstanceCommand: (
|
|
379
|
+
input: ModifyDBInstanceCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_queryModifyDBSubnetGroupCommand: (
|
|
383
|
+
input: ModifyDBSubnetGroupCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_queryModifyEventSubscriptionCommand: (
|
|
387
|
+
input: ModifyEventSubscriptionCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_queryModifyGlobalClusterCommand: (
|
|
391
|
+
input: ModifyGlobalClusterCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_queryRebootDBInstanceCommand: (
|
|
395
|
+
input: RebootDBInstanceCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_queryRemoveFromGlobalClusterCommand: (
|
|
399
|
+
input: RemoveFromGlobalClusterCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand: (
|
|
403
|
+
input: RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_queryRemoveTagsFromResourceCommand: (
|
|
407
|
+
input: RemoveTagsFromResourceCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_queryResetDBClusterParameterGroupCommand: (
|
|
411
|
+
input: ResetDBClusterParameterGroupCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_queryRestoreDBClusterFromSnapshotCommand: (
|
|
415
|
+
input: RestoreDBClusterFromSnapshotCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_queryRestoreDBClusterToPointInTimeCommand: (
|
|
419
|
+
input: RestoreDBClusterToPointInTimeCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_queryStartDBClusterCommand: (
|
|
423
|
+
input: StartDBClusterCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_queryStopDBClusterCommand: (
|
|
427
|
+
input: StopDBClusterCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const deserializeAws_queryAddSourceIdentifierToSubscriptionCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_queryAddTagsToResourceCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<AddTagsToResourceCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_queryApplyPendingMaintenanceActionCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_queryCopyDBClusterParameterGroupCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<CopyDBClusterParameterGroupCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_queryCopyDBClusterSnapshotCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<CopyDBClusterSnapshotCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_queryCreateDBClusterCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<CreateDBClusterCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_queryCreateDBClusterParameterGroupCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<CreateDBClusterParameterGroupCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_queryCreateDBClusterSnapshotCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<CreateDBClusterSnapshotCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_queryCreateDBInstanceCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<CreateDBInstanceCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_queryCreateDBSubnetGroupCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<CreateDBSubnetGroupCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_queryCreateEventSubscriptionCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<CreateEventSubscriptionCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_queryCreateGlobalClusterCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<CreateGlobalClusterCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_queryDeleteDBClusterCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<DeleteDBClusterCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_queryDeleteDBClusterParameterGroupCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<DeleteDBClusterParameterGroupCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_queryDeleteDBClusterSnapshotCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<DeleteDBClusterSnapshotCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_queryDeleteDBInstanceCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<DeleteDBInstanceCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_queryDeleteDBSubnetGroupCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<DeleteDBSubnetGroupCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_queryDeleteEventSubscriptionCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DeleteEventSubscriptionCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_queryDeleteGlobalClusterCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<DeleteGlobalClusterCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_queryDescribeCertificatesCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<DescribeCertificatesCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_queryDescribeDBClusterParameterGroupsCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_queryDescribeDBClusterParametersCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<DescribeDBClusterParametersCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_queryDescribeDBClustersCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<DescribeDBClustersCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_queryDescribeDBClusterSnapshotAttributesCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_queryDescribeDBClusterSnapshotsCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_queryDescribeDBEngineVersionsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<DescribeDBEngineVersionsCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_queryDescribeDBInstancesCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<DescribeDBInstancesCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_queryDescribeDBSubnetGroupsCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<DescribeDBSubnetGroupsCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_queryDescribeEngineDefaultClusterParametersCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_queryDescribeEventCategoriesCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<DescribeEventCategoriesCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_queryDescribeEventsCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<DescribeEventsCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_queryDescribeEventSubscriptionsCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_queryDescribeGlobalClustersCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DescribeGlobalClustersCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_queryDescribePendingMaintenanceActionsCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DescribePendingMaintenanceActionsCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_queryFailoverDBClusterCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<FailoverDBClusterCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_queryListTagsForResourceCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_queryModifyDBClusterCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<ModifyDBClusterCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_queryModifyDBClusterParameterGroupCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<ModifyDBClusterParameterGroupCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_queryModifyDBClusterSnapshotAttributeCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_queryModifyDBInstanceCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<ModifyDBInstanceCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_queryModifyDBSubnetGroupCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<ModifyDBSubnetGroupCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_queryModifyEventSubscriptionCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<ModifyEventSubscriptionCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_queryModifyGlobalClusterCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<ModifyGlobalClusterCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_queryRebootDBInstanceCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<RebootDBInstanceCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_queryRemoveFromGlobalClusterCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<RemoveFromGlobalClusterCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_queryRemoveTagsFromResourceCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<RemoveTagsFromResourceCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_queryResetDBClusterParameterGroupCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<ResetDBClusterParameterGroupCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_queryRestoreDBClusterFromSnapshotCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<RestoreDBClusterFromSnapshotCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_queryRestoreDBClusterToPointInTimeCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<RestoreDBClusterToPointInTimeCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_queryStartDBClusterCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<StartDBClusterCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_queryStopDBClusterCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<StopDBClusterCommandOutput>;
|