@aws-sdk/client-redshift 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/RedshiftServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1399 -4
- package/dist-cjs/models/models_1.js +251 -3
- package/dist-cjs/protocols/Aws_query.js +1315 -4522
- package/dist-es/index.js +1 -0
- package/dist-es/models/RedshiftServiceException.js +12 -0
- package/dist-es/models/models_0.js +1287 -1
- package/dist-es/models/models_1.js +230 -1
- package/dist-es/protocols/Aws_query.js +2680 -4687
- package/dist-types/Redshift.d.ts +7 -5
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +2 -2
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -2
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +3 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/RedshiftServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +771 -438
- package/dist-types/models/models_1.d.ts +147 -86
- package/dist-types/ts3.4/Redshift.d.ts +595 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +191 -0
- package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/index.d.ts +118 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/RedshiftServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3351 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1474 -0
- package/dist-types/ts3.4/pagination/DescribeClusterDbRevisionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterTracksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClusterVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDefaultClusterParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointAccessPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointAuthorizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHsmClientCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeHsmConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeNodeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableClusterOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotCopyGrantsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTableRestoreStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeUsageLimitsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +33 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +356 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,3351 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
3
|
+
export interface AcceptReservedNodeExchangeInputMessage {
|
|
4
|
+
|
|
5
|
+
ReservedNodeId: string | undefined;
|
|
6
|
+
|
|
7
|
+
TargetReservedNodeOfferingId: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace AcceptReservedNodeExchangeInputMessage {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: AcceptReservedNodeExchangeInputMessage) => any;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface RecurringCharge {
|
|
15
|
+
|
|
16
|
+
RecurringChargeAmount?: number;
|
|
17
|
+
|
|
18
|
+
RecurringChargeFrequency?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace RecurringCharge {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
23
|
+
}
|
|
24
|
+
export declare type ReservedNodeOfferingType = "Regular" | "Upgradable";
|
|
25
|
+
|
|
26
|
+
export interface ReservedNode {
|
|
27
|
+
|
|
28
|
+
ReservedNodeId?: string;
|
|
29
|
+
|
|
30
|
+
ReservedNodeOfferingId?: string;
|
|
31
|
+
|
|
32
|
+
NodeType?: string;
|
|
33
|
+
|
|
34
|
+
StartTime?: Date;
|
|
35
|
+
|
|
36
|
+
Duration?: number;
|
|
37
|
+
|
|
38
|
+
FixedPrice?: number;
|
|
39
|
+
|
|
40
|
+
UsagePrice?: number;
|
|
41
|
+
|
|
42
|
+
CurrencyCode?: string;
|
|
43
|
+
|
|
44
|
+
NodeCount?: number;
|
|
45
|
+
|
|
46
|
+
State?: string;
|
|
47
|
+
|
|
48
|
+
OfferingType?: string;
|
|
49
|
+
|
|
50
|
+
RecurringCharges?: RecurringCharge[];
|
|
51
|
+
|
|
52
|
+
ReservedNodeOfferingType?: ReservedNodeOfferingType | string;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace ReservedNode {
|
|
55
|
+
|
|
56
|
+
const filterSensitiveLog: (obj: ReservedNode) => any;
|
|
57
|
+
}
|
|
58
|
+
export interface AcceptReservedNodeExchangeOutputMessage {
|
|
59
|
+
|
|
60
|
+
ExchangedReservedNode?: ReservedNode;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace AcceptReservedNodeExchangeOutputMessage {
|
|
63
|
+
|
|
64
|
+
const filterSensitiveLog: (obj: AcceptReservedNodeExchangeOutputMessage) => any;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export declare class DependentServiceUnavailableFault extends __BaseException {
|
|
68
|
+
readonly name: "DependentServiceUnavailableFault";
|
|
69
|
+
readonly $fault: "client";
|
|
70
|
+
|
|
71
|
+
constructor(opts: __ExceptionOptionType<DependentServiceUnavailableFault, __BaseException>);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export declare class InvalidReservedNodeStateFault extends __BaseException {
|
|
75
|
+
readonly name: "InvalidReservedNodeStateFault";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
|
|
78
|
+
constructor(opts: __ExceptionOptionType<InvalidReservedNodeStateFault, __BaseException>);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export declare class ReservedNodeAlreadyExistsFault extends __BaseException {
|
|
82
|
+
readonly name: "ReservedNodeAlreadyExistsFault";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
|
|
85
|
+
constructor(opts: __ExceptionOptionType<ReservedNodeAlreadyExistsFault, __BaseException>);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export declare class ReservedNodeAlreadyMigratedFault extends __BaseException {
|
|
89
|
+
readonly name: "ReservedNodeAlreadyMigratedFault";
|
|
90
|
+
readonly $fault: "client";
|
|
91
|
+
|
|
92
|
+
constructor(opts: __ExceptionOptionType<ReservedNodeAlreadyMigratedFault, __BaseException>);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export declare class ReservedNodeNotFoundFault extends __BaseException {
|
|
96
|
+
readonly name: "ReservedNodeNotFoundFault";
|
|
97
|
+
readonly $fault: "client";
|
|
98
|
+
|
|
99
|
+
constructor(opts: __ExceptionOptionType<ReservedNodeNotFoundFault, __BaseException>);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export declare class ReservedNodeOfferingNotFoundFault extends __BaseException {
|
|
103
|
+
readonly name: "ReservedNodeOfferingNotFoundFault";
|
|
104
|
+
readonly $fault: "client";
|
|
105
|
+
|
|
106
|
+
constructor(opts: __ExceptionOptionType<ReservedNodeOfferingNotFoundFault, __BaseException>);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export declare class UnsupportedOperationFault extends __BaseException {
|
|
110
|
+
readonly name: "UnsupportedOperationFault";
|
|
111
|
+
readonly $fault: "client";
|
|
112
|
+
|
|
113
|
+
constructor(opts: __ExceptionOptionType<UnsupportedOperationFault, __BaseException>);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export declare class AccessToClusterDeniedFault extends __BaseException {
|
|
117
|
+
readonly name: "AccessToClusterDeniedFault";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
|
|
120
|
+
constructor(opts: __ExceptionOptionType<AccessToClusterDeniedFault, __BaseException>);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export declare class AccessToSnapshotDeniedFault extends __BaseException {
|
|
124
|
+
readonly name: "AccessToSnapshotDeniedFault";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
|
|
127
|
+
constructor(opts: __ExceptionOptionType<AccessToSnapshotDeniedFault, __BaseException>);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface AttributeValueTarget {
|
|
131
|
+
|
|
132
|
+
AttributeValue?: string;
|
|
133
|
+
}
|
|
134
|
+
export declare namespace AttributeValueTarget {
|
|
135
|
+
|
|
136
|
+
const filterSensitiveLog: (obj: AttributeValueTarget) => any;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export interface AccountAttribute {
|
|
140
|
+
|
|
141
|
+
AttributeName?: string;
|
|
142
|
+
|
|
143
|
+
AttributeValues?: AttributeValueTarget[];
|
|
144
|
+
}
|
|
145
|
+
export declare namespace AccountAttribute {
|
|
146
|
+
|
|
147
|
+
const filterSensitiveLog: (obj: AccountAttribute) => any;
|
|
148
|
+
}
|
|
149
|
+
export interface AccountAttributeList {
|
|
150
|
+
|
|
151
|
+
AccountAttributes?: AccountAttribute[];
|
|
152
|
+
}
|
|
153
|
+
export declare namespace AccountAttributeList {
|
|
154
|
+
|
|
155
|
+
const filterSensitiveLog: (obj: AccountAttributeList) => any;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export interface AccountWithRestoreAccess {
|
|
159
|
+
|
|
160
|
+
AccountId?: string;
|
|
161
|
+
|
|
162
|
+
AccountAlias?: string;
|
|
163
|
+
}
|
|
164
|
+
export declare namespace AccountWithRestoreAccess {
|
|
165
|
+
|
|
166
|
+
const filterSensitiveLog: (obj: AccountWithRestoreAccess) => any;
|
|
167
|
+
}
|
|
168
|
+
export declare enum ActionType {
|
|
169
|
+
RECOMMEND_NODE_CONFIG = "recommend-node-config",
|
|
170
|
+
RESIZE_CLUSTER = "resize-cluster",
|
|
171
|
+
RESTORE_CLUSTER = "restore-cluster"
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export declare class ClusterNotFoundFault extends __BaseException {
|
|
175
|
+
readonly name: "ClusterNotFoundFault";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
|
|
178
|
+
constructor(opts: __ExceptionOptionType<ClusterNotFoundFault, __BaseException>);
|
|
179
|
+
}
|
|
180
|
+
export interface PartnerIntegrationInputMessage {
|
|
181
|
+
|
|
182
|
+
AccountId: string | undefined;
|
|
183
|
+
|
|
184
|
+
ClusterIdentifier: string | undefined;
|
|
185
|
+
|
|
186
|
+
DatabaseName: string | undefined;
|
|
187
|
+
|
|
188
|
+
PartnerName: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export declare namespace PartnerIntegrationInputMessage {
|
|
191
|
+
|
|
192
|
+
const filterSensitiveLog: (obj: PartnerIntegrationInputMessage) => any;
|
|
193
|
+
}
|
|
194
|
+
export interface PartnerIntegrationOutputMessage {
|
|
195
|
+
|
|
196
|
+
DatabaseName?: string;
|
|
197
|
+
|
|
198
|
+
PartnerName?: string;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace PartnerIntegrationOutputMessage {
|
|
201
|
+
|
|
202
|
+
const filterSensitiveLog: (obj: PartnerIntegrationOutputMessage) => any;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export declare class PartnerNotFoundFault extends __BaseException {
|
|
206
|
+
readonly name: "PartnerNotFoundFault";
|
|
207
|
+
readonly $fault: "client";
|
|
208
|
+
|
|
209
|
+
constructor(opts: __ExceptionOptionType<PartnerNotFoundFault, __BaseException>);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export declare class UnauthorizedPartnerIntegrationFault extends __BaseException {
|
|
213
|
+
readonly name: "UnauthorizedPartnerIntegrationFault";
|
|
214
|
+
readonly $fault: "client";
|
|
215
|
+
|
|
216
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedPartnerIntegrationFault, __BaseException>);
|
|
217
|
+
}
|
|
218
|
+
export declare enum AquaConfigurationStatus {
|
|
219
|
+
AUTO = "auto",
|
|
220
|
+
DISABLED = "disabled",
|
|
221
|
+
ENABLED = "enabled"
|
|
222
|
+
}
|
|
223
|
+
export declare enum AquaStatus {
|
|
224
|
+
APPLYING = "applying",
|
|
225
|
+
DISABLED = "disabled",
|
|
226
|
+
ENABLED = "enabled"
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface AquaConfiguration {
|
|
230
|
+
|
|
231
|
+
AquaStatus?: AquaStatus | string;
|
|
232
|
+
|
|
233
|
+
AquaConfigurationStatus?: AquaConfigurationStatus | string;
|
|
234
|
+
}
|
|
235
|
+
export declare namespace AquaConfiguration {
|
|
236
|
+
|
|
237
|
+
const filterSensitiveLog: (obj: AquaConfiguration) => any;
|
|
238
|
+
}
|
|
239
|
+
export interface AssociateDataShareConsumerMessage {
|
|
240
|
+
|
|
241
|
+
DataShareArn: string | undefined;
|
|
242
|
+
|
|
243
|
+
AssociateEntireAccount?: boolean;
|
|
244
|
+
|
|
245
|
+
ConsumerArn?: string;
|
|
246
|
+
|
|
247
|
+
ConsumerRegion?: string;
|
|
248
|
+
}
|
|
249
|
+
export declare namespace AssociateDataShareConsumerMessage {
|
|
250
|
+
|
|
251
|
+
const filterSensitiveLog: (obj: AssociateDataShareConsumerMessage) => any;
|
|
252
|
+
}
|
|
253
|
+
export declare enum DataShareStatus {
|
|
254
|
+
ACTIVE = "ACTIVE",
|
|
255
|
+
AUTHORIZED = "AUTHORIZED",
|
|
256
|
+
AVAILABLE = "AVAILABLE",
|
|
257
|
+
DEAUTHORIZED = "DEAUTHORIZED",
|
|
258
|
+
PENDING_AUTHORIZATION = "PENDING_AUTHORIZATION",
|
|
259
|
+
REJECTED = "REJECTED"
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface DataShareAssociation {
|
|
263
|
+
|
|
264
|
+
ConsumerIdentifier?: string;
|
|
265
|
+
|
|
266
|
+
Status?: DataShareStatus | string;
|
|
267
|
+
|
|
268
|
+
ConsumerRegion?: string;
|
|
269
|
+
|
|
270
|
+
CreatedDate?: Date;
|
|
271
|
+
|
|
272
|
+
StatusChangeDate?: Date;
|
|
273
|
+
}
|
|
274
|
+
export declare namespace DataShareAssociation {
|
|
275
|
+
|
|
276
|
+
const filterSensitiveLog: (obj: DataShareAssociation) => any;
|
|
277
|
+
}
|
|
278
|
+
export interface DataShare {
|
|
279
|
+
|
|
280
|
+
DataShareArn?: string;
|
|
281
|
+
|
|
282
|
+
ProducerArn?: string;
|
|
283
|
+
|
|
284
|
+
AllowPubliclyAccessibleConsumers?: boolean;
|
|
285
|
+
|
|
286
|
+
DataShareAssociations?: DataShareAssociation[];
|
|
287
|
+
|
|
288
|
+
ManagedBy?: string;
|
|
289
|
+
}
|
|
290
|
+
export declare namespace DataShare {
|
|
291
|
+
|
|
292
|
+
const filterSensitiveLog: (obj: DataShare) => any;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export declare class InvalidDataShareFault extends __BaseException {
|
|
296
|
+
readonly name: "InvalidDataShareFault";
|
|
297
|
+
readonly $fault: "client";
|
|
298
|
+
|
|
299
|
+
constructor(opts: __ExceptionOptionType<InvalidDataShareFault, __BaseException>);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export declare class InvalidNamespaceFault extends __BaseException {
|
|
303
|
+
readonly name: "InvalidNamespaceFault";
|
|
304
|
+
readonly $fault: "client";
|
|
305
|
+
|
|
306
|
+
constructor(opts: __ExceptionOptionType<InvalidNamespaceFault, __BaseException>);
|
|
307
|
+
}
|
|
308
|
+
export declare type ScheduleState = "ACTIVE" | "FAILED" | "MODIFYING";
|
|
309
|
+
|
|
310
|
+
export interface ClusterAssociatedToSchedule {
|
|
311
|
+
|
|
312
|
+
ClusterIdentifier?: string;
|
|
313
|
+
|
|
314
|
+
ScheduleAssociationState?: ScheduleState | string;
|
|
315
|
+
}
|
|
316
|
+
export declare namespace ClusterAssociatedToSchedule {
|
|
317
|
+
|
|
318
|
+
const filterSensitiveLog: (obj: ClusterAssociatedToSchedule) => any;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface AuthenticationProfile {
|
|
322
|
+
|
|
323
|
+
AuthenticationProfileName?: string;
|
|
324
|
+
|
|
325
|
+
AuthenticationProfileContent?: string;
|
|
326
|
+
}
|
|
327
|
+
export declare namespace AuthenticationProfile {
|
|
328
|
+
|
|
329
|
+
const filterSensitiveLog: (obj: AuthenticationProfile) => any;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export declare class AuthenticationProfileAlreadyExistsFault extends __BaseException {
|
|
333
|
+
readonly name: "AuthenticationProfileAlreadyExistsFault";
|
|
334
|
+
readonly $fault: "client";
|
|
335
|
+
|
|
336
|
+
constructor(opts: __ExceptionOptionType<AuthenticationProfileAlreadyExistsFault, __BaseException>);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export declare class AuthenticationProfileNotFoundFault extends __BaseException {
|
|
340
|
+
readonly name: "AuthenticationProfileNotFoundFault";
|
|
341
|
+
readonly $fault: "client";
|
|
342
|
+
|
|
343
|
+
constructor(opts: __ExceptionOptionType<AuthenticationProfileNotFoundFault, __BaseException>);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export declare class AuthenticationProfileQuotaExceededFault extends __BaseException {
|
|
347
|
+
readonly name: "AuthenticationProfileQuotaExceededFault";
|
|
348
|
+
readonly $fault: "client";
|
|
349
|
+
|
|
350
|
+
constructor(opts: __ExceptionOptionType<AuthenticationProfileQuotaExceededFault, __BaseException>);
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export declare class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
354
|
+
readonly name: "AuthorizationAlreadyExistsFault";
|
|
355
|
+
readonly $fault: "client";
|
|
356
|
+
|
|
357
|
+
constructor(opts: __ExceptionOptionType<AuthorizationAlreadyExistsFault, __BaseException>);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
361
|
+
readonly name: "AuthorizationNotFoundFault";
|
|
362
|
+
readonly $fault: "client";
|
|
363
|
+
|
|
364
|
+
constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export declare class AuthorizationQuotaExceededFault extends __BaseException {
|
|
368
|
+
readonly name: "AuthorizationQuotaExceededFault";
|
|
369
|
+
readonly $fault: "client";
|
|
370
|
+
|
|
371
|
+
constructor(opts: __ExceptionOptionType<AuthorizationQuotaExceededFault, __BaseException>);
|
|
372
|
+
}
|
|
373
|
+
export declare enum AuthorizationStatus {
|
|
374
|
+
AUTHORIZED = "Authorized",
|
|
375
|
+
REVOKING = "Revoking"
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface AuthorizeClusterSecurityGroupIngressMessage {
|
|
379
|
+
|
|
380
|
+
ClusterSecurityGroupName: string | undefined;
|
|
381
|
+
|
|
382
|
+
CIDRIP?: string;
|
|
383
|
+
|
|
384
|
+
EC2SecurityGroupName?: string;
|
|
385
|
+
|
|
386
|
+
EC2SecurityGroupOwnerId?: string;
|
|
387
|
+
}
|
|
388
|
+
export declare namespace AuthorizeClusterSecurityGroupIngressMessage {
|
|
389
|
+
|
|
390
|
+
const filterSensitiveLog: (obj: AuthorizeClusterSecurityGroupIngressMessage) => any;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export interface Tag {
|
|
394
|
+
|
|
395
|
+
Key?: string;
|
|
396
|
+
|
|
397
|
+
Value?: string;
|
|
398
|
+
}
|
|
399
|
+
export declare namespace Tag {
|
|
400
|
+
|
|
401
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export interface EC2SecurityGroup {
|
|
405
|
+
|
|
406
|
+
Status?: string;
|
|
407
|
+
|
|
408
|
+
EC2SecurityGroupName?: string;
|
|
409
|
+
|
|
410
|
+
EC2SecurityGroupOwnerId?: string;
|
|
411
|
+
|
|
412
|
+
Tags?: Tag[];
|
|
413
|
+
}
|
|
414
|
+
export declare namespace EC2SecurityGroup {
|
|
415
|
+
|
|
416
|
+
const filterSensitiveLog: (obj: EC2SecurityGroup) => any;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export interface IPRange {
|
|
420
|
+
|
|
421
|
+
Status?: string;
|
|
422
|
+
|
|
423
|
+
CIDRIP?: string;
|
|
424
|
+
|
|
425
|
+
Tags?: Tag[];
|
|
426
|
+
}
|
|
427
|
+
export declare namespace IPRange {
|
|
428
|
+
|
|
429
|
+
const filterSensitiveLog: (obj: IPRange) => any;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export interface ClusterSecurityGroup {
|
|
433
|
+
|
|
434
|
+
ClusterSecurityGroupName?: string;
|
|
435
|
+
|
|
436
|
+
Description?: string;
|
|
437
|
+
|
|
438
|
+
EC2SecurityGroups?: EC2SecurityGroup[];
|
|
439
|
+
|
|
440
|
+
IPRanges?: IPRange[];
|
|
441
|
+
|
|
442
|
+
Tags?: Tag[];
|
|
443
|
+
}
|
|
444
|
+
export declare namespace ClusterSecurityGroup {
|
|
445
|
+
|
|
446
|
+
const filterSensitiveLog: (obj: ClusterSecurityGroup) => any;
|
|
447
|
+
}
|
|
448
|
+
export interface AuthorizeClusterSecurityGroupIngressResult {
|
|
449
|
+
|
|
450
|
+
ClusterSecurityGroup?: ClusterSecurityGroup;
|
|
451
|
+
}
|
|
452
|
+
export declare namespace AuthorizeClusterSecurityGroupIngressResult {
|
|
453
|
+
|
|
454
|
+
const filterSensitiveLog: (obj: AuthorizeClusterSecurityGroupIngressResult) => any;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export declare class ClusterSecurityGroupNotFoundFault extends __BaseException {
|
|
458
|
+
readonly name: "ClusterSecurityGroupNotFoundFault";
|
|
459
|
+
readonly $fault: "client";
|
|
460
|
+
|
|
461
|
+
constructor(opts: __ExceptionOptionType<ClusterSecurityGroupNotFoundFault, __BaseException>);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
export declare class InvalidClusterSecurityGroupStateFault extends __BaseException {
|
|
465
|
+
readonly name: "InvalidClusterSecurityGroupStateFault";
|
|
466
|
+
readonly $fault: "client";
|
|
467
|
+
|
|
468
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterSecurityGroupStateFault, __BaseException>);
|
|
469
|
+
}
|
|
470
|
+
export interface AuthorizeDataShareMessage {
|
|
471
|
+
|
|
472
|
+
DataShareArn: string | undefined;
|
|
473
|
+
|
|
474
|
+
ConsumerIdentifier: string | undefined;
|
|
475
|
+
}
|
|
476
|
+
export declare namespace AuthorizeDataShareMessage {
|
|
477
|
+
|
|
478
|
+
const filterSensitiveLog: (obj: AuthorizeDataShareMessage) => any;
|
|
479
|
+
}
|
|
480
|
+
export interface AuthorizeEndpointAccessMessage {
|
|
481
|
+
|
|
482
|
+
ClusterIdentifier?: string;
|
|
483
|
+
|
|
484
|
+
Account: string | undefined;
|
|
485
|
+
|
|
486
|
+
VpcIds?: string[];
|
|
487
|
+
}
|
|
488
|
+
export declare namespace AuthorizeEndpointAccessMessage {
|
|
489
|
+
|
|
490
|
+
const filterSensitiveLog: (obj: AuthorizeEndpointAccessMessage) => any;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface EndpointAuthorization {
|
|
494
|
+
|
|
495
|
+
Grantor?: string;
|
|
496
|
+
|
|
497
|
+
Grantee?: string;
|
|
498
|
+
|
|
499
|
+
ClusterIdentifier?: string;
|
|
500
|
+
|
|
501
|
+
AuthorizeTime?: Date;
|
|
502
|
+
|
|
503
|
+
ClusterStatus?: string;
|
|
504
|
+
|
|
505
|
+
Status?: AuthorizationStatus | string;
|
|
506
|
+
|
|
507
|
+
AllowedAllVPCs?: boolean;
|
|
508
|
+
|
|
509
|
+
AllowedVPCs?: string[];
|
|
510
|
+
|
|
511
|
+
EndpointCount?: number;
|
|
512
|
+
}
|
|
513
|
+
export declare namespace EndpointAuthorization {
|
|
514
|
+
|
|
515
|
+
const filterSensitiveLog: (obj: EndpointAuthorization) => any;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export declare class EndpointAuthorizationAlreadyExistsFault extends __BaseException {
|
|
519
|
+
readonly name: "EndpointAuthorizationAlreadyExistsFault";
|
|
520
|
+
readonly $fault: "client";
|
|
521
|
+
|
|
522
|
+
constructor(opts: __ExceptionOptionType<EndpointAuthorizationAlreadyExistsFault, __BaseException>);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
export declare class EndpointAuthorizationsPerClusterLimitExceededFault extends __BaseException {
|
|
526
|
+
readonly name: "EndpointAuthorizationsPerClusterLimitExceededFault";
|
|
527
|
+
readonly $fault: "client";
|
|
528
|
+
|
|
529
|
+
constructor(opts: __ExceptionOptionType<EndpointAuthorizationsPerClusterLimitExceededFault, __BaseException>);
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
export declare class InvalidAuthorizationStateFault extends __BaseException {
|
|
533
|
+
readonly name: "InvalidAuthorizationStateFault";
|
|
534
|
+
readonly $fault: "client";
|
|
535
|
+
|
|
536
|
+
constructor(opts: __ExceptionOptionType<InvalidAuthorizationStateFault, __BaseException>);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export declare class InvalidClusterStateFault extends __BaseException {
|
|
540
|
+
readonly name: "InvalidClusterStateFault";
|
|
541
|
+
readonly $fault: "client";
|
|
542
|
+
|
|
543
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterStateFault, __BaseException>);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export interface AuthorizeSnapshotAccessMessage {
|
|
547
|
+
|
|
548
|
+
SnapshotIdentifier: string | undefined;
|
|
549
|
+
|
|
550
|
+
SnapshotClusterIdentifier?: string;
|
|
551
|
+
|
|
552
|
+
AccountWithRestoreAccess: string | undefined;
|
|
553
|
+
}
|
|
554
|
+
export declare namespace AuthorizeSnapshotAccessMessage {
|
|
555
|
+
|
|
556
|
+
const filterSensitiveLog: (obj: AuthorizeSnapshotAccessMessage) => any;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface Snapshot {
|
|
560
|
+
|
|
561
|
+
SnapshotIdentifier?: string;
|
|
562
|
+
|
|
563
|
+
ClusterIdentifier?: string;
|
|
564
|
+
|
|
565
|
+
SnapshotCreateTime?: Date;
|
|
566
|
+
|
|
567
|
+
Status?: string;
|
|
568
|
+
|
|
569
|
+
Port?: number;
|
|
570
|
+
|
|
571
|
+
AvailabilityZone?: string;
|
|
572
|
+
|
|
573
|
+
ClusterCreateTime?: Date;
|
|
574
|
+
|
|
575
|
+
MasterUsername?: string;
|
|
576
|
+
|
|
577
|
+
ClusterVersion?: string;
|
|
578
|
+
|
|
579
|
+
EngineFullVersion?: string;
|
|
580
|
+
|
|
581
|
+
SnapshotType?: string;
|
|
582
|
+
|
|
583
|
+
NodeType?: string;
|
|
584
|
+
|
|
585
|
+
NumberOfNodes?: number;
|
|
586
|
+
|
|
587
|
+
DBName?: string;
|
|
588
|
+
|
|
589
|
+
VpcId?: string;
|
|
590
|
+
|
|
591
|
+
Encrypted?: boolean;
|
|
592
|
+
|
|
593
|
+
KmsKeyId?: string;
|
|
594
|
+
|
|
595
|
+
EncryptedWithHSM?: boolean;
|
|
596
|
+
|
|
597
|
+
AccountsWithRestoreAccess?: AccountWithRestoreAccess[];
|
|
598
|
+
|
|
599
|
+
OwnerAccount?: string;
|
|
600
|
+
|
|
601
|
+
TotalBackupSizeInMegaBytes?: number;
|
|
602
|
+
|
|
603
|
+
ActualIncrementalBackupSizeInMegaBytes?: number;
|
|
604
|
+
|
|
605
|
+
BackupProgressInMegaBytes?: number;
|
|
606
|
+
|
|
607
|
+
CurrentBackupRateInMegaBytesPerSecond?: number;
|
|
608
|
+
|
|
609
|
+
EstimatedSecondsToCompletion?: number;
|
|
610
|
+
|
|
611
|
+
ElapsedTimeInSeconds?: number;
|
|
612
|
+
|
|
613
|
+
SourceRegion?: string;
|
|
614
|
+
|
|
615
|
+
Tags?: Tag[];
|
|
616
|
+
|
|
617
|
+
RestorableNodeTypes?: string[];
|
|
618
|
+
|
|
619
|
+
EnhancedVpcRouting?: boolean;
|
|
620
|
+
|
|
621
|
+
MaintenanceTrackName?: string;
|
|
622
|
+
|
|
623
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
624
|
+
|
|
625
|
+
ManualSnapshotRemainingDays?: number;
|
|
626
|
+
|
|
627
|
+
SnapshotRetentionStartTime?: Date;
|
|
628
|
+
}
|
|
629
|
+
export declare namespace Snapshot {
|
|
630
|
+
|
|
631
|
+
const filterSensitiveLog: (obj: Snapshot) => any;
|
|
632
|
+
}
|
|
633
|
+
export interface AuthorizeSnapshotAccessResult {
|
|
634
|
+
|
|
635
|
+
Snapshot?: Snapshot;
|
|
636
|
+
}
|
|
637
|
+
export declare namespace AuthorizeSnapshotAccessResult {
|
|
638
|
+
|
|
639
|
+
const filterSensitiveLog: (obj: AuthorizeSnapshotAccessResult) => any;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export declare class ClusterSnapshotNotFoundFault extends __BaseException {
|
|
643
|
+
readonly name: "ClusterSnapshotNotFoundFault";
|
|
644
|
+
readonly $fault: "client";
|
|
645
|
+
|
|
646
|
+
constructor(opts: __ExceptionOptionType<ClusterSnapshotNotFoundFault, __BaseException>);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
export declare class DependentServiceRequestThrottlingFault extends __BaseException {
|
|
650
|
+
readonly name: "DependentServiceRequestThrottlingFault";
|
|
651
|
+
readonly $fault: "client";
|
|
652
|
+
|
|
653
|
+
constructor(opts: __ExceptionOptionType<DependentServiceRequestThrottlingFault, __BaseException>);
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
export declare class InvalidClusterSnapshotStateFault extends __BaseException {
|
|
657
|
+
readonly name: "InvalidClusterSnapshotStateFault";
|
|
658
|
+
readonly $fault: "client";
|
|
659
|
+
|
|
660
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterSnapshotStateFault, __BaseException>);
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
export declare class LimitExceededFault extends __BaseException {
|
|
664
|
+
readonly name: "LimitExceededFault";
|
|
665
|
+
readonly $fault: "client";
|
|
666
|
+
|
|
667
|
+
constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
export interface SupportedPlatform {
|
|
671
|
+
|
|
672
|
+
Name?: string;
|
|
673
|
+
}
|
|
674
|
+
export declare namespace SupportedPlatform {
|
|
675
|
+
|
|
676
|
+
const filterSensitiveLog: (obj: SupportedPlatform) => any;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
export interface AvailabilityZone {
|
|
680
|
+
|
|
681
|
+
Name?: string;
|
|
682
|
+
|
|
683
|
+
SupportedPlatforms?: SupportedPlatform[];
|
|
684
|
+
}
|
|
685
|
+
export declare namespace AvailabilityZone {
|
|
686
|
+
|
|
687
|
+
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
export interface DeleteClusterSnapshotMessage {
|
|
691
|
+
|
|
692
|
+
SnapshotIdentifier: string | undefined;
|
|
693
|
+
|
|
694
|
+
SnapshotClusterIdentifier?: string;
|
|
695
|
+
}
|
|
696
|
+
export declare namespace DeleteClusterSnapshotMessage {
|
|
697
|
+
|
|
698
|
+
const filterSensitiveLog: (obj: DeleteClusterSnapshotMessage) => any;
|
|
699
|
+
}
|
|
700
|
+
export interface BatchDeleteClusterSnapshotsRequest {
|
|
701
|
+
|
|
702
|
+
Identifiers: DeleteClusterSnapshotMessage[] | undefined;
|
|
703
|
+
}
|
|
704
|
+
export declare namespace BatchDeleteClusterSnapshotsRequest {
|
|
705
|
+
|
|
706
|
+
const filterSensitiveLog: (obj: BatchDeleteClusterSnapshotsRequest) => any;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
export interface SnapshotErrorMessage {
|
|
710
|
+
|
|
711
|
+
SnapshotIdentifier?: string;
|
|
712
|
+
|
|
713
|
+
SnapshotClusterIdentifier?: string;
|
|
714
|
+
|
|
715
|
+
FailureCode?: string;
|
|
716
|
+
|
|
717
|
+
FailureReason?: string;
|
|
718
|
+
}
|
|
719
|
+
export declare namespace SnapshotErrorMessage {
|
|
720
|
+
|
|
721
|
+
const filterSensitiveLog: (obj: SnapshotErrorMessage) => any;
|
|
722
|
+
}
|
|
723
|
+
export interface BatchDeleteClusterSnapshotsResult {
|
|
724
|
+
|
|
725
|
+
Resources?: string[];
|
|
726
|
+
|
|
727
|
+
Errors?: SnapshotErrorMessage[];
|
|
728
|
+
}
|
|
729
|
+
export declare namespace BatchDeleteClusterSnapshotsResult {
|
|
730
|
+
|
|
731
|
+
const filterSensitiveLog: (obj: BatchDeleteClusterSnapshotsResult) => any;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
export declare class BatchDeleteRequestSizeExceededFault extends __BaseException {
|
|
735
|
+
readonly name: "BatchDeleteRequestSizeExceededFault";
|
|
736
|
+
readonly $fault: "client";
|
|
737
|
+
|
|
738
|
+
constructor(opts: __ExceptionOptionType<BatchDeleteRequestSizeExceededFault, __BaseException>);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export declare class BatchModifyClusterSnapshotsLimitExceededFault extends __BaseException {
|
|
742
|
+
readonly name: "BatchModifyClusterSnapshotsLimitExceededFault";
|
|
743
|
+
readonly $fault: "client";
|
|
744
|
+
|
|
745
|
+
constructor(opts: __ExceptionOptionType<BatchModifyClusterSnapshotsLimitExceededFault, __BaseException>);
|
|
746
|
+
}
|
|
747
|
+
export interface BatchModifyClusterSnapshotsMessage {
|
|
748
|
+
|
|
749
|
+
SnapshotIdentifierList: string[] | undefined;
|
|
750
|
+
|
|
751
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
752
|
+
|
|
753
|
+
Force?: boolean;
|
|
754
|
+
}
|
|
755
|
+
export declare namespace BatchModifyClusterSnapshotsMessage {
|
|
756
|
+
|
|
757
|
+
const filterSensitiveLog: (obj: BatchModifyClusterSnapshotsMessage) => any;
|
|
758
|
+
}
|
|
759
|
+
export interface BatchModifyClusterSnapshotsOutputMessage {
|
|
760
|
+
|
|
761
|
+
Resources?: string[];
|
|
762
|
+
|
|
763
|
+
Errors?: SnapshotErrorMessage[];
|
|
764
|
+
}
|
|
765
|
+
export declare namespace BatchModifyClusterSnapshotsOutputMessage {
|
|
766
|
+
|
|
767
|
+
const filterSensitiveLog: (obj: BatchModifyClusterSnapshotsOutputMessage) => any;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
export declare class InvalidRetentionPeriodFault extends __BaseException {
|
|
771
|
+
readonly name: "InvalidRetentionPeriodFault";
|
|
772
|
+
readonly $fault: "client";
|
|
773
|
+
|
|
774
|
+
constructor(opts: __ExceptionOptionType<InvalidRetentionPeriodFault, __BaseException>);
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
export declare class BucketNotFoundFault extends __BaseException {
|
|
778
|
+
readonly name: "BucketNotFoundFault";
|
|
779
|
+
readonly $fault: "client";
|
|
780
|
+
|
|
781
|
+
constructor(opts: __ExceptionOptionType<BucketNotFoundFault, __BaseException>);
|
|
782
|
+
}
|
|
783
|
+
export interface CancelResizeMessage {
|
|
784
|
+
|
|
785
|
+
ClusterIdentifier: string | undefined;
|
|
786
|
+
}
|
|
787
|
+
export declare namespace CancelResizeMessage {
|
|
788
|
+
|
|
789
|
+
const filterSensitiveLog: (obj: CancelResizeMessage) => any;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
export declare class ResizeNotFoundFault extends __BaseException {
|
|
793
|
+
readonly name: "ResizeNotFoundFault";
|
|
794
|
+
readonly $fault: "client";
|
|
795
|
+
|
|
796
|
+
constructor(opts: __ExceptionOptionType<ResizeNotFoundFault, __BaseException>);
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface ResizeProgressMessage {
|
|
800
|
+
|
|
801
|
+
TargetNodeType?: string;
|
|
802
|
+
|
|
803
|
+
TargetNumberOfNodes?: number;
|
|
804
|
+
|
|
805
|
+
TargetClusterType?: string;
|
|
806
|
+
|
|
807
|
+
Status?: string;
|
|
808
|
+
|
|
809
|
+
ImportTablesCompleted?: string[];
|
|
810
|
+
|
|
811
|
+
ImportTablesInProgress?: string[];
|
|
812
|
+
|
|
813
|
+
ImportTablesNotStarted?: string[];
|
|
814
|
+
|
|
815
|
+
AvgResizeRateInMegaBytesPerSecond?: number;
|
|
816
|
+
|
|
817
|
+
TotalResizeDataInMegaBytes?: number;
|
|
818
|
+
|
|
819
|
+
ProgressInMegaBytes?: number;
|
|
820
|
+
|
|
821
|
+
ElapsedTimeInSeconds?: number;
|
|
822
|
+
|
|
823
|
+
EstimatedTimeToCompletionInSeconds?: number;
|
|
824
|
+
|
|
825
|
+
ResizeType?: string;
|
|
826
|
+
|
|
827
|
+
Message?: string;
|
|
828
|
+
|
|
829
|
+
TargetEncryptionType?: string;
|
|
830
|
+
|
|
831
|
+
DataTransferProgressPercent?: number;
|
|
832
|
+
}
|
|
833
|
+
export declare namespace ResizeProgressMessage {
|
|
834
|
+
|
|
835
|
+
const filterSensitiveLog: (obj: ResizeProgressMessage) => any;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
export interface ClusterNode {
|
|
839
|
+
|
|
840
|
+
NodeRole?: string;
|
|
841
|
+
|
|
842
|
+
PrivateIPAddress?: string;
|
|
843
|
+
|
|
844
|
+
PublicIPAddress?: string;
|
|
845
|
+
}
|
|
846
|
+
export declare namespace ClusterNode {
|
|
847
|
+
|
|
848
|
+
const filterSensitiveLog: (obj: ClusterNode) => any;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export interface ClusterParameterStatus {
|
|
852
|
+
|
|
853
|
+
ParameterName?: string;
|
|
854
|
+
|
|
855
|
+
ParameterApplyStatus?: string;
|
|
856
|
+
|
|
857
|
+
ParameterApplyErrorDescription?: string;
|
|
858
|
+
}
|
|
859
|
+
export declare namespace ClusterParameterStatus {
|
|
860
|
+
|
|
861
|
+
const filterSensitiveLog: (obj: ClusterParameterStatus) => any;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
export interface ClusterParameterGroupStatus {
|
|
865
|
+
|
|
866
|
+
ParameterGroupName?: string;
|
|
867
|
+
|
|
868
|
+
ParameterApplyStatus?: string;
|
|
869
|
+
|
|
870
|
+
ClusterParameterStatusList?: ClusterParameterStatus[];
|
|
871
|
+
}
|
|
872
|
+
export declare namespace ClusterParameterGroupStatus {
|
|
873
|
+
|
|
874
|
+
const filterSensitiveLog: (obj: ClusterParameterGroupStatus) => any;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
export interface ClusterSecurityGroupMembership {
|
|
878
|
+
|
|
879
|
+
ClusterSecurityGroupName?: string;
|
|
880
|
+
|
|
881
|
+
Status?: string;
|
|
882
|
+
}
|
|
883
|
+
export declare namespace ClusterSecurityGroupMembership {
|
|
884
|
+
|
|
885
|
+
const filterSensitiveLog: (obj: ClusterSecurityGroupMembership) => any;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
export interface ClusterSnapshotCopyStatus {
|
|
889
|
+
|
|
890
|
+
DestinationRegion?: string;
|
|
891
|
+
|
|
892
|
+
RetentionPeriod?: number;
|
|
893
|
+
|
|
894
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
895
|
+
|
|
896
|
+
SnapshotCopyGrantName?: string;
|
|
897
|
+
}
|
|
898
|
+
export declare namespace ClusterSnapshotCopyStatus {
|
|
899
|
+
|
|
900
|
+
const filterSensitiveLog: (obj: ClusterSnapshotCopyStatus) => any;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
export interface DataTransferProgress {
|
|
904
|
+
|
|
905
|
+
Status?: string;
|
|
906
|
+
|
|
907
|
+
CurrentRateInMegaBytesPerSecond?: number;
|
|
908
|
+
|
|
909
|
+
TotalDataInMegaBytes?: number;
|
|
910
|
+
|
|
911
|
+
DataTransferredInMegaBytes?: number;
|
|
912
|
+
|
|
913
|
+
EstimatedTimeToCompletionInSeconds?: number;
|
|
914
|
+
|
|
915
|
+
ElapsedTimeInSeconds?: number;
|
|
916
|
+
}
|
|
917
|
+
export declare namespace DataTransferProgress {
|
|
918
|
+
|
|
919
|
+
const filterSensitiveLog: (obj: DataTransferProgress) => any;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
export interface DeferredMaintenanceWindow {
|
|
923
|
+
|
|
924
|
+
DeferMaintenanceIdentifier?: string;
|
|
925
|
+
|
|
926
|
+
DeferMaintenanceStartTime?: Date;
|
|
927
|
+
|
|
928
|
+
DeferMaintenanceEndTime?: Date;
|
|
929
|
+
}
|
|
930
|
+
export declare namespace DeferredMaintenanceWindow {
|
|
931
|
+
|
|
932
|
+
const filterSensitiveLog: (obj: DeferredMaintenanceWindow) => any;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export interface ElasticIpStatus {
|
|
936
|
+
|
|
937
|
+
ElasticIp?: string;
|
|
938
|
+
|
|
939
|
+
Status?: string;
|
|
940
|
+
}
|
|
941
|
+
export declare namespace ElasticIpStatus {
|
|
942
|
+
|
|
943
|
+
const filterSensitiveLog: (obj: ElasticIpStatus) => any;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
export interface NetworkInterface {
|
|
947
|
+
|
|
948
|
+
NetworkInterfaceId?: string;
|
|
949
|
+
|
|
950
|
+
SubnetId?: string;
|
|
951
|
+
|
|
952
|
+
PrivateIpAddress?: string;
|
|
953
|
+
|
|
954
|
+
AvailabilityZone?: string;
|
|
955
|
+
}
|
|
956
|
+
export declare namespace NetworkInterface {
|
|
957
|
+
|
|
958
|
+
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export interface VpcEndpoint {
|
|
962
|
+
|
|
963
|
+
VpcEndpointId?: string;
|
|
964
|
+
|
|
965
|
+
VpcId?: string;
|
|
966
|
+
|
|
967
|
+
NetworkInterfaces?: NetworkInterface[];
|
|
968
|
+
}
|
|
969
|
+
export declare namespace VpcEndpoint {
|
|
970
|
+
|
|
971
|
+
const filterSensitiveLog: (obj: VpcEndpoint) => any;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
export interface Endpoint {
|
|
975
|
+
|
|
976
|
+
Address?: string;
|
|
977
|
+
|
|
978
|
+
Port?: number;
|
|
979
|
+
|
|
980
|
+
VpcEndpoints?: VpcEndpoint[];
|
|
981
|
+
}
|
|
982
|
+
export declare namespace Endpoint {
|
|
983
|
+
|
|
984
|
+
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export interface HsmStatus {
|
|
988
|
+
|
|
989
|
+
HsmClientCertificateIdentifier?: string;
|
|
990
|
+
|
|
991
|
+
HsmConfigurationIdentifier?: string;
|
|
992
|
+
|
|
993
|
+
Status?: string;
|
|
994
|
+
}
|
|
995
|
+
export declare namespace HsmStatus {
|
|
996
|
+
|
|
997
|
+
const filterSensitiveLog: (obj: HsmStatus) => any;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
export interface ClusterIamRole {
|
|
1001
|
+
|
|
1002
|
+
IamRoleArn?: string;
|
|
1003
|
+
|
|
1004
|
+
ApplyStatus?: string;
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace ClusterIamRole {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: ClusterIamRole) => any;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
export interface PendingModifiedValues {
|
|
1012
|
+
|
|
1013
|
+
MasterUserPassword?: string;
|
|
1014
|
+
|
|
1015
|
+
NodeType?: string;
|
|
1016
|
+
|
|
1017
|
+
NumberOfNodes?: number;
|
|
1018
|
+
|
|
1019
|
+
ClusterType?: string;
|
|
1020
|
+
|
|
1021
|
+
ClusterVersion?: string;
|
|
1022
|
+
|
|
1023
|
+
AutomatedSnapshotRetentionPeriod?: number;
|
|
1024
|
+
|
|
1025
|
+
ClusterIdentifier?: string;
|
|
1026
|
+
|
|
1027
|
+
PubliclyAccessible?: boolean;
|
|
1028
|
+
|
|
1029
|
+
EnhancedVpcRouting?: boolean;
|
|
1030
|
+
|
|
1031
|
+
MaintenanceTrackName?: string;
|
|
1032
|
+
|
|
1033
|
+
EncryptionType?: string;
|
|
1034
|
+
}
|
|
1035
|
+
export declare namespace PendingModifiedValues {
|
|
1036
|
+
|
|
1037
|
+
const filterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
1038
|
+
}
|
|
1039
|
+
export declare enum ReservedNodeExchangeStatusType {
|
|
1040
|
+
FAILED = "FAILED",
|
|
1041
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1042
|
+
PENDING = "PENDING",
|
|
1043
|
+
REQUESTED = "REQUESTED",
|
|
1044
|
+
RETRYING = "RETRYING",
|
|
1045
|
+
SUCCEEDED = "SUCCEEDED"
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
export interface ReservedNodeExchangeStatus {
|
|
1049
|
+
|
|
1050
|
+
ReservedNodeExchangeRequestId?: string;
|
|
1051
|
+
|
|
1052
|
+
Status?: ReservedNodeExchangeStatusType | string;
|
|
1053
|
+
|
|
1054
|
+
RequestTime?: Date;
|
|
1055
|
+
|
|
1056
|
+
SourceReservedNodeId?: string;
|
|
1057
|
+
|
|
1058
|
+
SourceReservedNodeType?: string;
|
|
1059
|
+
|
|
1060
|
+
SourceReservedNodeCount?: number;
|
|
1061
|
+
|
|
1062
|
+
TargetReservedNodeOfferingId?: string;
|
|
1063
|
+
|
|
1064
|
+
TargetReservedNodeType?: string;
|
|
1065
|
+
|
|
1066
|
+
TargetReservedNodeCount?: number;
|
|
1067
|
+
}
|
|
1068
|
+
export declare namespace ReservedNodeExchangeStatus {
|
|
1069
|
+
|
|
1070
|
+
const filterSensitiveLog: (obj: ReservedNodeExchangeStatus) => any;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
export interface ResizeInfo {
|
|
1074
|
+
|
|
1075
|
+
ResizeType?: string;
|
|
1076
|
+
|
|
1077
|
+
AllowCancelResize?: boolean;
|
|
1078
|
+
}
|
|
1079
|
+
export declare namespace ResizeInfo {
|
|
1080
|
+
|
|
1081
|
+
const filterSensitiveLog: (obj: ResizeInfo) => any;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export interface RestoreStatus {
|
|
1085
|
+
|
|
1086
|
+
Status?: string;
|
|
1087
|
+
|
|
1088
|
+
CurrentRestoreRateInMegaBytesPerSecond?: number;
|
|
1089
|
+
|
|
1090
|
+
SnapshotSizeInMegaBytes?: number;
|
|
1091
|
+
|
|
1092
|
+
ProgressInMegaBytes?: number;
|
|
1093
|
+
|
|
1094
|
+
ElapsedTimeInSeconds?: number;
|
|
1095
|
+
|
|
1096
|
+
EstimatedTimeToCompletionInSeconds?: number;
|
|
1097
|
+
}
|
|
1098
|
+
export declare namespace RestoreStatus {
|
|
1099
|
+
|
|
1100
|
+
const filterSensitiveLog: (obj: RestoreStatus) => any;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
export interface VpcSecurityGroupMembership {
|
|
1104
|
+
|
|
1105
|
+
VpcSecurityGroupId?: string;
|
|
1106
|
+
|
|
1107
|
+
Status?: string;
|
|
1108
|
+
}
|
|
1109
|
+
export declare namespace VpcSecurityGroupMembership {
|
|
1110
|
+
|
|
1111
|
+
const filterSensitiveLog: (obj: VpcSecurityGroupMembership) => any;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export interface Cluster {
|
|
1115
|
+
|
|
1116
|
+
ClusterIdentifier?: string;
|
|
1117
|
+
|
|
1118
|
+
NodeType?: string;
|
|
1119
|
+
|
|
1120
|
+
ClusterStatus?: string;
|
|
1121
|
+
|
|
1122
|
+
ClusterAvailabilityStatus?: string;
|
|
1123
|
+
|
|
1124
|
+
ModifyStatus?: string;
|
|
1125
|
+
|
|
1126
|
+
MasterUsername?: string;
|
|
1127
|
+
|
|
1128
|
+
DBName?: string;
|
|
1129
|
+
|
|
1130
|
+
Endpoint?: Endpoint;
|
|
1131
|
+
|
|
1132
|
+
ClusterCreateTime?: Date;
|
|
1133
|
+
|
|
1134
|
+
AutomatedSnapshotRetentionPeriod?: number;
|
|
1135
|
+
|
|
1136
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
1137
|
+
|
|
1138
|
+
ClusterSecurityGroups?: ClusterSecurityGroupMembership[];
|
|
1139
|
+
|
|
1140
|
+
VpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
1141
|
+
|
|
1142
|
+
ClusterParameterGroups?: ClusterParameterGroupStatus[];
|
|
1143
|
+
|
|
1144
|
+
ClusterSubnetGroupName?: string;
|
|
1145
|
+
|
|
1146
|
+
VpcId?: string;
|
|
1147
|
+
|
|
1148
|
+
AvailabilityZone?: string;
|
|
1149
|
+
|
|
1150
|
+
PreferredMaintenanceWindow?: string;
|
|
1151
|
+
|
|
1152
|
+
PendingModifiedValues?: PendingModifiedValues;
|
|
1153
|
+
|
|
1154
|
+
ClusterVersion?: string;
|
|
1155
|
+
|
|
1156
|
+
AllowVersionUpgrade?: boolean;
|
|
1157
|
+
|
|
1158
|
+
NumberOfNodes?: number;
|
|
1159
|
+
|
|
1160
|
+
PubliclyAccessible?: boolean;
|
|
1161
|
+
|
|
1162
|
+
Encrypted?: boolean;
|
|
1163
|
+
|
|
1164
|
+
RestoreStatus?: RestoreStatus;
|
|
1165
|
+
|
|
1166
|
+
DataTransferProgress?: DataTransferProgress;
|
|
1167
|
+
|
|
1168
|
+
HsmStatus?: HsmStatus;
|
|
1169
|
+
|
|
1170
|
+
ClusterSnapshotCopyStatus?: ClusterSnapshotCopyStatus;
|
|
1171
|
+
|
|
1172
|
+
ClusterPublicKey?: string;
|
|
1173
|
+
|
|
1174
|
+
ClusterNodes?: ClusterNode[];
|
|
1175
|
+
|
|
1176
|
+
ElasticIpStatus?: ElasticIpStatus;
|
|
1177
|
+
|
|
1178
|
+
ClusterRevisionNumber?: string;
|
|
1179
|
+
|
|
1180
|
+
Tags?: Tag[];
|
|
1181
|
+
|
|
1182
|
+
KmsKeyId?: string;
|
|
1183
|
+
|
|
1184
|
+
EnhancedVpcRouting?: boolean;
|
|
1185
|
+
|
|
1186
|
+
IamRoles?: ClusterIamRole[];
|
|
1187
|
+
|
|
1188
|
+
PendingActions?: string[];
|
|
1189
|
+
|
|
1190
|
+
MaintenanceTrackName?: string;
|
|
1191
|
+
|
|
1192
|
+
ElasticResizeNumberOfNodeOptions?: string;
|
|
1193
|
+
|
|
1194
|
+
DeferredMaintenanceWindows?: DeferredMaintenanceWindow[];
|
|
1195
|
+
|
|
1196
|
+
SnapshotScheduleIdentifier?: string;
|
|
1197
|
+
|
|
1198
|
+
SnapshotScheduleState?: ScheduleState | string;
|
|
1199
|
+
|
|
1200
|
+
ExpectedNextSnapshotScheduleTime?: Date;
|
|
1201
|
+
|
|
1202
|
+
ExpectedNextSnapshotScheduleTimeStatus?: string;
|
|
1203
|
+
|
|
1204
|
+
NextMaintenanceWindowStartTime?: Date;
|
|
1205
|
+
|
|
1206
|
+
ResizeInfo?: ResizeInfo;
|
|
1207
|
+
|
|
1208
|
+
AvailabilityZoneRelocationStatus?: string;
|
|
1209
|
+
|
|
1210
|
+
ClusterNamespaceArn?: string;
|
|
1211
|
+
|
|
1212
|
+
TotalStorageCapacityInMegaBytes?: number;
|
|
1213
|
+
|
|
1214
|
+
AquaConfiguration?: AquaConfiguration;
|
|
1215
|
+
|
|
1216
|
+
DefaultIamRoleArn?: string;
|
|
1217
|
+
|
|
1218
|
+
ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
|
|
1219
|
+
}
|
|
1220
|
+
export declare namespace Cluster {
|
|
1221
|
+
|
|
1222
|
+
const filterSensitiveLog: (obj: Cluster) => any;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export declare class ClusterAlreadyExistsFault extends __BaseException {
|
|
1226
|
+
readonly name: "ClusterAlreadyExistsFault";
|
|
1227
|
+
readonly $fault: "client";
|
|
1228
|
+
|
|
1229
|
+
constructor(opts: __ExceptionOptionType<ClusterAlreadyExistsFault, __BaseException>);
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
export interface ClusterCredentials {
|
|
1233
|
+
|
|
1234
|
+
DbUser?: string;
|
|
1235
|
+
|
|
1236
|
+
DbPassword?: string;
|
|
1237
|
+
|
|
1238
|
+
Expiration?: Date;
|
|
1239
|
+
}
|
|
1240
|
+
export declare namespace ClusterCredentials {
|
|
1241
|
+
|
|
1242
|
+
const filterSensitiveLog: (obj: ClusterCredentials) => any;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
export interface RevisionTarget {
|
|
1246
|
+
|
|
1247
|
+
DatabaseRevision?: string;
|
|
1248
|
+
|
|
1249
|
+
Description?: string;
|
|
1250
|
+
|
|
1251
|
+
DatabaseRevisionReleaseDate?: Date;
|
|
1252
|
+
}
|
|
1253
|
+
export declare namespace RevisionTarget {
|
|
1254
|
+
|
|
1255
|
+
const filterSensitiveLog: (obj: RevisionTarget) => any;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
export interface ClusterDbRevision {
|
|
1259
|
+
|
|
1260
|
+
ClusterIdentifier?: string;
|
|
1261
|
+
|
|
1262
|
+
CurrentDatabaseRevision?: string;
|
|
1263
|
+
|
|
1264
|
+
DatabaseRevisionReleaseDate?: Date;
|
|
1265
|
+
|
|
1266
|
+
RevisionTargets?: RevisionTarget[];
|
|
1267
|
+
}
|
|
1268
|
+
export declare namespace ClusterDbRevision {
|
|
1269
|
+
|
|
1270
|
+
const filterSensitiveLog: (obj: ClusterDbRevision) => any;
|
|
1271
|
+
}
|
|
1272
|
+
export interface ClusterDbRevisionsMessage {
|
|
1273
|
+
|
|
1274
|
+
Marker?: string;
|
|
1275
|
+
|
|
1276
|
+
ClusterDbRevisions?: ClusterDbRevision[];
|
|
1277
|
+
}
|
|
1278
|
+
export declare namespace ClusterDbRevisionsMessage {
|
|
1279
|
+
|
|
1280
|
+
const filterSensitiveLog: (obj: ClusterDbRevisionsMessage) => any;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export declare class ClusterOnLatestRevisionFault extends __BaseException {
|
|
1284
|
+
readonly name: "ClusterOnLatestRevisionFault";
|
|
1285
|
+
readonly $fault: "client";
|
|
1286
|
+
|
|
1287
|
+
constructor(opts: __ExceptionOptionType<ClusterOnLatestRevisionFault, __BaseException>);
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
export interface ClusterParameterGroup {
|
|
1291
|
+
|
|
1292
|
+
ParameterGroupName?: string;
|
|
1293
|
+
|
|
1294
|
+
ParameterGroupFamily?: string;
|
|
1295
|
+
|
|
1296
|
+
Description?: string;
|
|
1297
|
+
|
|
1298
|
+
Tags?: Tag[];
|
|
1299
|
+
}
|
|
1300
|
+
export declare namespace ClusterParameterGroup {
|
|
1301
|
+
|
|
1302
|
+
const filterSensitiveLog: (obj: ClusterParameterGroup) => any;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
export declare class ClusterParameterGroupAlreadyExistsFault extends __BaseException {
|
|
1306
|
+
readonly name: "ClusterParameterGroupAlreadyExistsFault";
|
|
1307
|
+
readonly $fault: "client";
|
|
1308
|
+
|
|
1309
|
+
constructor(opts: __ExceptionOptionType<ClusterParameterGroupAlreadyExistsFault, __BaseException>);
|
|
1310
|
+
}
|
|
1311
|
+
export declare type ParameterApplyType = "dynamic" | "static";
|
|
1312
|
+
|
|
1313
|
+
export interface Parameter {
|
|
1314
|
+
|
|
1315
|
+
ParameterName?: string;
|
|
1316
|
+
|
|
1317
|
+
ParameterValue?: string;
|
|
1318
|
+
|
|
1319
|
+
Description?: string;
|
|
1320
|
+
|
|
1321
|
+
Source?: string;
|
|
1322
|
+
|
|
1323
|
+
DataType?: string;
|
|
1324
|
+
|
|
1325
|
+
AllowedValues?: string;
|
|
1326
|
+
|
|
1327
|
+
ApplyType?: ParameterApplyType | string;
|
|
1328
|
+
|
|
1329
|
+
IsModifiable?: boolean;
|
|
1330
|
+
|
|
1331
|
+
MinimumEngineVersion?: string;
|
|
1332
|
+
}
|
|
1333
|
+
export declare namespace Parameter {
|
|
1334
|
+
|
|
1335
|
+
const filterSensitiveLog: (obj: Parameter) => any;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
export interface ClusterParameterGroupDetails {
|
|
1339
|
+
|
|
1340
|
+
Parameters?: Parameter[];
|
|
1341
|
+
|
|
1342
|
+
Marker?: string;
|
|
1343
|
+
}
|
|
1344
|
+
export declare namespace ClusterParameterGroupDetails {
|
|
1345
|
+
|
|
1346
|
+
const filterSensitiveLog: (obj: ClusterParameterGroupDetails) => any;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
export interface ClusterParameterGroupNameMessage {
|
|
1350
|
+
|
|
1351
|
+
ParameterGroupName?: string;
|
|
1352
|
+
|
|
1353
|
+
ParameterGroupStatus?: string;
|
|
1354
|
+
}
|
|
1355
|
+
export declare namespace ClusterParameterGroupNameMessage {
|
|
1356
|
+
|
|
1357
|
+
const filterSensitiveLog: (obj: ClusterParameterGroupNameMessage) => any;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
export declare class ClusterParameterGroupNotFoundFault extends __BaseException {
|
|
1361
|
+
readonly name: "ClusterParameterGroupNotFoundFault";
|
|
1362
|
+
readonly $fault: "client";
|
|
1363
|
+
|
|
1364
|
+
constructor(opts: __ExceptionOptionType<ClusterParameterGroupNotFoundFault, __BaseException>);
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
export declare class ClusterParameterGroupQuotaExceededFault extends __BaseException {
|
|
1368
|
+
readonly name: "ClusterParameterGroupQuotaExceededFault";
|
|
1369
|
+
readonly $fault: "client";
|
|
1370
|
+
|
|
1371
|
+
constructor(opts: __ExceptionOptionType<ClusterParameterGroupQuotaExceededFault, __BaseException>);
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
export interface ClusterParameterGroupsMessage {
|
|
1375
|
+
|
|
1376
|
+
Marker?: string;
|
|
1377
|
+
|
|
1378
|
+
ParameterGroups?: ClusterParameterGroup[];
|
|
1379
|
+
}
|
|
1380
|
+
export declare namespace ClusterParameterGroupsMessage {
|
|
1381
|
+
|
|
1382
|
+
const filterSensitiveLog: (obj: ClusterParameterGroupsMessage) => any;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
export declare class ClusterQuotaExceededFault extends __BaseException {
|
|
1386
|
+
readonly name: "ClusterQuotaExceededFault";
|
|
1387
|
+
readonly $fault: "client";
|
|
1388
|
+
|
|
1389
|
+
constructor(opts: __ExceptionOptionType<ClusterQuotaExceededFault, __BaseException>);
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export declare class ClusterSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
1393
|
+
readonly name: "ClusterSecurityGroupAlreadyExistsFault";
|
|
1394
|
+
readonly $fault: "client";
|
|
1395
|
+
|
|
1396
|
+
constructor(opts: __ExceptionOptionType<ClusterSecurityGroupAlreadyExistsFault, __BaseException>);
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export interface ClusterSecurityGroupMessage {
|
|
1400
|
+
|
|
1401
|
+
Marker?: string;
|
|
1402
|
+
|
|
1403
|
+
ClusterSecurityGroups?: ClusterSecurityGroup[];
|
|
1404
|
+
}
|
|
1405
|
+
export declare namespace ClusterSecurityGroupMessage {
|
|
1406
|
+
|
|
1407
|
+
const filterSensitiveLog: (obj: ClusterSecurityGroupMessage) => any;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
export declare class ClusterSecurityGroupQuotaExceededFault extends __BaseException {
|
|
1411
|
+
readonly name: "ClusterSecurityGroupQuotaExceededFault";
|
|
1412
|
+
readonly $fault: "client";
|
|
1413
|
+
|
|
1414
|
+
constructor(opts: __ExceptionOptionType<ClusterSecurityGroupQuotaExceededFault, __BaseException>);
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
export interface ClustersMessage {
|
|
1418
|
+
|
|
1419
|
+
Marker?: string;
|
|
1420
|
+
|
|
1421
|
+
Clusters?: Cluster[];
|
|
1422
|
+
}
|
|
1423
|
+
export declare namespace ClustersMessage {
|
|
1424
|
+
|
|
1425
|
+
const filterSensitiveLog: (obj: ClustersMessage) => any;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
export declare class ClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
1429
|
+
readonly name: "ClusterSnapshotAlreadyExistsFault";
|
|
1430
|
+
readonly $fault: "client";
|
|
1431
|
+
|
|
1432
|
+
constructor(opts: __ExceptionOptionType<ClusterSnapshotAlreadyExistsFault, __BaseException>);
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
export declare class ClusterSnapshotQuotaExceededFault extends __BaseException {
|
|
1436
|
+
readonly name: "ClusterSnapshotQuotaExceededFault";
|
|
1437
|
+
readonly $fault: "client";
|
|
1438
|
+
|
|
1439
|
+
constructor(opts: __ExceptionOptionType<ClusterSnapshotQuotaExceededFault, __BaseException>);
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
export interface Subnet {
|
|
1443
|
+
|
|
1444
|
+
SubnetIdentifier?: string;
|
|
1445
|
+
|
|
1446
|
+
SubnetAvailabilityZone?: AvailabilityZone;
|
|
1447
|
+
|
|
1448
|
+
SubnetStatus?: string;
|
|
1449
|
+
}
|
|
1450
|
+
export declare namespace Subnet {
|
|
1451
|
+
|
|
1452
|
+
const filterSensitiveLog: (obj: Subnet) => any;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export interface ClusterSubnetGroup {
|
|
1456
|
+
|
|
1457
|
+
ClusterSubnetGroupName?: string;
|
|
1458
|
+
|
|
1459
|
+
Description?: string;
|
|
1460
|
+
|
|
1461
|
+
VpcId?: string;
|
|
1462
|
+
|
|
1463
|
+
SubnetGroupStatus?: string;
|
|
1464
|
+
|
|
1465
|
+
Subnets?: Subnet[];
|
|
1466
|
+
|
|
1467
|
+
Tags?: Tag[];
|
|
1468
|
+
}
|
|
1469
|
+
export declare namespace ClusterSubnetGroup {
|
|
1470
|
+
|
|
1471
|
+
const filterSensitiveLog: (obj: ClusterSubnetGroup) => any;
|
|
1472
|
+
}
|
|
1473
|
+
|
|
1474
|
+
export declare class ClusterSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
1475
|
+
readonly name: "ClusterSubnetGroupAlreadyExistsFault";
|
|
1476
|
+
readonly $fault: "client";
|
|
1477
|
+
|
|
1478
|
+
constructor(opts: __ExceptionOptionType<ClusterSubnetGroupAlreadyExistsFault, __BaseException>);
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
export interface ClusterSubnetGroupMessage {
|
|
1482
|
+
|
|
1483
|
+
Marker?: string;
|
|
1484
|
+
|
|
1485
|
+
ClusterSubnetGroups?: ClusterSubnetGroup[];
|
|
1486
|
+
}
|
|
1487
|
+
export declare namespace ClusterSubnetGroupMessage {
|
|
1488
|
+
|
|
1489
|
+
const filterSensitiveLog: (obj: ClusterSubnetGroupMessage) => any;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export declare class ClusterSubnetGroupNotFoundFault extends __BaseException {
|
|
1493
|
+
readonly name: "ClusterSubnetGroupNotFoundFault";
|
|
1494
|
+
readonly $fault: "client";
|
|
1495
|
+
|
|
1496
|
+
constructor(opts: __ExceptionOptionType<ClusterSubnetGroupNotFoundFault, __BaseException>);
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
export declare class ClusterSubnetGroupQuotaExceededFault extends __BaseException {
|
|
1500
|
+
readonly name: "ClusterSubnetGroupQuotaExceededFault";
|
|
1501
|
+
readonly $fault: "client";
|
|
1502
|
+
|
|
1503
|
+
constructor(opts: __ExceptionOptionType<ClusterSubnetGroupQuotaExceededFault, __BaseException>);
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
export declare class ClusterSubnetQuotaExceededFault extends __BaseException {
|
|
1507
|
+
readonly name: "ClusterSubnetQuotaExceededFault";
|
|
1508
|
+
readonly $fault: "client";
|
|
1509
|
+
|
|
1510
|
+
constructor(opts: __ExceptionOptionType<ClusterSubnetQuotaExceededFault, __BaseException>);
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
export interface ClusterVersion {
|
|
1514
|
+
|
|
1515
|
+
ClusterVersion?: string;
|
|
1516
|
+
|
|
1517
|
+
ClusterParameterGroupFamily?: string;
|
|
1518
|
+
|
|
1519
|
+
Description?: string;
|
|
1520
|
+
}
|
|
1521
|
+
export declare namespace ClusterVersion {
|
|
1522
|
+
|
|
1523
|
+
const filterSensitiveLog: (obj: ClusterVersion) => any;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
export interface ClusterVersionsMessage {
|
|
1527
|
+
|
|
1528
|
+
Marker?: string;
|
|
1529
|
+
|
|
1530
|
+
ClusterVersions?: ClusterVersion[];
|
|
1531
|
+
}
|
|
1532
|
+
export declare namespace ClusterVersionsMessage {
|
|
1533
|
+
|
|
1534
|
+
const filterSensitiveLog: (obj: ClusterVersionsMessage) => any;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
export interface CopyClusterSnapshotMessage {
|
|
1538
|
+
|
|
1539
|
+
SourceSnapshotIdentifier: string | undefined;
|
|
1540
|
+
|
|
1541
|
+
SourceSnapshotClusterIdentifier?: string;
|
|
1542
|
+
|
|
1543
|
+
TargetSnapshotIdentifier: string | undefined;
|
|
1544
|
+
|
|
1545
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
1546
|
+
}
|
|
1547
|
+
export declare namespace CopyClusterSnapshotMessage {
|
|
1548
|
+
|
|
1549
|
+
const filterSensitiveLog: (obj: CopyClusterSnapshotMessage) => any;
|
|
1550
|
+
}
|
|
1551
|
+
export interface CopyClusterSnapshotResult {
|
|
1552
|
+
|
|
1553
|
+
Snapshot?: Snapshot;
|
|
1554
|
+
}
|
|
1555
|
+
export declare namespace CopyClusterSnapshotResult {
|
|
1556
|
+
|
|
1557
|
+
const filterSensitiveLog: (obj: CopyClusterSnapshotResult) => any;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
export declare class CopyToRegionDisabledFault extends __BaseException {
|
|
1561
|
+
readonly name: "CopyToRegionDisabledFault";
|
|
1562
|
+
readonly $fault: "client";
|
|
1563
|
+
|
|
1564
|
+
constructor(opts: __ExceptionOptionType<CopyToRegionDisabledFault, __BaseException>);
|
|
1565
|
+
}
|
|
1566
|
+
export interface CreateAuthenticationProfileMessage {
|
|
1567
|
+
|
|
1568
|
+
AuthenticationProfileName: string | undefined;
|
|
1569
|
+
|
|
1570
|
+
AuthenticationProfileContent: string | undefined;
|
|
1571
|
+
}
|
|
1572
|
+
export declare namespace CreateAuthenticationProfileMessage {
|
|
1573
|
+
|
|
1574
|
+
const filterSensitiveLog: (obj: CreateAuthenticationProfileMessage) => any;
|
|
1575
|
+
}
|
|
1576
|
+
export interface CreateAuthenticationProfileResult {
|
|
1577
|
+
|
|
1578
|
+
AuthenticationProfileName?: string;
|
|
1579
|
+
|
|
1580
|
+
AuthenticationProfileContent?: string;
|
|
1581
|
+
}
|
|
1582
|
+
export declare namespace CreateAuthenticationProfileResult {
|
|
1583
|
+
|
|
1584
|
+
const filterSensitiveLog: (obj: CreateAuthenticationProfileResult) => any;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
export declare class InvalidAuthenticationProfileRequestFault extends __BaseException {
|
|
1588
|
+
readonly name: "InvalidAuthenticationProfileRequestFault";
|
|
1589
|
+
readonly $fault: "client";
|
|
1590
|
+
|
|
1591
|
+
constructor(opts: __ExceptionOptionType<InvalidAuthenticationProfileRequestFault, __BaseException>);
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
export interface CreateClusterMessage {
|
|
1595
|
+
|
|
1596
|
+
DBName?: string;
|
|
1597
|
+
|
|
1598
|
+
ClusterIdentifier: string | undefined;
|
|
1599
|
+
|
|
1600
|
+
ClusterType?: string;
|
|
1601
|
+
|
|
1602
|
+
NodeType: string | undefined;
|
|
1603
|
+
|
|
1604
|
+
MasterUsername: string | undefined;
|
|
1605
|
+
|
|
1606
|
+
MasterUserPassword: string | undefined;
|
|
1607
|
+
|
|
1608
|
+
ClusterSecurityGroups?: string[];
|
|
1609
|
+
|
|
1610
|
+
VpcSecurityGroupIds?: string[];
|
|
1611
|
+
|
|
1612
|
+
ClusterSubnetGroupName?: string;
|
|
1613
|
+
|
|
1614
|
+
AvailabilityZone?: string;
|
|
1615
|
+
|
|
1616
|
+
PreferredMaintenanceWindow?: string;
|
|
1617
|
+
|
|
1618
|
+
ClusterParameterGroupName?: string;
|
|
1619
|
+
|
|
1620
|
+
AutomatedSnapshotRetentionPeriod?: number;
|
|
1621
|
+
|
|
1622
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
1623
|
+
|
|
1624
|
+
Port?: number;
|
|
1625
|
+
|
|
1626
|
+
ClusterVersion?: string;
|
|
1627
|
+
|
|
1628
|
+
AllowVersionUpgrade?: boolean;
|
|
1629
|
+
|
|
1630
|
+
NumberOfNodes?: number;
|
|
1631
|
+
|
|
1632
|
+
PubliclyAccessible?: boolean;
|
|
1633
|
+
|
|
1634
|
+
Encrypted?: boolean;
|
|
1635
|
+
|
|
1636
|
+
HsmClientCertificateIdentifier?: string;
|
|
1637
|
+
|
|
1638
|
+
HsmConfigurationIdentifier?: string;
|
|
1639
|
+
|
|
1640
|
+
ElasticIp?: string;
|
|
1641
|
+
|
|
1642
|
+
Tags?: Tag[];
|
|
1643
|
+
|
|
1644
|
+
KmsKeyId?: string;
|
|
1645
|
+
|
|
1646
|
+
EnhancedVpcRouting?: boolean;
|
|
1647
|
+
|
|
1648
|
+
AdditionalInfo?: string;
|
|
1649
|
+
|
|
1650
|
+
IamRoles?: string[];
|
|
1651
|
+
|
|
1652
|
+
MaintenanceTrackName?: string;
|
|
1653
|
+
|
|
1654
|
+
SnapshotScheduleIdentifier?: string;
|
|
1655
|
+
|
|
1656
|
+
AvailabilityZoneRelocation?: boolean;
|
|
1657
|
+
|
|
1658
|
+
AquaConfigurationStatus?: AquaConfigurationStatus | string;
|
|
1659
|
+
|
|
1660
|
+
DefaultIamRoleArn?: string;
|
|
1661
|
+
}
|
|
1662
|
+
export declare namespace CreateClusterMessage {
|
|
1663
|
+
|
|
1664
|
+
const filterSensitiveLog: (obj: CreateClusterMessage) => any;
|
|
1665
|
+
}
|
|
1666
|
+
export interface CreateClusterResult {
|
|
1667
|
+
|
|
1668
|
+
Cluster?: Cluster;
|
|
1669
|
+
}
|
|
1670
|
+
export declare namespace CreateClusterResult {
|
|
1671
|
+
|
|
1672
|
+
const filterSensitiveLog: (obj: CreateClusterResult) => any;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
export declare class HsmClientCertificateNotFoundFault extends __BaseException {
|
|
1676
|
+
readonly name: "HsmClientCertificateNotFoundFault";
|
|
1677
|
+
readonly $fault: "client";
|
|
1678
|
+
|
|
1679
|
+
constructor(opts: __ExceptionOptionType<HsmClientCertificateNotFoundFault, __BaseException>);
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
export declare class HsmConfigurationNotFoundFault extends __BaseException {
|
|
1683
|
+
readonly name: "HsmConfigurationNotFoundFault";
|
|
1684
|
+
readonly $fault: "client";
|
|
1685
|
+
|
|
1686
|
+
constructor(opts: __ExceptionOptionType<HsmConfigurationNotFoundFault, __BaseException>);
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
export declare class InsufficientClusterCapacityFault extends __BaseException {
|
|
1690
|
+
readonly name: "InsufficientClusterCapacityFault";
|
|
1691
|
+
readonly $fault: "client";
|
|
1692
|
+
|
|
1693
|
+
constructor(opts: __ExceptionOptionType<InsufficientClusterCapacityFault, __BaseException>);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
export declare class InvalidClusterSubnetGroupStateFault extends __BaseException {
|
|
1697
|
+
readonly name: "InvalidClusterSubnetGroupStateFault";
|
|
1698
|
+
readonly $fault: "client";
|
|
1699
|
+
|
|
1700
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterSubnetGroupStateFault, __BaseException>);
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
export declare class InvalidClusterTrackFault extends __BaseException {
|
|
1704
|
+
readonly name: "InvalidClusterTrackFault";
|
|
1705
|
+
readonly $fault: "client";
|
|
1706
|
+
|
|
1707
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterTrackFault, __BaseException>);
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
export declare class InvalidElasticIpFault extends __BaseException {
|
|
1711
|
+
readonly name: "InvalidElasticIpFault";
|
|
1712
|
+
readonly $fault: "client";
|
|
1713
|
+
|
|
1714
|
+
constructor(opts: __ExceptionOptionType<InvalidElasticIpFault, __BaseException>);
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
1718
|
+
readonly name: "InvalidSubnet";
|
|
1719
|
+
readonly $fault: "client";
|
|
1720
|
+
|
|
1721
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
export declare class InvalidTagFault extends __BaseException {
|
|
1725
|
+
readonly name: "InvalidTagFault";
|
|
1726
|
+
readonly $fault: "client";
|
|
1727
|
+
|
|
1728
|
+
constructor(opts: __ExceptionOptionType<InvalidTagFault, __BaseException>);
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
1732
|
+
readonly name: "InvalidVPCNetworkStateFault";
|
|
1733
|
+
readonly $fault: "client";
|
|
1734
|
+
|
|
1735
|
+
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
export declare class NumberOfNodesPerClusterLimitExceededFault extends __BaseException {
|
|
1739
|
+
readonly name: "NumberOfNodesPerClusterLimitExceededFault";
|
|
1740
|
+
readonly $fault: "client";
|
|
1741
|
+
|
|
1742
|
+
constructor(opts: __ExceptionOptionType<NumberOfNodesPerClusterLimitExceededFault, __BaseException>);
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
export declare class NumberOfNodesQuotaExceededFault extends __BaseException {
|
|
1746
|
+
readonly name: "NumberOfNodesQuotaExceededFault";
|
|
1747
|
+
readonly $fault: "client";
|
|
1748
|
+
|
|
1749
|
+
constructor(opts: __ExceptionOptionType<NumberOfNodesQuotaExceededFault, __BaseException>);
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
export declare class SnapshotScheduleNotFoundFault extends __BaseException {
|
|
1753
|
+
readonly name: "SnapshotScheduleNotFoundFault";
|
|
1754
|
+
readonly $fault: "client";
|
|
1755
|
+
|
|
1756
|
+
constructor(opts: __ExceptionOptionType<SnapshotScheduleNotFoundFault, __BaseException>);
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
export declare class TagLimitExceededFault extends __BaseException {
|
|
1760
|
+
readonly name: "TagLimitExceededFault";
|
|
1761
|
+
readonly $fault: "client";
|
|
1762
|
+
|
|
1763
|
+
constructor(opts: __ExceptionOptionType<TagLimitExceededFault, __BaseException>);
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
export declare class UnauthorizedOperation extends __BaseException {
|
|
1767
|
+
readonly name: "UnauthorizedOperation";
|
|
1768
|
+
readonly $fault: "client";
|
|
1769
|
+
|
|
1770
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedOperation, __BaseException>);
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
export interface CreateClusterParameterGroupMessage {
|
|
1774
|
+
|
|
1775
|
+
ParameterGroupName: string | undefined;
|
|
1776
|
+
|
|
1777
|
+
ParameterGroupFamily: string | undefined;
|
|
1778
|
+
|
|
1779
|
+
Description: string | undefined;
|
|
1780
|
+
|
|
1781
|
+
Tags?: Tag[];
|
|
1782
|
+
}
|
|
1783
|
+
export declare namespace CreateClusterParameterGroupMessage {
|
|
1784
|
+
|
|
1785
|
+
const filterSensitiveLog: (obj: CreateClusterParameterGroupMessage) => any;
|
|
1786
|
+
}
|
|
1787
|
+
export interface CreateClusterParameterGroupResult {
|
|
1788
|
+
|
|
1789
|
+
ClusterParameterGroup?: ClusterParameterGroup;
|
|
1790
|
+
}
|
|
1791
|
+
export declare namespace CreateClusterParameterGroupResult {
|
|
1792
|
+
|
|
1793
|
+
const filterSensitiveLog: (obj: CreateClusterParameterGroupResult) => any;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
export interface CreateClusterSecurityGroupMessage {
|
|
1797
|
+
|
|
1798
|
+
ClusterSecurityGroupName: string | undefined;
|
|
1799
|
+
|
|
1800
|
+
Description: string | undefined;
|
|
1801
|
+
|
|
1802
|
+
Tags?: Tag[];
|
|
1803
|
+
}
|
|
1804
|
+
export declare namespace CreateClusterSecurityGroupMessage {
|
|
1805
|
+
|
|
1806
|
+
const filterSensitiveLog: (obj: CreateClusterSecurityGroupMessage) => any;
|
|
1807
|
+
}
|
|
1808
|
+
export interface CreateClusterSecurityGroupResult {
|
|
1809
|
+
|
|
1810
|
+
ClusterSecurityGroup?: ClusterSecurityGroup;
|
|
1811
|
+
}
|
|
1812
|
+
export declare namespace CreateClusterSecurityGroupResult {
|
|
1813
|
+
|
|
1814
|
+
const filterSensitiveLog: (obj: CreateClusterSecurityGroupResult) => any;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
export interface CreateClusterSnapshotMessage {
|
|
1818
|
+
|
|
1819
|
+
SnapshotIdentifier: string | undefined;
|
|
1820
|
+
|
|
1821
|
+
ClusterIdentifier: string | undefined;
|
|
1822
|
+
|
|
1823
|
+
ManualSnapshotRetentionPeriod?: number;
|
|
1824
|
+
|
|
1825
|
+
Tags?: Tag[];
|
|
1826
|
+
}
|
|
1827
|
+
export declare namespace CreateClusterSnapshotMessage {
|
|
1828
|
+
|
|
1829
|
+
const filterSensitiveLog: (obj: CreateClusterSnapshotMessage) => any;
|
|
1830
|
+
}
|
|
1831
|
+
export interface CreateClusterSnapshotResult {
|
|
1832
|
+
|
|
1833
|
+
Snapshot?: Snapshot;
|
|
1834
|
+
}
|
|
1835
|
+
export declare namespace CreateClusterSnapshotResult {
|
|
1836
|
+
|
|
1837
|
+
const filterSensitiveLog: (obj: CreateClusterSnapshotResult) => any;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
export interface CreateClusterSubnetGroupMessage {
|
|
1841
|
+
|
|
1842
|
+
ClusterSubnetGroupName: string | undefined;
|
|
1843
|
+
|
|
1844
|
+
Description: string | undefined;
|
|
1845
|
+
|
|
1846
|
+
SubnetIds: string[] | undefined;
|
|
1847
|
+
|
|
1848
|
+
Tags?: Tag[];
|
|
1849
|
+
}
|
|
1850
|
+
export declare namespace CreateClusterSubnetGroupMessage {
|
|
1851
|
+
|
|
1852
|
+
const filterSensitiveLog: (obj: CreateClusterSubnetGroupMessage) => any;
|
|
1853
|
+
}
|
|
1854
|
+
export interface CreateClusterSubnetGroupResult {
|
|
1855
|
+
|
|
1856
|
+
ClusterSubnetGroup?: ClusterSubnetGroup;
|
|
1857
|
+
}
|
|
1858
|
+
export declare namespace CreateClusterSubnetGroupResult {
|
|
1859
|
+
|
|
1860
|
+
const filterSensitiveLog: (obj: CreateClusterSubnetGroupResult) => any;
|
|
1861
|
+
}
|
|
1862
|
+
export interface CreateEndpointAccessMessage {
|
|
1863
|
+
|
|
1864
|
+
ClusterIdentifier?: string;
|
|
1865
|
+
|
|
1866
|
+
ResourceOwner?: string;
|
|
1867
|
+
|
|
1868
|
+
EndpointName: string | undefined;
|
|
1869
|
+
|
|
1870
|
+
SubnetGroupName: string | undefined;
|
|
1871
|
+
|
|
1872
|
+
VpcSecurityGroupIds?: string[];
|
|
1873
|
+
}
|
|
1874
|
+
export declare namespace CreateEndpointAccessMessage {
|
|
1875
|
+
|
|
1876
|
+
const filterSensitiveLog: (obj: CreateEndpointAccessMessage) => any;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
export interface EndpointAccess {
|
|
1880
|
+
|
|
1881
|
+
ClusterIdentifier?: string;
|
|
1882
|
+
|
|
1883
|
+
ResourceOwner?: string;
|
|
1884
|
+
|
|
1885
|
+
SubnetGroupName?: string;
|
|
1886
|
+
|
|
1887
|
+
EndpointStatus?: string;
|
|
1888
|
+
|
|
1889
|
+
EndpointName?: string;
|
|
1890
|
+
|
|
1891
|
+
EndpointCreateTime?: Date;
|
|
1892
|
+
|
|
1893
|
+
Port?: number;
|
|
1894
|
+
|
|
1895
|
+
Address?: string;
|
|
1896
|
+
|
|
1897
|
+
VpcSecurityGroups?: VpcSecurityGroupMembership[];
|
|
1898
|
+
|
|
1899
|
+
VpcEndpoint?: VpcEndpoint;
|
|
1900
|
+
}
|
|
1901
|
+
export declare namespace EndpointAccess {
|
|
1902
|
+
|
|
1903
|
+
const filterSensitiveLog: (obj: EndpointAccess) => any;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
export declare class EndpointAlreadyExistsFault extends __BaseException {
|
|
1907
|
+
readonly name: "EndpointAlreadyExistsFault";
|
|
1908
|
+
readonly $fault: "client";
|
|
1909
|
+
|
|
1910
|
+
constructor(opts: __ExceptionOptionType<EndpointAlreadyExistsFault, __BaseException>);
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
export declare class EndpointsPerAuthorizationLimitExceededFault extends __BaseException {
|
|
1914
|
+
readonly name: "EndpointsPerAuthorizationLimitExceededFault";
|
|
1915
|
+
readonly $fault: "client";
|
|
1916
|
+
|
|
1917
|
+
constructor(opts: __ExceptionOptionType<EndpointsPerAuthorizationLimitExceededFault, __BaseException>);
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
export declare class EndpointsPerClusterLimitExceededFault extends __BaseException {
|
|
1921
|
+
readonly name: "EndpointsPerClusterLimitExceededFault";
|
|
1922
|
+
readonly $fault: "client";
|
|
1923
|
+
|
|
1924
|
+
constructor(opts: __ExceptionOptionType<EndpointsPerClusterLimitExceededFault, __BaseException>);
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
export interface CreateEventSubscriptionMessage {
|
|
1928
|
+
|
|
1929
|
+
SubscriptionName: string | undefined;
|
|
1930
|
+
|
|
1931
|
+
SnsTopicArn: string | undefined;
|
|
1932
|
+
|
|
1933
|
+
SourceType?: string;
|
|
1934
|
+
|
|
1935
|
+
SourceIds?: string[];
|
|
1936
|
+
|
|
1937
|
+
EventCategories?: string[];
|
|
1938
|
+
|
|
1939
|
+
Severity?: string;
|
|
1940
|
+
|
|
1941
|
+
Enabled?: boolean;
|
|
1942
|
+
|
|
1943
|
+
Tags?: Tag[];
|
|
1944
|
+
}
|
|
1945
|
+
export declare namespace CreateEventSubscriptionMessage {
|
|
1946
|
+
|
|
1947
|
+
const filterSensitiveLog: (obj: CreateEventSubscriptionMessage) => any;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
export interface EventSubscription {
|
|
1951
|
+
|
|
1952
|
+
CustomerAwsId?: string;
|
|
1953
|
+
|
|
1954
|
+
CustSubscriptionId?: string;
|
|
1955
|
+
|
|
1956
|
+
SnsTopicArn?: string;
|
|
1957
|
+
|
|
1958
|
+
Status?: string;
|
|
1959
|
+
|
|
1960
|
+
SubscriptionCreationTime?: Date;
|
|
1961
|
+
|
|
1962
|
+
SourceType?: string;
|
|
1963
|
+
|
|
1964
|
+
SourceIdsList?: string[];
|
|
1965
|
+
|
|
1966
|
+
EventCategoriesList?: string[];
|
|
1967
|
+
|
|
1968
|
+
Severity?: string;
|
|
1969
|
+
|
|
1970
|
+
Enabled?: boolean;
|
|
1971
|
+
|
|
1972
|
+
Tags?: Tag[];
|
|
1973
|
+
}
|
|
1974
|
+
export declare namespace EventSubscription {
|
|
1975
|
+
|
|
1976
|
+
const filterSensitiveLog: (obj: EventSubscription) => any;
|
|
1977
|
+
}
|
|
1978
|
+
export interface CreateEventSubscriptionResult {
|
|
1979
|
+
|
|
1980
|
+
EventSubscription?: EventSubscription;
|
|
1981
|
+
}
|
|
1982
|
+
export declare namespace CreateEventSubscriptionResult {
|
|
1983
|
+
|
|
1984
|
+
const filterSensitiveLog: (obj: CreateEventSubscriptionResult) => any;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
1988
|
+
readonly name: "EventSubscriptionQuotaExceededFault";
|
|
1989
|
+
readonly $fault: "client";
|
|
1990
|
+
|
|
1991
|
+
constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
1995
|
+
readonly name: "SNSInvalidTopicFault";
|
|
1996
|
+
readonly $fault: "client";
|
|
1997
|
+
|
|
1998
|
+
constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
2002
|
+
readonly name: "SNSNoAuthorizationFault";
|
|
2003
|
+
readonly $fault: "client";
|
|
2004
|
+
|
|
2005
|
+
constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
export declare class SNSTopicArnNotFoundFault extends __BaseException {
|
|
2009
|
+
readonly name: "SNSTopicArnNotFoundFault";
|
|
2010
|
+
readonly $fault: "client";
|
|
2011
|
+
|
|
2012
|
+
constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
export declare class SourceNotFoundFault extends __BaseException {
|
|
2016
|
+
readonly name: "SourceNotFoundFault";
|
|
2017
|
+
readonly $fault: "client";
|
|
2018
|
+
|
|
2019
|
+
constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
export declare class SubscriptionAlreadyExistFault extends __BaseException {
|
|
2023
|
+
readonly name: "SubscriptionAlreadyExistFault";
|
|
2024
|
+
readonly $fault: "client";
|
|
2025
|
+
|
|
2026
|
+
constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
2030
|
+
readonly name: "SubscriptionCategoryNotFoundFault";
|
|
2031
|
+
readonly $fault: "client";
|
|
2032
|
+
|
|
2033
|
+
constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
export declare class SubscriptionEventIdNotFoundFault extends __BaseException {
|
|
2037
|
+
readonly name: "SubscriptionEventIdNotFoundFault";
|
|
2038
|
+
readonly $fault: "client";
|
|
2039
|
+
|
|
2040
|
+
constructor(opts: __ExceptionOptionType<SubscriptionEventIdNotFoundFault, __BaseException>);
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
export declare class SubscriptionSeverityNotFoundFault extends __BaseException {
|
|
2044
|
+
readonly name: "SubscriptionSeverityNotFoundFault";
|
|
2045
|
+
readonly $fault: "client";
|
|
2046
|
+
|
|
2047
|
+
constructor(opts: __ExceptionOptionType<SubscriptionSeverityNotFoundFault, __BaseException>);
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
export interface CreateHsmClientCertificateMessage {
|
|
2051
|
+
|
|
2052
|
+
HsmClientCertificateIdentifier: string | undefined;
|
|
2053
|
+
|
|
2054
|
+
Tags?: Tag[];
|
|
2055
|
+
}
|
|
2056
|
+
export declare namespace CreateHsmClientCertificateMessage {
|
|
2057
|
+
|
|
2058
|
+
const filterSensitiveLog: (obj: CreateHsmClientCertificateMessage) => any;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
export interface HsmClientCertificate {
|
|
2062
|
+
|
|
2063
|
+
HsmClientCertificateIdentifier?: string;
|
|
2064
|
+
|
|
2065
|
+
HsmClientCertificatePublicKey?: string;
|
|
2066
|
+
|
|
2067
|
+
Tags?: Tag[];
|
|
2068
|
+
}
|
|
2069
|
+
export declare namespace HsmClientCertificate {
|
|
2070
|
+
|
|
2071
|
+
const filterSensitiveLog: (obj: HsmClientCertificate) => any;
|
|
2072
|
+
}
|
|
2073
|
+
export interface CreateHsmClientCertificateResult {
|
|
2074
|
+
|
|
2075
|
+
HsmClientCertificate?: HsmClientCertificate;
|
|
2076
|
+
}
|
|
2077
|
+
export declare namespace CreateHsmClientCertificateResult {
|
|
2078
|
+
|
|
2079
|
+
const filterSensitiveLog: (obj: CreateHsmClientCertificateResult) => any;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
export declare class HsmClientCertificateAlreadyExistsFault extends __BaseException {
|
|
2083
|
+
readonly name: "HsmClientCertificateAlreadyExistsFault";
|
|
2084
|
+
readonly $fault: "client";
|
|
2085
|
+
|
|
2086
|
+
constructor(opts: __ExceptionOptionType<HsmClientCertificateAlreadyExistsFault, __BaseException>);
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
export declare class HsmClientCertificateQuotaExceededFault extends __BaseException {
|
|
2090
|
+
readonly name: "HsmClientCertificateQuotaExceededFault";
|
|
2091
|
+
readonly $fault: "client";
|
|
2092
|
+
|
|
2093
|
+
constructor(opts: __ExceptionOptionType<HsmClientCertificateQuotaExceededFault, __BaseException>);
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
export interface CreateHsmConfigurationMessage {
|
|
2097
|
+
|
|
2098
|
+
HsmConfigurationIdentifier: string | undefined;
|
|
2099
|
+
|
|
2100
|
+
Description: string | undefined;
|
|
2101
|
+
|
|
2102
|
+
HsmIpAddress: string | undefined;
|
|
2103
|
+
|
|
2104
|
+
HsmPartitionName: string | undefined;
|
|
2105
|
+
|
|
2106
|
+
HsmPartitionPassword: string | undefined;
|
|
2107
|
+
|
|
2108
|
+
HsmServerPublicCertificate: string | undefined;
|
|
2109
|
+
|
|
2110
|
+
Tags?: Tag[];
|
|
2111
|
+
}
|
|
2112
|
+
export declare namespace CreateHsmConfigurationMessage {
|
|
2113
|
+
|
|
2114
|
+
const filterSensitiveLog: (obj: CreateHsmConfigurationMessage) => any;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
export interface HsmConfiguration {
|
|
2118
|
+
|
|
2119
|
+
HsmConfigurationIdentifier?: string;
|
|
2120
|
+
|
|
2121
|
+
Description?: string;
|
|
2122
|
+
|
|
2123
|
+
HsmIpAddress?: string;
|
|
2124
|
+
|
|
2125
|
+
HsmPartitionName?: string;
|
|
2126
|
+
|
|
2127
|
+
Tags?: Tag[];
|
|
2128
|
+
}
|
|
2129
|
+
export declare namespace HsmConfiguration {
|
|
2130
|
+
|
|
2131
|
+
const filterSensitiveLog: (obj: HsmConfiguration) => any;
|
|
2132
|
+
}
|
|
2133
|
+
export interface CreateHsmConfigurationResult {
|
|
2134
|
+
|
|
2135
|
+
HsmConfiguration?: HsmConfiguration;
|
|
2136
|
+
}
|
|
2137
|
+
export declare namespace CreateHsmConfigurationResult {
|
|
2138
|
+
|
|
2139
|
+
const filterSensitiveLog: (obj: CreateHsmConfigurationResult) => any;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
export declare class HsmConfigurationAlreadyExistsFault extends __BaseException {
|
|
2143
|
+
readonly name: "HsmConfigurationAlreadyExistsFault";
|
|
2144
|
+
readonly $fault: "client";
|
|
2145
|
+
|
|
2146
|
+
constructor(opts: __ExceptionOptionType<HsmConfigurationAlreadyExistsFault, __BaseException>);
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
export declare class HsmConfigurationQuotaExceededFault extends __BaseException {
|
|
2150
|
+
readonly name: "HsmConfigurationQuotaExceededFault";
|
|
2151
|
+
readonly $fault: "client";
|
|
2152
|
+
|
|
2153
|
+
constructor(opts: __ExceptionOptionType<HsmConfigurationQuotaExceededFault, __BaseException>);
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
export interface PauseClusterMessage {
|
|
2157
|
+
|
|
2158
|
+
ClusterIdentifier: string | undefined;
|
|
2159
|
+
}
|
|
2160
|
+
export declare namespace PauseClusterMessage {
|
|
2161
|
+
|
|
2162
|
+
const filterSensitiveLog: (obj: PauseClusterMessage) => any;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
export interface ResizeClusterMessage {
|
|
2166
|
+
|
|
2167
|
+
ClusterIdentifier: string | undefined;
|
|
2168
|
+
|
|
2169
|
+
ClusterType?: string;
|
|
2170
|
+
|
|
2171
|
+
NodeType?: string;
|
|
2172
|
+
|
|
2173
|
+
NumberOfNodes?: number;
|
|
2174
|
+
|
|
2175
|
+
Classic?: boolean;
|
|
2176
|
+
|
|
2177
|
+
ReservedNodeId?: string;
|
|
2178
|
+
|
|
2179
|
+
TargetReservedNodeOfferingId?: string;
|
|
2180
|
+
}
|
|
2181
|
+
export declare namespace ResizeClusterMessage {
|
|
2182
|
+
|
|
2183
|
+
const filterSensitiveLog: (obj: ResizeClusterMessage) => any;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
export interface ResumeClusterMessage {
|
|
2187
|
+
|
|
2188
|
+
ClusterIdentifier: string | undefined;
|
|
2189
|
+
}
|
|
2190
|
+
export declare namespace ResumeClusterMessage {
|
|
2191
|
+
|
|
2192
|
+
const filterSensitiveLog: (obj: ResumeClusterMessage) => any;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
export interface ScheduledActionType {
|
|
2196
|
+
|
|
2197
|
+
ResizeCluster?: ResizeClusterMessage;
|
|
2198
|
+
|
|
2199
|
+
PauseCluster?: PauseClusterMessage;
|
|
2200
|
+
|
|
2201
|
+
ResumeCluster?: ResumeClusterMessage;
|
|
2202
|
+
}
|
|
2203
|
+
export declare namespace ScheduledActionType {
|
|
2204
|
+
|
|
2205
|
+
const filterSensitiveLog: (obj: ScheduledActionType) => any;
|
|
2206
|
+
}
|
|
2207
|
+
export interface CreateScheduledActionMessage {
|
|
2208
|
+
|
|
2209
|
+
ScheduledActionName: string | undefined;
|
|
2210
|
+
|
|
2211
|
+
TargetAction: ScheduledActionType | undefined;
|
|
2212
|
+
|
|
2213
|
+
Schedule: string | undefined;
|
|
2214
|
+
|
|
2215
|
+
IamRole: string | undefined;
|
|
2216
|
+
|
|
2217
|
+
ScheduledActionDescription?: string;
|
|
2218
|
+
|
|
2219
|
+
StartTime?: Date;
|
|
2220
|
+
|
|
2221
|
+
EndTime?: Date;
|
|
2222
|
+
|
|
2223
|
+
Enable?: boolean;
|
|
2224
|
+
}
|
|
2225
|
+
export declare namespace CreateScheduledActionMessage {
|
|
2226
|
+
|
|
2227
|
+
const filterSensitiveLog: (obj: CreateScheduledActionMessage) => any;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
export declare class InvalidScheduledActionFault extends __BaseException {
|
|
2231
|
+
readonly name: "InvalidScheduledActionFault";
|
|
2232
|
+
readonly $fault: "client";
|
|
2233
|
+
|
|
2234
|
+
constructor(opts: __ExceptionOptionType<InvalidScheduledActionFault, __BaseException>);
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
export declare class InvalidScheduleFault extends __BaseException {
|
|
2238
|
+
readonly name: "InvalidScheduleFault";
|
|
2239
|
+
readonly $fault: "client";
|
|
2240
|
+
|
|
2241
|
+
constructor(opts: __ExceptionOptionType<InvalidScheduleFault, __BaseException>);
|
|
2242
|
+
}
|
|
2243
|
+
export declare enum ScheduledActionState {
|
|
2244
|
+
ACTIVE = "ACTIVE",
|
|
2245
|
+
DISABLED = "DISABLED"
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
export interface ScheduledAction {
|
|
2249
|
+
|
|
2250
|
+
ScheduledActionName?: string;
|
|
2251
|
+
|
|
2252
|
+
TargetAction?: ScheduledActionType;
|
|
2253
|
+
|
|
2254
|
+
Schedule?: string;
|
|
2255
|
+
|
|
2256
|
+
IamRole?: string;
|
|
2257
|
+
|
|
2258
|
+
ScheduledActionDescription?: string;
|
|
2259
|
+
|
|
2260
|
+
State?: ScheduledActionState | string;
|
|
2261
|
+
|
|
2262
|
+
NextInvocations?: Date[];
|
|
2263
|
+
|
|
2264
|
+
StartTime?: Date;
|
|
2265
|
+
|
|
2266
|
+
EndTime?: Date;
|
|
2267
|
+
}
|
|
2268
|
+
export declare namespace ScheduledAction {
|
|
2269
|
+
|
|
2270
|
+
const filterSensitiveLog: (obj: ScheduledAction) => any;
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
export declare class ScheduledActionAlreadyExistsFault extends __BaseException {
|
|
2274
|
+
readonly name: "ScheduledActionAlreadyExistsFault";
|
|
2275
|
+
readonly $fault: "client";
|
|
2276
|
+
|
|
2277
|
+
constructor(opts: __ExceptionOptionType<ScheduledActionAlreadyExistsFault, __BaseException>);
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
export declare class ScheduledActionQuotaExceededFault extends __BaseException {
|
|
2281
|
+
readonly name: "ScheduledActionQuotaExceededFault";
|
|
2282
|
+
readonly $fault: "client";
|
|
2283
|
+
|
|
2284
|
+
constructor(opts: __ExceptionOptionType<ScheduledActionQuotaExceededFault, __BaseException>);
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
export declare class ScheduledActionTypeUnsupportedFault extends __BaseException {
|
|
2288
|
+
readonly name: "ScheduledActionTypeUnsupportedFault";
|
|
2289
|
+
readonly $fault: "client";
|
|
2290
|
+
|
|
2291
|
+
constructor(opts: __ExceptionOptionType<ScheduledActionTypeUnsupportedFault, __BaseException>);
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
export interface CreateSnapshotCopyGrantMessage {
|
|
2295
|
+
|
|
2296
|
+
SnapshotCopyGrantName: string | undefined;
|
|
2297
|
+
|
|
2298
|
+
KmsKeyId?: string;
|
|
2299
|
+
|
|
2300
|
+
Tags?: Tag[];
|
|
2301
|
+
}
|
|
2302
|
+
export declare namespace CreateSnapshotCopyGrantMessage {
|
|
2303
|
+
|
|
2304
|
+
const filterSensitiveLog: (obj: CreateSnapshotCopyGrantMessage) => any;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
export interface SnapshotCopyGrant {
|
|
2308
|
+
|
|
2309
|
+
SnapshotCopyGrantName?: string;
|
|
2310
|
+
|
|
2311
|
+
KmsKeyId?: string;
|
|
2312
|
+
|
|
2313
|
+
Tags?: Tag[];
|
|
2314
|
+
}
|
|
2315
|
+
export declare namespace SnapshotCopyGrant {
|
|
2316
|
+
|
|
2317
|
+
const filterSensitiveLog: (obj: SnapshotCopyGrant) => any;
|
|
2318
|
+
}
|
|
2319
|
+
export interface CreateSnapshotCopyGrantResult {
|
|
2320
|
+
|
|
2321
|
+
SnapshotCopyGrant?: SnapshotCopyGrant;
|
|
2322
|
+
}
|
|
2323
|
+
export declare namespace CreateSnapshotCopyGrantResult {
|
|
2324
|
+
|
|
2325
|
+
const filterSensitiveLog: (obj: CreateSnapshotCopyGrantResult) => any;
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
export declare class SnapshotCopyGrantAlreadyExistsFault extends __BaseException {
|
|
2329
|
+
readonly name: "SnapshotCopyGrantAlreadyExistsFault";
|
|
2330
|
+
readonly $fault: "client";
|
|
2331
|
+
|
|
2332
|
+
constructor(opts: __ExceptionOptionType<SnapshotCopyGrantAlreadyExistsFault, __BaseException>);
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
export declare class SnapshotCopyGrantQuotaExceededFault extends __BaseException {
|
|
2336
|
+
readonly name: "SnapshotCopyGrantQuotaExceededFault";
|
|
2337
|
+
readonly $fault: "client";
|
|
2338
|
+
|
|
2339
|
+
constructor(opts: __ExceptionOptionType<SnapshotCopyGrantQuotaExceededFault, __BaseException>);
|
|
2340
|
+
}
|
|
2341
|
+
export interface CreateSnapshotScheduleMessage {
|
|
2342
|
+
|
|
2343
|
+
ScheduleDefinitions?: string[];
|
|
2344
|
+
|
|
2345
|
+
ScheduleIdentifier?: string;
|
|
2346
|
+
|
|
2347
|
+
ScheduleDescription?: string;
|
|
2348
|
+
|
|
2349
|
+
Tags?: Tag[];
|
|
2350
|
+
|
|
2351
|
+
DryRun?: boolean;
|
|
2352
|
+
|
|
2353
|
+
NextInvocations?: number;
|
|
2354
|
+
}
|
|
2355
|
+
export declare namespace CreateSnapshotScheduleMessage {
|
|
2356
|
+
|
|
2357
|
+
const filterSensitiveLog: (obj: CreateSnapshotScheduleMessage) => any;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
export declare class ScheduleDefinitionTypeUnsupportedFault extends __BaseException {
|
|
2361
|
+
readonly name: "ScheduleDefinitionTypeUnsupportedFault";
|
|
2362
|
+
readonly $fault: "client";
|
|
2363
|
+
|
|
2364
|
+
constructor(opts: __ExceptionOptionType<ScheduleDefinitionTypeUnsupportedFault, __BaseException>);
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
export interface SnapshotSchedule {
|
|
2368
|
+
|
|
2369
|
+
ScheduleDefinitions?: string[];
|
|
2370
|
+
|
|
2371
|
+
ScheduleIdentifier?: string;
|
|
2372
|
+
|
|
2373
|
+
ScheduleDescription?: string;
|
|
2374
|
+
|
|
2375
|
+
Tags?: Tag[];
|
|
2376
|
+
|
|
2377
|
+
NextInvocations?: Date[];
|
|
2378
|
+
|
|
2379
|
+
AssociatedClusterCount?: number;
|
|
2380
|
+
|
|
2381
|
+
AssociatedClusters?: ClusterAssociatedToSchedule[];
|
|
2382
|
+
}
|
|
2383
|
+
export declare namespace SnapshotSchedule {
|
|
2384
|
+
|
|
2385
|
+
const filterSensitiveLog: (obj: SnapshotSchedule) => any;
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
export declare class SnapshotScheduleAlreadyExistsFault extends __BaseException {
|
|
2389
|
+
readonly name: "SnapshotScheduleAlreadyExistsFault";
|
|
2390
|
+
readonly $fault: "client";
|
|
2391
|
+
|
|
2392
|
+
constructor(opts: __ExceptionOptionType<SnapshotScheduleAlreadyExistsFault, __BaseException>);
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
export declare class SnapshotScheduleQuotaExceededFault extends __BaseException {
|
|
2396
|
+
readonly name: "SnapshotScheduleQuotaExceededFault";
|
|
2397
|
+
readonly $fault: "client";
|
|
2398
|
+
|
|
2399
|
+
constructor(opts: __ExceptionOptionType<SnapshotScheduleQuotaExceededFault, __BaseException>);
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
export interface CreateTagsMessage {
|
|
2403
|
+
|
|
2404
|
+
ResourceName: string | undefined;
|
|
2405
|
+
|
|
2406
|
+
Tags: Tag[] | undefined;
|
|
2407
|
+
}
|
|
2408
|
+
export declare namespace CreateTagsMessage {
|
|
2409
|
+
|
|
2410
|
+
const filterSensitiveLog: (obj: CreateTagsMessage) => any;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
export declare class ResourceNotFoundFault extends __BaseException {
|
|
2414
|
+
readonly name: "ResourceNotFoundFault";
|
|
2415
|
+
readonly $fault: "client";
|
|
2416
|
+
|
|
2417
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
2418
|
+
}
|
|
2419
|
+
export declare enum UsageLimitBreachAction {
|
|
2420
|
+
DISABLE = "disable",
|
|
2421
|
+
EMIT_METRIC = "emit-metric",
|
|
2422
|
+
LOG = "log"
|
|
2423
|
+
}
|
|
2424
|
+
export declare enum UsageLimitFeatureType {
|
|
2425
|
+
CONCURRENCY_SCALING = "concurrency-scaling",
|
|
2426
|
+
CROSS_REGION_DATASHARING = "cross-region-datasharing",
|
|
2427
|
+
SPECTRUM = "spectrum"
|
|
2428
|
+
}
|
|
2429
|
+
export declare enum UsageLimitLimitType {
|
|
2430
|
+
DATA_SCANNED = "data-scanned",
|
|
2431
|
+
TIME = "time"
|
|
2432
|
+
}
|
|
2433
|
+
export declare enum UsageLimitPeriod {
|
|
2434
|
+
DAILY = "daily",
|
|
2435
|
+
MONTHLY = "monthly",
|
|
2436
|
+
WEEKLY = "weekly"
|
|
2437
|
+
}
|
|
2438
|
+
export interface CreateUsageLimitMessage {
|
|
2439
|
+
|
|
2440
|
+
ClusterIdentifier: string | undefined;
|
|
2441
|
+
|
|
2442
|
+
FeatureType: UsageLimitFeatureType | string | undefined;
|
|
2443
|
+
|
|
2444
|
+
LimitType: UsageLimitLimitType | string | undefined;
|
|
2445
|
+
|
|
2446
|
+
Amount: number | undefined;
|
|
2447
|
+
|
|
2448
|
+
Period?: UsageLimitPeriod | string;
|
|
2449
|
+
|
|
2450
|
+
BreachAction?: UsageLimitBreachAction | string;
|
|
2451
|
+
|
|
2452
|
+
Tags?: Tag[];
|
|
2453
|
+
}
|
|
2454
|
+
export declare namespace CreateUsageLimitMessage {
|
|
2455
|
+
|
|
2456
|
+
const filterSensitiveLog: (obj: CreateUsageLimitMessage) => any;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
export declare class InvalidUsageLimitFault extends __BaseException {
|
|
2460
|
+
readonly name: "InvalidUsageLimitFault";
|
|
2461
|
+
readonly $fault: "client";
|
|
2462
|
+
|
|
2463
|
+
constructor(opts: __ExceptionOptionType<InvalidUsageLimitFault, __BaseException>);
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
export interface UsageLimit {
|
|
2467
|
+
|
|
2468
|
+
UsageLimitId?: string;
|
|
2469
|
+
|
|
2470
|
+
ClusterIdentifier?: string;
|
|
2471
|
+
|
|
2472
|
+
FeatureType?: UsageLimitFeatureType | string;
|
|
2473
|
+
|
|
2474
|
+
LimitType?: UsageLimitLimitType | string;
|
|
2475
|
+
|
|
2476
|
+
Amount?: number;
|
|
2477
|
+
|
|
2478
|
+
Period?: UsageLimitPeriod | string;
|
|
2479
|
+
|
|
2480
|
+
BreachAction?: UsageLimitBreachAction | string;
|
|
2481
|
+
|
|
2482
|
+
Tags?: Tag[];
|
|
2483
|
+
}
|
|
2484
|
+
export declare namespace UsageLimit {
|
|
2485
|
+
|
|
2486
|
+
const filterSensitiveLog: (obj: UsageLimit) => any;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
export declare class UsageLimitAlreadyExistsFault extends __BaseException {
|
|
2490
|
+
readonly name: "UsageLimitAlreadyExistsFault";
|
|
2491
|
+
readonly $fault: "client";
|
|
2492
|
+
|
|
2493
|
+
constructor(opts: __ExceptionOptionType<UsageLimitAlreadyExistsFault, __BaseException>);
|
|
2494
|
+
}
|
|
2495
|
+
export interface CustomerStorageMessage {
|
|
2496
|
+
|
|
2497
|
+
TotalBackupSizeInMegaBytes?: number;
|
|
2498
|
+
|
|
2499
|
+
TotalProvisionedStorageInMegaBytes?: number;
|
|
2500
|
+
}
|
|
2501
|
+
export declare namespace CustomerStorageMessage {
|
|
2502
|
+
|
|
2503
|
+
const filterSensitiveLog: (obj: CustomerStorageMessage) => any;
|
|
2504
|
+
}
|
|
2505
|
+
export declare enum DataShareStatusForConsumer {
|
|
2506
|
+
ACTIVE = "ACTIVE",
|
|
2507
|
+
AVAILABLE = "AVAILABLE"
|
|
2508
|
+
}
|
|
2509
|
+
export declare enum DataShareStatusForProducer {
|
|
2510
|
+
ACTIVE = "ACTIVE",
|
|
2511
|
+
AUTHORIZED = "AUTHORIZED",
|
|
2512
|
+
DEAUTHORIZED = "DEAUTHORIZED",
|
|
2513
|
+
PENDING_AUTHORIZATION = "PENDING_AUTHORIZATION",
|
|
2514
|
+
REJECTED = "REJECTED"
|
|
2515
|
+
}
|
|
2516
|
+
export interface DeauthorizeDataShareMessage {
|
|
2517
|
+
|
|
2518
|
+
DataShareArn: string | undefined;
|
|
2519
|
+
|
|
2520
|
+
ConsumerIdentifier: string | undefined;
|
|
2521
|
+
}
|
|
2522
|
+
export declare namespace DeauthorizeDataShareMessage {
|
|
2523
|
+
|
|
2524
|
+
const filterSensitiveLog: (obj: DeauthorizeDataShareMessage) => any;
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
export interface DefaultClusterParameters {
|
|
2528
|
+
|
|
2529
|
+
ParameterGroupFamily?: string;
|
|
2530
|
+
|
|
2531
|
+
Marker?: string;
|
|
2532
|
+
|
|
2533
|
+
Parameters?: Parameter[];
|
|
2534
|
+
}
|
|
2535
|
+
export declare namespace DefaultClusterParameters {
|
|
2536
|
+
|
|
2537
|
+
const filterSensitiveLog: (obj: DefaultClusterParameters) => any;
|
|
2538
|
+
}
|
|
2539
|
+
export interface DeleteAuthenticationProfileMessage {
|
|
2540
|
+
|
|
2541
|
+
AuthenticationProfileName: string | undefined;
|
|
2542
|
+
}
|
|
2543
|
+
export declare namespace DeleteAuthenticationProfileMessage {
|
|
2544
|
+
|
|
2545
|
+
const filterSensitiveLog: (obj: DeleteAuthenticationProfileMessage) => any;
|
|
2546
|
+
}
|
|
2547
|
+
export interface DeleteAuthenticationProfileResult {
|
|
2548
|
+
|
|
2549
|
+
AuthenticationProfileName?: string;
|
|
2550
|
+
}
|
|
2551
|
+
export declare namespace DeleteAuthenticationProfileResult {
|
|
2552
|
+
|
|
2553
|
+
const filterSensitiveLog: (obj: DeleteAuthenticationProfileResult) => any;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
export interface DeleteClusterMessage {
|
|
2557
|
+
|
|
2558
|
+
ClusterIdentifier: string | undefined;
|
|
2559
|
+
|
|
2560
|
+
SkipFinalClusterSnapshot?: boolean;
|
|
2561
|
+
|
|
2562
|
+
FinalClusterSnapshotIdentifier?: string;
|
|
2563
|
+
|
|
2564
|
+
FinalClusterSnapshotRetentionPeriod?: number;
|
|
2565
|
+
}
|
|
2566
|
+
export declare namespace DeleteClusterMessage {
|
|
2567
|
+
|
|
2568
|
+
const filterSensitiveLog: (obj: DeleteClusterMessage) => any;
|
|
2569
|
+
}
|
|
2570
|
+
export interface DeleteClusterResult {
|
|
2571
|
+
|
|
2572
|
+
Cluster?: Cluster;
|
|
2573
|
+
}
|
|
2574
|
+
export declare namespace DeleteClusterResult {
|
|
2575
|
+
|
|
2576
|
+
const filterSensitiveLog: (obj: DeleteClusterResult) => any;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
export interface DeleteClusterParameterGroupMessage {
|
|
2580
|
+
|
|
2581
|
+
ParameterGroupName: string | undefined;
|
|
2582
|
+
}
|
|
2583
|
+
export declare namespace DeleteClusterParameterGroupMessage {
|
|
2584
|
+
|
|
2585
|
+
const filterSensitiveLog: (obj: DeleteClusterParameterGroupMessage) => any;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
export declare class InvalidClusterParameterGroupStateFault extends __BaseException {
|
|
2589
|
+
readonly name: "InvalidClusterParameterGroupStateFault";
|
|
2590
|
+
readonly $fault: "client";
|
|
2591
|
+
|
|
2592
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterParameterGroupStateFault, __BaseException>);
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
export interface DeleteClusterSecurityGroupMessage {
|
|
2596
|
+
|
|
2597
|
+
ClusterSecurityGroupName: string | undefined;
|
|
2598
|
+
}
|
|
2599
|
+
export declare namespace DeleteClusterSecurityGroupMessage {
|
|
2600
|
+
|
|
2601
|
+
const filterSensitiveLog: (obj: DeleteClusterSecurityGroupMessage) => any;
|
|
2602
|
+
}
|
|
2603
|
+
export interface DeleteClusterSnapshotResult {
|
|
2604
|
+
|
|
2605
|
+
Snapshot?: Snapshot;
|
|
2606
|
+
}
|
|
2607
|
+
export declare namespace DeleteClusterSnapshotResult {
|
|
2608
|
+
|
|
2609
|
+
const filterSensitiveLog: (obj: DeleteClusterSnapshotResult) => any;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
export interface DeleteClusterSubnetGroupMessage {
|
|
2613
|
+
|
|
2614
|
+
ClusterSubnetGroupName: string | undefined;
|
|
2615
|
+
}
|
|
2616
|
+
export declare namespace DeleteClusterSubnetGroupMessage {
|
|
2617
|
+
|
|
2618
|
+
const filterSensitiveLog: (obj: DeleteClusterSubnetGroupMessage) => any;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
export declare class InvalidClusterSubnetStateFault extends __BaseException {
|
|
2622
|
+
readonly name: "InvalidClusterSubnetStateFault";
|
|
2623
|
+
readonly $fault: "client";
|
|
2624
|
+
|
|
2625
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterSubnetStateFault, __BaseException>);
|
|
2626
|
+
}
|
|
2627
|
+
export interface DeleteEndpointAccessMessage {
|
|
2628
|
+
|
|
2629
|
+
EndpointName: string | undefined;
|
|
2630
|
+
}
|
|
2631
|
+
export declare namespace DeleteEndpointAccessMessage {
|
|
2632
|
+
|
|
2633
|
+
const filterSensitiveLog: (obj: DeleteEndpointAccessMessage) => any;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
export declare class EndpointNotFoundFault extends __BaseException {
|
|
2637
|
+
readonly name: "EndpointNotFoundFault";
|
|
2638
|
+
readonly $fault: "client";
|
|
2639
|
+
|
|
2640
|
+
constructor(opts: __ExceptionOptionType<EndpointNotFoundFault, __BaseException>);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
export declare class InvalidEndpointStateFault extends __BaseException {
|
|
2644
|
+
readonly name: "InvalidEndpointStateFault";
|
|
2645
|
+
readonly $fault: "client";
|
|
2646
|
+
|
|
2647
|
+
constructor(opts: __ExceptionOptionType<InvalidEndpointStateFault, __BaseException>);
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
export interface DeleteEventSubscriptionMessage {
|
|
2651
|
+
|
|
2652
|
+
SubscriptionName: string | undefined;
|
|
2653
|
+
}
|
|
2654
|
+
export declare namespace DeleteEventSubscriptionMessage {
|
|
2655
|
+
|
|
2656
|
+
const filterSensitiveLog: (obj: DeleteEventSubscriptionMessage) => any;
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
export declare class InvalidSubscriptionStateFault extends __BaseException {
|
|
2660
|
+
readonly name: "InvalidSubscriptionStateFault";
|
|
2661
|
+
readonly $fault: "client";
|
|
2662
|
+
|
|
2663
|
+
constructor(opts: __ExceptionOptionType<InvalidSubscriptionStateFault, __BaseException>);
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
2667
|
+
readonly name: "SubscriptionNotFoundFault";
|
|
2668
|
+
readonly $fault: "client";
|
|
2669
|
+
|
|
2670
|
+
constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
export interface DeleteHsmClientCertificateMessage {
|
|
2674
|
+
|
|
2675
|
+
HsmClientCertificateIdentifier: string | undefined;
|
|
2676
|
+
}
|
|
2677
|
+
export declare namespace DeleteHsmClientCertificateMessage {
|
|
2678
|
+
|
|
2679
|
+
const filterSensitiveLog: (obj: DeleteHsmClientCertificateMessage) => any;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
export declare class InvalidHsmClientCertificateStateFault extends __BaseException {
|
|
2683
|
+
readonly name: "InvalidHsmClientCertificateStateFault";
|
|
2684
|
+
readonly $fault: "client";
|
|
2685
|
+
|
|
2686
|
+
constructor(opts: __ExceptionOptionType<InvalidHsmClientCertificateStateFault, __BaseException>);
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
export interface DeleteHsmConfigurationMessage {
|
|
2690
|
+
|
|
2691
|
+
HsmConfigurationIdentifier: string | undefined;
|
|
2692
|
+
}
|
|
2693
|
+
export declare namespace DeleteHsmConfigurationMessage {
|
|
2694
|
+
|
|
2695
|
+
const filterSensitiveLog: (obj: DeleteHsmConfigurationMessage) => any;
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
export declare class InvalidHsmConfigurationStateFault extends __BaseException {
|
|
2699
|
+
readonly name: "InvalidHsmConfigurationStateFault";
|
|
2700
|
+
readonly $fault: "client";
|
|
2701
|
+
|
|
2702
|
+
constructor(opts: __ExceptionOptionType<InvalidHsmConfigurationStateFault, __BaseException>);
|
|
2703
|
+
}
|
|
2704
|
+
export interface DeleteScheduledActionMessage {
|
|
2705
|
+
|
|
2706
|
+
ScheduledActionName: string | undefined;
|
|
2707
|
+
}
|
|
2708
|
+
export declare namespace DeleteScheduledActionMessage {
|
|
2709
|
+
|
|
2710
|
+
const filterSensitiveLog: (obj: DeleteScheduledActionMessage) => any;
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2713
|
+
export declare class ScheduledActionNotFoundFault extends __BaseException {
|
|
2714
|
+
readonly name: "ScheduledActionNotFoundFault";
|
|
2715
|
+
readonly $fault: "client";
|
|
2716
|
+
|
|
2717
|
+
constructor(opts: __ExceptionOptionType<ScheduledActionNotFoundFault, __BaseException>);
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
export interface DeleteSnapshotCopyGrantMessage {
|
|
2721
|
+
|
|
2722
|
+
SnapshotCopyGrantName: string | undefined;
|
|
2723
|
+
}
|
|
2724
|
+
export declare namespace DeleteSnapshotCopyGrantMessage {
|
|
2725
|
+
|
|
2726
|
+
const filterSensitiveLog: (obj: DeleteSnapshotCopyGrantMessage) => any;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
export declare class InvalidSnapshotCopyGrantStateFault extends __BaseException {
|
|
2730
|
+
readonly name: "InvalidSnapshotCopyGrantStateFault";
|
|
2731
|
+
readonly $fault: "client";
|
|
2732
|
+
|
|
2733
|
+
constructor(opts: __ExceptionOptionType<InvalidSnapshotCopyGrantStateFault, __BaseException>);
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
export declare class SnapshotCopyGrantNotFoundFault extends __BaseException {
|
|
2737
|
+
readonly name: "SnapshotCopyGrantNotFoundFault";
|
|
2738
|
+
readonly $fault: "client";
|
|
2739
|
+
|
|
2740
|
+
constructor(opts: __ExceptionOptionType<SnapshotCopyGrantNotFoundFault, __BaseException>);
|
|
2741
|
+
}
|
|
2742
|
+
export interface DeleteSnapshotScheduleMessage {
|
|
2743
|
+
|
|
2744
|
+
ScheduleIdentifier: string | undefined;
|
|
2745
|
+
}
|
|
2746
|
+
export declare namespace DeleteSnapshotScheduleMessage {
|
|
2747
|
+
|
|
2748
|
+
const filterSensitiveLog: (obj: DeleteSnapshotScheduleMessage) => any;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
export declare class InvalidClusterSnapshotScheduleStateFault extends __BaseException {
|
|
2752
|
+
readonly name: "InvalidClusterSnapshotScheduleStateFault";
|
|
2753
|
+
readonly $fault: "client";
|
|
2754
|
+
|
|
2755
|
+
constructor(opts: __ExceptionOptionType<InvalidClusterSnapshotScheduleStateFault, __BaseException>);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
export interface DeleteTagsMessage {
|
|
2759
|
+
|
|
2760
|
+
ResourceName: string | undefined;
|
|
2761
|
+
|
|
2762
|
+
TagKeys: string[] | undefined;
|
|
2763
|
+
}
|
|
2764
|
+
export declare namespace DeleteTagsMessage {
|
|
2765
|
+
|
|
2766
|
+
const filterSensitiveLog: (obj: DeleteTagsMessage) => any;
|
|
2767
|
+
}
|
|
2768
|
+
export interface DeleteUsageLimitMessage {
|
|
2769
|
+
|
|
2770
|
+
UsageLimitId: string | undefined;
|
|
2771
|
+
}
|
|
2772
|
+
export declare namespace DeleteUsageLimitMessage {
|
|
2773
|
+
|
|
2774
|
+
const filterSensitiveLog: (obj: DeleteUsageLimitMessage) => any;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
export declare class UsageLimitNotFoundFault extends __BaseException {
|
|
2778
|
+
readonly name: "UsageLimitNotFoundFault";
|
|
2779
|
+
readonly $fault: "client";
|
|
2780
|
+
|
|
2781
|
+
constructor(opts: __ExceptionOptionType<UsageLimitNotFoundFault, __BaseException>);
|
|
2782
|
+
}
|
|
2783
|
+
export interface DescribeAccountAttributesMessage {
|
|
2784
|
+
|
|
2785
|
+
AttributeNames?: string[];
|
|
2786
|
+
}
|
|
2787
|
+
export declare namespace DescribeAccountAttributesMessage {
|
|
2788
|
+
|
|
2789
|
+
const filterSensitiveLog: (obj: DescribeAccountAttributesMessage) => any;
|
|
2790
|
+
}
|
|
2791
|
+
export interface DescribeAuthenticationProfilesMessage {
|
|
2792
|
+
|
|
2793
|
+
AuthenticationProfileName?: string;
|
|
2794
|
+
}
|
|
2795
|
+
export declare namespace DescribeAuthenticationProfilesMessage {
|
|
2796
|
+
|
|
2797
|
+
const filterSensitiveLog: (obj: DescribeAuthenticationProfilesMessage) => any;
|
|
2798
|
+
}
|
|
2799
|
+
export interface DescribeAuthenticationProfilesResult {
|
|
2800
|
+
|
|
2801
|
+
AuthenticationProfiles?: AuthenticationProfile[];
|
|
2802
|
+
}
|
|
2803
|
+
export declare namespace DescribeAuthenticationProfilesResult {
|
|
2804
|
+
|
|
2805
|
+
const filterSensitiveLog: (obj: DescribeAuthenticationProfilesResult) => any;
|
|
2806
|
+
}
|
|
2807
|
+
export interface DescribeClusterDbRevisionsMessage {
|
|
2808
|
+
|
|
2809
|
+
ClusterIdentifier?: string;
|
|
2810
|
+
|
|
2811
|
+
MaxRecords?: number;
|
|
2812
|
+
|
|
2813
|
+
Marker?: string;
|
|
2814
|
+
}
|
|
2815
|
+
export declare namespace DescribeClusterDbRevisionsMessage {
|
|
2816
|
+
|
|
2817
|
+
const filterSensitiveLog: (obj: DescribeClusterDbRevisionsMessage) => any;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
export interface DescribeClusterParameterGroupsMessage {
|
|
2821
|
+
|
|
2822
|
+
ParameterGroupName?: string;
|
|
2823
|
+
|
|
2824
|
+
MaxRecords?: number;
|
|
2825
|
+
|
|
2826
|
+
Marker?: string;
|
|
2827
|
+
|
|
2828
|
+
TagKeys?: string[];
|
|
2829
|
+
|
|
2830
|
+
TagValues?: string[];
|
|
2831
|
+
}
|
|
2832
|
+
export declare namespace DescribeClusterParameterGroupsMessage {
|
|
2833
|
+
|
|
2834
|
+
const filterSensitiveLog: (obj: DescribeClusterParameterGroupsMessage) => any;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
export interface DescribeClusterParametersMessage {
|
|
2838
|
+
|
|
2839
|
+
ParameterGroupName: string | undefined;
|
|
2840
|
+
|
|
2841
|
+
Source?: string;
|
|
2842
|
+
|
|
2843
|
+
MaxRecords?: number;
|
|
2844
|
+
|
|
2845
|
+
Marker?: string;
|
|
2846
|
+
}
|
|
2847
|
+
export declare namespace DescribeClusterParametersMessage {
|
|
2848
|
+
|
|
2849
|
+
const filterSensitiveLog: (obj: DescribeClusterParametersMessage) => any;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
export interface DescribeClustersMessage {
|
|
2853
|
+
|
|
2854
|
+
ClusterIdentifier?: string;
|
|
2855
|
+
|
|
2856
|
+
MaxRecords?: number;
|
|
2857
|
+
|
|
2858
|
+
Marker?: string;
|
|
2859
|
+
|
|
2860
|
+
TagKeys?: string[];
|
|
2861
|
+
|
|
2862
|
+
TagValues?: string[];
|
|
2863
|
+
}
|
|
2864
|
+
export declare namespace DescribeClustersMessage {
|
|
2865
|
+
|
|
2866
|
+
const filterSensitiveLog: (obj: DescribeClustersMessage) => any;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
export interface DescribeClusterSecurityGroupsMessage {
|
|
2870
|
+
|
|
2871
|
+
ClusterSecurityGroupName?: string;
|
|
2872
|
+
|
|
2873
|
+
MaxRecords?: number;
|
|
2874
|
+
|
|
2875
|
+
Marker?: string;
|
|
2876
|
+
|
|
2877
|
+
TagKeys?: string[];
|
|
2878
|
+
|
|
2879
|
+
TagValues?: string[];
|
|
2880
|
+
}
|
|
2881
|
+
export declare namespace DescribeClusterSecurityGroupsMessage {
|
|
2882
|
+
|
|
2883
|
+
const filterSensitiveLog: (obj: DescribeClusterSecurityGroupsMessage) => any;
|
|
2884
|
+
}
|
|
2885
|
+
export declare enum SnapshotAttributeToSortBy {
|
|
2886
|
+
CREATE_TIME = "CREATE_TIME",
|
|
2887
|
+
SOURCE_TYPE = "SOURCE_TYPE",
|
|
2888
|
+
TOTAL_SIZE = "TOTAL_SIZE"
|
|
2889
|
+
}
|
|
2890
|
+
export declare enum SortByOrder {
|
|
2891
|
+
ASCENDING = "ASC",
|
|
2892
|
+
DESCENDING = "DESC"
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
export interface SnapshotSortingEntity {
|
|
2896
|
+
|
|
2897
|
+
Attribute: SnapshotAttributeToSortBy | string | undefined;
|
|
2898
|
+
|
|
2899
|
+
SortOrder?: SortByOrder | string;
|
|
2900
|
+
}
|
|
2901
|
+
export declare namespace SnapshotSortingEntity {
|
|
2902
|
+
|
|
2903
|
+
const filterSensitiveLog: (obj: SnapshotSortingEntity) => any;
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
export interface DescribeClusterSnapshotsMessage {
|
|
2907
|
+
|
|
2908
|
+
ClusterIdentifier?: string;
|
|
2909
|
+
|
|
2910
|
+
SnapshotIdentifier?: string;
|
|
2911
|
+
|
|
2912
|
+
SnapshotType?: string;
|
|
2913
|
+
|
|
2914
|
+
StartTime?: Date;
|
|
2915
|
+
|
|
2916
|
+
EndTime?: Date;
|
|
2917
|
+
|
|
2918
|
+
MaxRecords?: number;
|
|
2919
|
+
|
|
2920
|
+
Marker?: string;
|
|
2921
|
+
|
|
2922
|
+
OwnerAccount?: string;
|
|
2923
|
+
|
|
2924
|
+
TagKeys?: string[];
|
|
2925
|
+
|
|
2926
|
+
TagValues?: string[];
|
|
2927
|
+
|
|
2928
|
+
ClusterExists?: boolean;
|
|
2929
|
+
|
|
2930
|
+
SortingEntities?: SnapshotSortingEntity[];
|
|
2931
|
+
}
|
|
2932
|
+
export declare namespace DescribeClusterSnapshotsMessage {
|
|
2933
|
+
|
|
2934
|
+
const filterSensitiveLog: (obj: DescribeClusterSnapshotsMessage) => any;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
export interface SnapshotMessage {
|
|
2938
|
+
|
|
2939
|
+
Marker?: string;
|
|
2940
|
+
|
|
2941
|
+
Snapshots?: Snapshot[];
|
|
2942
|
+
}
|
|
2943
|
+
export declare namespace SnapshotMessage {
|
|
2944
|
+
|
|
2945
|
+
const filterSensitiveLog: (obj: SnapshotMessage) => any;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
export interface DescribeClusterSubnetGroupsMessage {
|
|
2949
|
+
|
|
2950
|
+
ClusterSubnetGroupName?: string;
|
|
2951
|
+
|
|
2952
|
+
MaxRecords?: number;
|
|
2953
|
+
|
|
2954
|
+
Marker?: string;
|
|
2955
|
+
|
|
2956
|
+
TagKeys?: string[];
|
|
2957
|
+
|
|
2958
|
+
TagValues?: string[];
|
|
2959
|
+
}
|
|
2960
|
+
export declare namespace DescribeClusterSubnetGroupsMessage {
|
|
2961
|
+
|
|
2962
|
+
const filterSensitiveLog: (obj: DescribeClusterSubnetGroupsMessage) => any;
|
|
2963
|
+
}
|
|
2964
|
+
export interface DescribeClusterTracksMessage {
|
|
2965
|
+
|
|
2966
|
+
MaintenanceTrackName?: string;
|
|
2967
|
+
|
|
2968
|
+
MaxRecords?: number;
|
|
2969
|
+
|
|
2970
|
+
Marker?: string;
|
|
2971
|
+
}
|
|
2972
|
+
export declare namespace DescribeClusterTracksMessage {
|
|
2973
|
+
|
|
2974
|
+
const filterSensitiveLog: (obj: DescribeClusterTracksMessage) => any;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
export interface SupportedOperation {
|
|
2978
|
+
|
|
2979
|
+
OperationName?: string;
|
|
2980
|
+
}
|
|
2981
|
+
export declare namespace SupportedOperation {
|
|
2982
|
+
|
|
2983
|
+
const filterSensitiveLog: (obj: SupportedOperation) => any;
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
export interface UpdateTarget {
|
|
2987
|
+
|
|
2988
|
+
MaintenanceTrackName?: string;
|
|
2989
|
+
|
|
2990
|
+
DatabaseVersion?: string;
|
|
2991
|
+
|
|
2992
|
+
SupportedOperations?: SupportedOperation[];
|
|
2993
|
+
}
|
|
2994
|
+
export declare namespace UpdateTarget {
|
|
2995
|
+
|
|
2996
|
+
const filterSensitiveLog: (obj: UpdateTarget) => any;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
export interface MaintenanceTrack {
|
|
3000
|
+
|
|
3001
|
+
MaintenanceTrackName?: string;
|
|
3002
|
+
|
|
3003
|
+
DatabaseVersion?: string;
|
|
3004
|
+
|
|
3005
|
+
UpdateTargets?: UpdateTarget[];
|
|
3006
|
+
}
|
|
3007
|
+
export declare namespace MaintenanceTrack {
|
|
3008
|
+
|
|
3009
|
+
const filterSensitiveLog: (obj: MaintenanceTrack) => any;
|
|
3010
|
+
}
|
|
3011
|
+
export interface TrackListMessage {
|
|
3012
|
+
|
|
3013
|
+
MaintenanceTracks?: MaintenanceTrack[];
|
|
3014
|
+
|
|
3015
|
+
Marker?: string;
|
|
3016
|
+
}
|
|
3017
|
+
export declare namespace TrackListMessage {
|
|
3018
|
+
|
|
3019
|
+
const filterSensitiveLog: (obj: TrackListMessage) => any;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
export interface DescribeClusterVersionsMessage {
|
|
3023
|
+
|
|
3024
|
+
ClusterVersion?: string;
|
|
3025
|
+
|
|
3026
|
+
ClusterParameterGroupFamily?: string;
|
|
3027
|
+
|
|
3028
|
+
MaxRecords?: number;
|
|
3029
|
+
|
|
3030
|
+
Marker?: string;
|
|
3031
|
+
}
|
|
3032
|
+
export declare namespace DescribeClusterVersionsMessage {
|
|
3033
|
+
|
|
3034
|
+
const filterSensitiveLog: (obj: DescribeClusterVersionsMessage) => any;
|
|
3035
|
+
}
|
|
3036
|
+
export interface DescribeDataSharesMessage {
|
|
3037
|
+
|
|
3038
|
+
DataShareArn?: string;
|
|
3039
|
+
|
|
3040
|
+
MaxRecords?: number;
|
|
3041
|
+
|
|
3042
|
+
Marker?: string;
|
|
3043
|
+
}
|
|
3044
|
+
export declare namespace DescribeDataSharesMessage {
|
|
3045
|
+
|
|
3046
|
+
const filterSensitiveLog: (obj: DescribeDataSharesMessage) => any;
|
|
3047
|
+
}
|
|
3048
|
+
export interface DescribeDataSharesResult {
|
|
3049
|
+
|
|
3050
|
+
DataShares?: DataShare[];
|
|
3051
|
+
|
|
3052
|
+
Marker?: string;
|
|
3053
|
+
}
|
|
3054
|
+
export declare namespace DescribeDataSharesResult {
|
|
3055
|
+
|
|
3056
|
+
const filterSensitiveLog: (obj: DescribeDataSharesResult) => any;
|
|
3057
|
+
}
|
|
3058
|
+
export interface DescribeDataSharesForConsumerMessage {
|
|
3059
|
+
|
|
3060
|
+
ConsumerArn?: string;
|
|
3061
|
+
|
|
3062
|
+
Status?: DataShareStatusForConsumer | string;
|
|
3063
|
+
|
|
3064
|
+
MaxRecords?: number;
|
|
3065
|
+
|
|
3066
|
+
Marker?: string;
|
|
3067
|
+
}
|
|
3068
|
+
export declare namespace DescribeDataSharesForConsumerMessage {
|
|
3069
|
+
|
|
3070
|
+
const filterSensitiveLog: (obj: DescribeDataSharesForConsumerMessage) => any;
|
|
3071
|
+
}
|
|
3072
|
+
export interface DescribeDataSharesForConsumerResult {
|
|
3073
|
+
|
|
3074
|
+
DataShares?: DataShare[];
|
|
3075
|
+
|
|
3076
|
+
Marker?: string;
|
|
3077
|
+
}
|
|
3078
|
+
export declare namespace DescribeDataSharesForConsumerResult {
|
|
3079
|
+
|
|
3080
|
+
const filterSensitiveLog: (obj: DescribeDataSharesForConsumerResult) => any;
|
|
3081
|
+
}
|
|
3082
|
+
export interface DescribeDataSharesForProducerMessage {
|
|
3083
|
+
|
|
3084
|
+
ProducerArn?: string;
|
|
3085
|
+
|
|
3086
|
+
Status?: DataShareStatusForProducer | string;
|
|
3087
|
+
|
|
3088
|
+
MaxRecords?: number;
|
|
3089
|
+
|
|
3090
|
+
Marker?: string;
|
|
3091
|
+
}
|
|
3092
|
+
export declare namespace DescribeDataSharesForProducerMessage {
|
|
3093
|
+
|
|
3094
|
+
const filterSensitiveLog: (obj: DescribeDataSharesForProducerMessage) => any;
|
|
3095
|
+
}
|
|
3096
|
+
export interface DescribeDataSharesForProducerResult {
|
|
3097
|
+
|
|
3098
|
+
DataShares?: DataShare[];
|
|
3099
|
+
|
|
3100
|
+
Marker?: string;
|
|
3101
|
+
}
|
|
3102
|
+
export declare namespace DescribeDataSharesForProducerResult {
|
|
3103
|
+
|
|
3104
|
+
const filterSensitiveLog: (obj: DescribeDataSharesForProducerResult) => any;
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
export interface DescribeDefaultClusterParametersMessage {
|
|
3108
|
+
|
|
3109
|
+
ParameterGroupFamily: string | undefined;
|
|
3110
|
+
|
|
3111
|
+
MaxRecords?: number;
|
|
3112
|
+
|
|
3113
|
+
Marker?: string;
|
|
3114
|
+
}
|
|
3115
|
+
export declare namespace DescribeDefaultClusterParametersMessage {
|
|
3116
|
+
|
|
3117
|
+
const filterSensitiveLog: (obj: DescribeDefaultClusterParametersMessage) => any;
|
|
3118
|
+
}
|
|
3119
|
+
export interface DescribeDefaultClusterParametersResult {
|
|
3120
|
+
|
|
3121
|
+
DefaultClusterParameters?: DefaultClusterParameters;
|
|
3122
|
+
}
|
|
3123
|
+
export declare namespace DescribeDefaultClusterParametersResult {
|
|
3124
|
+
|
|
3125
|
+
const filterSensitiveLog: (obj: DescribeDefaultClusterParametersResult) => any;
|
|
3126
|
+
}
|
|
3127
|
+
export interface DescribeEndpointAccessMessage {
|
|
3128
|
+
|
|
3129
|
+
ClusterIdentifier?: string;
|
|
3130
|
+
|
|
3131
|
+
ResourceOwner?: string;
|
|
3132
|
+
|
|
3133
|
+
EndpointName?: string;
|
|
3134
|
+
|
|
3135
|
+
VpcId?: string;
|
|
3136
|
+
|
|
3137
|
+
MaxRecords?: number;
|
|
3138
|
+
|
|
3139
|
+
Marker?: string;
|
|
3140
|
+
}
|
|
3141
|
+
export declare namespace DescribeEndpointAccessMessage {
|
|
3142
|
+
|
|
3143
|
+
const filterSensitiveLog: (obj: DescribeEndpointAccessMessage) => any;
|
|
3144
|
+
}
|
|
3145
|
+
export interface EndpointAccessList {
|
|
3146
|
+
|
|
3147
|
+
EndpointAccessList?: EndpointAccess[];
|
|
3148
|
+
|
|
3149
|
+
Marker?: string;
|
|
3150
|
+
}
|
|
3151
|
+
export declare namespace EndpointAccessList {
|
|
3152
|
+
|
|
3153
|
+
const filterSensitiveLog: (obj: EndpointAccessList) => any;
|
|
3154
|
+
}
|
|
3155
|
+
export interface DescribeEndpointAuthorizationMessage {
|
|
3156
|
+
|
|
3157
|
+
ClusterIdentifier?: string;
|
|
3158
|
+
|
|
3159
|
+
Account?: string;
|
|
3160
|
+
|
|
3161
|
+
Grantee?: boolean;
|
|
3162
|
+
|
|
3163
|
+
MaxRecords?: number;
|
|
3164
|
+
|
|
3165
|
+
Marker?: string;
|
|
3166
|
+
}
|
|
3167
|
+
export declare namespace DescribeEndpointAuthorizationMessage {
|
|
3168
|
+
|
|
3169
|
+
const filterSensitiveLog: (obj: DescribeEndpointAuthorizationMessage) => any;
|
|
3170
|
+
}
|
|
3171
|
+
export interface EndpointAuthorizationList {
|
|
3172
|
+
|
|
3173
|
+
EndpointAuthorizationList?: EndpointAuthorization[];
|
|
3174
|
+
|
|
3175
|
+
Marker?: string;
|
|
3176
|
+
}
|
|
3177
|
+
export declare namespace EndpointAuthorizationList {
|
|
3178
|
+
|
|
3179
|
+
const filterSensitiveLog: (obj: EndpointAuthorizationList) => any;
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
export interface DescribeEventCategoriesMessage {
|
|
3183
|
+
|
|
3184
|
+
SourceType?: string;
|
|
3185
|
+
}
|
|
3186
|
+
export declare namespace DescribeEventCategoriesMessage {
|
|
3187
|
+
|
|
3188
|
+
const filterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
export interface EventInfoMap {
|
|
3192
|
+
|
|
3193
|
+
EventId?: string;
|
|
3194
|
+
|
|
3195
|
+
EventCategories?: string[];
|
|
3196
|
+
|
|
3197
|
+
EventDescription?: string;
|
|
3198
|
+
|
|
3199
|
+
Severity?: string;
|
|
3200
|
+
}
|
|
3201
|
+
export declare namespace EventInfoMap {
|
|
3202
|
+
|
|
3203
|
+
const filterSensitiveLog: (obj: EventInfoMap) => any;
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
export interface EventCategoriesMap {
|
|
3207
|
+
|
|
3208
|
+
SourceType?: string;
|
|
3209
|
+
|
|
3210
|
+
Events?: EventInfoMap[];
|
|
3211
|
+
}
|
|
3212
|
+
export declare namespace EventCategoriesMap {
|
|
3213
|
+
|
|
3214
|
+
const filterSensitiveLog: (obj: EventCategoriesMap) => any;
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
|
+
export interface EventCategoriesMessage {
|
|
3218
|
+
|
|
3219
|
+
EventCategoriesMapList?: EventCategoriesMap[];
|
|
3220
|
+
}
|
|
3221
|
+
export declare namespace EventCategoriesMessage {
|
|
3222
|
+
|
|
3223
|
+
const filterSensitiveLog: (obj: EventCategoriesMessage) => any;
|
|
3224
|
+
}
|
|
3225
|
+
export declare type SourceType = "cluster" | "cluster-parameter-group" | "cluster-security-group" | "cluster-snapshot" | "scheduled-action";
|
|
3226
|
+
|
|
3227
|
+
export interface DescribeEventsMessage {
|
|
3228
|
+
|
|
3229
|
+
SourceIdentifier?: string;
|
|
3230
|
+
|
|
3231
|
+
SourceType?: SourceType | string;
|
|
3232
|
+
|
|
3233
|
+
StartTime?: Date;
|
|
3234
|
+
|
|
3235
|
+
EndTime?: Date;
|
|
3236
|
+
|
|
3237
|
+
Duration?: number;
|
|
3238
|
+
|
|
3239
|
+
MaxRecords?: number;
|
|
3240
|
+
|
|
3241
|
+
Marker?: string;
|
|
3242
|
+
}
|
|
3243
|
+
export declare namespace DescribeEventsMessage {
|
|
3244
|
+
|
|
3245
|
+
const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
export interface Event {
|
|
3249
|
+
|
|
3250
|
+
SourceIdentifier?: string;
|
|
3251
|
+
|
|
3252
|
+
SourceType?: SourceType | string;
|
|
3253
|
+
|
|
3254
|
+
Message?: string;
|
|
3255
|
+
|
|
3256
|
+
EventCategories?: string[];
|
|
3257
|
+
|
|
3258
|
+
Severity?: string;
|
|
3259
|
+
|
|
3260
|
+
Date?: Date;
|
|
3261
|
+
|
|
3262
|
+
EventId?: string;
|
|
3263
|
+
}
|
|
3264
|
+
export declare namespace Event {
|
|
3265
|
+
|
|
3266
|
+
const filterSensitiveLog: (obj: Event) => any;
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
|
+
export interface EventsMessage {
|
|
3270
|
+
|
|
3271
|
+
Marker?: string;
|
|
3272
|
+
|
|
3273
|
+
Events?: Event[];
|
|
3274
|
+
}
|
|
3275
|
+
export declare namespace EventsMessage {
|
|
3276
|
+
|
|
3277
|
+
const filterSensitiveLog: (obj: EventsMessage) => any;
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
export interface DescribeEventSubscriptionsMessage {
|
|
3281
|
+
|
|
3282
|
+
SubscriptionName?: string;
|
|
3283
|
+
|
|
3284
|
+
MaxRecords?: number;
|
|
3285
|
+
|
|
3286
|
+
Marker?: string;
|
|
3287
|
+
|
|
3288
|
+
TagKeys?: string[];
|
|
3289
|
+
|
|
3290
|
+
TagValues?: string[];
|
|
3291
|
+
}
|
|
3292
|
+
export declare namespace DescribeEventSubscriptionsMessage {
|
|
3293
|
+
|
|
3294
|
+
const filterSensitiveLog: (obj: DescribeEventSubscriptionsMessage) => any;
|
|
3295
|
+
}
|
|
3296
|
+
|
|
3297
|
+
export interface EventSubscriptionsMessage {
|
|
3298
|
+
|
|
3299
|
+
Marker?: string;
|
|
3300
|
+
|
|
3301
|
+
EventSubscriptionsList?: EventSubscription[];
|
|
3302
|
+
}
|
|
3303
|
+
export declare namespace EventSubscriptionsMessage {
|
|
3304
|
+
|
|
3305
|
+
const filterSensitiveLog: (obj: EventSubscriptionsMessage) => any;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
export interface DescribeHsmClientCertificatesMessage {
|
|
3309
|
+
|
|
3310
|
+
HsmClientCertificateIdentifier?: string;
|
|
3311
|
+
|
|
3312
|
+
MaxRecords?: number;
|
|
3313
|
+
|
|
3314
|
+
Marker?: string;
|
|
3315
|
+
|
|
3316
|
+
TagKeys?: string[];
|
|
3317
|
+
|
|
3318
|
+
TagValues?: string[];
|
|
3319
|
+
}
|
|
3320
|
+
export declare namespace DescribeHsmClientCertificatesMessage {
|
|
3321
|
+
|
|
3322
|
+
const filterSensitiveLog: (obj: DescribeHsmClientCertificatesMessage) => any;
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3325
|
+
export interface HsmClientCertificateMessage {
|
|
3326
|
+
|
|
3327
|
+
Marker?: string;
|
|
3328
|
+
|
|
3329
|
+
HsmClientCertificates?: HsmClientCertificate[];
|
|
3330
|
+
}
|
|
3331
|
+
export declare namespace HsmClientCertificateMessage {
|
|
3332
|
+
|
|
3333
|
+
const filterSensitiveLog: (obj: HsmClientCertificateMessage) => any;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
export interface DescribeHsmConfigurationsMessage {
|
|
3337
|
+
|
|
3338
|
+
HsmConfigurationIdentifier?: string;
|
|
3339
|
+
|
|
3340
|
+
MaxRecords?: number;
|
|
3341
|
+
|
|
3342
|
+
Marker?: string;
|
|
3343
|
+
|
|
3344
|
+
TagKeys?: string[];
|
|
3345
|
+
|
|
3346
|
+
TagValues?: string[];
|
|
3347
|
+
}
|
|
3348
|
+
export declare namespace DescribeHsmConfigurationsMessage {
|
|
3349
|
+
|
|
3350
|
+
const filterSensitiveLog: (obj: DescribeHsmConfigurationsMessage) => any;
|
|
3351
|
+
}
|