@aws-sdk/client-route-53 3.490.0 → 3.496.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Route53.js +1 -151
- package/dist-cjs/Route53Client.js +1 -56
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -43
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -31
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -28
- package/dist-cjs/commands/CreateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/CreateHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -30
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetAccountLimitCommand.js +1 -28
- package/dist-cjs/commands/GetChangeCommand.js +1 -30
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -28
- package/dist-cjs/commands/GetDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetGeoLocationCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -30
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -28
- package/dist-cjs/commands/ListCidrBlocksCommand.js +1 -28
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -28
- package/dist-cjs/commands/ListCidrLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListGeoLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListHealthChecksCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -30
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesCommand.js +1 -30
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -30
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -30
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -30
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -30
- package/dist-cjs/commands/TestDNSAnswerCommand.js +1 -30
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +9600 -12
- package/dist-cjs/models/Route53ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1114
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -7
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restXml.js +1 -6518
- package/dist-cjs/runtimeExtensions.js +1 -25
- package/dist-cjs/waiters/index.js +1 -4
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -36
- package/package.json +43 -43
|
@@ -1,1114 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QueryLoggingConfigAlreadyExists = exports.NoSuchCloudWatchLogsLogGroup = exports.InsufficientCloudWatchLogsResourcePolicy = exports.TooManyKeySigningKeys = exports.KeySigningKeyAlreadyExists = exports.InvalidKeySigningKeyName = exports.InvalidArgument = exports.TooManyHostedZones = exports.NoSuchDelegationSet = exports.InvalidDomainName = exports.HostedZoneAlreadyExists = exports.DelegationSetNotReusable = exports.DelegationSetNotAvailable = exports.TooManyHealthChecks = exports.HealthCheckAlreadyExists = exports.Statistic = exports.ComparisonOperator = exports.HealthCheckType = exports.HealthCheckRegion = exports.InsufficientDataHealthStatus = exports.CidrCollectionAlreadyExistsException = exports.ThrottlingException = exports.TagResourceType = exports.NoSuchHealthCheck = exports.InvalidChangeBatch = exports.RRType = exports.ResourceRecordSetRegion = exports.ResourceRecordSetFailover = exports.ChangeAction = exports.NoSuchCidrCollectionException = exports.CidrCollectionVersionMismatchException = exports.CidrBlockInUseException = exports.CidrCollectionChangeAction = exports.PublicZoneVPCAssociation = exports.PriorRequestNotComplete = exports.NotAuthorizedException = exports.NoSuchHostedZone = exports.LimitsExceeded = exports.InvalidVPCId = exports.ConflictingDomainExists = exports.VPCRegion = exports.CloudWatchRegion = exports.NoSuchKeySigningKey = exports.InvalidSigningStatus = exports.InvalidKMSArn = exports.InvalidKeySigningKeyStatus = exports.InvalidInput = exports.ConcurrentModification = exports.ChangeStatus = exports.AccountLimitType = void 0;
|
|
4
|
-
exports.ConflictingTypes = exports.ResettableElementName = exports.HealthCheckVersionMismatch = exports.InvalidPaginationToken = exports.HostedZoneType = exports.NoSuchCidrLocationException = exports.ReusableDelegationSetLimitType = exports.HostedZoneNotPrivate = exports.HostedZoneLimitType = exports.IncompatibleVersion = exports.NoSuchGeoLocation = exports.NoSuchChange = exports.KeySigningKeyWithActiveStatusNotFound = exports.HostedZonePartiallyDelegated = exports.VPCAssociationNotFound = exports.LastVPCAssociation = exports.DNSSECNotFound = exports.VPCAssociationAuthorizationNotFound = exports.NoSuchTrafficPolicyInstance = exports.TrafficPolicyInUse = exports.DelegationSetInUse = exports.NoSuchQueryLoggingConfig = exports.HostedZoneNotEmpty = exports.HealthCheckInUse = exports.CidrCollectionInUseException = exports.KeySigningKeyInUse = exports.KeySigningKeyInParentDSRecord = exports.TooManyVPCAssociationAuthorizations = exports.TooManyTrafficPolicyVersionsForCurrentPolicy = exports.TrafficPolicyInstanceAlreadyExists = exports.TooManyTrafficPolicyInstances = exports.NoSuchTrafficPolicy = exports.TrafficPolicyAlreadyExists = exports.TooManyTrafficPolicies = exports.InvalidTrafficPolicyDocument = exports.HostedZoneNotFound = exports.DelegationSetAlreadyReusable = exports.DelegationSetAlreadyCreated = void 0;
|
|
5
|
-
const Route53ServiceException_1 = require("./Route53ServiceException");
|
|
6
|
-
exports.AccountLimitType = {
|
|
7
|
-
MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
|
|
8
|
-
MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
|
|
9
|
-
MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
|
|
10
|
-
MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER",
|
|
11
|
-
MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
|
|
12
|
-
};
|
|
13
|
-
exports.ChangeStatus = {
|
|
14
|
-
INSYNC: "INSYNC",
|
|
15
|
-
PENDING: "PENDING",
|
|
16
|
-
};
|
|
17
|
-
class ConcurrentModification extends Route53ServiceException_1.Route53ServiceException {
|
|
18
|
-
constructor(opts) {
|
|
19
|
-
super({
|
|
20
|
-
name: "ConcurrentModification",
|
|
21
|
-
$fault: "client",
|
|
22
|
-
...opts,
|
|
23
|
-
});
|
|
24
|
-
this.name = "ConcurrentModification";
|
|
25
|
-
this.$fault = "client";
|
|
26
|
-
Object.setPrototypeOf(this, ConcurrentModification.prototype);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
exports.ConcurrentModification = ConcurrentModification;
|
|
30
|
-
class InvalidInput extends Route53ServiceException_1.Route53ServiceException {
|
|
31
|
-
constructor(opts) {
|
|
32
|
-
super({
|
|
33
|
-
name: "InvalidInput",
|
|
34
|
-
$fault: "client",
|
|
35
|
-
...opts,
|
|
36
|
-
});
|
|
37
|
-
this.name = "InvalidInput";
|
|
38
|
-
this.$fault = "client";
|
|
39
|
-
Object.setPrototypeOf(this, InvalidInput.prototype);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.InvalidInput = InvalidInput;
|
|
43
|
-
class InvalidKeySigningKeyStatus extends Route53ServiceException_1.Route53ServiceException {
|
|
44
|
-
constructor(opts) {
|
|
45
|
-
super({
|
|
46
|
-
name: "InvalidKeySigningKeyStatus",
|
|
47
|
-
$fault: "client",
|
|
48
|
-
...opts,
|
|
49
|
-
});
|
|
50
|
-
this.name = "InvalidKeySigningKeyStatus";
|
|
51
|
-
this.$fault = "client";
|
|
52
|
-
Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
exports.InvalidKeySigningKeyStatus = InvalidKeySigningKeyStatus;
|
|
56
|
-
class InvalidKMSArn extends Route53ServiceException_1.Route53ServiceException {
|
|
57
|
-
constructor(opts) {
|
|
58
|
-
super({
|
|
59
|
-
name: "InvalidKMSArn",
|
|
60
|
-
$fault: "client",
|
|
61
|
-
...opts,
|
|
62
|
-
});
|
|
63
|
-
this.name = "InvalidKMSArn";
|
|
64
|
-
this.$fault = "client";
|
|
65
|
-
Object.setPrototypeOf(this, InvalidKMSArn.prototype);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
exports.InvalidKMSArn = InvalidKMSArn;
|
|
69
|
-
class InvalidSigningStatus extends Route53ServiceException_1.Route53ServiceException {
|
|
70
|
-
constructor(opts) {
|
|
71
|
-
super({
|
|
72
|
-
name: "InvalidSigningStatus",
|
|
73
|
-
$fault: "client",
|
|
74
|
-
...opts,
|
|
75
|
-
});
|
|
76
|
-
this.name = "InvalidSigningStatus";
|
|
77
|
-
this.$fault = "client";
|
|
78
|
-
Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.InvalidSigningStatus = InvalidSigningStatus;
|
|
82
|
-
class NoSuchKeySigningKey extends Route53ServiceException_1.Route53ServiceException {
|
|
83
|
-
constructor(opts) {
|
|
84
|
-
super({
|
|
85
|
-
name: "NoSuchKeySigningKey",
|
|
86
|
-
$fault: "client",
|
|
87
|
-
...opts,
|
|
88
|
-
});
|
|
89
|
-
this.name = "NoSuchKeySigningKey";
|
|
90
|
-
this.$fault = "client";
|
|
91
|
-
Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
exports.NoSuchKeySigningKey = NoSuchKeySigningKey;
|
|
95
|
-
exports.CloudWatchRegion = {
|
|
96
|
-
af_south_1: "af-south-1",
|
|
97
|
-
ap_east_1: "ap-east-1",
|
|
98
|
-
ap_northeast_1: "ap-northeast-1",
|
|
99
|
-
ap_northeast_2: "ap-northeast-2",
|
|
100
|
-
ap_northeast_3: "ap-northeast-3",
|
|
101
|
-
ap_south_1: "ap-south-1",
|
|
102
|
-
ap_south_2: "ap-south-2",
|
|
103
|
-
ap_southeast_1: "ap-southeast-1",
|
|
104
|
-
ap_southeast_2: "ap-southeast-2",
|
|
105
|
-
ap_southeast_3: "ap-southeast-3",
|
|
106
|
-
ap_southeast_4: "ap-southeast-4",
|
|
107
|
-
ca_central_1: "ca-central-1",
|
|
108
|
-
ca_west_1: "ca-west-1",
|
|
109
|
-
cn_north_1: "cn-north-1",
|
|
110
|
-
cn_northwest_1: "cn-northwest-1",
|
|
111
|
-
eu_central_1: "eu-central-1",
|
|
112
|
-
eu_central_2: "eu-central-2",
|
|
113
|
-
eu_north_1: "eu-north-1",
|
|
114
|
-
eu_south_1: "eu-south-1",
|
|
115
|
-
eu_south_2: "eu-south-2",
|
|
116
|
-
eu_west_1: "eu-west-1",
|
|
117
|
-
eu_west_2: "eu-west-2",
|
|
118
|
-
eu_west_3: "eu-west-3",
|
|
119
|
-
il_central_1: "il-central-1",
|
|
120
|
-
me_central_1: "me-central-1",
|
|
121
|
-
me_south_1: "me-south-1",
|
|
122
|
-
sa_east_1: "sa-east-1",
|
|
123
|
-
us_east_1: "us-east-1",
|
|
124
|
-
us_east_2: "us-east-2",
|
|
125
|
-
us_gov_east_1: "us-gov-east-1",
|
|
126
|
-
us_gov_west_1: "us-gov-west-1",
|
|
127
|
-
us_iso_east_1: "us-iso-east-1",
|
|
128
|
-
us_iso_west_1: "us-iso-west-1",
|
|
129
|
-
us_isob_east_1: "us-isob-east-1",
|
|
130
|
-
us_west_1: "us-west-1",
|
|
131
|
-
us_west_2: "us-west-2",
|
|
132
|
-
};
|
|
133
|
-
exports.VPCRegion = {
|
|
134
|
-
af_south_1: "af-south-1",
|
|
135
|
-
ap_east_1: "ap-east-1",
|
|
136
|
-
ap_northeast_1: "ap-northeast-1",
|
|
137
|
-
ap_northeast_2: "ap-northeast-2",
|
|
138
|
-
ap_northeast_3: "ap-northeast-3",
|
|
139
|
-
ap_south_1: "ap-south-1",
|
|
140
|
-
ap_south_2: "ap-south-2",
|
|
141
|
-
ap_southeast_1: "ap-southeast-1",
|
|
142
|
-
ap_southeast_2: "ap-southeast-2",
|
|
143
|
-
ap_southeast_3: "ap-southeast-3",
|
|
144
|
-
ap_southeast_4: "ap-southeast-4",
|
|
145
|
-
ca_central_1: "ca-central-1",
|
|
146
|
-
ca_west_1: "ca-west-1",
|
|
147
|
-
cn_north_1: "cn-north-1",
|
|
148
|
-
eu_central_1: "eu-central-1",
|
|
149
|
-
eu_central_2: "eu-central-2",
|
|
150
|
-
eu_north_1: "eu-north-1",
|
|
151
|
-
eu_south_1: "eu-south-1",
|
|
152
|
-
eu_south_2: "eu-south-2",
|
|
153
|
-
eu_west_1: "eu-west-1",
|
|
154
|
-
eu_west_2: "eu-west-2",
|
|
155
|
-
eu_west_3: "eu-west-3",
|
|
156
|
-
il_central_1: "il-central-1",
|
|
157
|
-
me_central_1: "me-central-1",
|
|
158
|
-
me_south_1: "me-south-1",
|
|
159
|
-
sa_east_1: "sa-east-1",
|
|
160
|
-
us_east_1: "us-east-1",
|
|
161
|
-
us_east_2: "us-east-2",
|
|
162
|
-
us_gov_east_1: "us-gov-east-1",
|
|
163
|
-
us_gov_west_1: "us-gov-west-1",
|
|
164
|
-
us_iso_east_1: "us-iso-east-1",
|
|
165
|
-
us_iso_west_1: "us-iso-west-1",
|
|
166
|
-
us_isob_east_1: "us-isob-east-1",
|
|
167
|
-
us_west_1: "us-west-1",
|
|
168
|
-
us_west_2: "us-west-2",
|
|
169
|
-
};
|
|
170
|
-
class ConflictingDomainExists extends Route53ServiceException_1.Route53ServiceException {
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "ConflictingDomainExists",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
this.name = "ConflictingDomainExists";
|
|
178
|
-
this.$fault = "client";
|
|
179
|
-
Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
exports.ConflictingDomainExists = ConflictingDomainExists;
|
|
183
|
-
class InvalidVPCId extends Route53ServiceException_1.Route53ServiceException {
|
|
184
|
-
constructor(opts) {
|
|
185
|
-
super({
|
|
186
|
-
name: "InvalidVPCId",
|
|
187
|
-
$fault: "client",
|
|
188
|
-
...opts,
|
|
189
|
-
});
|
|
190
|
-
this.name = "InvalidVPCId";
|
|
191
|
-
this.$fault = "client";
|
|
192
|
-
Object.setPrototypeOf(this, InvalidVPCId.prototype);
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
exports.InvalidVPCId = InvalidVPCId;
|
|
196
|
-
class LimitsExceeded extends Route53ServiceException_1.Route53ServiceException {
|
|
197
|
-
constructor(opts) {
|
|
198
|
-
super({
|
|
199
|
-
name: "LimitsExceeded",
|
|
200
|
-
$fault: "client",
|
|
201
|
-
...opts,
|
|
202
|
-
});
|
|
203
|
-
this.name = "LimitsExceeded";
|
|
204
|
-
this.$fault = "client";
|
|
205
|
-
Object.setPrototypeOf(this, LimitsExceeded.prototype);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
exports.LimitsExceeded = LimitsExceeded;
|
|
209
|
-
class NoSuchHostedZone extends Route53ServiceException_1.Route53ServiceException {
|
|
210
|
-
constructor(opts) {
|
|
211
|
-
super({
|
|
212
|
-
name: "NoSuchHostedZone",
|
|
213
|
-
$fault: "client",
|
|
214
|
-
...opts,
|
|
215
|
-
});
|
|
216
|
-
this.name = "NoSuchHostedZone";
|
|
217
|
-
this.$fault = "client";
|
|
218
|
-
Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
exports.NoSuchHostedZone = NoSuchHostedZone;
|
|
222
|
-
class NotAuthorizedException extends Route53ServiceException_1.Route53ServiceException {
|
|
223
|
-
constructor(opts) {
|
|
224
|
-
super({
|
|
225
|
-
name: "NotAuthorizedException",
|
|
226
|
-
$fault: "client",
|
|
227
|
-
...opts,
|
|
228
|
-
});
|
|
229
|
-
this.name = "NotAuthorizedException";
|
|
230
|
-
this.$fault = "client";
|
|
231
|
-
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
exports.NotAuthorizedException = NotAuthorizedException;
|
|
235
|
-
class PriorRequestNotComplete extends Route53ServiceException_1.Route53ServiceException {
|
|
236
|
-
constructor(opts) {
|
|
237
|
-
super({
|
|
238
|
-
name: "PriorRequestNotComplete",
|
|
239
|
-
$fault: "client",
|
|
240
|
-
...opts,
|
|
241
|
-
});
|
|
242
|
-
this.name = "PriorRequestNotComplete";
|
|
243
|
-
this.$fault = "client";
|
|
244
|
-
Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
exports.PriorRequestNotComplete = PriorRequestNotComplete;
|
|
248
|
-
class PublicZoneVPCAssociation extends Route53ServiceException_1.Route53ServiceException {
|
|
249
|
-
constructor(opts) {
|
|
250
|
-
super({
|
|
251
|
-
name: "PublicZoneVPCAssociation",
|
|
252
|
-
$fault: "client",
|
|
253
|
-
...opts,
|
|
254
|
-
});
|
|
255
|
-
this.name = "PublicZoneVPCAssociation";
|
|
256
|
-
this.$fault = "client";
|
|
257
|
-
Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
exports.PublicZoneVPCAssociation = PublicZoneVPCAssociation;
|
|
261
|
-
exports.CidrCollectionChangeAction = {
|
|
262
|
-
DELETE_IF_EXISTS: "DELETE_IF_EXISTS",
|
|
263
|
-
PUT: "PUT",
|
|
264
|
-
};
|
|
265
|
-
class CidrBlockInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
266
|
-
constructor(opts) {
|
|
267
|
-
super({
|
|
268
|
-
name: "CidrBlockInUseException",
|
|
269
|
-
$fault: "client",
|
|
270
|
-
...opts,
|
|
271
|
-
});
|
|
272
|
-
this.name = "CidrBlockInUseException";
|
|
273
|
-
this.$fault = "client";
|
|
274
|
-
Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
|
|
275
|
-
this.Message = opts.Message;
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
exports.CidrBlockInUseException = CidrBlockInUseException;
|
|
279
|
-
class CidrCollectionVersionMismatchException extends Route53ServiceException_1.Route53ServiceException {
|
|
280
|
-
constructor(opts) {
|
|
281
|
-
super({
|
|
282
|
-
name: "CidrCollectionVersionMismatchException",
|
|
283
|
-
$fault: "client",
|
|
284
|
-
...opts,
|
|
285
|
-
});
|
|
286
|
-
this.name = "CidrCollectionVersionMismatchException";
|
|
287
|
-
this.$fault = "client";
|
|
288
|
-
Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
|
|
289
|
-
this.Message = opts.Message;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
exports.CidrCollectionVersionMismatchException = CidrCollectionVersionMismatchException;
|
|
293
|
-
class NoSuchCidrCollectionException extends Route53ServiceException_1.Route53ServiceException {
|
|
294
|
-
constructor(opts) {
|
|
295
|
-
super({
|
|
296
|
-
name: "NoSuchCidrCollectionException",
|
|
297
|
-
$fault: "client",
|
|
298
|
-
...opts,
|
|
299
|
-
});
|
|
300
|
-
this.name = "NoSuchCidrCollectionException";
|
|
301
|
-
this.$fault = "client";
|
|
302
|
-
Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
|
|
303
|
-
this.Message = opts.Message;
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
exports.NoSuchCidrCollectionException = NoSuchCidrCollectionException;
|
|
307
|
-
exports.ChangeAction = {
|
|
308
|
-
CREATE: "CREATE",
|
|
309
|
-
DELETE: "DELETE",
|
|
310
|
-
UPSERT: "UPSERT",
|
|
311
|
-
};
|
|
312
|
-
exports.ResourceRecordSetFailover = {
|
|
313
|
-
PRIMARY: "PRIMARY",
|
|
314
|
-
SECONDARY: "SECONDARY",
|
|
315
|
-
};
|
|
316
|
-
exports.ResourceRecordSetRegion = {
|
|
317
|
-
af_south_1: "af-south-1",
|
|
318
|
-
ap_east_1: "ap-east-1",
|
|
319
|
-
ap_northeast_1: "ap-northeast-1",
|
|
320
|
-
ap_northeast_2: "ap-northeast-2",
|
|
321
|
-
ap_northeast_3: "ap-northeast-3",
|
|
322
|
-
ap_south_1: "ap-south-1",
|
|
323
|
-
ap_south_2: "ap-south-2",
|
|
324
|
-
ap_southeast_1: "ap-southeast-1",
|
|
325
|
-
ap_southeast_2: "ap-southeast-2",
|
|
326
|
-
ap_southeast_3: "ap-southeast-3",
|
|
327
|
-
ap_southeast_4: "ap-southeast-4",
|
|
328
|
-
ca_central_1: "ca-central-1",
|
|
329
|
-
ca_west_1: "ca-west-1",
|
|
330
|
-
cn_north_1: "cn-north-1",
|
|
331
|
-
cn_northwest_1: "cn-northwest-1",
|
|
332
|
-
eu_central_1: "eu-central-1",
|
|
333
|
-
eu_central_2: "eu-central-2",
|
|
334
|
-
eu_north_1: "eu-north-1",
|
|
335
|
-
eu_south_1: "eu-south-1",
|
|
336
|
-
eu_south_2: "eu-south-2",
|
|
337
|
-
eu_west_1: "eu-west-1",
|
|
338
|
-
eu_west_2: "eu-west-2",
|
|
339
|
-
eu_west_3: "eu-west-3",
|
|
340
|
-
il_central_1: "il-central-1",
|
|
341
|
-
me_central_1: "me-central-1",
|
|
342
|
-
me_south_1: "me-south-1",
|
|
343
|
-
sa_east_1: "sa-east-1",
|
|
344
|
-
us_east_1: "us-east-1",
|
|
345
|
-
us_east_2: "us-east-2",
|
|
346
|
-
us_west_1: "us-west-1",
|
|
347
|
-
us_west_2: "us-west-2",
|
|
348
|
-
};
|
|
349
|
-
exports.RRType = {
|
|
350
|
-
A: "A",
|
|
351
|
-
AAAA: "AAAA",
|
|
352
|
-
CAA: "CAA",
|
|
353
|
-
CNAME: "CNAME",
|
|
354
|
-
DS: "DS",
|
|
355
|
-
MX: "MX",
|
|
356
|
-
NAPTR: "NAPTR",
|
|
357
|
-
NS: "NS",
|
|
358
|
-
PTR: "PTR",
|
|
359
|
-
SOA: "SOA",
|
|
360
|
-
SPF: "SPF",
|
|
361
|
-
SRV: "SRV",
|
|
362
|
-
TXT: "TXT",
|
|
363
|
-
};
|
|
364
|
-
class InvalidChangeBatch extends Route53ServiceException_1.Route53ServiceException {
|
|
365
|
-
constructor(opts) {
|
|
366
|
-
super({
|
|
367
|
-
name: "InvalidChangeBatch",
|
|
368
|
-
$fault: "client",
|
|
369
|
-
...opts,
|
|
370
|
-
});
|
|
371
|
-
this.name = "InvalidChangeBatch";
|
|
372
|
-
this.$fault = "client";
|
|
373
|
-
Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
|
|
374
|
-
this.messages = opts.messages;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
exports.InvalidChangeBatch = InvalidChangeBatch;
|
|
378
|
-
class NoSuchHealthCheck extends Route53ServiceException_1.Route53ServiceException {
|
|
379
|
-
constructor(opts) {
|
|
380
|
-
super({
|
|
381
|
-
name: "NoSuchHealthCheck",
|
|
382
|
-
$fault: "client",
|
|
383
|
-
...opts,
|
|
384
|
-
});
|
|
385
|
-
this.name = "NoSuchHealthCheck";
|
|
386
|
-
this.$fault = "client";
|
|
387
|
-
Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
exports.NoSuchHealthCheck = NoSuchHealthCheck;
|
|
391
|
-
exports.TagResourceType = {
|
|
392
|
-
healthcheck: "healthcheck",
|
|
393
|
-
hostedzone: "hostedzone",
|
|
394
|
-
};
|
|
395
|
-
class ThrottlingException extends Route53ServiceException_1.Route53ServiceException {
|
|
396
|
-
constructor(opts) {
|
|
397
|
-
super({
|
|
398
|
-
name: "ThrottlingException",
|
|
399
|
-
$fault: "client",
|
|
400
|
-
...opts,
|
|
401
|
-
});
|
|
402
|
-
this.name = "ThrottlingException";
|
|
403
|
-
this.$fault = "client";
|
|
404
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
exports.ThrottlingException = ThrottlingException;
|
|
408
|
-
class CidrCollectionAlreadyExistsException extends Route53ServiceException_1.Route53ServiceException {
|
|
409
|
-
constructor(opts) {
|
|
410
|
-
super({
|
|
411
|
-
name: "CidrCollectionAlreadyExistsException",
|
|
412
|
-
$fault: "client",
|
|
413
|
-
...opts,
|
|
414
|
-
});
|
|
415
|
-
this.name = "CidrCollectionAlreadyExistsException";
|
|
416
|
-
this.$fault = "client";
|
|
417
|
-
Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
|
|
418
|
-
this.Message = opts.Message;
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
exports.CidrCollectionAlreadyExistsException = CidrCollectionAlreadyExistsException;
|
|
422
|
-
exports.InsufficientDataHealthStatus = {
|
|
423
|
-
Healthy: "Healthy",
|
|
424
|
-
LastKnownStatus: "LastKnownStatus",
|
|
425
|
-
Unhealthy: "Unhealthy",
|
|
426
|
-
};
|
|
427
|
-
exports.HealthCheckRegion = {
|
|
428
|
-
ap_northeast_1: "ap-northeast-1",
|
|
429
|
-
ap_southeast_1: "ap-southeast-1",
|
|
430
|
-
ap_southeast_2: "ap-southeast-2",
|
|
431
|
-
eu_west_1: "eu-west-1",
|
|
432
|
-
sa_east_1: "sa-east-1",
|
|
433
|
-
us_east_1: "us-east-1",
|
|
434
|
-
us_west_1: "us-west-1",
|
|
435
|
-
us_west_2: "us-west-2",
|
|
436
|
-
};
|
|
437
|
-
exports.HealthCheckType = {
|
|
438
|
-
CALCULATED: "CALCULATED",
|
|
439
|
-
CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC",
|
|
440
|
-
HTTP: "HTTP",
|
|
441
|
-
HTTPS: "HTTPS",
|
|
442
|
-
HTTPS_STR_MATCH: "HTTPS_STR_MATCH",
|
|
443
|
-
HTTP_STR_MATCH: "HTTP_STR_MATCH",
|
|
444
|
-
RECOVERY_CONTROL: "RECOVERY_CONTROL",
|
|
445
|
-
TCP: "TCP",
|
|
446
|
-
};
|
|
447
|
-
exports.ComparisonOperator = {
|
|
448
|
-
GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
|
|
449
|
-
GreaterThanThreshold: "GreaterThanThreshold",
|
|
450
|
-
LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
|
|
451
|
-
LessThanThreshold: "LessThanThreshold",
|
|
452
|
-
};
|
|
453
|
-
exports.Statistic = {
|
|
454
|
-
Average: "Average",
|
|
455
|
-
Maximum: "Maximum",
|
|
456
|
-
Minimum: "Minimum",
|
|
457
|
-
SampleCount: "SampleCount",
|
|
458
|
-
Sum: "Sum",
|
|
459
|
-
};
|
|
460
|
-
class HealthCheckAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
461
|
-
constructor(opts) {
|
|
462
|
-
super({
|
|
463
|
-
name: "HealthCheckAlreadyExists",
|
|
464
|
-
$fault: "client",
|
|
465
|
-
...opts,
|
|
466
|
-
});
|
|
467
|
-
this.name = "HealthCheckAlreadyExists";
|
|
468
|
-
this.$fault = "client";
|
|
469
|
-
Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
exports.HealthCheckAlreadyExists = HealthCheckAlreadyExists;
|
|
473
|
-
class TooManyHealthChecks extends Route53ServiceException_1.Route53ServiceException {
|
|
474
|
-
constructor(opts) {
|
|
475
|
-
super({
|
|
476
|
-
name: "TooManyHealthChecks",
|
|
477
|
-
$fault: "client",
|
|
478
|
-
...opts,
|
|
479
|
-
});
|
|
480
|
-
this.name = "TooManyHealthChecks";
|
|
481
|
-
this.$fault = "client";
|
|
482
|
-
Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
exports.TooManyHealthChecks = TooManyHealthChecks;
|
|
486
|
-
class DelegationSetNotAvailable extends Route53ServiceException_1.Route53ServiceException {
|
|
487
|
-
constructor(opts) {
|
|
488
|
-
super({
|
|
489
|
-
name: "DelegationSetNotAvailable",
|
|
490
|
-
$fault: "client",
|
|
491
|
-
...opts,
|
|
492
|
-
});
|
|
493
|
-
this.name = "DelegationSetNotAvailable";
|
|
494
|
-
this.$fault = "client";
|
|
495
|
-
Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
exports.DelegationSetNotAvailable = DelegationSetNotAvailable;
|
|
499
|
-
class DelegationSetNotReusable extends Route53ServiceException_1.Route53ServiceException {
|
|
500
|
-
constructor(opts) {
|
|
501
|
-
super({
|
|
502
|
-
name: "DelegationSetNotReusable",
|
|
503
|
-
$fault: "client",
|
|
504
|
-
...opts,
|
|
505
|
-
});
|
|
506
|
-
this.name = "DelegationSetNotReusable";
|
|
507
|
-
this.$fault = "client";
|
|
508
|
-
Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
exports.DelegationSetNotReusable = DelegationSetNotReusable;
|
|
512
|
-
class HostedZoneAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
513
|
-
constructor(opts) {
|
|
514
|
-
super({
|
|
515
|
-
name: "HostedZoneAlreadyExists",
|
|
516
|
-
$fault: "client",
|
|
517
|
-
...opts,
|
|
518
|
-
});
|
|
519
|
-
this.name = "HostedZoneAlreadyExists";
|
|
520
|
-
this.$fault = "client";
|
|
521
|
-
Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
exports.HostedZoneAlreadyExists = HostedZoneAlreadyExists;
|
|
525
|
-
class InvalidDomainName extends Route53ServiceException_1.Route53ServiceException {
|
|
526
|
-
constructor(opts) {
|
|
527
|
-
super({
|
|
528
|
-
name: "InvalidDomainName",
|
|
529
|
-
$fault: "client",
|
|
530
|
-
...opts,
|
|
531
|
-
});
|
|
532
|
-
this.name = "InvalidDomainName";
|
|
533
|
-
this.$fault = "client";
|
|
534
|
-
Object.setPrototypeOf(this, InvalidDomainName.prototype);
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
exports.InvalidDomainName = InvalidDomainName;
|
|
538
|
-
class NoSuchDelegationSet extends Route53ServiceException_1.Route53ServiceException {
|
|
539
|
-
constructor(opts) {
|
|
540
|
-
super({
|
|
541
|
-
name: "NoSuchDelegationSet",
|
|
542
|
-
$fault: "client",
|
|
543
|
-
...opts,
|
|
544
|
-
});
|
|
545
|
-
this.name = "NoSuchDelegationSet";
|
|
546
|
-
this.$fault = "client";
|
|
547
|
-
Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
exports.NoSuchDelegationSet = NoSuchDelegationSet;
|
|
551
|
-
class TooManyHostedZones extends Route53ServiceException_1.Route53ServiceException {
|
|
552
|
-
constructor(opts) {
|
|
553
|
-
super({
|
|
554
|
-
name: "TooManyHostedZones",
|
|
555
|
-
$fault: "client",
|
|
556
|
-
...opts,
|
|
557
|
-
});
|
|
558
|
-
this.name = "TooManyHostedZones";
|
|
559
|
-
this.$fault = "client";
|
|
560
|
-
Object.setPrototypeOf(this, TooManyHostedZones.prototype);
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
exports.TooManyHostedZones = TooManyHostedZones;
|
|
564
|
-
class InvalidArgument extends Route53ServiceException_1.Route53ServiceException {
|
|
565
|
-
constructor(opts) {
|
|
566
|
-
super({
|
|
567
|
-
name: "InvalidArgument",
|
|
568
|
-
$fault: "client",
|
|
569
|
-
...opts,
|
|
570
|
-
});
|
|
571
|
-
this.name = "InvalidArgument";
|
|
572
|
-
this.$fault = "client";
|
|
573
|
-
Object.setPrototypeOf(this, InvalidArgument.prototype);
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
exports.InvalidArgument = InvalidArgument;
|
|
577
|
-
class InvalidKeySigningKeyName extends Route53ServiceException_1.Route53ServiceException {
|
|
578
|
-
constructor(opts) {
|
|
579
|
-
super({
|
|
580
|
-
name: "InvalidKeySigningKeyName",
|
|
581
|
-
$fault: "client",
|
|
582
|
-
...opts,
|
|
583
|
-
});
|
|
584
|
-
this.name = "InvalidKeySigningKeyName";
|
|
585
|
-
this.$fault = "client";
|
|
586
|
-
Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
exports.InvalidKeySigningKeyName = InvalidKeySigningKeyName;
|
|
590
|
-
class KeySigningKeyAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
591
|
-
constructor(opts) {
|
|
592
|
-
super({
|
|
593
|
-
name: "KeySigningKeyAlreadyExists",
|
|
594
|
-
$fault: "client",
|
|
595
|
-
...opts,
|
|
596
|
-
});
|
|
597
|
-
this.name = "KeySigningKeyAlreadyExists";
|
|
598
|
-
this.$fault = "client";
|
|
599
|
-
Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
exports.KeySigningKeyAlreadyExists = KeySigningKeyAlreadyExists;
|
|
603
|
-
class TooManyKeySigningKeys extends Route53ServiceException_1.Route53ServiceException {
|
|
604
|
-
constructor(opts) {
|
|
605
|
-
super({
|
|
606
|
-
name: "TooManyKeySigningKeys",
|
|
607
|
-
$fault: "client",
|
|
608
|
-
...opts,
|
|
609
|
-
});
|
|
610
|
-
this.name = "TooManyKeySigningKeys";
|
|
611
|
-
this.$fault = "client";
|
|
612
|
-
Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
exports.TooManyKeySigningKeys = TooManyKeySigningKeys;
|
|
616
|
-
class InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException_1.Route53ServiceException {
|
|
617
|
-
constructor(opts) {
|
|
618
|
-
super({
|
|
619
|
-
name: "InsufficientCloudWatchLogsResourcePolicy",
|
|
620
|
-
$fault: "client",
|
|
621
|
-
...opts,
|
|
622
|
-
});
|
|
623
|
-
this.name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
624
|
-
this.$fault = "client";
|
|
625
|
-
Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
exports.InsufficientCloudWatchLogsResourcePolicy = InsufficientCloudWatchLogsResourcePolicy;
|
|
629
|
-
class NoSuchCloudWatchLogsLogGroup extends Route53ServiceException_1.Route53ServiceException {
|
|
630
|
-
constructor(opts) {
|
|
631
|
-
super({
|
|
632
|
-
name: "NoSuchCloudWatchLogsLogGroup",
|
|
633
|
-
$fault: "client",
|
|
634
|
-
...opts,
|
|
635
|
-
});
|
|
636
|
-
this.name = "NoSuchCloudWatchLogsLogGroup";
|
|
637
|
-
this.$fault = "client";
|
|
638
|
-
Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
exports.NoSuchCloudWatchLogsLogGroup = NoSuchCloudWatchLogsLogGroup;
|
|
642
|
-
class QueryLoggingConfigAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
643
|
-
constructor(opts) {
|
|
644
|
-
super({
|
|
645
|
-
name: "QueryLoggingConfigAlreadyExists",
|
|
646
|
-
$fault: "client",
|
|
647
|
-
...opts,
|
|
648
|
-
});
|
|
649
|
-
this.name = "QueryLoggingConfigAlreadyExists";
|
|
650
|
-
this.$fault = "client";
|
|
651
|
-
Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
exports.QueryLoggingConfigAlreadyExists = QueryLoggingConfigAlreadyExists;
|
|
655
|
-
class DelegationSetAlreadyCreated extends Route53ServiceException_1.Route53ServiceException {
|
|
656
|
-
constructor(opts) {
|
|
657
|
-
super({
|
|
658
|
-
name: "DelegationSetAlreadyCreated",
|
|
659
|
-
$fault: "client",
|
|
660
|
-
...opts,
|
|
661
|
-
});
|
|
662
|
-
this.name = "DelegationSetAlreadyCreated";
|
|
663
|
-
this.$fault = "client";
|
|
664
|
-
Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
exports.DelegationSetAlreadyCreated = DelegationSetAlreadyCreated;
|
|
668
|
-
class DelegationSetAlreadyReusable extends Route53ServiceException_1.Route53ServiceException {
|
|
669
|
-
constructor(opts) {
|
|
670
|
-
super({
|
|
671
|
-
name: "DelegationSetAlreadyReusable",
|
|
672
|
-
$fault: "client",
|
|
673
|
-
...opts,
|
|
674
|
-
});
|
|
675
|
-
this.name = "DelegationSetAlreadyReusable";
|
|
676
|
-
this.$fault = "client";
|
|
677
|
-
Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
exports.DelegationSetAlreadyReusable = DelegationSetAlreadyReusable;
|
|
681
|
-
class HostedZoneNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
682
|
-
constructor(opts) {
|
|
683
|
-
super({
|
|
684
|
-
name: "HostedZoneNotFound",
|
|
685
|
-
$fault: "client",
|
|
686
|
-
...opts,
|
|
687
|
-
});
|
|
688
|
-
this.name = "HostedZoneNotFound";
|
|
689
|
-
this.$fault = "client";
|
|
690
|
-
Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
exports.HostedZoneNotFound = HostedZoneNotFound;
|
|
694
|
-
class InvalidTrafficPolicyDocument extends Route53ServiceException_1.Route53ServiceException {
|
|
695
|
-
constructor(opts) {
|
|
696
|
-
super({
|
|
697
|
-
name: "InvalidTrafficPolicyDocument",
|
|
698
|
-
$fault: "client",
|
|
699
|
-
...opts,
|
|
700
|
-
});
|
|
701
|
-
this.name = "InvalidTrafficPolicyDocument";
|
|
702
|
-
this.$fault = "client";
|
|
703
|
-
Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
exports.InvalidTrafficPolicyDocument = InvalidTrafficPolicyDocument;
|
|
707
|
-
class TooManyTrafficPolicies extends Route53ServiceException_1.Route53ServiceException {
|
|
708
|
-
constructor(opts) {
|
|
709
|
-
super({
|
|
710
|
-
name: "TooManyTrafficPolicies",
|
|
711
|
-
$fault: "client",
|
|
712
|
-
...opts,
|
|
713
|
-
});
|
|
714
|
-
this.name = "TooManyTrafficPolicies";
|
|
715
|
-
this.$fault = "client";
|
|
716
|
-
Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
exports.TooManyTrafficPolicies = TooManyTrafficPolicies;
|
|
720
|
-
class TrafficPolicyAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
721
|
-
constructor(opts) {
|
|
722
|
-
super({
|
|
723
|
-
name: "TrafficPolicyAlreadyExists",
|
|
724
|
-
$fault: "client",
|
|
725
|
-
...opts,
|
|
726
|
-
});
|
|
727
|
-
this.name = "TrafficPolicyAlreadyExists";
|
|
728
|
-
this.$fault = "client";
|
|
729
|
-
Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
|
|
730
|
-
}
|
|
731
|
-
}
|
|
732
|
-
exports.TrafficPolicyAlreadyExists = TrafficPolicyAlreadyExists;
|
|
733
|
-
class NoSuchTrafficPolicy extends Route53ServiceException_1.Route53ServiceException {
|
|
734
|
-
constructor(opts) {
|
|
735
|
-
super({
|
|
736
|
-
name: "NoSuchTrafficPolicy",
|
|
737
|
-
$fault: "client",
|
|
738
|
-
...opts,
|
|
739
|
-
});
|
|
740
|
-
this.name = "NoSuchTrafficPolicy";
|
|
741
|
-
this.$fault = "client";
|
|
742
|
-
Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
exports.NoSuchTrafficPolicy = NoSuchTrafficPolicy;
|
|
746
|
-
class TooManyTrafficPolicyInstances extends Route53ServiceException_1.Route53ServiceException {
|
|
747
|
-
constructor(opts) {
|
|
748
|
-
super({
|
|
749
|
-
name: "TooManyTrafficPolicyInstances",
|
|
750
|
-
$fault: "client",
|
|
751
|
-
...opts,
|
|
752
|
-
});
|
|
753
|
-
this.name = "TooManyTrafficPolicyInstances";
|
|
754
|
-
this.$fault = "client";
|
|
755
|
-
Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
exports.TooManyTrafficPolicyInstances = TooManyTrafficPolicyInstances;
|
|
759
|
-
class TrafficPolicyInstanceAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
760
|
-
constructor(opts) {
|
|
761
|
-
super({
|
|
762
|
-
name: "TrafficPolicyInstanceAlreadyExists",
|
|
763
|
-
$fault: "client",
|
|
764
|
-
...opts,
|
|
765
|
-
});
|
|
766
|
-
this.name = "TrafficPolicyInstanceAlreadyExists";
|
|
767
|
-
this.$fault = "client";
|
|
768
|
-
Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
exports.TrafficPolicyInstanceAlreadyExists = TrafficPolicyInstanceAlreadyExists;
|
|
772
|
-
class TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceException_1.Route53ServiceException {
|
|
773
|
-
constructor(opts) {
|
|
774
|
-
super({
|
|
775
|
-
name: "TooManyTrafficPolicyVersionsForCurrentPolicy",
|
|
776
|
-
$fault: "client",
|
|
777
|
-
...opts,
|
|
778
|
-
});
|
|
779
|
-
this.name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
780
|
-
this.$fault = "client";
|
|
781
|
-
Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
exports.TooManyTrafficPolicyVersionsForCurrentPolicy = TooManyTrafficPolicyVersionsForCurrentPolicy;
|
|
785
|
-
class TooManyVPCAssociationAuthorizations extends Route53ServiceException_1.Route53ServiceException {
|
|
786
|
-
constructor(opts) {
|
|
787
|
-
super({
|
|
788
|
-
name: "TooManyVPCAssociationAuthorizations",
|
|
789
|
-
$fault: "client",
|
|
790
|
-
...opts,
|
|
791
|
-
});
|
|
792
|
-
this.name = "TooManyVPCAssociationAuthorizations";
|
|
793
|
-
this.$fault = "client";
|
|
794
|
-
Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
exports.TooManyVPCAssociationAuthorizations = TooManyVPCAssociationAuthorizations;
|
|
798
|
-
class KeySigningKeyInParentDSRecord extends Route53ServiceException_1.Route53ServiceException {
|
|
799
|
-
constructor(opts) {
|
|
800
|
-
super({
|
|
801
|
-
name: "KeySigningKeyInParentDSRecord",
|
|
802
|
-
$fault: "client",
|
|
803
|
-
...opts,
|
|
804
|
-
});
|
|
805
|
-
this.name = "KeySigningKeyInParentDSRecord";
|
|
806
|
-
this.$fault = "client";
|
|
807
|
-
Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
exports.KeySigningKeyInParentDSRecord = KeySigningKeyInParentDSRecord;
|
|
811
|
-
class KeySigningKeyInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
812
|
-
constructor(opts) {
|
|
813
|
-
super({
|
|
814
|
-
name: "KeySigningKeyInUse",
|
|
815
|
-
$fault: "client",
|
|
816
|
-
...opts,
|
|
817
|
-
});
|
|
818
|
-
this.name = "KeySigningKeyInUse";
|
|
819
|
-
this.$fault = "client";
|
|
820
|
-
Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
|
|
821
|
-
}
|
|
822
|
-
}
|
|
823
|
-
exports.KeySigningKeyInUse = KeySigningKeyInUse;
|
|
824
|
-
class CidrCollectionInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
825
|
-
constructor(opts) {
|
|
826
|
-
super({
|
|
827
|
-
name: "CidrCollectionInUseException",
|
|
828
|
-
$fault: "client",
|
|
829
|
-
...opts,
|
|
830
|
-
});
|
|
831
|
-
this.name = "CidrCollectionInUseException";
|
|
832
|
-
this.$fault = "client";
|
|
833
|
-
Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
|
|
834
|
-
this.Message = opts.Message;
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
exports.CidrCollectionInUseException = CidrCollectionInUseException;
|
|
838
|
-
class HealthCheckInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
839
|
-
constructor(opts) {
|
|
840
|
-
super({
|
|
841
|
-
name: "HealthCheckInUse",
|
|
842
|
-
$fault: "client",
|
|
843
|
-
...opts,
|
|
844
|
-
});
|
|
845
|
-
this.name = "HealthCheckInUse";
|
|
846
|
-
this.$fault = "client";
|
|
847
|
-
Object.setPrototypeOf(this, HealthCheckInUse.prototype);
|
|
848
|
-
}
|
|
849
|
-
}
|
|
850
|
-
exports.HealthCheckInUse = HealthCheckInUse;
|
|
851
|
-
class HostedZoneNotEmpty extends Route53ServiceException_1.Route53ServiceException {
|
|
852
|
-
constructor(opts) {
|
|
853
|
-
super({
|
|
854
|
-
name: "HostedZoneNotEmpty",
|
|
855
|
-
$fault: "client",
|
|
856
|
-
...opts,
|
|
857
|
-
});
|
|
858
|
-
this.name = "HostedZoneNotEmpty";
|
|
859
|
-
this.$fault = "client";
|
|
860
|
-
Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
exports.HostedZoneNotEmpty = HostedZoneNotEmpty;
|
|
864
|
-
class NoSuchQueryLoggingConfig extends Route53ServiceException_1.Route53ServiceException {
|
|
865
|
-
constructor(opts) {
|
|
866
|
-
super({
|
|
867
|
-
name: "NoSuchQueryLoggingConfig",
|
|
868
|
-
$fault: "client",
|
|
869
|
-
...opts,
|
|
870
|
-
});
|
|
871
|
-
this.name = "NoSuchQueryLoggingConfig";
|
|
872
|
-
this.$fault = "client";
|
|
873
|
-
Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
exports.NoSuchQueryLoggingConfig = NoSuchQueryLoggingConfig;
|
|
877
|
-
class DelegationSetInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
878
|
-
constructor(opts) {
|
|
879
|
-
super({
|
|
880
|
-
name: "DelegationSetInUse",
|
|
881
|
-
$fault: "client",
|
|
882
|
-
...opts,
|
|
883
|
-
});
|
|
884
|
-
this.name = "DelegationSetInUse";
|
|
885
|
-
this.$fault = "client";
|
|
886
|
-
Object.setPrototypeOf(this, DelegationSetInUse.prototype);
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
exports.DelegationSetInUse = DelegationSetInUse;
|
|
890
|
-
class TrafficPolicyInUse extends Route53ServiceException_1.Route53ServiceException {
|
|
891
|
-
constructor(opts) {
|
|
892
|
-
super({
|
|
893
|
-
name: "TrafficPolicyInUse",
|
|
894
|
-
$fault: "client",
|
|
895
|
-
...opts,
|
|
896
|
-
});
|
|
897
|
-
this.name = "TrafficPolicyInUse";
|
|
898
|
-
this.$fault = "client";
|
|
899
|
-
Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
exports.TrafficPolicyInUse = TrafficPolicyInUse;
|
|
903
|
-
class NoSuchTrafficPolicyInstance extends Route53ServiceException_1.Route53ServiceException {
|
|
904
|
-
constructor(opts) {
|
|
905
|
-
super({
|
|
906
|
-
name: "NoSuchTrafficPolicyInstance",
|
|
907
|
-
$fault: "client",
|
|
908
|
-
...opts,
|
|
909
|
-
});
|
|
910
|
-
this.name = "NoSuchTrafficPolicyInstance";
|
|
911
|
-
this.$fault = "client";
|
|
912
|
-
Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
exports.NoSuchTrafficPolicyInstance = NoSuchTrafficPolicyInstance;
|
|
916
|
-
class VPCAssociationAuthorizationNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
917
|
-
constructor(opts) {
|
|
918
|
-
super({
|
|
919
|
-
name: "VPCAssociationAuthorizationNotFound",
|
|
920
|
-
$fault: "client",
|
|
921
|
-
...opts,
|
|
922
|
-
});
|
|
923
|
-
this.name = "VPCAssociationAuthorizationNotFound";
|
|
924
|
-
this.$fault = "client";
|
|
925
|
-
Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
|
|
926
|
-
}
|
|
927
|
-
}
|
|
928
|
-
exports.VPCAssociationAuthorizationNotFound = VPCAssociationAuthorizationNotFound;
|
|
929
|
-
class DNSSECNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
930
|
-
constructor(opts) {
|
|
931
|
-
super({
|
|
932
|
-
name: "DNSSECNotFound",
|
|
933
|
-
$fault: "client",
|
|
934
|
-
...opts,
|
|
935
|
-
});
|
|
936
|
-
this.name = "DNSSECNotFound";
|
|
937
|
-
this.$fault = "client";
|
|
938
|
-
Object.setPrototypeOf(this, DNSSECNotFound.prototype);
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
exports.DNSSECNotFound = DNSSECNotFound;
|
|
942
|
-
class LastVPCAssociation extends Route53ServiceException_1.Route53ServiceException {
|
|
943
|
-
constructor(opts) {
|
|
944
|
-
super({
|
|
945
|
-
name: "LastVPCAssociation",
|
|
946
|
-
$fault: "client",
|
|
947
|
-
...opts,
|
|
948
|
-
});
|
|
949
|
-
this.name = "LastVPCAssociation";
|
|
950
|
-
this.$fault = "client";
|
|
951
|
-
Object.setPrototypeOf(this, LastVPCAssociation.prototype);
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
exports.LastVPCAssociation = LastVPCAssociation;
|
|
955
|
-
class VPCAssociationNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
956
|
-
constructor(opts) {
|
|
957
|
-
super({
|
|
958
|
-
name: "VPCAssociationNotFound",
|
|
959
|
-
$fault: "client",
|
|
960
|
-
...opts,
|
|
961
|
-
});
|
|
962
|
-
this.name = "VPCAssociationNotFound";
|
|
963
|
-
this.$fault = "client";
|
|
964
|
-
Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
exports.VPCAssociationNotFound = VPCAssociationNotFound;
|
|
968
|
-
class HostedZonePartiallyDelegated extends Route53ServiceException_1.Route53ServiceException {
|
|
969
|
-
constructor(opts) {
|
|
970
|
-
super({
|
|
971
|
-
name: "HostedZonePartiallyDelegated",
|
|
972
|
-
$fault: "client",
|
|
973
|
-
...opts,
|
|
974
|
-
});
|
|
975
|
-
this.name = "HostedZonePartiallyDelegated";
|
|
976
|
-
this.$fault = "client";
|
|
977
|
-
Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
exports.HostedZonePartiallyDelegated = HostedZonePartiallyDelegated;
|
|
981
|
-
class KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException_1.Route53ServiceException {
|
|
982
|
-
constructor(opts) {
|
|
983
|
-
super({
|
|
984
|
-
name: "KeySigningKeyWithActiveStatusNotFound",
|
|
985
|
-
$fault: "client",
|
|
986
|
-
...opts,
|
|
987
|
-
});
|
|
988
|
-
this.name = "KeySigningKeyWithActiveStatusNotFound";
|
|
989
|
-
this.$fault = "client";
|
|
990
|
-
Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
exports.KeySigningKeyWithActiveStatusNotFound = KeySigningKeyWithActiveStatusNotFound;
|
|
994
|
-
class NoSuchChange extends Route53ServiceException_1.Route53ServiceException {
|
|
995
|
-
constructor(opts) {
|
|
996
|
-
super({
|
|
997
|
-
name: "NoSuchChange",
|
|
998
|
-
$fault: "client",
|
|
999
|
-
...opts,
|
|
1000
|
-
});
|
|
1001
|
-
this.name = "NoSuchChange";
|
|
1002
|
-
this.$fault = "client";
|
|
1003
|
-
Object.setPrototypeOf(this, NoSuchChange.prototype);
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
exports.NoSuchChange = NoSuchChange;
|
|
1007
|
-
class NoSuchGeoLocation extends Route53ServiceException_1.Route53ServiceException {
|
|
1008
|
-
constructor(opts) {
|
|
1009
|
-
super({
|
|
1010
|
-
name: "NoSuchGeoLocation",
|
|
1011
|
-
$fault: "client",
|
|
1012
|
-
...opts,
|
|
1013
|
-
});
|
|
1014
|
-
this.name = "NoSuchGeoLocation";
|
|
1015
|
-
this.$fault = "client";
|
|
1016
|
-
Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
exports.NoSuchGeoLocation = NoSuchGeoLocation;
|
|
1020
|
-
class IncompatibleVersion extends Route53ServiceException_1.Route53ServiceException {
|
|
1021
|
-
constructor(opts) {
|
|
1022
|
-
super({
|
|
1023
|
-
name: "IncompatibleVersion",
|
|
1024
|
-
$fault: "client",
|
|
1025
|
-
...opts,
|
|
1026
|
-
});
|
|
1027
|
-
this.name = "IncompatibleVersion";
|
|
1028
|
-
this.$fault = "client";
|
|
1029
|
-
Object.setPrototypeOf(this, IncompatibleVersion.prototype);
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
exports.IncompatibleVersion = IncompatibleVersion;
|
|
1033
|
-
exports.HostedZoneLimitType = {
|
|
1034
|
-
MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE",
|
|
1035
|
-
MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE",
|
|
1036
|
-
};
|
|
1037
|
-
class HostedZoneNotPrivate extends Route53ServiceException_1.Route53ServiceException {
|
|
1038
|
-
constructor(opts) {
|
|
1039
|
-
super({
|
|
1040
|
-
name: "HostedZoneNotPrivate",
|
|
1041
|
-
$fault: "client",
|
|
1042
|
-
...opts,
|
|
1043
|
-
});
|
|
1044
|
-
this.name = "HostedZoneNotPrivate";
|
|
1045
|
-
this.$fault = "client";
|
|
1046
|
-
Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
exports.HostedZoneNotPrivate = HostedZoneNotPrivate;
|
|
1050
|
-
exports.ReusableDelegationSetLimitType = {
|
|
1051
|
-
MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
|
|
1052
|
-
};
|
|
1053
|
-
class NoSuchCidrLocationException extends Route53ServiceException_1.Route53ServiceException {
|
|
1054
|
-
constructor(opts) {
|
|
1055
|
-
super({
|
|
1056
|
-
name: "NoSuchCidrLocationException",
|
|
1057
|
-
$fault: "client",
|
|
1058
|
-
...opts,
|
|
1059
|
-
});
|
|
1060
|
-
this.name = "NoSuchCidrLocationException";
|
|
1061
|
-
this.$fault = "client";
|
|
1062
|
-
Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
|
|
1063
|
-
this.Message = opts.Message;
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
exports.NoSuchCidrLocationException = NoSuchCidrLocationException;
|
|
1067
|
-
exports.HostedZoneType = {
|
|
1068
|
-
PRIVATE_HOSTED_ZONE: "PrivateHostedZone",
|
|
1069
|
-
};
|
|
1070
|
-
class InvalidPaginationToken extends Route53ServiceException_1.Route53ServiceException {
|
|
1071
|
-
constructor(opts) {
|
|
1072
|
-
super({
|
|
1073
|
-
name: "InvalidPaginationToken",
|
|
1074
|
-
$fault: "client",
|
|
1075
|
-
...opts,
|
|
1076
|
-
});
|
|
1077
|
-
this.name = "InvalidPaginationToken";
|
|
1078
|
-
this.$fault = "client";
|
|
1079
|
-
Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
exports.InvalidPaginationToken = InvalidPaginationToken;
|
|
1083
|
-
class HealthCheckVersionMismatch extends Route53ServiceException_1.Route53ServiceException {
|
|
1084
|
-
constructor(opts) {
|
|
1085
|
-
super({
|
|
1086
|
-
name: "HealthCheckVersionMismatch",
|
|
1087
|
-
$fault: "client",
|
|
1088
|
-
...opts,
|
|
1089
|
-
});
|
|
1090
|
-
this.name = "HealthCheckVersionMismatch";
|
|
1091
|
-
this.$fault = "client";
|
|
1092
|
-
Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
exports.HealthCheckVersionMismatch = HealthCheckVersionMismatch;
|
|
1096
|
-
exports.ResettableElementName = {
|
|
1097
|
-
ChildHealthChecks: "ChildHealthChecks",
|
|
1098
|
-
FullyQualifiedDomainName: "FullyQualifiedDomainName",
|
|
1099
|
-
Regions: "Regions",
|
|
1100
|
-
ResourcePath: "ResourcePath",
|
|
1101
|
-
};
|
|
1102
|
-
class ConflictingTypes extends Route53ServiceException_1.Route53ServiceException {
|
|
1103
|
-
constructor(opts) {
|
|
1104
|
-
super({
|
|
1105
|
-
name: "ConflictingTypes",
|
|
1106
|
-
$fault: "client",
|
|
1107
|
-
...opts,
|
|
1108
|
-
});
|
|
1109
|
-
this.name = "ConflictingTypes";
|
|
1110
|
-
this.$fault = "client";
|
|
1111
|
-
Object.setPrototypeOf(this, ConflictingTypes.prototype);
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
exports.ConflictingTypes = ConflictingTypes;
|
|
1
|
+
module.exports = require("../index.js");
|