@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
|
@@ -593,6 +593,90 @@ export declare class OptionGroupQuotaExceededFault extends __BaseException {
|
|
|
593
593
|
opts: __ExceptionOptionType<OptionGroupQuotaExceededFault, __BaseException>
|
|
594
594
|
);
|
|
595
595
|
}
|
|
596
|
+
export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseException {
|
|
597
|
+
readonly name: "BlueGreenDeploymentAlreadyExistsFault";
|
|
598
|
+
readonly $fault: "client";
|
|
599
|
+
constructor(
|
|
600
|
+
opts: __ExceptionOptionType<
|
|
601
|
+
BlueGreenDeploymentAlreadyExistsFault,
|
|
602
|
+
__BaseException
|
|
603
|
+
>
|
|
604
|
+
);
|
|
605
|
+
}
|
|
606
|
+
export interface CreateBlueGreenDeploymentRequest {
|
|
607
|
+
BlueGreenDeploymentName: string | undefined;
|
|
608
|
+
Source: string | undefined;
|
|
609
|
+
TargetEngineVersion?: string;
|
|
610
|
+
TargetDBParameterGroupName?: string;
|
|
611
|
+
TargetDBClusterParameterGroupName?: string;
|
|
612
|
+
Tags?: Tag[];
|
|
613
|
+
}
|
|
614
|
+
export interface SwitchoverDetail {
|
|
615
|
+
SourceMember?: string;
|
|
616
|
+
TargetMember?: string;
|
|
617
|
+
Status?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface BlueGreenDeploymentTask {
|
|
620
|
+
Name?: string;
|
|
621
|
+
Status?: string;
|
|
622
|
+
}
|
|
623
|
+
export interface BlueGreenDeployment {
|
|
624
|
+
BlueGreenDeploymentIdentifier?: string;
|
|
625
|
+
BlueGreenDeploymentName?: string;
|
|
626
|
+
Source?: string;
|
|
627
|
+
Target?: string;
|
|
628
|
+
SwitchoverDetails?: SwitchoverDetail[];
|
|
629
|
+
Tasks?: BlueGreenDeploymentTask[];
|
|
630
|
+
Status?: string;
|
|
631
|
+
StatusDetails?: string;
|
|
632
|
+
CreateTime?: Date;
|
|
633
|
+
DeleteTime?: Date;
|
|
634
|
+
TagList?: Tag[];
|
|
635
|
+
}
|
|
636
|
+
export interface CreateBlueGreenDeploymentResponse {
|
|
637
|
+
BlueGreenDeployment?: BlueGreenDeployment;
|
|
638
|
+
}
|
|
639
|
+
export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
640
|
+
readonly name: "DBClusterParameterGroupNotFoundFault";
|
|
641
|
+
readonly $fault: "client";
|
|
642
|
+
constructor(
|
|
643
|
+
opts: __ExceptionOptionType<
|
|
644
|
+
DBClusterParameterGroupNotFoundFault,
|
|
645
|
+
__BaseException
|
|
646
|
+
>
|
|
647
|
+
);
|
|
648
|
+
}
|
|
649
|
+
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
650
|
+
readonly name: "DBClusterQuotaExceededFault";
|
|
651
|
+
readonly $fault: "client";
|
|
652
|
+
constructor(
|
|
653
|
+
opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
|
|
654
|
+
);
|
|
655
|
+
}
|
|
656
|
+
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
657
|
+
readonly name: "InstanceQuotaExceededFault";
|
|
658
|
+
readonly $fault: "client";
|
|
659
|
+
constructor(
|
|
660
|
+
opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
|
|
661
|
+
);
|
|
662
|
+
}
|
|
663
|
+
export declare class SourceClusterNotSupportedFault extends __BaseException {
|
|
664
|
+
readonly name: "SourceClusterNotSupportedFault";
|
|
665
|
+
readonly $fault: "client";
|
|
666
|
+
constructor(
|
|
667
|
+
opts: __ExceptionOptionType<SourceClusterNotSupportedFault, __BaseException>
|
|
668
|
+
);
|
|
669
|
+
}
|
|
670
|
+
export declare class SourceDatabaseNotSupportedFault extends __BaseException {
|
|
671
|
+
readonly name: "SourceDatabaseNotSupportedFault";
|
|
672
|
+
readonly $fault: "client";
|
|
673
|
+
constructor(
|
|
674
|
+
opts: __ExceptionOptionType<
|
|
675
|
+
SourceDatabaseNotSupportedFault,
|
|
676
|
+
__BaseException
|
|
677
|
+
>
|
|
678
|
+
);
|
|
679
|
+
}
|
|
596
680
|
export interface CreateCustomDBEngineVersionMessage {
|
|
597
681
|
Engine: string | undefined;
|
|
598
682
|
EngineVersion: string | undefined;
|
|
@@ -867,23 +951,6 @@ export declare class DBClusterAlreadyExistsFault extends __BaseException {
|
|
|
867
951
|
opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>
|
|
868
952
|
);
|
|
869
953
|
}
|
|
870
|
-
export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
871
|
-
readonly name: "DBClusterParameterGroupNotFoundFault";
|
|
872
|
-
readonly $fault: "client";
|
|
873
|
-
constructor(
|
|
874
|
-
opts: __ExceptionOptionType<
|
|
875
|
-
DBClusterParameterGroupNotFoundFault,
|
|
876
|
-
__BaseException
|
|
877
|
-
>
|
|
878
|
-
);
|
|
879
|
-
}
|
|
880
|
-
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
881
|
-
readonly name: "DBClusterQuotaExceededFault";
|
|
882
|
-
readonly $fault: "client";
|
|
883
|
-
constructor(
|
|
884
|
-
opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>
|
|
885
|
-
);
|
|
886
|
-
}
|
|
887
954
|
export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
888
955
|
readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
889
956
|
readonly $fault: "client";
|
|
@@ -1250,13 +1317,6 @@ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
|
1250
1317
|
opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
|
|
1251
1318
|
);
|
|
1252
1319
|
}
|
|
1253
|
-
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
1254
|
-
readonly name: "InstanceQuotaExceededFault";
|
|
1255
|
-
readonly $fault: "client";
|
|
1256
|
-
constructor(
|
|
1257
|
-
opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>
|
|
1258
|
-
);
|
|
1259
|
-
}
|
|
1260
1320
|
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
1261
1321
|
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
1262
1322
|
readonly $fault: "client";
|
|
@@ -1714,6 +1774,33 @@ export interface CreateOptionGroupMessage {
|
|
|
1714
1774
|
export interface CreateOptionGroupResult {
|
|
1715
1775
|
OptionGroup?: OptionGroup;
|
|
1716
1776
|
}
|
|
1777
|
+
export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
|
|
1778
|
+
readonly name: "BlueGreenDeploymentNotFoundFault";
|
|
1779
|
+
readonly $fault: "client";
|
|
1780
|
+
constructor(
|
|
1781
|
+
opts: __ExceptionOptionType<
|
|
1782
|
+
BlueGreenDeploymentNotFoundFault,
|
|
1783
|
+
__BaseException
|
|
1784
|
+
>
|
|
1785
|
+
);
|
|
1786
|
+
}
|
|
1787
|
+
export interface DeleteBlueGreenDeploymentRequest {
|
|
1788
|
+
BlueGreenDeploymentIdentifier: string | undefined;
|
|
1789
|
+
DeleteTarget?: boolean;
|
|
1790
|
+
}
|
|
1791
|
+
export interface DeleteBlueGreenDeploymentResponse {
|
|
1792
|
+
BlueGreenDeployment?: BlueGreenDeployment;
|
|
1793
|
+
}
|
|
1794
|
+
export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException {
|
|
1795
|
+
readonly name: "InvalidBlueGreenDeploymentStateFault";
|
|
1796
|
+
readonly $fault: "client";
|
|
1797
|
+
constructor(
|
|
1798
|
+
opts: __ExceptionOptionType<
|
|
1799
|
+
InvalidBlueGreenDeploymentStateFault,
|
|
1800
|
+
__BaseException
|
|
1801
|
+
>
|
|
1802
|
+
);
|
|
1803
|
+
}
|
|
1717
1804
|
export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
|
|
1718
1805
|
readonly name: "CustomDBEngineVersionNotFoundFault";
|
|
1719
1806
|
readonly $fault: "client";
|
|
@@ -1963,6 +2050,20 @@ export interface DeregisterDBProxyTargetsRequest {
|
|
|
1963
2050
|
}
|
|
1964
2051
|
export interface DeregisterDBProxyTargetsResponse {}
|
|
1965
2052
|
export interface DescribeAccountAttributesMessage {}
|
|
2053
|
+
export interface Filter {
|
|
2054
|
+
Name: string | undefined;
|
|
2055
|
+
Values: string[] | undefined;
|
|
2056
|
+
}
|
|
2057
|
+
export interface DescribeBlueGreenDeploymentsRequest {
|
|
2058
|
+
BlueGreenDeploymentIdentifier?: string;
|
|
2059
|
+
Filters?: Filter[];
|
|
2060
|
+
Marker?: string;
|
|
2061
|
+
MaxRecords?: number;
|
|
2062
|
+
}
|
|
2063
|
+
export interface DescribeBlueGreenDeploymentsResponse {
|
|
2064
|
+
BlueGreenDeployments?: BlueGreenDeployment[];
|
|
2065
|
+
Marker?: string;
|
|
2066
|
+
}
|
|
1966
2067
|
export interface Certificate {
|
|
1967
2068
|
CertificateIdentifier?: string;
|
|
1968
2069
|
CertificateType?: string;
|
|
@@ -1984,10 +2085,6 @@ export declare class CertificateNotFoundFault extends __BaseException {
|
|
|
1984
2085
|
opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>
|
|
1985
2086
|
);
|
|
1986
2087
|
}
|
|
1987
|
-
export interface Filter {
|
|
1988
|
-
Name: string | undefined;
|
|
1989
|
-
Values: string[] | undefined;
|
|
1990
|
-
}
|
|
1991
2088
|
export interface DescribeCertificatesMessage {
|
|
1992
2089
|
CertificateIdentifier?: string;
|
|
1993
2090
|
Filters?: Filter[];
|
|
@@ -2201,92 +2298,6 @@ export interface DescribeDBProxyEndpointsResponse {
|
|
|
2201
2298
|
DBProxyEndpoints?: DBProxyEndpoint[];
|
|
2202
2299
|
Marker?: string;
|
|
2203
2300
|
}
|
|
2204
|
-
export interface DescribeDBProxyTargetGroupsRequest {
|
|
2205
|
-
DBProxyName: string | undefined;
|
|
2206
|
-
TargetGroupName?: string;
|
|
2207
|
-
Filters?: Filter[];
|
|
2208
|
-
Marker?: string;
|
|
2209
|
-
MaxRecords?: number;
|
|
2210
|
-
}
|
|
2211
|
-
export interface ConnectionPoolConfigurationInfo {
|
|
2212
|
-
MaxConnectionsPercent?: number;
|
|
2213
|
-
MaxIdleConnectionsPercent?: number;
|
|
2214
|
-
ConnectionBorrowTimeout?: number;
|
|
2215
|
-
SessionPinningFilters?: string[];
|
|
2216
|
-
InitQuery?: string;
|
|
2217
|
-
}
|
|
2218
|
-
export interface DBProxyTargetGroup {
|
|
2219
|
-
DBProxyName?: string;
|
|
2220
|
-
TargetGroupName?: string;
|
|
2221
|
-
TargetGroupArn?: string;
|
|
2222
|
-
IsDefault?: boolean;
|
|
2223
|
-
Status?: string;
|
|
2224
|
-
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo;
|
|
2225
|
-
CreatedDate?: Date;
|
|
2226
|
-
UpdatedDate?: Date;
|
|
2227
|
-
}
|
|
2228
|
-
export interface DescribeDBProxyTargetGroupsResponse {
|
|
2229
|
-
TargetGroups?: DBProxyTargetGroup[];
|
|
2230
|
-
Marker?: string;
|
|
2231
|
-
}
|
|
2232
|
-
export interface DescribeDBProxyTargetsRequest {
|
|
2233
|
-
DBProxyName: string | undefined;
|
|
2234
|
-
TargetGroupName?: string;
|
|
2235
|
-
Filters?: Filter[];
|
|
2236
|
-
Marker?: string;
|
|
2237
|
-
MaxRecords?: number;
|
|
2238
|
-
}
|
|
2239
|
-
export declare enum TargetRole {
|
|
2240
|
-
READ_ONLY = "READ_ONLY",
|
|
2241
|
-
READ_WRITE = "READ_WRITE",
|
|
2242
|
-
UNKNOWN = "UNKNOWN",
|
|
2243
|
-
}
|
|
2244
|
-
export declare enum TargetHealthReason {
|
|
2245
|
-
AUTH_FAILURE = "AUTH_FAILURE",
|
|
2246
|
-
CONNECTION_FAILED = "CONNECTION_FAILED",
|
|
2247
|
-
INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
|
|
2248
|
-
PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
|
|
2249
|
-
UNREACHABLE = "UNREACHABLE",
|
|
2250
|
-
}
|
|
2251
|
-
export declare enum TargetState {
|
|
2252
|
-
available = "AVAILABLE",
|
|
2253
|
-
registering = "REGISTERING",
|
|
2254
|
-
unavailable = "UNAVAILABLE",
|
|
2255
|
-
}
|
|
2256
|
-
export interface TargetHealth {
|
|
2257
|
-
State?: TargetState | string;
|
|
2258
|
-
Reason?: TargetHealthReason | string;
|
|
2259
|
-
Description?: string;
|
|
2260
|
-
}
|
|
2261
|
-
export declare enum TargetType {
|
|
2262
|
-
RDS_INSTANCE = "RDS_INSTANCE",
|
|
2263
|
-
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
2264
|
-
TRACKED_CLUSTER = "TRACKED_CLUSTER",
|
|
2265
|
-
}
|
|
2266
|
-
export interface DBProxyTarget {
|
|
2267
|
-
TargetArn?: string;
|
|
2268
|
-
Endpoint?: string;
|
|
2269
|
-
TrackedClusterId?: string;
|
|
2270
|
-
RdsResourceId?: string;
|
|
2271
|
-
Port?: number;
|
|
2272
|
-
Type?: TargetType | string;
|
|
2273
|
-
Role?: TargetRole | string;
|
|
2274
|
-
TargetHealth?: TargetHealth;
|
|
2275
|
-
}
|
|
2276
|
-
export interface DescribeDBProxyTargetsResponse {
|
|
2277
|
-
Targets?: DBProxyTarget[];
|
|
2278
|
-
Marker?: string;
|
|
2279
|
-
}
|
|
2280
|
-
export interface DBSecurityGroupMessage {
|
|
2281
|
-
Marker?: string;
|
|
2282
|
-
DBSecurityGroups?: DBSecurityGroup[];
|
|
2283
|
-
}
|
|
2284
|
-
export interface DescribeDBSecurityGroupsMessage {
|
|
2285
|
-
DBSecurityGroupName?: string;
|
|
2286
|
-
Filters?: Filter[];
|
|
2287
|
-
MaxRecords?: number;
|
|
2288
|
-
Marker?: string;
|
|
2289
|
-
}
|
|
2290
2301
|
export declare const AccountQuotaFilterSensitiveLog: (obj: AccountQuota) => any;
|
|
2291
2302
|
export declare const AccountAttributesMessageFilterSensitiveLog: (
|
|
2292
2303
|
obj: AccountAttributesMessage
|
|
@@ -2399,6 +2410,21 @@ export declare const OptionGroupFilterSensitiveLog: (obj: OptionGroup) => any;
|
|
|
2399
2410
|
export declare const CopyOptionGroupResultFilterSensitiveLog: (
|
|
2400
2411
|
obj: CopyOptionGroupResult
|
|
2401
2412
|
) => any;
|
|
2413
|
+
export declare const CreateBlueGreenDeploymentRequestFilterSensitiveLog: (
|
|
2414
|
+
obj: CreateBlueGreenDeploymentRequest
|
|
2415
|
+
) => any;
|
|
2416
|
+
export declare const SwitchoverDetailFilterSensitiveLog: (
|
|
2417
|
+
obj: SwitchoverDetail
|
|
2418
|
+
) => any;
|
|
2419
|
+
export declare const BlueGreenDeploymentTaskFilterSensitiveLog: (
|
|
2420
|
+
obj: BlueGreenDeploymentTask
|
|
2421
|
+
) => any;
|
|
2422
|
+
export declare const BlueGreenDeploymentFilterSensitiveLog: (
|
|
2423
|
+
obj: BlueGreenDeployment
|
|
2424
|
+
) => any;
|
|
2425
|
+
export declare const CreateBlueGreenDeploymentResponseFilterSensitiveLog: (
|
|
2426
|
+
obj: CreateBlueGreenDeploymentResponse
|
|
2427
|
+
) => any;
|
|
2402
2428
|
export declare const CreateCustomDBEngineVersionMessageFilterSensitiveLog: (
|
|
2403
2429
|
obj: CreateCustomDBEngineVersionMessage
|
|
2404
2430
|
) => any;
|
|
@@ -2578,6 +2604,12 @@ export declare const CreateOptionGroupMessageFilterSensitiveLog: (
|
|
|
2578
2604
|
export declare const CreateOptionGroupResultFilterSensitiveLog: (
|
|
2579
2605
|
obj: CreateOptionGroupResult
|
|
2580
2606
|
) => any;
|
|
2607
|
+
export declare const DeleteBlueGreenDeploymentRequestFilterSensitiveLog: (
|
|
2608
|
+
obj: DeleteBlueGreenDeploymentRequest
|
|
2609
|
+
) => any;
|
|
2610
|
+
export declare const DeleteBlueGreenDeploymentResponseFilterSensitiveLog: (
|
|
2611
|
+
obj: DeleteBlueGreenDeploymentResponse
|
|
2612
|
+
) => any;
|
|
2581
2613
|
export declare const DeleteCustomDBEngineVersionMessageFilterSensitiveLog: (
|
|
2582
2614
|
obj: DeleteCustomDBEngineVersionMessage
|
|
2583
2615
|
) => any;
|
|
@@ -2668,11 +2700,17 @@ export declare const DeregisterDBProxyTargetsResponseFilterSensitiveLog: (
|
|
|
2668
2700
|
export declare const DescribeAccountAttributesMessageFilterSensitiveLog: (
|
|
2669
2701
|
obj: DescribeAccountAttributesMessage
|
|
2670
2702
|
) => any;
|
|
2703
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2704
|
+
export declare const DescribeBlueGreenDeploymentsRequestFilterSensitiveLog: (
|
|
2705
|
+
obj: DescribeBlueGreenDeploymentsRequest
|
|
2706
|
+
) => any;
|
|
2707
|
+
export declare const DescribeBlueGreenDeploymentsResponseFilterSensitiveLog: (
|
|
2708
|
+
obj: DescribeBlueGreenDeploymentsResponse
|
|
2709
|
+
) => any;
|
|
2671
2710
|
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
2672
2711
|
export declare const CertificateMessageFilterSensitiveLog: (
|
|
2673
2712
|
obj: CertificateMessage
|
|
2674
2713
|
) => any;
|
|
2675
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2676
2714
|
export declare const DescribeCertificatesMessageFilterSensitiveLog: (
|
|
2677
2715
|
obj: DescribeCertificatesMessage
|
|
2678
2716
|
) => any;
|
|
@@ -2776,31 +2814,3 @@ export declare const DescribeDBProxyEndpointsRequestFilterSensitiveLog: (
|
|
|
2776
2814
|
export declare const DescribeDBProxyEndpointsResponseFilterSensitiveLog: (
|
|
2777
2815
|
obj: DescribeDBProxyEndpointsResponse
|
|
2778
2816
|
) => any;
|
|
2779
|
-
export declare const DescribeDBProxyTargetGroupsRequestFilterSensitiveLog: (
|
|
2780
|
-
obj: DescribeDBProxyTargetGroupsRequest
|
|
2781
|
-
) => any;
|
|
2782
|
-
export declare const ConnectionPoolConfigurationInfoFilterSensitiveLog: (
|
|
2783
|
-
obj: ConnectionPoolConfigurationInfo
|
|
2784
|
-
) => any;
|
|
2785
|
-
export declare const DBProxyTargetGroupFilterSensitiveLog: (
|
|
2786
|
-
obj: DBProxyTargetGroup
|
|
2787
|
-
) => any;
|
|
2788
|
-
export declare const DescribeDBProxyTargetGroupsResponseFilterSensitiveLog: (
|
|
2789
|
-
obj: DescribeDBProxyTargetGroupsResponse
|
|
2790
|
-
) => any;
|
|
2791
|
-
export declare const DescribeDBProxyTargetsRequestFilterSensitiveLog: (
|
|
2792
|
-
obj: DescribeDBProxyTargetsRequest
|
|
2793
|
-
) => any;
|
|
2794
|
-
export declare const TargetHealthFilterSensitiveLog: (obj: TargetHealth) => any;
|
|
2795
|
-
export declare const DBProxyTargetFilterSensitiveLog: (
|
|
2796
|
-
obj: DBProxyTarget
|
|
2797
|
-
) => any;
|
|
2798
|
-
export declare const DescribeDBProxyTargetsResponseFilterSensitiveLog: (
|
|
2799
|
-
obj: DescribeDBProxyTargetsResponse
|
|
2800
|
-
) => any;
|
|
2801
|
-
export declare const DBSecurityGroupMessageFilterSensitiveLog: (
|
|
2802
|
-
obj: DBSecurityGroupMessage
|
|
2803
|
-
) => any;
|
|
2804
|
-
export declare const DescribeDBSecurityGroupsMessageFilterSensitiveLog: (
|
|
2805
|
-
obj: DescribeDBSecurityGroupsMessage
|
|
2806
|
-
) => any;
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
ActivityStreamStatus,
|
|
6
6
|
AutomationMode,
|
|
7
7
|
AvailabilityZone,
|
|
8
|
+
BlueGreenDeployment,
|
|
8
9
|
Certificate,
|
|
9
10
|
DBCluster,
|
|
10
11
|
DBClusterSnapshotAttributesResult,
|
|
@@ -12,8 +13,6 @@ import {
|
|
|
12
13
|
DBInstanceAutomatedBackup,
|
|
13
14
|
DBProxy,
|
|
14
15
|
DBProxyEndpoint,
|
|
15
|
-
DBProxyTarget,
|
|
16
|
-
DBProxyTargetGroup,
|
|
17
16
|
DBSecurityGroup,
|
|
18
17
|
DBSnapshot,
|
|
19
18
|
DBSubnetGroup,
|
|
@@ -34,6 +33,92 @@ import {
|
|
|
34
33
|
UserAuthConfig,
|
|
35
34
|
} from "./models_0";
|
|
36
35
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
36
|
+
export interface DescribeDBProxyTargetGroupsRequest {
|
|
37
|
+
DBProxyName: string | undefined;
|
|
38
|
+
TargetGroupName?: string;
|
|
39
|
+
Filters?: Filter[];
|
|
40
|
+
Marker?: string;
|
|
41
|
+
MaxRecords?: number;
|
|
42
|
+
}
|
|
43
|
+
export interface ConnectionPoolConfigurationInfo {
|
|
44
|
+
MaxConnectionsPercent?: number;
|
|
45
|
+
MaxIdleConnectionsPercent?: number;
|
|
46
|
+
ConnectionBorrowTimeout?: number;
|
|
47
|
+
SessionPinningFilters?: string[];
|
|
48
|
+
InitQuery?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface DBProxyTargetGroup {
|
|
51
|
+
DBProxyName?: string;
|
|
52
|
+
TargetGroupName?: string;
|
|
53
|
+
TargetGroupArn?: string;
|
|
54
|
+
IsDefault?: boolean;
|
|
55
|
+
Status?: string;
|
|
56
|
+
ConnectionPoolConfig?: ConnectionPoolConfigurationInfo;
|
|
57
|
+
CreatedDate?: Date;
|
|
58
|
+
UpdatedDate?: Date;
|
|
59
|
+
}
|
|
60
|
+
export interface DescribeDBProxyTargetGroupsResponse {
|
|
61
|
+
TargetGroups?: DBProxyTargetGroup[];
|
|
62
|
+
Marker?: string;
|
|
63
|
+
}
|
|
64
|
+
export interface DescribeDBProxyTargetsRequest {
|
|
65
|
+
DBProxyName: string | undefined;
|
|
66
|
+
TargetGroupName?: string;
|
|
67
|
+
Filters?: Filter[];
|
|
68
|
+
Marker?: string;
|
|
69
|
+
MaxRecords?: number;
|
|
70
|
+
}
|
|
71
|
+
export declare enum TargetRole {
|
|
72
|
+
READ_ONLY = "READ_ONLY",
|
|
73
|
+
READ_WRITE = "READ_WRITE",
|
|
74
|
+
UNKNOWN = "UNKNOWN",
|
|
75
|
+
}
|
|
76
|
+
export declare enum TargetHealthReason {
|
|
77
|
+
AUTH_FAILURE = "AUTH_FAILURE",
|
|
78
|
+
CONNECTION_FAILED = "CONNECTION_FAILED",
|
|
79
|
+
INVALID_REPLICATION_STATE = "INVALID_REPLICATION_STATE",
|
|
80
|
+
PENDING_PROXY_CAPACITY = "PENDING_PROXY_CAPACITY",
|
|
81
|
+
UNREACHABLE = "UNREACHABLE",
|
|
82
|
+
}
|
|
83
|
+
export declare enum TargetState {
|
|
84
|
+
available = "AVAILABLE",
|
|
85
|
+
registering = "REGISTERING",
|
|
86
|
+
unavailable = "UNAVAILABLE",
|
|
87
|
+
}
|
|
88
|
+
export interface TargetHealth {
|
|
89
|
+
State?: TargetState | string;
|
|
90
|
+
Reason?: TargetHealthReason | string;
|
|
91
|
+
Description?: string;
|
|
92
|
+
}
|
|
93
|
+
export declare enum TargetType {
|
|
94
|
+
RDS_INSTANCE = "RDS_INSTANCE",
|
|
95
|
+
RDS_SERVERLESS_ENDPOINT = "RDS_SERVERLESS_ENDPOINT",
|
|
96
|
+
TRACKED_CLUSTER = "TRACKED_CLUSTER",
|
|
97
|
+
}
|
|
98
|
+
export interface DBProxyTarget {
|
|
99
|
+
TargetArn?: string;
|
|
100
|
+
Endpoint?: string;
|
|
101
|
+
TrackedClusterId?: string;
|
|
102
|
+
RdsResourceId?: string;
|
|
103
|
+
Port?: number;
|
|
104
|
+
Type?: TargetType | string;
|
|
105
|
+
Role?: TargetRole | string;
|
|
106
|
+
TargetHealth?: TargetHealth;
|
|
107
|
+
}
|
|
108
|
+
export interface DescribeDBProxyTargetsResponse {
|
|
109
|
+
Targets?: DBProxyTarget[];
|
|
110
|
+
Marker?: string;
|
|
111
|
+
}
|
|
112
|
+
export interface DBSecurityGroupMessage {
|
|
113
|
+
Marker?: string;
|
|
114
|
+
DBSecurityGroups?: DBSecurityGroup[];
|
|
115
|
+
}
|
|
116
|
+
export interface DescribeDBSecurityGroupsMessage {
|
|
117
|
+
DBSecurityGroupName?: string;
|
|
118
|
+
Filters?: Filter[];
|
|
119
|
+
MaxRecords?: number;
|
|
120
|
+
Marker?: string;
|
|
121
|
+
}
|
|
37
122
|
export interface DescribeDBSnapshotAttributesMessage {
|
|
38
123
|
DBSnapshotIdentifier: string | undefined;
|
|
39
124
|
}
|
|
@@ -1298,12 +1383,47 @@ export interface StopDBInstanceAutomatedBackupsReplicationMessage {
|
|
|
1298
1383
|
export interface StopDBInstanceAutomatedBackupsReplicationResult {
|
|
1299
1384
|
DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
|
|
1300
1385
|
}
|
|
1386
|
+
export interface SwitchoverBlueGreenDeploymentRequest {
|
|
1387
|
+
BlueGreenDeploymentIdentifier: string | undefined;
|
|
1388
|
+
SwitchoverTimeout?: number;
|
|
1389
|
+
}
|
|
1390
|
+
export interface SwitchoverBlueGreenDeploymentResponse {
|
|
1391
|
+
BlueGreenDeployment?: BlueGreenDeployment;
|
|
1392
|
+
}
|
|
1301
1393
|
export interface SwitchoverReadReplicaMessage {
|
|
1302
1394
|
DBInstanceIdentifier: string | undefined;
|
|
1303
1395
|
}
|
|
1304
1396
|
export interface SwitchoverReadReplicaResult {
|
|
1305
1397
|
DBInstance?: DBInstance;
|
|
1306
1398
|
}
|
|
1399
|
+
export declare const DescribeDBProxyTargetGroupsRequestFilterSensitiveLog: (
|
|
1400
|
+
obj: DescribeDBProxyTargetGroupsRequest
|
|
1401
|
+
) => any;
|
|
1402
|
+
export declare const ConnectionPoolConfigurationInfoFilterSensitiveLog: (
|
|
1403
|
+
obj: ConnectionPoolConfigurationInfo
|
|
1404
|
+
) => any;
|
|
1405
|
+
export declare const DBProxyTargetGroupFilterSensitiveLog: (
|
|
1406
|
+
obj: DBProxyTargetGroup
|
|
1407
|
+
) => any;
|
|
1408
|
+
export declare const DescribeDBProxyTargetGroupsResponseFilterSensitiveLog: (
|
|
1409
|
+
obj: DescribeDBProxyTargetGroupsResponse
|
|
1410
|
+
) => any;
|
|
1411
|
+
export declare const DescribeDBProxyTargetsRequestFilterSensitiveLog: (
|
|
1412
|
+
obj: DescribeDBProxyTargetsRequest
|
|
1413
|
+
) => any;
|
|
1414
|
+
export declare const TargetHealthFilterSensitiveLog: (obj: TargetHealth) => any;
|
|
1415
|
+
export declare const DBProxyTargetFilterSensitiveLog: (
|
|
1416
|
+
obj: DBProxyTarget
|
|
1417
|
+
) => any;
|
|
1418
|
+
export declare const DescribeDBProxyTargetsResponseFilterSensitiveLog: (
|
|
1419
|
+
obj: DescribeDBProxyTargetsResponse
|
|
1420
|
+
) => any;
|
|
1421
|
+
export declare const DBSecurityGroupMessageFilterSensitiveLog: (
|
|
1422
|
+
obj: DBSecurityGroupMessage
|
|
1423
|
+
) => any;
|
|
1424
|
+
export declare const DescribeDBSecurityGroupsMessageFilterSensitiveLog: (
|
|
1425
|
+
obj: DescribeDBSecurityGroupsMessage
|
|
1426
|
+
) => any;
|
|
1307
1427
|
export declare const DescribeDBSnapshotAttributesMessageFilterSensitiveLog: (
|
|
1308
1428
|
obj: DescribeDBSnapshotAttributesMessage
|
|
1309
1429
|
) => any;
|
|
@@ -1756,6 +1876,12 @@ export declare const StopDBInstanceAutomatedBackupsReplicationMessageFilterSensi
|
|
|
1756
1876
|
export declare const StopDBInstanceAutomatedBackupsReplicationResultFilterSensitiveLog: (
|
|
1757
1877
|
obj: StopDBInstanceAutomatedBackupsReplicationResult
|
|
1758
1878
|
) => any;
|
|
1879
|
+
export declare const SwitchoverBlueGreenDeploymentRequestFilterSensitiveLog: (
|
|
1880
|
+
obj: SwitchoverBlueGreenDeploymentRequest
|
|
1881
|
+
) => any;
|
|
1882
|
+
export declare const SwitchoverBlueGreenDeploymentResponseFilterSensitiveLog: (
|
|
1883
|
+
obj: SwitchoverBlueGreenDeploymentResponse
|
|
1884
|
+
) => any;
|
|
1759
1885
|
export declare const SwitchoverReadReplicaMessageFilterSensitiveLog: (
|
|
1760
1886
|
obj: SwitchoverReadReplicaMessage
|
|
1761
1887
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBlueGreenDeploymentsCommandInput,
|
|
4
|
+
DescribeBlueGreenDeploymentsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBlueGreenDeployments(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeBlueGreenDeploymentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): 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";
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
CopyOptionGroupCommandInput,
|
|
56
56
|
CopyOptionGroupCommandOutput,
|
|
57
57
|
} from "../commands/CopyOptionGroupCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateBlueGreenDeploymentCommandInput,
|
|
60
|
+
CreateBlueGreenDeploymentCommandOutput,
|
|
61
|
+
} from "../commands/CreateBlueGreenDeploymentCommand";
|
|
58
62
|
import {
|
|
59
63
|
CreateCustomDBEngineVersionCommandInput,
|
|
60
64
|
CreateCustomDBEngineVersionCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
CreateOptionGroupCommandInput,
|
|
120
124
|
CreateOptionGroupCommandOutput,
|
|
121
125
|
} from "../commands/CreateOptionGroupCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteBlueGreenDeploymentCommandInput,
|
|
128
|
+
DeleteBlueGreenDeploymentCommandOutput,
|
|
129
|
+
} from "../commands/DeleteBlueGreenDeploymentCommand";
|
|
122
130
|
import {
|
|
123
131
|
DeleteCustomDBEngineVersionCommandInput,
|
|
124
132
|
DeleteCustomDBEngineVersionCommandOutput,
|
|
@@ -191,6 +199,10 @@ import {
|
|
|
191
199
|
DescribeAccountAttributesCommandInput,
|
|
192
200
|
DescribeAccountAttributesCommandOutput,
|
|
193
201
|
} from "../commands/DescribeAccountAttributesCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeBlueGreenDeploymentsCommandInput,
|
|
204
|
+
DescribeBlueGreenDeploymentsCommandOutput,
|
|
205
|
+
} from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
194
206
|
import {
|
|
195
207
|
DescribeCertificatesCommandInput,
|
|
196
208
|
DescribeCertificatesCommandOutput,
|
|
@@ -547,6 +559,10 @@ import {
|
|
|
547
559
|
StopDBInstanceCommandInput,
|
|
548
560
|
StopDBInstanceCommandOutput,
|
|
549
561
|
} from "../commands/StopDBInstanceCommand";
|
|
562
|
+
import {
|
|
563
|
+
SwitchoverBlueGreenDeploymentCommandInput,
|
|
564
|
+
SwitchoverBlueGreenDeploymentCommandOutput,
|
|
565
|
+
} from "../commands/SwitchoverBlueGreenDeploymentCommand";
|
|
550
566
|
import {
|
|
551
567
|
SwitchoverReadReplicaCommandInput,
|
|
552
568
|
SwitchoverReadReplicaCommandOutput,
|
|
@@ -603,6 +619,10 @@ export declare const serializeAws_queryCopyOptionGroupCommand: (
|
|
|
603
619
|
input: CopyOptionGroupCommandInput,
|
|
604
620
|
context: __SerdeContext
|
|
605
621
|
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const serializeAws_queryCreateBlueGreenDeploymentCommand: (
|
|
623
|
+
input: CreateBlueGreenDeploymentCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
606
626
|
export declare const serializeAws_queryCreateCustomDBEngineVersionCommand: (
|
|
607
627
|
input: CreateCustomDBEngineVersionCommandInput,
|
|
608
628
|
context: __SerdeContext
|
|
@@ -667,6 +687,10 @@ export declare const serializeAws_queryCreateOptionGroupCommand: (
|
|
|
667
687
|
input: CreateOptionGroupCommandInput,
|
|
668
688
|
context: __SerdeContext
|
|
669
689
|
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const serializeAws_queryDeleteBlueGreenDeploymentCommand: (
|
|
691
|
+
input: DeleteBlueGreenDeploymentCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
670
694
|
export declare const serializeAws_queryDeleteCustomDBEngineVersionCommand: (
|
|
671
695
|
input: DeleteCustomDBEngineVersionCommandInput,
|
|
672
696
|
context: __SerdeContext
|
|
@@ -739,6 +763,10 @@ export declare const serializeAws_queryDescribeAccountAttributesCommand: (
|
|
|
739
763
|
input: DescribeAccountAttributesCommandInput,
|
|
740
764
|
context: __SerdeContext
|
|
741
765
|
) => Promise<__HttpRequest>;
|
|
766
|
+
export declare const serializeAws_queryDescribeBlueGreenDeploymentsCommand: (
|
|
767
|
+
input: DescribeBlueGreenDeploymentsCommandInput,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<__HttpRequest>;
|
|
742
770
|
export declare const serializeAws_queryDescribeCertificatesCommand: (
|
|
743
771
|
input: DescribeCertificatesCommandInput,
|
|
744
772
|
context: __SerdeContext
|
|
@@ -1095,6 +1123,10 @@ export declare const serializeAws_queryStopDBInstanceAutomatedBackupsReplication
|
|
|
1095
1123
|
input: StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
1096
1124
|
context: __SerdeContext
|
|
1097
1125
|
) => Promise<__HttpRequest>;
|
|
1126
|
+
export declare const serializeAws_querySwitchoverBlueGreenDeploymentCommand: (
|
|
1127
|
+
input: SwitchoverBlueGreenDeploymentCommandInput,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<__HttpRequest>;
|
|
1098
1130
|
export declare const serializeAws_querySwitchoverReadReplicaCommand: (
|
|
1099
1131
|
input: SwitchoverReadReplicaCommandInput,
|
|
1100
1132
|
context: __SerdeContext
|
|
@@ -1151,6 +1183,10 @@ export declare const deserializeAws_queryCopyOptionGroupCommand: (
|
|
|
1151
1183
|
output: __HttpResponse,
|
|
1152
1184
|
context: __SerdeContext
|
|
1153
1185
|
) => Promise<CopyOptionGroupCommandOutput>;
|
|
1186
|
+
export declare const deserializeAws_queryCreateBlueGreenDeploymentCommand: (
|
|
1187
|
+
output: __HttpResponse,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<CreateBlueGreenDeploymentCommandOutput>;
|
|
1154
1190
|
export declare const deserializeAws_queryCreateCustomDBEngineVersionCommand: (
|
|
1155
1191
|
output: __HttpResponse,
|
|
1156
1192
|
context: __SerdeContext
|
|
@@ -1215,6 +1251,10 @@ export declare const deserializeAws_queryCreateOptionGroupCommand: (
|
|
|
1215
1251
|
output: __HttpResponse,
|
|
1216
1252
|
context: __SerdeContext
|
|
1217
1253
|
) => Promise<CreateOptionGroupCommandOutput>;
|
|
1254
|
+
export declare const deserializeAws_queryDeleteBlueGreenDeploymentCommand: (
|
|
1255
|
+
output: __HttpResponse,
|
|
1256
|
+
context: __SerdeContext
|
|
1257
|
+
) => Promise<DeleteBlueGreenDeploymentCommandOutput>;
|
|
1218
1258
|
export declare const deserializeAws_queryDeleteCustomDBEngineVersionCommand: (
|
|
1219
1259
|
output: __HttpResponse,
|
|
1220
1260
|
context: __SerdeContext
|
|
@@ -1287,6 +1327,10 @@ export declare const deserializeAws_queryDescribeAccountAttributesCommand: (
|
|
|
1287
1327
|
output: __HttpResponse,
|
|
1288
1328
|
context: __SerdeContext
|
|
1289
1329
|
) => Promise<DescribeAccountAttributesCommandOutput>;
|
|
1330
|
+
export declare const deserializeAws_queryDescribeBlueGreenDeploymentsCommand: (
|
|
1331
|
+
output: __HttpResponse,
|
|
1332
|
+
context: __SerdeContext
|
|
1333
|
+
) => Promise<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
1290
1334
|
export declare const deserializeAws_queryDescribeCertificatesCommand: (
|
|
1291
1335
|
output: __HttpResponse,
|
|
1292
1336
|
context: __SerdeContext
|
|
@@ -1643,6 +1687,10 @@ export declare const deserializeAws_queryStopDBInstanceAutomatedBackupsReplicati
|
|
|
1643
1687
|
output: __HttpResponse,
|
|
1644
1688
|
context: __SerdeContext
|
|
1645
1689
|
) => Promise<StopDBInstanceAutomatedBackupsReplicationCommandOutput>;
|
|
1690
|
+
export declare const deserializeAws_querySwitchoverBlueGreenDeploymentCommand: (
|
|
1691
|
+
output: __HttpResponse,
|
|
1692
|
+
context: __SerdeContext
|
|
1693
|
+
) => Promise<SwitchoverBlueGreenDeploymentCommandOutput>;
|
|
1646
1694
|
export declare const deserializeAws_querySwitchoverReadReplicaCommand: (
|
|
1647
1695
|
output: __HttpResponse,
|
|
1648
1696
|
context: __SerdeContext
|