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