@aws-sdk/client-docdb 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DocDB.d.ts +181 -225
  3. package/dist-types/ts3.4/DocDBClient.d.ts +15 -25
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
  7. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
  9. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
  27. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
  32. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
  34. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +4 -10
  43. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
  45. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
  56. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  63. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  64. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  65. package/dist-types/ts3.4/models/enums.d.ts +1 -2
  66. package/dist-types/ts3.4/models/errors.d.ts +56 -226
  67. package/dist-types/ts3.4/models/models_0.d.ts +9 -27
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
  75. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
  76. package/package.json +39 -39
@@ -3,198 +3,129 @@ import { DocDBServiceException as __BaseException } from "./DocDBServiceExceptio
3
3
  export declare class SourceNotFoundFault extends __BaseException {
4
4
  readonly name: "SourceNotFoundFault";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
9
7
  }
10
8
  export declare class SubscriptionNotFoundFault extends __BaseException {
11
9
  readonly name: "SubscriptionNotFoundFault";
12
10
  readonly $fault: "client";
13
- constructor(
14
- opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
16
12
  }
17
13
  export declare class DBClusterNotFoundFault extends __BaseException {
18
14
  readonly name: "DBClusterNotFoundFault";
19
15
  readonly $fault: "client";
20
- constructor(
21
- opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>
22
- );
16
+ constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
23
17
  }
24
18
  export declare class DBInstanceNotFoundFault extends __BaseException {
25
19
  readonly name: "DBInstanceNotFoundFault";
26
20
  readonly $fault: "client";
27
- constructor(
28
- opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>
29
- );
21
+ constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
30
22
  }
31
23
  export declare class DBSnapshotNotFoundFault extends __BaseException {
32
24
  readonly name: "DBSnapshotNotFoundFault";
33
25
  readonly $fault: "client";
34
- constructor(
35
- opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>
36
- );
26
+ constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
37
27
  }
38
28
  export declare class InvalidDBClusterStateFault extends __BaseException {
39
29
  readonly name: "InvalidDBClusterStateFault";
40
30
  readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>
43
- );
31
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
44
32
  }
45
33
  export declare class InvalidDBInstanceStateFault extends __BaseException {
46
34
  readonly name: "InvalidDBInstanceStateFault";
47
35
  readonly $fault: "client";
48
- constructor(
49
- opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>
50
- );
36
+ constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
51
37
  }
52
38
  export declare class ResourceNotFoundFault extends __BaseException {
53
39
  readonly name: "ResourceNotFoundFault";
54
40
  readonly $fault: "client";
55
- constructor(
56
- opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>
57
- );
41
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
58
42
  }
59
43
  export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
60
44
  readonly name: "DBParameterGroupAlreadyExistsFault";
61
45
  readonly $fault: "client";
62
- constructor(
63
- opts: __ExceptionOptionType<
64
- DBParameterGroupAlreadyExistsFault,
65
- __BaseException
66
- >
67
- );
46
+ constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
68
47
  }
69
48
  export declare class DBParameterGroupNotFoundFault extends __BaseException {
70
49
  readonly name: "DBParameterGroupNotFoundFault";
71
50
  readonly $fault: "client";
72
- constructor(
73
- opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>
74
- );
51
+ constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
75
52
  }
76
53
  export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
77
54
  readonly name: "DBParameterGroupQuotaExceededFault";
78
55
  readonly $fault: "client";
79
- constructor(
80
- opts: __ExceptionOptionType<
81
- DBParameterGroupQuotaExceededFault,
82
- __BaseException
83
- >
84
- );
56
+ constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
85
57
  }
86
58
  export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
87
59
  readonly name: "DBClusterSnapshotAlreadyExistsFault";
88
60
  readonly $fault: "client";
89
- constructor(
90
- opts: __ExceptionOptionType<
91
- DBClusterSnapshotAlreadyExistsFault,
92
- __BaseException
93
- >
94
- );
61
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
95
62
  }
96
63
  export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
97
64
  readonly name: "DBClusterSnapshotNotFoundFault";
98
65
  readonly $fault: "client";
99
- constructor(
100
- opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>
101
- );
66
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
102
67
  }
103
68
  export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
104
69
  readonly name: "InvalidDBClusterSnapshotStateFault";
105
70
  readonly $fault: "client";
106
- constructor(
107
- opts: __ExceptionOptionType<
108
- InvalidDBClusterSnapshotStateFault,
109
- __BaseException
110
- >
111
- );
71
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
112
72
  }
113
73
  export declare class KMSKeyNotAccessibleFault extends __BaseException {
114
74
  readonly name: "KMSKeyNotAccessibleFault";
115
75
  readonly $fault: "client";
116
- constructor(
117
- opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>
118
- );
76
+ constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
119
77
  }
120
78
  export declare class SnapshotQuotaExceededFault extends __BaseException {
121
79
  readonly name: "SnapshotQuotaExceededFault";
122
80
  readonly $fault: "client";
123
- constructor(
124
- opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>
125
- );
81
+ constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
126
82
  }
127
83
  export declare class DBClusterAlreadyExistsFault extends __BaseException {
128
84
  readonly name: "DBClusterAlreadyExistsFault";
129
85
  readonly $fault: "client";
130
- constructor(
131
- opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
132
- );
86
+ constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
133
87
  }
134
88
  export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
135
89
  readonly name: "DBClusterParameterGroupNotFoundFault";
136
90
  readonly $fault: "client";
137
- constructor(
138
- opts: __ExceptionOptionType<
139
- DBClusterParameterGroupNotFoundFault,
140
- __BaseException
141
- >
142
- );
91
+ constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
143
92
  }
144
93
  export declare class DBClusterQuotaExceededFault extends __BaseException {
145
94
  readonly name: "DBClusterQuotaExceededFault";
146
95
  readonly $fault: "client";
147
- constructor(
148
- opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
149
- );
96
+ constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
150
97
  }
151
98
  export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
152
99
  readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
153
100
  readonly $fault: "client";
154
- constructor(
155
- opts: __ExceptionOptionType<
156
- DBSubnetGroupDoesNotCoverEnoughAZs,
157
- __BaseException
158
- >
159
- );
101
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
160
102
  }
161
103
  export declare class DBSubnetGroupNotFoundFault extends __BaseException {
162
104
  readonly name: "DBSubnetGroupNotFoundFault";
163
105
  readonly $fault: "client";
164
- constructor(
165
- opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>
166
- );
106
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
167
107
  }
168
108
  export declare class GlobalClusterNotFoundFault extends __BaseException {
169
109
  readonly name: "GlobalClusterNotFoundFault";
170
110
  readonly $fault: "client";
171
- constructor(
172
- opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
173
- );
111
+ constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
174
112
  }
175
113
  export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
176
114
  readonly name: "InsufficientStorageClusterCapacityFault";
177
115
  readonly $fault: "client";
178
116
  constructor(
179
- opts: __ExceptionOptionType<
180
- InsufficientStorageClusterCapacityFault,
181
- __BaseException
182
- >
117
+ opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>,
183
118
  );
184
119
  }
185
120
  export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
186
121
  readonly name: "InvalidDBSubnetGroupStateFault";
187
122
  readonly $fault: "client";
188
- constructor(
189
- opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>
190
- );
123
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
191
124
  }
192
125
  export declare class InvalidGlobalClusterStateFault extends __BaseException {
193
126
  readonly name: "InvalidGlobalClusterStateFault";
194
127
  readonly $fault: "client";
195
- constructor(
196
- opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>
197
- );
128
+ constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
198
129
  }
199
130
  export declare class InvalidSubnet extends __BaseException {
200
131
  readonly name: "InvalidSubnet";
@@ -204,234 +135,142 @@ export declare class InvalidSubnet extends __BaseException {
204
135
  export declare class InvalidVPCNetworkStateFault extends __BaseException {
205
136
  readonly name: "InvalidVPCNetworkStateFault";
206
137
  readonly $fault: "client";
207
- constructor(
208
- opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>
209
- );
138
+ constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
210
139
  }
211
140
  export declare class NetworkTypeNotSupported extends __BaseException {
212
141
  readonly name: "NetworkTypeNotSupported";
213
142
  readonly $fault: "client";
214
- constructor(
215
- opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>
216
- );
143
+ constructor(opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>);
217
144
  }
218
145
  export declare class StorageQuotaExceededFault extends __BaseException {
219
146
  readonly name: "StorageQuotaExceededFault";
220
147
  readonly $fault: "client";
221
- constructor(
222
- opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>
223
- );
148
+ constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
224
149
  }
225
150
  export declare class AuthorizationNotFoundFault extends __BaseException {
226
151
  readonly name: "AuthorizationNotFoundFault";
227
152
  readonly $fault: "client";
228
- constructor(
229
- opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>
230
- );
153
+ constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
231
154
  }
232
155
  export declare class DBInstanceAlreadyExistsFault extends __BaseException {
233
156
  readonly name: "DBInstanceAlreadyExistsFault";
234
157
  readonly $fault: "client";
235
- constructor(
236
- opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
237
- );
158
+ constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
238
159
  }
239
160
  export declare class DBSecurityGroupNotFoundFault extends __BaseException {
240
161
  readonly name: "DBSecurityGroupNotFoundFault";
241
162
  readonly $fault: "client";
242
- constructor(
243
- opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>
244
- );
163
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
245
164
  }
246
165
  export declare class InstanceQuotaExceededFault extends __BaseException {
247
166
  readonly name: "InstanceQuotaExceededFault";
248
167
  readonly $fault: "client";
249
- constructor(
250
- opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
251
- );
168
+ constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
252
169
  }
253
170
  export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
254
171
  readonly name: "InsufficientDBInstanceCapacityFault";
255
172
  readonly $fault: "client";
256
- constructor(
257
- opts: __ExceptionOptionType<
258
- InsufficientDBInstanceCapacityFault,
259
- __BaseException
260
- >
261
- );
173
+ constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
262
174
  }
263
175
  export declare class StorageTypeNotSupportedFault extends __BaseException {
264
176
  readonly name: "StorageTypeNotSupportedFault";
265
177
  readonly $fault: "client";
266
- constructor(
267
- opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
268
- );
178
+ constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
269
179
  }
270
180
  export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
271
181
  readonly name: "DBSubnetGroupAlreadyExistsFault";
272
182
  readonly $fault: "client";
273
- constructor(
274
- opts: __ExceptionOptionType<
275
- DBSubnetGroupAlreadyExistsFault,
276
- __BaseException
277
- >
278
- );
183
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
279
184
  }
280
185
  export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
281
186
  readonly name: "DBSubnetGroupQuotaExceededFault";
282
187
  readonly $fault: "client";
283
- constructor(
284
- opts: __ExceptionOptionType<
285
- DBSubnetGroupQuotaExceededFault,
286
- __BaseException
287
- >
288
- );
188
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
289
189
  }
290
190
  export declare class DBSubnetQuotaExceededFault extends __BaseException {
291
191
  readonly name: "DBSubnetQuotaExceededFault";
292
192
  readonly $fault: "client";
293
- constructor(
294
- opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>
295
- );
193
+ constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
296
194
  }
297
195
  export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
298
196
  readonly name: "EventSubscriptionQuotaExceededFault";
299
197
  readonly $fault: "client";
300
- constructor(
301
- opts: __ExceptionOptionType<
302
- EventSubscriptionQuotaExceededFault,
303
- __BaseException
304
- >
305
- );
198
+ constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
306
199
  }
307
200
  export declare class SNSInvalidTopicFault extends __BaseException {
308
201
  readonly name: "SNSInvalidTopicFault";
309
202
  readonly $fault: "client";
310
- constructor(
311
- opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>
312
- );
203
+ constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
313
204
  }
314
205
  export declare class SNSNoAuthorizationFault extends __BaseException {
315
206
  readonly name: "SNSNoAuthorizationFault";
316
207
  readonly $fault: "client";
317
- constructor(
318
- opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>
319
- );
208
+ constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
320
209
  }
321
210
  export declare class SNSTopicArnNotFoundFault extends __BaseException {
322
211
  readonly name: "SNSTopicArnNotFoundFault";
323
212
  readonly $fault: "client";
324
- constructor(
325
- opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>
326
- );
213
+ constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
327
214
  }
328
215
  export declare class SubscriptionAlreadyExistFault extends __BaseException {
329
216
  readonly name: "SubscriptionAlreadyExistFault";
330
217
  readonly $fault: "client";
331
- constructor(
332
- opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>
333
- );
218
+ constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
334
219
  }
335
220
  export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
336
221
  readonly name: "SubscriptionCategoryNotFoundFault";
337
222
  readonly $fault: "client";
338
- constructor(
339
- opts: __ExceptionOptionType<
340
- SubscriptionCategoryNotFoundFault,
341
- __BaseException
342
- >
343
- );
223
+ constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
344
224
  }
345
225
  export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
346
226
  readonly name: "GlobalClusterAlreadyExistsFault";
347
227
  readonly $fault: "client";
348
- constructor(
349
- opts: __ExceptionOptionType<
350
- GlobalClusterAlreadyExistsFault,
351
- __BaseException
352
- >
353
- );
228
+ constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
354
229
  }
355
230
  export declare class GlobalClusterQuotaExceededFault extends __BaseException {
356
231
  readonly name: "GlobalClusterQuotaExceededFault";
357
232
  readonly $fault: "client";
358
- constructor(
359
- opts: __ExceptionOptionType<
360
- GlobalClusterQuotaExceededFault,
361
- __BaseException
362
- >
363
- );
233
+ constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
364
234
  }
365
235
  export declare class InvalidDBParameterGroupStateFault extends __BaseException {
366
236
  readonly name: "InvalidDBParameterGroupStateFault";
367
237
  readonly $fault: "client";
368
- constructor(
369
- opts: __ExceptionOptionType<
370
- InvalidDBParameterGroupStateFault,
371
- __BaseException
372
- >
373
- );
238
+ constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
374
239
  }
375
240
  export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
376
241
  readonly name: "DBSnapshotAlreadyExistsFault";
377
242
  readonly $fault: "client";
378
- constructor(
379
- opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>
380
- );
243
+ constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
381
244
  }
382
245
  export declare class InvalidDBSubnetStateFault extends __BaseException {
383
246
  readonly name: "InvalidDBSubnetStateFault";
384
247
  readonly $fault: "client";
385
- constructor(
386
- opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>
387
- );
248
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
388
249
  }
389
250
  export declare class InvalidEventSubscriptionStateFault extends __BaseException {
390
251
  readonly name: "InvalidEventSubscriptionStateFault";
391
252
  readonly $fault: "client";
392
- constructor(
393
- opts: __ExceptionOptionType<
394
- InvalidEventSubscriptionStateFault,
395
- __BaseException
396
- >
397
- );
253
+ constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
398
254
  }
399
255
  export declare class CertificateNotFoundFault extends __BaseException {
400
256
  readonly name: "CertificateNotFoundFault";
401
257
  readonly $fault: "client";
402
- constructor(
403
- opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
404
- );
258
+ constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
405
259
  }
406
260
  export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
407
261
  readonly name: "InvalidDBSecurityGroupStateFault";
408
262
  readonly $fault: "client";
409
- constructor(
410
- opts: __ExceptionOptionType<
411
- InvalidDBSecurityGroupStateFault,
412
- __BaseException
413
- >
414
- );
263
+ constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
415
264
  }
416
265
  export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
417
266
  readonly name: "SharedSnapshotQuotaExceededFault";
418
267
  readonly $fault: "client";
419
- constructor(
420
- opts: __ExceptionOptionType<
421
- SharedSnapshotQuotaExceededFault,
422
- __BaseException
423
- >
424
- );
268
+ constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
425
269
  }
426
270
  export declare class DBUpgradeDependencyFailureFault extends __BaseException {
427
271
  readonly name: "DBUpgradeDependencyFailureFault";
428
272
  readonly $fault: "client";
429
- constructor(
430
- opts: __ExceptionOptionType<
431
- DBUpgradeDependencyFailureFault,
432
- __BaseException
433
- >
434
- );
273
+ constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
435
274
  }
436
275
  export declare class SubnetAlreadyInUse extends __BaseException {
437
276
  readonly name: "SubnetAlreadyInUse";
@@ -441,24 +280,15 @@ export declare class SubnetAlreadyInUse extends __BaseException {
441
280
  export declare class InsufficientDBClusterCapacityFault extends __BaseException {
442
281
  readonly name: "InsufficientDBClusterCapacityFault";
443
282
  readonly $fault: "client";
444
- constructor(
445
- opts: __ExceptionOptionType<
446
- InsufficientDBClusterCapacityFault,
447
- __BaseException
448
- >
449
- );
283
+ constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
450
284
  }
451
285
  export declare class InvalidDBSnapshotStateFault extends __BaseException {
452
286
  readonly name: "InvalidDBSnapshotStateFault";
453
287
  readonly $fault: "client";
454
- constructor(
455
- opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>
456
- );
288
+ constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
457
289
  }
458
290
  export declare class InvalidRestoreFault extends __BaseException {
459
291
  readonly name: "InvalidRestoreFault";
460
292
  readonly $fault: "client";
461
- constructor(
462
- opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
463
- );
293
+ constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
464
294
  }
@@ -49,9 +49,7 @@ export interface ResourcePendingMaintenanceActions {
49
49
  PendingMaintenanceActionDetails?: PendingMaintenanceAction[] | undefined;
50
50
  }
51
51
  export interface ApplyPendingMaintenanceActionResult {
52
- ResourcePendingMaintenanceActions?:
53
- | ResourcePendingMaintenanceActions
54
- | undefined;
52
+ ResourcePendingMaintenanceActions?: ResourcePendingMaintenanceActions | undefined;
55
53
  }
56
54
  export interface CopyDBClusterParameterGroupMessage {
57
55
  SourceDBClusterParameterGroupIdentifier: string | undefined;
@@ -125,9 +123,7 @@ export interface CreateDBClusterMessage {
125
123
  DeletionProtection?: boolean | undefined;
126
124
  GlobalClusterIdentifier?: string | undefined;
127
125
  StorageType?: string | undefined;
128
- ServerlessV2ScalingConfiguration?:
129
- | ServerlessV2ScalingConfiguration
130
- | undefined;
126
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
131
127
  ManageMasterUserPassword?: boolean | undefined;
132
128
  MasterUserSecretKmsKeyId?: string | undefined;
133
129
  NetworkType?: string | undefined;
@@ -190,9 +186,7 @@ export interface DBCluster {
190
186
  DeletionProtection?: boolean | undefined;
191
187
  IOOptimizedNextAllowedModificationTime?: Date | undefined;
192
188
  StorageType?: string | undefined;
193
- ServerlessV2ScalingConfiguration?:
194
- | ServerlessV2ScalingConfigurationInfo
195
- | undefined;
189
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo | undefined;
196
190
  MasterUserSecret?: ClusterMasterUserSecret | undefined;
197
191
  NetworkType?: string | undefined;
198
192
  }
@@ -492,9 +486,7 @@ export interface DBClusterSnapshotAttributesResult {
492
486
  DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[] | undefined;
493
487
  }
494
488
  export interface DescribeDBClusterSnapshotAttributesResult {
495
- DBClusterSnapshotAttributesResult?:
496
- | DBClusterSnapshotAttributesResult
497
- | undefined;
489
+ DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult | undefined;
498
490
  }
499
491
  export interface DBClusterSnapshotMessage {
500
492
  Marker?: string | undefined;
@@ -708,16 +700,12 @@ export interface ModifyDBClusterMessage {
708
700
  MasterUserPassword?: string | undefined;
709
701
  PreferredBackupWindow?: string | undefined;
710
702
  PreferredMaintenanceWindow?: string | undefined;
711
- CloudwatchLogsExportConfiguration?:
712
- | CloudwatchLogsExportConfiguration
713
- | undefined;
703
+ CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | undefined;
714
704
  EngineVersion?: string | undefined;
715
705
  AllowMajorVersionUpgrade?: boolean | undefined;
716
706
  DeletionProtection?: boolean | undefined;
717
707
  StorageType?: string | undefined;
718
- ServerlessV2ScalingConfiguration?:
719
- | ServerlessV2ScalingConfiguration
720
- | undefined;
708
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
721
709
  ManageMasterUserPassword?: boolean | undefined;
722
710
  MasterUserSecretKmsKeyId?: string | undefined;
723
711
  RotateMasterUserPassword?: boolean | undefined;
@@ -740,9 +728,7 @@ export interface ModifyDBClusterSnapshotAttributeMessage {
740
728
  ValuesToRemove?: string[] | undefined;
741
729
  }
742
730
  export interface ModifyDBClusterSnapshotAttributeResult {
743
- DBClusterSnapshotAttributesResult?:
744
- | DBClusterSnapshotAttributesResult
745
- | undefined;
731
+ DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult | undefined;
746
732
  }
747
733
  export interface ModifyDBInstanceMessage {
748
734
  DBInstanceIdentifier: string | undefined;
@@ -831,9 +817,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
831
817
  EnableCloudwatchLogsExports?: string[] | undefined;
832
818
  DeletionProtection?: boolean | undefined;
833
819
  DBClusterParameterGroupName?: string | undefined;
834
- ServerlessV2ScalingConfiguration?:
835
- | ServerlessV2ScalingConfiguration
836
- | undefined;
820
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
837
821
  StorageType?: string | undefined;
838
822
  NetworkType?: string | undefined;
839
823
  }
@@ -853,9 +837,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
853
837
  KmsKeyId?: string | undefined;
854
838
  EnableCloudwatchLogsExports?: string[] | undefined;
855
839
  DeletionProtection?: boolean | undefined;
856
- ServerlessV2ScalingConfiguration?:
857
- | ServerlessV2ScalingConfiguration
858
- | undefined;
840
+ ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
859
841
  StorageType?: string | undefined;
860
842
  NetworkType?: string | undefined;
861
843
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };