@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,2351 +1,1743 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export interface
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
export interface
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
export interface
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
export
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
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
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
export interface
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
export interface
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
export interface
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
export interface
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
}
|
|
753
|
-
export interface
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
export
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
}
|
|
776
|
-
export interface
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
}
|
|
1110
|
-
export interface
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
export interface
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
}
|
|
1190
|
-
export interface
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
export
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
export declare
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
export
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
export
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
export
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
export
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
export
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
export declare
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
export
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
export
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
export
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
MonitoringInterval?: number;
|
|
1745
|
-
|
|
1746
|
-
MonitoringRoleArn?: string;
|
|
1747
|
-
|
|
1748
|
-
EnableIAMDatabaseAuthentication?: boolean;
|
|
1749
|
-
|
|
1750
|
-
SourceEngine: string | undefined;
|
|
1751
|
-
|
|
1752
|
-
SourceEngineVersion: string | undefined;
|
|
1753
|
-
|
|
1754
|
-
S3BucketName: string | undefined;
|
|
1755
|
-
|
|
1756
|
-
S3Prefix?: string;
|
|
1757
|
-
|
|
1758
|
-
S3IngestionRoleArn: string | undefined;
|
|
1759
|
-
|
|
1760
|
-
EnablePerformanceInsights?: boolean;
|
|
1761
|
-
|
|
1762
|
-
PerformanceInsightsKMSKeyId?: string;
|
|
1763
|
-
|
|
1764
|
-
PerformanceInsightsRetentionPeriod?: number;
|
|
1765
|
-
|
|
1766
|
-
EnableCloudwatchLogsExports?: string[];
|
|
1767
|
-
|
|
1768
|
-
ProcessorFeatures?: ProcessorFeature[];
|
|
1769
|
-
|
|
1770
|
-
UseDefaultProcessorFeatures?: boolean;
|
|
1771
|
-
|
|
1772
|
-
DeletionProtection?: boolean;
|
|
1773
|
-
|
|
1774
|
-
MaxAllocatedStorage?: number;
|
|
1775
|
-
|
|
1776
|
-
NetworkType?: string;
|
|
1777
|
-
}
|
|
1778
|
-
export interface RestoreDBInstanceFromS3Result {
|
|
1779
|
-
|
|
1780
|
-
DBInstance?: DBInstance;
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
|
|
1784
|
-
readonly name: "PointInTimeRestoreNotEnabledFault";
|
|
1785
|
-
readonly $fault: "client";
|
|
1786
|
-
|
|
1787
|
-
constructor(opts: __ExceptionOptionType<PointInTimeRestoreNotEnabledFault, __BaseException>);
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
export interface RestoreDBInstanceToPointInTimeMessage {
|
|
1791
|
-
|
|
1792
|
-
SourceDBInstanceIdentifier?: string;
|
|
1793
|
-
|
|
1794
|
-
TargetDBInstanceIdentifier: string | undefined;
|
|
1795
|
-
|
|
1796
|
-
RestoreTime?: Date;
|
|
1797
|
-
|
|
1798
|
-
UseLatestRestorableTime?: boolean;
|
|
1799
|
-
|
|
1800
|
-
DBInstanceClass?: string;
|
|
1801
|
-
|
|
1802
|
-
Port?: number;
|
|
1803
|
-
|
|
1804
|
-
AvailabilityZone?: string;
|
|
1805
|
-
|
|
1806
|
-
DBSubnetGroupName?: string;
|
|
1807
|
-
|
|
1808
|
-
MultiAZ?: boolean;
|
|
1809
|
-
|
|
1810
|
-
PubliclyAccessible?: boolean;
|
|
1811
|
-
|
|
1812
|
-
AutoMinorVersionUpgrade?: boolean;
|
|
1813
|
-
|
|
1814
|
-
LicenseModel?: string;
|
|
1815
|
-
|
|
1816
|
-
DBName?: string;
|
|
1817
|
-
|
|
1818
|
-
Engine?: string;
|
|
1819
|
-
|
|
1820
|
-
Iops?: number;
|
|
1821
|
-
|
|
1822
|
-
OptionGroupName?: string;
|
|
1823
|
-
|
|
1824
|
-
CopyTagsToSnapshot?: boolean;
|
|
1825
|
-
|
|
1826
|
-
Tags?: Tag[];
|
|
1827
|
-
|
|
1828
|
-
StorageType?: string;
|
|
1829
|
-
|
|
1830
|
-
TdeCredentialArn?: string;
|
|
1831
|
-
|
|
1832
|
-
TdeCredentialPassword?: string;
|
|
1833
|
-
|
|
1834
|
-
VpcSecurityGroupIds?: string[];
|
|
1835
|
-
|
|
1836
|
-
Domain?: string;
|
|
1837
|
-
|
|
1838
|
-
DomainIAMRoleName?: string;
|
|
1839
|
-
|
|
1840
|
-
EnableIAMDatabaseAuthentication?: boolean;
|
|
1841
|
-
|
|
1842
|
-
EnableCloudwatchLogsExports?: string[];
|
|
1843
|
-
|
|
1844
|
-
ProcessorFeatures?: ProcessorFeature[];
|
|
1845
|
-
|
|
1846
|
-
UseDefaultProcessorFeatures?: boolean;
|
|
1847
|
-
|
|
1848
|
-
DBParameterGroupName?: string;
|
|
1849
|
-
|
|
1850
|
-
DeletionProtection?: boolean;
|
|
1851
|
-
|
|
1852
|
-
SourceDbiResourceId?: string;
|
|
1853
|
-
|
|
1854
|
-
MaxAllocatedStorage?: number;
|
|
1855
|
-
|
|
1856
|
-
SourceDBInstanceAutomatedBackupsArn?: string;
|
|
1857
|
-
|
|
1858
|
-
EnableCustomerOwnedIp?: boolean;
|
|
1859
|
-
|
|
1860
|
-
CustomIamInstanceProfile?: string;
|
|
1861
|
-
|
|
1862
|
-
BackupTarget?: string;
|
|
1863
|
-
|
|
1864
|
-
NetworkType?: string;
|
|
1865
|
-
}
|
|
1866
|
-
export interface RestoreDBInstanceToPointInTimeResult {
|
|
1867
|
-
|
|
1868
|
-
DBInstance?: DBInstance;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
export interface RevokeDBSecurityGroupIngressMessage {
|
|
1872
|
-
|
|
1873
|
-
DBSecurityGroupName: string | undefined;
|
|
1874
|
-
|
|
1875
|
-
CIDRIP?: string;
|
|
1876
|
-
|
|
1877
|
-
EC2SecurityGroupName?: string;
|
|
1878
|
-
|
|
1879
|
-
EC2SecurityGroupId?: string;
|
|
1880
|
-
|
|
1881
|
-
EC2SecurityGroupOwnerId?: string;
|
|
1882
|
-
}
|
|
1883
|
-
export interface RevokeDBSecurityGroupIngressResult {
|
|
1884
|
-
|
|
1885
|
-
DBSecurityGroup?: DBSecurityGroup;
|
|
1886
|
-
}
|
|
1887
|
-
export interface StartActivityStreamRequest {
|
|
1888
|
-
|
|
1889
|
-
ResourceArn: string | undefined;
|
|
1890
|
-
|
|
1891
|
-
Mode: ActivityStreamMode | string | undefined;
|
|
1892
|
-
|
|
1893
|
-
KmsKeyId: string | undefined;
|
|
1894
|
-
|
|
1895
|
-
ApplyImmediately?: boolean;
|
|
1896
|
-
|
|
1897
|
-
EngineNativeAuditFieldsIncluded?: boolean;
|
|
1898
|
-
}
|
|
1899
|
-
export interface StartActivityStreamResponse {
|
|
1900
|
-
|
|
1901
|
-
KmsKeyId?: string;
|
|
1902
|
-
|
|
1903
|
-
KinesisStreamName?: string;
|
|
1904
|
-
|
|
1905
|
-
Status?: ActivityStreamStatus | string;
|
|
1906
|
-
|
|
1907
|
-
Mode?: ActivityStreamMode | string;
|
|
1908
|
-
|
|
1909
|
-
ApplyImmediately?: boolean;
|
|
1910
|
-
|
|
1911
|
-
EngineNativeAuditFieldsIncluded?: boolean;
|
|
1912
|
-
}
|
|
1913
|
-
export interface StartDBClusterMessage {
|
|
1914
|
-
|
|
1915
|
-
DBClusterIdentifier: string | undefined;
|
|
1916
|
-
}
|
|
1917
|
-
export interface StartDBClusterResult {
|
|
1918
|
-
|
|
1919
|
-
DBCluster?: DBCluster;
|
|
1920
|
-
}
|
|
1921
|
-
export interface StartDBInstanceMessage {
|
|
1922
|
-
|
|
1923
|
-
DBInstanceIdentifier: string | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface StartDBInstanceResult {
|
|
1926
|
-
|
|
1927
|
-
DBInstance?: DBInstance;
|
|
1928
|
-
}
|
|
1929
|
-
export interface StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
1930
|
-
|
|
1931
|
-
SourceDBInstanceArn: string | undefined;
|
|
1932
|
-
|
|
1933
|
-
BackupRetentionPeriod?: number;
|
|
1934
|
-
|
|
1935
|
-
KmsKeyId?: string;
|
|
1936
|
-
|
|
1937
|
-
PreSignedUrl?: string;
|
|
1938
|
-
}
|
|
1939
|
-
export interface StartDBInstanceAutomatedBackupsReplicationResult {
|
|
1940
|
-
|
|
1941
|
-
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
export declare class ExportTaskAlreadyExistsFault extends __BaseException {
|
|
1945
|
-
readonly name: "ExportTaskAlreadyExistsFault";
|
|
1946
|
-
readonly $fault: "client";
|
|
1947
|
-
|
|
1948
|
-
constructor(opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>);
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
export declare class IamRoleMissingPermissionsFault extends __BaseException {
|
|
1952
|
-
readonly name: "IamRoleMissingPermissionsFault";
|
|
1953
|
-
readonly $fault: "client";
|
|
1954
|
-
|
|
1955
|
-
constructor(opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>);
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
export declare class IamRoleNotFoundFault extends __BaseException {
|
|
1959
|
-
readonly name: "IamRoleNotFoundFault";
|
|
1960
|
-
readonly $fault: "client";
|
|
1961
|
-
|
|
1962
|
-
constructor(opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>);
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
export declare class InvalidExportOnlyFault extends __BaseException {
|
|
1966
|
-
readonly name: "InvalidExportOnlyFault";
|
|
1967
|
-
readonly $fault: "client";
|
|
1968
|
-
|
|
1969
|
-
constructor(opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>);
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
export declare class InvalidExportSourceStateFault extends __BaseException {
|
|
1973
|
-
readonly name: "InvalidExportSourceStateFault";
|
|
1974
|
-
readonly $fault: "client";
|
|
1975
|
-
|
|
1976
|
-
constructor(opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>);
|
|
1977
|
-
}
|
|
1978
|
-
export interface StartExportTaskMessage {
|
|
1979
|
-
|
|
1980
|
-
ExportTaskIdentifier: string | undefined;
|
|
1981
|
-
|
|
1982
|
-
SourceArn: string | undefined;
|
|
1983
|
-
|
|
1984
|
-
S3BucketName: string | undefined;
|
|
1985
|
-
|
|
1986
|
-
IamRoleArn: string | undefined;
|
|
1987
|
-
|
|
1988
|
-
KmsKeyId: string | undefined;
|
|
1989
|
-
|
|
1990
|
-
S3Prefix?: string;
|
|
1991
|
-
|
|
1992
|
-
ExportOnly?: string[];
|
|
1993
|
-
}
|
|
1994
|
-
export interface StopActivityStreamRequest {
|
|
1995
|
-
|
|
1996
|
-
ResourceArn: string | undefined;
|
|
1997
|
-
|
|
1998
|
-
ApplyImmediately?: boolean;
|
|
1999
|
-
}
|
|
2000
|
-
export interface StopActivityStreamResponse {
|
|
2001
|
-
|
|
2002
|
-
KmsKeyId?: string;
|
|
2003
|
-
|
|
2004
|
-
KinesisStreamName?: string;
|
|
2005
|
-
|
|
2006
|
-
Status?: ActivityStreamStatus | string;
|
|
2007
|
-
}
|
|
2008
|
-
export interface StopDBClusterMessage {
|
|
2009
|
-
|
|
2010
|
-
DBClusterIdentifier: string | undefined;
|
|
2011
|
-
}
|
|
2012
|
-
export interface StopDBClusterResult {
|
|
2013
|
-
|
|
2014
|
-
DBCluster?: DBCluster;
|
|
2015
|
-
}
|
|
2016
|
-
export interface StopDBInstanceMessage {
|
|
2017
|
-
|
|
2018
|
-
DBInstanceIdentifier: string | undefined;
|
|
2019
|
-
|
|
2020
|
-
DBSnapshotIdentifier?: string;
|
|
2021
|
-
}
|
|
2022
|
-
export interface StopDBInstanceResult {
|
|
2023
|
-
|
|
2024
|
-
DBInstance?: DBInstance;
|
|
2025
|
-
}
|
|
2026
|
-
export interface StopDBInstanceAutomatedBackupsReplicationMessage {
|
|
2027
|
-
|
|
2028
|
-
SourceDBInstanceArn: string | undefined;
|
|
2029
|
-
}
|
|
2030
|
-
export interface StopDBInstanceAutomatedBackupsReplicationResult {
|
|
2031
|
-
|
|
2032
|
-
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
2033
|
-
}
|
|
2034
|
-
export interface SwitchoverReadReplicaMessage {
|
|
2035
|
-
|
|
2036
|
-
DBInstanceIdentifier: string | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export interface SwitchoverReadReplicaResult {
|
|
2039
|
-
|
|
2040
|
-
DBInstance?: DBInstance;
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
export declare const DBSnapshotAttributeFilterSensitiveLog: (obj: DBSnapshotAttribute) => any;
|
|
2044
|
-
|
|
2045
|
-
export declare const DBSnapshotAttributesResultFilterSensitiveLog: (obj: DBSnapshotAttributesResult) => any;
|
|
2046
|
-
|
|
2047
|
-
export declare const DescribeDBSnapshotAttributesResultFilterSensitiveLog: (obj: DescribeDBSnapshotAttributesResult) => any;
|
|
2048
|
-
|
|
2049
|
-
export declare const DBSnapshotMessageFilterSensitiveLog: (obj: DBSnapshotMessage) => any;
|
|
2050
|
-
|
|
2051
|
-
export declare const DescribeDBSnapshotsMessageFilterSensitiveLog: (obj: DescribeDBSnapshotsMessage) => any;
|
|
2052
|
-
|
|
2053
|
-
export declare const DBSubnetGroupMessageFilterSensitiveLog: (obj: DBSubnetGroupMessage) => any;
|
|
2054
|
-
|
|
2055
|
-
export declare const DescribeDBSubnetGroupsMessageFilterSensitiveLog: (obj: DescribeDBSubnetGroupsMessage) => any;
|
|
2056
|
-
|
|
2057
|
-
export declare const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersMessage) => any;
|
|
2058
|
-
|
|
2059
|
-
export declare const EngineDefaultsFilterSensitiveLog: (obj: EngineDefaults) => any;
|
|
2060
|
-
|
|
2061
|
-
export declare const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog: (obj: DescribeEngineDefaultClusterParametersResult) => any;
|
|
2062
|
-
|
|
2063
|
-
export declare const DescribeEngineDefaultParametersMessageFilterSensitiveLog: (obj: DescribeEngineDefaultParametersMessage) => any;
|
|
2064
|
-
|
|
2065
|
-
export declare const DescribeEngineDefaultParametersResultFilterSensitiveLog: (obj: DescribeEngineDefaultParametersResult) => any;
|
|
2066
|
-
|
|
2067
|
-
export declare const DescribeEventCategoriesMessageFilterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
|
|
2068
|
-
|
|
2069
|
-
export declare const EventCategoriesMapFilterSensitiveLog: (obj: EventCategoriesMap) => any;
|
|
2070
|
-
|
|
2071
|
-
export declare const EventCategoriesMessageFilterSensitiveLog: (obj: EventCategoriesMessage) => any;
|
|
2072
|
-
|
|
2073
|
-
export declare const DescribeEventsMessageFilterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
2074
|
-
|
|
2075
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
2076
|
-
|
|
2077
|
-
export declare const EventsMessageFilterSensitiveLog: (obj: EventsMessage) => any;
|
|
2078
|
-
|
|
2079
|
-
export declare const DescribeEventSubscriptionsMessageFilterSensitiveLog: (obj: DescribeEventSubscriptionsMessage) => any;
|
|
2080
|
-
|
|
2081
|
-
export declare const EventSubscriptionsMessageFilterSensitiveLog: (obj: EventSubscriptionsMessage) => any;
|
|
2082
|
-
|
|
2083
|
-
export declare const DescribeExportTasksMessageFilterSensitiveLog: (obj: DescribeExportTasksMessage) => any;
|
|
2084
|
-
|
|
2085
|
-
export declare const ExportTasksMessageFilterSensitiveLog: (obj: ExportTasksMessage) => any;
|
|
2086
|
-
|
|
2087
|
-
export declare const DescribeGlobalClustersMessageFilterSensitiveLog: (obj: DescribeGlobalClustersMessage) => any;
|
|
2088
|
-
|
|
2089
|
-
export declare const GlobalClustersMessageFilterSensitiveLog: (obj: GlobalClustersMessage) => any;
|
|
2090
|
-
|
|
2091
|
-
export declare const DescribeOptionGroupOptionsMessageFilterSensitiveLog: (obj: DescribeOptionGroupOptionsMessage) => any;
|
|
2092
|
-
|
|
2093
|
-
export declare const MinimumEngineVersionPerAllowedValueFilterSensitiveLog: (obj: MinimumEngineVersionPerAllowedValue) => any;
|
|
2094
|
-
|
|
2095
|
-
export declare const OptionGroupOptionSettingFilterSensitiveLog: (obj: OptionGroupOptionSetting) => any;
|
|
2096
|
-
|
|
2097
|
-
export declare const OptionVersionFilterSensitiveLog: (obj: OptionVersion) => any;
|
|
2098
|
-
|
|
2099
|
-
export declare const OptionGroupOptionFilterSensitiveLog: (obj: OptionGroupOption) => any;
|
|
2100
|
-
|
|
2101
|
-
export declare const OptionGroupOptionsMessageFilterSensitiveLog: (obj: OptionGroupOptionsMessage) => any;
|
|
2102
|
-
|
|
2103
|
-
export declare const DescribeOptionGroupsMessageFilterSensitiveLog: (obj: DescribeOptionGroupsMessage) => any;
|
|
2104
|
-
|
|
2105
|
-
export declare const OptionGroupsFilterSensitiveLog: (obj: OptionGroups) => any;
|
|
2106
|
-
|
|
2107
|
-
export declare const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog: (obj: DescribeOrderableDBInstanceOptionsMessage) => any;
|
|
2108
|
-
|
|
2109
|
-
export declare const AvailableProcessorFeatureFilterSensitiveLog: (obj: AvailableProcessorFeature) => any;
|
|
2110
|
-
|
|
2111
|
-
export declare const OrderableDBInstanceOptionFilterSensitiveLog: (obj: OrderableDBInstanceOption) => any;
|
|
2112
|
-
|
|
2113
|
-
export declare const OrderableDBInstanceOptionsMessageFilterSensitiveLog: (obj: OrderableDBInstanceOptionsMessage) => any;
|
|
2114
|
-
|
|
2115
|
-
export declare const DescribePendingMaintenanceActionsMessageFilterSensitiveLog: (obj: DescribePendingMaintenanceActionsMessage) => any;
|
|
2116
|
-
|
|
2117
|
-
export declare const PendingMaintenanceActionsMessageFilterSensitiveLog: (obj: PendingMaintenanceActionsMessage) => any;
|
|
2118
|
-
|
|
2119
|
-
export declare const DescribeReservedDBInstancesMessageFilterSensitiveLog: (obj: DescribeReservedDBInstancesMessage) => any;
|
|
2120
|
-
|
|
2121
|
-
export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
|
|
2122
|
-
|
|
2123
|
-
export declare const ReservedDBInstanceFilterSensitiveLog: (obj: ReservedDBInstance) => any;
|
|
2124
|
-
|
|
2125
|
-
export declare const ReservedDBInstanceMessageFilterSensitiveLog: (obj: ReservedDBInstanceMessage) => any;
|
|
2126
|
-
|
|
2127
|
-
export declare const DescribeReservedDBInstancesOfferingsMessageFilterSensitiveLog: (obj: DescribeReservedDBInstancesOfferingsMessage) => any;
|
|
2128
|
-
|
|
2129
|
-
export declare const ReservedDBInstancesOfferingFilterSensitiveLog: (obj: ReservedDBInstancesOffering) => any;
|
|
2130
|
-
|
|
2131
|
-
export declare const ReservedDBInstancesOfferingMessageFilterSensitiveLog: (obj: ReservedDBInstancesOfferingMessage) => any;
|
|
2132
|
-
|
|
2133
|
-
export declare const DescribeSourceRegionsMessageFilterSensitiveLog: (obj: DescribeSourceRegionsMessage) => any;
|
|
2134
|
-
|
|
2135
|
-
export declare const SourceRegionFilterSensitiveLog: (obj: SourceRegion) => any;
|
|
2136
|
-
|
|
2137
|
-
export declare const SourceRegionMessageFilterSensitiveLog: (obj: SourceRegionMessage) => any;
|
|
2138
|
-
|
|
2139
|
-
export declare const DescribeValidDBInstanceModificationsMessageFilterSensitiveLog: (obj: DescribeValidDBInstanceModificationsMessage) => any;
|
|
2140
|
-
|
|
2141
|
-
export declare const DoubleRangeFilterSensitiveLog: (obj: DoubleRange) => any;
|
|
2142
|
-
|
|
2143
|
-
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
2144
|
-
|
|
2145
|
-
export declare const ValidStorageOptionsFilterSensitiveLog: (obj: ValidStorageOptions) => any;
|
|
2146
|
-
|
|
2147
|
-
export declare const ValidDBInstanceModificationsMessageFilterSensitiveLog: (obj: ValidDBInstanceModificationsMessage) => any;
|
|
2148
|
-
|
|
2149
|
-
export declare const DescribeValidDBInstanceModificationsResultFilterSensitiveLog: (obj: DescribeValidDBInstanceModificationsResult) => any;
|
|
2150
|
-
|
|
2151
|
-
export declare const DownloadDBLogFilePortionDetailsFilterSensitiveLog: (obj: DownloadDBLogFilePortionDetails) => any;
|
|
2152
|
-
|
|
2153
|
-
export declare const DownloadDBLogFilePortionMessageFilterSensitiveLog: (obj: DownloadDBLogFilePortionMessage) => any;
|
|
2154
|
-
|
|
2155
|
-
export declare const FailoverDBClusterMessageFilterSensitiveLog: (obj: FailoverDBClusterMessage) => any;
|
|
2156
|
-
|
|
2157
|
-
export declare const FailoverDBClusterResultFilterSensitiveLog: (obj: FailoverDBClusterResult) => any;
|
|
2158
|
-
|
|
2159
|
-
export declare const FailoverGlobalClusterMessageFilterSensitiveLog: (obj: FailoverGlobalClusterMessage) => any;
|
|
2160
|
-
|
|
2161
|
-
export declare const FailoverGlobalClusterResultFilterSensitiveLog: (obj: FailoverGlobalClusterResult) => any;
|
|
2162
|
-
|
|
2163
|
-
export declare const ListTagsForResourceMessageFilterSensitiveLog: (obj: ListTagsForResourceMessage) => any;
|
|
2164
|
-
|
|
2165
|
-
export declare const TagListMessageFilterSensitiveLog: (obj: TagListMessage) => any;
|
|
2166
|
-
|
|
2167
|
-
export declare const ModifyActivityStreamRequestFilterSensitiveLog: (obj: ModifyActivityStreamRequest) => any;
|
|
2168
|
-
|
|
2169
|
-
export declare const ModifyActivityStreamResponseFilterSensitiveLog: (obj: ModifyActivityStreamResponse) => any;
|
|
2170
|
-
|
|
2171
|
-
export declare const ModifyCertificatesMessageFilterSensitiveLog: (obj: ModifyCertificatesMessage) => any;
|
|
2172
|
-
|
|
2173
|
-
export declare const ModifyCertificatesResultFilterSensitiveLog: (obj: ModifyCertificatesResult) => any;
|
|
2174
|
-
|
|
2175
|
-
export declare const DBClusterCapacityInfoFilterSensitiveLog: (obj: DBClusterCapacityInfo) => any;
|
|
2176
|
-
|
|
2177
|
-
export declare const ModifyCurrentDBClusterCapacityMessageFilterSensitiveLog: (obj: ModifyCurrentDBClusterCapacityMessage) => any;
|
|
2178
|
-
|
|
2179
|
-
export declare const ModifyCustomDBEngineVersionMessageFilterSensitiveLog: (obj: ModifyCustomDBEngineVersionMessage) => any;
|
|
2180
|
-
|
|
2181
|
-
export declare const CloudwatchLogsExportConfigurationFilterSensitiveLog: (obj: CloudwatchLogsExportConfiguration) => any;
|
|
2182
|
-
|
|
2183
|
-
export declare const ModifyDBClusterMessageFilterSensitiveLog: (obj: ModifyDBClusterMessage) => any;
|
|
2184
|
-
|
|
2185
|
-
export declare const ModifyDBClusterResultFilterSensitiveLog: (obj: ModifyDBClusterResult) => any;
|
|
2186
|
-
|
|
2187
|
-
export declare const ModifyDBClusterEndpointMessageFilterSensitiveLog: (obj: ModifyDBClusterEndpointMessage) => any;
|
|
2188
|
-
|
|
2189
|
-
export declare const DBClusterParameterGroupNameMessageFilterSensitiveLog: (obj: DBClusterParameterGroupNameMessage) => any;
|
|
2190
|
-
|
|
2191
|
-
export declare const ModifyDBClusterParameterGroupMessageFilterSensitiveLog: (obj: ModifyDBClusterParameterGroupMessage) => any;
|
|
2192
|
-
|
|
2193
|
-
export declare const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeMessage) => any;
|
|
2194
|
-
|
|
2195
|
-
export declare const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog: (obj: ModifyDBClusterSnapshotAttributeResult) => any;
|
|
2196
|
-
|
|
2197
|
-
export declare const ModifyDBInstanceMessageFilterSensitiveLog: (obj: ModifyDBInstanceMessage) => any;
|
|
2198
|
-
|
|
2199
|
-
export declare const ModifyDBInstanceResultFilterSensitiveLog: (obj: ModifyDBInstanceResult) => any;
|
|
2200
|
-
|
|
2201
|
-
export declare const DBParameterGroupNameMessageFilterSensitiveLog: (obj: DBParameterGroupNameMessage) => any;
|
|
2202
|
-
|
|
2203
|
-
export declare const ModifyDBParameterGroupMessageFilterSensitiveLog: (obj: ModifyDBParameterGroupMessage) => any;
|
|
2204
|
-
|
|
2205
|
-
export declare const ModifyDBProxyRequestFilterSensitiveLog: (obj: ModifyDBProxyRequest) => any;
|
|
2206
|
-
|
|
2207
|
-
export declare const ModifyDBProxyResponseFilterSensitiveLog: (obj: ModifyDBProxyResponse) => any;
|
|
2208
|
-
|
|
2209
|
-
export declare const ModifyDBProxyEndpointRequestFilterSensitiveLog: (obj: ModifyDBProxyEndpointRequest) => any;
|
|
2210
|
-
|
|
2211
|
-
export declare const ModifyDBProxyEndpointResponseFilterSensitiveLog: (obj: ModifyDBProxyEndpointResponse) => any;
|
|
2212
|
-
|
|
2213
|
-
export declare const ConnectionPoolConfigurationFilterSensitiveLog: (obj: ConnectionPoolConfiguration) => any;
|
|
2214
|
-
|
|
2215
|
-
export declare const ModifyDBProxyTargetGroupRequestFilterSensitiveLog: (obj: ModifyDBProxyTargetGroupRequest) => any;
|
|
2216
|
-
|
|
2217
|
-
export declare const ModifyDBProxyTargetGroupResponseFilterSensitiveLog: (obj: ModifyDBProxyTargetGroupResponse) => any;
|
|
2218
|
-
|
|
2219
|
-
export declare const ModifyDBSnapshotMessageFilterSensitiveLog: (obj: ModifyDBSnapshotMessage) => any;
|
|
2220
|
-
|
|
2221
|
-
export declare const ModifyDBSnapshotResultFilterSensitiveLog: (obj: ModifyDBSnapshotResult) => any;
|
|
2222
|
-
|
|
2223
|
-
export declare const ModifyDBSnapshotAttributeMessageFilterSensitiveLog: (obj: ModifyDBSnapshotAttributeMessage) => any;
|
|
2224
|
-
|
|
2225
|
-
export declare const ModifyDBSnapshotAttributeResultFilterSensitiveLog: (obj: ModifyDBSnapshotAttributeResult) => any;
|
|
2226
|
-
|
|
2227
|
-
export declare const ModifyDBSubnetGroupMessageFilterSensitiveLog: (obj: ModifyDBSubnetGroupMessage) => any;
|
|
2228
|
-
|
|
2229
|
-
export declare const ModifyDBSubnetGroupResultFilterSensitiveLog: (obj: ModifyDBSubnetGroupResult) => any;
|
|
2230
|
-
|
|
2231
|
-
export declare const ModifyEventSubscriptionMessageFilterSensitiveLog: (obj: ModifyEventSubscriptionMessage) => any;
|
|
2232
|
-
|
|
2233
|
-
export declare const ModifyEventSubscriptionResultFilterSensitiveLog: (obj: ModifyEventSubscriptionResult) => any;
|
|
2234
|
-
|
|
2235
|
-
export declare const ModifyGlobalClusterMessageFilterSensitiveLog: (obj: ModifyGlobalClusterMessage) => any;
|
|
2236
|
-
|
|
2237
|
-
export declare const ModifyGlobalClusterResultFilterSensitiveLog: (obj: ModifyGlobalClusterResult) => any;
|
|
2238
|
-
|
|
2239
|
-
export declare const OptionConfigurationFilterSensitiveLog: (obj: OptionConfiguration) => any;
|
|
2240
|
-
|
|
2241
|
-
export declare const ModifyOptionGroupMessageFilterSensitiveLog: (obj: ModifyOptionGroupMessage) => any;
|
|
2242
|
-
|
|
2243
|
-
export declare const ModifyOptionGroupResultFilterSensitiveLog: (obj: ModifyOptionGroupResult) => any;
|
|
2244
|
-
|
|
2245
|
-
export declare const PromoteReadReplicaMessageFilterSensitiveLog: (obj: PromoteReadReplicaMessage) => any;
|
|
2246
|
-
|
|
2247
|
-
export declare const PromoteReadReplicaResultFilterSensitiveLog: (obj: PromoteReadReplicaResult) => any;
|
|
2248
|
-
|
|
2249
|
-
export declare const PromoteReadReplicaDBClusterMessageFilterSensitiveLog: (obj: PromoteReadReplicaDBClusterMessage) => any;
|
|
2250
|
-
|
|
2251
|
-
export declare const PromoteReadReplicaDBClusterResultFilterSensitiveLog: (obj: PromoteReadReplicaDBClusterResult) => any;
|
|
2252
|
-
|
|
2253
|
-
export declare const PurchaseReservedDBInstancesOfferingMessageFilterSensitiveLog: (obj: PurchaseReservedDBInstancesOfferingMessage) => any;
|
|
2254
|
-
|
|
2255
|
-
export declare const PurchaseReservedDBInstancesOfferingResultFilterSensitiveLog: (obj: PurchaseReservedDBInstancesOfferingResult) => any;
|
|
2256
|
-
|
|
2257
|
-
export declare const RebootDBClusterMessageFilterSensitiveLog: (obj: RebootDBClusterMessage) => any;
|
|
2258
|
-
|
|
2259
|
-
export declare const RebootDBClusterResultFilterSensitiveLog: (obj: RebootDBClusterResult) => any;
|
|
2260
|
-
|
|
2261
|
-
export declare const RebootDBInstanceMessageFilterSensitiveLog: (obj: RebootDBInstanceMessage) => any;
|
|
2262
|
-
|
|
2263
|
-
export declare const RebootDBInstanceResultFilterSensitiveLog: (obj: RebootDBInstanceResult) => any;
|
|
2264
|
-
|
|
2265
|
-
export declare const RegisterDBProxyTargetsRequestFilterSensitiveLog: (obj: RegisterDBProxyTargetsRequest) => any;
|
|
2266
|
-
|
|
2267
|
-
export declare const RegisterDBProxyTargetsResponseFilterSensitiveLog: (obj: RegisterDBProxyTargetsResponse) => any;
|
|
2268
|
-
|
|
2269
|
-
export declare const RemoveFromGlobalClusterMessageFilterSensitiveLog: (obj: RemoveFromGlobalClusterMessage) => any;
|
|
2270
|
-
|
|
2271
|
-
export declare const RemoveFromGlobalClusterResultFilterSensitiveLog: (obj: RemoveFromGlobalClusterResult) => any;
|
|
2272
|
-
|
|
2273
|
-
export declare const RemoveRoleFromDBClusterMessageFilterSensitiveLog: (obj: RemoveRoleFromDBClusterMessage) => any;
|
|
2274
|
-
|
|
2275
|
-
export declare const RemoveRoleFromDBInstanceMessageFilterSensitiveLog: (obj: RemoveRoleFromDBInstanceMessage) => any;
|
|
2276
|
-
|
|
2277
|
-
export declare const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionMessage) => any;
|
|
2278
|
-
|
|
2279
|
-
export declare const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog: (obj: RemoveSourceIdentifierFromSubscriptionResult) => any;
|
|
2280
|
-
|
|
2281
|
-
export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (obj: RemoveTagsFromResourceMessage) => any;
|
|
2282
|
-
|
|
2283
|
-
export declare const ResetDBClusterParameterGroupMessageFilterSensitiveLog: (obj: ResetDBClusterParameterGroupMessage) => any;
|
|
2284
|
-
|
|
2285
|
-
export declare const ResetDBParameterGroupMessageFilterSensitiveLog: (obj: ResetDBParameterGroupMessage) => any;
|
|
2286
|
-
|
|
2287
|
-
export declare const RestoreDBClusterFromS3MessageFilterSensitiveLog: (obj: RestoreDBClusterFromS3Message) => any;
|
|
2288
|
-
|
|
2289
|
-
export declare const RestoreDBClusterFromS3ResultFilterSensitiveLog: (obj: RestoreDBClusterFromS3Result) => any;
|
|
2290
|
-
|
|
2291
|
-
export declare const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotMessage) => any;
|
|
2292
|
-
|
|
2293
|
-
export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotResult) => any;
|
|
2294
|
-
|
|
2295
|
-
export declare const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeMessage) => any;
|
|
2296
|
-
|
|
2297
|
-
export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeResult) => any;
|
|
2298
|
-
|
|
2299
|
-
export declare const RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog: (obj: RestoreDBInstanceFromDBSnapshotMessage) => any;
|
|
2300
|
-
|
|
2301
|
-
export declare const RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog: (obj: RestoreDBInstanceFromDBSnapshotResult) => any;
|
|
2302
|
-
|
|
2303
|
-
export declare const RestoreDBInstanceFromS3MessageFilterSensitiveLog: (obj: RestoreDBInstanceFromS3Message) => any;
|
|
2304
|
-
|
|
2305
|
-
export declare const RestoreDBInstanceFromS3ResultFilterSensitiveLog: (obj: RestoreDBInstanceFromS3Result) => any;
|
|
2306
|
-
|
|
2307
|
-
export declare const RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog: (obj: RestoreDBInstanceToPointInTimeMessage) => any;
|
|
2308
|
-
|
|
2309
|
-
export declare const RestoreDBInstanceToPointInTimeResultFilterSensitiveLog: (obj: RestoreDBInstanceToPointInTimeResult) => any;
|
|
2310
|
-
|
|
2311
|
-
export declare const RevokeDBSecurityGroupIngressMessageFilterSensitiveLog: (obj: RevokeDBSecurityGroupIngressMessage) => any;
|
|
2312
|
-
|
|
2313
|
-
export declare const RevokeDBSecurityGroupIngressResultFilterSensitiveLog: (obj: RevokeDBSecurityGroupIngressResult) => any;
|
|
2314
|
-
|
|
2315
|
-
export declare const StartActivityStreamRequestFilterSensitiveLog: (obj: StartActivityStreamRequest) => any;
|
|
2316
|
-
|
|
2317
|
-
export declare const StartActivityStreamResponseFilterSensitiveLog: (obj: StartActivityStreamResponse) => any;
|
|
2318
|
-
|
|
2319
|
-
export declare const StartDBClusterMessageFilterSensitiveLog: (obj: StartDBClusterMessage) => any;
|
|
2320
|
-
|
|
2321
|
-
export declare const StartDBClusterResultFilterSensitiveLog: (obj: StartDBClusterResult) => any;
|
|
2322
|
-
|
|
2323
|
-
export declare const StartDBInstanceMessageFilterSensitiveLog: (obj: StartDBInstanceMessage) => any;
|
|
2324
|
-
|
|
2325
|
-
export declare const StartDBInstanceResultFilterSensitiveLog: (obj: StartDBInstanceResult) => any;
|
|
2326
|
-
|
|
2327
|
-
export declare const StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog: (obj: StartDBInstanceAutomatedBackupsReplicationMessage) => any;
|
|
2328
|
-
|
|
2329
|
-
export declare const StartDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog: (obj: StartDBInstanceAutomatedBackupsReplicationResult) => any;
|
|
2330
|
-
|
|
2331
|
-
export declare const StartExportTaskMessageFilterSensitiveLog: (obj: StartExportTaskMessage) => any;
|
|
2332
|
-
|
|
2333
|
-
export declare const StopActivityStreamRequestFilterSensitiveLog: (obj: StopActivityStreamRequest) => any;
|
|
2334
|
-
|
|
2335
|
-
export declare const StopActivityStreamResponseFilterSensitiveLog: (obj: StopActivityStreamResponse) => any;
|
|
2336
|
-
|
|
2337
|
-
export declare const StopDBClusterMessageFilterSensitiveLog: (obj: StopDBClusterMessage) => any;
|
|
2338
|
-
|
|
2339
|
-
export declare const StopDBClusterResultFilterSensitiveLog: (obj: StopDBClusterResult) => any;
|
|
2340
|
-
|
|
2341
|
-
export declare const StopDBInstanceMessageFilterSensitiveLog: (obj: StopDBInstanceMessage) => any;
|
|
2342
|
-
|
|
2343
|
-
export declare const StopDBInstanceResultFilterSensitiveLog: (obj: StopDBInstanceResult) => any;
|
|
2344
|
-
|
|
2345
|
-
export declare const StopDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog: (obj: StopDBInstanceAutomatedBackupsReplicationMessage) => any;
|
|
2346
|
-
|
|
2347
|
-
export declare const StopDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog: (obj: StopDBInstanceAutomatedBackupsReplicationResult) => any;
|
|
2348
|
-
|
|
2349
|
-
export declare const SwitchoverReadReplicaMessageFilterSensitiveLog: (obj: SwitchoverReadReplicaMessage) => any;
|
|
2350
|
-
|
|
2351
|
-
export declare const SwitchoverReadReplicaResultFilterSensitiveLog: (obj: SwitchoverReadReplicaResult) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
ActivityStreamMode,
|
|
4
|
+
ActivityStreamPolicyStatus,
|
|
5
|
+
ActivityStreamStatus,
|
|
6
|
+
AutomationMode,
|
|
7
|
+
AvailabilityZone,
|
|
8
|
+
Certificate,
|
|
9
|
+
DBCluster,
|
|
10
|
+
DBClusterSnapshotAttributesResult,
|
|
11
|
+
DBInstance,
|
|
12
|
+
DBInstanceAutomatedBackup,
|
|
13
|
+
DBProxy,
|
|
14
|
+
DBProxyEndpoint,
|
|
15
|
+
DBProxyTarget,
|
|
16
|
+
DBProxyTargetGroup,
|
|
17
|
+
DBSecurityGroup,
|
|
18
|
+
DBSnapshot,
|
|
19
|
+
DBSubnetGroup,
|
|
20
|
+
EventSubscription,
|
|
21
|
+
ExportTask,
|
|
22
|
+
Filter,
|
|
23
|
+
GlobalCluster,
|
|
24
|
+
OptionGroup,
|
|
25
|
+
OptionSetting,
|
|
26
|
+
Parameter,
|
|
27
|
+
ProcessorFeature,
|
|
28
|
+
ReplicaMode,
|
|
29
|
+
ResourcePendingMaintenanceActions,
|
|
30
|
+
ScalingConfiguration,
|
|
31
|
+
ServerlessV2ScalingConfiguration,
|
|
32
|
+
Tag,
|
|
33
|
+
UserAuthConfig,
|
|
34
|
+
} from "./models_0";
|
|
35
|
+
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
36
|
+
export interface DBSnapshotAttribute {
|
|
37
|
+
AttributeName?: string;
|
|
38
|
+
AttributeValues?: string[];
|
|
39
|
+
}
|
|
40
|
+
export interface DBSnapshotAttributesResult {
|
|
41
|
+
DBSnapshotIdentifier?: string;
|
|
42
|
+
DBSnapshotAttributes?: DBSnapshotAttribute[];
|
|
43
|
+
}
|
|
44
|
+
export interface DescribeDBSnapshotAttributesResult {
|
|
45
|
+
DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
|
|
46
|
+
}
|
|
47
|
+
export interface DBSnapshotMessage {
|
|
48
|
+
Marker?: string;
|
|
49
|
+
DBSnapshots?: DBSnapshot[];
|
|
50
|
+
}
|
|
51
|
+
export interface DescribeDBSnapshotsMessage {
|
|
52
|
+
DBInstanceIdentifier?: string;
|
|
53
|
+
DBSnapshotIdentifier?: string;
|
|
54
|
+
SnapshotType?: string;
|
|
55
|
+
Filters?: Filter[];
|
|
56
|
+
MaxRecords?: number;
|
|
57
|
+
Marker?: string;
|
|
58
|
+
IncludeShared?: boolean;
|
|
59
|
+
IncludePublic?: boolean;
|
|
60
|
+
DbiResourceId?: string;
|
|
61
|
+
}
|
|
62
|
+
export interface DBSubnetGroupMessage {
|
|
63
|
+
Marker?: string;
|
|
64
|
+
DBSubnetGroups?: DBSubnetGroup[];
|
|
65
|
+
}
|
|
66
|
+
export interface DescribeDBSubnetGroupsMessage {
|
|
67
|
+
DBSubnetGroupName?: string;
|
|
68
|
+
Filters?: Filter[];
|
|
69
|
+
MaxRecords?: number;
|
|
70
|
+
Marker?: string;
|
|
71
|
+
}
|
|
72
|
+
export interface DescribeEngineDefaultClusterParametersMessage {
|
|
73
|
+
DBParameterGroupFamily: string | undefined;
|
|
74
|
+
Filters?: Filter[];
|
|
75
|
+
MaxRecords?: number;
|
|
76
|
+
Marker?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface EngineDefaults {
|
|
79
|
+
DBParameterGroupFamily?: string;
|
|
80
|
+
Marker?: string;
|
|
81
|
+
Parameters?: Parameter[];
|
|
82
|
+
}
|
|
83
|
+
export interface DescribeEngineDefaultClusterParametersResult {
|
|
84
|
+
EngineDefaults?: EngineDefaults;
|
|
85
|
+
}
|
|
86
|
+
export interface DescribeEngineDefaultParametersMessage {
|
|
87
|
+
DBParameterGroupFamily: string | undefined;
|
|
88
|
+
Filters?: Filter[];
|
|
89
|
+
MaxRecords?: number;
|
|
90
|
+
Marker?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface DescribeEngineDefaultParametersResult {
|
|
93
|
+
EngineDefaults?: EngineDefaults;
|
|
94
|
+
}
|
|
95
|
+
export interface DescribeEventCategoriesMessage {
|
|
96
|
+
SourceType?: string;
|
|
97
|
+
Filters?: Filter[];
|
|
98
|
+
}
|
|
99
|
+
export interface EventCategoriesMap {
|
|
100
|
+
SourceType?: string;
|
|
101
|
+
EventCategories?: string[];
|
|
102
|
+
}
|
|
103
|
+
export interface EventCategoriesMessage {
|
|
104
|
+
EventCategoriesMapList?: EventCategoriesMap[];
|
|
105
|
+
}
|
|
106
|
+
export declare type SourceType =
|
|
107
|
+
| "custom-engine-version"
|
|
108
|
+
| "db-cluster"
|
|
109
|
+
| "db-cluster-snapshot"
|
|
110
|
+
| "db-instance"
|
|
111
|
+
| "db-parameter-group"
|
|
112
|
+
| "db-proxy"
|
|
113
|
+
| "db-security-group"
|
|
114
|
+
| "db-snapshot";
|
|
115
|
+
export interface DescribeEventsMessage {
|
|
116
|
+
SourceIdentifier?: string;
|
|
117
|
+
SourceType?: SourceType | string;
|
|
118
|
+
StartTime?: Date;
|
|
119
|
+
EndTime?: Date;
|
|
120
|
+
Duration?: number;
|
|
121
|
+
EventCategories?: string[];
|
|
122
|
+
Filters?: Filter[];
|
|
123
|
+
MaxRecords?: number;
|
|
124
|
+
Marker?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface Event {
|
|
127
|
+
SourceIdentifier?: string;
|
|
128
|
+
SourceType?: SourceType | string;
|
|
129
|
+
Message?: string;
|
|
130
|
+
EventCategories?: string[];
|
|
131
|
+
Date?: Date;
|
|
132
|
+
SourceArn?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface EventsMessage {
|
|
135
|
+
Marker?: string;
|
|
136
|
+
Events?: Event[];
|
|
137
|
+
}
|
|
138
|
+
export interface DescribeEventSubscriptionsMessage {
|
|
139
|
+
SubscriptionName?: string;
|
|
140
|
+
Filters?: Filter[];
|
|
141
|
+
MaxRecords?: number;
|
|
142
|
+
Marker?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface EventSubscriptionsMessage {
|
|
145
|
+
Marker?: string;
|
|
146
|
+
EventSubscriptionsList?: EventSubscription[];
|
|
147
|
+
}
|
|
148
|
+
export interface DescribeExportTasksMessage {
|
|
149
|
+
ExportTaskIdentifier?: string;
|
|
150
|
+
SourceArn?: string;
|
|
151
|
+
Filters?: Filter[];
|
|
152
|
+
Marker?: string;
|
|
153
|
+
MaxRecords?: number;
|
|
154
|
+
}
|
|
155
|
+
export interface ExportTasksMessage {
|
|
156
|
+
Marker?: string;
|
|
157
|
+
ExportTasks?: ExportTask[];
|
|
158
|
+
}
|
|
159
|
+
export interface DescribeGlobalClustersMessage {
|
|
160
|
+
GlobalClusterIdentifier?: string;
|
|
161
|
+
Filters?: Filter[];
|
|
162
|
+
MaxRecords?: number;
|
|
163
|
+
Marker?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface GlobalClustersMessage {
|
|
166
|
+
Marker?: string;
|
|
167
|
+
GlobalClusters?: GlobalCluster[];
|
|
168
|
+
}
|
|
169
|
+
export interface DescribeOptionGroupOptionsMessage {
|
|
170
|
+
EngineName: string | undefined;
|
|
171
|
+
MajorEngineVersion?: string;
|
|
172
|
+
Filters?: Filter[];
|
|
173
|
+
MaxRecords?: number;
|
|
174
|
+
Marker?: string;
|
|
175
|
+
}
|
|
176
|
+
export interface MinimumEngineVersionPerAllowedValue {
|
|
177
|
+
AllowedValue?: string;
|
|
178
|
+
MinimumEngineVersion?: string;
|
|
179
|
+
}
|
|
180
|
+
export interface OptionGroupOptionSetting {
|
|
181
|
+
SettingName?: string;
|
|
182
|
+
SettingDescription?: string;
|
|
183
|
+
DefaultValue?: string;
|
|
184
|
+
ApplyType?: string;
|
|
185
|
+
AllowedValues?: string;
|
|
186
|
+
IsModifiable?: boolean;
|
|
187
|
+
IsRequired?: boolean;
|
|
188
|
+
MinimumEngineVersionPerAllowedValue?: MinimumEngineVersionPerAllowedValue[];
|
|
189
|
+
}
|
|
190
|
+
export interface OptionVersion {
|
|
191
|
+
Version?: string;
|
|
192
|
+
IsDefault?: boolean;
|
|
193
|
+
}
|
|
194
|
+
export interface OptionGroupOption {
|
|
195
|
+
Name?: string;
|
|
196
|
+
Description?: string;
|
|
197
|
+
EngineName?: string;
|
|
198
|
+
MajorEngineVersion?: string;
|
|
199
|
+
MinimumRequiredMinorEngineVersion?: string;
|
|
200
|
+
PortRequired?: boolean;
|
|
201
|
+
DefaultPort?: number;
|
|
202
|
+
OptionsDependedOn?: string[];
|
|
203
|
+
OptionsConflictsWith?: string[];
|
|
204
|
+
Persistent?: boolean;
|
|
205
|
+
Permanent?: boolean;
|
|
206
|
+
RequiresAutoMinorEngineVersionUpgrade?: boolean;
|
|
207
|
+
VpcOnly?: boolean;
|
|
208
|
+
SupportsOptionVersionDowngrade?: boolean;
|
|
209
|
+
OptionGroupOptionSettings?: OptionGroupOptionSetting[];
|
|
210
|
+
OptionGroupOptionVersions?: OptionVersion[];
|
|
211
|
+
}
|
|
212
|
+
export interface OptionGroupOptionsMessage {
|
|
213
|
+
OptionGroupOptions?: OptionGroupOption[];
|
|
214
|
+
Marker?: string;
|
|
215
|
+
}
|
|
216
|
+
export interface DescribeOptionGroupsMessage {
|
|
217
|
+
OptionGroupName?: string;
|
|
218
|
+
Filters?: Filter[];
|
|
219
|
+
Marker?: string;
|
|
220
|
+
MaxRecords?: number;
|
|
221
|
+
EngineName?: string;
|
|
222
|
+
MajorEngineVersion?: string;
|
|
223
|
+
}
|
|
224
|
+
export interface OptionGroups {
|
|
225
|
+
OptionGroupsList?: OptionGroup[];
|
|
226
|
+
Marker?: string;
|
|
227
|
+
}
|
|
228
|
+
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
229
|
+
Engine: string | undefined;
|
|
230
|
+
EngineVersion?: string;
|
|
231
|
+
DBInstanceClass?: string;
|
|
232
|
+
LicenseModel?: string;
|
|
233
|
+
AvailabilityZoneGroup?: string;
|
|
234
|
+
Vpc?: boolean;
|
|
235
|
+
Filters?: Filter[];
|
|
236
|
+
MaxRecords?: number;
|
|
237
|
+
Marker?: string;
|
|
238
|
+
}
|
|
239
|
+
export interface AvailableProcessorFeature {
|
|
240
|
+
Name?: string;
|
|
241
|
+
DefaultValue?: string;
|
|
242
|
+
AllowedValues?: string;
|
|
243
|
+
}
|
|
244
|
+
export interface OrderableDBInstanceOption {
|
|
245
|
+
Engine?: string;
|
|
246
|
+
EngineVersion?: string;
|
|
247
|
+
DBInstanceClass?: string;
|
|
248
|
+
LicenseModel?: string;
|
|
249
|
+
AvailabilityZoneGroup?: string;
|
|
250
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
251
|
+
MultiAZCapable?: boolean;
|
|
252
|
+
ReadReplicaCapable?: boolean;
|
|
253
|
+
Vpc?: boolean;
|
|
254
|
+
SupportsStorageEncryption?: boolean;
|
|
255
|
+
StorageType?: string;
|
|
256
|
+
SupportsIops?: boolean;
|
|
257
|
+
SupportsEnhancedMonitoring?: boolean;
|
|
258
|
+
SupportsIAMDatabaseAuthentication?: boolean;
|
|
259
|
+
SupportsPerformanceInsights?: boolean;
|
|
260
|
+
MinStorageSize?: number;
|
|
261
|
+
MaxStorageSize?: number;
|
|
262
|
+
MinIopsPerDbInstance?: number;
|
|
263
|
+
MaxIopsPerDbInstance?: number;
|
|
264
|
+
MinIopsPerGib?: number;
|
|
265
|
+
MaxIopsPerGib?: number;
|
|
266
|
+
AvailableProcessorFeatures?: AvailableProcessorFeature[];
|
|
267
|
+
SupportedEngineModes?: string[];
|
|
268
|
+
SupportsStorageAutoscaling?: boolean;
|
|
269
|
+
SupportsKerberosAuthentication?: boolean;
|
|
270
|
+
OutpostCapable?: boolean;
|
|
271
|
+
SupportedActivityStreamModes?: string[];
|
|
272
|
+
SupportsGlobalDatabases?: boolean;
|
|
273
|
+
SupportsClusters?: boolean;
|
|
274
|
+
SupportedNetworkTypes?: string[];
|
|
275
|
+
}
|
|
276
|
+
export interface OrderableDBInstanceOptionsMessage {
|
|
277
|
+
OrderableDBInstanceOptions?: OrderableDBInstanceOption[];
|
|
278
|
+
Marker?: string;
|
|
279
|
+
}
|
|
280
|
+
export interface DescribePendingMaintenanceActionsMessage {
|
|
281
|
+
ResourceIdentifier?: string;
|
|
282
|
+
Filters?: Filter[];
|
|
283
|
+
Marker?: string;
|
|
284
|
+
MaxRecords?: number;
|
|
285
|
+
}
|
|
286
|
+
export interface PendingMaintenanceActionsMessage {
|
|
287
|
+
PendingMaintenanceActions?: ResourcePendingMaintenanceActions[];
|
|
288
|
+
Marker?: string;
|
|
289
|
+
}
|
|
290
|
+
export interface DescribeReservedDBInstancesMessage {
|
|
291
|
+
ReservedDBInstanceId?: string;
|
|
292
|
+
ReservedDBInstancesOfferingId?: string;
|
|
293
|
+
DBInstanceClass?: string;
|
|
294
|
+
Duration?: string;
|
|
295
|
+
ProductDescription?: string;
|
|
296
|
+
OfferingType?: string;
|
|
297
|
+
MultiAZ?: boolean;
|
|
298
|
+
LeaseId?: string;
|
|
299
|
+
Filters?: Filter[];
|
|
300
|
+
MaxRecords?: number;
|
|
301
|
+
Marker?: string;
|
|
302
|
+
}
|
|
303
|
+
export interface RecurringCharge {
|
|
304
|
+
RecurringChargeAmount?: number;
|
|
305
|
+
RecurringChargeFrequency?: string;
|
|
306
|
+
}
|
|
307
|
+
export interface ReservedDBInstance {
|
|
308
|
+
ReservedDBInstanceId?: string;
|
|
309
|
+
ReservedDBInstancesOfferingId?: string;
|
|
310
|
+
DBInstanceClass?: string;
|
|
311
|
+
StartTime?: Date;
|
|
312
|
+
Duration?: number;
|
|
313
|
+
FixedPrice?: number;
|
|
314
|
+
UsagePrice?: number;
|
|
315
|
+
CurrencyCode?: string;
|
|
316
|
+
DBInstanceCount?: number;
|
|
317
|
+
ProductDescription?: string;
|
|
318
|
+
OfferingType?: string;
|
|
319
|
+
MultiAZ?: boolean;
|
|
320
|
+
State?: string;
|
|
321
|
+
RecurringCharges?: RecurringCharge[];
|
|
322
|
+
ReservedDBInstanceArn?: string;
|
|
323
|
+
LeaseId?: string;
|
|
324
|
+
}
|
|
325
|
+
export interface ReservedDBInstanceMessage {
|
|
326
|
+
Marker?: string;
|
|
327
|
+
ReservedDBInstances?: ReservedDBInstance[];
|
|
328
|
+
}
|
|
329
|
+
export declare class ReservedDBInstanceNotFoundFault extends __BaseException {
|
|
330
|
+
readonly name: "ReservedDBInstanceNotFoundFault";
|
|
331
|
+
readonly $fault: "client";
|
|
332
|
+
constructor(
|
|
333
|
+
opts: __ExceptionOptionType<
|
|
334
|
+
ReservedDBInstanceNotFoundFault,
|
|
335
|
+
__BaseException
|
|
336
|
+
>
|
|
337
|
+
);
|
|
338
|
+
}
|
|
339
|
+
export interface DescribeReservedDBInstancesOfferingsMessage {
|
|
340
|
+
ReservedDBInstancesOfferingId?: string;
|
|
341
|
+
DBInstanceClass?: string;
|
|
342
|
+
Duration?: string;
|
|
343
|
+
ProductDescription?: string;
|
|
344
|
+
OfferingType?: string;
|
|
345
|
+
MultiAZ?: boolean;
|
|
346
|
+
Filters?: Filter[];
|
|
347
|
+
MaxRecords?: number;
|
|
348
|
+
Marker?: string;
|
|
349
|
+
}
|
|
350
|
+
export interface ReservedDBInstancesOffering {
|
|
351
|
+
ReservedDBInstancesOfferingId?: string;
|
|
352
|
+
DBInstanceClass?: string;
|
|
353
|
+
Duration?: number;
|
|
354
|
+
FixedPrice?: number;
|
|
355
|
+
UsagePrice?: number;
|
|
356
|
+
CurrencyCode?: string;
|
|
357
|
+
ProductDescription?: string;
|
|
358
|
+
OfferingType?: string;
|
|
359
|
+
MultiAZ?: boolean;
|
|
360
|
+
RecurringCharges?: RecurringCharge[];
|
|
361
|
+
}
|
|
362
|
+
export interface ReservedDBInstancesOfferingMessage {
|
|
363
|
+
Marker?: string;
|
|
364
|
+
ReservedDBInstancesOfferings?: ReservedDBInstancesOffering[];
|
|
365
|
+
}
|
|
366
|
+
export declare class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
|
|
367
|
+
readonly name: "ReservedDBInstancesOfferingNotFoundFault";
|
|
368
|
+
readonly $fault: "client";
|
|
369
|
+
constructor(
|
|
370
|
+
opts: __ExceptionOptionType<
|
|
371
|
+
ReservedDBInstancesOfferingNotFoundFault,
|
|
372
|
+
__BaseException
|
|
373
|
+
>
|
|
374
|
+
);
|
|
375
|
+
}
|
|
376
|
+
export interface DescribeSourceRegionsMessage {
|
|
377
|
+
RegionName?: string;
|
|
378
|
+
MaxRecords?: number;
|
|
379
|
+
Marker?: string;
|
|
380
|
+
Filters?: Filter[];
|
|
381
|
+
}
|
|
382
|
+
export interface SourceRegion {
|
|
383
|
+
RegionName?: string;
|
|
384
|
+
Endpoint?: string;
|
|
385
|
+
Status?: string;
|
|
386
|
+
SupportsDBInstanceAutomatedBackupsReplication?: boolean;
|
|
387
|
+
}
|
|
388
|
+
export interface SourceRegionMessage {
|
|
389
|
+
Marker?: string;
|
|
390
|
+
SourceRegions?: SourceRegion[];
|
|
391
|
+
}
|
|
392
|
+
export interface DescribeValidDBInstanceModificationsMessage {
|
|
393
|
+
DBInstanceIdentifier: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface DoubleRange {
|
|
396
|
+
From?: number;
|
|
397
|
+
To?: number;
|
|
398
|
+
}
|
|
399
|
+
export interface Range {
|
|
400
|
+
From?: number;
|
|
401
|
+
To?: number;
|
|
402
|
+
Step?: number;
|
|
403
|
+
}
|
|
404
|
+
export interface ValidStorageOptions {
|
|
405
|
+
StorageType?: string;
|
|
406
|
+
StorageSize?: Range[];
|
|
407
|
+
ProvisionedIops?: Range[];
|
|
408
|
+
IopsToStorageRatio?: DoubleRange[];
|
|
409
|
+
SupportsStorageAutoscaling?: boolean;
|
|
410
|
+
}
|
|
411
|
+
export interface ValidDBInstanceModificationsMessage {
|
|
412
|
+
Storage?: ValidStorageOptions[];
|
|
413
|
+
ValidProcessorFeatures?: AvailableProcessorFeature[];
|
|
414
|
+
}
|
|
415
|
+
export interface DescribeValidDBInstanceModificationsResult {
|
|
416
|
+
ValidDBInstanceModificationsMessage?: ValidDBInstanceModificationsMessage;
|
|
417
|
+
}
|
|
418
|
+
export declare class DBLogFileNotFoundFault extends __BaseException {
|
|
419
|
+
readonly name: "DBLogFileNotFoundFault";
|
|
420
|
+
readonly $fault: "client";
|
|
421
|
+
constructor(
|
|
422
|
+
opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>
|
|
423
|
+
);
|
|
424
|
+
}
|
|
425
|
+
export interface DownloadDBLogFilePortionDetails {
|
|
426
|
+
LogFileData?: string;
|
|
427
|
+
Marker?: string;
|
|
428
|
+
AdditionalDataPending?: boolean;
|
|
429
|
+
}
|
|
430
|
+
export interface DownloadDBLogFilePortionMessage {
|
|
431
|
+
DBInstanceIdentifier: string | undefined;
|
|
432
|
+
LogFileName: string | undefined;
|
|
433
|
+
Marker?: string;
|
|
434
|
+
NumberOfLines?: number;
|
|
435
|
+
}
|
|
436
|
+
export interface FailoverDBClusterMessage {
|
|
437
|
+
DBClusterIdentifier: string | undefined;
|
|
438
|
+
TargetDBInstanceIdentifier?: string;
|
|
439
|
+
}
|
|
440
|
+
export interface FailoverDBClusterResult {
|
|
441
|
+
DBCluster?: DBCluster;
|
|
442
|
+
}
|
|
443
|
+
export interface FailoverGlobalClusterMessage {
|
|
444
|
+
GlobalClusterIdentifier: string | undefined;
|
|
445
|
+
TargetDbClusterIdentifier: string | undefined;
|
|
446
|
+
}
|
|
447
|
+
export interface FailoverGlobalClusterResult {
|
|
448
|
+
GlobalCluster?: GlobalCluster;
|
|
449
|
+
}
|
|
450
|
+
export interface ListTagsForResourceMessage {
|
|
451
|
+
ResourceName: string | undefined;
|
|
452
|
+
Filters?: Filter[];
|
|
453
|
+
}
|
|
454
|
+
export interface TagListMessage {
|
|
455
|
+
TagList?: Tag[];
|
|
456
|
+
}
|
|
457
|
+
export declare enum AuditPolicyState {
|
|
458
|
+
LOCKED_POLICY = "locked",
|
|
459
|
+
UNLOCKED_POLICY = "unlocked",
|
|
460
|
+
}
|
|
461
|
+
export interface ModifyActivityStreamRequest {
|
|
462
|
+
ResourceArn?: string;
|
|
463
|
+
AuditPolicyState?: AuditPolicyState | string;
|
|
464
|
+
}
|
|
465
|
+
export interface ModifyActivityStreamResponse {
|
|
466
|
+
KmsKeyId?: string;
|
|
467
|
+
KinesisStreamName?: string;
|
|
468
|
+
Status?: ActivityStreamStatus | string;
|
|
469
|
+
Mode?: ActivityStreamMode | string;
|
|
470
|
+
EngineNativeAuditFieldsIncluded?: boolean;
|
|
471
|
+
PolicyStatus?: ActivityStreamPolicyStatus | string;
|
|
472
|
+
}
|
|
473
|
+
export interface ModifyCertificatesMessage {
|
|
474
|
+
CertificateIdentifier?: string;
|
|
475
|
+
RemoveCustomerOverride?: boolean;
|
|
476
|
+
}
|
|
477
|
+
export interface ModifyCertificatesResult {
|
|
478
|
+
Certificate?: Certificate;
|
|
479
|
+
}
|
|
480
|
+
export interface DBClusterCapacityInfo {
|
|
481
|
+
DBClusterIdentifier?: string;
|
|
482
|
+
PendingCapacity?: number;
|
|
483
|
+
CurrentCapacity?: number;
|
|
484
|
+
SecondsBeforeTimeout?: number;
|
|
485
|
+
TimeoutAction?: string;
|
|
486
|
+
}
|
|
487
|
+
export declare class InvalidDBClusterCapacityFault extends __BaseException {
|
|
488
|
+
readonly name: "InvalidDBClusterCapacityFault";
|
|
489
|
+
readonly $fault: "client";
|
|
490
|
+
constructor(
|
|
491
|
+
opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>
|
|
492
|
+
);
|
|
493
|
+
}
|
|
494
|
+
export interface ModifyCurrentDBClusterCapacityMessage {
|
|
495
|
+
DBClusterIdentifier: string | undefined;
|
|
496
|
+
Capacity?: number;
|
|
497
|
+
SecondsBeforeTimeout?: number;
|
|
498
|
+
TimeoutAction?: string;
|
|
499
|
+
}
|
|
500
|
+
export declare enum CustomEngineVersionStatus {
|
|
501
|
+
available = "available",
|
|
502
|
+
inactive = "inactive",
|
|
503
|
+
inactive_except_restore = "inactive-except-restore",
|
|
504
|
+
}
|
|
505
|
+
export interface ModifyCustomDBEngineVersionMessage {
|
|
506
|
+
Engine: string | undefined;
|
|
507
|
+
EngineVersion: string | undefined;
|
|
508
|
+
Description?: string;
|
|
509
|
+
Status?: CustomEngineVersionStatus | string;
|
|
510
|
+
}
|
|
511
|
+
export interface CloudwatchLogsExportConfiguration {
|
|
512
|
+
EnableLogTypes?: string[];
|
|
513
|
+
DisableLogTypes?: string[];
|
|
514
|
+
}
|
|
515
|
+
export interface ModifyDBClusterMessage {
|
|
516
|
+
DBClusterIdentifier: string | undefined;
|
|
517
|
+
NewDBClusterIdentifier?: string;
|
|
518
|
+
ApplyImmediately?: boolean;
|
|
519
|
+
BackupRetentionPeriod?: number;
|
|
520
|
+
DBClusterParameterGroupName?: string;
|
|
521
|
+
VpcSecurityGroupIds?: string[];
|
|
522
|
+
Port?: number;
|
|
523
|
+
MasterUserPassword?: string;
|
|
524
|
+
OptionGroupName?: string;
|
|
525
|
+
PreferredBackupWindow?: string;
|
|
526
|
+
PreferredMaintenanceWindow?: string;
|
|
527
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
528
|
+
BacktrackWindow?: number;
|
|
529
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
|
530
|
+
EngineVersion?: string;
|
|
531
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
532
|
+
DBInstanceParameterGroupName?: string;
|
|
533
|
+
Domain?: string;
|
|
534
|
+
DomainIAMRoleName?: string;
|
|
535
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
536
|
+
DeletionProtection?: boolean;
|
|
537
|
+
EnableHttpEndpoint?: boolean;
|
|
538
|
+
CopyTagsToSnapshot?: boolean;
|
|
539
|
+
EnableGlobalWriteForwarding?: boolean;
|
|
540
|
+
DBClusterInstanceClass?: string;
|
|
541
|
+
AllocatedStorage?: number;
|
|
542
|
+
StorageType?: string;
|
|
543
|
+
Iops?: number;
|
|
544
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
545
|
+
MonitoringInterval?: number;
|
|
546
|
+
MonitoringRoleArn?: string;
|
|
547
|
+
EnablePerformanceInsights?: boolean;
|
|
548
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
549
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
550
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
551
|
+
NetworkType?: string;
|
|
552
|
+
}
|
|
553
|
+
export interface ModifyDBClusterResult {
|
|
554
|
+
DBCluster?: DBCluster;
|
|
555
|
+
}
|
|
556
|
+
export interface ModifyDBClusterEndpointMessage {
|
|
557
|
+
DBClusterEndpointIdentifier: string | undefined;
|
|
558
|
+
EndpointType?: string;
|
|
559
|
+
StaticMembers?: string[];
|
|
560
|
+
ExcludedMembers?: string[];
|
|
561
|
+
}
|
|
562
|
+
export interface DBClusterParameterGroupNameMessage {
|
|
563
|
+
DBClusterParameterGroupName?: string;
|
|
564
|
+
}
|
|
565
|
+
export interface ModifyDBClusterParameterGroupMessage {
|
|
566
|
+
DBClusterParameterGroupName: string | undefined;
|
|
567
|
+
Parameters: Parameter[] | undefined;
|
|
568
|
+
}
|
|
569
|
+
export interface ModifyDBClusterSnapshotAttributeMessage {
|
|
570
|
+
DBClusterSnapshotIdentifier: string | undefined;
|
|
571
|
+
AttributeName: string | undefined;
|
|
572
|
+
ValuesToAdd?: string[];
|
|
573
|
+
ValuesToRemove?: string[];
|
|
574
|
+
}
|
|
575
|
+
export interface ModifyDBClusterSnapshotAttributeResult {
|
|
576
|
+
DBClusterSnapshotAttributesResult?: DBClusterSnapshotAttributesResult;
|
|
577
|
+
}
|
|
578
|
+
export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
579
|
+
readonly name: "SharedSnapshotQuotaExceededFault";
|
|
580
|
+
readonly $fault: "client";
|
|
581
|
+
constructor(
|
|
582
|
+
opts: __ExceptionOptionType<
|
|
583
|
+
SharedSnapshotQuotaExceededFault,
|
|
584
|
+
__BaseException
|
|
585
|
+
>
|
|
586
|
+
);
|
|
587
|
+
}
|
|
588
|
+
export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
589
|
+
readonly name: "DBUpgradeDependencyFailureFault";
|
|
590
|
+
readonly $fault: "client";
|
|
591
|
+
constructor(
|
|
592
|
+
opts: __ExceptionOptionType<
|
|
593
|
+
DBUpgradeDependencyFailureFault,
|
|
594
|
+
__BaseException
|
|
595
|
+
>
|
|
596
|
+
);
|
|
597
|
+
}
|
|
598
|
+
export interface ModifyDBInstanceMessage {
|
|
599
|
+
DBInstanceIdentifier: string | undefined;
|
|
600
|
+
AllocatedStorage?: number;
|
|
601
|
+
DBInstanceClass?: string;
|
|
602
|
+
DBSubnetGroupName?: string;
|
|
603
|
+
DBSecurityGroups?: string[];
|
|
604
|
+
VpcSecurityGroupIds?: string[];
|
|
605
|
+
ApplyImmediately?: boolean;
|
|
606
|
+
MasterUserPassword?: string;
|
|
607
|
+
DBParameterGroupName?: string;
|
|
608
|
+
BackupRetentionPeriod?: number;
|
|
609
|
+
PreferredBackupWindow?: string;
|
|
610
|
+
PreferredMaintenanceWindow?: string;
|
|
611
|
+
MultiAZ?: boolean;
|
|
612
|
+
EngineVersion?: string;
|
|
613
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
614
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
615
|
+
LicenseModel?: string;
|
|
616
|
+
Iops?: number;
|
|
617
|
+
OptionGroupName?: string;
|
|
618
|
+
NewDBInstanceIdentifier?: string;
|
|
619
|
+
StorageType?: string;
|
|
620
|
+
TdeCredentialArn?: string;
|
|
621
|
+
TdeCredentialPassword?: string;
|
|
622
|
+
CACertificateIdentifier?: string;
|
|
623
|
+
Domain?: string;
|
|
624
|
+
CopyTagsToSnapshot?: boolean;
|
|
625
|
+
MonitoringInterval?: number;
|
|
626
|
+
DBPortNumber?: number;
|
|
627
|
+
PubliclyAccessible?: boolean;
|
|
628
|
+
MonitoringRoleArn?: string;
|
|
629
|
+
DomainIAMRoleName?: string;
|
|
630
|
+
PromotionTier?: number;
|
|
631
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
632
|
+
EnablePerformanceInsights?: boolean;
|
|
633
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
634
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
635
|
+
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
|
636
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
637
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
638
|
+
DeletionProtection?: boolean;
|
|
639
|
+
MaxAllocatedStorage?: number;
|
|
640
|
+
CertificateRotationRestart?: boolean;
|
|
641
|
+
ReplicaMode?: ReplicaMode | string;
|
|
642
|
+
EnableCustomerOwnedIp?: boolean;
|
|
643
|
+
AwsBackupRecoveryPointArn?: string;
|
|
644
|
+
AutomationMode?: AutomationMode | string;
|
|
645
|
+
ResumeFullAutomationModeMinutes?: number;
|
|
646
|
+
NetworkType?: string;
|
|
647
|
+
}
|
|
648
|
+
export interface ModifyDBInstanceResult {
|
|
649
|
+
DBInstance?: DBInstance;
|
|
650
|
+
}
|
|
651
|
+
export interface DBParameterGroupNameMessage {
|
|
652
|
+
DBParameterGroupName?: string;
|
|
653
|
+
}
|
|
654
|
+
export interface ModifyDBParameterGroupMessage {
|
|
655
|
+
DBParameterGroupName: string | undefined;
|
|
656
|
+
Parameters: Parameter[] | undefined;
|
|
657
|
+
}
|
|
658
|
+
export interface ModifyDBProxyRequest {
|
|
659
|
+
DBProxyName: string | undefined;
|
|
660
|
+
NewDBProxyName?: string;
|
|
661
|
+
Auth?: UserAuthConfig[];
|
|
662
|
+
RequireTLS?: boolean;
|
|
663
|
+
IdleClientTimeout?: number;
|
|
664
|
+
DebugLogging?: boolean;
|
|
665
|
+
RoleArn?: string;
|
|
666
|
+
SecurityGroups?: string[];
|
|
667
|
+
}
|
|
668
|
+
export interface ModifyDBProxyResponse {
|
|
669
|
+
DBProxy?: DBProxy;
|
|
670
|
+
}
|
|
671
|
+
export interface ModifyDBProxyEndpointRequest {
|
|
672
|
+
DBProxyEndpointName: string | undefined;
|
|
673
|
+
NewDBProxyEndpointName?: string;
|
|
674
|
+
VpcSecurityGroupIds?: string[];
|
|
675
|
+
}
|
|
676
|
+
export interface ModifyDBProxyEndpointResponse {
|
|
677
|
+
DBProxyEndpoint?: DBProxyEndpoint;
|
|
678
|
+
}
|
|
679
|
+
export interface ConnectionPoolConfiguration {
|
|
680
|
+
MaxConnectionsPercent?: number;
|
|
681
|
+
MaxIdleConnectionsPercent?: number;
|
|
682
|
+
ConnectionBorrowTimeout?: number;
|
|
683
|
+
SessionPinningFilters?: string[];
|
|
684
|
+
InitQuery?: string;
|
|
685
|
+
}
|
|
686
|
+
export interface ModifyDBProxyTargetGroupRequest {
|
|
687
|
+
TargetGroupName: string | undefined;
|
|
688
|
+
DBProxyName: string | undefined;
|
|
689
|
+
ConnectionPoolConfig?: ConnectionPoolConfiguration;
|
|
690
|
+
NewName?: string;
|
|
691
|
+
}
|
|
692
|
+
export interface ModifyDBProxyTargetGroupResponse {
|
|
693
|
+
DBProxyTargetGroup?: DBProxyTargetGroup;
|
|
694
|
+
}
|
|
695
|
+
export interface ModifyDBSnapshotMessage {
|
|
696
|
+
DBSnapshotIdentifier: string | undefined;
|
|
697
|
+
EngineVersion?: string;
|
|
698
|
+
OptionGroupName?: string;
|
|
699
|
+
}
|
|
700
|
+
export interface ModifyDBSnapshotResult {
|
|
701
|
+
DBSnapshot?: DBSnapshot;
|
|
702
|
+
}
|
|
703
|
+
export interface ModifyDBSnapshotAttributeMessage {
|
|
704
|
+
DBSnapshotIdentifier: string | undefined;
|
|
705
|
+
AttributeName: string | undefined;
|
|
706
|
+
ValuesToAdd?: string[];
|
|
707
|
+
ValuesToRemove?: string[];
|
|
708
|
+
}
|
|
709
|
+
export interface ModifyDBSnapshotAttributeResult {
|
|
710
|
+
DBSnapshotAttributesResult?: DBSnapshotAttributesResult;
|
|
711
|
+
}
|
|
712
|
+
export interface ModifyDBSubnetGroupMessage {
|
|
713
|
+
DBSubnetGroupName: string | undefined;
|
|
714
|
+
DBSubnetGroupDescription?: string;
|
|
715
|
+
SubnetIds: string[] | undefined;
|
|
716
|
+
}
|
|
717
|
+
export interface ModifyDBSubnetGroupResult {
|
|
718
|
+
DBSubnetGroup?: DBSubnetGroup;
|
|
719
|
+
}
|
|
720
|
+
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
721
|
+
readonly name: "SubnetAlreadyInUse";
|
|
722
|
+
readonly $fault: "client";
|
|
723
|
+
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
724
|
+
}
|
|
725
|
+
export interface ModifyEventSubscriptionMessage {
|
|
726
|
+
SubscriptionName: string | undefined;
|
|
727
|
+
SnsTopicArn?: string;
|
|
728
|
+
SourceType?: string;
|
|
729
|
+
EventCategories?: string[];
|
|
730
|
+
Enabled?: boolean;
|
|
731
|
+
}
|
|
732
|
+
export interface ModifyEventSubscriptionResult {
|
|
733
|
+
EventSubscription?: EventSubscription;
|
|
734
|
+
}
|
|
735
|
+
export interface ModifyGlobalClusterMessage {
|
|
736
|
+
GlobalClusterIdentifier?: string;
|
|
737
|
+
NewGlobalClusterIdentifier?: string;
|
|
738
|
+
DeletionProtection?: boolean;
|
|
739
|
+
EngineVersion?: string;
|
|
740
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
741
|
+
}
|
|
742
|
+
export interface ModifyGlobalClusterResult {
|
|
743
|
+
GlobalCluster?: GlobalCluster;
|
|
744
|
+
}
|
|
745
|
+
export interface OptionConfiguration {
|
|
746
|
+
OptionName: string | undefined;
|
|
747
|
+
Port?: number;
|
|
748
|
+
OptionVersion?: string;
|
|
749
|
+
DBSecurityGroupMemberships?: string[];
|
|
750
|
+
VpcSecurityGroupMemberships?: string[];
|
|
751
|
+
OptionSettings?: OptionSetting[];
|
|
752
|
+
}
|
|
753
|
+
export interface ModifyOptionGroupMessage {
|
|
754
|
+
OptionGroupName: string | undefined;
|
|
755
|
+
OptionsToInclude?: OptionConfiguration[];
|
|
756
|
+
OptionsToRemove?: string[];
|
|
757
|
+
ApplyImmediately?: boolean;
|
|
758
|
+
}
|
|
759
|
+
export interface ModifyOptionGroupResult {
|
|
760
|
+
OptionGroup?: OptionGroup;
|
|
761
|
+
}
|
|
762
|
+
export interface PromoteReadReplicaMessage {
|
|
763
|
+
DBInstanceIdentifier: string | undefined;
|
|
764
|
+
BackupRetentionPeriod?: number;
|
|
765
|
+
PreferredBackupWindow?: string;
|
|
766
|
+
}
|
|
767
|
+
export interface PromoteReadReplicaResult {
|
|
768
|
+
DBInstance?: DBInstance;
|
|
769
|
+
}
|
|
770
|
+
export interface PromoteReadReplicaDBClusterMessage {
|
|
771
|
+
DBClusterIdentifier: string | undefined;
|
|
772
|
+
}
|
|
773
|
+
export interface PromoteReadReplicaDBClusterResult {
|
|
774
|
+
DBCluster?: DBCluster;
|
|
775
|
+
}
|
|
776
|
+
export interface PurchaseReservedDBInstancesOfferingMessage {
|
|
777
|
+
ReservedDBInstancesOfferingId: string | undefined;
|
|
778
|
+
ReservedDBInstanceId?: string;
|
|
779
|
+
DBInstanceCount?: number;
|
|
780
|
+
Tags?: Tag[];
|
|
781
|
+
}
|
|
782
|
+
export interface PurchaseReservedDBInstancesOfferingResult {
|
|
783
|
+
ReservedDBInstance?: ReservedDBInstance;
|
|
784
|
+
}
|
|
785
|
+
export declare class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
|
|
786
|
+
readonly name: "ReservedDBInstanceAlreadyExistsFault";
|
|
787
|
+
readonly $fault: "client";
|
|
788
|
+
constructor(
|
|
789
|
+
opts: __ExceptionOptionType<
|
|
790
|
+
ReservedDBInstanceAlreadyExistsFault,
|
|
791
|
+
__BaseException
|
|
792
|
+
>
|
|
793
|
+
);
|
|
794
|
+
}
|
|
795
|
+
export declare class ReservedDBInstanceQuotaExceededFault extends __BaseException {
|
|
796
|
+
readonly name: "ReservedDBInstanceQuotaExceededFault";
|
|
797
|
+
readonly $fault: "client";
|
|
798
|
+
constructor(
|
|
799
|
+
opts: __ExceptionOptionType<
|
|
800
|
+
ReservedDBInstanceQuotaExceededFault,
|
|
801
|
+
__BaseException
|
|
802
|
+
>
|
|
803
|
+
);
|
|
804
|
+
}
|
|
805
|
+
export interface RebootDBClusterMessage {
|
|
806
|
+
DBClusterIdentifier: string | undefined;
|
|
807
|
+
}
|
|
808
|
+
export interface RebootDBClusterResult {
|
|
809
|
+
DBCluster?: DBCluster;
|
|
810
|
+
}
|
|
811
|
+
export interface RebootDBInstanceMessage {
|
|
812
|
+
DBInstanceIdentifier: string | undefined;
|
|
813
|
+
ForceFailover?: boolean;
|
|
814
|
+
}
|
|
815
|
+
export interface RebootDBInstanceResult {
|
|
816
|
+
DBInstance?: DBInstance;
|
|
817
|
+
}
|
|
818
|
+
export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
|
|
819
|
+
readonly name: "DBProxyTargetAlreadyRegisteredFault";
|
|
820
|
+
readonly $fault: "client";
|
|
821
|
+
constructor(
|
|
822
|
+
opts: __ExceptionOptionType<
|
|
823
|
+
DBProxyTargetAlreadyRegisteredFault,
|
|
824
|
+
__BaseException
|
|
825
|
+
>
|
|
826
|
+
);
|
|
827
|
+
}
|
|
828
|
+
export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException {
|
|
829
|
+
readonly name: "InsufficientAvailableIPsInSubnetFault";
|
|
830
|
+
readonly $fault: "client";
|
|
831
|
+
constructor(
|
|
832
|
+
opts: __ExceptionOptionType<
|
|
833
|
+
InsufficientAvailableIPsInSubnetFault,
|
|
834
|
+
__BaseException
|
|
835
|
+
>
|
|
836
|
+
);
|
|
837
|
+
}
|
|
838
|
+
export interface RegisterDBProxyTargetsRequest {
|
|
839
|
+
DBProxyName: string | undefined;
|
|
840
|
+
TargetGroupName?: string;
|
|
841
|
+
DBInstanceIdentifiers?: string[];
|
|
842
|
+
DBClusterIdentifiers?: string[];
|
|
843
|
+
}
|
|
844
|
+
export interface RegisterDBProxyTargetsResponse {
|
|
845
|
+
DBProxyTargets?: DBProxyTarget[];
|
|
846
|
+
}
|
|
847
|
+
export interface RemoveFromGlobalClusterMessage {
|
|
848
|
+
GlobalClusterIdentifier?: string;
|
|
849
|
+
DbClusterIdentifier?: string;
|
|
850
|
+
}
|
|
851
|
+
export interface RemoveFromGlobalClusterResult {
|
|
852
|
+
GlobalCluster?: GlobalCluster;
|
|
853
|
+
}
|
|
854
|
+
export declare class DBClusterRoleNotFoundFault extends __BaseException {
|
|
855
|
+
readonly name: "DBClusterRoleNotFoundFault";
|
|
856
|
+
readonly $fault: "client";
|
|
857
|
+
constructor(
|
|
858
|
+
opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>
|
|
859
|
+
);
|
|
860
|
+
}
|
|
861
|
+
export interface RemoveRoleFromDBClusterMessage {
|
|
862
|
+
DBClusterIdentifier: string | undefined;
|
|
863
|
+
RoleArn: string | undefined;
|
|
864
|
+
FeatureName?: string;
|
|
865
|
+
}
|
|
866
|
+
export declare class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
867
|
+
readonly name: "DBInstanceRoleNotFoundFault";
|
|
868
|
+
readonly $fault: "client";
|
|
869
|
+
constructor(
|
|
870
|
+
opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>
|
|
871
|
+
);
|
|
872
|
+
}
|
|
873
|
+
export interface RemoveRoleFromDBInstanceMessage {
|
|
874
|
+
DBInstanceIdentifier: string | undefined;
|
|
875
|
+
RoleArn: string | undefined;
|
|
876
|
+
FeatureName: string | undefined;
|
|
877
|
+
}
|
|
878
|
+
export interface RemoveSourceIdentifierFromSubscriptionMessage {
|
|
879
|
+
SubscriptionName: string | undefined;
|
|
880
|
+
SourceIdentifier: string | undefined;
|
|
881
|
+
}
|
|
882
|
+
export interface RemoveSourceIdentifierFromSubscriptionResult {
|
|
883
|
+
EventSubscription?: EventSubscription;
|
|
884
|
+
}
|
|
885
|
+
export interface RemoveTagsFromResourceMessage {
|
|
886
|
+
ResourceName: string | undefined;
|
|
887
|
+
TagKeys: string[] | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface ResetDBClusterParameterGroupMessage {
|
|
890
|
+
DBClusterParameterGroupName: string | undefined;
|
|
891
|
+
ResetAllParameters?: boolean;
|
|
892
|
+
Parameters?: Parameter[];
|
|
893
|
+
}
|
|
894
|
+
export interface ResetDBParameterGroupMessage {
|
|
895
|
+
DBParameterGroupName: string | undefined;
|
|
896
|
+
ResetAllParameters?: boolean;
|
|
897
|
+
Parameters?: Parameter[];
|
|
898
|
+
}
|
|
899
|
+
export declare class InvalidS3BucketFault extends __BaseException {
|
|
900
|
+
readonly name: "InvalidS3BucketFault";
|
|
901
|
+
readonly $fault: "client";
|
|
902
|
+
constructor(
|
|
903
|
+
opts: __ExceptionOptionType<InvalidS3BucketFault, __BaseException>
|
|
904
|
+
);
|
|
905
|
+
}
|
|
906
|
+
export interface RestoreDBClusterFromS3Message {
|
|
907
|
+
AvailabilityZones?: string[];
|
|
908
|
+
BackupRetentionPeriod?: number;
|
|
909
|
+
CharacterSetName?: string;
|
|
910
|
+
DatabaseName?: string;
|
|
911
|
+
DBClusterIdentifier: string | undefined;
|
|
912
|
+
DBClusterParameterGroupName?: string;
|
|
913
|
+
VpcSecurityGroupIds?: string[];
|
|
914
|
+
DBSubnetGroupName?: string;
|
|
915
|
+
Engine: string | undefined;
|
|
916
|
+
EngineVersion?: string;
|
|
917
|
+
Port?: number;
|
|
918
|
+
MasterUsername: string | undefined;
|
|
919
|
+
MasterUserPassword: string | undefined;
|
|
920
|
+
OptionGroupName?: string;
|
|
921
|
+
PreferredBackupWindow?: string;
|
|
922
|
+
PreferredMaintenanceWindow?: string;
|
|
923
|
+
Tags?: Tag[];
|
|
924
|
+
StorageEncrypted?: boolean;
|
|
925
|
+
KmsKeyId?: string;
|
|
926
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
927
|
+
SourceEngine: string | undefined;
|
|
928
|
+
SourceEngineVersion: string | undefined;
|
|
929
|
+
S3BucketName: string | undefined;
|
|
930
|
+
S3Prefix?: string;
|
|
931
|
+
S3IngestionRoleArn: string | undefined;
|
|
932
|
+
BacktrackWindow?: number;
|
|
933
|
+
EnableCloudwatchLogsExports?: string[];
|
|
934
|
+
DeletionProtection?: boolean;
|
|
935
|
+
CopyTagsToSnapshot?: boolean;
|
|
936
|
+
Domain?: string;
|
|
937
|
+
DomainIAMRoleName?: string;
|
|
938
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
939
|
+
NetworkType?: string;
|
|
940
|
+
}
|
|
941
|
+
export interface RestoreDBClusterFromS3Result {
|
|
942
|
+
DBCluster?: DBCluster;
|
|
943
|
+
}
|
|
944
|
+
export declare class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
945
|
+
readonly name: "InsufficientDBClusterCapacityFault";
|
|
946
|
+
readonly $fault: "client";
|
|
947
|
+
constructor(
|
|
948
|
+
opts: __ExceptionOptionType<
|
|
949
|
+
InsufficientDBClusterCapacityFault,
|
|
950
|
+
__BaseException
|
|
951
|
+
>
|
|
952
|
+
);
|
|
953
|
+
}
|
|
954
|
+
export declare class InvalidRestoreFault extends __BaseException {
|
|
955
|
+
readonly name: "InvalidRestoreFault";
|
|
956
|
+
readonly $fault: "client";
|
|
957
|
+
constructor(
|
|
958
|
+
opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
|
|
959
|
+
);
|
|
960
|
+
}
|
|
961
|
+
export interface RestoreDBClusterFromSnapshotMessage {
|
|
962
|
+
AvailabilityZones?: string[];
|
|
963
|
+
DBClusterIdentifier: string | undefined;
|
|
964
|
+
SnapshotIdentifier: string | undefined;
|
|
965
|
+
Engine: string | undefined;
|
|
966
|
+
EngineVersion?: string;
|
|
967
|
+
Port?: number;
|
|
968
|
+
DBSubnetGroupName?: string;
|
|
969
|
+
DatabaseName?: string;
|
|
970
|
+
OptionGroupName?: string;
|
|
971
|
+
VpcSecurityGroupIds?: string[];
|
|
972
|
+
Tags?: Tag[];
|
|
973
|
+
KmsKeyId?: string;
|
|
974
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
975
|
+
BacktrackWindow?: number;
|
|
976
|
+
EnableCloudwatchLogsExports?: string[];
|
|
977
|
+
EngineMode?: string;
|
|
978
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
979
|
+
DBClusterParameterGroupName?: string;
|
|
980
|
+
DeletionProtection?: boolean;
|
|
981
|
+
CopyTagsToSnapshot?: boolean;
|
|
982
|
+
Domain?: string;
|
|
983
|
+
DomainIAMRoleName?: string;
|
|
984
|
+
DBClusterInstanceClass?: string;
|
|
985
|
+
StorageType?: string;
|
|
986
|
+
Iops?: number;
|
|
987
|
+
PubliclyAccessible?: boolean;
|
|
988
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
989
|
+
NetworkType?: string;
|
|
990
|
+
}
|
|
991
|
+
export interface RestoreDBClusterFromSnapshotResult {
|
|
992
|
+
DBCluster?: DBCluster;
|
|
993
|
+
}
|
|
994
|
+
export interface RestoreDBClusterToPointInTimeMessage {
|
|
995
|
+
DBClusterIdentifier: string | undefined;
|
|
996
|
+
RestoreType?: string;
|
|
997
|
+
SourceDBClusterIdentifier: string | undefined;
|
|
998
|
+
RestoreToTime?: Date;
|
|
999
|
+
UseLatestRestorableTime?: boolean;
|
|
1000
|
+
Port?: number;
|
|
1001
|
+
DBSubnetGroupName?: string;
|
|
1002
|
+
OptionGroupName?: string;
|
|
1003
|
+
VpcSecurityGroupIds?: string[];
|
|
1004
|
+
Tags?: Tag[];
|
|
1005
|
+
KmsKeyId?: string;
|
|
1006
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1007
|
+
BacktrackWindow?: number;
|
|
1008
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1009
|
+
DBClusterParameterGroupName?: string;
|
|
1010
|
+
DeletionProtection?: boolean;
|
|
1011
|
+
CopyTagsToSnapshot?: boolean;
|
|
1012
|
+
Domain?: string;
|
|
1013
|
+
DomainIAMRoleName?: string;
|
|
1014
|
+
ScalingConfiguration?: ScalingConfiguration;
|
|
1015
|
+
EngineMode?: string;
|
|
1016
|
+
DBClusterInstanceClass?: string;
|
|
1017
|
+
StorageType?: string;
|
|
1018
|
+
PubliclyAccessible?: boolean;
|
|
1019
|
+
Iops?: number;
|
|
1020
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
1021
|
+
NetworkType?: string;
|
|
1022
|
+
}
|
|
1023
|
+
export interface RestoreDBClusterToPointInTimeResult {
|
|
1024
|
+
DBCluster?: DBCluster;
|
|
1025
|
+
}
|
|
1026
|
+
export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
1027
|
+
DBInstanceIdentifier: string | undefined;
|
|
1028
|
+
DBSnapshotIdentifier: string | undefined;
|
|
1029
|
+
DBInstanceClass?: string;
|
|
1030
|
+
Port?: number;
|
|
1031
|
+
AvailabilityZone?: string;
|
|
1032
|
+
DBSubnetGroupName?: string;
|
|
1033
|
+
MultiAZ?: boolean;
|
|
1034
|
+
PubliclyAccessible?: boolean;
|
|
1035
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1036
|
+
LicenseModel?: string;
|
|
1037
|
+
DBName?: string;
|
|
1038
|
+
Engine?: string;
|
|
1039
|
+
Iops?: number;
|
|
1040
|
+
OptionGroupName?: string;
|
|
1041
|
+
Tags?: Tag[];
|
|
1042
|
+
StorageType?: string;
|
|
1043
|
+
TdeCredentialArn?: string;
|
|
1044
|
+
TdeCredentialPassword?: string;
|
|
1045
|
+
VpcSecurityGroupIds?: string[];
|
|
1046
|
+
Domain?: string;
|
|
1047
|
+
CopyTagsToSnapshot?: boolean;
|
|
1048
|
+
DomainIAMRoleName?: string;
|
|
1049
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1050
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1051
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
1052
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
1053
|
+
DBParameterGroupName?: string;
|
|
1054
|
+
DeletionProtection?: boolean;
|
|
1055
|
+
EnableCustomerOwnedIp?: boolean;
|
|
1056
|
+
CustomIamInstanceProfile?: string;
|
|
1057
|
+
BackupTarget?: string;
|
|
1058
|
+
NetworkType?: string;
|
|
1059
|
+
}
|
|
1060
|
+
export interface RestoreDBInstanceFromDBSnapshotResult {
|
|
1061
|
+
DBInstance?: DBInstance;
|
|
1062
|
+
}
|
|
1063
|
+
export interface RestoreDBInstanceFromS3Message {
|
|
1064
|
+
DBName?: string;
|
|
1065
|
+
DBInstanceIdentifier: string | undefined;
|
|
1066
|
+
AllocatedStorage?: number;
|
|
1067
|
+
DBInstanceClass: string | undefined;
|
|
1068
|
+
Engine: string | undefined;
|
|
1069
|
+
MasterUsername?: string;
|
|
1070
|
+
MasterUserPassword?: string;
|
|
1071
|
+
DBSecurityGroups?: string[];
|
|
1072
|
+
VpcSecurityGroupIds?: string[];
|
|
1073
|
+
AvailabilityZone?: string;
|
|
1074
|
+
DBSubnetGroupName?: string;
|
|
1075
|
+
PreferredMaintenanceWindow?: string;
|
|
1076
|
+
DBParameterGroupName?: string;
|
|
1077
|
+
BackupRetentionPeriod?: number;
|
|
1078
|
+
PreferredBackupWindow?: string;
|
|
1079
|
+
Port?: number;
|
|
1080
|
+
MultiAZ?: boolean;
|
|
1081
|
+
EngineVersion?: string;
|
|
1082
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1083
|
+
LicenseModel?: string;
|
|
1084
|
+
Iops?: number;
|
|
1085
|
+
OptionGroupName?: string;
|
|
1086
|
+
PubliclyAccessible?: boolean;
|
|
1087
|
+
Tags?: Tag[];
|
|
1088
|
+
StorageType?: string;
|
|
1089
|
+
StorageEncrypted?: boolean;
|
|
1090
|
+
KmsKeyId?: string;
|
|
1091
|
+
CopyTagsToSnapshot?: boolean;
|
|
1092
|
+
MonitoringInterval?: number;
|
|
1093
|
+
MonitoringRoleArn?: string;
|
|
1094
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1095
|
+
SourceEngine: string | undefined;
|
|
1096
|
+
SourceEngineVersion: string | undefined;
|
|
1097
|
+
S3BucketName: string | undefined;
|
|
1098
|
+
S3Prefix?: string;
|
|
1099
|
+
S3IngestionRoleArn: string | undefined;
|
|
1100
|
+
EnablePerformanceInsights?: boolean;
|
|
1101
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1102
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1103
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1104
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
1105
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
1106
|
+
DeletionProtection?: boolean;
|
|
1107
|
+
MaxAllocatedStorage?: number;
|
|
1108
|
+
NetworkType?: string;
|
|
1109
|
+
}
|
|
1110
|
+
export interface RestoreDBInstanceFromS3Result {
|
|
1111
|
+
DBInstance?: DBInstance;
|
|
1112
|
+
}
|
|
1113
|
+
export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
|
|
1114
|
+
readonly name: "PointInTimeRestoreNotEnabledFault";
|
|
1115
|
+
readonly $fault: "client";
|
|
1116
|
+
constructor(
|
|
1117
|
+
opts: __ExceptionOptionType<
|
|
1118
|
+
PointInTimeRestoreNotEnabledFault,
|
|
1119
|
+
__BaseException
|
|
1120
|
+
>
|
|
1121
|
+
);
|
|
1122
|
+
}
|
|
1123
|
+
export interface RestoreDBInstanceToPointInTimeMessage {
|
|
1124
|
+
SourceDBInstanceIdentifier?: string;
|
|
1125
|
+
TargetDBInstanceIdentifier: string | undefined;
|
|
1126
|
+
RestoreTime?: Date;
|
|
1127
|
+
UseLatestRestorableTime?: boolean;
|
|
1128
|
+
DBInstanceClass?: string;
|
|
1129
|
+
Port?: number;
|
|
1130
|
+
AvailabilityZone?: string;
|
|
1131
|
+
DBSubnetGroupName?: string;
|
|
1132
|
+
MultiAZ?: boolean;
|
|
1133
|
+
PubliclyAccessible?: boolean;
|
|
1134
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1135
|
+
LicenseModel?: string;
|
|
1136
|
+
DBName?: string;
|
|
1137
|
+
Engine?: string;
|
|
1138
|
+
Iops?: number;
|
|
1139
|
+
OptionGroupName?: string;
|
|
1140
|
+
CopyTagsToSnapshot?: boolean;
|
|
1141
|
+
Tags?: Tag[];
|
|
1142
|
+
StorageType?: string;
|
|
1143
|
+
TdeCredentialArn?: string;
|
|
1144
|
+
TdeCredentialPassword?: string;
|
|
1145
|
+
VpcSecurityGroupIds?: string[];
|
|
1146
|
+
Domain?: string;
|
|
1147
|
+
DomainIAMRoleName?: string;
|
|
1148
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
1149
|
+
EnableCloudwatchLogsExports?: string[];
|
|
1150
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
1151
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
1152
|
+
DBParameterGroupName?: string;
|
|
1153
|
+
DeletionProtection?: boolean;
|
|
1154
|
+
SourceDbiResourceId?: string;
|
|
1155
|
+
MaxAllocatedStorage?: number;
|
|
1156
|
+
SourceDBInstanceAutomatedBackupsArn?: string;
|
|
1157
|
+
EnableCustomerOwnedIp?: boolean;
|
|
1158
|
+
CustomIamInstanceProfile?: string;
|
|
1159
|
+
BackupTarget?: string;
|
|
1160
|
+
NetworkType?: string;
|
|
1161
|
+
}
|
|
1162
|
+
export interface RestoreDBInstanceToPointInTimeResult {
|
|
1163
|
+
DBInstance?: DBInstance;
|
|
1164
|
+
}
|
|
1165
|
+
export interface RevokeDBSecurityGroupIngressMessage {
|
|
1166
|
+
DBSecurityGroupName: string | undefined;
|
|
1167
|
+
CIDRIP?: string;
|
|
1168
|
+
EC2SecurityGroupName?: string;
|
|
1169
|
+
EC2SecurityGroupId?: string;
|
|
1170
|
+
EC2SecurityGroupOwnerId?: string;
|
|
1171
|
+
}
|
|
1172
|
+
export interface RevokeDBSecurityGroupIngressResult {
|
|
1173
|
+
DBSecurityGroup?: DBSecurityGroup;
|
|
1174
|
+
}
|
|
1175
|
+
export interface StartActivityStreamRequest {
|
|
1176
|
+
ResourceArn: string | undefined;
|
|
1177
|
+
Mode: ActivityStreamMode | string | undefined;
|
|
1178
|
+
KmsKeyId: string | undefined;
|
|
1179
|
+
ApplyImmediately?: boolean;
|
|
1180
|
+
EngineNativeAuditFieldsIncluded?: boolean;
|
|
1181
|
+
}
|
|
1182
|
+
export interface StartActivityStreamResponse {
|
|
1183
|
+
KmsKeyId?: string;
|
|
1184
|
+
KinesisStreamName?: string;
|
|
1185
|
+
Status?: ActivityStreamStatus | string;
|
|
1186
|
+
Mode?: ActivityStreamMode | string;
|
|
1187
|
+
ApplyImmediately?: boolean;
|
|
1188
|
+
EngineNativeAuditFieldsIncluded?: boolean;
|
|
1189
|
+
}
|
|
1190
|
+
export interface StartDBClusterMessage {
|
|
1191
|
+
DBClusterIdentifier: string | undefined;
|
|
1192
|
+
}
|
|
1193
|
+
export interface StartDBClusterResult {
|
|
1194
|
+
DBCluster?: DBCluster;
|
|
1195
|
+
}
|
|
1196
|
+
export interface StartDBInstanceMessage {
|
|
1197
|
+
DBInstanceIdentifier: string | undefined;
|
|
1198
|
+
}
|
|
1199
|
+
export interface StartDBInstanceResult {
|
|
1200
|
+
DBInstance?: DBInstance;
|
|
1201
|
+
}
|
|
1202
|
+
export interface StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
1203
|
+
SourceDBInstanceArn: string | undefined;
|
|
1204
|
+
BackupRetentionPeriod?: number;
|
|
1205
|
+
KmsKeyId?: string;
|
|
1206
|
+
PreSignedUrl?: string;
|
|
1207
|
+
}
|
|
1208
|
+
export interface StartDBInstanceAutomatedBackupsReplicationResult {
|
|
1209
|
+
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
1210
|
+
}
|
|
1211
|
+
export declare class ExportTaskAlreadyExistsFault extends __BaseException {
|
|
1212
|
+
readonly name: "ExportTaskAlreadyExistsFault";
|
|
1213
|
+
readonly $fault: "client";
|
|
1214
|
+
constructor(
|
|
1215
|
+
opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>
|
|
1216
|
+
);
|
|
1217
|
+
}
|
|
1218
|
+
export declare class IamRoleMissingPermissionsFault extends __BaseException {
|
|
1219
|
+
readonly name: "IamRoleMissingPermissionsFault";
|
|
1220
|
+
readonly $fault: "client";
|
|
1221
|
+
constructor(
|
|
1222
|
+
opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>
|
|
1223
|
+
);
|
|
1224
|
+
}
|
|
1225
|
+
export declare class IamRoleNotFoundFault extends __BaseException {
|
|
1226
|
+
readonly name: "IamRoleNotFoundFault";
|
|
1227
|
+
readonly $fault: "client";
|
|
1228
|
+
constructor(
|
|
1229
|
+
opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>
|
|
1230
|
+
);
|
|
1231
|
+
}
|
|
1232
|
+
export declare class InvalidExportOnlyFault extends __BaseException {
|
|
1233
|
+
readonly name: "InvalidExportOnlyFault";
|
|
1234
|
+
readonly $fault: "client";
|
|
1235
|
+
constructor(
|
|
1236
|
+
opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>
|
|
1237
|
+
);
|
|
1238
|
+
}
|
|
1239
|
+
export declare class InvalidExportSourceStateFault extends __BaseException {
|
|
1240
|
+
readonly name: "InvalidExportSourceStateFault";
|
|
1241
|
+
readonly $fault: "client";
|
|
1242
|
+
constructor(
|
|
1243
|
+
opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>
|
|
1244
|
+
);
|
|
1245
|
+
}
|
|
1246
|
+
export interface StartExportTaskMessage {
|
|
1247
|
+
ExportTaskIdentifier: string | undefined;
|
|
1248
|
+
SourceArn: string | undefined;
|
|
1249
|
+
S3BucketName: string | undefined;
|
|
1250
|
+
IamRoleArn: string | undefined;
|
|
1251
|
+
KmsKeyId: string | undefined;
|
|
1252
|
+
S3Prefix?: string;
|
|
1253
|
+
ExportOnly?: string[];
|
|
1254
|
+
}
|
|
1255
|
+
export interface StopActivityStreamRequest {
|
|
1256
|
+
ResourceArn: string | undefined;
|
|
1257
|
+
ApplyImmediately?: boolean;
|
|
1258
|
+
}
|
|
1259
|
+
export interface StopActivityStreamResponse {
|
|
1260
|
+
KmsKeyId?: string;
|
|
1261
|
+
KinesisStreamName?: string;
|
|
1262
|
+
Status?: ActivityStreamStatus | string;
|
|
1263
|
+
}
|
|
1264
|
+
export interface StopDBClusterMessage {
|
|
1265
|
+
DBClusterIdentifier: string | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
export interface StopDBClusterResult {
|
|
1268
|
+
DBCluster?: DBCluster;
|
|
1269
|
+
}
|
|
1270
|
+
export interface StopDBInstanceMessage {
|
|
1271
|
+
DBInstanceIdentifier: string | undefined;
|
|
1272
|
+
DBSnapshotIdentifier?: string;
|
|
1273
|
+
}
|
|
1274
|
+
export interface StopDBInstanceResult {
|
|
1275
|
+
DBInstance?: DBInstance;
|
|
1276
|
+
}
|
|
1277
|
+
export interface StopDBInstanceAutomatedBackupsReplicationMessage {
|
|
1278
|
+
SourceDBInstanceArn: string | undefined;
|
|
1279
|
+
}
|
|
1280
|
+
export interface StopDBInstanceAutomatedBackupsReplicationResult {
|
|
1281
|
+
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
1282
|
+
}
|
|
1283
|
+
export interface SwitchoverReadReplicaMessage {
|
|
1284
|
+
DBInstanceIdentifier: string | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
export interface SwitchoverReadReplicaResult {
|
|
1287
|
+
DBInstance?: DBInstance;
|
|
1288
|
+
}
|
|
1289
|
+
export declare const DBSnapshotAttributeFilterSensitiveLog: (
|
|
1290
|
+
obj: DBSnapshotAttribute
|
|
1291
|
+
) => any;
|
|
1292
|
+
export declare const DBSnapshotAttributesResultFilterSensitiveLog: (
|
|
1293
|
+
obj: DBSnapshotAttributesResult
|
|
1294
|
+
) => any;
|
|
1295
|
+
export declare const DescribeDBSnapshotAttributesResultFilterSensitiveLog: (
|
|
1296
|
+
obj: DescribeDBSnapshotAttributesResult
|
|
1297
|
+
) => any;
|
|
1298
|
+
export declare const DBSnapshotMessageFilterSensitiveLog: (
|
|
1299
|
+
obj: DBSnapshotMessage
|
|
1300
|
+
) => any;
|
|
1301
|
+
export declare const DescribeDBSnapshotsMessageFilterSensitiveLog: (
|
|
1302
|
+
obj: DescribeDBSnapshotsMessage
|
|
1303
|
+
) => any;
|
|
1304
|
+
export declare const DBSubnetGroupMessageFilterSensitiveLog: (
|
|
1305
|
+
obj: DBSubnetGroupMessage
|
|
1306
|
+
) => any;
|
|
1307
|
+
export declare const DescribeDBSubnetGroupsMessageFilterSensitiveLog: (
|
|
1308
|
+
obj: DescribeDBSubnetGroupsMessage
|
|
1309
|
+
) => any;
|
|
1310
|
+
export declare const DescribeEngineDefaultClusterParametersMessageFilterSensitiveLog: (
|
|
1311
|
+
obj: DescribeEngineDefaultClusterParametersMessage
|
|
1312
|
+
) => any;
|
|
1313
|
+
export declare const EngineDefaultsFilterSensitiveLog: (
|
|
1314
|
+
obj: EngineDefaults
|
|
1315
|
+
) => any;
|
|
1316
|
+
export declare const DescribeEngineDefaultClusterParametersResultFilterSensitiveLog: (
|
|
1317
|
+
obj: DescribeEngineDefaultClusterParametersResult
|
|
1318
|
+
) => any;
|
|
1319
|
+
export declare const DescribeEngineDefaultParametersMessageFilterSensitiveLog: (
|
|
1320
|
+
obj: DescribeEngineDefaultParametersMessage
|
|
1321
|
+
) => any;
|
|
1322
|
+
export declare const DescribeEngineDefaultParametersResultFilterSensitiveLog: (
|
|
1323
|
+
obj: DescribeEngineDefaultParametersResult
|
|
1324
|
+
) => any;
|
|
1325
|
+
export declare const DescribeEventCategoriesMessageFilterSensitiveLog: (
|
|
1326
|
+
obj: DescribeEventCategoriesMessage
|
|
1327
|
+
) => any;
|
|
1328
|
+
export declare const EventCategoriesMapFilterSensitiveLog: (
|
|
1329
|
+
obj: EventCategoriesMap
|
|
1330
|
+
) => any;
|
|
1331
|
+
export declare const EventCategoriesMessageFilterSensitiveLog: (
|
|
1332
|
+
obj: EventCategoriesMessage
|
|
1333
|
+
) => any;
|
|
1334
|
+
export declare const DescribeEventsMessageFilterSensitiveLog: (
|
|
1335
|
+
obj: DescribeEventsMessage
|
|
1336
|
+
) => any;
|
|
1337
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1338
|
+
export declare const EventsMessageFilterSensitiveLog: (
|
|
1339
|
+
obj: EventsMessage
|
|
1340
|
+
) => any;
|
|
1341
|
+
export declare const DescribeEventSubscriptionsMessageFilterSensitiveLog: (
|
|
1342
|
+
obj: DescribeEventSubscriptionsMessage
|
|
1343
|
+
) => any;
|
|
1344
|
+
export declare const EventSubscriptionsMessageFilterSensitiveLog: (
|
|
1345
|
+
obj: EventSubscriptionsMessage
|
|
1346
|
+
) => any;
|
|
1347
|
+
export declare const DescribeExportTasksMessageFilterSensitiveLog: (
|
|
1348
|
+
obj: DescribeExportTasksMessage
|
|
1349
|
+
) => any;
|
|
1350
|
+
export declare const ExportTasksMessageFilterSensitiveLog: (
|
|
1351
|
+
obj: ExportTasksMessage
|
|
1352
|
+
) => any;
|
|
1353
|
+
export declare const DescribeGlobalClustersMessageFilterSensitiveLog: (
|
|
1354
|
+
obj: DescribeGlobalClustersMessage
|
|
1355
|
+
) => any;
|
|
1356
|
+
export declare const GlobalClustersMessageFilterSensitiveLog: (
|
|
1357
|
+
obj: GlobalClustersMessage
|
|
1358
|
+
) => any;
|
|
1359
|
+
export declare const DescribeOptionGroupOptionsMessageFilterSensitiveLog: (
|
|
1360
|
+
obj: DescribeOptionGroupOptionsMessage
|
|
1361
|
+
) => any;
|
|
1362
|
+
export declare const MinimumEngineVersionPerAllowedValueFilterSensitiveLog: (
|
|
1363
|
+
obj: MinimumEngineVersionPerAllowedValue
|
|
1364
|
+
) => any;
|
|
1365
|
+
export declare const OptionGroupOptionSettingFilterSensitiveLog: (
|
|
1366
|
+
obj: OptionGroupOptionSetting
|
|
1367
|
+
) => any;
|
|
1368
|
+
export declare const OptionVersionFilterSensitiveLog: (
|
|
1369
|
+
obj: OptionVersion
|
|
1370
|
+
) => any;
|
|
1371
|
+
export declare const OptionGroupOptionFilterSensitiveLog: (
|
|
1372
|
+
obj: OptionGroupOption
|
|
1373
|
+
) => any;
|
|
1374
|
+
export declare const OptionGroupOptionsMessageFilterSensitiveLog: (
|
|
1375
|
+
obj: OptionGroupOptionsMessage
|
|
1376
|
+
) => any;
|
|
1377
|
+
export declare const DescribeOptionGroupsMessageFilterSensitiveLog: (
|
|
1378
|
+
obj: DescribeOptionGroupsMessage
|
|
1379
|
+
) => any;
|
|
1380
|
+
export declare const OptionGroupsFilterSensitiveLog: (obj: OptionGroups) => any;
|
|
1381
|
+
export declare const DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog: (
|
|
1382
|
+
obj: DescribeOrderableDBInstanceOptionsMessage
|
|
1383
|
+
) => any;
|
|
1384
|
+
export declare const AvailableProcessorFeatureFilterSensitiveLog: (
|
|
1385
|
+
obj: AvailableProcessorFeature
|
|
1386
|
+
) => any;
|
|
1387
|
+
export declare const OrderableDBInstanceOptionFilterSensitiveLog: (
|
|
1388
|
+
obj: OrderableDBInstanceOption
|
|
1389
|
+
) => any;
|
|
1390
|
+
export declare const OrderableDBInstanceOptionsMessageFilterSensitiveLog: (
|
|
1391
|
+
obj: OrderableDBInstanceOptionsMessage
|
|
1392
|
+
) => any;
|
|
1393
|
+
export declare const DescribePendingMaintenanceActionsMessageFilterSensitiveLog: (
|
|
1394
|
+
obj: DescribePendingMaintenanceActionsMessage
|
|
1395
|
+
) => any;
|
|
1396
|
+
export declare const PendingMaintenanceActionsMessageFilterSensitiveLog: (
|
|
1397
|
+
obj: PendingMaintenanceActionsMessage
|
|
1398
|
+
) => any;
|
|
1399
|
+
export declare const DescribeReservedDBInstancesMessageFilterSensitiveLog: (
|
|
1400
|
+
obj: DescribeReservedDBInstancesMessage
|
|
1401
|
+
) => any;
|
|
1402
|
+
export declare const RecurringChargeFilterSensitiveLog: (
|
|
1403
|
+
obj: RecurringCharge
|
|
1404
|
+
) => any;
|
|
1405
|
+
export declare const ReservedDBInstanceFilterSensitiveLog: (
|
|
1406
|
+
obj: ReservedDBInstance
|
|
1407
|
+
) => any;
|
|
1408
|
+
export declare const ReservedDBInstanceMessageFilterSensitiveLog: (
|
|
1409
|
+
obj: ReservedDBInstanceMessage
|
|
1410
|
+
) => any;
|
|
1411
|
+
export declare const DescribeReservedDBInstancesOfferingsMessageFilterSensitiveLog: (
|
|
1412
|
+
obj: DescribeReservedDBInstancesOfferingsMessage
|
|
1413
|
+
) => any;
|
|
1414
|
+
export declare const ReservedDBInstancesOfferingFilterSensitiveLog: (
|
|
1415
|
+
obj: ReservedDBInstancesOffering
|
|
1416
|
+
) => any;
|
|
1417
|
+
export declare const ReservedDBInstancesOfferingMessageFilterSensitiveLog: (
|
|
1418
|
+
obj: ReservedDBInstancesOfferingMessage
|
|
1419
|
+
) => any;
|
|
1420
|
+
export declare const DescribeSourceRegionsMessageFilterSensitiveLog: (
|
|
1421
|
+
obj: DescribeSourceRegionsMessage
|
|
1422
|
+
) => any;
|
|
1423
|
+
export declare const SourceRegionFilterSensitiveLog: (obj: SourceRegion) => any;
|
|
1424
|
+
export declare const SourceRegionMessageFilterSensitiveLog: (
|
|
1425
|
+
obj: SourceRegionMessage
|
|
1426
|
+
) => any;
|
|
1427
|
+
export declare const DescribeValidDBInstanceModificationsMessageFilterSensitiveLog: (
|
|
1428
|
+
obj: DescribeValidDBInstanceModificationsMessage
|
|
1429
|
+
) => any;
|
|
1430
|
+
export declare const DoubleRangeFilterSensitiveLog: (obj: DoubleRange) => any;
|
|
1431
|
+
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
1432
|
+
export declare const ValidStorageOptionsFilterSensitiveLog: (
|
|
1433
|
+
obj: ValidStorageOptions
|
|
1434
|
+
) => any;
|
|
1435
|
+
export declare const ValidDBInstanceModificationsMessageFilterSensitiveLog: (
|
|
1436
|
+
obj: ValidDBInstanceModificationsMessage
|
|
1437
|
+
) => any;
|
|
1438
|
+
export declare const DescribeValidDBInstanceModificationsResultFilterSensitiveLog: (
|
|
1439
|
+
obj: DescribeValidDBInstanceModificationsResult
|
|
1440
|
+
) => any;
|
|
1441
|
+
export declare const DownloadDBLogFilePortionDetailsFilterSensitiveLog: (
|
|
1442
|
+
obj: DownloadDBLogFilePortionDetails
|
|
1443
|
+
) => any;
|
|
1444
|
+
export declare const DownloadDBLogFilePortionMessageFilterSensitiveLog: (
|
|
1445
|
+
obj: DownloadDBLogFilePortionMessage
|
|
1446
|
+
) => any;
|
|
1447
|
+
export declare const FailoverDBClusterMessageFilterSensitiveLog: (
|
|
1448
|
+
obj: FailoverDBClusterMessage
|
|
1449
|
+
) => any;
|
|
1450
|
+
export declare const FailoverDBClusterResultFilterSensitiveLog: (
|
|
1451
|
+
obj: FailoverDBClusterResult
|
|
1452
|
+
) => any;
|
|
1453
|
+
export declare const FailoverGlobalClusterMessageFilterSensitiveLog: (
|
|
1454
|
+
obj: FailoverGlobalClusterMessage
|
|
1455
|
+
) => any;
|
|
1456
|
+
export declare const FailoverGlobalClusterResultFilterSensitiveLog: (
|
|
1457
|
+
obj: FailoverGlobalClusterResult
|
|
1458
|
+
) => any;
|
|
1459
|
+
export declare const ListTagsForResourceMessageFilterSensitiveLog: (
|
|
1460
|
+
obj: ListTagsForResourceMessage
|
|
1461
|
+
) => any;
|
|
1462
|
+
export declare const TagListMessageFilterSensitiveLog: (
|
|
1463
|
+
obj: TagListMessage
|
|
1464
|
+
) => any;
|
|
1465
|
+
export declare const ModifyActivityStreamRequestFilterSensitiveLog: (
|
|
1466
|
+
obj: ModifyActivityStreamRequest
|
|
1467
|
+
) => any;
|
|
1468
|
+
export declare const ModifyActivityStreamResponseFilterSensitiveLog: (
|
|
1469
|
+
obj: ModifyActivityStreamResponse
|
|
1470
|
+
) => any;
|
|
1471
|
+
export declare const ModifyCertificatesMessageFilterSensitiveLog: (
|
|
1472
|
+
obj: ModifyCertificatesMessage
|
|
1473
|
+
) => any;
|
|
1474
|
+
export declare const ModifyCertificatesResultFilterSensitiveLog: (
|
|
1475
|
+
obj: ModifyCertificatesResult
|
|
1476
|
+
) => any;
|
|
1477
|
+
export declare const DBClusterCapacityInfoFilterSensitiveLog: (
|
|
1478
|
+
obj: DBClusterCapacityInfo
|
|
1479
|
+
) => any;
|
|
1480
|
+
export declare const ModifyCurrentDBClusterCapacityMessageFilterSensitiveLog: (
|
|
1481
|
+
obj: ModifyCurrentDBClusterCapacityMessage
|
|
1482
|
+
) => any;
|
|
1483
|
+
export declare const ModifyCustomDBEngineVersionMessageFilterSensitiveLog: (
|
|
1484
|
+
obj: ModifyCustomDBEngineVersionMessage
|
|
1485
|
+
) => any;
|
|
1486
|
+
export declare const CloudwatchLogsExportConfigurationFilterSensitiveLog: (
|
|
1487
|
+
obj: CloudwatchLogsExportConfiguration
|
|
1488
|
+
) => any;
|
|
1489
|
+
export declare const ModifyDBClusterMessageFilterSensitiveLog: (
|
|
1490
|
+
obj: ModifyDBClusterMessage
|
|
1491
|
+
) => any;
|
|
1492
|
+
export declare const ModifyDBClusterResultFilterSensitiveLog: (
|
|
1493
|
+
obj: ModifyDBClusterResult
|
|
1494
|
+
) => any;
|
|
1495
|
+
export declare const ModifyDBClusterEndpointMessageFilterSensitiveLog: (
|
|
1496
|
+
obj: ModifyDBClusterEndpointMessage
|
|
1497
|
+
) => any;
|
|
1498
|
+
export declare const DBClusterParameterGroupNameMessageFilterSensitiveLog: (
|
|
1499
|
+
obj: DBClusterParameterGroupNameMessage
|
|
1500
|
+
) => any;
|
|
1501
|
+
export declare const ModifyDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
1502
|
+
obj: ModifyDBClusterParameterGroupMessage
|
|
1503
|
+
) => any;
|
|
1504
|
+
export declare const ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog: (
|
|
1505
|
+
obj: ModifyDBClusterSnapshotAttributeMessage
|
|
1506
|
+
) => any;
|
|
1507
|
+
export declare const ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog: (
|
|
1508
|
+
obj: ModifyDBClusterSnapshotAttributeResult
|
|
1509
|
+
) => any;
|
|
1510
|
+
export declare const ModifyDBInstanceMessageFilterSensitiveLog: (
|
|
1511
|
+
obj: ModifyDBInstanceMessage
|
|
1512
|
+
) => any;
|
|
1513
|
+
export declare const ModifyDBInstanceResultFilterSensitiveLog: (
|
|
1514
|
+
obj: ModifyDBInstanceResult
|
|
1515
|
+
) => any;
|
|
1516
|
+
export declare const DBParameterGroupNameMessageFilterSensitiveLog: (
|
|
1517
|
+
obj: DBParameterGroupNameMessage
|
|
1518
|
+
) => any;
|
|
1519
|
+
export declare const ModifyDBParameterGroupMessageFilterSensitiveLog: (
|
|
1520
|
+
obj: ModifyDBParameterGroupMessage
|
|
1521
|
+
) => any;
|
|
1522
|
+
export declare const ModifyDBProxyRequestFilterSensitiveLog: (
|
|
1523
|
+
obj: ModifyDBProxyRequest
|
|
1524
|
+
) => any;
|
|
1525
|
+
export declare const ModifyDBProxyResponseFilterSensitiveLog: (
|
|
1526
|
+
obj: ModifyDBProxyResponse
|
|
1527
|
+
) => any;
|
|
1528
|
+
export declare const ModifyDBProxyEndpointRequestFilterSensitiveLog: (
|
|
1529
|
+
obj: ModifyDBProxyEndpointRequest
|
|
1530
|
+
) => any;
|
|
1531
|
+
export declare const ModifyDBProxyEndpointResponseFilterSensitiveLog: (
|
|
1532
|
+
obj: ModifyDBProxyEndpointResponse
|
|
1533
|
+
) => any;
|
|
1534
|
+
export declare const ConnectionPoolConfigurationFilterSensitiveLog: (
|
|
1535
|
+
obj: ConnectionPoolConfiguration
|
|
1536
|
+
) => any;
|
|
1537
|
+
export declare const ModifyDBProxyTargetGroupRequestFilterSensitiveLog: (
|
|
1538
|
+
obj: ModifyDBProxyTargetGroupRequest
|
|
1539
|
+
) => any;
|
|
1540
|
+
export declare const ModifyDBProxyTargetGroupResponseFilterSensitiveLog: (
|
|
1541
|
+
obj: ModifyDBProxyTargetGroupResponse
|
|
1542
|
+
) => any;
|
|
1543
|
+
export declare const ModifyDBSnapshotMessageFilterSensitiveLog: (
|
|
1544
|
+
obj: ModifyDBSnapshotMessage
|
|
1545
|
+
) => any;
|
|
1546
|
+
export declare const ModifyDBSnapshotResultFilterSensitiveLog: (
|
|
1547
|
+
obj: ModifyDBSnapshotResult
|
|
1548
|
+
) => any;
|
|
1549
|
+
export declare const ModifyDBSnapshotAttributeMessageFilterSensitiveLog: (
|
|
1550
|
+
obj: ModifyDBSnapshotAttributeMessage
|
|
1551
|
+
) => any;
|
|
1552
|
+
export declare const ModifyDBSnapshotAttributeResultFilterSensitiveLog: (
|
|
1553
|
+
obj: ModifyDBSnapshotAttributeResult
|
|
1554
|
+
) => any;
|
|
1555
|
+
export declare const ModifyDBSubnetGroupMessageFilterSensitiveLog: (
|
|
1556
|
+
obj: ModifyDBSubnetGroupMessage
|
|
1557
|
+
) => any;
|
|
1558
|
+
export declare const ModifyDBSubnetGroupResultFilterSensitiveLog: (
|
|
1559
|
+
obj: ModifyDBSubnetGroupResult
|
|
1560
|
+
) => any;
|
|
1561
|
+
export declare const ModifyEventSubscriptionMessageFilterSensitiveLog: (
|
|
1562
|
+
obj: ModifyEventSubscriptionMessage
|
|
1563
|
+
) => any;
|
|
1564
|
+
export declare const ModifyEventSubscriptionResultFilterSensitiveLog: (
|
|
1565
|
+
obj: ModifyEventSubscriptionResult
|
|
1566
|
+
) => any;
|
|
1567
|
+
export declare const ModifyGlobalClusterMessageFilterSensitiveLog: (
|
|
1568
|
+
obj: ModifyGlobalClusterMessage
|
|
1569
|
+
) => any;
|
|
1570
|
+
export declare const ModifyGlobalClusterResultFilterSensitiveLog: (
|
|
1571
|
+
obj: ModifyGlobalClusterResult
|
|
1572
|
+
) => any;
|
|
1573
|
+
export declare const OptionConfigurationFilterSensitiveLog: (
|
|
1574
|
+
obj: OptionConfiguration
|
|
1575
|
+
) => any;
|
|
1576
|
+
export declare const ModifyOptionGroupMessageFilterSensitiveLog: (
|
|
1577
|
+
obj: ModifyOptionGroupMessage
|
|
1578
|
+
) => any;
|
|
1579
|
+
export declare const ModifyOptionGroupResultFilterSensitiveLog: (
|
|
1580
|
+
obj: ModifyOptionGroupResult
|
|
1581
|
+
) => any;
|
|
1582
|
+
export declare const PromoteReadReplicaMessageFilterSensitiveLog: (
|
|
1583
|
+
obj: PromoteReadReplicaMessage
|
|
1584
|
+
) => any;
|
|
1585
|
+
export declare const PromoteReadReplicaResultFilterSensitiveLog: (
|
|
1586
|
+
obj: PromoteReadReplicaResult
|
|
1587
|
+
) => any;
|
|
1588
|
+
export declare const PromoteReadReplicaDBClusterMessageFilterSensitiveLog: (
|
|
1589
|
+
obj: PromoteReadReplicaDBClusterMessage
|
|
1590
|
+
) => any;
|
|
1591
|
+
export declare const PromoteReadReplicaDBClusterResultFilterSensitiveLog: (
|
|
1592
|
+
obj: PromoteReadReplicaDBClusterResult
|
|
1593
|
+
) => any;
|
|
1594
|
+
export declare const PurchaseReservedDBInstancesOfferingMessageFilterSensitiveLog: (
|
|
1595
|
+
obj: PurchaseReservedDBInstancesOfferingMessage
|
|
1596
|
+
) => any;
|
|
1597
|
+
export declare const PurchaseReservedDBInstancesOfferingResultFilterSensitiveLog: (
|
|
1598
|
+
obj: PurchaseReservedDBInstancesOfferingResult
|
|
1599
|
+
) => any;
|
|
1600
|
+
export declare const RebootDBClusterMessageFilterSensitiveLog: (
|
|
1601
|
+
obj: RebootDBClusterMessage
|
|
1602
|
+
) => any;
|
|
1603
|
+
export declare const RebootDBClusterResultFilterSensitiveLog: (
|
|
1604
|
+
obj: RebootDBClusterResult
|
|
1605
|
+
) => any;
|
|
1606
|
+
export declare const RebootDBInstanceMessageFilterSensitiveLog: (
|
|
1607
|
+
obj: RebootDBInstanceMessage
|
|
1608
|
+
) => any;
|
|
1609
|
+
export declare const RebootDBInstanceResultFilterSensitiveLog: (
|
|
1610
|
+
obj: RebootDBInstanceResult
|
|
1611
|
+
) => any;
|
|
1612
|
+
export declare const RegisterDBProxyTargetsRequestFilterSensitiveLog: (
|
|
1613
|
+
obj: RegisterDBProxyTargetsRequest
|
|
1614
|
+
) => any;
|
|
1615
|
+
export declare const RegisterDBProxyTargetsResponseFilterSensitiveLog: (
|
|
1616
|
+
obj: RegisterDBProxyTargetsResponse
|
|
1617
|
+
) => any;
|
|
1618
|
+
export declare const RemoveFromGlobalClusterMessageFilterSensitiveLog: (
|
|
1619
|
+
obj: RemoveFromGlobalClusterMessage
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const RemoveFromGlobalClusterResultFilterSensitiveLog: (
|
|
1622
|
+
obj: RemoveFromGlobalClusterResult
|
|
1623
|
+
) => any;
|
|
1624
|
+
export declare const RemoveRoleFromDBClusterMessageFilterSensitiveLog: (
|
|
1625
|
+
obj: RemoveRoleFromDBClusterMessage
|
|
1626
|
+
) => any;
|
|
1627
|
+
export declare const RemoveRoleFromDBInstanceMessageFilterSensitiveLog: (
|
|
1628
|
+
obj: RemoveRoleFromDBInstanceMessage
|
|
1629
|
+
) => any;
|
|
1630
|
+
export declare const RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog: (
|
|
1631
|
+
obj: RemoveSourceIdentifierFromSubscriptionMessage
|
|
1632
|
+
) => any;
|
|
1633
|
+
export declare const RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog: (
|
|
1634
|
+
obj: RemoveSourceIdentifierFromSubscriptionResult
|
|
1635
|
+
) => any;
|
|
1636
|
+
export declare const RemoveTagsFromResourceMessageFilterSensitiveLog: (
|
|
1637
|
+
obj: RemoveTagsFromResourceMessage
|
|
1638
|
+
) => any;
|
|
1639
|
+
export declare const ResetDBClusterParameterGroupMessageFilterSensitiveLog: (
|
|
1640
|
+
obj: ResetDBClusterParameterGroupMessage
|
|
1641
|
+
) => any;
|
|
1642
|
+
export declare const ResetDBParameterGroupMessageFilterSensitiveLog: (
|
|
1643
|
+
obj: ResetDBParameterGroupMessage
|
|
1644
|
+
) => any;
|
|
1645
|
+
export declare const RestoreDBClusterFromS3MessageFilterSensitiveLog: (
|
|
1646
|
+
obj: RestoreDBClusterFromS3Message
|
|
1647
|
+
) => any;
|
|
1648
|
+
export declare const RestoreDBClusterFromS3ResultFilterSensitiveLog: (
|
|
1649
|
+
obj: RestoreDBClusterFromS3Result
|
|
1650
|
+
) => any;
|
|
1651
|
+
export declare const RestoreDBClusterFromSnapshotMessageFilterSensitiveLog: (
|
|
1652
|
+
obj: RestoreDBClusterFromSnapshotMessage
|
|
1653
|
+
) => any;
|
|
1654
|
+
export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (
|
|
1655
|
+
obj: RestoreDBClusterFromSnapshotResult
|
|
1656
|
+
) => any;
|
|
1657
|
+
export declare const RestoreDBClusterToPointInTimeMessageFilterSensitiveLog: (
|
|
1658
|
+
obj: RestoreDBClusterToPointInTimeMessage
|
|
1659
|
+
) => any;
|
|
1660
|
+
export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (
|
|
1661
|
+
obj: RestoreDBClusterToPointInTimeResult
|
|
1662
|
+
) => any;
|
|
1663
|
+
export declare const RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog: (
|
|
1664
|
+
obj: RestoreDBInstanceFromDBSnapshotMessage
|
|
1665
|
+
) => any;
|
|
1666
|
+
export declare const RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog: (
|
|
1667
|
+
obj: RestoreDBInstanceFromDBSnapshotResult
|
|
1668
|
+
) => any;
|
|
1669
|
+
export declare const RestoreDBInstanceFromS3MessageFilterSensitiveLog: (
|
|
1670
|
+
obj: RestoreDBInstanceFromS3Message
|
|
1671
|
+
) => any;
|
|
1672
|
+
export declare const RestoreDBInstanceFromS3ResultFilterSensitiveLog: (
|
|
1673
|
+
obj: RestoreDBInstanceFromS3Result
|
|
1674
|
+
) => any;
|
|
1675
|
+
export declare const RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog: (
|
|
1676
|
+
obj: RestoreDBInstanceToPointInTimeMessage
|
|
1677
|
+
) => any;
|
|
1678
|
+
export declare const RestoreDBInstanceToPointInTimeResultFilterSensitiveLog: (
|
|
1679
|
+
obj: RestoreDBInstanceToPointInTimeResult
|
|
1680
|
+
) => any;
|
|
1681
|
+
export declare const RevokeDBSecurityGroupIngressMessageFilterSensitiveLog: (
|
|
1682
|
+
obj: RevokeDBSecurityGroupIngressMessage
|
|
1683
|
+
) => any;
|
|
1684
|
+
export declare const RevokeDBSecurityGroupIngressResultFilterSensitiveLog: (
|
|
1685
|
+
obj: RevokeDBSecurityGroupIngressResult
|
|
1686
|
+
) => any;
|
|
1687
|
+
export declare const StartActivityStreamRequestFilterSensitiveLog: (
|
|
1688
|
+
obj: StartActivityStreamRequest
|
|
1689
|
+
) => any;
|
|
1690
|
+
export declare const StartActivityStreamResponseFilterSensitiveLog: (
|
|
1691
|
+
obj: StartActivityStreamResponse
|
|
1692
|
+
) => any;
|
|
1693
|
+
export declare const StartDBClusterMessageFilterSensitiveLog: (
|
|
1694
|
+
obj: StartDBClusterMessage
|
|
1695
|
+
) => any;
|
|
1696
|
+
export declare const StartDBClusterResultFilterSensitiveLog: (
|
|
1697
|
+
obj: StartDBClusterResult
|
|
1698
|
+
) => any;
|
|
1699
|
+
export declare const StartDBInstanceMessageFilterSensitiveLog: (
|
|
1700
|
+
obj: StartDBInstanceMessage
|
|
1701
|
+
) => any;
|
|
1702
|
+
export declare const StartDBInstanceResultFilterSensitiveLog: (
|
|
1703
|
+
obj: StartDBInstanceResult
|
|
1704
|
+
) => any;
|
|
1705
|
+
export declare const StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog: (
|
|
1706
|
+
obj: StartDBInstanceAutomatedBackupsReplicationMessage
|
|
1707
|
+
) => any;
|
|
1708
|
+
export declare const StartDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog: (
|
|
1709
|
+
obj: StartDBInstanceAutomatedBackupsReplicationResult
|
|
1710
|
+
) => any;
|
|
1711
|
+
export declare const StartExportTaskMessageFilterSensitiveLog: (
|
|
1712
|
+
obj: StartExportTaskMessage
|
|
1713
|
+
) => any;
|
|
1714
|
+
export declare const StopActivityStreamRequestFilterSensitiveLog: (
|
|
1715
|
+
obj: StopActivityStreamRequest
|
|
1716
|
+
) => any;
|
|
1717
|
+
export declare const StopActivityStreamResponseFilterSensitiveLog: (
|
|
1718
|
+
obj: StopActivityStreamResponse
|
|
1719
|
+
) => any;
|
|
1720
|
+
export declare const StopDBClusterMessageFilterSensitiveLog: (
|
|
1721
|
+
obj: StopDBClusterMessage
|
|
1722
|
+
) => any;
|
|
1723
|
+
export declare const StopDBClusterResultFilterSensitiveLog: (
|
|
1724
|
+
obj: StopDBClusterResult
|
|
1725
|
+
) => any;
|
|
1726
|
+
export declare const StopDBInstanceMessageFilterSensitiveLog: (
|
|
1727
|
+
obj: StopDBInstanceMessage
|
|
1728
|
+
) => any;
|
|
1729
|
+
export declare const StopDBInstanceResultFilterSensitiveLog: (
|
|
1730
|
+
obj: StopDBInstanceResult
|
|
1731
|
+
) => any;
|
|
1732
|
+
export declare const StopDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog: (
|
|
1733
|
+
obj: StopDBInstanceAutomatedBackupsReplicationMessage
|
|
1734
|
+
) => any;
|
|
1735
|
+
export declare const StopDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog: (
|
|
1736
|
+
obj: StopDBInstanceAutomatedBackupsReplicationResult
|
|
1737
|
+
) => any;
|
|
1738
|
+
export declare const SwitchoverReadReplicaMessageFilterSensitiveLog: (
|
|
1739
|
+
obj: SwitchoverReadReplicaMessage
|
|
1740
|
+
) => any;
|
|
1741
|
+
export declare const SwitchoverReadReplicaResultFilterSensitiveLog: (
|
|
1742
|
+
obj: SwitchoverReadReplicaResult
|
|
1743
|
+
) => any;
|