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