@aws-sdk/client-rds 3.67.0 → 3.72.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 (77) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/RDS.js +0 -90
  3. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +1 -2
  4. package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
  5. package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +2 -1
  7. package/dist-cjs/commands/index.js +0 -6
  8. package/dist-cjs/models/models_0.js +91 -122
  9. package/dist-cjs/models/models_1.js +4 -121
  10. package/dist-cjs/pagination/index.js +1 -3
  11. package/dist-cjs/protocols/Aws_query.js +6 -640
  12. package/dist-es/RDS.js +0 -90
  13. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -2
  14. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
  15. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +1 -1
  16. package/dist-es/commands/DescribeDBSnapshotsCommand.js +2 -1
  17. package/dist-es/commands/index.js +0 -6
  18. package/dist-es/models/models_0.js +66 -89
  19. package/dist-es/models/models_1.js +0 -90
  20. package/dist-es/pagination/index.js +1 -3
  21. package/dist-es/protocols/Aws_query.js +33 -739
  22. package/dist-types/RDS.d.ts +1 -61
  23. package/dist-types/RDSClient.d.ts +2 -8
  24. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
  28. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  29. package/dist-types/commands/index.d.ts +0 -6
  30. package/dist-types/models/models_0.d.ts +280 -308
  31. package/dist-types/models/models_1.d.ts +199 -420
  32. package/dist-types/pagination/index.d.ts +1 -3
  33. package/dist-types/protocols/Aws_query.d.ts +0 -18
  34. package/dist-types/ts3.4/RDS.d.ts +0 -30
  35. package/dist-types/ts3.4/RDSClient.d.ts +2 -8
  36. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -2
  37. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/index.d.ts +0 -6
  41. package/dist-types/ts3.4/models/models_0.d.ts +144 -158
  42. package/dist-types/ts3.4/models/models_1.d.ts +1 -192
  43. package/dist-types/ts3.4/pagination/index.d.ts +1 -3
  44. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -18
  45. package/package.json +6 -6
  46. package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -36
  47. package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -36
  48. package/dist-cjs/commands/DeleteInstallationMediaCommand.js +0 -36
  49. package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -36
  50. package/dist-cjs/commands/DescribeInstallationMediaCommand.js +0 -36
  51. package/dist-cjs/commands/ImportInstallationMediaCommand.js +0 -37
  52. package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -35
  53. package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +0 -35
  54. package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +0 -39
  55. package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -39
  56. package/dist-es/commands/DeleteInstallationMediaCommand.js +0 -39
  57. package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -39
  58. package/dist-es/commands/DescribeInstallationMediaCommand.js +0 -39
  59. package/dist-es/commands/ImportInstallationMediaCommand.js +0 -40
  60. package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -74
  61. package/dist-es/pagination/DescribeInstallationMediaPaginator.js +0 -74
  62. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
  63. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
  64. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
  65. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
  66. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
  67. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +0 -37
  68. package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  69. package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
  70. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -18
  76. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  77. package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
@@ -13,7 +13,6 @@ import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput }
13
13
  import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "../commands/CopyDBParameterGroupCommand";
14
14
  import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "../commands/CopyDBSnapshotCommand";
15
15
  import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "../commands/CopyOptionGroupCommand";
16
- import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "../commands/CreateCustomAvailabilityZoneCommand";
17
16
  import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "../commands/CreateCustomDBEngineVersionCommand";
18
17
  import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "../commands/CreateDBClusterCommand";
19
18
  import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "../commands/CreateDBClusterEndpointCommand";
@@ -30,7 +29,6 @@ import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } fro
30
29
  import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
31
30
  import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
32
31
  import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "../commands/CreateOptionGroupCommand";
33
- import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "../commands/DeleteCustomAvailabilityZoneCommand";
34
32
  import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "../commands/DeleteCustomDBEngineVersionCommand";
35
33
  import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "../commands/DeleteDBClusterCommand";
36
34
  import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "../commands/DeleteDBClusterEndpointCommand";
@@ -46,12 +44,10 @@ import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "../
46
44
  import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "../commands/DeleteDBSubnetGroupCommand";
47
45
  import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "../commands/DeleteEventSubscriptionCommand";
48
46
  import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "../commands/DeleteGlobalClusterCommand";
49
- import { DeleteInstallationMediaCommandInput, DeleteInstallationMediaCommandOutput } from "../commands/DeleteInstallationMediaCommand";
50
47
  import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "../commands/DeleteOptionGroupCommand";
51
48
  import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "../commands/DeregisterDBProxyTargetsCommand";
52
49
  import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
53
50
  import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
54
- import { DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput } from "../commands/DescribeCustomAvailabilityZonesCommand";
55
51
  import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "../commands/DescribeDBClusterBacktracksCommand";
56
52
  import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "../commands/DescribeDBClusterEndpointsCommand";
57
53
  import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "../commands/DescribeDBClusterParameterGroupsCommand";
@@ -80,7 +76,6 @@ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../comm
80
76
  import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
81
77
  import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
82
78
  import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "../commands/DescribeGlobalClustersCommand";
83
- import { DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput } from "../commands/DescribeInstallationMediaCommand";
84
79
  import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "../commands/DescribeOptionGroupOptionsCommand";
85
80
  import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "../commands/DescribeOptionGroupsCommand";
86
81
  import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
@@ -92,7 +87,6 @@ import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstan
92
87
  import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "../commands/DownloadDBLogFilePortionCommand";
93
88
  import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "../commands/FailoverDBClusterCommand";
94
89
  import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "../commands/FailoverGlobalClusterCommand";
95
- import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutput } from "../commands/ImportInstallationMediaCommand";
96
90
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
97
91
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "../commands/ModifyCertificatesCommand";
98
92
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "../commands/ModifyCurrentDBClusterCapacityCommand";
@@ -154,7 +148,6 @@ export declare const serializeAws_queryCopyDBClusterSnapshotCommand: (input: Cop
154
148
  export declare const serializeAws_queryCopyDBParameterGroupCommand: (input: CopyDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
149
  export declare const serializeAws_queryCopyDBSnapshotCommand: (input: CopyDBSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
150
  export declare const serializeAws_queryCopyOptionGroupCommand: (input: CopyOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_queryCreateCustomAvailabilityZoneCommand: (input: CreateCustomAvailabilityZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
151
  export declare const serializeAws_queryCreateCustomDBEngineVersionCommand: (input: CreateCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
152
  export declare const serializeAws_queryCreateDBClusterCommand: (input: CreateDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
153
  export declare const serializeAws_queryCreateDBClusterEndpointCommand: (input: CreateDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -171,7 +164,6 @@ export declare const serializeAws_queryCreateDBSubnetGroupCommand: (input: Creat
171
164
  export declare const serializeAws_queryCreateEventSubscriptionCommand: (input: CreateEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
165
  export declare const serializeAws_queryCreateGlobalClusterCommand: (input: CreateGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
166
  export declare const serializeAws_queryCreateOptionGroupCommand: (input: CreateOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_queryDeleteCustomAvailabilityZoneCommand: (input: DeleteCustomAvailabilityZoneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
167
  export declare const serializeAws_queryDeleteCustomDBEngineVersionCommand: (input: DeleteCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
168
  export declare const serializeAws_queryDeleteDBClusterCommand: (input: DeleteDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
169
  export declare const serializeAws_queryDeleteDBClusterEndpointCommand: (input: DeleteDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -187,12 +179,10 @@ export declare const serializeAws_queryDeleteDBSnapshotCommand: (input: DeleteDB
187
179
  export declare const serializeAws_queryDeleteDBSubnetGroupCommand: (input: DeleteDBSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
180
  export declare const serializeAws_queryDeleteEventSubscriptionCommand: (input: DeleteEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
181
  export declare const serializeAws_queryDeleteGlobalClusterCommand: (input: DeleteGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_queryDeleteInstallationMediaCommand: (input: DeleteInstallationMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
182
  export declare const serializeAws_queryDeleteOptionGroupCommand: (input: DeleteOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
183
  export declare const serializeAws_queryDeregisterDBProxyTargetsCommand: (input: DeregisterDBProxyTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
184
  export declare const serializeAws_queryDescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
185
  export declare const serializeAws_queryDescribeCertificatesCommand: (input: DescribeCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_queryDescribeCustomAvailabilityZonesCommand: (input: DescribeCustomAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
186
  export declare const serializeAws_queryDescribeDBClusterBacktracksCommand: (input: DescribeDBClusterBacktracksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
187
  export declare const serializeAws_queryDescribeDBClusterEndpointsCommand: (input: DescribeDBClusterEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
188
  export declare const serializeAws_queryDescribeDBClusterParameterGroupsCommand: (input: DescribeDBClusterParameterGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -221,7 +211,6 @@ export declare const serializeAws_queryDescribeEventsCommand: (input: DescribeEv
221
211
  export declare const serializeAws_queryDescribeEventSubscriptionsCommand: (input: DescribeEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
212
  export declare const serializeAws_queryDescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
213
  export declare const serializeAws_queryDescribeGlobalClustersCommand: (input: DescribeGlobalClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_queryDescribeInstallationMediaCommand: (input: DescribeInstallationMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
214
  export declare const serializeAws_queryDescribeOptionGroupOptionsCommand: (input: DescribeOptionGroupOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
215
  export declare const serializeAws_queryDescribeOptionGroupsCommand: (input: DescribeOptionGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
216
  export declare const serializeAws_queryDescribeOrderableDBInstanceOptionsCommand: (input: DescribeOrderableDBInstanceOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -233,7 +222,6 @@ export declare const serializeAws_queryDescribeValidDBInstanceModificationsComma
233
222
  export declare const serializeAws_queryDownloadDBLogFilePortionCommand: (input: DownloadDBLogFilePortionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
223
  export declare const serializeAws_queryFailoverDBClusterCommand: (input: FailoverDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
224
  export declare const serializeAws_queryFailoverGlobalClusterCommand: (input: FailoverGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_queryImportInstallationMediaCommand: (input: ImportInstallationMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
225
  export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
226
  export declare const serializeAws_queryModifyCertificatesCommand: (input: ModifyCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
227
  export declare const serializeAws_queryModifyCurrentDBClusterCapacityCommand: (input: ModifyCurrentDBClusterCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -295,7 +283,6 @@ export declare const deserializeAws_queryCopyDBClusterSnapshotCommand: (output:
295
283
  export declare const deserializeAws_queryCopyDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBParameterGroupCommandOutput>;
296
284
  export declare const deserializeAws_queryCopyDBSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBSnapshotCommandOutput>;
297
285
  export declare const deserializeAws_queryCopyOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyOptionGroupCommandOutput>;
298
- export declare const deserializeAws_queryCreateCustomAvailabilityZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomAvailabilityZoneCommandOutput>;
299
286
  export declare const deserializeAws_queryCreateCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDBEngineVersionCommandOutput>;
300
287
  export declare const deserializeAws_queryCreateDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterCommandOutput>;
301
288
  export declare const deserializeAws_queryCreateDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterEndpointCommandOutput>;
@@ -312,7 +299,6 @@ export declare const deserializeAws_queryCreateDBSubnetGroupCommand: (output: __
312
299
  export declare const deserializeAws_queryCreateEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSubscriptionCommandOutput>;
313
300
  export declare const deserializeAws_queryCreateGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalClusterCommandOutput>;
314
301
  export declare const deserializeAws_queryCreateOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptionGroupCommandOutput>;
315
- export declare const deserializeAws_queryDeleteCustomAvailabilityZoneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomAvailabilityZoneCommandOutput>;
316
302
  export declare const deserializeAws_queryDeleteCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDBEngineVersionCommandOutput>;
317
303
  export declare const deserializeAws_queryDeleteDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterCommandOutput>;
318
304
  export declare const deserializeAws_queryDeleteDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterEndpointCommandOutput>;
@@ -328,12 +314,10 @@ export declare const deserializeAws_queryDeleteDBSnapshotCommand: (output: __Htt
328
314
  export declare const deserializeAws_queryDeleteDBSubnetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBSubnetGroupCommandOutput>;
329
315
  export declare const deserializeAws_queryDeleteEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSubscriptionCommandOutput>;
330
316
  export declare const deserializeAws_queryDeleteGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGlobalClusterCommandOutput>;
331
- export declare const deserializeAws_queryDeleteInstallationMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstallationMediaCommandOutput>;
332
317
  export declare const deserializeAws_queryDeleteOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptionGroupCommandOutput>;
333
318
  export declare const deserializeAws_queryDeregisterDBProxyTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDBProxyTargetsCommandOutput>;
334
319
  export declare const deserializeAws_queryDescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
335
320
  export declare const deserializeAws_queryDescribeCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificatesCommandOutput>;
336
- export declare const deserializeAws_queryDescribeCustomAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomAvailabilityZonesCommandOutput>;
337
321
  export declare const deserializeAws_queryDescribeDBClusterBacktracksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterBacktracksCommandOutput>;
338
322
  export declare const deserializeAws_queryDescribeDBClusterEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterEndpointsCommandOutput>;
339
323
  export declare const deserializeAws_queryDescribeDBClusterParameterGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterParameterGroupsCommandOutput>;
@@ -362,7 +346,6 @@ export declare const deserializeAws_queryDescribeEventsCommand: (output: __HttpR
362
346
  export declare const deserializeAws_queryDescribeEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSubscriptionsCommandOutput>;
363
347
  export declare const deserializeAws_queryDescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
364
348
  export declare const deserializeAws_queryDescribeGlobalClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalClustersCommandOutput>;
365
- export declare const deserializeAws_queryDescribeInstallationMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstallationMediaCommandOutput>;
366
349
  export declare const deserializeAws_queryDescribeOptionGroupOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOptionGroupOptionsCommandOutput>;
367
350
  export declare const deserializeAws_queryDescribeOptionGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOptionGroupsCommandOutput>;
368
351
  export declare const deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
@@ -374,7 +357,6 @@ export declare const deserializeAws_queryDescribeValidDBInstanceModificationsCom
374
357
  export declare const deserializeAws_queryDownloadDBLogFilePortionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DownloadDBLogFilePortionCommandOutput>;
375
358
  export declare const deserializeAws_queryFailoverDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverDBClusterCommandOutput>;
376
359
  export declare const deserializeAws_queryFailoverGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverGlobalClusterCommandOutput>;
377
- export declare const deserializeAws_queryImportInstallationMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportInstallationMediaCommandOutput>;
378
360
  export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
379
361
  export declare const deserializeAws_queryModifyCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCertificatesCommandOutput>;
380
362
  export declare const deserializeAws_queryModifyCurrentDBClusterCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.67.0",
4
+ "version": "3.72.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.67.0",
21
+ "@aws-sdk/client-sts": "3.72.0",
22
22
  "@aws-sdk/config-resolver": "3.58.0",
23
- "@aws-sdk/credential-provider-node": "3.67.0",
23
+ "@aws-sdk/credential-provider-node": "3.72.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.58.0",
25
25
  "@aws-sdk/hash-node": "3.55.0",
26
26
  "@aws-sdk/invalid-dependency": "3.55.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.58.0",
37
37
  "@aws-sdk/node-http-handler": "3.58.0",
38
38
  "@aws-sdk/protocol-http": "3.58.0",
39
- "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/smithy-client": "3.72.0",
40
40
  "@aws-sdk/types": "3.55.0",
41
41
  "@aws-sdk/url-parser": "3.55.0",
42
42
  "@aws-sdk/util-base64-browser": "3.58.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.55.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.58.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.72.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.72.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.58.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.58.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.55.0",
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCustomAvailabilityZoneCommand = void 0;
4
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
7
- const Aws_query_1 = require("../protocols/Aws_query");
8
- class CreateCustomAvailabilityZoneCommand extends smithy_client_1.Command {
9
- constructor(input) {
10
- super();
11
- this.input = input;
12
- }
13
- resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
- const stack = clientStack.concat(this.middlewareStack);
16
- const { logger } = configuration;
17
- const clientName = "RDSClient";
18
- const commandName = "CreateCustomAvailabilityZoneCommand";
19
- const handlerExecutionContext = {
20
- logger,
21
- clientName,
22
- commandName,
23
- inputFilterSensitiveLog: models_0_1.CreateCustomAvailabilityZoneMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CreateCustomAvailabilityZoneResult.filterSensitiveLog,
25
- };
26
- const { requestHandler } = configuration;
27
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
- }
29
- serialize(input, context) {
30
- return (0, Aws_query_1.serializeAws_queryCreateCustomAvailabilityZoneCommand)(input, context);
31
- }
32
- deserialize(output, context) {
33
- return (0, Aws_query_1.deserializeAws_queryCreateCustomAvailabilityZoneCommand)(output, context);
34
- }
35
- }
36
- exports.CreateCustomAvailabilityZoneCommand = CreateCustomAvailabilityZoneCommand;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCustomAvailabilityZoneCommand = void 0;
4
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
7
- const Aws_query_1 = require("../protocols/Aws_query");
8
- class DeleteCustomAvailabilityZoneCommand extends smithy_client_1.Command {
9
- constructor(input) {
10
- super();
11
- this.input = input;
12
- }
13
- resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
- const stack = clientStack.concat(this.middlewareStack);
16
- const { logger } = configuration;
17
- const clientName = "RDSClient";
18
- const commandName = "DeleteCustomAvailabilityZoneCommand";
19
- const handlerExecutionContext = {
20
- logger,
21
- clientName,
22
- commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteCustomAvailabilityZoneMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.DeleteCustomAvailabilityZoneResult.filterSensitiveLog,
25
- };
26
- const { requestHandler } = configuration;
27
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
- }
29
- serialize(input, context) {
30
- return (0, Aws_query_1.serializeAws_queryDeleteCustomAvailabilityZoneCommand)(input, context);
31
- }
32
- deserialize(output, context) {
33
- return (0, Aws_query_1.deserializeAws_queryDeleteCustomAvailabilityZoneCommand)(output, context);
34
- }
35
- }
36
- exports.DeleteCustomAvailabilityZoneCommand = DeleteCustomAvailabilityZoneCommand;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInstallationMediaCommand = void 0;
4
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
7
- const Aws_query_1 = require("../protocols/Aws_query");
8
- class DeleteInstallationMediaCommand extends smithy_client_1.Command {
9
- constructor(input) {
10
- super();
11
- this.input = input;
12
- }
13
- resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
- const stack = clientStack.concat(this.middlewareStack);
16
- const { logger } = configuration;
17
- const clientName = "RDSClient";
18
- const commandName = "DeleteInstallationMediaCommand";
19
- const handlerExecutionContext = {
20
- logger,
21
- clientName,
22
- commandName,
23
- inputFilterSensitiveLog: models_0_1.DeleteInstallationMediaMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.InstallationMedia.filterSensitiveLog,
25
- };
26
- const { requestHandler } = configuration;
27
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
- }
29
- serialize(input, context) {
30
- return (0, Aws_query_1.serializeAws_queryDeleteInstallationMediaCommand)(input, context);
31
- }
32
- deserialize(output, context) {
33
- return (0, Aws_query_1.deserializeAws_queryDeleteInstallationMediaCommand)(output, context);
34
- }
35
- }
36
- exports.DeleteInstallationMediaCommand = DeleteInstallationMediaCommand;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCustomAvailabilityZonesCommand = void 0;
4
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
7
- const Aws_query_1 = require("../protocols/Aws_query");
8
- class DescribeCustomAvailabilityZonesCommand extends smithy_client_1.Command {
9
- constructor(input) {
10
- super();
11
- this.input = input;
12
- }
13
- resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
- const stack = clientStack.concat(this.middlewareStack);
16
- const { logger } = configuration;
17
- const clientName = "RDSClient";
18
- const commandName = "DescribeCustomAvailabilityZonesCommand";
19
- const handlerExecutionContext = {
20
- logger,
21
- clientName,
22
- commandName,
23
- inputFilterSensitiveLog: models_0_1.DescribeCustomAvailabilityZonesMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CustomAvailabilityZoneMessage.filterSensitiveLog,
25
- };
26
- const { requestHandler } = configuration;
27
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
- }
29
- serialize(input, context) {
30
- return (0, Aws_query_1.serializeAws_queryDescribeCustomAvailabilityZonesCommand)(input, context);
31
- }
32
- deserialize(output, context) {
33
- return (0, Aws_query_1.deserializeAws_queryDescribeCustomAvailabilityZonesCommand)(output, context);
34
- }
35
- }
36
- exports.DescribeCustomAvailabilityZonesCommand = DescribeCustomAvailabilityZonesCommand;
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInstallationMediaCommand = void 0;
4
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_1_1 = require("../models/models_1");
7
- const Aws_query_1 = require("../protocols/Aws_query");
8
- class DescribeInstallationMediaCommand extends smithy_client_1.Command {
9
- constructor(input) {
10
- super();
11
- this.input = input;
12
- }
13
- resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
- const stack = clientStack.concat(this.middlewareStack);
16
- const { logger } = configuration;
17
- const clientName = "RDSClient";
18
- const commandName = "DescribeInstallationMediaCommand";
19
- const handlerExecutionContext = {
20
- logger,
21
- clientName,
22
- commandName,
23
- inputFilterSensitiveLog: models_1_1.DescribeInstallationMediaMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.InstallationMediaMessage.filterSensitiveLog,
25
- };
26
- const { requestHandler } = configuration;
27
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
- }
29
- serialize(input, context) {
30
- return (0, Aws_query_1.serializeAws_queryDescribeInstallationMediaCommand)(input, context);
31
- }
32
- deserialize(output, context) {
33
- return (0, Aws_query_1.deserializeAws_queryDescribeInstallationMediaCommand)(output, context);
34
- }
35
- }
36
- exports.DescribeInstallationMediaCommand = DescribeInstallationMediaCommand;
@@ -1,37 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportInstallationMediaCommand = void 0;
4
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
- const models_0_1 = require("../models/models_0");
7
- const models_1_1 = require("../models/models_1");
8
- const Aws_query_1 = require("../protocols/Aws_query");
9
- class ImportInstallationMediaCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
- resolveMiddleware(clientStack, configuration, options) {
15
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
16
- const stack = clientStack.concat(this.middlewareStack);
17
- const { logger } = configuration;
18
- const clientName = "RDSClient";
19
- const commandName = "ImportInstallationMediaCommand";
20
- const handlerExecutionContext = {
21
- logger,
22
- clientName,
23
- commandName,
24
- inputFilterSensitiveLog: models_1_1.ImportInstallationMediaMessage.filterSensitiveLog,
25
- outputFilterSensitiveLog: models_0_1.InstallationMedia.filterSensitiveLog,
26
- };
27
- const { requestHandler } = configuration;
28
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
29
- }
30
- serialize(input, context) {
31
- return (0, Aws_query_1.serializeAws_queryImportInstallationMediaCommand)(input, context);
32
- }
33
- deserialize(output, context) {
34
- return (0, Aws_query_1.deserializeAws_queryImportInstallationMediaCommand)(output, context);
35
- }
36
- }
37
- exports.ImportInstallationMediaCommand = ImportInstallationMediaCommand;
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeCustomAvailabilityZones = void 0;
4
- const DescribeCustomAvailabilityZonesCommand_1 = require("../commands/DescribeCustomAvailabilityZonesCommand");
5
- const RDS_1 = require("../RDS");
6
- const RDSClient_1 = require("../RDSClient");
7
- const makePagedClientRequest = async (client, input, ...args) => {
8
- return await client.send(new DescribeCustomAvailabilityZonesCommand_1.DescribeCustomAvailabilityZonesCommand(input), ...args);
9
- };
10
- const makePagedRequest = async (client, input, ...args) => {
11
- return await client.describeCustomAvailabilityZones(input, ...args);
12
- };
13
- async function* paginateDescribeCustomAvailabilityZones(config, input, ...additionalArguments) {
14
- let token = config.startingToken || undefined;
15
- let hasNext = true;
16
- let page;
17
- while (hasNext) {
18
- input.Marker = token;
19
- input["MaxRecords"] = config.pageSize;
20
- if (config.client instanceof RDS_1.RDS) {
21
- page = await makePagedRequest(config.client, input, ...additionalArguments);
22
- }
23
- else if (config.client instanceof RDSClient_1.RDSClient) {
24
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
25
- }
26
- else {
27
- throw new Error("Invalid client, expected RDS | RDSClient");
28
- }
29
- yield page;
30
- token = page.Marker;
31
- hasNext = !!token;
32
- }
33
- return undefined;
34
- }
35
- exports.paginateDescribeCustomAvailabilityZones = paginateDescribeCustomAvailabilityZones;
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeInstallationMedia = void 0;
4
- const DescribeInstallationMediaCommand_1 = require("../commands/DescribeInstallationMediaCommand");
5
- const RDS_1 = require("../RDS");
6
- const RDSClient_1 = require("../RDSClient");
7
- const makePagedClientRequest = async (client, input, ...args) => {
8
- return await client.send(new DescribeInstallationMediaCommand_1.DescribeInstallationMediaCommand(input), ...args);
9
- };
10
- const makePagedRequest = async (client, input, ...args) => {
11
- return await client.describeInstallationMedia(input, ...args);
12
- };
13
- async function* paginateDescribeInstallationMedia(config, input, ...additionalArguments) {
14
- let token = config.startingToken || undefined;
15
- let hasNext = true;
16
- let page;
17
- while (hasNext) {
18
- input.Marker = token;
19
- input["MaxRecords"] = config.pageSize;
20
- if (config.client instanceof RDS_1.RDS) {
21
- page = await makePagedRequest(config.client, input, ...additionalArguments);
22
- }
23
- else if (config.client instanceof RDSClient_1.RDSClient) {
24
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
25
- }
26
- else {
27
- throw new Error("Invalid client, expected RDS | RDSClient");
28
- }
29
- yield page;
30
- token = page.Marker;
31
- hasNext = !!token;
32
- }
33
- return undefined;
34
- }
35
- exports.paginateDescribeInstallationMedia = paginateDescribeInstallationMedia;
@@ -1,39 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateCustomAvailabilityZoneMessage, CreateCustomAvailabilityZoneResult } from "../models/models_0";
5
- import { deserializeAws_queryCreateCustomAvailabilityZoneCommand, serializeAws_queryCreateCustomAvailabilityZoneCommand, } from "../protocols/Aws_query";
6
- var CreateCustomAvailabilityZoneCommand = (function (_super) {
7
- __extends(CreateCustomAvailabilityZoneCommand, _super);
8
- function CreateCustomAvailabilityZoneCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
12
- }
13
- CreateCustomAvailabilityZoneCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "RDSClient";
18
- var commandName = "CreateCustomAvailabilityZoneCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
23
- inputFilterSensitiveLog: CreateCustomAvailabilityZoneMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateCustomAvailabilityZoneResult.filterSensitiveLog,
25
- };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateCustomAvailabilityZoneCommand.prototype.serialize = function (input, context) {
32
- return serializeAws_queryCreateCustomAvailabilityZoneCommand(input, context);
33
- };
34
- CreateCustomAvailabilityZoneCommand.prototype.deserialize = function (output, context) {
35
- return deserializeAws_queryCreateCustomAvailabilityZoneCommand(output, context);
36
- };
37
- return CreateCustomAvailabilityZoneCommand;
38
- }($Command));
39
- export { CreateCustomAvailabilityZoneCommand };
@@ -1,39 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteCustomAvailabilityZoneMessage, DeleteCustomAvailabilityZoneResult } from "../models/models_0";
5
- import { deserializeAws_queryDeleteCustomAvailabilityZoneCommand, serializeAws_queryDeleteCustomAvailabilityZoneCommand, } from "../protocols/Aws_query";
6
- var DeleteCustomAvailabilityZoneCommand = (function (_super) {
7
- __extends(DeleteCustomAvailabilityZoneCommand, _super);
8
- function DeleteCustomAvailabilityZoneCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
12
- }
13
- DeleteCustomAvailabilityZoneCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "RDSClient";
18
- var commandName = "DeleteCustomAvailabilityZoneCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
23
- inputFilterSensitiveLog: DeleteCustomAvailabilityZoneMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteCustomAvailabilityZoneResult.filterSensitiveLog,
25
- };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteCustomAvailabilityZoneCommand.prototype.serialize = function (input, context) {
32
- return serializeAws_queryDeleteCustomAvailabilityZoneCommand(input, context);
33
- };
34
- DeleteCustomAvailabilityZoneCommand.prototype.deserialize = function (output, context) {
35
- return deserializeAws_queryDeleteCustomAvailabilityZoneCommand(output, context);
36
- };
37
- return DeleteCustomAvailabilityZoneCommand;
38
- }($Command));
39
- export { DeleteCustomAvailabilityZoneCommand };
@@ -1,39 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteInstallationMediaMessage, InstallationMedia } from "../models/models_0";
5
- import { deserializeAws_queryDeleteInstallationMediaCommand, serializeAws_queryDeleteInstallationMediaCommand, } from "../protocols/Aws_query";
6
- var DeleteInstallationMediaCommand = (function (_super) {
7
- __extends(DeleteInstallationMediaCommand, _super);
8
- function DeleteInstallationMediaCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
12
- }
13
- DeleteInstallationMediaCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "RDSClient";
18
- var commandName = "DeleteInstallationMediaCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
23
- inputFilterSensitiveLog: DeleteInstallationMediaMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: InstallationMedia.filterSensitiveLog,
25
- };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeleteInstallationMediaCommand.prototype.serialize = function (input, context) {
32
- return serializeAws_queryDeleteInstallationMediaCommand(input, context);
33
- };
34
- DeleteInstallationMediaCommand.prototype.deserialize = function (output, context) {
35
- return deserializeAws_queryDeleteInstallationMediaCommand(output, context);
36
- };
37
- return DeleteInstallationMediaCommand;
38
- }($Command));
39
- export { DeleteInstallationMediaCommand };