@aws-sdk/client-redshift 3.186.0 → 3.188.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 +8 -0
- package/dist-cjs/protocols/Aws_query.js +8 -4
- package/dist-es/Redshift.js +478 -485
- package/dist-es/RedshiftClient.js +22 -28
- package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +21 -28
- package/dist-es/commands/AddPartnerCommand.js +21 -28
- package/dist-es/commands/AssociateDataShareConsumerCommand.js +21 -28
- package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/AuthorizeDataShareCommand.js +21 -28
- package/dist-es/commands/AuthorizeEndpointAccessCommand.js +21 -28
- package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +21 -28
- package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/CancelResizeCommand.js +21 -28
- package/dist-es/commands/CopyClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateAuthenticationProfileCommand.js +21 -28
- package/dist-es/commands/CreateClusterCommand.js +21 -28
- package/dist-es/commands/CreateClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateClusterSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateClusterSubnetGroupCommand.js +21 -28
- package/dist-es/commands/CreateEndpointAccessCommand.js +21 -28
- package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateHsmClientCertificateCommand.js +21 -28
- package/dist-es/commands/CreateHsmConfigurationCommand.js +21 -28
- package/dist-es/commands/CreateScheduledActionCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotScheduleCommand.js +21 -28
- package/dist-es/commands/CreateTagsCommand.js +22 -29
- package/dist-es/commands/CreateUsageLimitCommand.js +21 -28
- package/dist-es/commands/DeauthorizeDataShareCommand.js +21 -28
- package/dist-es/commands/DeleteAuthenticationProfileCommand.js +21 -28
- package/dist-es/commands/DeleteClusterCommand.js +21 -28
- package/dist-es/commands/DeleteClusterParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +22 -29
- package/dist-es/commands/DeleteClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointAccessCommand.js +21 -28
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +22 -29
- package/dist-es/commands/DeleteHsmClientCertificateCommand.js +22 -29
- package/dist-es/commands/DeleteHsmConfigurationCommand.js +22 -29
- package/dist-es/commands/DeletePartnerCommand.js +21 -28
- package/dist-es/commands/DeleteScheduledActionCommand.js +22 -29
- package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +22 -29
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +22 -29
- package/dist-es/commands/DeleteTagsCommand.js +22 -29
- package/dist-es/commands/DeleteUsageLimitCommand.js +22 -29
- package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +21 -28
- package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterTracksCommand.js +21 -28
- package/dist-es/commands/DescribeClusterVersionsCommand.js +21 -28
- package/dist-es/commands/DescribeClustersCommand.js +21 -28
- package/dist-es/commands/DescribeDataSharesCommand.js +21 -28
- package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +21 -28
- package/dist-es/commands/DescribeDataSharesForProducerCommand.js +21 -28
- package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointAccessCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +21 -28
- package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
- package/dist-es/commands/DescribeEventsCommand.js +21 -28
- package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +21 -28
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +21 -28
- package/dist-es/commands/DescribeLoggingStatusCommand.js +21 -28
- package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +21 -28
- package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +21 -28
- package/dist-es/commands/DescribePartnersCommand.js +21 -28
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +21 -28
- package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +21 -28
- package/dist-es/commands/DescribeReservedNodesCommand.js +21 -28
- package/dist-es/commands/DescribeResizeCommand.js +21 -28
- package/dist-es/commands/DescribeScheduledActionsCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +21 -28
- package/dist-es/commands/DescribeStorageCommand.js +22 -29
- package/dist-es/commands/DescribeTableRestoreStatusCommand.js +21 -28
- package/dist-es/commands/DescribeTagsCommand.js +21 -28
- package/dist-es/commands/DescribeUsageLimitsCommand.js +21 -28
- package/dist-es/commands/DisableLoggingCommand.js +21 -28
- package/dist-es/commands/DisableSnapshotCopyCommand.js +21 -28
- package/dist-es/commands/DisassociateDataShareConsumerCommand.js +21 -28
- package/dist-es/commands/EnableLoggingCommand.js +21 -28
- package/dist-es/commands/EnableSnapshotCopyCommand.js +21 -28
- package/dist-es/commands/GetClusterCredentialsCommand.js +21 -28
- package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +21 -28
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +21 -28
- package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +21 -28
- package/dist-es/commands/ModifyAquaConfigurationCommand.js +21 -28
- package/dist-es/commands/ModifyAuthenticationProfileCommand.js +21 -28
- package/dist-es/commands/ModifyClusterCommand.js +21 -28
- package/dist-es/commands/ModifyClusterDbRevisionCommand.js +21 -28
- package/dist-es/commands/ModifyClusterIamRolesCommand.js +21 -28
- package/dist-es/commands/ModifyClusterMaintenanceCommand.js +21 -28
- package/dist-es/commands/ModifyClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +22 -29
- package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyEndpointAccessCommand.js +21 -28
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/ModifyScheduledActionCommand.js +21 -28
- package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +21 -28
- package/dist-es/commands/ModifySnapshotScheduleCommand.js +21 -28
- package/dist-es/commands/ModifyUsageLimitCommand.js +21 -28
- package/dist-es/commands/PauseClusterCommand.js +21 -28
- package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +21 -28
- package/dist-es/commands/RebootClusterCommand.js +21 -28
- package/dist-es/commands/RejectDataShareCommand.js +21 -28
- package/dist-es/commands/ResetClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ResizeClusterCommand.js +21 -28
- package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/ResumeClusterCommand.js +21 -28
- package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/RevokeEndpointAccessCommand.js +21 -28
- package/dist-es/commands/RevokeSnapshotAccessCommand.js +21 -28
- package/dist-es/commands/RotateEncryptionKeyCommand.js +21 -28
- package/dist-es/commands/UpdatePartnerStatusCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RedshiftServiceException.js +5 -10
- package/dist-es/models/models_0.js +1808 -1459
- package/dist-es/models/models_1.js +503 -308
- package/dist-es/pagination/DescribeClusterDbRevisionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterSubnetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterTracksPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterVersionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataSharesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDefaultClusterParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointAccessPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointAuthorizationPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeHsmClientCertificatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeHsmConfigurationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeNodeConfigurationOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOrderableClusterOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedNodeOfferingsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedNodesPaginator.js +25 -68
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeSnapshotCopyGrantsPaginator.js +25 -68
- package/dist-es/pagination/DescribeSnapshotSchedulesPaginator.js +25 -68
- package/dist-es/pagination/DescribeTableRestoreStatusPaginator.js +25 -68
- package/dist-es/pagination/DescribeTagsPaginator.js +25 -68
- package/dist-es/pagination/DescribeUsageLimitsPaginator.js +25 -68
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +25 -68
- package/dist-es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +8827 -11428
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForClusterAvailable.js +52 -93
- package/dist-es/waiters/waitForClusterDeleted.js +49 -90
- package/dist-es/waiters/waitForClusterRestored.js +50 -91
- package/dist-es/waiters/waitForSnapshotAvailable.js +64 -115
- package/package.json +35 -36
|
@@ -1,156 +1,155 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
2
|
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
|
|
3
|
+
export class DependentServiceUnavailableFault extends __BaseException {
|
|
4
|
+
constructor(opts) {
|
|
5
|
+
super({
|
|
6
|
+
name: "DependentServiceUnavailableFault",
|
|
7
|
+
$fault: "client",
|
|
8
|
+
...opts,
|
|
9
|
+
});
|
|
10
|
+
this.name = "DependentServiceUnavailableFault";
|
|
11
|
+
this.$fault = "client";
|
|
12
|
+
Object.setPrototypeOf(this, DependentServiceUnavailableFault.prototype);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export class InvalidReservedNodeStateFault extends __BaseException {
|
|
16
|
+
constructor(opts) {
|
|
17
|
+
super({
|
|
18
|
+
name: "InvalidReservedNodeStateFault",
|
|
19
|
+
$fault: "client",
|
|
20
|
+
...opts,
|
|
21
|
+
});
|
|
22
|
+
this.name = "InvalidReservedNodeStateFault";
|
|
23
|
+
this.$fault = "client";
|
|
24
|
+
Object.setPrototypeOf(this, InvalidReservedNodeStateFault.prototype);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export class ReservedNodeAlreadyExistsFault extends __BaseException {
|
|
28
|
+
constructor(opts) {
|
|
29
|
+
super({
|
|
30
|
+
name: "ReservedNodeAlreadyExistsFault",
|
|
31
|
+
$fault: "client",
|
|
32
|
+
...opts,
|
|
33
|
+
});
|
|
34
|
+
this.name = "ReservedNodeAlreadyExistsFault";
|
|
35
|
+
this.$fault = "client";
|
|
36
|
+
Object.setPrototypeOf(this, ReservedNodeAlreadyExistsFault.prototype);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
export class ReservedNodeAlreadyMigratedFault extends __BaseException {
|
|
40
|
+
constructor(opts) {
|
|
41
|
+
super({
|
|
42
|
+
name: "ReservedNodeAlreadyMigratedFault",
|
|
43
|
+
$fault: "client",
|
|
44
|
+
...opts,
|
|
45
|
+
});
|
|
46
|
+
this.name = "ReservedNodeAlreadyMigratedFault";
|
|
47
|
+
this.$fault = "client";
|
|
48
|
+
Object.setPrototypeOf(this, ReservedNodeAlreadyMigratedFault.prototype);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
export class ReservedNodeNotFoundFault extends __BaseException {
|
|
52
|
+
constructor(opts) {
|
|
53
|
+
super({
|
|
54
|
+
name: "ReservedNodeNotFoundFault",
|
|
55
|
+
$fault: "client",
|
|
56
|
+
...opts,
|
|
57
|
+
});
|
|
58
|
+
this.name = "ReservedNodeNotFoundFault";
|
|
59
|
+
this.$fault = "client";
|
|
60
|
+
Object.setPrototypeOf(this, ReservedNodeNotFoundFault.prototype);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
export class ReservedNodeOfferingNotFoundFault extends __BaseException {
|
|
64
|
+
constructor(opts) {
|
|
65
|
+
super({
|
|
66
|
+
name: "ReservedNodeOfferingNotFoundFault",
|
|
67
|
+
$fault: "client",
|
|
68
|
+
...opts,
|
|
69
|
+
});
|
|
70
|
+
this.name = "ReservedNodeOfferingNotFoundFault";
|
|
71
|
+
this.$fault = "client";
|
|
72
|
+
Object.setPrototypeOf(this, ReservedNodeOfferingNotFoundFault.prototype);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
export class UnsupportedOperationFault extends __BaseException {
|
|
76
|
+
constructor(opts) {
|
|
77
|
+
super({
|
|
78
|
+
name: "UnsupportedOperationFault",
|
|
79
|
+
$fault: "client",
|
|
80
|
+
...opts,
|
|
81
|
+
});
|
|
82
|
+
this.name = "UnsupportedOperationFault";
|
|
83
|
+
this.$fault = "client";
|
|
84
|
+
Object.setPrototypeOf(this, UnsupportedOperationFault.prototype);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
export class AccessToClusterDeniedFault extends __BaseException {
|
|
88
|
+
constructor(opts) {
|
|
89
|
+
super({
|
|
90
|
+
name: "AccessToClusterDeniedFault",
|
|
91
|
+
$fault: "client",
|
|
92
|
+
...opts,
|
|
93
|
+
});
|
|
94
|
+
this.name = "AccessToClusterDeniedFault";
|
|
95
|
+
this.$fault = "client";
|
|
96
|
+
Object.setPrototypeOf(this, AccessToClusterDeniedFault.prototype);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
export class AccessToSnapshotDeniedFault extends __BaseException {
|
|
100
|
+
constructor(opts) {
|
|
101
|
+
super({
|
|
102
|
+
name: "AccessToSnapshotDeniedFault",
|
|
103
|
+
$fault: "client",
|
|
104
|
+
...opts,
|
|
105
|
+
});
|
|
106
|
+
this.name = "AccessToSnapshotDeniedFault";
|
|
107
|
+
this.$fault = "client";
|
|
108
|
+
Object.setPrototypeOf(this, AccessToSnapshotDeniedFault.prototype);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
112
111
|
export var ActionType;
|
|
113
112
|
(function (ActionType) {
|
|
114
113
|
ActionType["RECOMMEND_NODE_CONFIG"] = "recommend-node-config";
|
|
115
114
|
ActionType["RESIZE_CLUSTER"] = "resize-cluster";
|
|
116
115
|
ActionType["RESTORE_CLUSTER"] = "restore-cluster";
|
|
117
116
|
})(ActionType || (ActionType = {}));
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
|
|
117
|
+
export class ClusterNotFoundFault extends __BaseException {
|
|
118
|
+
constructor(opts) {
|
|
119
|
+
super({
|
|
120
|
+
name: "ClusterNotFoundFault",
|
|
121
|
+
$fault: "client",
|
|
122
|
+
...opts,
|
|
123
|
+
});
|
|
124
|
+
this.name = "ClusterNotFoundFault";
|
|
125
|
+
this.$fault = "client";
|
|
126
|
+
Object.setPrototypeOf(this, ClusterNotFoundFault.prototype);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
export class PartnerNotFoundFault extends __BaseException {
|
|
130
|
+
constructor(opts) {
|
|
131
|
+
super({
|
|
132
|
+
name: "PartnerNotFoundFault",
|
|
133
|
+
$fault: "client",
|
|
134
|
+
...opts,
|
|
135
|
+
});
|
|
136
|
+
this.name = "PartnerNotFoundFault";
|
|
137
|
+
this.$fault = "client";
|
|
138
|
+
Object.setPrototypeOf(this, PartnerNotFoundFault.prototype);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
export class UnauthorizedPartnerIntegrationFault extends __BaseException {
|
|
142
|
+
constructor(opts) {
|
|
143
|
+
super({
|
|
144
|
+
name: "UnauthorizedPartnerIntegrationFault",
|
|
145
|
+
$fault: "client",
|
|
146
|
+
...opts,
|
|
147
|
+
});
|
|
148
|
+
this.name = "UnauthorizedPartnerIntegrationFault";
|
|
149
|
+
this.$fault = "client";
|
|
150
|
+
Object.setPrototypeOf(this, UnauthorizedPartnerIntegrationFault.prototype);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
154
153
|
export var AquaConfigurationStatus;
|
|
155
154
|
(function (AquaConfigurationStatus) {
|
|
156
155
|
AquaConfigurationStatus["AUTO"] = "auto";
|
|
@@ -172,287 +171,287 @@ export var DataShareStatus;
|
|
|
172
171
|
DataShareStatus["PENDING_AUTHORIZATION"] = "PENDING_AUTHORIZATION";
|
|
173
172
|
DataShareStatus["REJECTED"] = "REJECTED";
|
|
174
173
|
})(DataShareStatus || (DataShareStatus = {}));
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}
|
|
270
|
-
|
|
174
|
+
export class InvalidDataShareFault extends __BaseException {
|
|
175
|
+
constructor(opts) {
|
|
176
|
+
super({
|
|
177
|
+
name: "InvalidDataShareFault",
|
|
178
|
+
$fault: "client",
|
|
179
|
+
...opts,
|
|
180
|
+
});
|
|
181
|
+
this.name = "InvalidDataShareFault";
|
|
182
|
+
this.$fault = "client";
|
|
183
|
+
Object.setPrototypeOf(this, InvalidDataShareFault.prototype);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
export class InvalidNamespaceFault extends __BaseException {
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "InvalidNamespaceFault",
|
|
190
|
+
$fault: "client",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
this.name = "InvalidNamespaceFault";
|
|
194
|
+
this.$fault = "client";
|
|
195
|
+
Object.setPrototypeOf(this, InvalidNamespaceFault.prototype);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
export class AuthenticationProfileAlreadyExistsFault extends __BaseException {
|
|
199
|
+
constructor(opts) {
|
|
200
|
+
super({
|
|
201
|
+
name: "AuthenticationProfileAlreadyExistsFault",
|
|
202
|
+
$fault: "client",
|
|
203
|
+
...opts,
|
|
204
|
+
});
|
|
205
|
+
this.name = "AuthenticationProfileAlreadyExistsFault";
|
|
206
|
+
this.$fault = "client";
|
|
207
|
+
Object.setPrototypeOf(this, AuthenticationProfileAlreadyExistsFault.prototype);
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
export class AuthenticationProfileNotFoundFault extends __BaseException {
|
|
211
|
+
constructor(opts) {
|
|
212
|
+
super({
|
|
213
|
+
name: "AuthenticationProfileNotFoundFault",
|
|
214
|
+
$fault: "client",
|
|
215
|
+
...opts,
|
|
216
|
+
});
|
|
217
|
+
this.name = "AuthenticationProfileNotFoundFault";
|
|
218
|
+
this.$fault = "client";
|
|
219
|
+
Object.setPrototypeOf(this, AuthenticationProfileNotFoundFault.prototype);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
export class AuthenticationProfileQuotaExceededFault extends __BaseException {
|
|
223
|
+
constructor(opts) {
|
|
224
|
+
super({
|
|
225
|
+
name: "AuthenticationProfileQuotaExceededFault",
|
|
226
|
+
$fault: "client",
|
|
227
|
+
...opts,
|
|
228
|
+
});
|
|
229
|
+
this.name = "AuthenticationProfileQuotaExceededFault";
|
|
230
|
+
this.$fault = "client";
|
|
231
|
+
Object.setPrototypeOf(this, AuthenticationProfileQuotaExceededFault.prototype);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
export class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
235
|
+
constructor(opts) {
|
|
236
|
+
super({
|
|
237
|
+
name: "AuthorizationAlreadyExistsFault",
|
|
238
|
+
$fault: "client",
|
|
239
|
+
...opts,
|
|
240
|
+
});
|
|
241
|
+
this.name = "AuthorizationAlreadyExistsFault";
|
|
242
|
+
this.$fault = "client";
|
|
243
|
+
Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
export class AuthorizationNotFoundFault extends __BaseException {
|
|
247
|
+
constructor(opts) {
|
|
248
|
+
super({
|
|
249
|
+
name: "AuthorizationNotFoundFault",
|
|
250
|
+
$fault: "client",
|
|
251
|
+
...opts,
|
|
252
|
+
});
|
|
253
|
+
this.name = "AuthorizationNotFoundFault";
|
|
254
|
+
this.$fault = "client";
|
|
255
|
+
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
export class AuthorizationQuotaExceededFault extends __BaseException {
|
|
259
|
+
constructor(opts) {
|
|
260
|
+
super({
|
|
261
|
+
name: "AuthorizationQuotaExceededFault",
|
|
262
|
+
$fault: "client",
|
|
263
|
+
...opts,
|
|
264
|
+
});
|
|
265
|
+
this.name = "AuthorizationQuotaExceededFault";
|
|
266
|
+
this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(this, AuthorizationQuotaExceededFault.prototype);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
271
270
|
export var AuthorizationStatus;
|
|
272
271
|
(function (AuthorizationStatus) {
|
|
273
272
|
AuthorizationStatus["AUTHORIZED"] = "Authorized";
|
|
274
273
|
AuthorizationStatus["REVOKING"] = "Revoking";
|
|
275
274
|
})(AuthorizationStatus || (AuthorizationStatus = {}));
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
|
|
275
|
+
export class ClusterSecurityGroupNotFoundFault extends __BaseException {
|
|
276
|
+
constructor(opts) {
|
|
277
|
+
super({
|
|
278
|
+
name: "ClusterSecurityGroupNotFoundFault",
|
|
279
|
+
$fault: "client",
|
|
280
|
+
...opts,
|
|
281
|
+
});
|
|
282
|
+
this.name = "ClusterSecurityGroupNotFoundFault";
|
|
283
|
+
this.$fault = "client";
|
|
284
|
+
Object.setPrototypeOf(this, ClusterSecurityGroupNotFoundFault.prototype);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
export class InvalidClusterSecurityGroupStateFault extends __BaseException {
|
|
288
|
+
constructor(opts) {
|
|
289
|
+
super({
|
|
290
|
+
name: "InvalidClusterSecurityGroupStateFault",
|
|
291
|
+
$fault: "client",
|
|
292
|
+
...opts,
|
|
293
|
+
});
|
|
294
|
+
this.name = "InvalidClusterSecurityGroupStateFault";
|
|
295
|
+
this.$fault = "client";
|
|
296
|
+
Object.setPrototypeOf(this, InvalidClusterSecurityGroupStateFault.prototype);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
export class EndpointAuthorizationAlreadyExistsFault extends __BaseException {
|
|
300
|
+
constructor(opts) {
|
|
301
|
+
super({
|
|
302
|
+
name: "EndpointAuthorizationAlreadyExistsFault",
|
|
303
|
+
$fault: "client",
|
|
304
|
+
...opts,
|
|
305
|
+
});
|
|
306
|
+
this.name = "EndpointAuthorizationAlreadyExistsFault";
|
|
307
|
+
this.$fault = "client";
|
|
308
|
+
Object.setPrototypeOf(this, EndpointAuthorizationAlreadyExistsFault.prototype);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
export class EndpointAuthorizationsPerClusterLimitExceededFault extends __BaseException {
|
|
312
|
+
constructor(opts) {
|
|
313
|
+
super({
|
|
314
|
+
name: "EndpointAuthorizationsPerClusterLimitExceededFault",
|
|
315
|
+
$fault: "client",
|
|
316
|
+
...opts,
|
|
317
|
+
});
|
|
318
|
+
this.name = "EndpointAuthorizationsPerClusterLimitExceededFault";
|
|
319
|
+
this.$fault = "client";
|
|
320
|
+
Object.setPrototypeOf(this, EndpointAuthorizationsPerClusterLimitExceededFault.prototype);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export class InvalidAuthorizationStateFault extends __BaseException {
|
|
324
|
+
constructor(opts) {
|
|
325
|
+
super({
|
|
326
|
+
name: "InvalidAuthorizationStateFault",
|
|
327
|
+
$fault: "client",
|
|
328
|
+
...opts,
|
|
329
|
+
});
|
|
330
|
+
this.name = "InvalidAuthorizationStateFault";
|
|
331
|
+
this.$fault = "client";
|
|
332
|
+
Object.setPrototypeOf(this, InvalidAuthorizationStateFault.prototype);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
export class InvalidClusterStateFault extends __BaseException {
|
|
336
|
+
constructor(opts) {
|
|
337
|
+
super({
|
|
338
|
+
name: "InvalidClusterStateFault",
|
|
339
|
+
$fault: "client",
|
|
340
|
+
...opts,
|
|
341
|
+
});
|
|
342
|
+
this.name = "InvalidClusterStateFault";
|
|
343
|
+
this.$fault = "client";
|
|
344
|
+
Object.setPrototypeOf(this, InvalidClusterStateFault.prototype);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
export class ClusterSnapshotNotFoundFault extends __BaseException {
|
|
348
|
+
constructor(opts) {
|
|
349
|
+
super({
|
|
350
|
+
name: "ClusterSnapshotNotFoundFault",
|
|
351
|
+
$fault: "client",
|
|
352
|
+
...opts,
|
|
353
|
+
});
|
|
354
|
+
this.name = "ClusterSnapshotNotFoundFault";
|
|
355
|
+
this.$fault = "client";
|
|
356
|
+
Object.setPrototypeOf(this, ClusterSnapshotNotFoundFault.prototype);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
export class DependentServiceRequestThrottlingFault extends __BaseException {
|
|
360
|
+
constructor(opts) {
|
|
361
|
+
super({
|
|
362
|
+
name: "DependentServiceRequestThrottlingFault",
|
|
363
|
+
$fault: "client",
|
|
364
|
+
...opts,
|
|
365
|
+
});
|
|
366
|
+
this.name = "DependentServiceRequestThrottlingFault";
|
|
367
|
+
this.$fault = "client";
|
|
368
|
+
Object.setPrototypeOf(this, DependentServiceRequestThrottlingFault.prototype);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
export class InvalidClusterSnapshotStateFault extends __BaseException {
|
|
372
|
+
constructor(opts) {
|
|
373
|
+
super({
|
|
374
|
+
name: "InvalidClusterSnapshotStateFault",
|
|
375
|
+
$fault: "client",
|
|
376
|
+
...opts,
|
|
377
|
+
});
|
|
378
|
+
this.name = "InvalidClusterSnapshotStateFault";
|
|
379
|
+
this.$fault = "client";
|
|
380
|
+
Object.setPrototypeOf(this, InvalidClusterSnapshotStateFault.prototype);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
export class LimitExceededFault extends __BaseException {
|
|
384
|
+
constructor(opts) {
|
|
385
|
+
super({
|
|
386
|
+
name: "LimitExceededFault",
|
|
387
|
+
$fault: "client",
|
|
388
|
+
...opts,
|
|
389
|
+
});
|
|
390
|
+
this.name = "LimitExceededFault";
|
|
391
|
+
this.$fault = "client";
|
|
392
|
+
Object.setPrototypeOf(this, LimitExceededFault.prototype);
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
export class BatchDeleteRequestSizeExceededFault extends __BaseException {
|
|
396
|
+
constructor(opts) {
|
|
397
|
+
super({
|
|
398
|
+
name: "BatchDeleteRequestSizeExceededFault",
|
|
399
|
+
$fault: "client",
|
|
400
|
+
...opts,
|
|
401
|
+
});
|
|
402
|
+
this.name = "BatchDeleteRequestSizeExceededFault";
|
|
403
|
+
this.$fault = "client";
|
|
404
|
+
Object.setPrototypeOf(this, BatchDeleteRequestSizeExceededFault.prototype);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
export class BatchModifyClusterSnapshotsLimitExceededFault extends __BaseException {
|
|
408
|
+
constructor(opts) {
|
|
409
|
+
super({
|
|
410
|
+
name: "BatchModifyClusterSnapshotsLimitExceededFault",
|
|
411
|
+
$fault: "client",
|
|
412
|
+
...opts,
|
|
413
|
+
});
|
|
414
|
+
this.name = "BatchModifyClusterSnapshotsLimitExceededFault";
|
|
415
|
+
this.$fault = "client";
|
|
416
|
+
Object.setPrototypeOf(this, BatchModifyClusterSnapshotsLimitExceededFault.prototype);
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
export class InvalidRetentionPeriodFault extends __BaseException {
|
|
420
|
+
constructor(opts) {
|
|
421
|
+
super({
|
|
422
|
+
name: "InvalidRetentionPeriodFault",
|
|
423
|
+
$fault: "client",
|
|
424
|
+
...opts,
|
|
425
|
+
});
|
|
426
|
+
this.name = "InvalidRetentionPeriodFault";
|
|
427
|
+
this.$fault = "client";
|
|
428
|
+
Object.setPrototypeOf(this, InvalidRetentionPeriodFault.prototype);
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
export class BucketNotFoundFault extends __BaseException {
|
|
432
|
+
constructor(opts) {
|
|
433
|
+
super({
|
|
434
|
+
name: "BucketNotFoundFault",
|
|
435
|
+
$fault: "client",
|
|
436
|
+
...opts,
|
|
437
|
+
});
|
|
438
|
+
this.name = "BucketNotFoundFault";
|
|
439
|
+
this.$fault = "client";
|
|
440
|
+
Object.setPrototypeOf(this, BucketNotFoundFault.prototype);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
export class ResizeNotFoundFault extends __BaseException {
|
|
444
|
+
constructor(opts) {
|
|
445
|
+
super({
|
|
446
|
+
name: "ResizeNotFoundFault",
|
|
447
|
+
$fault: "client",
|
|
448
|
+
...opts,
|
|
449
|
+
});
|
|
450
|
+
this.name = "ResizeNotFoundFault";
|
|
451
|
+
this.$fault = "client";
|
|
452
|
+
Object.setPrototypeOf(this, ResizeNotFoundFault.prototype);
|
|
453
|
+
}
|
|
454
|
+
}
|
|
456
455
|
export var ReservedNodeExchangeStatusType;
|
|
457
456
|
(function (ReservedNodeExchangeStatusType) {
|
|
458
457
|
ReservedNodeExchangeStatusType["FAILED"] = "FAILED";
|
|
@@ -462,695 +461,695 @@ export var ReservedNodeExchangeStatusType;
|
|
|
462
461
|
ReservedNodeExchangeStatusType["RETRYING"] = "RETRYING";
|
|
463
462
|
ReservedNodeExchangeStatusType["SUCCEEDED"] = "SUCCEEDED";
|
|
464
463
|
})(ReservedNodeExchangeStatusType || (ReservedNodeExchangeStatusType = {}));
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
}
|
|
1040
|
-
|
|
464
|
+
export class ClusterAlreadyExistsFault extends __BaseException {
|
|
465
|
+
constructor(opts) {
|
|
466
|
+
super({
|
|
467
|
+
name: "ClusterAlreadyExistsFault",
|
|
468
|
+
$fault: "client",
|
|
469
|
+
...opts,
|
|
470
|
+
});
|
|
471
|
+
this.name = "ClusterAlreadyExistsFault";
|
|
472
|
+
this.$fault = "client";
|
|
473
|
+
Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype);
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
export class ClusterOnLatestRevisionFault extends __BaseException {
|
|
477
|
+
constructor(opts) {
|
|
478
|
+
super({
|
|
479
|
+
name: "ClusterOnLatestRevisionFault",
|
|
480
|
+
$fault: "client",
|
|
481
|
+
...opts,
|
|
482
|
+
});
|
|
483
|
+
this.name = "ClusterOnLatestRevisionFault";
|
|
484
|
+
this.$fault = "client";
|
|
485
|
+
Object.setPrototypeOf(this, ClusterOnLatestRevisionFault.prototype);
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
export class ClusterParameterGroupAlreadyExistsFault extends __BaseException {
|
|
489
|
+
constructor(opts) {
|
|
490
|
+
super({
|
|
491
|
+
name: "ClusterParameterGroupAlreadyExistsFault",
|
|
492
|
+
$fault: "client",
|
|
493
|
+
...opts,
|
|
494
|
+
});
|
|
495
|
+
this.name = "ClusterParameterGroupAlreadyExistsFault";
|
|
496
|
+
this.$fault = "client";
|
|
497
|
+
Object.setPrototypeOf(this, ClusterParameterGroupAlreadyExistsFault.prototype);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
export class ClusterParameterGroupNotFoundFault extends __BaseException {
|
|
501
|
+
constructor(opts) {
|
|
502
|
+
super({
|
|
503
|
+
name: "ClusterParameterGroupNotFoundFault",
|
|
504
|
+
$fault: "client",
|
|
505
|
+
...opts,
|
|
506
|
+
});
|
|
507
|
+
this.name = "ClusterParameterGroupNotFoundFault";
|
|
508
|
+
this.$fault = "client";
|
|
509
|
+
Object.setPrototypeOf(this, ClusterParameterGroupNotFoundFault.prototype);
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
export class ClusterParameterGroupQuotaExceededFault extends __BaseException {
|
|
513
|
+
constructor(opts) {
|
|
514
|
+
super({
|
|
515
|
+
name: "ClusterParameterGroupQuotaExceededFault",
|
|
516
|
+
$fault: "client",
|
|
517
|
+
...opts,
|
|
518
|
+
});
|
|
519
|
+
this.name = "ClusterParameterGroupQuotaExceededFault";
|
|
520
|
+
this.$fault = "client";
|
|
521
|
+
Object.setPrototypeOf(this, ClusterParameterGroupQuotaExceededFault.prototype);
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
export class ClusterQuotaExceededFault extends __BaseException {
|
|
525
|
+
constructor(opts) {
|
|
526
|
+
super({
|
|
527
|
+
name: "ClusterQuotaExceededFault",
|
|
528
|
+
$fault: "client",
|
|
529
|
+
...opts,
|
|
530
|
+
});
|
|
531
|
+
this.name = "ClusterQuotaExceededFault";
|
|
532
|
+
this.$fault = "client";
|
|
533
|
+
Object.setPrototypeOf(this, ClusterQuotaExceededFault.prototype);
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
export class ClusterSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
537
|
+
constructor(opts) {
|
|
538
|
+
super({
|
|
539
|
+
name: "ClusterSecurityGroupAlreadyExistsFault",
|
|
540
|
+
$fault: "client",
|
|
541
|
+
...opts,
|
|
542
|
+
});
|
|
543
|
+
this.name = "ClusterSecurityGroupAlreadyExistsFault";
|
|
544
|
+
this.$fault = "client";
|
|
545
|
+
Object.setPrototypeOf(this, ClusterSecurityGroupAlreadyExistsFault.prototype);
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
export class ClusterSecurityGroupQuotaExceededFault extends __BaseException {
|
|
549
|
+
constructor(opts) {
|
|
550
|
+
super({
|
|
551
|
+
name: "ClusterSecurityGroupQuotaExceededFault",
|
|
552
|
+
$fault: "client",
|
|
553
|
+
...opts,
|
|
554
|
+
});
|
|
555
|
+
this.name = "ClusterSecurityGroupQuotaExceededFault";
|
|
556
|
+
this.$fault = "client";
|
|
557
|
+
Object.setPrototypeOf(this, ClusterSecurityGroupQuotaExceededFault.prototype);
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
export class ClusterSnapshotAlreadyExistsFault extends __BaseException {
|
|
561
|
+
constructor(opts) {
|
|
562
|
+
super({
|
|
563
|
+
name: "ClusterSnapshotAlreadyExistsFault",
|
|
564
|
+
$fault: "client",
|
|
565
|
+
...opts,
|
|
566
|
+
});
|
|
567
|
+
this.name = "ClusterSnapshotAlreadyExistsFault";
|
|
568
|
+
this.$fault = "client";
|
|
569
|
+
Object.setPrototypeOf(this, ClusterSnapshotAlreadyExistsFault.prototype);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
export class ClusterSnapshotQuotaExceededFault extends __BaseException {
|
|
573
|
+
constructor(opts) {
|
|
574
|
+
super({
|
|
575
|
+
name: "ClusterSnapshotQuotaExceededFault",
|
|
576
|
+
$fault: "client",
|
|
577
|
+
...opts,
|
|
578
|
+
});
|
|
579
|
+
this.name = "ClusterSnapshotQuotaExceededFault";
|
|
580
|
+
this.$fault = "client";
|
|
581
|
+
Object.setPrototypeOf(this, ClusterSnapshotQuotaExceededFault.prototype);
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
export class ClusterSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
585
|
+
constructor(opts) {
|
|
586
|
+
super({
|
|
587
|
+
name: "ClusterSubnetGroupAlreadyExistsFault",
|
|
588
|
+
$fault: "client",
|
|
589
|
+
...opts,
|
|
590
|
+
});
|
|
591
|
+
this.name = "ClusterSubnetGroupAlreadyExistsFault";
|
|
592
|
+
this.$fault = "client";
|
|
593
|
+
Object.setPrototypeOf(this, ClusterSubnetGroupAlreadyExistsFault.prototype);
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
export class ClusterSubnetGroupNotFoundFault extends __BaseException {
|
|
597
|
+
constructor(opts) {
|
|
598
|
+
super({
|
|
599
|
+
name: "ClusterSubnetGroupNotFoundFault",
|
|
600
|
+
$fault: "client",
|
|
601
|
+
...opts,
|
|
602
|
+
});
|
|
603
|
+
this.name = "ClusterSubnetGroupNotFoundFault";
|
|
604
|
+
this.$fault = "client";
|
|
605
|
+
Object.setPrototypeOf(this, ClusterSubnetGroupNotFoundFault.prototype);
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
export class ClusterSubnetGroupQuotaExceededFault extends __BaseException {
|
|
609
|
+
constructor(opts) {
|
|
610
|
+
super({
|
|
611
|
+
name: "ClusterSubnetGroupQuotaExceededFault",
|
|
612
|
+
$fault: "client",
|
|
613
|
+
...opts,
|
|
614
|
+
});
|
|
615
|
+
this.name = "ClusterSubnetGroupQuotaExceededFault";
|
|
616
|
+
this.$fault = "client";
|
|
617
|
+
Object.setPrototypeOf(this, ClusterSubnetGroupQuotaExceededFault.prototype);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
export class ClusterSubnetQuotaExceededFault extends __BaseException {
|
|
621
|
+
constructor(opts) {
|
|
622
|
+
super({
|
|
623
|
+
name: "ClusterSubnetQuotaExceededFault",
|
|
624
|
+
$fault: "client",
|
|
625
|
+
...opts,
|
|
626
|
+
});
|
|
627
|
+
this.name = "ClusterSubnetQuotaExceededFault";
|
|
628
|
+
this.$fault = "client";
|
|
629
|
+
Object.setPrototypeOf(this, ClusterSubnetQuotaExceededFault.prototype);
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
export class CopyToRegionDisabledFault extends __BaseException {
|
|
633
|
+
constructor(opts) {
|
|
634
|
+
super({
|
|
635
|
+
name: "CopyToRegionDisabledFault",
|
|
636
|
+
$fault: "client",
|
|
637
|
+
...opts,
|
|
638
|
+
});
|
|
639
|
+
this.name = "CopyToRegionDisabledFault";
|
|
640
|
+
this.$fault = "client";
|
|
641
|
+
Object.setPrototypeOf(this, CopyToRegionDisabledFault.prototype);
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
export class InvalidAuthenticationProfileRequestFault extends __BaseException {
|
|
645
|
+
constructor(opts) {
|
|
646
|
+
super({
|
|
647
|
+
name: "InvalidAuthenticationProfileRequestFault",
|
|
648
|
+
$fault: "client",
|
|
649
|
+
...opts,
|
|
650
|
+
});
|
|
651
|
+
this.name = "InvalidAuthenticationProfileRequestFault";
|
|
652
|
+
this.$fault = "client";
|
|
653
|
+
Object.setPrototypeOf(this, InvalidAuthenticationProfileRequestFault.prototype);
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
export class HsmClientCertificateNotFoundFault extends __BaseException {
|
|
657
|
+
constructor(opts) {
|
|
658
|
+
super({
|
|
659
|
+
name: "HsmClientCertificateNotFoundFault",
|
|
660
|
+
$fault: "client",
|
|
661
|
+
...opts,
|
|
662
|
+
});
|
|
663
|
+
this.name = "HsmClientCertificateNotFoundFault";
|
|
664
|
+
this.$fault = "client";
|
|
665
|
+
Object.setPrototypeOf(this, HsmClientCertificateNotFoundFault.prototype);
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
export class HsmConfigurationNotFoundFault extends __BaseException {
|
|
669
|
+
constructor(opts) {
|
|
670
|
+
super({
|
|
671
|
+
name: "HsmConfigurationNotFoundFault",
|
|
672
|
+
$fault: "client",
|
|
673
|
+
...opts,
|
|
674
|
+
});
|
|
675
|
+
this.name = "HsmConfigurationNotFoundFault";
|
|
676
|
+
this.$fault = "client";
|
|
677
|
+
Object.setPrototypeOf(this, HsmConfigurationNotFoundFault.prototype);
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
export class InsufficientClusterCapacityFault extends __BaseException {
|
|
681
|
+
constructor(opts) {
|
|
682
|
+
super({
|
|
683
|
+
name: "InsufficientClusterCapacityFault",
|
|
684
|
+
$fault: "client",
|
|
685
|
+
...opts,
|
|
686
|
+
});
|
|
687
|
+
this.name = "InsufficientClusterCapacityFault";
|
|
688
|
+
this.$fault = "client";
|
|
689
|
+
Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype);
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
export class InvalidClusterSubnetGroupStateFault extends __BaseException {
|
|
693
|
+
constructor(opts) {
|
|
694
|
+
super({
|
|
695
|
+
name: "InvalidClusterSubnetGroupStateFault",
|
|
696
|
+
$fault: "client",
|
|
697
|
+
...opts,
|
|
698
|
+
});
|
|
699
|
+
this.name = "InvalidClusterSubnetGroupStateFault";
|
|
700
|
+
this.$fault = "client";
|
|
701
|
+
Object.setPrototypeOf(this, InvalidClusterSubnetGroupStateFault.prototype);
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
export class InvalidClusterTrackFault extends __BaseException {
|
|
705
|
+
constructor(opts) {
|
|
706
|
+
super({
|
|
707
|
+
name: "InvalidClusterTrackFault",
|
|
708
|
+
$fault: "client",
|
|
709
|
+
...opts,
|
|
710
|
+
});
|
|
711
|
+
this.name = "InvalidClusterTrackFault";
|
|
712
|
+
this.$fault = "client";
|
|
713
|
+
Object.setPrototypeOf(this, InvalidClusterTrackFault.prototype);
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
export class InvalidElasticIpFault extends __BaseException {
|
|
717
|
+
constructor(opts) {
|
|
718
|
+
super({
|
|
719
|
+
name: "InvalidElasticIpFault",
|
|
720
|
+
$fault: "client",
|
|
721
|
+
...opts,
|
|
722
|
+
});
|
|
723
|
+
this.name = "InvalidElasticIpFault";
|
|
724
|
+
this.$fault = "client";
|
|
725
|
+
Object.setPrototypeOf(this, InvalidElasticIpFault.prototype);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
export class InvalidSubnet extends __BaseException {
|
|
729
|
+
constructor(opts) {
|
|
730
|
+
super({
|
|
731
|
+
name: "InvalidSubnet",
|
|
732
|
+
$fault: "client",
|
|
733
|
+
...opts,
|
|
734
|
+
});
|
|
735
|
+
this.name = "InvalidSubnet";
|
|
736
|
+
this.$fault = "client";
|
|
737
|
+
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
export class InvalidTagFault extends __BaseException {
|
|
741
|
+
constructor(opts) {
|
|
742
|
+
super({
|
|
743
|
+
name: "InvalidTagFault",
|
|
744
|
+
$fault: "client",
|
|
745
|
+
...opts,
|
|
746
|
+
});
|
|
747
|
+
this.name = "InvalidTagFault";
|
|
748
|
+
this.$fault = "client";
|
|
749
|
+
Object.setPrototypeOf(this, InvalidTagFault.prototype);
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
export class InvalidVPCNetworkStateFault extends __BaseException {
|
|
753
|
+
constructor(opts) {
|
|
754
|
+
super({
|
|
755
|
+
name: "InvalidVPCNetworkStateFault",
|
|
756
|
+
$fault: "client",
|
|
757
|
+
...opts,
|
|
758
|
+
});
|
|
759
|
+
this.name = "InvalidVPCNetworkStateFault";
|
|
760
|
+
this.$fault = "client";
|
|
761
|
+
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
export class NumberOfNodesPerClusterLimitExceededFault extends __BaseException {
|
|
765
|
+
constructor(opts) {
|
|
766
|
+
super({
|
|
767
|
+
name: "NumberOfNodesPerClusterLimitExceededFault",
|
|
768
|
+
$fault: "client",
|
|
769
|
+
...opts,
|
|
770
|
+
});
|
|
771
|
+
this.name = "NumberOfNodesPerClusterLimitExceededFault";
|
|
772
|
+
this.$fault = "client";
|
|
773
|
+
Object.setPrototypeOf(this, NumberOfNodesPerClusterLimitExceededFault.prototype);
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
export class NumberOfNodesQuotaExceededFault extends __BaseException {
|
|
777
|
+
constructor(opts) {
|
|
778
|
+
super({
|
|
779
|
+
name: "NumberOfNodesQuotaExceededFault",
|
|
780
|
+
$fault: "client",
|
|
781
|
+
...opts,
|
|
782
|
+
});
|
|
783
|
+
this.name = "NumberOfNodesQuotaExceededFault";
|
|
784
|
+
this.$fault = "client";
|
|
785
|
+
Object.setPrototypeOf(this, NumberOfNodesQuotaExceededFault.prototype);
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
export class SnapshotScheduleNotFoundFault extends __BaseException {
|
|
789
|
+
constructor(opts) {
|
|
790
|
+
super({
|
|
791
|
+
name: "SnapshotScheduleNotFoundFault",
|
|
792
|
+
$fault: "client",
|
|
793
|
+
...opts,
|
|
794
|
+
});
|
|
795
|
+
this.name = "SnapshotScheduleNotFoundFault";
|
|
796
|
+
this.$fault = "client";
|
|
797
|
+
Object.setPrototypeOf(this, SnapshotScheduleNotFoundFault.prototype);
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
export class TagLimitExceededFault extends __BaseException {
|
|
801
|
+
constructor(opts) {
|
|
802
|
+
super({
|
|
803
|
+
name: "TagLimitExceededFault",
|
|
804
|
+
$fault: "client",
|
|
805
|
+
...opts,
|
|
806
|
+
});
|
|
807
|
+
this.name = "TagLimitExceededFault";
|
|
808
|
+
this.$fault = "client";
|
|
809
|
+
Object.setPrototypeOf(this, TagLimitExceededFault.prototype);
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
export class UnauthorizedOperation extends __BaseException {
|
|
813
|
+
constructor(opts) {
|
|
814
|
+
super({
|
|
815
|
+
name: "UnauthorizedOperation",
|
|
816
|
+
$fault: "client",
|
|
817
|
+
...opts,
|
|
818
|
+
});
|
|
819
|
+
this.name = "UnauthorizedOperation";
|
|
820
|
+
this.$fault = "client";
|
|
821
|
+
Object.setPrototypeOf(this, UnauthorizedOperation.prototype);
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
export class EndpointAlreadyExistsFault extends __BaseException {
|
|
825
|
+
constructor(opts) {
|
|
826
|
+
super({
|
|
827
|
+
name: "EndpointAlreadyExistsFault",
|
|
828
|
+
$fault: "client",
|
|
829
|
+
...opts,
|
|
830
|
+
});
|
|
831
|
+
this.name = "EndpointAlreadyExistsFault";
|
|
832
|
+
this.$fault = "client";
|
|
833
|
+
Object.setPrototypeOf(this, EndpointAlreadyExistsFault.prototype);
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
export class EndpointsPerAuthorizationLimitExceededFault extends __BaseException {
|
|
837
|
+
constructor(opts) {
|
|
838
|
+
super({
|
|
839
|
+
name: "EndpointsPerAuthorizationLimitExceededFault",
|
|
840
|
+
$fault: "client",
|
|
841
|
+
...opts,
|
|
842
|
+
});
|
|
843
|
+
this.name = "EndpointsPerAuthorizationLimitExceededFault";
|
|
844
|
+
this.$fault = "client";
|
|
845
|
+
Object.setPrototypeOf(this, EndpointsPerAuthorizationLimitExceededFault.prototype);
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
export class EndpointsPerClusterLimitExceededFault extends __BaseException {
|
|
849
|
+
constructor(opts) {
|
|
850
|
+
super({
|
|
851
|
+
name: "EndpointsPerClusterLimitExceededFault",
|
|
852
|
+
$fault: "client",
|
|
853
|
+
...opts,
|
|
854
|
+
});
|
|
855
|
+
this.name = "EndpointsPerClusterLimitExceededFault";
|
|
856
|
+
this.$fault = "client";
|
|
857
|
+
Object.setPrototypeOf(this, EndpointsPerClusterLimitExceededFault.prototype);
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
export class EventSubscriptionQuotaExceededFault extends __BaseException {
|
|
861
|
+
constructor(opts) {
|
|
862
|
+
super({
|
|
863
|
+
name: "EventSubscriptionQuotaExceededFault",
|
|
864
|
+
$fault: "client",
|
|
865
|
+
...opts,
|
|
866
|
+
});
|
|
867
|
+
this.name = "EventSubscriptionQuotaExceededFault";
|
|
868
|
+
this.$fault = "client";
|
|
869
|
+
Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
export class SNSInvalidTopicFault extends __BaseException {
|
|
873
|
+
constructor(opts) {
|
|
874
|
+
super({
|
|
875
|
+
name: "SNSInvalidTopicFault",
|
|
876
|
+
$fault: "client",
|
|
877
|
+
...opts,
|
|
878
|
+
});
|
|
879
|
+
this.name = "SNSInvalidTopicFault";
|
|
880
|
+
this.$fault = "client";
|
|
881
|
+
Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
export class SNSNoAuthorizationFault extends __BaseException {
|
|
885
|
+
constructor(opts) {
|
|
886
|
+
super({
|
|
887
|
+
name: "SNSNoAuthorizationFault",
|
|
888
|
+
$fault: "client",
|
|
889
|
+
...opts,
|
|
890
|
+
});
|
|
891
|
+
this.name = "SNSNoAuthorizationFault";
|
|
892
|
+
this.$fault = "client";
|
|
893
|
+
Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
export class SNSTopicArnNotFoundFault extends __BaseException {
|
|
897
|
+
constructor(opts) {
|
|
898
|
+
super({
|
|
899
|
+
name: "SNSTopicArnNotFoundFault",
|
|
900
|
+
$fault: "client",
|
|
901
|
+
...opts,
|
|
902
|
+
});
|
|
903
|
+
this.name = "SNSTopicArnNotFoundFault";
|
|
904
|
+
this.$fault = "client";
|
|
905
|
+
Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
export class SourceNotFoundFault extends __BaseException {
|
|
909
|
+
constructor(opts) {
|
|
910
|
+
super({
|
|
911
|
+
name: "SourceNotFoundFault",
|
|
912
|
+
$fault: "client",
|
|
913
|
+
...opts,
|
|
914
|
+
});
|
|
915
|
+
this.name = "SourceNotFoundFault";
|
|
916
|
+
this.$fault = "client";
|
|
917
|
+
Object.setPrototypeOf(this, SourceNotFoundFault.prototype);
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
export class SubscriptionAlreadyExistFault extends __BaseException {
|
|
921
|
+
constructor(opts) {
|
|
922
|
+
super({
|
|
923
|
+
name: "SubscriptionAlreadyExistFault",
|
|
924
|
+
$fault: "client",
|
|
925
|
+
...opts,
|
|
926
|
+
});
|
|
927
|
+
this.name = "SubscriptionAlreadyExistFault";
|
|
928
|
+
this.$fault = "client";
|
|
929
|
+
Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
export class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
933
|
+
constructor(opts) {
|
|
934
|
+
super({
|
|
935
|
+
name: "SubscriptionCategoryNotFoundFault",
|
|
936
|
+
$fault: "client",
|
|
937
|
+
...opts,
|
|
938
|
+
});
|
|
939
|
+
this.name = "SubscriptionCategoryNotFoundFault";
|
|
940
|
+
this.$fault = "client";
|
|
941
|
+
Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
export class SubscriptionEventIdNotFoundFault extends __BaseException {
|
|
945
|
+
constructor(opts) {
|
|
946
|
+
super({
|
|
947
|
+
name: "SubscriptionEventIdNotFoundFault",
|
|
948
|
+
$fault: "client",
|
|
949
|
+
...opts,
|
|
950
|
+
});
|
|
951
|
+
this.name = "SubscriptionEventIdNotFoundFault";
|
|
952
|
+
this.$fault = "client";
|
|
953
|
+
Object.setPrototypeOf(this, SubscriptionEventIdNotFoundFault.prototype);
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
export class SubscriptionSeverityNotFoundFault extends __BaseException {
|
|
957
|
+
constructor(opts) {
|
|
958
|
+
super({
|
|
959
|
+
name: "SubscriptionSeverityNotFoundFault",
|
|
960
|
+
$fault: "client",
|
|
961
|
+
...opts,
|
|
962
|
+
});
|
|
963
|
+
this.name = "SubscriptionSeverityNotFoundFault";
|
|
964
|
+
this.$fault = "client";
|
|
965
|
+
Object.setPrototypeOf(this, SubscriptionSeverityNotFoundFault.prototype);
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
export class HsmClientCertificateAlreadyExistsFault extends __BaseException {
|
|
969
|
+
constructor(opts) {
|
|
970
|
+
super({
|
|
971
|
+
name: "HsmClientCertificateAlreadyExistsFault",
|
|
972
|
+
$fault: "client",
|
|
973
|
+
...opts,
|
|
974
|
+
});
|
|
975
|
+
this.name = "HsmClientCertificateAlreadyExistsFault";
|
|
976
|
+
this.$fault = "client";
|
|
977
|
+
Object.setPrototypeOf(this, HsmClientCertificateAlreadyExistsFault.prototype);
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
export class HsmClientCertificateQuotaExceededFault extends __BaseException {
|
|
981
|
+
constructor(opts) {
|
|
982
|
+
super({
|
|
983
|
+
name: "HsmClientCertificateQuotaExceededFault",
|
|
984
|
+
$fault: "client",
|
|
985
|
+
...opts,
|
|
986
|
+
});
|
|
987
|
+
this.name = "HsmClientCertificateQuotaExceededFault";
|
|
988
|
+
this.$fault = "client";
|
|
989
|
+
Object.setPrototypeOf(this, HsmClientCertificateQuotaExceededFault.prototype);
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
export class HsmConfigurationAlreadyExistsFault extends __BaseException {
|
|
993
|
+
constructor(opts) {
|
|
994
|
+
super({
|
|
995
|
+
name: "HsmConfigurationAlreadyExistsFault",
|
|
996
|
+
$fault: "client",
|
|
997
|
+
...opts,
|
|
998
|
+
});
|
|
999
|
+
this.name = "HsmConfigurationAlreadyExistsFault";
|
|
1000
|
+
this.$fault = "client";
|
|
1001
|
+
Object.setPrototypeOf(this, HsmConfigurationAlreadyExistsFault.prototype);
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
export class HsmConfigurationQuotaExceededFault extends __BaseException {
|
|
1005
|
+
constructor(opts) {
|
|
1006
|
+
super({
|
|
1007
|
+
name: "HsmConfigurationQuotaExceededFault",
|
|
1008
|
+
$fault: "client",
|
|
1009
|
+
...opts,
|
|
1010
|
+
});
|
|
1011
|
+
this.name = "HsmConfigurationQuotaExceededFault";
|
|
1012
|
+
this.$fault = "client";
|
|
1013
|
+
Object.setPrototypeOf(this, HsmConfigurationQuotaExceededFault.prototype);
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
export class InvalidScheduledActionFault extends __BaseException {
|
|
1017
|
+
constructor(opts) {
|
|
1018
|
+
super({
|
|
1019
|
+
name: "InvalidScheduledActionFault",
|
|
1020
|
+
$fault: "client",
|
|
1021
|
+
...opts,
|
|
1022
|
+
});
|
|
1023
|
+
this.name = "InvalidScheduledActionFault";
|
|
1024
|
+
this.$fault = "client";
|
|
1025
|
+
Object.setPrototypeOf(this, InvalidScheduledActionFault.prototype);
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
export class InvalidScheduleFault extends __BaseException {
|
|
1029
|
+
constructor(opts) {
|
|
1030
|
+
super({
|
|
1031
|
+
name: "InvalidScheduleFault",
|
|
1032
|
+
$fault: "client",
|
|
1033
|
+
...opts,
|
|
1034
|
+
});
|
|
1035
|
+
this.name = "InvalidScheduleFault";
|
|
1036
|
+
this.$fault = "client";
|
|
1037
|
+
Object.setPrototypeOf(this, InvalidScheduleFault.prototype);
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1041
1040
|
export var ScheduledActionState;
|
|
1042
1041
|
(function (ScheduledActionState) {
|
|
1043
1042
|
ScheduledActionState["ACTIVE"] = "ACTIVE";
|
|
1044
1043
|
ScheduledActionState["DISABLED"] = "DISABLED";
|
|
1045
1044
|
})(ScheduledActionState || (ScheduledActionState = {}));
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1045
|
+
export class ScheduledActionAlreadyExistsFault extends __BaseException {
|
|
1046
|
+
constructor(opts) {
|
|
1047
|
+
super({
|
|
1048
|
+
name: "ScheduledActionAlreadyExistsFault",
|
|
1049
|
+
$fault: "client",
|
|
1050
|
+
...opts,
|
|
1051
|
+
});
|
|
1052
|
+
this.name = "ScheduledActionAlreadyExistsFault";
|
|
1053
|
+
this.$fault = "client";
|
|
1054
|
+
Object.setPrototypeOf(this, ScheduledActionAlreadyExistsFault.prototype);
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
export class ScheduledActionQuotaExceededFault extends __BaseException {
|
|
1058
|
+
constructor(opts) {
|
|
1059
|
+
super({
|
|
1060
|
+
name: "ScheduledActionQuotaExceededFault",
|
|
1061
|
+
$fault: "client",
|
|
1062
|
+
...opts,
|
|
1063
|
+
});
|
|
1064
|
+
this.name = "ScheduledActionQuotaExceededFault";
|
|
1065
|
+
this.$fault = "client";
|
|
1066
|
+
Object.setPrototypeOf(this, ScheduledActionQuotaExceededFault.prototype);
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
export class ScheduledActionTypeUnsupportedFault extends __BaseException {
|
|
1070
|
+
constructor(opts) {
|
|
1071
|
+
super({
|
|
1072
|
+
name: "ScheduledActionTypeUnsupportedFault",
|
|
1073
|
+
$fault: "client",
|
|
1074
|
+
...opts,
|
|
1075
|
+
});
|
|
1076
|
+
this.name = "ScheduledActionTypeUnsupportedFault";
|
|
1077
|
+
this.$fault = "client";
|
|
1078
|
+
Object.setPrototypeOf(this, ScheduledActionTypeUnsupportedFault.prototype);
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
export class SnapshotCopyGrantAlreadyExistsFault extends __BaseException {
|
|
1082
|
+
constructor(opts) {
|
|
1083
|
+
super({
|
|
1084
|
+
name: "SnapshotCopyGrantAlreadyExistsFault",
|
|
1085
|
+
$fault: "client",
|
|
1086
|
+
...opts,
|
|
1087
|
+
});
|
|
1088
|
+
this.name = "SnapshotCopyGrantAlreadyExistsFault";
|
|
1089
|
+
this.$fault = "client";
|
|
1090
|
+
Object.setPrototypeOf(this, SnapshotCopyGrantAlreadyExistsFault.prototype);
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
export class SnapshotCopyGrantQuotaExceededFault extends __BaseException {
|
|
1094
|
+
constructor(opts) {
|
|
1095
|
+
super({
|
|
1096
|
+
name: "SnapshotCopyGrantQuotaExceededFault",
|
|
1097
|
+
$fault: "client",
|
|
1098
|
+
...opts,
|
|
1099
|
+
});
|
|
1100
|
+
this.name = "SnapshotCopyGrantQuotaExceededFault";
|
|
1101
|
+
this.$fault = "client";
|
|
1102
|
+
Object.setPrototypeOf(this, SnapshotCopyGrantQuotaExceededFault.prototype);
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
export class ScheduleDefinitionTypeUnsupportedFault extends __BaseException {
|
|
1106
|
+
constructor(opts) {
|
|
1107
|
+
super({
|
|
1108
|
+
name: "ScheduleDefinitionTypeUnsupportedFault",
|
|
1109
|
+
$fault: "client",
|
|
1110
|
+
...opts,
|
|
1111
|
+
});
|
|
1112
|
+
this.name = "ScheduleDefinitionTypeUnsupportedFault";
|
|
1113
|
+
this.$fault = "client";
|
|
1114
|
+
Object.setPrototypeOf(this, ScheduleDefinitionTypeUnsupportedFault.prototype);
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
export class SnapshotScheduleAlreadyExistsFault extends __BaseException {
|
|
1118
|
+
constructor(opts) {
|
|
1119
|
+
super({
|
|
1120
|
+
name: "SnapshotScheduleAlreadyExistsFault",
|
|
1121
|
+
$fault: "client",
|
|
1122
|
+
...opts,
|
|
1123
|
+
});
|
|
1124
|
+
this.name = "SnapshotScheduleAlreadyExistsFault";
|
|
1125
|
+
this.$fault = "client";
|
|
1126
|
+
Object.setPrototypeOf(this, SnapshotScheduleAlreadyExistsFault.prototype);
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
export class SnapshotScheduleQuotaExceededFault extends __BaseException {
|
|
1130
|
+
constructor(opts) {
|
|
1131
|
+
super({
|
|
1132
|
+
name: "SnapshotScheduleQuotaExceededFault",
|
|
1133
|
+
$fault: "client",
|
|
1134
|
+
...opts,
|
|
1135
|
+
});
|
|
1136
|
+
this.name = "SnapshotScheduleQuotaExceededFault";
|
|
1137
|
+
this.$fault = "client";
|
|
1138
|
+
Object.setPrototypeOf(this, SnapshotScheduleQuotaExceededFault.prototype);
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
export class ResourceNotFoundFault extends __BaseException {
|
|
1142
|
+
constructor(opts) {
|
|
1143
|
+
super({
|
|
1144
|
+
name: "ResourceNotFoundFault",
|
|
1145
|
+
$fault: "client",
|
|
1146
|
+
...opts,
|
|
1147
|
+
});
|
|
1148
|
+
this.name = "ResourceNotFoundFault";
|
|
1149
|
+
this.$fault = "client";
|
|
1150
|
+
Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1154
1153
|
export var UsageLimitBreachAction;
|
|
1155
1154
|
(function (UsageLimitBreachAction) {
|
|
1156
1155
|
UsageLimitBreachAction["DISABLE"] = "disable";
|
|
@@ -1174,30 +1173,30 @@ export var UsageLimitPeriod;
|
|
|
1174
1173
|
UsageLimitPeriod["MONTHLY"] = "monthly";
|
|
1175
1174
|
UsageLimitPeriod["WEEKLY"] = "weekly";
|
|
1176
1175
|
})(UsageLimitPeriod || (UsageLimitPeriod = {}));
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1176
|
+
export class InvalidUsageLimitFault extends __BaseException {
|
|
1177
|
+
constructor(opts) {
|
|
1178
|
+
super({
|
|
1179
|
+
name: "InvalidUsageLimitFault",
|
|
1180
|
+
$fault: "client",
|
|
1181
|
+
...opts,
|
|
1182
|
+
});
|
|
1183
|
+
this.name = "InvalidUsageLimitFault";
|
|
1184
|
+
this.$fault = "client";
|
|
1185
|
+
Object.setPrototypeOf(this, InvalidUsageLimitFault.prototype);
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
export class UsageLimitAlreadyExistsFault extends __BaseException {
|
|
1189
|
+
constructor(opts) {
|
|
1190
|
+
super({
|
|
1191
|
+
name: "UsageLimitAlreadyExistsFault",
|
|
1192
|
+
$fault: "client",
|
|
1193
|
+
...opts,
|
|
1194
|
+
});
|
|
1195
|
+
this.name = "UsageLimitAlreadyExistsFault";
|
|
1196
|
+
this.$fault = "client";
|
|
1197
|
+
Object.setPrototypeOf(this, UsageLimitAlreadyExistsFault.prototype);
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1201
1200
|
export var DataShareStatusForConsumer;
|
|
1202
1201
|
(function (DataShareStatusForConsumer) {
|
|
1203
1202
|
DataShareStatusForConsumer["ACTIVE"] = "ACTIVE";
|
|
@@ -1211,162 +1210,162 @@ export var DataShareStatusForProducer;
|
|
|
1211
1210
|
DataShareStatusForProducer["PENDING_AUTHORIZATION"] = "PENDING_AUTHORIZATION";
|
|
1212
1211
|
DataShareStatusForProducer["REJECTED"] = "REJECTED";
|
|
1213
1212
|
})(DataShareStatusForProducer || (DataShareStatusForProducer = {}));
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1213
|
+
export class InvalidClusterParameterGroupStateFault extends __BaseException {
|
|
1214
|
+
constructor(opts) {
|
|
1215
|
+
super({
|
|
1216
|
+
name: "InvalidClusterParameterGroupStateFault",
|
|
1217
|
+
$fault: "client",
|
|
1218
|
+
...opts,
|
|
1219
|
+
});
|
|
1220
|
+
this.name = "InvalidClusterParameterGroupStateFault";
|
|
1221
|
+
this.$fault = "client";
|
|
1222
|
+
Object.setPrototypeOf(this, InvalidClusterParameterGroupStateFault.prototype);
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
export class InvalidClusterSubnetStateFault extends __BaseException {
|
|
1226
|
+
constructor(opts) {
|
|
1227
|
+
super({
|
|
1228
|
+
name: "InvalidClusterSubnetStateFault",
|
|
1229
|
+
$fault: "client",
|
|
1230
|
+
...opts,
|
|
1231
|
+
});
|
|
1232
|
+
this.name = "InvalidClusterSubnetStateFault";
|
|
1233
|
+
this.$fault = "client";
|
|
1234
|
+
Object.setPrototypeOf(this, InvalidClusterSubnetStateFault.prototype);
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
export class EndpointNotFoundFault extends __BaseException {
|
|
1238
|
+
constructor(opts) {
|
|
1239
|
+
super({
|
|
1240
|
+
name: "EndpointNotFoundFault",
|
|
1241
|
+
$fault: "client",
|
|
1242
|
+
...opts,
|
|
1243
|
+
});
|
|
1244
|
+
this.name = "EndpointNotFoundFault";
|
|
1245
|
+
this.$fault = "client";
|
|
1246
|
+
Object.setPrototypeOf(this, EndpointNotFoundFault.prototype);
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
export class InvalidEndpointStateFault extends __BaseException {
|
|
1250
|
+
constructor(opts) {
|
|
1251
|
+
super({
|
|
1252
|
+
name: "InvalidEndpointStateFault",
|
|
1253
|
+
$fault: "client",
|
|
1254
|
+
...opts,
|
|
1255
|
+
});
|
|
1256
|
+
this.name = "InvalidEndpointStateFault";
|
|
1257
|
+
this.$fault = "client";
|
|
1258
|
+
Object.setPrototypeOf(this, InvalidEndpointStateFault.prototype);
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
export class InvalidSubscriptionStateFault extends __BaseException {
|
|
1262
|
+
constructor(opts) {
|
|
1263
|
+
super({
|
|
1264
|
+
name: "InvalidSubscriptionStateFault",
|
|
1265
|
+
$fault: "client",
|
|
1266
|
+
...opts,
|
|
1267
|
+
});
|
|
1268
|
+
this.name = "InvalidSubscriptionStateFault";
|
|
1269
|
+
this.$fault = "client";
|
|
1270
|
+
Object.setPrototypeOf(this, InvalidSubscriptionStateFault.prototype);
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
export class SubscriptionNotFoundFault extends __BaseException {
|
|
1274
|
+
constructor(opts) {
|
|
1275
|
+
super({
|
|
1276
|
+
name: "SubscriptionNotFoundFault",
|
|
1277
|
+
$fault: "client",
|
|
1278
|
+
...opts,
|
|
1279
|
+
});
|
|
1280
|
+
this.name = "SubscriptionNotFoundFault";
|
|
1281
|
+
this.$fault = "client";
|
|
1282
|
+
Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
export class InvalidHsmClientCertificateStateFault extends __BaseException {
|
|
1286
|
+
constructor(opts) {
|
|
1287
|
+
super({
|
|
1288
|
+
name: "InvalidHsmClientCertificateStateFault",
|
|
1289
|
+
$fault: "client",
|
|
1290
|
+
...opts,
|
|
1291
|
+
});
|
|
1292
|
+
this.name = "InvalidHsmClientCertificateStateFault";
|
|
1293
|
+
this.$fault = "client";
|
|
1294
|
+
Object.setPrototypeOf(this, InvalidHsmClientCertificateStateFault.prototype);
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
export class InvalidHsmConfigurationStateFault extends __BaseException {
|
|
1298
|
+
constructor(opts) {
|
|
1299
|
+
super({
|
|
1300
|
+
name: "InvalidHsmConfigurationStateFault",
|
|
1301
|
+
$fault: "client",
|
|
1302
|
+
...opts,
|
|
1303
|
+
});
|
|
1304
|
+
this.name = "InvalidHsmConfigurationStateFault";
|
|
1305
|
+
this.$fault = "client";
|
|
1306
|
+
Object.setPrototypeOf(this, InvalidHsmConfigurationStateFault.prototype);
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
export class ScheduledActionNotFoundFault extends __BaseException {
|
|
1310
|
+
constructor(opts) {
|
|
1311
|
+
super({
|
|
1312
|
+
name: "ScheduledActionNotFoundFault",
|
|
1313
|
+
$fault: "client",
|
|
1314
|
+
...opts,
|
|
1315
|
+
});
|
|
1316
|
+
this.name = "ScheduledActionNotFoundFault";
|
|
1317
|
+
this.$fault = "client";
|
|
1318
|
+
Object.setPrototypeOf(this, ScheduledActionNotFoundFault.prototype);
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
export class InvalidSnapshotCopyGrantStateFault extends __BaseException {
|
|
1322
|
+
constructor(opts) {
|
|
1323
|
+
super({
|
|
1324
|
+
name: "InvalidSnapshotCopyGrantStateFault",
|
|
1325
|
+
$fault: "client",
|
|
1326
|
+
...opts,
|
|
1327
|
+
});
|
|
1328
|
+
this.name = "InvalidSnapshotCopyGrantStateFault";
|
|
1329
|
+
this.$fault = "client";
|
|
1330
|
+
Object.setPrototypeOf(this, InvalidSnapshotCopyGrantStateFault.prototype);
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
export class SnapshotCopyGrantNotFoundFault extends __BaseException {
|
|
1334
|
+
constructor(opts) {
|
|
1335
|
+
super({
|
|
1336
|
+
name: "SnapshotCopyGrantNotFoundFault",
|
|
1337
|
+
$fault: "client",
|
|
1338
|
+
...opts,
|
|
1339
|
+
});
|
|
1340
|
+
this.name = "SnapshotCopyGrantNotFoundFault";
|
|
1341
|
+
this.$fault = "client";
|
|
1342
|
+
Object.setPrototypeOf(this, SnapshotCopyGrantNotFoundFault.prototype);
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
export class InvalidClusterSnapshotScheduleStateFault extends __BaseException {
|
|
1346
|
+
constructor(opts) {
|
|
1347
|
+
super({
|
|
1348
|
+
name: "InvalidClusterSnapshotScheduleStateFault",
|
|
1349
|
+
$fault: "client",
|
|
1350
|
+
...opts,
|
|
1351
|
+
});
|
|
1352
|
+
this.name = "InvalidClusterSnapshotScheduleStateFault";
|
|
1353
|
+
this.$fault = "client";
|
|
1354
|
+
Object.setPrototypeOf(this, InvalidClusterSnapshotScheduleStateFault.prototype);
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
export class UsageLimitNotFoundFault extends __BaseException {
|
|
1358
|
+
constructor(opts) {
|
|
1359
|
+
super({
|
|
1360
|
+
name: "UsageLimitNotFoundFault",
|
|
1361
|
+
$fault: "client",
|
|
1362
|
+
...opts,
|
|
1363
|
+
});
|
|
1364
|
+
this.name = "UsageLimitNotFoundFault";
|
|
1365
|
+
this.$fault = "client";
|
|
1366
|
+
Object.setPrototypeOf(this, UsageLimitNotFoundFault.prototype);
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1370
1369
|
export var SnapshotAttributeToSortBy;
|
|
1371
1370
|
(function (SnapshotAttributeToSortBy) {
|
|
1372
1371
|
SnapshotAttributeToSortBy["CREATE_TIME"] = "CREATE_TIME";
|
|
@@ -1378,177 +1377,527 @@ export var SortByOrder;
|
|
|
1378
1377
|
SortByOrder["ASCENDING"] = "ASC";
|
|
1379
1378
|
SortByOrder["DESCENDING"] = "DESC";
|
|
1380
1379
|
})(SortByOrder || (SortByOrder = {}));
|
|
1381
|
-
export
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
export
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
export
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
export
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
export
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
export
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
export
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
export
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
export
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
export
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
export
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
export
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
export
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
export
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
export
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
export
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
export
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
export
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
export
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
export
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
export
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
export
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
export
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
export
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
export
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
export
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
export
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
export
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
export
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
export
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
export
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
export
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
export
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
export
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
export
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
export
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
export
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
export
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
export
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
export
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
export
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
export
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
export
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
export
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
export
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
export
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
export
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
export
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
export
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
export
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
export
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
export
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
export
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
export
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
export
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
export
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
export
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
export
|
|
1553
|
-
|
|
1554
|
-
|
|
1380
|
+
export const AcceptReservedNodeExchangeInputMessageFilterSensitiveLog = (obj) => ({
|
|
1381
|
+
...obj,
|
|
1382
|
+
});
|
|
1383
|
+
export const RecurringChargeFilterSensitiveLog = (obj) => ({
|
|
1384
|
+
...obj,
|
|
1385
|
+
});
|
|
1386
|
+
export const ReservedNodeFilterSensitiveLog = (obj) => ({
|
|
1387
|
+
...obj,
|
|
1388
|
+
});
|
|
1389
|
+
export const AcceptReservedNodeExchangeOutputMessageFilterSensitiveLog = (obj) => ({
|
|
1390
|
+
...obj,
|
|
1391
|
+
});
|
|
1392
|
+
export const AttributeValueTargetFilterSensitiveLog = (obj) => ({
|
|
1393
|
+
...obj,
|
|
1394
|
+
});
|
|
1395
|
+
export const AccountAttributeFilterSensitiveLog = (obj) => ({
|
|
1396
|
+
...obj,
|
|
1397
|
+
});
|
|
1398
|
+
export const AccountAttributeListFilterSensitiveLog = (obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
});
|
|
1401
|
+
export const AccountWithRestoreAccessFilterSensitiveLog = (obj) => ({
|
|
1402
|
+
...obj,
|
|
1403
|
+
});
|
|
1404
|
+
export const PartnerIntegrationInputMessageFilterSensitiveLog = (obj) => ({
|
|
1405
|
+
...obj,
|
|
1406
|
+
});
|
|
1407
|
+
export const PartnerIntegrationOutputMessageFilterSensitiveLog = (obj) => ({
|
|
1408
|
+
...obj,
|
|
1409
|
+
});
|
|
1410
|
+
export const AquaConfigurationFilterSensitiveLog = (obj) => ({
|
|
1411
|
+
...obj,
|
|
1412
|
+
});
|
|
1413
|
+
export const AssociateDataShareConsumerMessageFilterSensitiveLog = (obj) => ({
|
|
1414
|
+
...obj,
|
|
1415
|
+
});
|
|
1416
|
+
export const DataShareAssociationFilterSensitiveLog = (obj) => ({
|
|
1417
|
+
...obj,
|
|
1418
|
+
});
|
|
1419
|
+
export const DataShareFilterSensitiveLog = (obj) => ({
|
|
1420
|
+
...obj,
|
|
1421
|
+
});
|
|
1422
|
+
export const ClusterAssociatedToScheduleFilterSensitiveLog = (obj) => ({
|
|
1423
|
+
...obj,
|
|
1424
|
+
});
|
|
1425
|
+
export const AuthenticationProfileFilterSensitiveLog = (obj) => ({
|
|
1426
|
+
...obj,
|
|
1427
|
+
});
|
|
1428
|
+
export const AuthorizeClusterSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
|
|
1429
|
+
...obj,
|
|
1430
|
+
});
|
|
1431
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
1432
|
+
...obj,
|
|
1433
|
+
});
|
|
1434
|
+
export const EC2SecurityGroupFilterSensitiveLog = (obj) => ({
|
|
1435
|
+
...obj,
|
|
1436
|
+
});
|
|
1437
|
+
export const IPRangeFilterSensitiveLog = (obj) => ({
|
|
1438
|
+
...obj,
|
|
1439
|
+
});
|
|
1440
|
+
export const ClusterSecurityGroupFilterSensitiveLog = (obj) => ({
|
|
1441
|
+
...obj,
|
|
1442
|
+
});
|
|
1443
|
+
export const AuthorizeClusterSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
|
|
1444
|
+
...obj,
|
|
1445
|
+
});
|
|
1446
|
+
export const AuthorizeDataShareMessageFilterSensitiveLog = (obj) => ({
|
|
1447
|
+
...obj,
|
|
1448
|
+
});
|
|
1449
|
+
export const AuthorizeEndpointAccessMessageFilterSensitiveLog = (obj) => ({
|
|
1450
|
+
...obj,
|
|
1451
|
+
});
|
|
1452
|
+
export const EndpointAuthorizationFilterSensitiveLog = (obj) => ({
|
|
1453
|
+
...obj,
|
|
1454
|
+
});
|
|
1455
|
+
export const AuthorizeSnapshotAccessMessageFilterSensitiveLog = (obj) => ({
|
|
1456
|
+
...obj,
|
|
1457
|
+
});
|
|
1458
|
+
export const SnapshotFilterSensitiveLog = (obj) => ({
|
|
1459
|
+
...obj,
|
|
1460
|
+
});
|
|
1461
|
+
export const AuthorizeSnapshotAccessResultFilterSensitiveLog = (obj) => ({
|
|
1462
|
+
...obj,
|
|
1463
|
+
});
|
|
1464
|
+
export const SupportedPlatformFilterSensitiveLog = (obj) => ({
|
|
1465
|
+
...obj,
|
|
1466
|
+
});
|
|
1467
|
+
export const AvailabilityZoneFilterSensitiveLog = (obj) => ({
|
|
1468
|
+
...obj,
|
|
1469
|
+
});
|
|
1470
|
+
export const DeleteClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1471
|
+
...obj,
|
|
1472
|
+
});
|
|
1473
|
+
export const BatchDeleteClusterSnapshotsRequestFilterSensitiveLog = (obj) => ({
|
|
1474
|
+
...obj,
|
|
1475
|
+
});
|
|
1476
|
+
export const SnapshotErrorMessageFilterSensitiveLog = (obj) => ({
|
|
1477
|
+
...obj,
|
|
1478
|
+
});
|
|
1479
|
+
export const BatchDeleteClusterSnapshotsResultFilterSensitiveLog = (obj) => ({
|
|
1480
|
+
...obj,
|
|
1481
|
+
});
|
|
1482
|
+
export const BatchModifyClusterSnapshotsMessageFilterSensitiveLog = (obj) => ({
|
|
1483
|
+
...obj,
|
|
1484
|
+
});
|
|
1485
|
+
export const BatchModifyClusterSnapshotsOutputMessageFilterSensitiveLog = (obj) => ({
|
|
1486
|
+
...obj,
|
|
1487
|
+
});
|
|
1488
|
+
export const CancelResizeMessageFilterSensitiveLog = (obj) => ({
|
|
1489
|
+
...obj,
|
|
1490
|
+
});
|
|
1491
|
+
export const ResizeProgressMessageFilterSensitiveLog = (obj) => ({
|
|
1492
|
+
...obj,
|
|
1493
|
+
});
|
|
1494
|
+
export const ClusterNodeFilterSensitiveLog = (obj) => ({
|
|
1495
|
+
...obj,
|
|
1496
|
+
});
|
|
1497
|
+
export const ClusterParameterStatusFilterSensitiveLog = (obj) => ({
|
|
1498
|
+
...obj,
|
|
1499
|
+
});
|
|
1500
|
+
export const ClusterParameterGroupStatusFilterSensitiveLog = (obj) => ({
|
|
1501
|
+
...obj,
|
|
1502
|
+
});
|
|
1503
|
+
export const ClusterSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1504
|
+
...obj,
|
|
1505
|
+
});
|
|
1506
|
+
export const ClusterSnapshotCopyStatusFilterSensitiveLog = (obj) => ({
|
|
1507
|
+
...obj,
|
|
1508
|
+
});
|
|
1509
|
+
export const DataTransferProgressFilterSensitiveLog = (obj) => ({
|
|
1510
|
+
...obj,
|
|
1511
|
+
});
|
|
1512
|
+
export const DeferredMaintenanceWindowFilterSensitiveLog = (obj) => ({
|
|
1513
|
+
...obj,
|
|
1514
|
+
});
|
|
1515
|
+
export const ElasticIpStatusFilterSensitiveLog = (obj) => ({
|
|
1516
|
+
...obj,
|
|
1517
|
+
});
|
|
1518
|
+
export const NetworkInterfaceFilterSensitiveLog = (obj) => ({
|
|
1519
|
+
...obj,
|
|
1520
|
+
});
|
|
1521
|
+
export const VpcEndpointFilterSensitiveLog = (obj) => ({
|
|
1522
|
+
...obj,
|
|
1523
|
+
});
|
|
1524
|
+
export const EndpointFilterSensitiveLog = (obj) => ({
|
|
1525
|
+
...obj,
|
|
1526
|
+
});
|
|
1527
|
+
export const HsmStatusFilterSensitiveLog = (obj) => ({
|
|
1528
|
+
...obj,
|
|
1529
|
+
});
|
|
1530
|
+
export const ClusterIamRoleFilterSensitiveLog = (obj) => ({
|
|
1531
|
+
...obj,
|
|
1532
|
+
});
|
|
1533
|
+
export const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
|
|
1534
|
+
...obj,
|
|
1535
|
+
});
|
|
1536
|
+
export const ReservedNodeExchangeStatusFilterSensitiveLog = (obj) => ({
|
|
1537
|
+
...obj,
|
|
1538
|
+
});
|
|
1539
|
+
export const ResizeInfoFilterSensitiveLog = (obj) => ({
|
|
1540
|
+
...obj,
|
|
1541
|
+
});
|
|
1542
|
+
export const RestoreStatusFilterSensitiveLog = (obj) => ({
|
|
1543
|
+
...obj,
|
|
1544
|
+
});
|
|
1545
|
+
export const VpcSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
1546
|
+
...obj,
|
|
1547
|
+
});
|
|
1548
|
+
export const ClusterFilterSensitiveLog = (obj) => ({
|
|
1549
|
+
...obj,
|
|
1550
|
+
});
|
|
1551
|
+
export const ClusterCredentialsFilterSensitiveLog = (obj) => ({
|
|
1552
|
+
...obj,
|
|
1553
|
+
...(obj.DbPassword && { DbPassword: SENSITIVE_STRING }),
|
|
1554
|
+
});
|
|
1555
|
+
export const RevisionTargetFilterSensitiveLog = (obj) => ({
|
|
1556
|
+
...obj,
|
|
1557
|
+
});
|
|
1558
|
+
export const ClusterDbRevisionFilterSensitiveLog = (obj) => ({
|
|
1559
|
+
...obj,
|
|
1560
|
+
});
|
|
1561
|
+
export const ClusterDbRevisionsMessageFilterSensitiveLog = (obj) => ({
|
|
1562
|
+
...obj,
|
|
1563
|
+
});
|
|
1564
|
+
export const ClusterExtendedCredentialsFilterSensitiveLog = (obj) => ({
|
|
1565
|
+
...obj,
|
|
1566
|
+
...(obj.DbPassword && { DbPassword: SENSITIVE_STRING }),
|
|
1567
|
+
});
|
|
1568
|
+
export const ClusterParameterGroupFilterSensitiveLog = (obj) => ({
|
|
1569
|
+
...obj,
|
|
1570
|
+
});
|
|
1571
|
+
export const ParameterFilterSensitiveLog = (obj) => ({
|
|
1572
|
+
...obj,
|
|
1573
|
+
});
|
|
1574
|
+
export const ClusterParameterGroupDetailsFilterSensitiveLog = (obj) => ({
|
|
1575
|
+
...obj,
|
|
1576
|
+
});
|
|
1577
|
+
export const ClusterParameterGroupNameMessageFilterSensitiveLog = (obj) => ({
|
|
1578
|
+
...obj,
|
|
1579
|
+
});
|
|
1580
|
+
export const ClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1581
|
+
...obj,
|
|
1582
|
+
});
|
|
1583
|
+
export const ClusterSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1584
|
+
...obj,
|
|
1585
|
+
});
|
|
1586
|
+
export const ClustersMessageFilterSensitiveLog = (obj) => ({
|
|
1587
|
+
...obj,
|
|
1588
|
+
});
|
|
1589
|
+
export const SubnetFilterSensitiveLog = (obj) => ({
|
|
1590
|
+
...obj,
|
|
1591
|
+
});
|
|
1592
|
+
export const ClusterSubnetGroupFilterSensitiveLog = (obj) => ({
|
|
1593
|
+
...obj,
|
|
1594
|
+
});
|
|
1595
|
+
export const ClusterSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1596
|
+
...obj,
|
|
1597
|
+
});
|
|
1598
|
+
export const ClusterVersionFilterSensitiveLog = (obj) => ({
|
|
1599
|
+
...obj,
|
|
1600
|
+
});
|
|
1601
|
+
export const ClusterVersionsMessageFilterSensitiveLog = (obj) => ({
|
|
1602
|
+
...obj,
|
|
1603
|
+
});
|
|
1604
|
+
export const CopyClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1605
|
+
...obj,
|
|
1606
|
+
});
|
|
1607
|
+
export const CopyClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1608
|
+
...obj,
|
|
1609
|
+
});
|
|
1610
|
+
export const CreateAuthenticationProfileMessageFilterSensitiveLog = (obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
});
|
|
1613
|
+
export const CreateAuthenticationProfileResultFilterSensitiveLog = (obj) => ({
|
|
1614
|
+
...obj,
|
|
1615
|
+
});
|
|
1616
|
+
export const CreateClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1617
|
+
...obj,
|
|
1618
|
+
});
|
|
1619
|
+
export const CreateClusterResultFilterSensitiveLog = (obj) => ({
|
|
1620
|
+
...obj,
|
|
1621
|
+
});
|
|
1622
|
+
export const CreateClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1623
|
+
...obj,
|
|
1624
|
+
});
|
|
1625
|
+
export const CreateClusterParameterGroupResultFilterSensitiveLog = (obj) => ({
|
|
1626
|
+
...obj,
|
|
1627
|
+
});
|
|
1628
|
+
export const CreateClusterSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
});
|
|
1631
|
+
export const CreateClusterSecurityGroupResultFilterSensitiveLog = (obj) => ({
|
|
1632
|
+
...obj,
|
|
1633
|
+
});
|
|
1634
|
+
export const CreateClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1635
|
+
...obj,
|
|
1636
|
+
});
|
|
1637
|
+
export const CreateClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1638
|
+
...obj,
|
|
1639
|
+
});
|
|
1640
|
+
export const CreateClusterSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1641
|
+
...obj,
|
|
1642
|
+
});
|
|
1643
|
+
export const CreateClusterSubnetGroupResultFilterSensitiveLog = (obj) => ({
|
|
1644
|
+
...obj,
|
|
1645
|
+
});
|
|
1646
|
+
export const CreateEndpointAccessMessageFilterSensitiveLog = (obj) => ({
|
|
1647
|
+
...obj,
|
|
1648
|
+
});
|
|
1649
|
+
export const EndpointAccessFilterSensitiveLog = (obj) => ({
|
|
1650
|
+
...obj,
|
|
1651
|
+
});
|
|
1652
|
+
export const CreateEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
1653
|
+
...obj,
|
|
1654
|
+
});
|
|
1655
|
+
export const EventSubscriptionFilterSensitiveLog = (obj) => ({
|
|
1656
|
+
...obj,
|
|
1657
|
+
});
|
|
1658
|
+
export const CreateEventSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
1659
|
+
...obj,
|
|
1660
|
+
});
|
|
1661
|
+
export const CreateHsmClientCertificateMessageFilterSensitiveLog = (obj) => ({
|
|
1662
|
+
...obj,
|
|
1663
|
+
});
|
|
1664
|
+
export const HsmClientCertificateFilterSensitiveLog = (obj) => ({
|
|
1665
|
+
...obj,
|
|
1666
|
+
});
|
|
1667
|
+
export const CreateHsmClientCertificateResultFilterSensitiveLog = (obj) => ({
|
|
1668
|
+
...obj,
|
|
1669
|
+
});
|
|
1670
|
+
export const CreateHsmConfigurationMessageFilterSensitiveLog = (obj) => ({
|
|
1671
|
+
...obj,
|
|
1672
|
+
});
|
|
1673
|
+
export const HsmConfigurationFilterSensitiveLog = (obj) => ({
|
|
1674
|
+
...obj,
|
|
1675
|
+
});
|
|
1676
|
+
export const CreateHsmConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
1677
|
+
...obj,
|
|
1678
|
+
});
|
|
1679
|
+
export const PauseClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1680
|
+
...obj,
|
|
1681
|
+
});
|
|
1682
|
+
export const ResizeClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1683
|
+
...obj,
|
|
1684
|
+
});
|
|
1685
|
+
export const ResumeClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1686
|
+
...obj,
|
|
1687
|
+
});
|
|
1688
|
+
export const ScheduledActionTypeFilterSensitiveLog = (obj) => ({
|
|
1689
|
+
...obj,
|
|
1690
|
+
});
|
|
1691
|
+
export const CreateScheduledActionMessageFilterSensitiveLog = (obj) => ({
|
|
1692
|
+
...obj,
|
|
1693
|
+
});
|
|
1694
|
+
export const ScheduledActionFilterSensitiveLog = (obj) => ({
|
|
1695
|
+
...obj,
|
|
1696
|
+
});
|
|
1697
|
+
export const CreateSnapshotCopyGrantMessageFilterSensitiveLog = (obj) => ({
|
|
1698
|
+
...obj,
|
|
1699
|
+
});
|
|
1700
|
+
export const SnapshotCopyGrantFilterSensitiveLog = (obj) => ({
|
|
1701
|
+
...obj,
|
|
1702
|
+
});
|
|
1703
|
+
export const CreateSnapshotCopyGrantResultFilterSensitiveLog = (obj) => ({
|
|
1704
|
+
...obj,
|
|
1705
|
+
});
|
|
1706
|
+
export const CreateSnapshotScheduleMessageFilterSensitiveLog = (obj) => ({
|
|
1707
|
+
...obj,
|
|
1708
|
+
});
|
|
1709
|
+
export const SnapshotScheduleFilterSensitiveLog = (obj) => ({
|
|
1710
|
+
...obj,
|
|
1711
|
+
});
|
|
1712
|
+
export const CreateTagsMessageFilterSensitiveLog = (obj) => ({
|
|
1713
|
+
...obj,
|
|
1714
|
+
});
|
|
1715
|
+
export const CreateUsageLimitMessageFilterSensitiveLog = (obj) => ({
|
|
1716
|
+
...obj,
|
|
1717
|
+
});
|
|
1718
|
+
export const UsageLimitFilterSensitiveLog = (obj) => ({
|
|
1719
|
+
...obj,
|
|
1720
|
+
});
|
|
1721
|
+
export const CustomerStorageMessageFilterSensitiveLog = (obj) => ({
|
|
1722
|
+
...obj,
|
|
1723
|
+
});
|
|
1724
|
+
export const DeauthorizeDataShareMessageFilterSensitiveLog = (obj) => ({
|
|
1725
|
+
...obj,
|
|
1726
|
+
});
|
|
1727
|
+
export const DefaultClusterParametersFilterSensitiveLog = (obj) => ({
|
|
1728
|
+
...obj,
|
|
1729
|
+
});
|
|
1730
|
+
export const DeleteAuthenticationProfileMessageFilterSensitiveLog = (obj) => ({
|
|
1731
|
+
...obj,
|
|
1732
|
+
});
|
|
1733
|
+
export const DeleteAuthenticationProfileResultFilterSensitiveLog = (obj) => ({
|
|
1734
|
+
...obj,
|
|
1735
|
+
});
|
|
1736
|
+
export const DeleteClusterMessageFilterSensitiveLog = (obj) => ({
|
|
1737
|
+
...obj,
|
|
1738
|
+
});
|
|
1739
|
+
export const DeleteClusterResultFilterSensitiveLog = (obj) => ({
|
|
1740
|
+
...obj,
|
|
1741
|
+
});
|
|
1742
|
+
export const DeleteClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1743
|
+
...obj,
|
|
1744
|
+
});
|
|
1745
|
+
export const DeleteClusterSecurityGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1746
|
+
...obj,
|
|
1747
|
+
});
|
|
1748
|
+
export const DeleteClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
1749
|
+
...obj,
|
|
1750
|
+
});
|
|
1751
|
+
export const DeleteClusterSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
1752
|
+
...obj,
|
|
1753
|
+
});
|
|
1754
|
+
export const DeleteEndpointAccessMessageFilterSensitiveLog = (obj) => ({
|
|
1755
|
+
...obj,
|
|
1756
|
+
});
|
|
1757
|
+
export const DeleteEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
1758
|
+
...obj,
|
|
1759
|
+
});
|
|
1760
|
+
export const DeleteHsmClientCertificateMessageFilterSensitiveLog = (obj) => ({
|
|
1761
|
+
...obj,
|
|
1762
|
+
});
|
|
1763
|
+
export const DeleteHsmConfigurationMessageFilterSensitiveLog = (obj) => ({
|
|
1764
|
+
...obj,
|
|
1765
|
+
});
|
|
1766
|
+
export const DeleteScheduledActionMessageFilterSensitiveLog = (obj) => ({
|
|
1767
|
+
...obj,
|
|
1768
|
+
});
|
|
1769
|
+
export const DeleteSnapshotCopyGrantMessageFilterSensitiveLog = (obj) => ({
|
|
1770
|
+
...obj,
|
|
1771
|
+
});
|
|
1772
|
+
export const DeleteSnapshotScheduleMessageFilterSensitiveLog = (obj) => ({
|
|
1773
|
+
...obj,
|
|
1774
|
+
});
|
|
1775
|
+
export const DeleteTagsMessageFilterSensitiveLog = (obj) => ({
|
|
1776
|
+
...obj,
|
|
1777
|
+
});
|
|
1778
|
+
export const DeleteUsageLimitMessageFilterSensitiveLog = (obj) => ({
|
|
1779
|
+
...obj,
|
|
1780
|
+
});
|
|
1781
|
+
export const DescribeAccountAttributesMessageFilterSensitiveLog = (obj) => ({
|
|
1782
|
+
...obj,
|
|
1783
|
+
});
|
|
1784
|
+
export const DescribeAuthenticationProfilesMessageFilterSensitiveLog = (obj) => ({
|
|
1785
|
+
...obj,
|
|
1786
|
+
});
|
|
1787
|
+
export const DescribeAuthenticationProfilesResultFilterSensitiveLog = (obj) => ({
|
|
1788
|
+
...obj,
|
|
1789
|
+
});
|
|
1790
|
+
export const DescribeClusterDbRevisionsMessageFilterSensitiveLog = (obj) => ({
|
|
1791
|
+
...obj,
|
|
1792
|
+
});
|
|
1793
|
+
export const DescribeClusterParameterGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1794
|
+
...obj,
|
|
1795
|
+
});
|
|
1796
|
+
export const DescribeClusterParametersMessageFilterSensitiveLog = (obj) => ({
|
|
1797
|
+
...obj,
|
|
1798
|
+
});
|
|
1799
|
+
export const DescribeClustersMessageFilterSensitiveLog = (obj) => ({
|
|
1800
|
+
...obj,
|
|
1801
|
+
});
|
|
1802
|
+
export const DescribeClusterSecurityGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1803
|
+
...obj,
|
|
1804
|
+
});
|
|
1805
|
+
export const SnapshotSortingEntityFilterSensitiveLog = (obj) => ({
|
|
1806
|
+
...obj,
|
|
1807
|
+
});
|
|
1808
|
+
export const DescribeClusterSnapshotsMessageFilterSensitiveLog = (obj) => ({
|
|
1809
|
+
...obj,
|
|
1810
|
+
});
|
|
1811
|
+
export const SnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
1812
|
+
...obj,
|
|
1813
|
+
});
|
|
1814
|
+
export const DescribeClusterSubnetGroupsMessageFilterSensitiveLog = (obj) => ({
|
|
1815
|
+
...obj,
|
|
1816
|
+
});
|
|
1817
|
+
export const DescribeClusterTracksMessageFilterSensitiveLog = (obj) => ({
|
|
1818
|
+
...obj,
|
|
1819
|
+
});
|
|
1820
|
+
export const SupportedOperationFilterSensitiveLog = (obj) => ({
|
|
1821
|
+
...obj,
|
|
1822
|
+
});
|
|
1823
|
+
export const UpdateTargetFilterSensitiveLog = (obj) => ({
|
|
1824
|
+
...obj,
|
|
1825
|
+
});
|
|
1826
|
+
export const MaintenanceTrackFilterSensitiveLog = (obj) => ({
|
|
1827
|
+
...obj,
|
|
1828
|
+
});
|
|
1829
|
+
export const TrackListMessageFilterSensitiveLog = (obj) => ({
|
|
1830
|
+
...obj,
|
|
1831
|
+
});
|
|
1832
|
+
export const DescribeClusterVersionsMessageFilterSensitiveLog = (obj) => ({
|
|
1833
|
+
...obj,
|
|
1834
|
+
});
|
|
1835
|
+
export const DescribeDataSharesMessageFilterSensitiveLog = (obj) => ({
|
|
1836
|
+
...obj,
|
|
1837
|
+
});
|
|
1838
|
+
export const DescribeDataSharesResultFilterSensitiveLog = (obj) => ({
|
|
1839
|
+
...obj,
|
|
1840
|
+
});
|
|
1841
|
+
export const DescribeDataSharesForConsumerMessageFilterSensitiveLog = (obj) => ({
|
|
1842
|
+
...obj,
|
|
1843
|
+
});
|
|
1844
|
+
export const DescribeDataSharesForConsumerResultFilterSensitiveLog = (obj) => ({
|
|
1845
|
+
...obj,
|
|
1846
|
+
});
|
|
1847
|
+
export const DescribeDataSharesForProducerMessageFilterSensitiveLog = (obj) => ({
|
|
1848
|
+
...obj,
|
|
1849
|
+
});
|
|
1850
|
+
export const DescribeDataSharesForProducerResultFilterSensitiveLog = (obj) => ({
|
|
1851
|
+
...obj,
|
|
1852
|
+
});
|
|
1853
|
+
export const DescribeDefaultClusterParametersMessageFilterSensitiveLog = (obj) => ({
|
|
1854
|
+
...obj,
|
|
1855
|
+
});
|
|
1856
|
+
export const DescribeDefaultClusterParametersResultFilterSensitiveLog = (obj) => ({
|
|
1857
|
+
...obj,
|
|
1858
|
+
});
|
|
1859
|
+
export const DescribeEndpointAccessMessageFilterSensitiveLog = (obj) => ({
|
|
1860
|
+
...obj,
|
|
1861
|
+
});
|
|
1862
|
+
export const EndpointAccessListFilterSensitiveLog = (obj) => ({
|
|
1863
|
+
...obj,
|
|
1864
|
+
});
|
|
1865
|
+
export const DescribeEndpointAuthorizationMessageFilterSensitiveLog = (obj) => ({
|
|
1866
|
+
...obj,
|
|
1867
|
+
});
|
|
1868
|
+
export const EndpointAuthorizationListFilterSensitiveLog = (obj) => ({
|
|
1869
|
+
...obj,
|
|
1870
|
+
});
|
|
1871
|
+
export const DescribeEventCategoriesMessageFilterSensitiveLog = (obj) => ({
|
|
1872
|
+
...obj,
|
|
1873
|
+
});
|
|
1874
|
+
export const EventInfoMapFilterSensitiveLog = (obj) => ({
|
|
1875
|
+
...obj,
|
|
1876
|
+
});
|
|
1877
|
+
export const EventCategoriesMapFilterSensitiveLog = (obj) => ({
|
|
1878
|
+
...obj,
|
|
1879
|
+
});
|
|
1880
|
+
export const EventCategoriesMessageFilterSensitiveLog = (obj) => ({
|
|
1881
|
+
...obj,
|
|
1882
|
+
});
|
|
1883
|
+
export const DescribeEventsMessageFilterSensitiveLog = (obj) => ({
|
|
1884
|
+
...obj,
|
|
1885
|
+
});
|
|
1886
|
+
export const EventFilterSensitiveLog = (obj) => ({
|
|
1887
|
+
...obj,
|
|
1888
|
+
});
|
|
1889
|
+
export const EventsMessageFilterSensitiveLog = (obj) => ({
|
|
1890
|
+
...obj,
|
|
1891
|
+
});
|
|
1892
|
+
export const DescribeEventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
|
|
1893
|
+
...obj,
|
|
1894
|
+
});
|
|
1895
|
+
export const EventSubscriptionsMessageFilterSensitiveLog = (obj) => ({
|
|
1896
|
+
...obj,
|
|
1897
|
+
});
|
|
1898
|
+
export const DescribeHsmClientCertificatesMessageFilterSensitiveLog = (obj) => ({
|
|
1899
|
+
...obj,
|
|
1900
|
+
});
|
|
1901
|
+
export const HsmClientCertificateMessageFilterSensitiveLog = (obj) => ({
|
|
1902
|
+
...obj,
|
|
1903
|
+
});
|