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