@aws-sdk/client-rds 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RDS.d.ts +2405 -690
- package/dist-types/ts3.4/RDSClient.d.ts +925 -210
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +137 -137
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RDSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2784 -3635
- package/dist-types/ts3.4/models/models_1.d.ts +1743 -2351
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +34 -34
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +1649 -413
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -1,210 +1,925 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
import {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
import {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
import {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
import {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
import {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddRoleToDBClusterCommandInput,
|
|
47
|
+
AddRoleToDBClusterCommandOutput,
|
|
48
|
+
} from "./commands/AddRoleToDBClusterCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddRoleToDBInstanceCommandInput,
|
|
51
|
+
AddRoleToDBInstanceCommandOutput,
|
|
52
|
+
} from "./commands/AddRoleToDBInstanceCommand";
|
|
53
|
+
import {
|
|
54
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
55
|
+
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
56
|
+
} from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
57
|
+
import {
|
|
58
|
+
AddTagsToResourceCommandInput,
|
|
59
|
+
AddTagsToResourceCommandOutput,
|
|
60
|
+
} from "./commands/AddTagsToResourceCommand";
|
|
61
|
+
import {
|
|
62
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
63
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
64
|
+
} from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
65
|
+
import {
|
|
66
|
+
AuthorizeDBSecurityGroupIngressCommandInput,
|
|
67
|
+
AuthorizeDBSecurityGroupIngressCommandOutput,
|
|
68
|
+
} from "./commands/AuthorizeDBSecurityGroupIngressCommand";
|
|
69
|
+
import {
|
|
70
|
+
BacktrackDBClusterCommandInput,
|
|
71
|
+
BacktrackDBClusterCommandOutput,
|
|
72
|
+
} from "./commands/BacktrackDBClusterCommand";
|
|
73
|
+
import {
|
|
74
|
+
CancelExportTaskCommandInput,
|
|
75
|
+
CancelExportTaskCommandOutput,
|
|
76
|
+
} from "./commands/CancelExportTaskCommand";
|
|
77
|
+
import {
|
|
78
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
79
|
+
CopyDBClusterParameterGroupCommandOutput,
|
|
80
|
+
} from "./commands/CopyDBClusterParameterGroupCommand";
|
|
81
|
+
import {
|
|
82
|
+
CopyDBClusterSnapshotCommandInput,
|
|
83
|
+
CopyDBClusterSnapshotCommandOutput,
|
|
84
|
+
} from "./commands/CopyDBClusterSnapshotCommand";
|
|
85
|
+
import {
|
|
86
|
+
CopyDBParameterGroupCommandInput,
|
|
87
|
+
CopyDBParameterGroupCommandOutput,
|
|
88
|
+
} from "./commands/CopyDBParameterGroupCommand";
|
|
89
|
+
import {
|
|
90
|
+
CopyDBSnapshotCommandInput,
|
|
91
|
+
CopyDBSnapshotCommandOutput,
|
|
92
|
+
} from "./commands/CopyDBSnapshotCommand";
|
|
93
|
+
import {
|
|
94
|
+
CopyOptionGroupCommandInput,
|
|
95
|
+
CopyOptionGroupCommandOutput,
|
|
96
|
+
} from "./commands/CopyOptionGroupCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateCustomDBEngineVersionCommandInput,
|
|
99
|
+
CreateCustomDBEngineVersionCommandOutput,
|
|
100
|
+
} from "./commands/CreateCustomDBEngineVersionCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreateDBClusterCommandInput,
|
|
103
|
+
CreateDBClusterCommandOutput,
|
|
104
|
+
} from "./commands/CreateDBClusterCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateDBClusterEndpointCommandInput,
|
|
107
|
+
CreateDBClusterEndpointCommandOutput,
|
|
108
|
+
} from "./commands/CreateDBClusterEndpointCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
111
|
+
CreateDBClusterParameterGroupCommandOutput,
|
|
112
|
+
} from "./commands/CreateDBClusterParameterGroupCommand";
|
|
113
|
+
import {
|
|
114
|
+
CreateDBClusterSnapshotCommandInput,
|
|
115
|
+
CreateDBClusterSnapshotCommandOutput,
|
|
116
|
+
} from "./commands/CreateDBClusterSnapshotCommand";
|
|
117
|
+
import {
|
|
118
|
+
CreateDBInstanceCommandInput,
|
|
119
|
+
CreateDBInstanceCommandOutput,
|
|
120
|
+
} from "./commands/CreateDBInstanceCommand";
|
|
121
|
+
import {
|
|
122
|
+
CreateDBInstanceReadReplicaCommandInput,
|
|
123
|
+
CreateDBInstanceReadReplicaCommandOutput,
|
|
124
|
+
} from "./commands/CreateDBInstanceReadReplicaCommand";
|
|
125
|
+
import {
|
|
126
|
+
CreateDBParameterGroupCommandInput,
|
|
127
|
+
CreateDBParameterGroupCommandOutput,
|
|
128
|
+
} from "./commands/CreateDBParameterGroupCommand";
|
|
129
|
+
import {
|
|
130
|
+
CreateDBProxyCommandInput,
|
|
131
|
+
CreateDBProxyCommandOutput,
|
|
132
|
+
} from "./commands/CreateDBProxyCommand";
|
|
133
|
+
import {
|
|
134
|
+
CreateDBProxyEndpointCommandInput,
|
|
135
|
+
CreateDBProxyEndpointCommandOutput,
|
|
136
|
+
} from "./commands/CreateDBProxyEndpointCommand";
|
|
137
|
+
import {
|
|
138
|
+
CreateDBSecurityGroupCommandInput,
|
|
139
|
+
CreateDBSecurityGroupCommandOutput,
|
|
140
|
+
} from "./commands/CreateDBSecurityGroupCommand";
|
|
141
|
+
import {
|
|
142
|
+
CreateDBSnapshotCommandInput,
|
|
143
|
+
CreateDBSnapshotCommandOutput,
|
|
144
|
+
} from "./commands/CreateDBSnapshotCommand";
|
|
145
|
+
import {
|
|
146
|
+
CreateDBSubnetGroupCommandInput,
|
|
147
|
+
CreateDBSubnetGroupCommandOutput,
|
|
148
|
+
} from "./commands/CreateDBSubnetGroupCommand";
|
|
149
|
+
import {
|
|
150
|
+
CreateEventSubscriptionCommandInput,
|
|
151
|
+
CreateEventSubscriptionCommandOutput,
|
|
152
|
+
} from "./commands/CreateEventSubscriptionCommand";
|
|
153
|
+
import {
|
|
154
|
+
CreateGlobalClusterCommandInput,
|
|
155
|
+
CreateGlobalClusterCommandOutput,
|
|
156
|
+
} from "./commands/CreateGlobalClusterCommand";
|
|
157
|
+
import {
|
|
158
|
+
CreateOptionGroupCommandInput,
|
|
159
|
+
CreateOptionGroupCommandOutput,
|
|
160
|
+
} from "./commands/CreateOptionGroupCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteCustomDBEngineVersionCommandInput,
|
|
163
|
+
DeleteCustomDBEngineVersionCommandOutput,
|
|
164
|
+
} from "./commands/DeleteCustomDBEngineVersionCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeleteDBClusterCommandInput,
|
|
167
|
+
DeleteDBClusterCommandOutput,
|
|
168
|
+
} from "./commands/DeleteDBClusterCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeleteDBClusterEndpointCommandInput,
|
|
171
|
+
DeleteDBClusterEndpointCommandOutput,
|
|
172
|
+
} from "./commands/DeleteDBClusterEndpointCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
175
|
+
DeleteDBClusterParameterGroupCommandOutput,
|
|
176
|
+
} from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
177
|
+
import {
|
|
178
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
179
|
+
DeleteDBClusterSnapshotCommandOutput,
|
|
180
|
+
} from "./commands/DeleteDBClusterSnapshotCommand";
|
|
181
|
+
import {
|
|
182
|
+
DeleteDBInstanceAutomatedBackupCommandInput,
|
|
183
|
+
DeleteDBInstanceAutomatedBackupCommandOutput,
|
|
184
|
+
} from "./commands/DeleteDBInstanceAutomatedBackupCommand";
|
|
185
|
+
import {
|
|
186
|
+
DeleteDBInstanceCommandInput,
|
|
187
|
+
DeleteDBInstanceCommandOutput,
|
|
188
|
+
} from "./commands/DeleteDBInstanceCommand";
|
|
189
|
+
import {
|
|
190
|
+
DeleteDBParameterGroupCommandInput,
|
|
191
|
+
DeleteDBParameterGroupCommandOutput,
|
|
192
|
+
} from "./commands/DeleteDBParameterGroupCommand";
|
|
193
|
+
import {
|
|
194
|
+
DeleteDBProxyCommandInput,
|
|
195
|
+
DeleteDBProxyCommandOutput,
|
|
196
|
+
} from "./commands/DeleteDBProxyCommand";
|
|
197
|
+
import {
|
|
198
|
+
DeleteDBProxyEndpointCommandInput,
|
|
199
|
+
DeleteDBProxyEndpointCommandOutput,
|
|
200
|
+
} from "./commands/DeleteDBProxyEndpointCommand";
|
|
201
|
+
import {
|
|
202
|
+
DeleteDBSecurityGroupCommandInput,
|
|
203
|
+
DeleteDBSecurityGroupCommandOutput,
|
|
204
|
+
} from "./commands/DeleteDBSecurityGroupCommand";
|
|
205
|
+
import {
|
|
206
|
+
DeleteDBSnapshotCommandInput,
|
|
207
|
+
DeleteDBSnapshotCommandOutput,
|
|
208
|
+
} from "./commands/DeleteDBSnapshotCommand";
|
|
209
|
+
import {
|
|
210
|
+
DeleteDBSubnetGroupCommandInput,
|
|
211
|
+
DeleteDBSubnetGroupCommandOutput,
|
|
212
|
+
} from "./commands/DeleteDBSubnetGroupCommand";
|
|
213
|
+
import {
|
|
214
|
+
DeleteEventSubscriptionCommandInput,
|
|
215
|
+
DeleteEventSubscriptionCommandOutput,
|
|
216
|
+
} from "./commands/DeleteEventSubscriptionCommand";
|
|
217
|
+
import {
|
|
218
|
+
DeleteGlobalClusterCommandInput,
|
|
219
|
+
DeleteGlobalClusterCommandOutput,
|
|
220
|
+
} from "./commands/DeleteGlobalClusterCommand";
|
|
221
|
+
import {
|
|
222
|
+
DeleteOptionGroupCommandInput,
|
|
223
|
+
DeleteOptionGroupCommandOutput,
|
|
224
|
+
} from "./commands/DeleteOptionGroupCommand";
|
|
225
|
+
import {
|
|
226
|
+
DeregisterDBProxyTargetsCommandInput,
|
|
227
|
+
DeregisterDBProxyTargetsCommandOutput,
|
|
228
|
+
} from "./commands/DeregisterDBProxyTargetsCommand";
|
|
229
|
+
import {
|
|
230
|
+
DescribeAccountAttributesCommandInput,
|
|
231
|
+
DescribeAccountAttributesCommandOutput,
|
|
232
|
+
} from "./commands/DescribeAccountAttributesCommand";
|
|
233
|
+
import {
|
|
234
|
+
DescribeCertificatesCommandInput,
|
|
235
|
+
DescribeCertificatesCommandOutput,
|
|
236
|
+
} from "./commands/DescribeCertificatesCommand";
|
|
237
|
+
import {
|
|
238
|
+
DescribeDBClusterBacktracksCommandInput,
|
|
239
|
+
DescribeDBClusterBacktracksCommandOutput,
|
|
240
|
+
} from "./commands/DescribeDBClusterBacktracksCommand";
|
|
241
|
+
import {
|
|
242
|
+
DescribeDBClusterEndpointsCommandInput,
|
|
243
|
+
DescribeDBClusterEndpointsCommandOutput,
|
|
244
|
+
} from "./commands/DescribeDBClusterEndpointsCommand";
|
|
245
|
+
import {
|
|
246
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
247
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
248
|
+
} from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
249
|
+
import {
|
|
250
|
+
DescribeDBClusterParametersCommandInput,
|
|
251
|
+
DescribeDBClusterParametersCommandOutput,
|
|
252
|
+
} from "./commands/DescribeDBClusterParametersCommand";
|
|
253
|
+
import {
|
|
254
|
+
DescribeDBClustersCommandInput,
|
|
255
|
+
DescribeDBClustersCommandOutput,
|
|
256
|
+
} from "./commands/DescribeDBClustersCommand";
|
|
257
|
+
import {
|
|
258
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
259
|
+
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
260
|
+
} from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
261
|
+
import {
|
|
262
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
263
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
264
|
+
} from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
265
|
+
import {
|
|
266
|
+
DescribeDBEngineVersionsCommandInput,
|
|
267
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
268
|
+
} from "./commands/DescribeDBEngineVersionsCommand";
|
|
269
|
+
import {
|
|
270
|
+
DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
271
|
+
DescribeDBInstanceAutomatedBackupsCommandOutput,
|
|
272
|
+
} from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
273
|
+
import {
|
|
274
|
+
DescribeDBInstancesCommandInput,
|
|
275
|
+
DescribeDBInstancesCommandOutput,
|
|
276
|
+
} from "./commands/DescribeDBInstancesCommand";
|
|
277
|
+
import {
|
|
278
|
+
DescribeDBLogFilesCommandInput,
|
|
279
|
+
DescribeDBLogFilesCommandOutput,
|
|
280
|
+
} from "./commands/DescribeDBLogFilesCommand";
|
|
281
|
+
import {
|
|
282
|
+
DescribeDBParameterGroupsCommandInput,
|
|
283
|
+
DescribeDBParameterGroupsCommandOutput,
|
|
284
|
+
} from "./commands/DescribeDBParameterGroupsCommand";
|
|
285
|
+
import {
|
|
286
|
+
DescribeDBParametersCommandInput,
|
|
287
|
+
DescribeDBParametersCommandOutput,
|
|
288
|
+
} from "./commands/DescribeDBParametersCommand";
|
|
289
|
+
import {
|
|
290
|
+
DescribeDBProxiesCommandInput,
|
|
291
|
+
DescribeDBProxiesCommandOutput,
|
|
292
|
+
} from "./commands/DescribeDBProxiesCommand";
|
|
293
|
+
import {
|
|
294
|
+
DescribeDBProxyEndpointsCommandInput,
|
|
295
|
+
DescribeDBProxyEndpointsCommandOutput,
|
|
296
|
+
} from "./commands/DescribeDBProxyEndpointsCommand";
|
|
297
|
+
import {
|
|
298
|
+
DescribeDBProxyTargetGroupsCommandInput,
|
|
299
|
+
DescribeDBProxyTargetGroupsCommandOutput,
|
|
300
|
+
} from "./commands/DescribeDBProxyTargetGroupsCommand";
|
|
301
|
+
import {
|
|
302
|
+
DescribeDBProxyTargetsCommandInput,
|
|
303
|
+
DescribeDBProxyTargetsCommandOutput,
|
|
304
|
+
} from "./commands/DescribeDBProxyTargetsCommand";
|
|
305
|
+
import {
|
|
306
|
+
DescribeDBSecurityGroupsCommandInput,
|
|
307
|
+
DescribeDBSecurityGroupsCommandOutput,
|
|
308
|
+
} from "./commands/DescribeDBSecurityGroupsCommand";
|
|
309
|
+
import {
|
|
310
|
+
DescribeDBSnapshotAttributesCommandInput,
|
|
311
|
+
DescribeDBSnapshotAttributesCommandOutput,
|
|
312
|
+
} from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
313
|
+
import {
|
|
314
|
+
DescribeDBSnapshotsCommandInput,
|
|
315
|
+
DescribeDBSnapshotsCommandOutput,
|
|
316
|
+
} from "./commands/DescribeDBSnapshotsCommand";
|
|
317
|
+
import {
|
|
318
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
319
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
320
|
+
} from "./commands/DescribeDBSubnetGroupsCommand";
|
|
321
|
+
import {
|
|
322
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
323
|
+
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
324
|
+
} from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
325
|
+
import {
|
|
326
|
+
DescribeEngineDefaultParametersCommandInput,
|
|
327
|
+
DescribeEngineDefaultParametersCommandOutput,
|
|
328
|
+
} from "./commands/DescribeEngineDefaultParametersCommand";
|
|
329
|
+
import {
|
|
330
|
+
DescribeEventCategoriesCommandInput,
|
|
331
|
+
DescribeEventCategoriesCommandOutput,
|
|
332
|
+
} from "./commands/DescribeEventCategoriesCommand";
|
|
333
|
+
import {
|
|
334
|
+
DescribeEventsCommandInput,
|
|
335
|
+
DescribeEventsCommandOutput,
|
|
336
|
+
} from "./commands/DescribeEventsCommand";
|
|
337
|
+
import {
|
|
338
|
+
DescribeEventSubscriptionsCommandInput,
|
|
339
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
340
|
+
} from "./commands/DescribeEventSubscriptionsCommand";
|
|
341
|
+
import {
|
|
342
|
+
DescribeExportTasksCommandInput,
|
|
343
|
+
DescribeExportTasksCommandOutput,
|
|
344
|
+
} from "./commands/DescribeExportTasksCommand";
|
|
345
|
+
import {
|
|
346
|
+
DescribeGlobalClustersCommandInput,
|
|
347
|
+
DescribeGlobalClustersCommandOutput,
|
|
348
|
+
} from "./commands/DescribeGlobalClustersCommand";
|
|
349
|
+
import {
|
|
350
|
+
DescribeOptionGroupOptionsCommandInput,
|
|
351
|
+
DescribeOptionGroupOptionsCommandOutput,
|
|
352
|
+
} from "./commands/DescribeOptionGroupOptionsCommand";
|
|
353
|
+
import {
|
|
354
|
+
DescribeOptionGroupsCommandInput,
|
|
355
|
+
DescribeOptionGroupsCommandOutput,
|
|
356
|
+
} from "./commands/DescribeOptionGroupsCommand";
|
|
357
|
+
import {
|
|
358
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
359
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
360
|
+
} from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
361
|
+
import {
|
|
362
|
+
DescribePendingMaintenanceActionsCommandInput,
|
|
363
|
+
DescribePendingMaintenanceActionsCommandOutput,
|
|
364
|
+
} from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
365
|
+
import {
|
|
366
|
+
DescribeReservedDBInstancesCommandInput,
|
|
367
|
+
DescribeReservedDBInstancesCommandOutput,
|
|
368
|
+
} from "./commands/DescribeReservedDBInstancesCommand";
|
|
369
|
+
import {
|
|
370
|
+
DescribeReservedDBInstancesOfferingsCommandInput,
|
|
371
|
+
DescribeReservedDBInstancesOfferingsCommandOutput,
|
|
372
|
+
} from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
373
|
+
import {
|
|
374
|
+
DescribeSourceRegionsCommandInput,
|
|
375
|
+
DescribeSourceRegionsCommandOutput,
|
|
376
|
+
} from "./commands/DescribeSourceRegionsCommand";
|
|
377
|
+
import {
|
|
378
|
+
DescribeValidDBInstanceModificationsCommandInput,
|
|
379
|
+
DescribeValidDBInstanceModificationsCommandOutput,
|
|
380
|
+
} from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
381
|
+
import {
|
|
382
|
+
DownloadDBLogFilePortionCommandInput,
|
|
383
|
+
DownloadDBLogFilePortionCommandOutput,
|
|
384
|
+
} from "./commands/DownloadDBLogFilePortionCommand";
|
|
385
|
+
import {
|
|
386
|
+
FailoverDBClusterCommandInput,
|
|
387
|
+
FailoverDBClusterCommandOutput,
|
|
388
|
+
} from "./commands/FailoverDBClusterCommand";
|
|
389
|
+
import {
|
|
390
|
+
FailoverGlobalClusterCommandInput,
|
|
391
|
+
FailoverGlobalClusterCommandOutput,
|
|
392
|
+
} from "./commands/FailoverGlobalClusterCommand";
|
|
393
|
+
import {
|
|
394
|
+
ListTagsForResourceCommandInput,
|
|
395
|
+
ListTagsForResourceCommandOutput,
|
|
396
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
397
|
+
import {
|
|
398
|
+
ModifyActivityStreamCommandInput,
|
|
399
|
+
ModifyActivityStreamCommandOutput,
|
|
400
|
+
} from "./commands/ModifyActivityStreamCommand";
|
|
401
|
+
import {
|
|
402
|
+
ModifyCertificatesCommandInput,
|
|
403
|
+
ModifyCertificatesCommandOutput,
|
|
404
|
+
} from "./commands/ModifyCertificatesCommand";
|
|
405
|
+
import {
|
|
406
|
+
ModifyCurrentDBClusterCapacityCommandInput,
|
|
407
|
+
ModifyCurrentDBClusterCapacityCommandOutput,
|
|
408
|
+
} from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
409
|
+
import {
|
|
410
|
+
ModifyCustomDBEngineVersionCommandInput,
|
|
411
|
+
ModifyCustomDBEngineVersionCommandOutput,
|
|
412
|
+
} from "./commands/ModifyCustomDBEngineVersionCommand";
|
|
413
|
+
import {
|
|
414
|
+
ModifyDBClusterCommandInput,
|
|
415
|
+
ModifyDBClusterCommandOutput,
|
|
416
|
+
} from "./commands/ModifyDBClusterCommand";
|
|
417
|
+
import {
|
|
418
|
+
ModifyDBClusterEndpointCommandInput,
|
|
419
|
+
ModifyDBClusterEndpointCommandOutput,
|
|
420
|
+
} from "./commands/ModifyDBClusterEndpointCommand";
|
|
421
|
+
import {
|
|
422
|
+
ModifyDBClusterParameterGroupCommandInput,
|
|
423
|
+
ModifyDBClusterParameterGroupCommandOutput,
|
|
424
|
+
} from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
425
|
+
import {
|
|
426
|
+
ModifyDBClusterSnapshotAttributeCommandInput,
|
|
427
|
+
ModifyDBClusterSnapshotAttributeCommandOutput,
|
|
428
|
+
} from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
429
|
+
import {
|
|
430
|
+
ModifyDBInstanceCommandInput,
|
|
431
|
+
ModifyDBInstanceCommandOutput,
|
|
432
|
+
} from "./commands/ModifyDBInstanceCommand";
|
|
433
|
+
import {
|
|
434
|
+
ModifyDBParameterGroupCommandInput,
|
|
435
|
+
ModifyDBParameterGroupCommandOutput,
|
|
436
|
+
} from "./commands/ModifyDBParameterGroupCommand";
|
|
437
|
+
import {
|
|
438
|
+
ModifyDBProxyCommandInput,
|
|
439
|
+
ModifyDBProxyCommandOutput,
|
|
440
|
+
} from "./commands/ModifyDBProxyCommand";
|
|
441
|
+
import {
|
|
442
|
+
ModifyDBProxyEndpointCommandInput,
|
|
443
|
+
ModifyDBProxyEndpointCommandOutput,
|
|
444
|
+
} from "./commands/ModifyDBProxyEndpointCommand";
|
|
445
|
+
import {
|
|
446
|
+
ModifyDBProxyTargetGroupCommandInput,
|
|
447
|
+
ModifyDBProxyTargetGroupCommandOutput,
|
|
448
|
+
} from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
449
|
+
import {
|
|
450
|
+
ModifyDBSnapshotAttributeCommandInput,
|
|
451
|
+
ModifyDBSnapshotAttributeCommandOutput,
|
|
452
|
+
} from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
453
|
+
import {
|
|
454
|
+
ModifyDBSnapshotCommandInput,
|
|
455
|
+
ModifyDBSnapshotCommandOutput,
|
|
456
|
+
} from "./commands/ModifyDBSnapshotCommand";
|
|
457
|
+
import {
|
|
458
|
+
ModifyDBSubnetGroupCommandInput,
|
|
459
|
+
ModifyDBSubnetGroupCommandOutput,
|
|
460
|
+
} from "./commands/ModifyDBSubnetGroupCommand";
|
|
461
|
+
import {
|
|
462
|
+
ModifyEventSubscriptionCommandInput,
|
|
463
|
+
ModifyEventSubscriptionCommandOutput,
|
|
464
|
+
} from "./commands/ModifyEventSubscriptionCommand";
|
|
465
|
+
import {
|
|
466
|
+
ModifyGlobalClusterCommandInput,
|
|
467
|
+
ModifyGlobalClusterCommandOutput,
|
|
468
|
+
} from "./commands/ModifyGlobalClusterCommand";
|
|
469
|
+
import {
|
|
470
|
+
ModifyOptionGroupCommandInput,
|
|
471
|
+
ModifyOptionGroupCommandOutput,
|
|
472
|
+
} from "./commands/ModifyOptionGroupCommand";
|
|
473
|
+
import {
|
|
474
|
+
PromoteReadReplicaCommandInput,
|
|
475
|
+
PromoteReadReplicaCommandOutput,
|
|
476
|
+
} from "./commands/PromoteReadReplicaCommand";
|
|
477
|
+
import {
|
|
478
|
+
PromoteReadReplicaDBClusterCommandInput,
|
|
479
|
+
PromoteReadReplicaDBClusterCommandOutput,
|
|
480
|
+
} from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
481
|
+
import {
|
|
482
|
+
PurchaseReservedDBInstancesOfferingCommandInput,
|
|
483
|
+
PurchaseReservedDBInstancesOfferingCommandOutput,
|
|
484
|
+
} from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
485
|
+
import {
|
|
486
|
+
RebootDBClusterCommandInput,
|
|
487
|
+
RebootDBClusterCommandOutput,
|
|
488
|
+
} from "./commands/RebootDBClusterCommand";
|
|
489
|
+
import {
|
|
490
|
+
RebootDBInstanceCommandInput,
|
|
491
|
+
RebootDBInstanceCommandOutput,
|
|
492
|
+
} from "./commands/RebootDBInstanceCommand";
|
|
493
|
+
import {
|
|
494
|
+
RegisterDBProxyTargetsCommandInput,
|
|
495
|
+
RegisterDBProxyTargetsCommandOutput,
|
|
496
|
+
} from "./commands/RegisterDBProxyTargetsCommand";
|
|
497
|
+
import {
|
|
498
|
+
RemoveFromGlobalClusterCommandInput,
|
|
499
|
+
RemoveFromGlobalClusterCommandOutput,
|
|
500
|
+
} from "./commands/RemoveFromGlobalClusterCommand";
|
|
501
|
+
import {
|
|
502
|
+
RemoveRoleFromDBClusterCommandInput,
|
|
503
|
+
RemoveRoleFromDBClusterCommandOutput,
|
|
504
|
+
} from "./commands/RemoveRoleFromDBClusterCommand";
|
|
505
|
+
import {
|
|
506
|
+
RemoveRoleFromDBInstanceCommandInput,
|
|
507
|
+
RemoveRoleFromDBInstanceCommandOutput,
|
|
508
|
+
} from "./commands/RemoveRoleFromDBInstanceCommand";
|
|
509
|
+
import {
|
|
510
|
+
RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
511
|
+
RemoveSourceIdentifierFromSubscriptionCommandOutput,
|
|
512
|
+
} from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
513
|
+
import {
|
|
514
|
+
RemoveTagsFromResourceCommandInput,
|
|
515
|
+
RemoveTagsFromResourceCommandOutput,
|
|
516
|
+
} from "./commands/RemoveTagsFromResourceCommand";
|
|
517
|
+
import {
|
|
518
|
+
ResetDBClusterParameterGroupCommandInput,
|
|
519
|
+
ResetDBClusterParameterGroupCommandOutput,
|
|
520
|
+
} from "./commands/ResetDBClusterParameterGroupCommand";
|
|
521
|
+
import {
|
|
522
|
+
ResetDBParameterGroupCommandInput,
|
|
523
|
+
ResetDBParameterGroupCommandOutput,
|
|
524
|
+
} from "./commands/ResetDBParameterGroupCommand";
|
|
525
|
+
import {
|
|
526
|
+
RestoreDBClusterFromS3CommandInput,
|
|
527
|
+
RestoreDBClusterFromS3CommandOutput,
|
|
528
|
+
} from "./commands/RestoreDBClusterFromS3Command";
|
|
529
|
+
import {
|
|
530
|
+
RestoreDBClusterFromSnapshotCommandInput,
|
|
531
|
+
RestoreDBClusterFromSnapshotCommandOutput,
|
|
532
|
+
} from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
533
|
+
import {
|
|
534
|
+
RestoreDBClusterToPointInTimeCommandInput,
|
|
535
|
+
RestoreDBClusterToPointInTimeCommandOutput,
|
|
536
|
+
} from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
537
|
+
import {
|
|
538
|
+
RestoreDBInstanceFromDBSnapshotCommandInput,
|
|
539
|
+
RestoreDBInstanceFromDBSnapshotCommandOutput,
|
|
540
|
+
} from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
|
|
541
|
+
import {
|
|
542
|
+
RestoreDBInstanceFromS3CommandInput,
|
|
543
|
+
RestoreDBInstanceFromS3CommandOutput,
|
|
544
|
+
} from "./commands/RestoreDBInstanceFromS3Command";
|
|
545
|
+
import {
|
|
546
|
+
RestoreDBInstanceToPointInTimeCommandInput,
|
|
547
|
+
RestoreDBInstanceToPointInTimeCommandOutput,
|
|
548
|
+
} from "./commands/RestoreDBInstanceToPointInTimeCommand";
|
|
549
|
+
import {
|
|
550
|
+
RevokeDBSecurityGroupIngressCommandInput,
|
|
551
|
+
RevokeDBSecurityGroupIngressCommandOutput,
|
|
552
|
+
} from "./commands/RevokeDBSecurityGroupIngressCommand";
|
|
553
|
+
import {
|
|
554
|
+
StartActivityStreamCommandInput,
|
|
555
|
+
StartActivityStreamCommandOutput,
|
|
556
|
+
} from "./commands/StartActivityStreamCommand";
|
|
557
|
+
import {
|
|
558
|
+
StartDBClusterCommandInput,
|
|
559
|
+
StartDBClusterCommandOutput,
|
|
560
|
+
} from "./commands/StartDBClusterCommand";
|
|
561
|
+
import {
|
|
562
|
+
StartDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
563
|
+
StartDBInstanceAutomatedBackupsReplicationCommandOutput,
|
|
564
|
+
} from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
565
|
+
import {
|
|
566
|
+
StartDBInstanceCommandInput,
|
|
567
|
+
StartDBInstanceCommandOutput,
|
|
568
|
+
} from "./commands/StartDBInstanceCommand";
|
|
569
|
+
import {
|
|
570
|
+
StartExportTaskCommandInput,
|
|
571
|
+
StartExportTaskCommandOutput,
|
|
572
|
+
} from "./commands/StartExportTaskCommand";
|
|
573
|
+
import {
|
|
574
|
+
StopActivityStreamCommandInput,
|
|
575
|
+
StopActivityStreamCommandOutput,
|
|
576
|
+
} from "./commands/StopActivityStreamCommand";
|
|
577
|
+
import {
|
|
578
|
+
StopDBClusterCommandInput,
|
|
579
|
+
StopDBClusterCommandOutput,
|
|
580
|
+
} from "./commands/StopDBClusterCommand";
|
|
581
|
+
import {
|
|
582
|
+
StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
583
|
+
StopDBInstanceAutomatedBackupsReplicationCommandOutput,
|
|
584
|
+
} from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
585
|
+
import {
|
|
586
|
+
StopDBInstanceCommandInput,
|
|
587
|
+
StopDBInstanceCommandOutput,
|
|
588
|
+
} from "./commands/StopDBInstanceCommand";
|
|
589
|
+
import {
|
|
590
|
+
SwitchoverReadReplicaCommandInput,
|
|
591
|
+
SwitchoverReadReplicaCommandOutput,
|
|
592
|
+
} from "./commands/SwitchoverReadReplicaCommand";
|
|
593
|
+
export declare type ServiceInputTypes =
|
|
594
|
+
| AddRoleToDBClusterCommandInput
|
|
595
|
+
| AddRoleToDBInstanceCommandInput
|
|
596
|
+
| AddSourceIdentifierToSubscriptionCommandInput
|
|
597
|
+
| AddTagsToResourceCommandInput
|
|
598
|
+
| ApplyPendingMaintenanceActionCommandInput
|
|
599
|
+
| AuthorizeDBSecurityGroupIngressCommandInput
|
|
600
|
+
| BacktrackDBClusterCommandInput
|
|
601
|
+
| CancelExportTaskCommandInput
|
|
602
|
+
| CopyDBClusterParameterGroupCommandInput
|
|
603
|
+
| CopyDBClusterSnapshotCommandInput
|
|
604
|
+
| CopyDBParameterGroupCommandInput
|
|
605
|
+
| CopyDBSnapshotCommandInput
|
|
606
|
+
| CopyOptionGroupCommandInput
|
|
607
|
+
| CreateCustomDBEngineVersionCommandInput
|
|
608
|
+
| CreateDBClusterCommandInput
|
|
609
|
+
| CreateDBClusterEndpointCommandInput
|
|
610
|
+
| CreateDBClusterParameterGroupCommandInput
|
|
611
|
+
| CreateDBClusterSnapshotCommandInput
|
|
612
|
+
| CreateDBInstanceCommandInput
|
|
613
|
+
| CreateDBInstanceReadReplicaCommandInput
|
|
614
|
+
| CreateDBParameterGroupCommandInput
|
|
615
|
+
| CreateDBProxyCommandInput
|
|
616
|
+
| CreateDBProxyEndpointCommandInput
|
|
617
|
+
| CreateDBSecurityGroupCommandInput
|
|
618
|
+
| CreateDBSnapshotCommandInput
|
|
619
|
+
| CreateDBSubnetGroupCommandInput
|
|
620
|
+
| CreateEventSubscriptionCommandInput
|
|
621
|
+
| CreateGlobalClusterCommandInput
|
|
622
|
+
| CreateOptionGroupCommandInput
|
|
623
|
+
| DeleteCustomDBEngineVersionCommandInput
|
|
624
|
+
| DeleteDBClusterCommandInput
|
|
625
|
+
| DeleteDBClusterEndpointCommandInput
|
|
626
|
+
| DeleteDBClusterParameterGroupCommandInput
|
|
627
|
+
| DeleteDBClusterSnapshotCommandInput
|
|
628
|
+
| DeleteDBInstanceAutomatedBackupCommandInput
|
|
629
|
+
| DeleteDBInstanceCommandInput
|
|
630
|
+
| DeleteDBParameterGroupCommandInput
|
|
631
|
+
| DeleteDBProxyCommandInput
|
|
632
|
+
| DeleteDBProxyEndpointCommandInput
|
|
633
|
+
| DeleteDBSecurityGroupCommandInput
|
|
634
|
+
| DeleteDBSnapshotCommandInput
|
|
635
|
+
| DeleteDBSubnetGroupCommandInput
|
|
636
|
+
| DeleteEventSubscriptionCommandInput
|
|
637
|
+
| DeleteGlobalClusterCommandInput
|
|
638
|
+
| DeleteOptionGroupCommandInput
|
|
639
|
+
| DeregisterDBProxyTargetsCommandInput
|
|
640
|
+
| DescribeAccountAttributesCommandInput
|
|
641
|
+
| DescribeCertificatesCommandInput
|
|
642
|
+
| DescribeDBClusterBacktracksCommandInput
|
|
643
|
+
| DescribeDBClusterEndpointsCommandInput
|
|
644
|
+
| DescribeDBClusterParameterGroupsCommandInput
|
|
645
|
+
| DescribeDBClusterParametersCommandInput
|
|
646
|
+
| DescribeDBClusterSnapshotAttributesCommandInput
|
|
647
|
+
| DescribeDBClusterSnapshotsCommandInput
|
|
648
|
+
| DescribeDBClustersCommandInput
|
|
649
|
+
| DescribeDBEngineVersionsCommandInput
|
|
650
|
+
| DescribeDBInstanceAutomatedBackupsCommandInput
|
|
651
|
+
| DescribeDBInstancesCommandInput
|
|
652
|
+
| DescribeDBLogFilesCommandInput
|
|
653
|
+
| DescribeDBParameterGroupsCommandInput
|
|
654
|
+
| DescribeDBParametersCommandInput
|
|
655
|
+
| DescribeDBProxiesCommandInput
|
|
656
|
+
| DescribeDBProxyEndpointsCommandInput
|
|
657
|
+
| DescribeDBProxyTargetGroupsCommandInput
|
|
658
|
+
| DescribeDBProxyTargetsCommandInput
|
|
659
|
+
| DescribeDBSecurityGroupsCommandInput
|
|
660
|
+
| DescribeDBSnapshotAttributesCommandInput
|
|
661
|
+
| DescribeDBSnapshotsCommandInput
|
|
662
|
+
| DescribeDBSubnetGroupsCommandInput
|
|
663
|
+
| DescribeEngineDefaultClusterParametersCommandInput
|
|
664
|
+
| DescribeEngineDefaultParametersCommandInput
|
|
665
|
+
| DescribeEventCategoriesCommandInput
|
|
666
|
+
| DescribeEventSubscriptionsCommandInput
|
|
667
|
+
| DescribeEventsCommandInput
|
|
668
|
+
| DescribeExportTasksCommandInput
|
|
669
|
+
| DescribeGlobalClustersCommandInput
|
|
670
|
+
| DescribeOptionGroupOptionsCommandInput
|
|
671
|
+
| DescribeOptionGroupsCommandInput
|
|
672
|
+
| DescribeOrderableDBInstanceOptionsCommandInput
|
|
673
|
+
| DescribePendingMaintenanceActionsCommandInput
|
|
674
|
+
| DescribeReservedDBInstancesCommandInput
|
|
675
|
+
| DescribeReservedDBInstancesOfferingsCommandInput
|
|
676
|
+
| DescribeSourceRegionsCommandInput
|
|
677
|
+
| DescribeValidDBInstanceModificationsCommandInput
|
|
678
|
+
| DownloadDBLogFilePortionCommandInput
|
|
679
|
+
| FailoverDBClusterCommandInput
|
|
680
|
+
| FailoverGlobalClusterCommandInput
|
|
681
|
+
| ListTagsForResourceCommandInput
|
|
682
|
+
| ModifyActivityStreamCommandInput
|
|
683
|
+
| ModifyCertificatesCommandInput
|
|
684
|
+
| ModifyCurrentDBClusterCapacityCommandInput
|
|
685
|
+
| ModifyCustomDBEngineVersionCommandInput
|
|
686
|
+
| ModifyDBClusterCommandInput
|
|
687
|
+
| ModifyDBClusterEndpointCommandInput
|
|
688
|
+
| ModifyDBClusterParameterGroupCommandInput
|
|
689
|
+
| ModifyDBClusterSnapshotAttributeCommandInput
|
|
690
|
+
| ModifyDBInstanceCommandInput
|
|
691
|
+
| ModifyDBParameterGroupCommandInput
|
|
692
|
+
| ModifyDBProxyCommandInput
|
|
693
|
+
| ModifyDBProxyEndpointCommandInput
|
|
694
|
+
| ModifyDBProxyTargetGroupCommandInput
|
|
695
|
+
| ModifyDBSnapshotAttributeCommandInput
|
|
696
|
+
| ModifyDBSnapshotCommandInput
|
|
697
|
+
| ModifyDBSubnetGroupCommandInput
|
|
698
|
+
| ModifyEventSubscriptionCommandInput
|
|
699
|
+
| ModifyGlobalClusterCommandInput
|
|
700
|
+
| ModifyOptionGroupCommandInput
|
|
701
|
+
| PromoteReadReplicaCommandInput
|
|
702
|
+
| PromoteReadReplicaDBClusterCommandInput
|
|
703
|
+
| PurchaseReservedDBInstancesOfferingCommandInput
|
|
704
|
+
| RebootDBClusterCommandInput
|
|
705
|
+
| RebootDBInstanceCommandInput
|
|
706
|
+
| RegisterDBProxyTargetsCommandInput
|
|
707
|
+
| RemoveFromGlobalClusterCommandInput
|
|
708
|
+
| RemoveRoleFromDBClusterCommandInput
|
|
709
|
+
| RemoveRoleFromDBInstanceCommandInput
|
|
710
|
+
| RemoveSourceIdentifierFromSubscriptionCommandInput
|
|
711
|
+
| RemoveTagsFromResourceCommandInput
|
|
712
|
+
| ResetDBClusterParameterGroupCommandInput
|
|
713
|
+
| ResetDBParameterGroupCommandInput
|
|
714
|
+
| RestoreDBClusterFromS3CommandInput
|
|
715
|
+
| RestoreDBClusterFromSnapshotCommandInput
|
|
716
|
+
| RestoreDBClusterToPointInTimeCommandInput
|
|
717
|
+
| RestoreDBInstanceFromDBSnapshotCommandInput
|
|
718
|
+
| RestoreDBInstanceFromS3CommandInput
|
|
719
|
+
| RestoreDBInstanceToPointInTimeCommandInput
|
|
720
|
+
| RevokeDBSecurityGroupIngressCommandInput
|
|
721
|
+
| StartActivityStreamCommandInput
|
|
722
|
+
| StartDBClusterCommandInput
|
|
723
|
+
| StartDBInstanceAutomatedBackupsReplicationCommandInput
|
|
724
|
+
| StartDBInstanceCommandInput
|
|
725
|
+
| StartExportTaskCommandInput
|
|
726
|
+
| StopActivityStreamCommandInput
|
|
727
|
+
| StopDBClusterCommandInput
|
|
728
|
+
| StopDBInstanceAutomatedBackupsReplicationCommandInput
|
|
729
|
+
| StopDBInstanceCommandInput
|
|
730
|
+
| SwitchoverReadReplicaCommandInput;
|
|
731
|
+
export declare type ServiceOutputTypes =
|
|
732
|
+
| AddRoleToDBClusterCommandOutput
|
|
733
|
+
| AddRoleToDBInstanceCommandOutput
|
|
734
|
+
| AddSourceIdentifierToSubscriptionCommandOutput
|
|
735
|
+
| AddTagsToResourceCommandOutput
|
|
736
|
+
| ApplyPendingMaintenanceActionCommandOutput
|
|
737
|
+
| AuthorizeDBSecurityGroupIngressCommandOutput
|
|
738
|
+
| BacktrackDBClusterCommandOutput
|
|
739
|
+
| CancelExportTaskCommandOutput
|
|
740
|
+
| CopyDBClusterParameterGroupCommandOutput
|
|
741
|
+
| CopyDBClusterSnapshotCommandOutput
|
|
742
|
+
| CopyDBParameterGroupCommandOutput
|
|
743
|
+
| CopyDBSnapshotCommandOutput
|
|
744
|
+
| CopyOptionGroupCommandOutput
|
|
745
|
+
| CreateCustomDBEngineVersionCommandOutput
|
|
746
|
+
| CreateDBClusterCommandOutput
|
|
747
|
+
| CreateDBClusterEndpointCommandOutput
|
|
748
|
+
| CreateDBClusterParameterGroupCommandOutput
|
|
749
|
+
| CreateDBClusterSnapshotCommandOutput
|
|
750
|
+
| CreateDBInstanceCommandOutput
|
|
751
|
+
| CreateDBInstanceReadReplicaCommandOutput
|
|
752
|
+
| CreateDBParameterGroupCommandOutput
|
|
753
|
+
| CreateDBProxyCommandOutput
|
|
754
|
+
| CreateDBProxyEndpointCommandOutput
|
|
755
|
+
| CreateDBSecurityGroupCommandOutput
|
|
756
|
+
| CreateDBSnapshotCommandOutput
|
|
757
|
+
| CreateDBSubnetGroupCommandOutput
|
|
758
|
+
| CreateEventSubscriptionCommandOutput
|
|
759
|
+
| CreateGlobalClusterCommandOutput
|
|
760
|
+
| CreateOptionGroupCommandOutput
|
|
761
|
+
| DeleteCustomDBEngineVersionCommandOutput
|
|
762
|
+
| DeleteDBClusterCommandOutput
|
|
763
|
+
| DeleteDBClusterEndpointCommandOutput
|
|
764
|
+
| DeleteDBClusterParameterGroupCommandOutput
|
|
765
|
+
| DeleteDBClusterSnapshotCommandOutput
|
|
766
|
+
| DeleteDBInstanceAutomatedBackupCommandOutput
|
|
767
|
+
| DeleteDBInstanceCommandOutput
|
|
768
|
+
| DeleteDBParameterGroupCommandOutput
|
|
769
|
+
| DeleteDBProxyCommandOutput
|
|
770
|
+
| DeleteDBProxyEndpointCommandOutput
|
|
771
|
+
| DeleteDBSecurityGroupCommandOutput
|
|
772
|
+
| DeleteDBSnapshotCommandOutput
|
|
773
|
+
| DeleteDBSubnetGroupCommandOutput
|
|
774
|
+
| DeleteEventSubscriptionCommandOutput
|
|
775
|
+
| DeleteGlobalClusterCommandOutput
|
|
776
|
+
| DeleteOptionGroupCommandOutput
|
|
777
|
+
| DeregisterDBProxyTargetsCommandOutput
|
|
778
|
+
| DescribeAccountAttributesCommandOutput
|
|
779
|
+
| DescribeCertificatesCommandOutput
|
|
780
|
+
| DescribeDBClusterBacktracksCommandOutput
|
|
781
|
+
| DescribeDBClusterEndpointsCommandOutput
|
|
782
|
+
| DescribeDBClusterParameterGroupsCommandOutput
|
|
783
|
+
| DescribeDBClusterParametersCommandOutput
|
|
784
|
+
| DescribeDBClusterSnapshotAttributesCommandOutput
|
|
785
|
+
| DescribeDBClusterSnapshotsCommandOutput
|
|
786
|
+
| DescribeDBClustersCommandOutput
|
|
787
|
+
| DescribeDBEngineVersionsCommandOutput
|
|
788
|
+
| DescribeDBInstanceAutomatedBackupsCommandOutput
|
|
789
|
+
| DescribeDBInstancesCommandOutput
|
|
790
|
+
| DescribeDBLogFilesCommandOutput
|
|
791
|
+
| DescribeDBParameterGroupsCommandOutput
|
|
792
|
+
| DescribeDBParametersCommandOutput
|
|
793
|
+
| DescribeDBProxiesCommandOutput
|
|
794
|
+
| DescribeDBProxyEndpointsCommandOutput
|
|
795
|
+
| DescribeDBProxyTargetGroupsCommandOutput
|
|
796
|
+
| DescribeDBProxyTargetsCommandOutput
|
|
797
|
+
| DescribeDBSecurityGroupsCommandOutput
|
|
798
|
+
| DescribeDBSnapshotAttributesCommandOutput
|
|
799
|
+
| DescribeDBSnapshotsCommandOutput
|
|
800
|
+
| DescribeDBSubnetGroupsCommandOutput
|
|
801
|
+
| DescribeEngineDefaultClusterParametersCommandOutput
|
|
802
|
+
| DescribeEngineDefaultParametersCommandOutput
|
|
803
|
+
| DescribeEventCategoriesCommandOutput
|
|
804
|
+
| DescribeEventSubscriptionsCommandOutput
|
|
805
|
+
| DescribeEventsCommandOutput
|
|
806
|
+
| DescribeExportTasksCommandOutput
|
|
807
|
+
| DescribeGlobalClustersCommandOutput
|
|
808
|
+
| DescribeOptionGroupOptionsCommandOutput
|
|
809
|
+
| DescribeOptionGroupsCommandOutput
|
|
810
|
+
| DescribeOrderableDBInstanceOptionsCommandOutput
|
|
811
|
+
| DescribePendingMaintenanceActionsCommandOutput
|
|
812
|
+
| DescribeReservedDBInstancesCommandOutput
|
|
813
|
+
| DescribeReservedDBInstancesOfferingsCommandOutput
|
|
814
|
+
| DescribeSourceRegionsCommandOutput
|
|
815
|
+
| DescribeValidDBInstanceModificationsCommandOutput
|
|
816
|
+
| DownloadDBLogFilePortionCommandOutput
|
|
817
|
+
| FailoverDBClusterCommandOutput
|
|
818
|
+
| FailoverGlobalClusterCommandOutput
|
|
819
|
+
| ListTagsForResourceCommandOutput
|
|
820
|
+
| ModifyActivityStreamCommandOutput
|
|
821
|
+
| ModifyCertificatesCommandOutput
|
|
822
|
+
| ModifyCurrentDBClusterCapacityCommandOutput
|
|
823
|
+
| ModifyCustomDBEngineVersionCommandOutput
|
|
824
|
+
| ModifyDBClusterCommandOutput
|
|
825
|
+
| ModifyDBClusterEndpointCommandOutput
|
|
826
|
+
| ModifyDBClusterParameterGroupCommandOutput
|
|
827
|
+
| ModifyDBClusterSnapshotAttributeCommandOutput
|
|
828
|
+
| ModifyDBInstanceCommandOutput
|
|
829
|
+
| ModifyDBParameterGroupCommandOutput
|
|
830
|
+
| ModifyDBProxyCommandOutput
|
|
831
|
+
| ModifyDBProxyEndpointCommandOutput
|
|
832
|
+
| ModifyDBProxyTargetGroupCommandOutput
|
|
833
|
+
| ModifyDBSnapshotAttributeCommandOutput
|
|
834
|
+
| ModifyDBSnapshotCommandOutput
|
|
835
|
+
| ModifyDBSubnetGroupCommandOutput
|
|
836
|
+
| ModifyEventSubscriptionCommandOutput
|
|
837
|
+
| ModifyGlobalClusterCommandOutput
|
|
838
|
+
| ModifyOptionGroupCommandOutput
|
|
839
|
+
| PromoteReadReplicaCommandOutput
|
|
840
|
+
| PromoteReadReplicaDBClusterCommandOutput
|
|
841
|
+
| PurchaseReservedDBInstancesOfferingCommandOutput
|
|
842
|
+
| RebootDBClusterCommandOutput
|
|
843
|
+
| RebootDBInstanceCommandOutput
|
|
844
|
+
| RegisterDBProxyTargetsCommandOutput
|
|
845
|
+
| RemoveFromGlobalClusterCommandOutput
|
|
846
|
+
| RemoveRoleFromDBClusterCommandOutput
|
|
847
|
+
| RemoveRoleFromDBInstanceCommandOutput
|
|
848
|
+
| RemoveSourceIdentifierFromSubscriptionCommandOutput
|
|
849
|
+
| RemoveTagsFromResourceCommandOutput
|
|
850
|
+
| ResetDBClusterParameterGroupCommandOutput
|
|
851
|
+
| ResetDBParameterGroupCommandOutput
|
|
852
|
+
| RestoreDBClusterFromS3CommandOutput
|
|
853
|
+
| RestoreDBClusterFromSnapshotCommandOutput
|
|
854
|
+
| RestoreDBClusterToPointInTimeCommandOutput
|
|
855
|
+
| RestoreDBInstanceFromDBSnapshotCommandOutput
|
|
856
|
+
| RestoreDBInstanceFromS3CommandOutput
|
|
857
|
+
| RestoreDBInstanceToPointInTimeCommandOutput
|
|
858
|
+
| RevokeDBSecurityGroupIngressCommandOutput
|
|
859
|
+
| StartActivityStreamCommandOutput
|
|
860
|
+
| StartDBClusterCommandOutput
|
|
861
|
+
| StartDBInstanceAutomatedBackupsReplicationCommandOutput
|
|
862
|
+
| StartDBInstanceCommandOutput
|
|
863
|
+
| StartExportTaskCommandOutput
|
|
864
|
+
| StopActivityStreamCommandOutput
|
|
865
|
+
| StopDBClusterCommandOutput
|
|
866
|
+
| StopDBInstanceAutomatedBackupsReplicationCommandOutput
|
|
867
|
+
| StopDBInstanceCommandOutput
|
|
868
|
+
| SwitchoverReadReplicaCommandOutput;
|
|
869
|
+
export interface ClientDefaults
|
|
870
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
871
|
+
requestHandler?: __HttpHandler;
|
|
872
|
+
sha256?: __HashConstructor;
|
|
873
|
+
urlParser?: __UrlParser;
|
|
874
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
875
|
+
streamCollector?: __StreamCollector;
|
|
876
|
+
base64Decoder?: __Decoder;
|
|
877
|
+
base64Encoder?: __Encoder;
|
|
878
|
+
utf8Decoder?: __Decoder;
|
|
879
|
+
utf8Encoder?: __Encoder;
|
|
880
|
+
runtime?: string;
|
|
881
|
+
disableHostPrefix?: boolean;
|
|
882
|
+
maxAttempts?: number | __Provider<number>;
|
|
883
|
+
retryMode?: string | __Provider<string>;
|
|
884
|
+
logger?: __Logger;
|
|
885
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
886
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
887
|
+
serviceId?: string;
|
|
888
|
+
region?: string | __Provider<string>;
|
|
889
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
890
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
891
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
892
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
893
|
+
}
|
|
894
|
+
declare type RDSClientConfigType = Partial<
|
|
895
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
896
|
+
> &
|
|
897
|
+
ClientDefaults &
|
|
898
|
+
RegionInputConfig &
|
|
899
|
+
EndpointsInputConfig &
|
|
900
|
+
RetryInputConfig &
|
|
901
|
+
HostHeaderInputConfig &
|
|
902
|
+
AwsAuthInputConfig &
|
|
903
|
+
UserAgentInputConfig;
|
|
904
|
+
export interface RDSClientConfig extends RDSClientConfigType {}
|
|
905
|
+
declare type RDSClientResolvedConfigType =
|
|
906
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
907
|
+
Required<ClientDefaults> &
|
|
908
|
+
RegionResolvedConfig &
|
|
909
|
+
EndpointsResolvedConfig &
|
|
910
|
+
RetryResolvedConfig &
|
|
911
|
+
HostHeaderResolvedConfig &
|
|
912
|
+
AwsAuthResolvedConfig &
|
|
913
|
+
UserAgentResolvedConfig;
|
|
914
|
+
export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {}
|
|
915
|
+
export declare class RDSClient extends __Client<
|
|
916
|
+
__HttpHandlerOptions,
|
|
917
|
+
ServiceInputTypes,
|
|
918
|
+
ServiceOutputTypes,
|
|
919
|
+
RDSClientResolvedConfig
|
|
920
|
+
> {
|
|
921
|
+
readonly config: RDSClientResolvedConfig;
|
|
922
|
+
constructor(configuration: RDSClientConfig);
|
|
923
|
+
destroy(): void;
|
|
924
|
+
}
|
|
925
|
+
export {};
|