@aws-sdk/client-rds 3.216.0 → 3.218.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/RDS.js +60 -0
- package/dist-cjs/commands/CreateBlueGreenDeploymentCommand.js +46 -0
- package/dist-cjs/commands/DeleteBlueGreenDeploymentCommand.js +46 -0
- package/dist-cjs/commands/DescribeBlueGreenDeploymentsCommand.js +46 -0
- package/dist-cjs/commands/DescribeDBProxyTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/SwitchoverBlueGreenDeploymentCommand.js +46 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +150 -115
- package/dist-cjs/models/models_1.js +78 -4
- package/dist-cjs/pagination/DescribeBlueGreenDeploymentsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_query.js +544 -6
- package/dist-es/RDS.js +60 -0
- package/dist-es/commands/CreateBlueGreenDeploymentCommand.js +42 -0
- package/dist-es/commands/DeleteBlueGreenDeploymentCommand.js +42 -0
- package/dist-es/commands/DescribeBlueGreenDeploymentsCommand.js +42 -0
- package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +1 -1
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +1 -1
- package/dist-es/commands/SwitchoverBlueGreenDeploymentCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +126 -95
- package/dist-es/models/models_1.js +62 -0
- package/dist-es/pagination/DescribeBlueGreenDeploymentsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_query.js +531 -1
- package/dist-types/RDS.d.ts +59 -0
- package/dist-types/RDSClient.d.ts +6 -2
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +51 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +42 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +42 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +44 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +516 -431
- package/dist-types/models/models_1.d.ts +370 -1
- package/dist-types/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_query.d.ts +12 -0
- package/dist-types/ts3.4/RDS.d.ts +68 -0
- package/dist-types/ts3.4/RDSClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +41 -0
- 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/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +153 -143
- package/dist-types/ts3.4/models/models_1.d.ts +128 -2
- package/dist-types/ts3.4/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
- package/package.json +3 -3
|
@@ -1,6 +1,298 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint,
|
|
2
|
+
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, Filter, GlobalCluster, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
|
|
3
3
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
4
|
+
export interface DescribeDBProxyTargetGroupsRequest {
|
|
5
|
+
/**
|
|
6
|
+
* <p>The identifier of the <code>DBProxy</code> associated with the target group.</p>
|
|
7
|
+
*/
|
|
8
|
+
DBProxyName: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* <p>The identifier of the <code>DBProxyTargetGroup</code> to describe.</p>
|
|
11
|
+
*/
|
|
12
|
+
TargetGroupName?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>This parameter is not currently supported.</p>
|
|
15
|
+
*/
|
|
16
|
+
Filters?: Filter[];
|
|
17
|
+
/**
|
|
18
|
+
* <p>An optional pagination token provided by a previous request.
|
|
19
|
+
* If this parameter is specified, the response includes only records beyond the marker,
|
|
20
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
21
|
+
*/
|
|
22
|
+
Marker?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The maximum number of records to include in the response.
|
|
25
|
+
* If more records exist than the specified <code>MaxRecords</code> value,
|
|
26
|
+
* a pagination token called a marker is included in the response so that the remaining
|
|
27
|
+
* results can be retrieved.</p>
|
|
28
|
+
* <p>Default: 100</p>
|
|
29
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
30
|
+
*/
|
|
31
|
+
MaxRecords?: number;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>Displays the settings that control the size and behavior of the connection pool associated with a <code>DBProxyTarget</code>.</p>
|
|
35
|
+
*/
|
|
36
|
+
export interface ConnectionPoolConfigurationInfo {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the
|
|
39
|
+
* <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.</p>
|
|
40
|
+
*/
|
|
41
|
+
MaxConnectionsPercent?: number;
|
|
42
|
+
/**
|
|
43
|
+
* <p>Controls how actively the proxy closes idle database connections in the connection pool.
|
|
44
|
+
* The value is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
|
|
45
|
+
* With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.</p>
|
|
46
|
+
*/
|
|
47
|
+
MaxIdleConnectionsPercent?: number;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the
|
|
50
|
+
* proxy has opened its maximum number of connections and all connections are busy with client sessions.</p>
|
|
51
|
+
*/
|
|
52
|
+
ConnectionBorrowTimeout?: number;
|
|
53
|
+
/**
|
|
54
|
+
* <p>Each item in the list represents a class of SQL operations that normally cause all later statements
|
|
55
|
+
* in a session using a proxy to be pinned to the same underlying database connection. Including an item
|
|
56
|
+
* in the list exempts that class of SQL operations from the pinning behavior. This setting is only supported for MySQL engine family databases.
|
|
57
|
+
* Currently, the only allowed value is <code>EXCLUDE_VARIABLE_SETS</code>.</p>
|
|
58
|
+
*/
|
|
59
|
+
SessionPinningFilters?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* <p>One or more SQL statements for the proxy to run when opening each new database connection.
|
|
62
|
+
* Typically used with <code>SET</code> statements to make sure that each connection has identical
|
|
63
|
+
* settings such as time zone and character set. This setting is empty by default.
|
|
64
|
+
* For multiple statements, use semicolons as the separator.
|
|
65
|
+
* You can also include multiple variables in a single <code>SET</code> statement, such as
|
|
66
|
+
* <code>SET x=1, y=2</code>.</p>
|
|
67
|
+
*/
|
|
68
|
+
InitQuery?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>Represents a set of RDS DB instances, Aurora DB clusters, or both that a proxy can connect to. Currently, each target group
|
|
72
|
+
* is associated with exactly one RDS DB instance or Aurora DB cluster.</p>
|
|
73
|
+
* <p>This data type is used as a response element in the <code>DescribeDBProxyTargetGroups</code> action.</p>
|
|
74
|
+
*/
|
|
75
|
+
export interface DBProxyTargetGroup {
|
|
76
|
+
/**
|
|
77
|
+
* <p>The identifier for the RDS proxy associated with this target group.</p>
|
|
78
|
+
*/
|
|
79
|
+
DBProxyName?: string;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The identifier for the target group. This name must be unique for all target groups owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
82
|
+
*/
|
|
83
|
+
TargetGroupName?: string;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The Amazon Resource Name (ARN) representing the target group.</p>
|
|
86
|
+
*/
|
|
87
|
+
TargetGroupArn?: string;
|
|
88
|
+
/**
|
|
89
|
+
* <p>Whether this target group is the first one used for connection requests by the associated proxy.
|
|
90
|
+
* Because each proxy is currently associated with a single target group, currently this setting
|
|
91
|
+
* is always <code>true</code>.</p>
|
|
92
|
+
*/
|
|
93
|
+
IsDefault?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The current status of this target group. A status of <code>available</code> means the
|
|
96
|
+
* target group is correctly associated with a database. Other values indicate that you must wait for
|
|
97
|
+
* the target group to be ready, or take some action to resolve an issue.</p>
|
|
98
|
+
*/
|
|
99
|
+
Status?: string;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The settings that determine the size and behavior of the connection pool for the target group.</p>
|
|
102
|
+
*/
|
|
103
|
+
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The date and time when the target group was first created.</p>
|
|
106
|
+
*/
|
|
107
|
+
CreatedDate?: Date;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The date and time when the target group was last updated.</p>
|
|
110
|
+
*/
|
|
111
|
+
UpdatedDate?: Date;
|
|
112
|
+
}
|
|
113
|
+
export interface DescribeDBProxyTargetGroupsResponse {
|
|
114
|
+
/**
|
|
115
|
+
* <p>An arbitrary number of <code>DBProxyTargetGroup</code> objects, containing details of the corresponding target groups.</p>
|
|
116
|
+
*/
|
|
117
|
+
TargetGroups?: DBProxyTargetGroup[];
|
|
118
|
+
/**
|
|
119
|
+
* <p>An optional pagination token provided by a previous request.
|
|
120
|
+
* If this parameter is specified, the response includes only records beyond the marker,
|
|
121
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
122
|
+
*/
|
|
123
|
+
Marker?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface DescribeDBProxyTargetsRequest {
|
|
126
|
+
/**
|
|
127
|
+
* <p>The identifier of the <code>DBProxyTarget</code> to describe.</p>
|
|
128
|
+
*/
|
|
129
|
+
DBProxyName: string | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The identifier of the <code>DBProxyTargetGroup</code> to describe.</p>
|
|
132
|
+
*/
|
|
133
|
+
TargetGroupName?: string;
|
|
134
|
+
/**
|
|
135
|
+
* <p>This parameter is not currently supported.</p>
|
|
136
|
+
*/
|
|
137
|
+
Filters?: Filter[];
|
|
138
|
+
/**
|
|
139
|
+
* <p>An optional pagination token provided by a previous request.
|
|
140
|
+
* If this parameter is specified, the response includes only records beyond the marker,
|
|
141
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
142
|
+
*/
|
|
143
|
+
Marker?: string;
|
|
144
|
+
/**
|
|
145
|
+
* <p>The maximum number of records to include in the response.
|
|
146
|
+
* If more records exist than the specified <code>MaxRecords</code> value,
|
|
147
|
+
* a pagination token called a marker is included in the response so that the remaining
|
|
148
|
+
* results can be retrieved.</p>
|
|
149
|
+
* <p>Default: 100</p>
|
|
150
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
151
|
+
*/
|
|
152
|
+
MaxRecords?: number;
|
|
153
|
+
}
|
|
154
|
+
export declare enum TargetRole {
|
|
155
|
+
READ_ONLY = "READ_ONLY",
|
|
156
|
+
READ_WRITE = "READ_WRITE",
|
|
157
|
+
UNKNOWN = "UNKNOWN"
|
|
158
|
+
}
|
|
159
|
+
export declare enum TargetHealthReason {
|
|
160
|
+
AUTH_FAILURE = "AUTH_FAILURE",
|
|
161
|
+
CONNECTION_FAILED = "CONNECTION_FAILED",
|
|
162
|
+
INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
|
|
163
|
+
PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
|
|
164
|
+
UNREACHABLE = "UNREACHABLE"
|
|
165
|
+
}
|
|
166
|
+
export declare enum TargetState {
|
|
167
|
+
available = "AVAILABLE",
|
|
168
|
+
registering = "REGISTERING",
|
|
169
|
+
unavailable = "UNAVAILABLE"
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* <p>Information about the connection health of an RDS Proxy target.</p>
|
|
173
|
+
*/
|
|
174
|
+
export interface TargetHealth {
|
|
175
|
+
/**
|
|
176
|
+
* <p>The current state of the connection health lifecycle for the RDS Proxy target.
|
|
177
|
+
* The following is a typical lifecycle example for the states of an RDS Proxy target:</p>
|
|
178
|
+
* <p>
|
|
179
|
+
* <code>registering</code> > <code>unavailable</code> > <code>available</code> > <code>unavailable</code> > <code>available</code>
|
|
180
|
+
* </p>
|
|
181
|
+
*/
|
|
182
|
+
State?: TargetState | string;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The reason for the current health <code>State</code> of the RDS Proxy target.</p>
|
|
185
|
+
*/
|
|
186
|
+
Reason?: TargetHealthReason | string;
|
|
187
|
+
/**
|
|
188
|
+
* <p>A description of the health of the RDS Proxy target.
|
|
189
|
+
* If the <code>State</code> is <code>AVAILABLE</code>, a description is not included.</p>
|
|
190
|
+
*/
|
|
191
|
+
Description?: string;
|
|
192
|
+
}
|
|
193
|
+
export declare enum TargetType {
|
|
194
|
+
RDS_INSTANCE = "RDS_INSTANCE",
|
|
195
|
+
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
196
|
+
TRACKED_CLUSTER = "TRACKED_CLUSTER"
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* <p>Contains the details for an RDS Proxy target. It represents an RDS DB instance or Aurora DB cluster
|
|
200
|
+
* that the proxy can connect to. One or more targets are associated with an RDS Proxy target group.</p>
|
|
201
|
+
* <p>This data type is used as a response element in the <code>DescribeDBProxyTargets</code> action.</p>
|
|
202
|
+
*/
|
|
203
|
+
export interface DBProxyTarget {
|
|
204
|
+
/**
|
|
205
|
+
* <p>The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.</p>
|
|
206
|
+
*/
|
|
207
|
+
TargetArn?: string;
|
|
208
|
+
/**
|
|
209
|
+
* <p>The writer endpoint for the RDS DB instance or Aurora DB cluster.</p>
|
|
210
|
+
*/
|
|
211
|
+
Endpoint?: string;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The DB cluster identifier when the target represents an Aurora DB cluster. This field is blank when the target represents an RDS DB instance.</p>
|
|
214
|
+
*/
|
|
215
|
+
TrackedClusterId?: string;
|
|
216
|
+
/**
|
|
217
|
+
* <p>The identifier representing the target. It can be the instance identifier for an RDS DB instance,
|
|
218
|
+
* or the cluster identifier for an Aurora DB cluster.</p>
|
|
219
|
+
*/
|
|
220
|
+
RdsResourceId?: string;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.</p>
|
|
223
|
+
*/
|
|
224
|
+
Port?: number;
|
|
225
|
+
/**
|
|
226
|
+
* <p>Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.</p>
|
|
227
|
+
*/
|
|
228
|
+
Type?: TargetType | string;
|
|
229
|
+
/**
|
|
230
|
+
* <p>A value that indicates whether the target of the proxy can be used for read/write or read-only operations.</p>
|
|
231
|
+
*/
|
|
232
|
+
Role?: TargetRole | string;
|
|
233
|
+
/**
|
|
234
|
+
* <p>Information about the connection health of the RDS Proxy target.</p>
|
|
235
|
+
*/
|
|
236
|
+
TargetHealth?: TargetHealth;
|
|
237
|
+
}
|
|
238
|
+
export interface DescribeDBProxyTargetsResponse {
|
|
239
|
+
/**
|
|
240
|
+
* <p>An arbitrary number of <code>DBProxyTarget</code> objects, containing details of the corresponding targets.</p>
|
|
241
|
+
*/
|
|
242
|
+
Targets?: DBProxyTarget[];
|
|
243
|
+
/**
|
|
244
|
+
* <p>An optional pagination token provided by a previous request.
|
|
245
|
+
* If this parameter is specified, the response includes only records beyond the marker,
|
|
246
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
247
|
+
*/
|
|
248
|
+
Marker?: string;
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* <p>Contains the result of a successful invocation of the <code>DescribeDBSecurityGroups</code> action.</p>
|
|
252
|
+
*/
|
|
253
|
+
export interface DBSecurityGroupMessage {
|
|
254
|
+
/**
|
|
255
|
+
* <p>An optional pagination token provided by a previous request.
|
|
256
|
+
* If this parameter is specified, the response includes
|
|
257
|
+
* only records beyond the marker,
|
|
258
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
259
|
+
*/
|
|
260
|
+
Marker?: string;
|
|
261
|
+
/**
|
|
262
|
+
* <p>A list of <code>DBSecurityGroup</code> instances.</p>
|
|
263
|
+
*/
|
|
264
|
+
DBSecurityGroups?: DBSecurityGroup[];
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* <p></p>
|
|
268
|
+
*/
|
|
269
|
+
export interface DescribeDBSecurityGroupsMessage {
|
|
270
|
+
/**
|
|
271
|
+
* <p>The name of the DB security group to return details for.</p>
|
|
272
|
+
*/
|
|
273
|
+
DBSecurityGroupName?: string;
|
|
274
|
+
/**
|
|
275
|
+
* <p>This parameter isn't currently supported.</p>
|
|
276
|
+
*/
|
|
277
|
+
Filters?: Filter[];
|
|
278
|
+
/**
|
|
279
|
+
* <p>The maximum number of records to include in the response.
|
|
280
|
+
* If more records exist than the specified <code>MaxRecords</code> value,
|
|
281
|
+
* a pagination token called a marker is included in the response so that
|
|
282
|
+
* you can retrieve the remaining results.</p>
|
|
283
|
+
* <p>Default: 100</p>
|
|
284
|
+
* <p>Constraints: Minimum 20, maximum 100.</p>
|
|
285
|
+
*/
|
|
286
|
+
MaxRecords?: number;
|
|
287
|
+
/**
|
|
288
|
+
* <p>An optional pagination token provided by a previous
|
|
289
|
+
* <code>DescribeDBSecurityGroups</code> request.
|
|
290
|
+
* If this parameter is specified, the response includes
|
|
291
|
+
* only records beyond the marker,
|
|
292
|
+
* up to the value specified by <code>MaxRecords</code>.</p>
|
|
293
|
+
*/
|
|
294
|
+
Marker?: string;
|
|
295
|
+
}
|
|
4
296
|
/**
|
|
5
297
|
* <p></p>
|
|
6
298
|
*/
|
|
@@ -7632,6 +7924,35 @@ export interface StopDBInstanceAutomatedBackupsReplicationResult {
|
|
|
7632
7924
|
*/
|
|
7633
7925
|
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
7634
7926
|
}
|
|
7927
|
+
export interface SwitchoverBlueGreenDeploymentRequest {
|
|
7928
|
+
/**
|
|
7929
|
+
* <p>The blue/green deployment identifier.</p>
|
|
7930
|
+
* <p>Constraints:</p>
|
|
7931
|
+
* <ul>
|
|
7932
|
+
* <li>
|
|
7933
|
+
* <p>Must match an existing blue/green deployment identifier.</p>
|
|
7934
|
+
* </li>
|
|
7935
|
+
* </ul>
|
|
7936
|
+
*/
|
|
7937
|
+
BlueGreenDeploymentIdentifier: string | undefined;
|
|
7938
|
+
/**
|
|
7939
|
+
* <p>The amount of time, in seconds, for the switchover to complete. The default is 300.</p>
|
|
7940
|
+
* <p>If the switchover takes longer than the specified duration, then any changes are rolled back,
|
|
7941
|
+
* and no changes are made to the environments.</p>
|
|
7942
|
+
*/
|
|
7943
|
+
SwitchoverTimeout?: number;
|
|
7944
|
+
}
|
|
7945
|
+
export interface SwitchoverBlueGreenDeploymentResponse {
|
|
7946
|
+
/**
|
|
7947
|
+
* <p>Contains the details about a blue/green deployment.</p>
|
|
7948
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
7949
|
+
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
7950
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
7951
|
+
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
7952
|
+
* User Guide</i>.</p>
|
|
7953
|
+
*/
|
|
7954
|
+
BlueGreenDeployment?: BlueGreenDeployment;
|
|
7955
|
+
}
|
|
7635
7956
|
export interface SwitchoverReadReplicaMessage {
|
|
7636
7957
|
/**
|
|
7637
7958
|
* <p>The DB instance identifier of the current standby database. This value is stored as a lowercase string.</p>
|
|
@@ -7655,6 +7976,46 @@ export interface SwitchoverReadReplicaResult {
|
|
|
7655
7976
|
*/
|
|
7656
7977
|
DBInstance?: DBInstance;
|
|
7657
7978
|
}
|
|
7979
|
+
/**
|
|
7980
|
+
* @internal
|
|
7981
|
+
*/
|
|
7982
|
+
export declare const DescribeDBProxyTargetGroupsRequestFilterSensitiveLog: (obj: DescribeDBProxyTargetGroupsRequest) => any;
|
|
7983
|
+
/**
|
|
7984
|
+
* @internal
|
|
7985
|
+
*/
|
|
7986
|
+
export declare const ConnectionPoolConfigurationInfoFilterSensitiveLog: (obj: ConnectionPoolConfigurationInfo) => any;
|
|
7987
|
+
/**
|
|
7988
|
+
* @internal
|
|
7989
|
+
*/
|
|
7990
|
+
export declare const DBProxyTargetGroupFilterSensitiveLog: (obj: DBProxyTargetGroup) => any;
|
|
7991
|
+
/**
|
|
7992
|
+
* @internal
|
|
7993
|
+
*/
|
|
7994
|
+
export declare const DescribeDBProxyTargetGroupsResponseFilterSensitiveLog: (obj: DescribeDBProxyTargetGroupsResponse) => any;
|
|
7995
|
+
/**
|
|
7996
|
+
* @internal
|
|
7997
|
+
*/
|
|
7998
|
+
export declare const DescribeDBProxyTargetsRequestFilterSensitiveLog: (obj: DescribeDBProxyTargetsRequest) => any;
|
|
7999
|
+
/**
|
|
8000
|
+
* @internal
|
|
8001
|
+
*/
|
|
8002
|
+
export declare const TargetHealthFilterSensitiveLog: (obj: TargetHealth) => any;
|
|
8003
|
+
/**
|
|
8004
|
+
* @internal
|
|
8005
|
+
*/
|
|
8006
|
+
export declare const DBProxyTargetFilterSensitiveLog: (obj: DBProxyTarget) => any;
|
|
8007
|
+
/**
|
|
8008
|
+
* @internal
|
|
8009
|
+
*/
|
|
8010
|
+
export declare const DescribeDBProxyTargetsResponseFilterSensitiveLog: (obj: DescribeDBProxyTargetsResponse) => any;
|
|
8011
|
+
/**
|
|
8012
|
+
* @internal
|
|
8013
|
+
*/
|
|
8014
|
+
export declare const DBSecurityGroupMessageFilterSensitiveLog: (obj: DBSecurityGroupMessage) => any;
|
|
8015
|
+
/**
|
|
8016
|
+
* @internal
|
|
8017
|
+
*/
|
|
8018
|
+
export declare const DescribeDBSecurityGroupsMessageFilterSensitiveLog: (obj: DescribeDBSecurityGroupsMessage) => any;
|
|
7658
8019
|
/**
|
|
7659
8020
|
* @internal
|
|
7660
8021
|
*/
|
|
@@ -8271,6 +8632,14 @@ export declare const StopDBInstanceAutomatedBackupsReplicationMessageFilterSensi
|
|
|
8271
8632
|
* @internal
|
|
8272
8633
|
*/
|
|
8273
8634
|
export declare const StopDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog: (obj: StopDBInstanceAutomatedBackupsReplicationResult) => any;
|
|
8635
|
+
/**
|
|
8636
|
+
* @internal
|
|
8637
|
+
*/
|
|
8638
|
+
export declare const SwitchoverBlueGreenDeploymentRequestFilterSensitiveLog: (obj: SwitchoverBlueGreenDeploymentRequest) => any;
|
|
8639
|
+
/**
|
|
8640
|
+
* @internal
|
|
8641
|
+
*/
|
|
8642
|
+
export declare const SwitchoverBlueGreenDeploymentResponseFilterSensitiveLog: (obj: SwitchoverBlueGreenDeploymentResponse) => any;
|
|
8274
8643
|
/**
|
|
8275
8644
|
* @internal
|
|
8276
8645
|
*/
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput } from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
3
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeBlueGreenDeployments(config: RDSPaginationConfiguration, input: DescribeBlueGreenDeploymentsCommandInput, ...additionalArguments: any): Paginator<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./DescribeBlueGreenDeploymentsPaginator";
|
|
1
2
|
export * from "./DescribeCertificatesPaginator";
|
|
2
3
|
export * from "./DescribeDBClusterBacktracksPaginator";
|
|
3
4
|
export * from "./DescribeDBClusterEndpointsPaginator";
|
|
@@ -7,8 +8,8 @@ export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
|
7
8
|
export * from "./DescribeDBClustersPaginator";
|
|
8
9
|
export * from "./DescribeDBEngineVersionsPaginator";
|
|
9
10
|
export * from "./DescribeDBInstanceAutomatedBackupsPaginator";
|
|
10
|
-
export * from "./DescribeDBInstancesPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeDBInstancesPaginator";
|
|
12
13
|
export * from "./DescribeDBLogFilesPaginator";
|
|
13
14
|
export * from "./DescribeDBParameterGroupsPaginator";
|
|
14
15
|
export * from "./DescribeDBParametersPaginator";
|
|
@@ -13,6 +13,7 @@ import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput }
|
|
|
13
13
|
import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "../commands/CopyDBParameterGroupCommand";
|
|
14
14
|
import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "../commands/CopyDBSnapshotCommand";
|
|
15
15
|
import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "../commands/CopyOptionGroupCommand";
|
|
16
|
+
import { CreateBlueGreenDeploymentCommandInput, CreateBlueGreenDeploymentCommandOutput } from "../commands/CreateBlueGreenDeploymentCommand";
|
|
16
17
|
import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "../commands/CreateCustomDBEngineVersionCommand";
|
|
17
18
|
import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "../commands/CreateDBClusterCommand";
|
|
18
19
|
import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "../commands/CreateDBClusterEndpointCommand";
|
|
@@ -29,6 +30,7 @@ import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } fro
|
|
|
29
30
|
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
|
|
30
31
|
import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
|
|
31
32
|
import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "../commands/CreateOptionGroupCommand";
|
|
33
|
+
import { DeleteBlueGreenDeploymentCommandInput, DeleteBlueGreenDeploymentCommandOutput } from "../commands/DeleteBlueGreenDeploymentCommand";
|
|
32
34
|
import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "../commands/DeleteCustomDBEngineVersionCommand";
|
|
33
35
|
import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "../commands/DeleteDBClusterCommand";
|
|
34
36
|
import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "../commands/DeleteDBClusterEndpointCommand";
|
|
@@ -47,6 +49,7 @@ import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } fro
|
|
|
47
49
|
import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "../commands/DeleteOptionGroupCommand";
|
|
48
50
|
import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "../commands/DeregisterDBProxyTargetsCommand";
|
|
49
51
|
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
|
|
52
|
+
import { DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput } from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
50
53
|
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
|
|
51
54
|
import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "../commands/DescribeDBClusterBacktracksCommand";
|
|
52
55
|
import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "../commands/DescribeDBClusterEndpointsCommand";
|
|
@@ -136,6 +139,7 @@ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from
|
|
|
136
139
|
import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "../commands/StopDBClusterCommand";
|
|
137
140
|
import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "../commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
138
141
|
import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "../commands/StopDBInstanceCommand";
|
|
142
|
+
import { SwitchoverBlueGreenDeploymentCommandInput, SwitchoverBlueGreenDeploymentCommandOutput } from "../commands/SwitchoverBlueGreenDeploymentCommand";
|
|
139
143
|
import { SwitchoverReadReplicaCommandInput, SwitchoverReadReplicaCommandOutput } from "../commands/SwitchoverReadReplicaCommand";
|
|
140
144
|
export declare const serializeAws_queryAddRoleToDBClusterCommand: (input: AddRoleToDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
145
|
export declare const serializeAws_queryAddRoleToDBInstanceCommand: (input: AddRoleToDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -150,6 +154,7 @@ export declare const serializeAws_queryCopyDBClusterSnapshotCommand: (input: Cop
|
|
|
150
154
|
export declare const serializeAws_queryCopyDBParameterGroupCommand: (input: CopyDBParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
155
|
export declare const serializeAws_queryCopyDBSnapshotCommand: (input: CopyDBSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
156
|
export declare const serializeAws_queryCopyOptionGroupCommand: (input: CopyOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
export declare const serializeAws_queryCreateBlueGreenDeploymentCommand: (input: CreateBlueGreenDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
158
|
export declare const serializeAws_queryCreateCustomDBEngineVersionCommand: (input: CreateCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
159
|
export declare const serializeAws_queryCreateDBClusterCommand: (input: CreateDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
160
|
export declare const serializeAws_queryCreateDBClusterEndpointCommand: (input: CreateDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -166,6 +171,7 @@ export declare const serializeAws_queryCreateDBSubnetGroupCommand: (input: Creat
|
|
|
166
171
|
export declare const serializeAws_queryCreateEventSubscriptionCommand: (input: CreateEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
172
|
export declare const serializeAws_queryCreateGlobalClusterCommand: (input: CreateGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
173
|
export declare const serializeAws_queryCreateOptionGroupCommand: (input: CreateOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_queryDeleteBlueGreenDeploymentCommand: (input: DeleteBlueGreenDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
175
|
export declare const serializeAws_queryDeleteCustomDBEngineVersionCommand: (input: DeleteCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
176
|
export declare const serializeAws_queryDeleteDBClusterCommand: (input: DeleteDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
177
|
export declare const serializeAws_queryDeleteDBClusterEndpointCommand: (input: DeleteDBClusterEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -184,6 +190,7 @@ export declare const serializeAws_queryDeleteGlobalClusterCommand: (input: Delet
|
|
|
184
190
|
export declare const serializeAws_queryDeleteOptionGroupCommand: (input: DeleteOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
191
|
export declare const serializeAws_queryDeregisterDBProxyTargetsCommand: (input: DeregisterDBProxyTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
192
|
export declare const serializeAws_queryDescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
export declare const serializeAws_queryDescribeBlueGreenDeploymentsCommand: (input: DescribeBlueGreenDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
194
|
export declare const serializeAws_queryDescribeCertificatesCommand: (input: DescribeCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
195
|
export declare const serializeAws_queryDescribeDBClusterBacktracksCommand: (input: DescribeDBClusterBacktracksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
196
|
export declare const serializeAws_queryDescribeDBClusterEndpointsCommand: (input: DescribeDBClusterEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -273,6 +280,7 @@ export declare const serializeAws_queryStopActivityStreamCommand: (input: StopAc
|
|
|
273
280
|
export declare const serializeAws_queryStopDBClusterCommand: (input: StopDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
281
|
export declare const serializeAws_queryStopDBInstanceCommand: (input: StopDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
282
|
export declare const serializeAws_queryStopDBInstanceAutomatedBackupsReplicationCommand: (input: StopDBInstanceAutomatedBackupsReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
+
export declare const serializeAws_querySwitchoverBlueGreenDeploymentCommand: (input: SwitchoverBlueGreenDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
284
|
export declare const serializeAws_querySwitchoverReadReplicaCommand: (input: SwitchoverReadReplicaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
285
|
export declare const deserializeAws_queryAddRoleToDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddRoleToDBClusterCommandOutput>;
|
|
278
286
|
export declare const deserializeAws_queryAddRoleToDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddRoleToDBInstanceCommandOutput>;
|
|
@@ -287,6 +295,7 @@ export declare const deserializeAws_queryCopyDBClusterSnapshotCommand: (output:
|
|
|
287
295
|
export declare const deserializeAws_queryCopyDBParameterGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBParameterGroupCommandOutput>;
|
|
288
296
|
export declare const deserializeAws_queryCopyDBSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDBSnapshotCommandOutput>;
|
|
289
297
|
export declare const deserializeAws_queryCopyOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyOptionGroupCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_queryCreateBlueGreenDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBlueGreenDeploymentCommandOutput>;
|
|
290
299
|
export declare const deserializeAws_queryCreateCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDBEngineVersionCommandOutput>;
|
|
291
300
|
export declare const deserializeAws_queryCreateDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterCommandOutput>;
|
|
292
301
|
export declare const deserializeAws_queryCreateDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDBClusterEndpointCommandOutput>;
|
|
@@ -303,6 +312,7 @@ export declare const deserializeAws_queryCreateDBSubnetGroupCommand: (output: __
|
|
|
303
312
|
export declare const deserializeAws_queryCreateEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSubscriptionCommandOutput>;
|
|
304
313
|
export declare const deserializeAws_queryCreateGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalClusterCommandOutput>;
|
|
305
314
|
export declare const deserializeAws_queryCreateOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptionGroupCommandOutput>;
|
|
315
|
+
export declare const deserializeAws_queryDeleteBlueGreenDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBlueGreenDeploymentCommandOutput>;
|
|
306
316
|
export declare const deserializeAws_queryDeleteCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDBEngineVersionCommandOutput>;
|
|
307
317
|
export declare const deserializeAws_queryDeleteDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterCommandOutput>;
|
|
308
318
|
export declare const deserializeAws_queryDeleteDBClusterEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDBClusterEndpointCommandOutput>;
|
|
@@ -321,6 +331,7 @@ export declare const deserializeAws_queryDeleteGlobalClusterCommand: (output: __
|
|
|
321
331
|
export declare const deserializeAws_queryDeleteOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptionGroupCommandOutput>;
|
|
322
332
|
export declare const deserializeAws_queryDeregisterDBProxyTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDBProxyTargetsCommandOutput>;
|
|
323
333
|
export declare const deserializeAws_queryDescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_queryDescribeBlueGreenDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
324
335
|
export declare const deserializeAws_queryDescribeCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificatesCommandOutput>;
|
|
325
336
|
export declare const deserializeAws_queryDescribeDBClusterBacktracksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterBacktracksCommandOutput>;
|
|
326
337
|
export declare const deserializeAws_queryDescribeDBClusterEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBClusterEndpointsCommandOutput>;
|
|
@@ -410,4 +421,5 @@ export declare const deserializeAws_queryStopActivityStreamCommand: (output: __H
|
|
|
410
421
|
export declare const deserializeAws_queryStopDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDBClusterCommandOutput>;
|
|
411
422
|
export declare const deserializeAws_queryStopDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDBInstanceCommandOutput>;
|
|
412
423
|
export declare const deserializeAws_queryStopDBInstanceAutomatedBackupsReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDBInstanceAutomatedBackupsReplicationCommandOutput>;
|
|
424
|
+
export declare const deserializeAws_querySwitchoverBlueGreenDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwitchoverBlueGreenDeploymentCommandOutput>;
|
|
413
425
|
export declare const deserializeAws_querySwitchoverReadReplicaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SwitchoverReadReplicaCommandOutput>;
|
|
@@ -51,6 +51,10 @@ import {
|
|
|
51
51
|
CopyOptionGroupCommandInput,
|
|
52
52
|
CopyOptionGroupCommandOutput,
|
|
53
53
|
} from "./commands/CopyOptionGroupCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateBlueGreenDeploymentCommandInput,
|
|
56
|
+
CreateBlueGreenDeploymentCommandOutput,
|
|
57
|
+
} from "./commands/CreateBlueGreenDeploymentCommand";
|
|
54
58
|
import {
|
|
55
59
|
CreateCustomDBEngineVersionCommandInput,
|
|
56
60
|
CreateCustomDBEngineVersionCommandOutput,
|
|
@@ -115,6 +119,10 @@ import {
|
|
|
115
119
|
CreateOptionGroupCommandInput,
|
|
116
120
|
CreateOptionGroupCommandOutput,
|
|
117
121
|
} from "./commands/CreateOptionGroupCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteBlueGreenDeploymentCommandInput,
|
|
124
|
+
DeleteBlueGreenDeploymentCommandOutput,
|
|
125
|
+
} from "./commands/DeleteBlueGreenDeploymentCommand";
|
|
118
126
|
import {
|
|
119
127
|
DeleteCustomDBEngineVersionCommandInput,
|
|
120
128
|
DeleteCustomDBEngineVersionCommandOutput,
|
|
@@ -187,6 +195,10 @@ import {
|
|
|
187
195
|
DescribeAccountAttributesCommandInput,
|
|
188
196
|
DescribeAccountAttributesCommandOutput,
|
|
189
197
|
} from "./commands/DescribeAccountAttributesCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeBlueGreenDeploymentsCommandInput,
|
|
200
|
+
DescribeBlueGreenDeploymentsCommandOutput,
|
|
201
|
+
} from "./commands/DescribeBlueGreenDeploymentsCommand";
|
|
190
202
|
import {
|
|
191
203
|
DescribeCertificatesCommandInput,
|
|
192
204
|
DescribeCertificatesCommandOutput,
|
|
@@ -543,6 +555,10 @@ import {
|
|
|
543
555
|
StopDBInstanceCommandInput,
|
|
544
556
|
StopDBInstanceCommandOutput,
|
|
545
557
|
} from "./commands/StopDBInstanceCommand";
|
|
558
|
+
import {
|
|
559
|
+
SwitchoverBlueGreenDeploymentCommandInput,
|
|
560
|
+
SwitchoverBlueGreenDeploymentCommandOutput,
|
|
561
|
+
} from "./commands/SwitchoverBlueGreenDeploymentCommand";
|
|
546
562
|
import {
|
|
547
563
|
SwitchoverReadReplicaCommandInput,
|
|
548
564
|
SwitchoverReadReplicaCommandOutput,
|
|
@@ -724,6 +740,19 @@ export declare class RDS extends RDSClient {
|
|
|
724
740
|
options: __HttpHandlerOptions,
|
|
725
741
|
cb: (err: any, data?: CopyOptionGroupCommandOutput) => void
|
|
726
742
|
): void;
|
|
743
|
+
createBlueGreenDeployment(
|
|
744
|
+
args: CreateBlueGreenDeploymentCommandInput,
|
|
745
|
+
options?: __HttpHandlerOptions
|
|
746
|
+
): Promise<CreateBlueGreenDeploymentCommandOutput>;
|
|
747
|
+
createBlueGreenDeployment(
|
|
748
|
+
args: CreateBlueGreenDeploymentCommandInput,
|
|
749
|
+
cb: (err: any, data?: CreateBlueGreenDeploymentCommandOutput) => void
|
|
750
|
+
): void;
|
|
751
|
+
createBlueGreenDeployment(
|
|
752
|
+
args: CreateBlueGreenDeploymentCommandInput,
|
|
753
|
+
options: __HttpHandlerOptions,
|
|
754
|
+
cb: (err: any, data?: CreateBlueGreenDeploymentCommandOutput) => void
|
|
755
|
+
): void;
|
|
727
756
|
createCustomDBEngineVersion(
|
|
728
757
|
args: CreateCustomDBEngineVersionCommandInput,
|
|
729
758
|
options?: __HttpHandlerOptions
|
|
@@ -932,6 +961,19 @@ export declare class RDS extends RDSClient {
|
|
|
932
961
|
options: __HttpHandlerOptions,
|
|
933
962
|
cb: (err: any, data?: CreateOptionGroupCommandOutput) => void
|
|
934
963
|
): void;
|
|
964
|
+
deleteBlueGreenDeployment(
|
|
965
|
+
args: DeleteBlueGreenDeploymentCommandInput,
|
|
966
|
+
options?: __HttpHandlerOptions
|
|
967
|
+
): Promise<DeleteBlueGreenDeploymentCommandOutput>;
|
|
968
|
+
deleteBlueGreenDeployment(
|
|
969
|
+
args: DeleteBlueGreenDeploymentCommandInput,
|
|
970
|
+
cb: (err: any, data?: DeleteBlueGreenDeploymentCommandOutput) => void
|
|
971
|
+
): void;
|
|
972
|
+
deleteBlueGreenDeployment(
|
|
973
|
+
args: DeleteBlueGreenDeploymentCommandInput,
|
|
974
|
+
options: __HttpHandlerOptions,
|
|
975
|
+
cb: (err: any, data?: DeleteBlueGreenDeploymentCommandOutput) => void
|
|
976
|
+
): void;
|
|
935
977
|
deleteCustomDBEngineVersion(
|
|
936
978
|
args: DeleteCustomDBEngineVersionCommandInput,
|
|
937
979
|
options?: __HttpHandlerOptions
|
|
@@ -1166,6 +1208,19 @@ export declare class RDS extends RDSClient {
|
|
|
1166
1208
|
options: __HttpHandlerOptions,
|
|
1167
1209
|
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
1168
1210
|
): void;
|
|
1211
|
+
describeBlueGreenDeployments(
|
|
1212
|
+
args: DescribeBlueGreenDeploymentsCommandInput,
|
|
1213
|
+
options?: __HttpHandlerOptions
|
|
1214
|
+
): Promise<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
1215
|
+
describeBlueGreenDeployments(
|
|
1216
|
+
args: DescribeBlueGreenDeploymentsCommandInput,
|
|
1217
|
+
cb: (err: any, data?: DescribeBlueGreenDeploymentsCommandOutput) => void
|
|
1218
|
+
): void;
|
|
1219
|
+
describeBlueGreenDeployments(
|
|
1220
|
+
args: DescribeBlueGreenDeploymentsCommandInput,
|
|
1221
|
+
options: __HttpHandlerOptions,
|
|
1222
|
+
cb: (err: any, data?: DescribeBlueGreenDeploymentsCommandOutput) => void
|
|
1223
|
+
): void;
|
|
1169
1224
|
describeCertificates(
|
|
1170
1225
|
args: DescribeCertificatesCommandInput,
|
|
1171
1226
|
options?: __HttpHandlerOptions
|
|
@@ -2389,6 +2444,19 @@ export declare class RDS extends RDSClient {
|
|
|
2389
2444
|
data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput
|
|
2390
2445
|
) => void
|
|
2391
2446
|
): void;
|
|
2447
|
+
switchoverBlueGreenDeployment(
|
|
2448
|
+
args: SwitchoverBlueGreenDeploymentCommandInput,
|
|
2449
|
+
options?: __HttpHandlerOptions
|
|
2450
|
+
): Promise<SwitchoverBlueGreenDeploymentCommandOutput>;
|
|
2451
|
+
switchoverBlueGreenDeployment(
|
|
2452
|
+
args: SwitchoverBlueGreenDeploymentCommandInput,
|
|
2453
|
+
cb: (err: any, data?: SwitchoverBlueGreenDeploymentCommandOutput) => void
|
|
2454
|
+
): void;
|
|
2455
|
+
switchoverBlueGreenDeployment(
|
|
2456
|
+
args: SwitchoverBlueGreenDeploymentCommandInput,
|
|
2457
|
+
options: __HttpHandlerOptions,
|
|
2458
|
+
cb: (err: any, data?: SwitchoverBlueGreenDeploymentCommandOutput) => void
|
|
2459
|
+
): void;
|
|
2392
2460
|
switchoverReadReplica(
|
|
2393
2461
|
args: SwitchoverReadReplicaCommandInput,
|
|
2394
2462
|
options?: __HttpHandlerOptions
|