@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,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
|
|
2
3
|
export var LogDestinationType;
|
|
3
4
|
(function (LogDestinationType) {
|
|
@@ -33,18 +34,18 @@ export var PartnerIntegrationStatus;
|
|
|
33
34
|
PartnerIntegrationStatus["Inactive"] = "Inactive";
|
|
34
35
|
PartnerIntegrationStatus["RuntimeFailure"] = "RuntimeFailure";
|
|
35
36
|
})(PartnerIntegrationStatus || (PartnerIntegrationStatus = {}));
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
this.$fault = "client";
|
|
45
|
-
Object.setPrototypeOf(this, ReservedNodeExchangeNotFoundFault.prototype);
|
|
37
|
+
var ReservedNodeExchangeNotFoundFault = (function (_super) {
|
|
38
|
+
__extends(ReservedNodeExchangeNotFoundFault, _super);
|
|
39
|
+
function ReservedNodeExchangeNotFoundFault(opts) {
|
|
40
|
+
var _this = _super.call(this, __assign({ name: "ReservedNodeExchangeNotFoundFault", $fault: "client" }, opts)) || this;
|
|
41
|
+
_this.name = "ReservedNodeExchangeNotFoundFault";
|
|
42
|
+
_this.$fault = "client";
|
|
43
|
+
Object.setPrototypeOf(_this, ReservedNodeExchangeNotFoundFault.prototype);
|
|
44
|
+
return _this;
|
|
46
45
|
}
|
|
47
|
-
|
|
46
|
+
return ReservedNodeExchangeNotFoundFault;
|
|
47
|
+
}(__BaseException));
|
|
48
|
+
export { ReservedNodeExchangeNotFoundFault };
|
|
48
49
|
export var ScheduledActionFilterName;
|
|
49
50
|
(function (ScheduledActionFilterName) {
|
|
50
51
|
ScheduledActionFilterName["CLUSTER_IDENTIFIER"] = "cluster-identifier";
|
|
@@ -56,518 +57,322 @@ export var ScheduledActionTypeValues;
|
|
|
56
57
|
ScheduledActionTypeValues["RESIZE_CLUSTER"] = "ResizeCluster";
|
|
57
58
|
ScheduledActionTypeValues["RESUME_CLUSTER"] = "ResumeCluster";
|
|
58
59
|
})(ScheduledActionTypeValues || (ScheduledActionTypeValues = {}));
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
this.$fault = "client";
|
|
68
|
-
Object.setPrototypeOf(this, TableRestoreNotFoundFault.prototype);
|
|
60
|
+
var TableRestoreNotFoundFault = (function (_super) {
|
|
61
|
+
__extends(TableRestoreNotFoundFault, _super);
|
|
62
|
+
function TableRestoreNotFoundFault(opts) {
|
|
63
|
+
var _this = _super.call(this, __assign({ name: "TableRestoreNotFoundFault", $fault: "client" }, opts)) || this;
|
|
64
|
+
_this.name = "TableRestoreNotFoundFault";
|
|
65
|
+
_this.$fault = "client";
|
|
66
|
+
Object.setPrototypeOf(_this, TableRestoreNotFoundFault.prototype);
|
|
67
|
+
return _this;
|
|
69
68
|
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
69
|
+
return TableRestoreNotFoundFault;
|
|
70
|
+
}(__BaseException));
|
|
71
|
+
export { TableRestoreNotFoundFault };
|
|
72
|
+
var SnapshotCopyAlreadyDisabledFault = (function (_super) {
|
|
73
|
+
__extends(SnapshotCopyAlreadyDisabledFault, _super);
|
|
74
|
+
function SnapshotCopyAlreadyDisabledFault(opts) {
|
|
75
|
+
var _this = _super.call(this, __assign({ name: "SnapshotCopyAlreadyDisabledFault", $fault: "client" }, opts)) || this;
|
|
76
|
+
_this.name = "SnapshotCopyAlreadyDisabledFault";
|
|
77
|
+
_this.$fault = "client";
|
|
78
|
+
Object.setPrototypeOf(_this, SnapshotCopyAlreadyDisabledFault.prototype);
|
|
79
|
+
return _this;
|
|
81
80
|
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
81
|
+
return SnapshotCopyAlreadyDisabledFault;
|
|
82
|
+
}(__BaseException));
|
|
83
|
+
export { SnapshotCopyAlreadyDisabledFault };
|
|
84
|
+
var InsufficientS3BucketPolicyFault = (function (_super) {
|
|
85
|
+
__extends(InsufficientS3BucketPolicyFault, _super);
|
|
86
|
+
function InsufficientS3BucketPolicyFault(opts) {
|
|
87
|
+
var _this = _super.call(this, __assign({ name: "InsufficientS3BucketPolicyFault", $fault: "client" }, opts)) || this;
|
|
88
|
+
_this.name = "InsufficientS3BucketPolicyFault";
|
|
89
|
+
_this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(_this, InsufficientS3BucketPolicyFault.prototype);
|
|
91
|
+
return _this;
|
|
93
92
|
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
93
|
+
return InsufficientS3BucketPolicyFault;
|
|
94
|
+
}(__BaseException));
|
|
95
|
+
export { InsufficientS3BucketPolicyFault };
|
|
96
|
+
var InvalidS3BucketNameFault = (function (_super) {
|
|
97
|
+
__extends(InvalidS3BucketNameFault, _super);
|
|
98
|
+
function InvalidS3BucketNameFault(opts) {
|
|
99
|
+
var _this = _super.call(this, __assign({ name: "InvalidS3BucketNameFault", $fault: "client" }, opts)) || this;
|
|
100
|
+
_this.name = "InvalidS3BucketNameFault";
|
|
101
|
+
_this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(_this, InvalidS3BucketNameFault.prototype);
|
|
103
|
+
return _this;
|
|
105
104
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
105
|
+
return InvalidS3BucketNameFault;
|
|
106
|
+
}(__BaseException));
|
|
107
|
+
export { InvalidS3BucketNameFault };
|
|
108
|
+
var InvalidS3KeyPrefixFault = (function (_super) {
|
|
109
|
+
__extends(InvalidS3KeyPrefixFault, _super);
|
|
110
|
+
function InvalidS3KeyPrefixFault(opts) {
|
|
111
|
+
var _this = _super.call(this, __assign({ name: "InvalidS3KeyPrefixFault", $fault: "client" }, opts)) || this;
|
|
112
|
+
_this.name = "InvalidS3KeyPrefixFault";
|
|
113
|
+
_this.$fault = "client";
|
|
114
|
+
Object.setPrototypeOf(_this, InvalidS3KeyPrefixFault.prototype);
|
|
115
|
+
return _this;
|
|
117
116
|
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
117
|
+
return InvalidS3KeyPrefixFault;
|
|
118
|
+
}(__BaseException));
|
|
119
|
+
export { InvalidS3KeyPrefixFault };
|
|
120
|
+
var IncompatibleOrderableOptions = (function (_super) {
|
|
121
|
+
__extends(IncompatibleOrderableOptions, _super);
|
|
122
|
+
function IncompatibleOrderableOptions(opts) {
|
|
123
|
+
var _this = _super.call(this, __assign({ name: "IncompatibleOrderableOptions", $fault: "client" }, opts)) || this;
|
|
124
|
+
_this.name = "IncompatibleOrderableOptions";
|
|
125
|
+
_this.$fault = "client";
|
|
126
|
+
Object.setPrototypeOf(_this, IncompatibleOrderableOptions.prototype);
|
|
127
|
+
return _this;
|
|
129
128
|
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
129
|
+
return IncompatibleOrderableOptions;
|
|
130
|
+
}(__BaseException));
|
|
131
|
+
export { IncompatibleOrderableOptions };
|
|
132
|
+
var SnapshotCopyAlreadyEnabledFault = (function (_super) {
|
|
133
|
+
__extends(SnapshotCopyAlreadyEnabledFault, _super);
|
|
134
|
+
function SnapshotCopyAlreadyEnabledFault(opts) {
|
|
135
|
+
var _this = _super.call(this, __assign({ name: "SnapshotCopyAlreadyEnabledFault", $fault: "client" }, opts)) || this;
|
|
136
|
+
_this.name = "SnapshotCopyAlreadyEnabledFault";
|
|
137
|
+
_this.$fault = "client";
|
|
138
|
+
Object.setPrototypeOf(_this, SnapshotCopyAlreadyEnabledFault.prototype);
|
|
139
|
+
return _this;
|
|
141
140
|
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
141
|
+
return SnapshotCopyAlreadyEnabledFault;
|
|
142
|
+
}(__BaseException));
|
|
143
|
+
export { SnapshotCopyAlreadyEnabledFault };
|
|
144
|
+
var UnknownSnapshotCopyRegionFault = (function (_super) {
|
|
145
|
+
__extends(UnknownSnapshotCopyRegionFault, _super);
|
|
146
|
+
function UnknownSnapshotCopyRegionFault(opts) {
|
|
147
|
+
var _this = _super.call(this, __assign({ name: "UnknownSnapshotCopyRegionFault", $fault: "client" }, opts)) || this;
|
|
148
|
+
_this.name = "UnknownSnapshotCopyRegionFault";
|
|
149
|
+
_this.$fault = "client";
|
|
150
|
+
Object.setPrototypeOf(_this, UnknownSnapshotCopyRegionFault.prototype);
|
|
151
|
+
return _this;
|
|
153
152
|
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
153
|
+
return UnknownSnapshotCopyRegionFault;
|
|
154
|
+
}(__BaseException));
|
|
155
|
+
export { UnknownSnapshotCopyRegionFault };
|
|
156
|
+
var EndpointAuthorizationNotFoundFault = (function (_super) {
|
|
157
|
+
__extends(EndpointAuthorizationNotFoundFault, _super);
|
|
158
|
+
function EndpointAuthorizationNotFoundFault(opts) {
|
|
159
|
+
var _this = _super.call(this, __assign({ name: "EndpointAuthorizationNotFoundFault", $fault: "client" }, opts)) || this;
|
|
160
|
+
_this.name = "EndpointAuthorizationNotFoundFault";
|
|
161
|
+
_this.$fault = "client";
|
|
162
|
+
Object.setPrototypeOf(_this, EndpointAuthorizationNotFoundFault.prototype);
|
|
163
|
+
return _this;
|
|
165
164
|
}
|
|
166
|
-
|
|
165
|
+
return EndpointAuthorizationNotFoundFault;
|
|
166
|
+
}(__BaseException));
|
|
167
|
+
export { EndpointAuthorizationNotFoundFault };
|
|
167
168
|
export var ReservedNodeExchangeActionType;
|
|
168
169
|
(function (ReservedNodeExchangeActionType) {
|
|
169
170
|
ReservedNodeExchangeActionType["RESIZE_CLUSTER"] = "resize-cluster";
|
|
170
171
|
ReservedNodeExchangeActionType["RESTORE_CLUSTER"] = "restore-cluster";
|
|
171
172
|
})(ReservedNodeExchangeActionType || (ReservedNodeExchangeActionType = {}));
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
this.$fault = "client";
|
|
181
|
-
Object.setPrototypeOf(this, InProgressTableRestoreQuotaExceededFault.prototype);
|
|
173
|
+
var InProgressTableRestoreQuotaExceededFault = (function (_super) {
|
|
174
|
+
__extends(InProgressTableRestoreQuotaExceededFault, _super);
|
|
175
|
+
function InProgressTableRestoreQuotaExceededFault(opts) {
|
|
176
|
+
var _this = _super.call(this, __assign({ name: "InProgressTableRestoreQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
177
|
+
_this.name = "InProgressTableRestoreQuotaExceededFault";
|
|
178
|
+
_this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(_this, InProgressTableRestoreQuotaExceededFault.prototype);
|
|
180
|
+
return _this;
|
|
182
181
|
}
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
182
|
+
return InProgressTableRestoreQuotaExceededFault;
|
|
183
|
+
}(__BaseException));
|
|
184
|
+
export { InProgressTableRestoreQuotaExceededFault };
|
|
185
|
+
var InvalidRestoreFault = (function (_super) {
|
|
186
|
+
__extends(InvalidRestoreFault, _super);
|
|
187
|
+
function InvalidRestoreFault(opts) {
|
|
188
|
+
var _this = _super.call(this, __assign({ name: "InvalidRestoreFault", $fault: "client" }, opts)) || this;
|
|
189
|
+
_this.name = "InvalidRestoreFault";
|
|
190
|
+
_this.$fault = "client";
|
|
191
|
+
Object.setPrototypeOf(_this, InvalidRestoreFault.prototype);
|
|
192
|
+
return _this;
|
|
194
193
|
}
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
194
|
+
return InvalidRestoreFault;
|
|
195
|
+
}(__BaseException));
|
|
196
|
+
export { InvalidRestoreFault };
|
|
197
|
+
var InvalidTableRestoreArgumentFault = (function (_super) {
|
|
198
|
+
__extends(InvalidTableRestoreArgumentFault, _super);
|
|
199
|
+
function InvalidTableRestoreArgumentFault(opts) {
|
|
200
|
+
var _this = _super.call(this, __assign({ name: "InvalidTableRestoreArgumentFault", $fault: "client" }, opts)) || this;
|
|
201
|
+
_this.name = "InvalidTableRestoreArgumentFault";
|
|
202
|
+
_this.$fault = "client";
|
|
203
|
+
Object.setPrototypeOf(_this, InvalidTableRestoreArgumentFault.prototype);
|
|
204
|
+
return _this;
|
|
206
205
|
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
206
|
+
return InvalidTableRestoreArgumentFault;
|
|
207
|
+
}(__BaseException));
|
|
208
|
+
export { InvalidTableRestoreArgumentFault };
|
|
209
|
+
var TableLimitExceededFault = (function (_super) {
|
|
210
|
+
__extends(TableLimitExceededFault, _super);
|
|
211
|
+
function TableLimitExceededFault(opts) {
|
|
212
|
+
var _this = _super.call(this, __assign({ name: "TableLimitExceededFault", $fault: "client" }, opts)) || this;
|
|
213
|
+
_this.name = "TableLimitExceededFault";
|
|
214
|
+
_this.$fault = "client";
|
|
215
|
+
Object.setPrototypeOf(_this, TableLimitExceededFault.prototype);
|
|
216
|
+
return _this;
|
|
218
217
|
}
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
218
|
+
return TableLimitExceededFault;
|
|
219
|
+
}(__BaseException));
|
|
220
|
+
export { TableLimitExceededFault };
|
|
221
|
+
var UnsupportedOptionFault = (function (_super) {
|
|
222
|
+
__extends(UnsupportedOptionFault, _super);
|
|
223
|
+
function UnsupportedOptionFault(opts) {
|
|
224
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedOptionFault", $fault: "client" }, opts)) || this;
|
|
225
|
+
_this.name = "UnsupportedOptionFault";
|
|
226
|
+
_this.$fault = "client";
|
|
227
|
+
Object.setPrototypeOf(_this, UnsupportedOptionFault.prototype);
|
|
228
|
+
return _this;
|
|
230
229
|
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
230
|
+
return UnsupportedOptionFault;
|
|
231
|
+
}(__BaseException));
|
|
232
|
+
export { UnsupportedOptionFault };
|
|
233
|
+
var SubnetAlreadyInUse = (function (_super) {
|
|
234
|
+
__extends(SubnetAlreadyInUse, _super);
|
|
235
|
+
function SubnetAlreadyInUse(opts) {
|
|
236
|
+
var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
|
|
237
|
+
_this.name = "SubnetAlreadyInUse";
|
|
238
|
+
_this.$fault = "client";
|
|
239
|
+
Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
|
|
240
|
+
return _this;
|
|
242
241
|
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
242
|
+
return SubnetAlreadyInUse;
|
|
243
|
+
}(__BaseException));
|
|
244
|
+
export { SubnetAlreadyInUse };
|
|
245
|
+
var SnapshotCopyDisabledFault = (function (_super) {
|
|
246
|
+
__extends(SnapshotCopyDisabledFault, _super);
|
|
247
|
+
function SnapshotCopyDisabledFault(opts) {
|
|
248
|
+
var _this = _super.call(this, __assign({ name: "SnapshotCopyDisabledFault", $fault: "client" }, opts)) || this;
|
|
249
|
+
_this.name = "SnapshotCopyDisabledFault";
|
|
250
|
+
_this.$fault = "client";
|
|
251
|
+
Object.setPrototypeOf(_this, SnapshotCopyDisabledFault.prototype);
|
|
252
|
+
return _this;
|
|
254
253
|
}
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
254
|
+
return SnapshotCopyDisabledFault;
|
|
255
|
+
}(__BaseException));
|
|
256
|
+
export { SnapshotCopyDisabledFault };
|
|
257
|
+
var SnapshotScheduleUpdateInProgressFault = (function (_super) {
|
|
258
|
+
__extends(SnapshotScheduleUpdateInProgressFault, _super);
|
|
259
|
+
function SnapshotScheduleUpdateInProgressFault(opts) {
|
|
260
|
+
var _this = _super.call(this, __assign({ name: "SnapshotScheduleUpdateInProgressFault", $fault: "client" }, opts)) || this;
|
|
261
|
+
_this.name = "SnapshotScheduleUpdateInProgressFault";
|
|
262
|
+
_this.$fault = "client";
|
|
263
|
+
Object.setPrototypeOf(_this, SnapshotScheduleUpdateInProgressFault.prototype);
|
|
264
|
+
return _this;
|
|
266
265
|
}
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
266
|
+
return SnapshotScheduleUpdateInProgressFault;
|
|
267
|
+
}(__BaseException));
|
|
268
|
+
export { SnapshotScheduleUpdateInProgressFault };
|
|
269
|
+
var ReservedNodeQuotaExceededFault = (function (_super) {
|
|
270
|
+
__extends(ReservedNodeQuotaExceededFault, _super);
|
|
271
|
+
function ReservedNodeQuotaExceededFault(opts) {
|
|
272
|
+
var _this = _super.call(this, __assign({ name: "ReservedNodeQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
273
|
+
_this.name = "ReservedNodeQuotaExceededFault";
|
|
274
|
+
_this.$fault = "client";
|
|
275
|
+
Object.setPrototypeOf(_this, ReservedNodeQuotaExceededFault.prototype);
|
|
276
|
+
return _this;
|
|
278
277
|
}
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
});
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
});
|
|
286
|
-
export
|
|
287
|
-
|
|
288
|
-
});
|
|
289
|
-
export
|
|
290
|
-
|
|
291
|
-
});
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
});
|
|
295
|
-
export
|
|
296
|
-
|
|
297
|
-
});
|
|
298
|
-
export
|
|
299
|
-
|
|
300
|
-
});
|
|
301
|
-
export
|
|
302
|
-
|
|
303
|
-
});
|
|
304
|
-
export
|
|
305
|
-
|
|
306
|
-
});
|
|
307
|
-
export
|
|
308
|
-
|
|
309
|
-
});
|
|
310
|
-
export
|
|
311
|
-
|
|
312
|
-
});
|
|
313
|
-
export
|
|
314
|
-
|
|
315
|
-
});
|
|
316
|
-
export
|
|
317
|
-
|
|
318
|
-
});
|
|
319
|
-
export
|
|
320
|
-
|
|
321
|
-
});
|
|
322
|
-
export
|
|
323
|
-
|
|
324
|
-
});
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
});
|
|
328
|
-
export
|
|
329
|
-
|
|
330
|
-
});
|
|
331
|
-
export
|
|
332
|
-
|
|
333
|
-
});
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
});
|
|
337
|
-
export
|
|
338
|
-
|
|
339
|
-
});
|
|
340
|
-
export
|
|
341
|
-
|
|
342
|
-
});
|
|
343
|
-
export
|
|
344
|
-
|
|
345
|
-
});
|
|
346
|
-
export
|
|
347
|
-
|
|
348
|
-
});
|
|
349
|
-
export
|
|
350
|
-
|
|
351
|
-
});
|
|
352
|
-
export
|
|
353
|
-
|
|
354
|
-
});
|
|
355
|
-
export
|
|
356
|
-
|
|
357
|
-
});
|
|
358
|
-
export
|
|
359
|
-
|
|
360
|
-
});
|
|
361
|
-
export
|
|
362
|
-
|
|
363
|
-
});
|
|
364
|
-
export
|
|
365
|
-
|
|
366
|
-
});
|
|
367
|
-
export
|
|
368
|
-
|
|
369
|
-
});
|
|
370
|
-
export
|
|
371
|
-
|
|
372
|
-
});
|
|
373
|
-
export
|
|
374
|
-
|
|
375
|
-
});
|
|
376
|
-
export
|
|
377
|
-
|
|
378
|
-
});
|
|
379
|
-
export
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const TaggedResourceListMessageFilterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
export const DescribeUsageLimitsMessageFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
export const UsageLimitListFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
export const DisableLoggingMessageFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const DisableSnapshotCopyMessageFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const DisableSnapshotCopyResultFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const DisassociateDataShareConsumerMessageFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
export const EnableLoggingMessageFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
export const EnableSnapshotCopyMessageFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
export const EnableSnapshotCopyResultFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
export const GetClusterCredentialsMessageFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
export const GetClusterCredentialsWithIAMMessageFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const GetReservedNodeExchangeConfigurationOptionsInputMessageFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const ReservedNodeConfigurationOptionFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
export const GetReservedNodeExchangeConfigurationOptionsOutputMessageFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const GetReservedNodeExchangeOfferingsInputMessageFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const GetReservedNodeExchangeOfferingsOutputMessageFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const ModifyAquaInputMessageFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const ModifyAquaOutputMessageFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const ModifyAuthenticationProfileMessageFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const ModifyAuthenticationProfileResultFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
export const ModifyClusterMessageFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
export const ModifyClusterResultFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
export const ModifyClusterDbRevisionMessageFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
export const ModifyClusterDbRevisionResultFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
export const ModifyClusterIamRolesMessageFilterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
export const ModifyClusterIamRolesResultFilterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
export const ModifyClusterMaintenanceMessageFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
export const ModifyClusterMaintenanceResultFilterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
export const ModifyClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
export const ModifyClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
export const ModifyClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
export const ModifyClusterSnapshotScheduleMessageFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
export const ModifyClusterSubnetGroupMessageFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const ModifyClusterSubnetGroupResultFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
export const ModifyEndpointAccessMessageFilterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
export const ModifyEventSubscriptionMessageFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
export const ModifyEventSubscriptionResultFilterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
export const ModifyScheduledActionMessageFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
export const ModifySnapshotCopyRetentionPeriodMessageFilterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
export const ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
export const ModifySnapshotScheduleMessageFilterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
export const ModifyUsageLimitMessageFilterSensitiveLog = (obj) => ({
|
|
509
|
-
...obj,
|
|
510
|
-
});
|
|
511
|
-
export const PauseClusterResultFilterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
export const PurchaseReservedNodeOfferingMessageFilterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
});
|
|
517
|
-
export const PurchaseReservedNodeOfferingResultFilterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
});
|
|
520
|
-
export const RebootClusterMessageFilterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
export const RebootClusterResultFilterSensitiveLog = (obj) => ({
|
|
524
|
-
...obj,
|
|
525
|
-
});
|
|
526
|
-
export const RejectDataShareMessageFilterSensitiveLog = (obj) => ({
|
|
527
|
-
...obj,
|
|
528
|
-
});
|
|
529
|
-
export const ResetClusterParameterGroupMessageFilterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
export const ResizeClusterResultFilterSensitiveLog = (obj) => ({
|
|
533
|
-
...obj,
|
|
534
|
-
});
|
|
535
|
-
export const RestoreFromClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
536
|
-
...obj,
|
|
537
|
-
});
|
|
538
|
-
export const RestoreFromClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
539
|
-
...obj,
|
|
540
|
-
});
|
|
541
|
-
export const RestoreTableFromClusterSnapshotMessageFilterSensitiveLog = (obj) => ({
|
|
542
|
-
...obj,
|
|
543
|
-
});
|
|
544
|
-
export const RestoreTableFromClusterSnapshotResultFilterSensitiveLog = (obj) => ({
|
|
545
|
-
...obj,
|
|
546
|
-
});
|
|
547
|
-
export const ResumeClusterResultFilterSensitiveLog = (obj) => ({
|
|
548
|
-
...obj,
|
|
549
|
-
});
|
|
550
|
-
export const RevokeClusterSecurityGroupIngressMessageFilterSensitiveLog = (obj) => ({
|
|
551
|
-
...obj,
|
|
552
|
-
});
|
|
553
|
-
export const RevokeClusterSecurityGroupIngressResultFilterSensitiveLog = (obj) => ({
|
|
554
|
-
...obj,
|
|
555
|
-
});
|
|
556
|
-
export const RevokeEndpointAccessMessageFilterSensitiveLog = (obj) => ({
|
|
557
|
-
...obj,
|
|
558
|
-
});
|
|
559
|
-
export const RevokeSnapshotAccessMessageFilterSensitiveLog = (obj) => ({
|
|
560
|
-
...obj,
|
|
561
|
-
});
|
|
562
|
-
export const RevokeSnapshotAccessResultFilterSensitiveLog = (obj) => ({
|
|
563
|
-
...obj,
|
|
564
|
-
});
|
|
565
|
-
export const RotateEncryptionKeyMessageFilterSensitiveLog = (obj) => ({
|
|
566
|
-
...obj,
|
|
567
|
-
});
|
|
568
|
-
export const RotateEncryptionKeyResultFilterSensitiveLog = (obj) => ({
|
|
569
|
-
...obj,
|
|
570
|
-
});
|
|
571
|
-
export const UpdatePartnerStatusInputMessageFilterSensitiveLog = (obj) => ({
|
|
572
|
-
...obj,
|
|
573
|
-
});
|
|
278
|
+
return ReservedNodeQuotaExceededFault;
|
|
279
|
+
}(__BaseException));
|
|
280
|
+
export { ReservedNodeQuotaExceededFault };
|
|
281
|
+
export var DescribeHsmConfigurationsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var HsmConfigurationMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DescribeLoggingStatusMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var LoggingStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var NodeConfigurationOptionsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var DescribeNodeConfigurationOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var NodeConfigurationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var NodeConfigurationOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var DescribeOrderableClusterOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var OrderableClusterOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var OrderableClusterOptionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var DescribePartnersInputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var PartnerIntegrationInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var DescribePartnersOutputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var DescribeReservedNodeExchangeStatusInputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var DescribeReservedNodeExchangeStatusOutputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var DescribeReservedNodeOfferingsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var ReservedNodeOfferingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var ReservedNodeOfferingsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var DescribeReservedNodesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var ReservedNodesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var DescribeResizeMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var ScheduledActionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var DescribeScheduledActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var ScheduledActionsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var DescribeSnapshotCopyGrantsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var SnapshotCopyGrantMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var DescribeSnapshotSchedulesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var DescribeSnapshotSchedulesOutputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var DescribeTableRestoreStatusMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var TableRestoreStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var TableRestoreStatusMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var DescribeTagsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var TaggedResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var TaggedResourceListMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var DescribeUsageLimitsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var UsageLimitListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var DisableLoggingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var DisableSnapshotCopyMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var DisableSnapshotCopyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var DisassociateDataShareConsumerMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var EnableLoggingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var EnableSnapshotCopyMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var EnableSnapshotCopyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var GetClusterCredentialsMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var GetClusterCredentialsWithIAMMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var GetReservedNodeExchangeConfigurationOptionsInputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var ReservedNodeConfigurationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var GetReservedNodeExchangeConfigurationOptionsOutputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var GetReservedNodeExchangeOfferingsInputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var GetReservedNodeExchangeOfferingsOutputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var ModifyAquaInputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var ModifyAquaOutputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var ModifyAuthenticationProfileMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var ModifyAuthenticationProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var ModifyClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var ModifyClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var ModifyClusterDbRevisionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var ModifyClusterDbRevisionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var ModifyClusterIamRolesMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var ModifyClusterIamRolesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var ModifyClusterMaintenanceMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var ModifyClusterMaintenanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var ModifyClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var ModifyClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var ModifyClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var ModifyClusterSnapshotScheduleMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var ModifyClusterSubnetGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var ModifyClusterSubnetGroupResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var ModifyEndpointAccessMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var ModifyEventSubscriptionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var ModifyEventSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var ModifyScheduledActionMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var ModifySnapshotCopyRetentionPeriodMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var ModifySnapshotScheduleMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var ModifyUsageLimitMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var PauseClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var PurchaseReservedNodeOfferingMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var PurchaseReservedNodeOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var RebootClusterMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var RebootClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var RejectDataShareMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var ResetClusterParameterGroupMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var ResizeClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var RestoreFromClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var RestoreFromClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var RestoreTableFromClusterSnapshotMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var RestoreTableFromClusterSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var ResumeClusterResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var RevokeClusterSecurityGroupIngressMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var RevokeClusterSecurityGroupIngressResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var RevokeEndpointAccessMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var RevokeSnapshotAccessMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var RevokeSnapshotAccessResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var RotateEncryptionKeyMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var RotateEncryptionKeyResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var UpdatePartnerStatusInputMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|