@aws-sdk/client-rds 3.934.0 → 3.936.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/dist-cjs/index.js +193 -193
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +192 -0
- package/dist-es/models/errors.js +1741 -0
- package/dist-es/models/models_0.js +1 -1531
- package/dist-es/models/models_1.js +1 -403
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +464 -0
- package/dist-types/models/errors.d.ts +1805 -0
- package/dist-types/models/models_0.d.ts +6098 -1781
- package/dist-types/models/models_1.d.ts +2 -6588
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +250 -0
- package/dist-types/ts3.4/models/errors.d.ts +1214 -0
- package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
- package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
- package/package.json +20 -20
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,1018 +1,49 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import {
|
|
3
2
|
ActivityStreamMode,
|
|
4
3
|
ActivityStreamPolicyStatus,
|
|
5
4
|
ActivityStreamStatus,
|
|
5
|
+
AuditPolicyState,
|
|
6
6
|
AutomationMode,
|
|
7
|
-
|
|
8
|
-
BlueGreenDeployment,
|
|
7
|
+
CustomEngineVersionStatus,
|
|
9
8
|
DatabaseInsightsMode,
|
|
9
|
+
DefaultAuthScheme,
|
|
10
|
+
MasterUserAuthenticationType,
|
|
11
|
+
ReplicaMode,
|
|
12
|
+
} from "./enums";
|
|
13
|
+
import {
|
|
14
|
+
AvailableProcessorFeature,
|
|
15
|
+
BlueGreenDeployment,
|
|
16
|
+
Certificate,
|
|
10
17
|
DBCluster,
|
|
11
|
-
|
|
12
|
-
DBClusterBacktrack,
|
|
13
|
-
DBClusterEndpoint,
|
|
14
|
-
DBClusterParameterGroup,
|
|
15
|
-
DBClusterSnapshot,
|
|
16
|
-
DBEngineVersion,
|
|
18
|
+
DBClusterSnapshotAttributesResult,
|
|
17
19
|
DBInstance,
|
|
18
20
|
DBInstanceAutomatedBackup,
|
|
19
|
-
DBParameterGroup,
|
|
20
21
|
DBProxy,
|
|
21
22
|
DBProxyEndpoint,
|
|
23
|
+
DBProxyTarget,
|
|
24
|
+
DBProxyTargetGroup,
|
|
25
|
+
DBRecommendation,
|
|
22
26
|
DBSecurityGroup,
|
|
23
|
-
DBShardGroup,
|
|
24
27
|
DBSnapshot,
|
|
28
|
+
DBSnapshotAttributesResult,
|
|
25
29
|
DBSubnetGroup,
|
|
26
|
-
|
|
30
|
+
DoubleRange,
|
|
27
31
|
EventSubscription,
|
|
28
|
-
|
|
29
|
-
ExportTask,
|
|
32
|
+
Filter,
|
|
30
33
|
GlobalCluster,
|
|
31
|
-
Integration,
|
|
32
|
-
MasterUserAuthenticationType,
|
|
33
34
|
OptionGroup,
|
|
34
35
|
OptionSetting,
|
|
36
|
+
Parameter,
|
|
35
37
|
ProcessorFeature,
|
|
38
|
+
Range,
|
|
36
39
|
RdsCustomClusterConfiguration,
|
|
37
|
-
|
|
38
|
-
ResourcePendingMaintenanceActions,
|
|
40
|
+
ReservedDBInstance,
|
|
39
41
|
ScalingConfiguration,
|
|
40
42
|
ServerlessV2ScalingConfiguration,
|
|
41
43
|
Tag,
|
|
42
44
|
TenantDatabase,
|
|
43
45
|
UserAuthConfig,
|
|
44
46
|
} from "./models_0";
|
|
45
|
-
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
46
|
-
export interface DeleteGlobalClusterResult {
|
|
47
|
-
GlobalCluster?: GlobalCluster | undefined;
|
|
48
|
-
}
|
|
49
|
-
export interface DeleteIntegrationMessage {
|
|
50
|
-
IntegrationIdentifier: string | undefined;
|
|
51
|
-
}
|
|
52
|
-
export declare class InvalidIntegrationStateFault extends __BaseException {
|
|
53
|
-
readonly name: "InvalidIntegrationStateFault";
|
|
54
|
-
readonly $fault: "client";
|
|
55
|
-
constructor(
|
|
56
|
-
opts: __ExceptionOptionType<InvalidIntegrationStateFault, __BaseException>
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
export interface DeleteOptionGroupMessage {
|
|
60
|
-
OptionGroupName: string | undefined;
|
|
61
|
-
}
|
|
62
|
-
export declare class InvalidOptionGroupStateFault extends __BaseException {
|
|
63
|
-
readonly name: "InvalidOptionGroupStateFault";
|
|
64
|
-
readonly $fault: "client";
|
|
65
|
-
constructor(
|
|
66
|
-
opts: __ExceptionOptionType<InvalidOptionGroupStateFault, __BaseException>
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
export interface DeleteTenantDatabaseMessage {
|
|
70
|
-
DBInstanceIdentifier: string | undefined;
|
|
71
|
-
TenantDBName: string | undefined;
|
|
72
|
-
SkipFinalSnapshot?: boolean | undefined;
|
|
73
|
-
FinalDBSnapshotIdentifier?: string | undefined;
|
|
74
|
-
}
|
|
75
|
-
export interface DeleteTenantDatabaseResult {
|
|
76
|
-
TenantDatabase?: TenantDatabase | undefined;
|
|
77
|
-
}
|
|
78
|
-
export declare class DBProxyTargetNotFoundFault extends __BaseException {
|
|
79
|
-
readonly name: "DBProxyTargetNotFoundFault";
|
|
80
|
-
readonly $fault: "client";
|
|
81
|
-
constructor(
|
|
82
|
-
opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
export interface DeregisterDBProxyTargetsRequest {
|
|
86
|
-
DBProxyName: string | undefined;
|
|
87
|
-
TargetGroupName?: string | undefined;
|
|
88
|
-
DBInstanceIdentifiers?: string[] | undefined;
|
|
89
|
-
DBClusterIdentifiers?: string[] | undefined;
|
|
90
|
-
}
|
|
91
|
-
export interface DeregisterDBProxyTargetsResponse {}
|
|
92
|
-
export interface DescribeAccountAttributesMessage {}
|
|
93
|
-
export interface Filter {
|
|
94
|
-
Name: string | undefined;
|
|
95
|
-
Values: string[] | undefined;
|
|
96
|
-
}
|
|
97
|
-
export interface DescribeBlueGreenDeploymentsRequest {
|
|
98
|
-
BlueGreenDeploymentIdentifier?: string | undefined;
|
|
99
|
-
Filters?: Filter[] | undefined;
|
|
100
|
-
Marker?: string | undefined;
|
|
101
|
-
MaxRecords?: number | undefined;
|
|
102
|
-
}
|
|
103
|
-
export interface DescribeBlueGreenDeploymentsResponse {
|
|
104
|
-
BlueGreenDeployments?: BlueGreenDeployment[] | undefined;
|
|
105
|
-
Marker?: string | undefined;
|
|
106
|
-
}
|
|
107
|
-
export interface Certificate {
|
|
108
|
-
CertificateIdentifier?: string | undefined;
|
|
109
|
-
CertificateType?: string | undefined;
|
|
110
|
-
Thumbprint?: string | undefined;
|
|
111
|
-
ValidFrom?: Date | undefined;
|
|
112
|
-
ValidTill?: Date | undefined;
|
|
113
|
-
CertificateArn?: string | undefined;
|
|
114
|
-
CustomerOverride?: boolean | undefined;
|
|
115
|
-
CustomerOverrideValidTill?: Date | undefined;
|
|
116
|
-
}
|
|
117
|
-
export interface CertificateMessage {
|
|
118
|
-
DefaultCertificateForNewLaunches?: string | undefined;
|
|
119
|
-
Certificates?: Certificate[] | undefined;
|
|
120
|
-
Marker?: string | undefined;
|
|
121
|
-
}
|
|
122
|
-
export interface DescribeCertificatesMessage {
|
|
123
|
-
CertificateIdentifier?: string | undefined;
|
|
124
|
-
Filters?: Filter[] | undefined;
|
|
125
|
-
MaxRecords?: number | undefined;
|
|
126
|
-
Marker?: string | undefined;
|
|
127
|
-
}
|
|
128
|
-
export interface DBClusterAutomatedBackupMessage {
|
|
129
|
-
Marker?: string | undefined;
|
|
130
|
-
DBClusterAutomatedBackups?: DBClusterAutomatedBackup[] | undefined;
|
|
131
|
-
}
|
|
132
|
-
export interface DescribeDBClusterAutomatedBackupsMessage {
|
|
133
|
-
DbClusterResourceId?: string | undefined;
|
|
134
|
-
DBClusterIdentifier?: string | undefined;
|
|
135
|
-
Filters?: Filter[] | undefined;
|
|
136
|
-
MaxRecords?: number | undefined;
|
|
137
|
-
Marker?: string | undefined;
|
|
138
|
-
}
|
|
139
|
-
export interface DBClusterBacktrackMessage {
|
|
140
|
-
Marker?: string | undefined;
|
|
141
|
-
DBClusterBacktracks?: DBClusterBacktrack[] | undefined;
|
|
142
|
-
}
|
|
143
|
-
export declare class DBClusterBacktrackNotFoundFault extends __BaseException {
|
|
144
|
-
readonly name: "DBClusterBacktrackNotFoundFault";
|
|
145
|
-
readonly $fault: "client";
|
|
146
|
-
constructor(
|
|
147
|
-
opts: __ExceptionOptionType<
|
|
148
|
-
DBClusterBacktrackNotFoundFault,
|
|
149
|
-
__BaseException
|
|
150
|
-
>
|
|
151
|
-
);
|
|
152
|
-
}
|
|
153
|
-
export interface DescribeDBClusterBacktracksMessage {
|
|
154
|
-
DBClusterIdentifier: string | undefined;
|
|
155
|
-
BacktrackIdentifier?: string | undefined;
|
|
156
|
-
Filters?: Filter[] | undefined;
|
|
157
|
-
MaxRecords?: number | undefined;
|
|
158
|
-
Marker?: string | undefined;
|
|
159
|
-
}
|
|
160
|
-
export interface DBClusterEndpointMessage {
|
|
161
|
-
Marker?: string | undefined;
|
|
162
|
-
DBClusterEndpoints?: DBClusterEndpoint[] | undefined;
|
|
163
|
-
}
|
|
164
|
-
export interface DescribeDBClusterEndpointsMessage {
|
|
165
|
-
DBClusterIdentifier?: string | undefined;
|
|
166
|
-
DBClusterEndpointIdentifier?: string | undefined;
|
|
167
|
-
Filters?: Filter[] | undefined;
|
|
168
|
-
MaxRecords?: number | undefined;
|
|
169
|
-
Marker?: string | undefined;
|
|
170
|
-
}
|
|
171
|
-
export interface DBClusterParameterGroupsMessage {
|
|
172
|
-
Marker?: string | undefined;
|
|
173
|
-
DBClusterParameterGroups?: DBClusterParameterGroup[] | undefined;
|
|
174
|
-
}
|
|
175
|
-
export interface DescribeDBClusterParameterGroupsMessage {
|
|
176
|
-
DBClusterParameterGroupName?: string | undefined;
|
|
177
|
-
Filters?: Filter[] | undefined;
|
|
178
|
-
MaxRecords?: number | undefined;
|
|
179
|
-
Marker?: string | undefined;
|
|
180
|
-
}
|
|
181
|
-
export declare const ApplyMethod: {
|
|
182
|
-
readonly immediate: "immediate";
|
|
183
|
-
readonly pending_reboot: "pending-reboot";
|
|
184
|
-
};
|
|
185
|
-
export type ApplyMethod = (typeof ApplyMethod)[keyof typeof ApplyMethod];
|
|
186
|
-
export interface Parameter {
|
|
187
|
-
ParameterName?: string | undefined;
|
|
188
|
-
ParameterValue?: string | undefined;
|
|
189
|
-
Description?: string | undefined;
|
|
190
|
-
Source?: string | undefined;
|
|
191
|
-
ApplyType?: string | undefined;
|
|
192
|
-
DataType?: string | undefined;
|
|
193
|
-
AllowedValues?: string | undefined;
|
|
194
|
-
IsModifiable?: boolean | undefined;
|
|
195
|
-
MinimumEngineVersion?: string | undefined;
|
|
196
|
-
ApplyMethod?: ApplyMethod | undefined;
|
|
197
|
-
SupportedEngineModes?: string[] | undefined;
|
|
198
|
-
}
|
|
199
|
-
export interface DBClusterParameterGroupDetails {
|
|
200
|
-
Parameters?: Parameter[] | undefined;
|
|
201
|
-
Marker?: string | undefined;
|
|
202
|
-
}
|
|
203
|
-
export interface DescribeDBClusterParametersMessage {
|
|
204
|
-
DBClusterParameterGroupName: string | undefined;
|
|
205
|
-
Source?: string | undefined;
|
|
206
|
-
Filters?: Filter[] | undefined;
|
|
207
|
-
MaxRecords?: number | undefined;
|
|
208
|
-
Marker?: string | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface DBClusterMessage {
|
|
211
|
-
Marker?: string | undefined;
|
|
212
|
-
DBClusters?: DBCluster[] | undefined;
|
|
213
|
-
}
|
|
214
|
-
export interface DescribeDBClustersMessage {
|
|
215
|
-
DBClusterIdentifier?: string | undefined;
|
|
216
|
-
Filters?: Filter[] | undefined;
|
|
217
|
-
MaxRecords?: number | undefined;
|
|
218
|
-
Marker?: string | undefined;
|
|
219
|
-
IncludeShared?: boolean | undefined;
|
|
220
|
-
}
|
|
221
|
-
export interface DescribeDBClusterSnapshotAttributesMessage {
|
|
222
|
-
DBClusterSnapshotIdentifier: string | undefined;
|
|
223
|
-
}
|
|
224
|
-
export interface DBClusterSnapshotAttribute {
|
|
225
|
-
AttributeName?: string | undefined;
|
|
226
|
-
AttributeValues?: string[] | undefined;
|
|
227
|
-
}
|
|
228
|
-
export interface DBClusterSnapshotAttributesResult {
|
|
229
|
-
DBClusterSnapshotIdentifier?: string | undefined;
|
|
230
|
-
DBClusterSnapshotAttributes?: DBClusterSnapshotAttribute[] | undefined;
|
|
231
|
-
}
|
|
232
|
-
export interface DescribeDBClusterSnapshotAttributesResult {
|
|
233
|
-
DBClusterSnapshotAttributesResult?:
|
|
234
|
-
| DBClusterSnapshotAttributesResult
|
|
235
|
-
| undefined;
|
|
236
|
-
}
|
|
237
|
-
export interface DBClusterSnapshotMessage {
|
|
238
|
-
Marker?: string | undefined;
|
|
239
|
-
DBClusterSnapshots?: DBClusterSnapshot[] | undefined;
|
|
240
|
-
}
|
|
241
|
-
export interface DescribeDBClusterSnapshotsMessage {
|
|
242
|
-
DBClusterIdentifier?: string | undefined;
|
|
243
|
-
DBClusterSnapshotIdentifier?: string | undefined;
|
|
244
|
-
SnapshotType?: string | undefined;
|
|
245
|
-
Filters?: Filter[] | undefined;
|
|
246
|
-
MaxRecords?: number | undefined;
|
|
247
|
-
Marker?: string | undefined;
|
|
248
|
-
IncludeShared?: boolean | undefined;
|
|
249
|
-
IncludePublic?: boolean | undefined;
|
|
250
|
-
DbClusterResourceId?: string | undefined;
|
|
251
|
-
}
|
|
252
|
-
export interface DBEngineVersionMessage {
|
|
253
|
-
Marker?: string | undefined;
|
|
254
|
-
DBEngineVersions?: DBEngineVersion[] | undefined;
|
|
255
|
-
}
|
|
256
|
-
export interface DescribeDBEngineVersionsMessage {
|
|
257
|
-
Engine?: string | undefined;
|
|
258
|
-
EngineVersion?: string | undefined;
|
|
259
|
-
DBParameterGroupFamily?: string | undefined;
|
|
260
|
-
Filters?: Filter[] | undefined;
|
|
261
|
-
MaxRecords?: number | undefined;
|
|
262
|
-
Marker?: string | undefined;
|
|
263
|
-
DefaultOnly?: boolean | undefined;
|
|
264
|
-
ListSupportedCharacterSets?: boolean | undefined;
|
|
265
|
-
ListSupportedTimezones?: boolean | undefined;
|
|
266
|
-
IncludeAll?: boolean | undefined;
|
|
267
|
-
}
|
|
268
|
-
export interface DBInstanceAutomatedBackupMessage {
|
|
269
|
-
Marker?: string | undefined;
|
|
270
|
-
DBInstanceAutomatedBackups?: DBInstanceAutomatedBackup[] | undefined;
|
|
271
|
-
}
|
|
272
|
-
export interface DescribeDBInstanceAutomatedBackupsMessage {
|
|
273
|
-
DbiResourceId?: string | undefined;
|
|
274
|
-
DBInstanceIdentifier?: string | undefined;
|
|
275
|
-
Filters?: Filter[] | undefined;
|
|
276
|
-
MaxRecords?: number | undefined;
|
|
277
|
-
Marker?: string | undefined;
|
|
278
|
-
DBInstanceAutomatedBackupsArn?: string | undefined;
|
|
279
|
-
}
|
|
280
|
-
export interface DBInstanceMessage {
|
|
281
|
-
Marker?: string | undefined;
|
|
282
|
-
DBInstances?: DBInstance[] | undefined;
|
|
283
|
-
}
|
|
284
|
-
export interface DescribeDBInstancesMessage {
|
|
285
|
-
DBInstanceIdentifier?: string | undefined;
|
|
286
|
-
Filters?: Filter[] | undefined;
|
|
287
|
-
MaxRecords?: number | undefined;
|
|
288
|
-
Marker?: string | undefined;
|
|
289
|
-
}
|
|
290
|
-
export declare class DBInstanceNotReadyFault extends __BaseException {
|
|
291
|
-
readonly name: "DBInstanceNotReadyFault";
|
|
292
|
-
readonly $fault: "client";
|
|
293
|
-
constructor(
|
|
294
|
-
opts: __ExceptionOptionType<DBInstanceNotReadyFault, __BaseException>
|
|
295
|
-
);
|
|
296
|
-
}
|
|
297
|
-
export interface DescribeDBLogFilesMessage {
|
|
298
|
-
DBInstanceIdentifier: string | undefined;
|
|
299
|
-
FilenameContains?: string | undefined;
|
|
300
|
-
FileLastWritten?: number | undefined;
|
|
301
|
-
FileSize?: number | undefined;
|
|
302
|
-
Filters?: Filter[] | undefined;
|
|
303
|
-
MaxRecords?: number | undefined;
|
|
304
|
-
Marker?: string | undefined;
|
|
305
|
-
}
|
|
306
|
-
export interface DescribeDBLogFilesDetails {
|
|
307
|
-
LogFileName?: string | undefined;
|
|
308
|
-
LastWritten?: number | undefined;
|
|
309
|
-
Size?: number | undefined;
|
|
310
|
-
}
|
|
311
|
-
export interface DescribeDBLogFilesResponse {
|
|
312
|
-
DescribeDBLogFiles?: DescribeDBLogFilesDetails[] | undefined;
|
|
313
|
-
Marker?: string | undefined;
|
|
314
|
-
}
|
|
315
|
-
export interface DescribeDBMajorEngineVersionsRequest {
|
|
316
|
-
Engine?: string | undefined;
|
|
317
|
-
MajorEngineVersion?: string | undefined;
|
|
318
|
-
Marker?: string | undefined;
|
|
319
|
-
MaxRecords?: number | undefined;
|
|
320
|
-
}
|
|
321
|
-
export declare const LifecycleSupportName: {
|
|
322
|
-
readonly OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support";
|
|
323
|
-
readonly OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support";
|
|
324
|
-
};
|
|
325
|
-
export type LifecycleSupportName =
|
|
326
|
-
(typeof LifecycleSupportName)[keyof typeof LifecycleSupportName];
|
|
327
|
-
export interface SupportedEngineLifecycle {
|
|
328
|
-
LifecycleSupportName: LifecycleSupportName | undefined;
|
|
329
|
-
LifecycleSupportStartDate: Date | undefined;
|
|
330
|
-
LifecycleSupportEndDate: Date | undefined;
|
|
331
|
-
}
|
|
332
|
-
export interface DBMajorEngineVersion {
|
|
333
|
-
Engine?: string | undefined;
|
|
334
|
-
MajorEngineVersion?: string | undefined;
|
|
335
|
-
SupportedEngineLifecycles?: SupportedEngineLifecycle[] | undefined;
|
|
336
|
-
}
|
|
337
|
-
export interface DescribeDBMajorEngineVersionsResponse {
|
|
338
|
-
DBMajorEngineVersions?: DBMajorEngineVersion[] | undefined;
|
|
339
|
-
Marker?: string | undefined;
|
|
340
|
-
}
|
|
341
|
-
export interface DBParameterGroupsMessage {
|
|
342
|
-
Marker?: string | undefined;
|
|
343
|
-
DBParameterGroups?: DBParameterGroup[] | undefined;
|
|
344
|
-
}
|
|
345
|
-
export interface DescribeDBParameterGroupsMessage {
|
|
346
|
-
DBParameterGroupName?: string | undefined;
|
|
347
|
-
Filters?: Filter[] | undefined;
|
|
348
|
-
MaxRecords?: number | undefined;
|
|
349
|
-
Marker?: string | undefined;
|
|
350
|
-
}
|
|
351
|
-
export interface DBParameterGroupDetails {
|
|
352
|
-
Parameters?: Parameter[] | undefined;
|
|
353
|
-
Marker?: string | undefined;
|
|
354
|
-
}
|
|
355
|
-
export interface DescribeDBParametersMessage {
|
|
356
|
-
DBParameterGroupName: string | undefined;
|
|
357
|
-
Source?: string | undefined;
|
|
358
|
-
Filters?: Filter[] | undefined;
|
|
359
|
-
MaxRecords?: number | undefined;
|
|
360
|
-
Marker?: string | undefined;
|
|
361
|
-
}
|
|
362
|
-
export interface DescribeDBProxiesRequest {
|
|
363
|
-
DBProxyName?: string | undefined;
|
|
364
|
-
Filters?: Filter[] | undefined;
|
|
365
|
-
Marker?: string | undefined;
|
|
366
|
-
MaxRecords?: number | undefined;
|
|
367
|
-
}
|
|
368
|
-
export interface DescribeDBProxiesResponse {
|
|
369
|
-
DBProxies?: DBProxy[] | undefined;
|
|
370
|
-
Marker?: string | undefined;
|
|
371
|
-
}
|
|
372
|
-
export interface DescribeDBProxyEndpointsRequest {
|
|
373
|
-
DBProxyName?: string | undefined;
|
|
374
|
-
DBProxyEndpointName?: string | undefined;
|
|
375
|
-
Filters?: Filter[] | undefined;
|
|
376
|
-
Marker?: string | undefined;
|
|
377
|
-
MaxRecords?: number | undefined;
|
|
378
|
-
}
|
|
379
|
-
export interface DescribeDBProxyEndpointsResponse {
|
|
380
|
-
DBProxyEndpoints?: DBProxyEndpoint[] | undefined;
|
|
381
|
-
Marker?: string | undefined;
|
|
382
|
-
}
|
|
383
|
-
export interface DescribeDBProxyTargetGroupsRequest {
|
|
384
|
-
DBProxyName: string | undefined;
|
|
385
|
-
TargetGroupName?: string | undefined;
|
|
386
|
-
Filters?: Filter[] | undefined;
|
|
387
|
-
Marker?: string | undefined;
|
|
388
|
-
MaxRecords?: number | undefined;
|
|
389
|
-
}
|
|
390
|
-
export interface ConnectionPoolConfigurationInfo {
|
|
391
|
-
MaxConnectionsPercent?: number | undefined;
|
|
392
|
-
MaxIdleConnectionsPercent?: number | undefined;
|
|
393
|
-
ConnectionBorrowTimeout?: number | undefined;
|
|
394
|
-
SessionPinningFilters?: string[] | undefined;
|
|
395
|
-
InitQuery?: string | undefined;
|
|
396
|
-
}
|
|
397
|
-
export interface DBProxyTargetGroup {
|
|
398
|
-
DBProxyName?: string | undefined;
|
|
399
|
-
TargetGroupName?: string | undefined;
|
|
400
|
-
TargetGroupArn?: string | undefined;
|
|
401
|
-
IsDefault?: boolean | undefined;
|
|
402
|
-
Status?: string | undefined;
|
|
403
|
-
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo | undefined;
|
|
404
|
-
CreatedDate?: Date | undefined;
|
|
405
|
-
UpdatedDate?: Date | undefined;
|
|
406
|
-
}
|
|
407
|
-
export interface DescribeDBProxyTargetGroupsResponse {
|
|
408
|
-
TargetGroups?: DBProxyTargetGroup[] | undefined;
|
|
409
|
-
Marker?: string | undefined;
|
|
410
|
-
}
|
|
411
|
-
export interface DescribeDBProxyTargetsRequest {
|
|
412
|
-
DBProxyName: string | undefined;
|
|
413
|
-
TargetGroupName?: string | undefined;
|
|
414
|
-
Filters?: Filter[] | undefined;
|
|
415
|
-
Marker?: string | undefined;
|
|
416
|
-
MaxRecords?: number | undefined;
|
|
417
|
-
}
|
|
418
|
-
export declare const TargetRole: {
|
|
419
|
-
readonly READ_ONLY: "READ_ONLY";
|
|
420
|
-
readonly READ_WRITE: "READ_WRITE";
|
|
421
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
422
|
-
};
|
|
423
|
-
export type TargetRole = (typeof TargetRole)[keyof typeof TargetRole];
|
|
424
|
-
export declare const TargetHealthReason: {
|
|
425
|
-
readonly AUTH_FAILURE: "AUTH_FAILURE";
|
|
426
|
-
readonly CONNECTION_FAILED: "CONNECTION_FAILED";
|
|
427
|
-
readonly INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE";
|
|
428
|
-
readonly PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY";
|
|
429
|
-
readonly PROMOTED: "PROMOTED";
|
|
430
|
-
readonly UNREACHABLE: "UNREACHABLE";
|
|
431
|
-
};
|
|
432
|
-
export type TargetHealthReason =
|
|
433
|
-
(typeof TargetHealthReason)[keyof typeof TargetHealthReason];
|
|
434
|
-
export declare const TargetState: {
|
|
435
|
-
readonly available: "AVAILABLE";
|
|
436
|
-
readonly registering: "REGISTERING";
|
|
437
|
-
readonly unavailable: "UNAVAILABLE";
|
|
438
|
-
readonly unused: "UNUSED";
|
|
439
|
-
};
|
|
440
|
-
export type TargetState = (typeof TargetState)[keyof typeof TargetState];
|
|
441
|
-
export interface TargetHealth {
|
|
442
|
-
State?: TargetState | undefined;
|
|
443
|
-
Reason?: TargetHealthReason | undefined;
|
|
444
|
-
Description?: string | undefined;
|
|
445
|
-
}
|
|
446
|
-
export declare const TargetType: {
|
|
447
|
-
readonly RDS_INSTANCE: "RDS_INSTANCE";
|
|
448
|
-
readonly RDS_SERVERLESS_ENDPOINT: "RDS_SERVERLESS_ENDPOINT";
|
|
449
|
-
readonly TRACKED_CLUSTER: "TRACKED_CLUSTER";
|
|
450
|
-
};
|
|
451
|
-
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
452
|
-
export interface DBProxyTarget {
|
|
453
|
-
TargetArn?: string | undefined;
|
|
454
|
-
Endpoint?: string | undefined;
|
|
455
|
-
TrackedClusterId?: string | undefined;
|
|
456
|
-
RdsResourceId?: string | undefined;
|
|
457
|
-
Port?: number | undefined;
|
|
458
|
-
Type?: TargetType | undefined;
|
|
459
|
-
Role?: TargetRole | undefined;
|
|
460
|
-
TargetHealth?: TargetHealth | undefined;
|
|
461
|
-
}
|
|
462
|
-
export interface DescribeDBProxyTargetsResponse {
|
|
463
|
-
Targets?: DBProxyTarget[] | undefined;
|
|
464
|
-
Marker?: string | undefined;
|
|
465
|
-
}
|
|
466
|
-
export interface PerformanceInsightsMetricDimensionGroup {
|
|
467
|
-
Dimensions?: string[] | undefined;
|
|
468
|
-
Group?: string | undefined;
|
|
469
|
-
Limit?: number | undefined;
|
|
470
|
-
}
|
|
471
|
-
export interface PerformanceInsightsMetricQuery {
|
|
472
|
-
GroupBy?: PerformanceInsightsMetricDimensionGroup | undefined;
|
|
473
|
-
Metric?: string | undefined;
|
|
474
|
-
}
|
|
475
|
-
export interface MetricQuery {
|
|
476
|
-
PerformanceInsightsMetricQuery?: PerformanceInsightsMetricQuery | undefined;
|
|
477
|
-
}
|
|
478
|
-
export interface ScalarReferenceDetails {
|
|
479
|
-
Value?: number | undefined;
|
|
480
|
-
}
|
|
481
|
-
export interface ReferenceDetails {
|
|
482
|
-
ScalarReferenceDetails?: ScalarReferenceDetails | undefined;
|
|
483
|
-
}
|
|
484
|
-
export interface MetricReference {
|
|
485
|
-
Name?: string | undefined;
|
|
486
|
-
ReferenceDetails?: ReferenceDetails | undefined;
|
|
487
|
-
}
|
|
488
|
-
export interface Metric {
|
|
489
|
-
Name?: string | undefined;
|
|
490
|
-
References?: MetricReference[] | undefined;
|
|
491
|
-
StatisticsDetails?: string | undefined;
|
|
492
|
-
MetricQuery?: MetricQuery | undefined;
|
|
493
|
-
}
|
|
494
|
-
export interface PerformanceIssueDetails {
|
|
495
|
-
StartTime?: Date | undefined;
|
|
496
|
-
EndTime?: Date | undefined;
|
|
497
|
-
Metrics?: Metric[] | undefined;
|
|
498
|
-
Analysis?: string | undefined;
|
|
499
|
-
}
|
|
500
|
-
export interface IssueDetails {
|
|
501
|
-
PerformanceIssueDetails?: PerformanceIssueDetails | undefined;
|
|
502
|
-
}
|
|
503
|
-
export interface DocLink {
|
|
504
|
-
Text?: string | undefined;
|
|
505
|
-
Url?: string | undefined;
|
|
506
|
-
}
|
|
507
|
-
export interface ContextAttribute {
|
|
508
|
-
Key?: string | undefined;
|
|
509
|
-
Value?: string | undefined;
|
|
510
|
-
}
|
|
511
|
-
export interface RecommendedActionParameter {
|
|
512
|
-
Key?: string | undefined;
|
|
513
|
-
Value?: string | undefined;
|
|
514
|
-
}
|
|
515
|
-
export interface RecommendedAction {
|
|
516
|
-
ActionId?: string | undefined;
|
|
517
|
-
Title?: string | undefined;
|
|
518
|
-
Description?: string | undefined;
|
|
519
|
-
Operation?: string | undefined;
|
|
520
|
-
Parameters?: RecommendedActionParameter[] | undefined;
|
|
521
|
-
ApplyModes?: string[] | undefined;
|
|
522
|
-
Status?: string | undefined;
|
|
523
|
-
IssueDetails?: IssueDetails | undefined;
|
|
524
|
-
ContextAttributes?: ContextAttribute[] | undefined;
|
|
525
|
-
}
|
|
526
|
-
export interface DBRecommendation {
|
|
527
|
-
RecommendationId?: string | undefined;
|
|
528
|
-
TypeId?: string | undefined;
|
|
529
|
-
Severity?: string | undefined;
|
|
530
|
-
ResourceArn?: string | undefined;
|
|
531
|
-
Status?: string | undefined;
|
|
532
|
-
CreatedTime?: Date | undefined;
|
|
533
|
-
UpdatedTime?: Date | undefined;
|
|
534
|
-
Detection?: string | undefined;
|
|
535
|
-
Recommendation?: string | undefined;
|
|
536
|
-
Description?: string | undefined;
|
|
537
|
-
Reason?: string | undefined;
|
|
538
|
-
RecommendedActions?: RecommendedAction[] | undefined;
|
|
539
|
-
Category?: string | undefined;
|
|
540
|
-
Source?: string | undefined;
|
|
541
|
-
TypeDetection?: string | undefined;
|
|
542
|
-
TypeRecommendation?: string | undefined;
|
|
543
|
-
Impact?: string | undefined;
|
|
544
|
-
AdditionalInfo?: string | undefined;
|
|
545
|
-
Links?: DocLink[] | undefined;
|
|
546
|
-
IssueDetails?: IssueDetails | undefined;
|
|
547
|
-
}
|
|
548
|
-
export interface DBRecommendationsMessage {
|
|
549
|
-
DBRecommendations?: DBRecommendation[] | undefined;
|
|
550
|
-
Marker?: string | undefined;
|
|
551
|
-
}
|
|
552
|
-
export interface DescribeDBRecommendationsMessage {
|
|
553
|
-
LastUpdatedAfter?: Date | undefined;
|
|
554
|
-
LastUpdatedBefore?: Date | undefined;
|
|
555
|
-
Locale?: string | undefined;
|
|
556
|
-
Filters?: Filter[] | undefined;
|
|
557
|
-
MaxRecords?: number | undefined;
|
|
558
|
-
Marker?: string | undefined;
|
|
559
|
-
}
|
|
560
|
-
export interface DBSecurityGroupMessage {
|
|
561
|
-
Marker?: string | undefined;
|
|
562
|
-
DBSecurityGroups?: DBSecurityGroup[] | undefined;
|
|
563
|
-
}
|
|
564
|
-
export interface DescribeDBSecurityGroupsMessage {
|
|
565
|
-
DBSecurityGroupName?: string | undefined;
|
|
566
|
-
Filters?: Filter[] | undefined;
|
|
567
|
-
MaxRecords?: number | undefined;
|
|
568
|
-
Marker?: string | undefined;
|
|
569
|
-
}
|
|
570
|
-
export interface DescribeDBShardGroupsMessage {
|
|
571
|
-
DBShardGroupIdentifier?: string | undefined;
|
|
572
|
-
Filters?: Filter[] | undefined;
|
|
573
|
-
Marker?: string | undefined;
|
|
574
|
-
MaxRecords?: number | undefined;
|
|
575
|
-
}
|
|
576
|
-
export interface DescribeDBShardGroupsResponse {
|
|
577
|
-
DBShardGroups?: DBShardGroup[] | undefined;
|
|
578
|
-
Marker?: string | undefined;
|
|
579
|
-
}
|
|
580
|
-
export interface DescribeDBSnapshotAttributesMessage {
|
|
581
|
-
DBSnapshotIdentifier: string | undefined;
|
|
582
|
-
}
|
|
583
|
-
export interface DBSnapshotAttribute {
|
|
584
|
-
AttributeName?: string | undefined;
|
|
585
|
-
AttributeValues?: string[] | undefined;
|
|
586
|
-
}
|
|
587
|
-
export interface DBSnapshotAttributesResult {
|
|
588
|
-
DBSnapshotIdentifier?: string | undefined;
|
|
589
|
-
DBSnapshotAttributes?: DBSnapshotAttribute[] | undefined;
|
|
590
|
-
}
|
|
591
|
-
export interface DescribeDBSnapshotAttributesResult {
|
|
592
|
-
DBSnapshotAttributesResult?: DBSnapshotAttributesResult | undefined;
|
|
593
|
-
}
|
|
594
|
-
export interface DBSnapshotMessage {
|
|
595
|
-
Marker?: string | undefined;
|
|
596
|
-
DBSnapshots?: DBSnapshot[] | undefined;
|
|
597
|
-
}
|
|
598
|
-
export interface DescribeDBSnapshotsMessage {
|
|
599
|
-
DBInstanceIdentifier?: string | undefined;
|
|
600
|
-
DBSnapshotIdentifier?: string | undefined;
|
|
601
|
-
SnapshotType?: string | undefined;
|
|
602
|
-
Filters?: Filter[] | undefined;
|
|
603
|
-
MaxRecords?: number | undefined;
|
|
604
|
-
Marker?: string | undefined;
|
|
605
|
-
IncludeShared?: boolean | undefined;
|
|
606
|
-
IncludePublic?: boolean | undefined;
|
|
607
|
-
DbiResourceId?: string | undefined;
|
|
608
|
-
}
|
|
609
|
-
export interface DBSnapshotTenantDatabase {
|
|
610
|
-
DBSnapshotIdentifier?: string | undefined;
|
|
611
|
-
DBInstanceIdentifier?: string | undefined;
|
|
612
|
-
DbiResourceId?: string | undefined;
|
|
613
|
-
EngineName?: string | undefined;
|
|
614
|
-
SnapshotType?: string | undefined;
|
|
615
|
-
TenantDatabaseCreateTime?: Date | undefined;
|
|
616
|
-
TenantDBName?: string | undefined;
|
|
617
|
-
MasterUsername?: string | undefined;
|
|
618
|
-
TenantDatabaseResourceId?: string | undefined;
|
|
619
|
-
CharacterSetName?: string | undefined;
|
|
620
|
-
DBSnapshotTenantDatabaseARN?: string | undefined;
|
|
621
|
-
NcharCharacterSetName?: string | undefined;
|
|
622
|
-
TagList?: Tag[] | undefined;
|
|
623
|
-
}
|
|
624
|
-
export interface DBSnapshotTenantDatabasesMessage {
|
|
625
|
-
Marker?: string | undefined;
|
|
626
|
-
DBSnapshotTenantDatabases?: DBSnapshotTenantDatabase[] | undefined;
|
|
627
|
-
}
|
|
628
|
-
export interface DescribeDBSnapshotTenantDatabasesMessage {
|
|
629
|
-
DBInstanceIdentifier?: string | undefined;
|
|
630
|
-
DBSnapshotIdentifier?: string | undefined;
|
|
631
|
-
SnapshotType?: string | undefined;
|
|
632
|
-
Filters?: Filter[] | undefined;
|
|
633
|
-
MaxRecords?: number | undefined;
|
|
634
|
-
Marker?: string | undefined;
|
|
635
|
-
DbiResourceId?: string | undefined;
|
|
636
|
-
}
|
|
637
|
-
export interface DBSubnetGroupMessage {
|
|
638
|
-
Marker?: string | undefined;
|
|
639
|
-
DBSubnetGroups?: DBSubnetGroup[] | undefined;
|
|
640
|
-
}
|
|
641
|
-
export interface DescribeDBSubnetGroupsMessage {
|
|
642
|
-
DBSubnetGroupName?: string | undefined;
|
|
643
|
-
Filters?: Filter[] | undefined;
|
|
644
|
-
MaxRecords?: number | undefined;
|
|
645
|
-
Marker?: string | undefined;
|
|
646
|
-
}
|
|
647
|
-
export interface DescribeEngineDefaultClusterParametersMessage {
|
|
648
|
-
DBParameterGroupFamily: string | undefined;
|
|
649
|
-
Filters?: Filter[] | undefined;
|
|
650
|
-
MaxRecords?: number | undefined;
|
|
651
|
-
Marker?: string | undefined;
|
|
652
|
-
}
|
|
653
|
-
export interface EngineDefaults {
|
|
654
|
-
DBParameterGroupFamily?: string | undefined;
|
|
655
|
-
Marker?: string | undefined;
|
|
656
|
-
Parameters?: Parameter[] | undefined;
|
|
657
|
-
}
|
|
658
|
-
export interface DescribeEngineDefaultClusterParametersResult {
|
|
659
|
-
EngineDefaults?: EngineDefaults | undefined;
|
|
660
|
-
}
|
|
661
|
-
export interface DescribeEngineDefaultParametersMessage {
|
|
662
|
-
DBParameterGroupFamily: string | undefined;
|
|
663
|
-
Filters?: Filter[] | undefined;
|
|
664
|
-
MaxRecords?: number | undefined;
|
|
665
|
-
Marker?: string | undefined;
|
|
666
|
-
}
|
|
667
|
-
export interface DescribeEngineDefaultParametersResult {
|
|
668
|
-
EngineDefaults?: EngineDefaults | undefined;
|
|
669
|
-
}
|
|
670
|
-
export interface DescribeEventCategoriesMessage {
|
|
671
|
-
SourceType?: string | undefined;
|
|
672
|
-
Filters?: Filter[] | undefined;
|
|
673
|
-
}
|
|
674
|
-
export interface EventCategoriesMap {
|
|
675
|
-
SourceType?: string | undefined;
|
|
676
|
-
EventCategories?: string[] | undefined;
|
|
677
|
-
}
|
|
678
|
-
export interface EventCategoriesMessage {
|
|
679
|
-
EventCategoriesMapList?: EventCategoriesMap[] | undefined;
|
|
680
|
-
}
|
|
681
|
-
export declare const SourceType: {
|
|
682
|
-
readonly blue_green_deployment: "blue-green-deployment";
|
|
683
|
-
readonly custom_engine_version: "custom-engine-version";
|
|
684
|
-
readonly db_cluster: "db-cluster";
|
|
685
|
-
readonly db_cluster_snapshot: "db-cluster-snapshot";
|
|
686
|
-
readonly db_instance: "db-instance";
|
|
687
|
-
readonly db_parameter_group: "db-parameter-group";
|
|
688
|
-
readonly db_proxy: "db-proxy";
|
|
689
|
-
readonly db_security_group: "db-security-group";
|
|
690
|
-
readonly db_shard_group: "db-shard-group";
|
|
691
|
-
readonly db_snapshot: "db-snapshot";
|
|
692
|
-
readonly zero_etl: "zero-etl";
|
|
693
|
-
};
|
|
694
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
695
|
-
export interface DescribeEventsMessage {
|
|
696
|
-
SourceIdentifier?: string | undefined;
|
|
697
|
-
SourceType?: SourceType | undefined;
|
|
698
|
-
StartTime?: Date | undefined;
|
|
699
|
-
EndTime?: Date | undefined;
|
|
700
|
-
Duration?: number | undefined;
|
|
701
|
-
EventCategories?: string[] | undefined;
|
|
702
|
-
Filters?: Filter[] | undefined;
|
|
703
|
-
MaxRecords?: number | undefined;
|
|
704
|
-
Marker?: string | undefined;
|
|
705
|
-
}
|
|
706
|
-
export interface Event {
|
|
707
|
-
SourceIdentifier?: string | undefined;
|
|
708
|
-
SourceType?: SourceType | undefined;
|
|
709
|
-
Message?: string | undefined;
|
|
710
|
-
EventCategories?: string[] | undefined;
|
|
711
|
-
Date?: Date | undefined;
|
|
712
|
-
SourceArn?: string | undefined;
|
|
713
|
-
}
|
|
714
|
-
export interface EventsMessage {
|
|
715
|
-
Marker?: string | undefined;
|
|
716
|
-
Events?: Event[] | undefined;
|
|
717
|
-
}
|
|
718
|
-
export interface DescribeEventSubscriptionsMessage {
|
|
719
|
-
SubscriptionName?: string | undefined;
|
|
720
|
-
Filters?: Filter[] | undefined;
|
|
721
|
-
MaxRecords?: number | undefined;
|
|
722
|
-
Marker?: string | undefined;
|
|
723
|
-
}
|
|
724
|
-
export interface EventSubscriptionsMessage {
|
|
725
|
-
Marker?: string | undefined;
|
|
726
|
-
EventSubscriptionsList?: EventSubscription[] | undefined;
|
|
727
|
-
}
|
|
728
|
-
export interface DescribeExportTasksMessage {
|
|
729
|
-
ExportTaskIdentifier?: string | undefined;
|
|
730
|
-
SourceArn?: string | undefined;
|
|
731
|
-
Filters?: Filter[] | undefined;
|
|
732
|
-
Marker?: string | undefined;
|
|
733
|
-
MaxRecords?: number | undefined;
|
|
734
|
-
SourceType?: ExportSourceType | undefined;
|
|
735
|
-
}
|
|
736
|
-
export interface ExportTasksMessage {
|
|
737
|
-
Marker?: string | undefined;
|
|
738
|
-
ExportTasks?: ExportTask[] | undefined;
|
|
739
|
-
}
|
|
740
|
-
export interface DescribeGlobalClustersMessage {
|
|
741
|
-
GlobalClusterIdentifier?: string | undefined;
|
|
742
|
-
Filters?: Filter[] | undefined;
|
|
743
|
-
MaxRecords?: number | undefined;
|
|
744
|
-
Marker?: string | undefined;
|
|
745
|
-
}
|
|
746
|
-
export interface GlobalClustersMessage {
|
|
747
|
-
Marker?: string | undefined;
|
|
748
|
-
GlobalClusters?: GlobalCluster[] | undefined;
|
|
749
|
-
}
|
|
750
|
-
export interface DescribeIntegrationsMessage {
|
|
751
|
-
IntegrationIdentifier?: string | undefined;
|
|
752
|
-
Filters?: Filter[] | undefined;
|
|
753
|
-
MaxRecords?: number | undefined;
|
|
754
|
-
Marker?: string | undefined;
|
|
755
|
-
}
|
|
756
|
-
export interface DescribeIntegrationsResponse {
|
|
757
|
-
Marker?: string | undefined;
|
|
758
|
-
Integrations?: Integration[] | undefined;
|
|
759
|
-
}
|
|
760
|
-
export interface DescribeOptionGroupOptionsMessage {
|
|
761
|
-
EngineName: string | undefined;
|
|
762
|
-
MajorEngineVersion?: string | undefined;
|
|
763
|
-
Filters?: Filter[] | undefined;
|
|
764
|
-
MaxRecords?: number | undefined;
|
|
765
|
-
Marker?: string | undefined;
|
|
766
|
-
}
|
|
767
|
-
export interface MinimumEngineVersionPerAllowedValue {
|
|
768
|
-
AllowedValue?: string | undefined;
|
|
769
|
-
MinimumEngineVersion?: string | undefined;
|
|
770
|
-
}
|
|
771
|
-
export interface OptionGroupOptionSetting {
|
|
772
|
-
SettingName?: string | undefined;
|
|
773
|
-
SettingDescription?: string | undefined;
|
|
774
|
-
DefaultValue?: string | undefined;
|
|
775
|
-
ApplyType?: string | undefined;
|
|
776
|
-
AllowedValues?: string | undefined;
|
|
777
|
-
IsModifiable?: boolean | undefined;
|
|
778
|
-
IsRequired?: boolean | undefined;
|
|
779
|
-
MinimumEngineVersionPerAllowedValue?:
|
|
780
|
-
| MinimumEngineVersionPerAllowedValue[]
|
|
781
|
-
| undefined;
|
|
782
|
-
}
|
|
783
|
-
export interface OptionVersion {
|
|
784
|
-
Version?: string | undefined;
|
|
785
|
-
IsDefault?: boolean | undefined;
|
|
786
|
-
}
|
|
787
|
-
export interface OptionGroupOption {
|
|
788
|
-
Name?: string | undefined;
|
|
789
|
-
Description?: string | undefined;
|
|
790
|
-
EngineName?: string | undefined;
|
|
791
|
-
MajorEngineVersion?: string | undefined;
|
|
792
|
-
MinimumRequiredMinorEngineVersion?: string | undefined;
|
|
793
|
-
PortRequired?: boolean | undefined;
|
|
794
|
-
DefaultPort?: number | undefined;
|
|
795
|
-
OptionsDependedOn?: string[] | undefined;
|
|
796
|
-
OptionsConflictsWith?: string[] | undefined;
|
|
797
|
-
Persistent?: boolean | undefined;
|
|
798
|
-
Permanent?: boolean | undefined;
|
|
799
|
-
RequiresAutoMinorEngineVersionUpgrade?: boolean | undefined;
|
|
800
|
-
VpcOnly?: boolean | undefined;
|
|
801
|
-
SupportsOptionVersionDowngrade?: boolean | undefined;
|
|
802
|
-
OptionGroupOptionSettings?: OptionGroupOptionSetting[] | undefined;
|
|
803
|
-
OptionGroupOptionVersions?: OptionVersion[] | undefined;
|
|
804
|
-
CopyableCrossAccount?: boolean | undefined;
|
|
805
|
-
}
|
|
806
|
-
export interface OptionGroupOptionsMessage {
|
|
807
|
-
OptionGroupOptions?: OptionGroupOption[] | undefined;
|
|
808
|
-
Marker?: string | undefined;
|
|
809
|
-
}
|
|
810
|
-
export interface DescribeOptionGroupsMessage {
|
|
811
|
-
OptionGroupName?: string | undefined;
|
|
812
|
-
Filters?: Filter[] | undefined;
|
|
813
|
-
Marker?: string | undefined;
|
|
814
|
-
MaxRecords?: number | undefined;
|
|
815
|
-
EngineName?: string | undefined;
|
|
816
|
-
MajorEngineVersion?: string | undefined;
|
|
817
|
-
}
|
|
818
|
-
export interface OptionGroups {
|
|
819
|
-
OptionGroupsList?: OptionGroup[] | undefined;
|
|
820
|
-
Marker?: string | undefined;
|
|
821
|
-
}
|
|
822
|
-
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
823
|
-
Engine: string | undefined;
|
|
824
|
-
EngineVersion?: string | undefined;
|
|
825
|
-
DBInstanceClass?: string | undefined;
|
|
826
|
-
LicenseModel?: string | undefined;
|
|
827
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
828
|
-
Vpc?: boolean | undefined;
|
|
829
|
-
Filters?: Filter[] | undefined;
|
|
830
|
-
MaxRecords?: number | undefined;
|
|
831
|
-
Marker?: string | undefined;
|
|
832
|
-
}
|
|
833
|
-
export interface AvailableProcessorFeature {
|
|
834
|
-
Name?: string | undefined;
|
|
835
|
-
DefaultValue?: string | undefined;
|
|
836
|
-
AllowedValues?: string | undefined;
|
|
837
|
-
}
|
|
838
|
-
export interface OrderableDBInstanceOption {
|
|
839
|
-
Engine?: string | undefined;
|
|
840
|
-
EngineVersion?: string | undefined;
|
|
841
|
-
DBInstanceClass?: string | undefined;
|
|
842
|
-
LicenseModel?: string | undefined;
|
|
843
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
844
|
-
AvailabilityZones?: AvailabilityZone[] | undefined;
|
|
845
|
-
MultiAZCapable?: boolean | undefined;
|
|
846
|
-
ReadReplicaCapable?: boolean | undefined;
|
|
847
|
-
Vpc?: boolean | undefined;
|
|
848
|
-
SupportsStorageEncryption?: boolean | undefined;
|
|
849
|
-
StorageType?: string | undefined;
|
|
850
|
-
SupportsIops?: boolean | undefined;
|
|
851
|
-
SupportsStorageThroughput?: boolean | undefined;
|
|
852
|
-
SupportsEnhancedMonitoring?: boolean | undefined;
|
|
853
|
-
SupportsIAMDatabaseAuthentication?: boolean | undefined;
|
|
854
|
-
SupportsPerformanceInsights?: boolean | undefined;
|
|
855
|
-
MinStorageSize?: number | undefined;
|
|
856
|
-
MaxStorageSize?: number | undefined;
|
|
857
|
-
MinIopsPerDbInstance?: number | undefined;
|
|
858
|
-
MaxIopsPerDbInstance?: number | undefined;
|
|
859
|
-
MinIopsPerGib?: number | undefined;
|
|
860
|
-
MaxIopsPerGib?: number | undefined;
|
|
861
|
-
MinStorageThroughputPerDbInstance?: number | undefined;
|
|
862
|
-
MaxStorageThroughputPerDbInstance?: number | undefined;
|
|
863
|
-
MinStorageThroughputPerIops?: number | undefined;
|
|
864
|
-
MaxStorageThroughputPerIops?: number | undefined;
|
|
865
|
-
AvailableProcessorFeatures?: AvailableProcessorFeature[] | undefined;
|
|
866
|
-
SupportedEngineModes?: string[] | undefined;
|
|
867
|
-
SupportsStorageAutoscaling?: boolean | undefined;
|
|
868
|
-
SupportsKerberosAuthentication?: boolean | undefined;
|
|
869
|
-
OutpostCapable?: boolean | undefined;
|
|
870
|
-
SupportedActivityStreamModes?: string[] | undefined;
|
|
871
|
-
SupportsGlobalDatabases?: boolean | undefined;
|
|
872
|
-
SupportedNetworkTypes?: string[] | undefined;
|
|
873
|
-
SupportsClusters?: boolean | undefined;
|
|
874
|
-
SupportsDedicatedLogVolume?: boolean | undefined;
|
|
875
|
-
SupportsHttpEndpoint?: boolean | undefined;
|
|
876
|
-
}
|
|
877
|
-
export interface OrderableDBInstanceOptionsMessage {
|
|
878
|
-
OrderableDBInstanceOptions?: OrderableDBInstanceOption[] | undefined;
|
|
879
|
-
Marker?: string | undefined;
|
|
880
|
-
}
|
|
881
|
-
export interface DescribePendingMaintenanceActionsMessage {
|
|
882
|
-
ResourceIdentifier?: string | undefined;
|
|
883
|
-
Filters?: Filter[] | undefined;
|
|
884
|
-
Marker?: string | undefined;
|
|
885
|
-
MaxRecords?: number | undefined;
|
|
886
|
-
}
|
|
887
|
-
export interface PendingMaintenanceActionsMessage {
|
|
888
|
-
PendingMaintenanceActions?: ResourcePendingMaintenanceActions[] | undefined;
|
|
889
|
-
Marker?: string | undefined;
|
|
890
|
-
}
|
|
891
|
-
export interface DescribeReservedDBInstancesMessage {
|
|
892
|
-
ReservedDBInstanceId?: string | undefined;
|
|
893
|
-
ReservedDBInstancesOfferingId?: string | undefined;
|
|
894
|
-
DBInstanceClass?: string | undefined;
|
|
895
|
-
Duration?: string | undefined;
|
|
896
|
-
ProductDescription?: string | undefined;
|
|
897
|
-
OfferingType?: string | undefined;
|
|
898
|
-
MultiAZ?: boolean | undefined;
|
|
899
|
-
LeaseId?: string | undefined;
|
|
900
|
-
Filters?: Filter[] | undefined;
|
|
901
|
-
MaxRecords?: number | undefined;
|
|
902
|
-
Marker?: string | undefined;
|
|
903
|
-
}
|
|
904
|
-
export interface RecurringCharge {
|
|
905
|
-
RecurringChargeAmount?: number | undefined;
|
|
906
|
-
RecurringChargeFrequency?: string | undefined;
|
|
907
|
-
}
|
|
908
|
-
export interface ReservedDBInstance {
|
|
909
|
-
ReservedDBInstanceId?: string | undefined;
|
|
910
|
-
ReservedDBInstancesOfferingId?: string | undefined;
|
|
911
|
-
DBInstanceClass?: string | undefined;
|
|
912
|
-
StartTime?: Date | undefined;
|
|
913
|
-
Duration?: number | undefined;
|
|
914
|
-
FixedPrice?: number | undefined;
|
|
915
|
-
UsagePrice?: number | undefined;
|
|
916
|
-
CurrencyCode?: string | undefined;
|
|
917
|
-
DBInstanceCount?: number | undefined;
|
|
918
|
-
ProductDescription?: string | undefined;
|
|
919
|
-
OfferingType?: string | undefined;
|
|
920
|
-
MultiAZ?: boolean | undefined;
|
|
921
|
-
State?: string | undefined;
|
|
922
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
923
|
-
ReservedDBInstanceArn?: string | undefined;
|
|
924
|
-
LeaseId?: string | undefined;
|
|
925
|
-
}
|
|
926
|
-
export interface ReservedDBInstanceMessage {
|
|
927
|
-
Marker?: string | undefined;
|
|
928
|
-
ReservedDBInstances?: ReservedDBInstance[] | undefined;
|
|
929
|
-
}
|
|
930
|
-
export declare class ReservedDBInstanceNotFoundFault extends __BaseException {
|
|
931
|
-
readonly name: "ReservedDBInstanceNotFoundFault";
|
|
932
|
-
readonly $fault: "client";
|
|
933
|
-
constructor(
|
|
934
|
-
opts: __ExceptionOptionType<
|
|
935
|
-
ReservedDBInstanceNotFoundFault,
|
|
936
|
-
__BaseException
|
|
937
|
-
>
|
|
938
|
-
);
|
|
939
|
-
}
|
|
940
|
-
export interface DescribeReservedDBInstancesOfferingsMessage {
|
|
941
|
-
ReservedDBInstancesOfferingId?: string | undefined;
|
|
942
|
-
DBInstanceClass?: string | undefined;
|
|
943
|
-
Duration?: string | undefined;
|
|
944
|
-
ProductDescription?: string | undefined;
|
|
945
|
-
OfferingType?: string | undefined;
|
|
946
|
-
MultiAZ?: boolean | undefined;
|
|
947
|
-
Filters?: Filter[] | undefined;
|
|
948
|
-
MaxRecords?: number | undefined;
|
|
949
|
-
Marker?: string | undefined;
|
|
950
|
-
}
|
|
951
|
-
export interface ReservedDBInstancesOffering {
|
|
952
|
-
ReservedDBInstancesOfferingId?: string | undefined;
|
|
953
|
-
DBInstanceClass?: string | undefined;
|
|
954
|
-
Duration?: number | undefined;
|
|
955
|
-
FixedPrice?: number | undefined;
|
|
956
|
-
UsagePrice?: number | undefined;
|
|
957
|
-
CurrencyCode?: string | undefined;
|
|
958
|
-
ProductDescription?: string | undefined;
|
|
959
|
-
OfferingType?: string | undefined;
|
|
960
|
-
MultiAZ?: boolean | undefined;
|
|
961
|
-
RecurringCharges?: RecurringCharge[] | undefined;
|
|
962
|
-
}
|
|
963
|
-
export interface ReservedDBInstancesOfferingMessage {
|
|
964
|
-
Marker?: string | undefined;
|
|
965
|
-
ReservedDBInstancesOfferings?: ReservedDBInstancesOffering[] | undefined;
|
|
966
|
-
}
|
|
967
|
-
export declare class ReservedDBInstancesOfferingNotFoundFault extends __BaseException {
|
|
968
|
-
readonly name: "ReservedDBInstancesOfferingNotFoundFault";
|
|
969
|
-
readonly $fault: "client";
|
|
970
|
-
constructor(
|
|
971
|
-
opts: __ExceptionOptionType<
|
|
972
|
-
ReservedDBInstancesOfferingNotFoundFault,
|
|
973
|
-
__BaseException
|
|
974
|
-
>
|
|
975
|
-
);
|
|
976
|
-
}
|
|
977
|
-
export interface DescribeSourceRegionsMessage {
|
|
978
|
-
RegionName?: string | undefined;
|
|
979
|
-
MaxRecords?: number | undefined;
|
|
980
|
-
Marker?: string | undefined;
|
|
981
|
-
Filters?: Filter[] | undefined;
|
|
982
|
-
}
|
|
983
|
-
export interface SourceRegion {
|
|
984
|
-
RegionName?: string | undefined;
|
|
985
|
-
Endpoint?: string | undefined;
|
|
986
|
-
Status?: string | undefined;
|
|
987
|
-
SupportsDBInstanceAutomatedBackupsReplication?: boolean | undefined;
|
|
988
|
-
}
|
|
989
|
-
export interface SourceRegionMessage {
|
|
990
|
-
Marker?: string | undefined;
|
|
991
|
-
SourceRegions?: SourceRegion[] | undefined;
|
|
992
|
-
}
|
|
993
|
-
export interface DescribeTenantDatabasesMessage {
|
|
994
|
-
DBInstanceIdentifier?: string | undefined;
|
|
995
|
-
TenantDBName?: string | undefined;
|
|
996
|
-
Filters?: Filter[] | undefined;
|
|
997
|
-
Marker?: string | undefined;
|
|
998
|
-
MaxRecords?: number | undefined;
|
|
999
|
-
}
|
|
1000
|
-
export interface TenantDatabasesMessage {
|
|
1001
|
-
Marker?: string | undefined;
|
|
1002
|
-
TenantDatabases?: TenantDatabase[] | undefined;
|
|
1003
|
-
}
|
|
1004
|
-
export interface DescribeValidDBInstanceModificationsMessage {
|
|
1005
|
-
DBInstanceIdentifier: string | undefined;
|
|
1006
|
-
}
|
|
1007
|
-
export interface DoubleRange {
|
|
1008
|
-
From?: number | undefined;
|
|
1009
|
-
To?: number | undefined;
|
|
1010
|
-
}
|
|
1011
|
-
export interface Range {
|
|
1012
|
-
From?: number | undefined;
|
|
1013
|
-
To?: number | undefined;
|
|
1014
|
-
Step?: number | undefined;
|
|
1015
|
-
}
|
|
1016
47
|
export interface ValidStorageOptions {
|
|
1017
48
|
StorageType?: string | undefined;
|
|
1018
49
|
StorageSize?: Range[] | undefined;
|
|
@@ -1039,20 +70,6 @@ export interface DisableHttpEndpointResponse {
|
|
|
1039
70
|
ResourceArn?: string | undefined;
|
|
1040
71
|
HttpEndpointEnabled?: boolean | undefined;
|
|
1041
72
|
}
|
|
1042
|
-
export declare class InvalidResourceStateFault extends __BaseException {
|
|
1043
|
-
readonly name: "InvalidResourceStateFault";
|
|
1044
|
-
readonly $fault: "client";
|
|
1045
|
-
constructor(
|
|
1046
|
-
opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>
|
|
1047
|
-
);
|
|
1048
|
-
}
|
|
1049
|
-
export declare class DBLogFileNotFoundFault extends __BaseException {
|
|
1050
|
-
readonly name: "DBLogFileNotFoundFault";
|
|
1051
|
-
readonly $fault: "client";
|
|
1052
|
-
constructor(
|
|
1053
|
-
opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>
|
|
1054
|
-
);
|
|
1055
|
-
}
|
|
1056
73
|
export interface DownloadDBLogFilePortionDetails {
|
|
1057
74
|
LogFileData?: string | undefined;
|
|
1058
75
|
Marker?: string | undefined;
|
|
@@ -1094,12 +111,6 @@ export interface ListTagsForResourceMessage {
|
|
|
1094
111
|
export interface TagListMessage {
|
|
1095
112
|
TagList?: Tag[] | undefined;
|
|
1096
113
|
}
|
|
1097
|
-
export declare const AuditPolicyState: {
|
|
1098
|
-
readonly LOCKED_POLICY: "locked";
|
|
1099
|
-
readonly UNLOCKED_POLICY: "unlocked";
|
|
1100
|
-
};
|
|
1101
|
-
export type AuditPolicyState =
|
|
1102
|
-
(typeof AuditPolicyState)[keyof typeof AuditPolicyState];
|
|
1103
114
|
export interface ModifyActivityStreamRequest {
|
|
1104
115
|
ResourceArn?: string | undefined;
|
|
1105
116
|
AuditPolicyState?: AuditPolicyState | undefined;
|
|
@@ -1126,26 +137,12 @@ export interface DBClusterCapacityInfo {
|
|
|
1126
137
|
SecondsBeforeTimeout?: number | undefined;
|
|
1127
138
|
TimeoutAction?: string | undefined;
|
|
1128
139
|
}
|
|
1129
|
-
export declare class InvalidDBClusterCapacityFault extends __BaseException {
|
|
1130
|
-
readonly name: "InvalidDBClusterCapacityFault";
|
|
1131
|
-
readonly $fault: "client";
|
|
1132
|
-
constructor(
|
|
1133
|
-
opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>
|
|
1134
|
-
);
|
|
1135
|
-
}
|
|
1136
140
|
export interface ModifyCurrentDBClusterCapacityMessage {
|
|
1137
141
|
DBClusterIdentifier: string | undefined;
|
|
1138
142
|
Capacity?: number | undefined;
|
|
1139
143
|
SecondsBeforeTimeout?: number | undefined;
|
|
1140
144
|
TimeoutAction?: string | undefined;
|
|
1141
145
|
}
|
|
1142
|
-
export declare const CustomEngineVersionStatus: {
|
|
1143
|
-
readonly available: "available";
|
|
1144
|
-
readonly inactive: "inactive";
|
|
1145
|
-
readonly inactive_except_restore: "inactive-except-restore";
|
|
1146
|
-
};
|
|
1147
|
-
export type CustomEngineVersionStatus =
|
|
1148
|
-
(typeof CustomEngineVersionStatus)[keyof typeof CustomEngineVersionStatus];
|
|
1149
146
|
export interface ModifyCustomDBEngineVersionMessage {
|
|
1150
147
|
Engine: string | undefined;
|
|
1151
148
|
EngineVersion: string | undefined;
|
|
@@ -1212,13 +209,6 @@ export interface ModifyDBClusterMessage {
|
|
|
1212
209
|
export interface ModifyDBClusterResult {
|
|
1213
210
|
DBCluster?: DBCluster | undefined;
|
|
1214
211
|
}
|
|
1215
|
-
export declare class StorageTypeNotAvailableFault extends __BaseException {
|
|
1216
|
-
readonly name: "StorageTypeNotAvailableFault";
|
|
1217
|
-
readonly $fault: "client";
|
|
1218
|
-
constructor(
|
|
1219
|
-
opts: __ExceptionOptionType<StorageTypeNotAvailableFault, __BaseException>
|
|
1220
|
-
);
|
|
1221
|
-
}
|
|
1222
212
|
export interface ModifyDBClusterEndpointMessage {
|
|
1223
213
|
DBClusterEndpointIdentifier: string | undefined;
|
|
1224
214
|
EndpointType?: string | undefined;
|
|
@@ -1243,26 +233,6 @@ export interface ModifyDBClusterSnapshotAttributeResult {
|
|
|
1243
233
|
| DBClusterSnapshotAttributesResult
|
|
1244
234
|
| undefined;
|
|
1245
235
|
}
|
|
1246
|
-
export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
1247
|
-
readonly name: "SharedSnapshotQuotaExceededFault";
|
|
1248
|
-
readonly $fault: "client";
|
|
1249
|
-
constructor(
|
|
1250
|
-
opts: __ExceptionOptionType<
|
|
1251
|
-
SharedSnapshotQuotaExceededFault,
|
|
1252
|
-
__BaseException
|
|
1253
|
-
>
|
|
1254
|
-
);
|
|
1255
|
-
}
|
|
1256
|
-
export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
1257
|
-
readonly name: "DBUpgradeDependencyFailureFault";
|
|
1258
|
-
readonly $fault: "client";
|
|
1259
|
-
constructor(
|
|
1260
|
-
opts: __ExceptionOptionType<
|
|
1261
|
-
DBUpgradeDependencyFailureFault,
|
|
1262
|
-
__BaseException
|
|
1263
|
-
>
|
|
1264
|
-
);
|
|
1265
|
-
}
|
|
1266
236
|
export interface ModifyDBInstanceMessage {
|
|
1267
237
|
DBInstanceIdentifier: string | undefined;
|
|
1268
238
|
AllocatedStorage?: number | undefined;
|
|
@@ -1421,11 +391,6 @@ export interface ModifyDBSubnetGroupMessage {
|
|
|
1421
391
|
export interface ModifyDBSubnetGroupResult {
|
|
1422
392
|
DBSubnetGroup?: DBSubnetGroup | undefined;
|
|
1423
393
|
}
|
|
1424
|
-
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
1425
|
-
readonly name: "SubnetAlreadyInUse";
|
|
1426
|
-
readonly $fault: "client";
|
|
1427
|
-
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
1428
|
-
}
|
|
1429
394
|
export interface ModifyEventSubscriptionMessage {
|
|
1430
395
|
SubscriptionName: string | undefined;
|
|
1431
396
|
SnsTopicArn?: string | undefined;
|
|
@@ -1504,26 +469,6 @@ export interface PurchaseReservedDBInstancesOfferingMessage {
|
|
|
1504
469
|
export interface PurchaseReservedDBInstancesOfferingResult {
|
|
1505
470
|
ReservedDBInstance?: ReservedDBInstance | undefined;
|
|
1506
471
|
}
|
|
1507
|
-
export declare class ReservedDBInstanceAlreadyExistsFault extends __BaseException {
|
|
1508
|
-
readonly name: "ReservedDBInstanceAlreadyExistsFault";
|
|
1509
|
-
readonly $fault: "client";
|
|
1510
|
-
constructor(
|
|
1511
|
-
opts: __ExceptionOptionType<
|
|
1512
|
-
ReservedDBInstanceAlreadyExistsFault,
|
|
1513
|
-
__BaseException
|
|
1514
|
-
>
|
|
1515
|
-
);
|
|
1516
|
-
}
|
|
1517
|
-
export declare class ReservedDBInstanceQuotaExceededFault extends __BaseException {
|
|
1518
|
-
readonly name: "ReservedDBInstanceQuotaExceededFault";
|
|
1519
|
-
readonly $fault: "client";
|
|
1520
|
-
constructor(
|
|
1521
|
-
opts: __ExceptionOptionType<
|
|
1522
|
-
ReservedDBInstanceQuotaExceededFault,
|
|
1523
|
-
__BaseException
|
|
1524
|
-
>
|
|
1525
|
-
);
|
|
1526
|
-
}
|
|
1527
472
|
export interface RebootDBClusterMessage {
|
|
1528
473
|
DBClusterIdentifier: string | undefined;
|
|
1529
474
|
}
|
|
@@ -1540,26 +485,6 @@ export interface RebootDBInstanceResult {
|
|
|
1540
485
|
export interface RebootDBShardGroupMessage {
|
|
1541
486
|
DBShardGroupIdentifier: string | undefined;
|
|
1542
487
|
}
|
|
1543
|
-
export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException {
|
|
1544
|
-
readonly name: "DBProxyTargetAlreadyRegisteredFault";
|
|
1545
|
-
readonly $fault: "client";
|
|
1546
|
-
constructor(
|
|
1547
|
-
opts: __ExceptionOptionType<
|
|
1548
|
-
DBProxyTargetAlreadyRegisteredFault,
|
|
1549
|
-
__BaseException
|
|
1550
|
-
>
|
|
1551
|
-
);
|
|
1552
|
-
}
|
|
1553
|
-
export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException {
|
|
1554
|
-
readonly name: "InsufficientAvailableIPsInSubnetFault";
|
|
1555
|
-
readonly $fault: "client";
|
|
1556
|
-
constructor(
|
|
1557
|
-
opts: __ExceptionOptionType<
|
|
1558
|
-
InsufficientAvailableIPsInSubnetFault,
|
|
1559
|
-
__BaseException
|
|
1560
|
-
>
|
|
1561
|
-
);
|
|
1562
|
-
}
|
|
1563
488
|
export interface RegisterDBProxyTargetsRequest {
|
|
1564
489
|
DBProxyName: string | undefined;
|
|
1565
490
|
TargetGroupName?: string | undefined;
|
|
@@ -1576,25 +501,11 @@ export interface RemoveFromGlobalClusterMessage {
|
|
|
1576
501
|
export interface RemoveFromGlobalClusterResult {
|
|
1577
502
|
GlobalCluster?: GlobalCluster | undefined;
|
|
1578
503
|
}
|
|
1579
|
-
export declare class DBClusterRoleNotFoundFault extends __BaseException {
|
|
1580
|
-
readonly name: "DBClusterRoleNotFoundFault";
|
|
1581
|
-
readonly $fault: "client";
|
|
1582
|
-
constructor(
|
|
1583
|
-
opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>
|
|
1584
|
-
);
|
|
1585
|
-
}
|
|
1586
504
|
export interface RemoveRoleFromDBClusterMessage {
|
|
1587
505
|
DBClusterIdentifier: string | undefined;
|
|
1588
506
|
RoleArn: string | undefined;
|
|
1589
507
|
FeatureName?: string | undefined;
|
|
1590
508
|
}
|
|
1591
|
-
export declare class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
1592
|
-
readonly name: "DBInstanceRoleNotFoundFault";
|
|
1593
|
-
readonly $fault: "client";
|
|
1594
|
-
constructor(
|
|
1595
|
-
opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>
|
|
1596
|
-
);
|
|
1597
|
-
}
|
|
1598
509
|
export interface RemoveRoleFromDBInstanceMessage {
|
|
1599
510
|
DBInstanceIdentifier: string | undefined;
|
|
1600
511
|
RoleArn: string | undefined;
|
|
@@ -1621,13 +532,6 @@ export interface ResetDBParameterGroupMessage {
|
|
|
1621
532
|
ResetAllParameters?: boolean | undefined;
|
|
1622
533
|
Parameters?: Parameter[] | undefined;
|
|
1623
534
|
}
|
|
1624
|
-
export declare class InvalidS3BucketFault extends __BaseException {
|
|
1625
|
-
readonly name: "InvalidS3BucketFault";
|
|
1626
|
-
readonly $fault: "client";
|
|
1627
|
-
constructor(
|
|
1628
|
-
opts: __ExceptionOptionType<InvalidS3BucketFault, __BaseException>
|
|
1629
|
-
);
|
|
1630
|
-
}
|
|
1631
535
|
export interface RestoreDBClusterFromS3Message {
|
|
1632
536
|
AvailabilityZones?: string[] | undefined;
|
|
1633
537
|
BackupRetentionPeriod?: number | undefined;
|
|
@@ -1672,23 +576,6 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
1672
576
|
export interface RestoreDBClusterFromS3Result {
|
|
1673
577
|
DBCluster?: DBCluster | undefined;
|
|
1674
578
|
}
|
|
1675
|
-
export declare class InsufficientDBClusterCapacityFault extends __BaseException {
|
|
1676
|
-
readonly name: "InsufficientDBClusterCapacityFault";
|
|
1677
|
-
readonly $fault: "client";
|
|
1678
|
-
constructor(
|
|
1679
|
-
opts: __ExceptionOptionType<
|
|
1680
|
-
InsufficientDBClusterCapacityFault,
|
|
1681
|
-
__BaseException
|
|
1682
|
-
>
|
|
1683
|
-
);
|
|
1684
|
-
}
|
|
1685
|
-
export declare class InvalidRestoreFault extends __BaseException {
|
|
1686
|
-
readonly name: "InvalidRestoreFault";
|
|
1687
|
-
readonly $fault: "client";
|
|
1688
|
-
constructor(
|
|
1689
|
-
opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>
|
|
1690
|
-
);
|
|
1691
|
-
}
|
|
1692
579
|
export interface RestoreDBClusterFromSnapshotMessage {
|
|
1693
580
|
AvailabilityZones?: string[] | undefined;
|
|
1694
581
|
DBClusterIdentifier: string | undefined;
|
|
@@ -1879,16 +766,6 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
1879
766
|
export interface RestoreDBInstanceFromS3Result {
|
|
1880
767
|
DBInstance?: DBInstance | undefined;
|
|
1881
768
|
}
|
|
1882
|
-
export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
|
|
1883
|
-
readonly name: "PointInTimeRestoreNotEnabledFault";
|
|
1884
|
-
readonly $fault: "client";
|
|
1885
|
-
constructor(
|
|
1886
|
-
opts: __ExceptionOptionType<
|
|
1887
|
-
PointInTimeRestoreNotEnabledFault,
|
|
1888
|
-
__BaseException
|
|
1889
|
-
>
|
|
1890
|
-
);
|
|
1891
|
-
}
|
|
1892
769
|
export interface RestoreDBInstanceToPointInTimeMessage {
|
|
1893
770
|
SourceDBInstanceIdentifier?: string | undefined;
|
|
1894
771
|
TargetDBInstanceIdentifier: string | undefined;
|
|
@@ -1988,41 +865,6 @@ export interface StartDBInstanceAutomatedBackupsReplicationMessage {
|
|
|
1988
865
|
export interface StartDBInstanceAutomatedBackupsReplicationResult {
|
|
1989
866
|
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup | undefined;
|
|
1990
867
|
}
|
|
1991
|
-
export declare class ExportTaskAlreadyExistsFault extends __BaseException {
|
|
1992
|
-
readonly name: "ExportTaskAlreadyExistsFault";
|
|
1993
|
-
readonly $fault: "client";
|
|
1994
|
-
constructor(
|
|
1995
|
-
opts: __ExceptionOptionType<ExportTaskAlreadyExistsFault, __BaseException>
|
|
1996
|
-
);
|
|
1997
|
-
}
|
|
1998
|
-
export declare class IamRoleMissingPermissionsFault extends __BaseException {
|
|
1999
|
-
readonly name: "IamRoleMissingPermissionsFault";
|
|
2000
|
-
readonly $fault: "client";
|
|
2001
|
-
constructor(
|
|
2002
|
-
opts: __ExceptionOptionType<IamRoleMissingPermissionsFault, __BaseException>
|
|
2003
|
-
);
|
|
2004
|
-
}
|
|
2005
|
-
export declare class IamRoleNotFoundFault extends __BaseException {
|
|
2006
|
-
readonly name: "IamRoleNotFoundFault";
|
|
2007
|
-
readonly $fault: "client";
|
|
2008
|
-
constructor(
|
|
2009
|
-
opts: __ExceptionOptionType<IamRoleNotFoundFault, __BaseException>
|
|
2010
|
-
);
|
|
2011
|
-
}
|
|
2012
|
-
export declare class InvalidExportOnlyFault extends __BaseException {
|
|
2013
|
-
readonly name: "InvalidExportOnlyFault";
|
|
2014
|
-
readonly $fault: "client";
|
|
2015
|
-
constructor(
|
|
2016
|
-
opts: __ExceptionOptionType<InvalidExportOnlyFault, __BaseException>
|
|
2017
|
-
);
|
|
2018
|
-
}
|
|
2019
|
-
export declare class InvalidExportSourceStateFault extends __BaseException {
|
|
2020
|
-
readonly name: "InvalidExportSourceStateFault";
|
|
2021
|
-
readonly $fault: "client";
|
|
2022
|
-
constructor(
|
|
2023
|
-
opts: __ExceptionOptionType<InvalidExportSourceStateFault, __BaseException>
|
|
2024
|
-
);
|
|
2025
|
-
}
|
|
2026
868
|
export interface StartExportTaskMessage {
|
|
2027
869
|
ExportTaskIdentifier: string | undefined;
|
|
2028
870
|
SourceArn: string | undefined;
|