@aws-sdk/client-route-53 3.95.0 → 3.103.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 +27 -0
- package/README.md +2 -1
- package/dist-cjs/Route53.js +90 -0
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +38 -0
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +36 -0
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +38 -0
- package/dist-cjs/commands/ListCidrBlocksCommand.js +36 -0
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +36 -0
- package/dist-cjs/commands/ListCidrLocationsCommand.js +36 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +202 -5
- package/dist-cjs/pagination/ListCidrBlocksPaginator.js +36 -0
- package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListCidrLocationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restXml.js +784 -63
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/Route53.js +90 -0
- package/dist-es/commands/ChangeCidrCollectionCommand.js +41 -0
- package/dist-es/commands/CreateCidrCollectionCommand.js +39 -0
- package/dist-es/commands/DeleteCidrCollectionCommand.js +41 -0
- package/dist-es/commands/ListCidrBlocksCommand.js +39 -0
- package/dist-es/commands/ListCidrCollectionsCommand.js +39 -0
- package/dist-es/commands/ListCidrLocationsCommand.js +39 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +155 -0
- package/dist-es/pagination/ListCidrBlocksPaginator.js +75 -0
- package/dist-es/pagination/ListCidrCollectionsPaginator.js +75 -0
- package/dist-es/pagination/ListCidrLocationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restXml.js +966 -99
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/Route53.d.ts +768 -557
- package/dist-types/Route53Client.d.ts +10 -3
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +19 -18
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +60 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +63 -53
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +2 -3
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +37 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +20 -19
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +40 -31
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +2 -1
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +103 -74
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +42 -35
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -2
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -5
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +10 -8
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +36 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +12 -11
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +33 -30
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +4 -4
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -5
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +5 -4
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +10 -9
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -2
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +10 -7
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +30 -23
- package/dist-types/commands/GetAccountLimitCommand.d.ts +7 -8
- package/dist-types/commands/GetChangeCommand.d.ts +5 -3
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +7 -5
- package/dist-types/commands/GetDNSSECCommand.d.ts +2 -1
- package/dist-types/commands/GetGeoLocationCommand.d.ts +17 -12
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +4 -2
- package/dist-types/commands/GetHostedZoneCommand.d.ts +2 -1
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +5 -5
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +2 -5
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +2 -2
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +5 -4
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +2 -3
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -4
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -1
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +35 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +36 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +36 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +8 -5
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +38 -27
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +22 -18
- package/dist-types/commands/ListHostedZonesCommand.d.ts +6 -4
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +6 -8
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +42 -35
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -3
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +5 -7
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +10 -6
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +10 -6
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +9 -5
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +5 -4
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -2
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +15 -8
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +3053 -1877
- package/dist-types/pagination/ListCidrBlocksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCidrLocationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist-types/ts3.4/Route53.d.ts +14 -0
- package/dist-types/ts3.4/Route53Client.d.ts +8 -2
- package/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +248 -0
- package/dist-types/ts3.4/pagination/ListCidrBlocksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCidrCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCidrLocationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +18 -0
- package/package.json +6 -6
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpdateTrafficPolicyInstanceResponse = exports.UpdateTrafficPolicyInstanceRequest = exports.ConflictingTypes = exports.UpdateTrafficPolicyCommentResponse = exports.UpdateTrafficPolicyCommentRequest = exports.UpdateHostedZoneCommentResponse = exports.UpdateHostedZoneCommentRequest = exports.UpdateHealthCheckResponse = exports.UpdateHealthCheckRequest = exports.HealthCheckVersionMismatch = exports.TestDNSAnswerResponse = exports.TestDNSAnswerRequest = exports.ListVPCAssociationAuthorizationsResponse = exports.ListVPCAssociationAuthorizationsRequest = exports.ListTrafficPolicyVersionsResponse = exports.ListTrafficPolicyVersionsRequest = exports.ListTrafficPolicyInstancesByPolicyResponse = exports.ListTrafficPolicyInstancesByPolicyRequest = exports.ListTrafficPolicyInstancesByHostedZoneResponse = exports.ListTrafficPolicyInstancesByHostedZoneRequest = exports.ListTrafficPolicyInstancesResponse = exports.ListTrafficPolicyInstancesRequest = exports.ListTrafficPoliciesResponse = exports.TrafficPolicySummary = exports.ListTrafficPoliciesRequest = void 0;
|
|
3
|
+
exports.CreateHealthCheckRequest = exports.HealthCheckConfig = exports.HealthCheckType = exports.CreateCidrCollectionResponse = exports.CidrCollection = exports.CreateCidrCollectionRequest = exports.CidrCollectionAlreadyExistsException = exports.ThrottlingException = exports.ChangeTagsForResourceResponse = exports.ChangeTagsForResourceRequest = exports.Tag = exports.NoSuchHealthCheck = exports.InvalidChangeBatch = exports.ChangeResourceRecordSetsResponse = exports.ChangeResourceRecordSetsRequest = exports.ChangeBatch = exports.Change = exports.ResourceRecordSet = exports.ResourceRecord = exports.GeoLocation = exports.CidrRoutingConfig = exports.NoSuchCidrCollectionException = exports.CidrCollectionVersionMismatchException = exports.CidrBlockInUseException = exports.ChangeCidrCollectionResponse = exports.ChangeCidrCollectionRequest = exports.CidrCollectionChange = exports.CidrCollectionChangeAction = exports.PublicZoneVPCAssociation = exports.PriorRequestNotComplete = exports.NotAuthorizedException = exports.NoSuchHostedZone = exports.LimitsExceeded = exports.InvalidVPCId = exports.ConflictingDomainExists = exports.AssociateVPCWithHostedZoneResponse = exports.AssociateVPCWithHostedZoneRequest = exports.VPC = exports.AliasTarget = exports.AlarmIdentifier = exports.NoSuchKeySigningKey = exports.InvalidSigningStatus = exports.InvalidKMSArn = exports.InvalidKeySigningKeyStatus = exports.InvalidInput = exports.ConcurrentModification = exports.ActivateKeySigningKeyResponse = exports.ChangeInfo = exports.ActivateKeySigningKeyRequest = exports.AccountLimit = void 0;
|
|
4
|
+
exports.CreateTrafficPolicyVersionResponse = exports.CreateTrafficPolicyVersionRequest = exports.TrafficPolicyInstanceAlreadyExists = exports.TooManyTrafficPolicyInstances = exports.NoSuchTrafficPolicy = exports.CreateTrafficPolicyInstanceResponse = exports.TrafficPolicyInstance = exports.CreateTrafficPolicyInstanceRequest = exports.TrafficPolicyAlreadyExists = exports.TooManyTrafficPolicies = exports.InvalidTrafficPolicyDocument = exports.CreateTrafficPolicyResponse = exports.TrafficPolicy = exports.CreateTrafficPolicyRequest = exports.HostedZoneNotFound = exports.DelegationSetAlreadyReusable = exports.DelegationSetAlreadyCreated = exports.CreateReusableDelegationSetResponse = exports.CreateReusableDelegationSetRequest = exports.QueryLoggingConfigAlreadyExists = exports.NoSuchCloudWatchLogsLogGroup = exports.InsufficientCloudWatchLogsResourcePolicy = exports.CreateQueryLoggingConfigResponse = exports.QueryLoggingConfig = exports.CreateQueryLoggingConfigRequest = exports.TooManyKeySigningKeys = exports.KeySigningKeyAlreadyExists = exports.InvalidKeySigningKeyName = exports.InvalidArgument = exports.CreateKeySigningKeyResponse = exports.KeySigningKey = exports.CreateKeySigningKeyRequest = exports.TooManyHostedZones = exports.NoSuchDelegationSet = exports.InvalidDomainName = exports.HostedZoneAlreadyExists = exports.DelegationSetNotReusable = exports.DelegationSetNotAvailable = exports.CreateHostedZoneResponse = exports.HostedZone = exports.DelegationSet = exports.CreateHostedZoneRequest = exports.HostedZoneConfig = exports.TooManyHealthChecks = exports.HealthCheckAlreadyExists = exports.CreateHealthCheckResponse = exports.HealthCheck = exports.LinkedService = exports.CloudWatchAlarmConfiguration = exports.Dimension = void 0;
|
|
5
|
+
exports.NoSuchChange = exports.GetChangeResponse = exports.GetChangeRequest = exports.GetAccountLimitResponse = exports.GetAccountLimitRequest = exports.KeySigningKeyWithActiveStatusNotFound = exports.HostedZonePartiallyDelegated = exports.EnableHostedZoneDNSSECResponse = exports.EnableHostedZoneDNSSECRequest = exports.VPCAssociationNotFound = exports.LastVPCAssociation = exports.DisassociateVPCFromHostedZoneResponse = exports.DisassociateVPCFromHostedZoneRequest = exports.DNSSECNotFound = exports.DisableHostedZoneDNSSECResponse = exports.DisableHostedZoneDNSSECRequest = exports.VPCAssociationAuthorizationNotFound = exports.DeleteVPCAssociationAuthorizationResponse = exports.DeleteVPCAssociationAuthorizationRequest = exports.NoSuchTrafficPolicyInstance = exports.DeleteTrafficPolicyInstanceResponse = exports.DeleteTrafficPolicyInstanceRequest = exports.TrafficPolicyInUse = exports.DeleteTrafficPolicyResponse = exports.DeleteTrafficPolicyRequest = exports.DeleteReusableDelegationSetResponse = exports.DeleteReusableDelegationSetRequest = exports.DelegationSetInUse = exports.NoSuchQueryLoggingConfig = exports.DeleteQueryLoggingConfigResponse = exports.DeleteQueryLoggingConfigRequest = exports.DeleteKeySigningKeyResponse = exports.DeleteKeySigningKeyRequest = exports.HostedZoneNotEmpty = exports.DeleteHostedZoneResponse = exports.DeleteHostedZoneRequest = exports.HealthCheckInUse = exports.DeleteHealthCheckResponse = exports.DeleteHealthCheckRequest = exports.DeleteCidrCollectionResponse = exports.DeleteCidrCollectionRequest = exports.CidrCollectionInUseException = exports.KeySigningKeyInUse = exports.KeySigningKeyInParentDSRecord = exports.DeactivateKeySigningKeyResponse = exports.DeactivateKeySigningKeyRequest = exports.TooManyVPCAssociationAuthorizations = exports.CreateVPCAssociationAuthorizationResponse = exports.CreateVPCAssociationAuthorizationRequest = exports.TooManyTrafficPolicyVersionsForCurrentPolicy = void 0;
|
|
6
|
+
exports.LocationSummary = exports.ListCidrLocationsRequest = exports.ListCidrCollectionsResponse = exports.CollectionSummary = exports.ListCidrCollectionsRequest = exports.NoSuchCidrLocationException = exports.ListCidrBlocksResponse = exports.CidrBlockSummary = exports.ListCidrBlocksRequest = exports.GetTrafficPolicyInstanceCountResponse = exports.GetTrafficPolicyInstanceCountRequest = exports.GetTrafficPolicyInstanceResponse = exports.GetTrafficPolicyInstanceRequest = exports.GetTrafficPolicyResponse = exports.GetTrafficPolicyRequest = exports.GetReusableDelegationSetLimitResponse = exports.ReusableDelegationSetLimit = exports.GetReusableDelegationSetLimitRequest = exports.GetReusableDelegationSetResponse = exports.GetReusableDelegationSetRequest = exports.GetQueryLoggingConfigResponse = exports.GetQueryLoggingConfigRequest = exports.HostedZoneNotPrivate = exports.GetHostedZoneLimitResponse = exports.HostedZoneLimit = exports.GetHostedZoneLimitRequest = exports.GetHostedZoneCountResponse = exports.GetHostedZoneCountRequest = exports.GetHostedZoneResponse = exports.GetHostedZoneRequest = exports.GetHealthCheckStatusResponse = exports.GetHealthCheckStatusRequest = exports.GetHealthCheckLastFailureReasonResponse = exports.HealthCheckObservation = exports.StatusReport = exports.GetHealthCheckLastFailureReasonRequest = exports.GetHealthCheckCountResponse = exports.GetHealthCheckCountRequest = exports.IncompatibleVersion = exports.GetHealthCheckResponse = exports.GetHealthCheckRequest = exports.NoSuchGeoLocation = exports.GetGeoLocationResponse = exports.GeoLocationDetails = exports.GetGeoLocationRequest = exports.GetDNSSECResponse = exports.DNSSECStatus = exports.GetDNSSECRequest = exports.GetCheckerIpRangesResponse = exports.GetCheckerIpRangesRequest = void 0;
|
|
7
|
+
exports.UpdateTrafficPolicyInstanceResponse = exports.UpdateTrafficPolicyInstanceRequest = exports.ConflictingTypes = exports.UpdateTrafficPolicyCommentResponse = exports.UpdateTrafficPolicyCommentRequest = exports.UpdateHostedZoneCommentResponse = exports.UpdateHostedZoneCommentRequest = exports.UpdateHealthCheckResponse = exports.UpdateHealthCheckRequest = exports.HealthCheckVersionMismatch = exports.TestDNSAnswerResponse = exports.TestDNSAnswerRequest = exports.ListVPCAssociationAuthorizationsResponse = exports.ListVPCAssociationAuthorizationsRequest = exports.ListTrafficPolicyVersionsResponse = exports.ListTrafficPolicyVersionsRequest = exports.ListTrafficPolicyInstancesByPolicyResponse = exports.ListTrafficPolicyInstancesByPolicyRequest = exports.ListTrafficPolicyInstancesByHostedZoneResponse = exports.ListTrafficPolicyInstancesByHostedZoneRequest = exports.ListTrafficPolicyInstancesResponse = exports.ListTrafficPolicyInstancesRequest = exports.ListTrafficPoliciesResponse = exports.TrafficPolicySummary = exports.ListTrafficPoliciesRequest = exports.ListTagsForResourcesResponse = exports.ListTagsForResourcesRequest = exports.ListTagsForResourceResponse = exports.ResourceTagSet = exports.ListTagsForResourceRequest = exports.ListReusableDelegationSetsResponse = exports.ListReusableDelegationSetsRequest = exports.ListResourceRecordSetsResponse = exports.ListResourceRecordSetsRequest = exports.ListQueryLoggingConfigsResponse = exports.ListQueryLoggingConfigsRequest = exports.ListHostedZonesByVPCResponse = exports.HostedZoneSummary = exports.HostedZoneOwner = exports.ListHostedZonesByVPCRequest = exports.InvalidPaginationToken = exports.ListHostedZonesByNameResponse = exports.ListHostedZonesByNameRequest = exports.ListHostedZonesResponse = exports.ListHostedZonesRequest = exports.ListHealthChecksResponse = exports.ListHealthChecksRequest = exports.ListGeoLocationsResponse = exports.ListGeoLocationsRequest = exports.ListCidrLocationsResponse = void 0;
|
|
8
8
|
const Route53ServiceException_1 = require("./Route53ServiceException");
|
|
9
9
|
var AccountLimit;
|
|
10
10
|
(function (AccountLimit) {
|
|
@@ -229,6 +229,77 @@ class PublicZoneVPCAssociation extends Route53ServiceException_1.Route53ServiceE
|
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
exports.PublicZoneVPCAssociation = PublicZoneVPCAssociation;
|
|
232
|
+
var CidrCollectionChangeAction;
|
|
233
|
+
(function (CidrCollectionChangeAction) {
|
|
234
|
+
CidrCollectionChangeAction["DELETE_IF_EXISTS"] = "DELETE_IF_EXISTS";
|
|
235
|
+
CidrCollectionChangeAction["PUT"] = "PUT";
|
|
236
|
+
})(CidrCollectionChangeAction = exports.CidrCollectionChangeAction || (exports.CidrCollectionChangeAction = {}));
|
|
237
|
+
var CidrCollectionChange;
|
|
238
|
+
(function (CidrCollectionChange) {
|
|
239
|
+
CidrCollectionChange.filterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
})(CidrCollectionChange = exports.CidrCollectionChange || (exports.CidrCollectionChange = {}));
|
|
243
|
+
var ChangeCidrCollectionRequest;
|
|
244
|
+
(function (ChangeCidrCollectionRequest) {
|
|
245
|
+
ChangeCidrCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
})(ChangeCidrCollectionRequest = exports.ChangeCidrCollectionRequest || (exports.ChangeCidrCollectionRequest = {}));
|
|
249
|
+
var ChangeCidrCollectionResponse;
|
|
250
|
+
(function (ChangeCidrCollectionResponse) {
|
|
251
|
+
ChangeCidrCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
252
|
+
...obj,
|
|
253
|
+
});
|
|
254
|
+
})(ChangeCidrCollectionResponse = exports.ChangeCidrCollectionResponse || (exports.ChangeCidrCollectionResponse = {}));
|
|
255
|
+
class CidrBlockInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
256
|
+
constructor(opts) {
|
|
257
|
+
super({
|
|
258
|
+
name: "CidrBlockInUseException",
|
|
259
|
+
$fault: "client",
|
|
260
|
+
...opts,
|
|
261
|
+
});
|
|
262
|
+
this.name = "CidrBlockInUseException";
|
|
263
|
+
this.$fault = "client";
|
|
264
|
+
Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
|
|
265
|
+
this.Message = opts.Message;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
exports.CidrBlockInUseException = CidrBlockInUseException;
|
|
269
|
+
class CidrCollectionVersionMismatchException extends Route53ServiceException_1.Route53ServiceException {
|
|
270
|
+
constructor(opts) {
|
|
271
|
+
super({
|
|
272
|
+
name: "CidrCollectionVersionMismatchException",
|
|
273
|
+
$fault: "client",
|
|
274
|
+
...opts,
|
|
275
|
+
});
|
|
276
|
+
this.name = "CidrCollectionVersionMismatchException";
|
|
277
|
+
this.$fault = "client";
|
|
278
|
+
Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
|
|
279
|
+
this.Message = opts.Message;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
exports.CidrCollectionVersionMismatchException = CidrCollectionVersionMismatchException;
|
|
283
|
+
class NoSuchCidrCollectionException extends Route53ServiceException_1.Route53ServiceException {
|
|
284
|
+
constructor(opts) {
|
|
285
|
+
super({
|
|
286
|
+
name: "NoSuchCidrCollectionException",
|
|
287
|
+
$fault: "client",
|
|
288
|
+
...opts,
|
|
289
|
+
});
|
|
290
|
+
this.name = "NoSuchCidrCollectionException";
|
|
291
|
+
this.$fault = "client";
|
|
292
|
+
Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
|
|
293
|
+
this.Message = opts.Message;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
exports.NoSuchCidrCollectionException = NoSuchCidrCollectionException;
|
|
297
|
+
var CidrRoutingConfig;
|
|
298
|
+
(function (CidrRoutingConfig) {
|
|
299
|
+
CidrRoutingConfig.filterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
302
|
+
})(CidrRoutingConfig = exports.CidrRoutingConfig || (exports.CidrRoutingConfig = {}));
|
|
232
303
|
var GeoLocation;
|
|
233
304
|
(function (GeoLocation) {
|
|
234
305
|
GeoLocation.filterSensitiveLog = (obj) => ({
|
|
@@ -329,6 +400,38 @@ class ThrottlingException extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
329
400
|
}
|
|
330
401
|
}
|
|
331
402
|
exports.ThrottlingException = ThrottlingException;
|
|
403
|
+
class CidrCollectionAlreadyExistsException extends Route53ServiceException_1.Route53ServiceException {
|
|
404
|
+
constructor(opts) {
|
|
405
|
+
super({
|
|
406
|
+
name: "CidrCollectionAlreadyExistsException",
|
|
407
|
+
$fault: "client",
|
|
408
|
+
...opts,
|
|
409
|
+
});
|
|
410
|
+
this.name = "CidrCollectionAlreadyExistsException";
|
|
411
|
+
this.$fault = "client";
|
|
412
|
+
Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
|
|
413
|
+
this.Message = opts.Message;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
exports.CidrCollectionAlreadyExistsException = CidrCollectionAlreadyExistsException;
|
|
417
|
+
var CreateCidrCollectionRequest;
|
|
418
|
+
(function (CreateCidrCollectionRequest) {
|
|
419
|
+
CreateCidrCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
})(CreateCidrCollectionRequest = exports.CreateCidrCollectionRequest || (exports.CreateCidrCollectionRequest = {}));
|
|
423
|
+
var CidrCollection;
|
|
424
|
+
(function (CidrCollection) {
|
|
425
|
+
CidrCollection.filterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
});
|
|
428
|
+
})(CidrCollection = exports.CidrCollection || (exports.CidrCollection = {}));
|
|
429
|
+
var CreateCidrCollectionResponse;
|
|
430
|
+
(function (CreateCidrCollectionResponse) {
|
|
431
|
+
CreateCidrCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
})(CreateCidrCollectionResponse = exports.CreateCidrCollectionResponse || (exports.CreateCidrCollectionResponse = {}));
|
|
332
435
|
var HealthCheckType;
|
|
333
436
|
(function (HealthCheckType) {
|
|
334
437
|
HealthCheckType["CALCULATED"] = "CALCULATED";
|
|
@@ -896,6 +999,32 @@ class KeySigningKeyInUse extends Route53ServiceException_1.Route53ServiceExcepti
|
|
|
896
999
|
}
|
|
897
1000
|
}
|
|
898
1001
|
exports.KeySigningKeyInUse = KeySigningKeyInUse;
|
|
1002
|
+
class CidrCollectionInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
1003
|
+
constructor(opts) {
|
|
1004
|
+
super({
|
|
1005
|
+
name: "CidrCollectionInUseException",
|
|
1006
|
+
$fault: "client",
|
|
1007
|
+
...opts,
|
|
1008
|
+
});
|
|
1009
|
+
this.name = "CidrCollectionInUseException";
|
|
1010
|
+
this.$fault = "client";
|
|
1011
|
+
Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
|
|
1012
|
+
this.Message = opts.Message;
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
exports.CidrCollectionInUseException = CidrCollectionInUseException;
|
|
1016
|
+
var DeleteCidrCollectionRequest;
|
|
1017
|
+
(function (DeleteCidrCollectionRequest) {
|
|
1018
|
+
DeleteCidrCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
})(DeleteCidrCollectionRequest = exports.DeleteCidrCollectionRequest || (exports.DeleteCidrCollectionRequest = {}));
|
|
1022
|
+
var DeleteCidrCollectionResponse;
|
|
1023
|
+
(function (DeleteCidrCollectionResponse) {
|
|
1024
|
+
DeleteCidrCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
1025
|
+
...obj,
|
|
1026
|
+
});
|
|
1027
|
+
})(DeleteCidrCollectionResponse = exports.DeleteCidrCollectionResponse || (exports.DeleteCidrCollectionResponse = {}));
|
|
899
1028
|
var DeleteHealthCheckRequest;
|
|
900
1029
|
(function (DeleteHealthCheckRequest) {
|
|
901
1030
|
DeleteHealthCheckRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1488,6 +1617,74 @@ var GetTrafficPolicyInstanceCountResponse;
|
|
|
1488
1617
|
...obj,
|
|
1489
1618
|
});
|
|
1490
1619
|
})(GetTrafficPolicyInstanceCountResponse = exports.GetTrafficPolicyInstanceCountResponse || (exports.GetTrafficPolicyInstanceCountResponse = {}));
|
|
1620
|
+
var ListCidrBlocksRequest;
|
|
1621
|
+
(function (ListCidrBlocksRequest) {
|
|
1622
|
+
ListCidrBlocksRequest.filterSensitiveLog = (obj) => ({
|
|
1623
|
+
...obj,
|
|
1624
|
+
});
|
|
1625
|
+
})(ListCidrBlocksRequest = exports.ListCidrBlocksRequest || (exports.ListCidrBlocksRequest = {}));
|
|
1626
|
+
var CidrBlockSummary;
|
|
1627
|
+
(function (CidrBlockSummary) {
|
|
1628
|
+
CidrBlockSummary.filterSensitiveLog = (obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
});
|
|
1631
|
+
})(CidrBlockSummary = exports.CidrBlockSummary || (exports.CidrBlockSummary = {}));
|
|
1632
|
+
var ListCidrBlocksResponse;
|
|
1633
|
+
(function (ListCidrBlocksResponse) {
|
|
1634
|
+
ListCidrBlocksResponse.filterSensitiveLog = (obj) => ({
|
|
1635
|
+
...obj,
|
|
1636
|
+
});
|
|
1637
|
+
})(ListCidrBlocksResponse = exports.ListCidrBlocksResponse || (exports.ListCidrBlocksResponse = {}));
|
|
1638
|
+
class NoSuchCidrLocationException extends Route53ServiceException_1.Route53ServiceException {
|
|
1639
|
+
constructor(opts) {
|
|
1640
|
+
super({
|
|
1641
|
+
name: "NoSuchCidrLocationException",
|
|
1642
|
+
$fault: "client",
|
|
1643
|
+
...opts,
|
|
1644
|
+
});
|
|
1645
|
+
this.name = "NoSuchCidrLocationException";
|
|
1646
|
+
this.$fault = "client";
|
|
1647
|
+
Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
|
|
1648
|
+
this.Message = opts.Message;
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
exports.NoSuchCidrLocationException = NoSuchCidrLocationException;
|
|
1652
|
+
var ListCidrCollectionsRequest;
|
|
1653
|
+
(function (ListCidrCollectionsRequest) {
|
|
1654
|
+
ListCidrCollectionsRequest.filterSensitiveLog = (obj) => ({
|
|
1655
|
+
...obj,
|
|
1656
|
+
});
|
|
1657
|
+
})(ListCidrCollectionsRequest = exports.ListCidrCollectionsRequest || (exports.ListCidrCollectionsRequest = {}));
|
|
1658
|
+
var CollectionSummary;
|
|
1659
|
+
(function (CollectionSummary) {
|
|
1660
|
+
CollectionSummary.filterSensitiveLog = (obj) => ({
|
|
1661
|
+
...obj,
|
|
1662
|
+
});
|
|
1663
|
+
})(CollectionSummary = exports.CollectionSummary || (exports.CollectionSummary = {}));
|
|
1664
|
+
var ListCidrCollectionsResponse;
|
|
1665
|
+
(function (ListCidrCollectionsResponse) {
|
|
1666
|
+
ListCidrCollectionsResponse.filterSensitiveLog = (obj) => ({
|
|
1667
|
+
...obj,
|
|
1668
|
+
});
|
|
1669
|
+
})(ListCidrCollectionsResponse = exports.ListCidrCollectionsResponse || (exports.ListCidrCollectionsResponse = {}));
|
|
1670
|
+
var ListCidrLocationsRequest;
|
|
1671
|
+
(function (ListCidrLocationsRequest) {
|
|
1672
|
+
ListCidrLocationsRequest.filterSensitiveLog = (obj) => ({
|
|
1673
|
+
...obj,
|
|
1674
|
+
});
|
|
1675
|
+
})(ListCidrLocationsRequest = exports.ListCidrLocationsRequest || (exports.ListCidrLocationsRequest = {}));
|
|
1676
|
+
var LocationSummary;
|
|
1677
|
+
(function (LocationSummary) {
|
|
1678
|
+
LocationSummary.filterSensitiveLog = (obj) => ({
|
|
1679
|
+
...obj,
|
|
1680
|
+
});
|
|
1681
|
+
})(LocationSummary = exports.LocationSummary || (exports.LocationSummary = {}));
|
|
1682
|
+
var ListCidrLocationsResponse;
|
|
1683
|
+
(function (ListCidrLocationsResponse) {
|
|
1684
|
+
ListCidrLocationsResponse.filterSensitiveLog = (obj) => ({
|
|
1685
|
+
...obj,
|
|
1686
|
+
});
|
|
1687
|
+
})(ListCidrLocationsResponse = exports.ListCidrLocationsResponse || (exports.ListCidrLocationsResponse = {}));
|
|
1491
1688
|
var ListGeoLocationsRequest;
|
|
1492
1689
|
(function (ListGeoLocationsRequest) {
|
|
1493
1690
|
ListGeoLocationsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCidrBlocks = void 0;
|
|
4
|
+
const ListCidrBlocksCommand_1 = require("../commands/ListCidrBlocksCommand");
|
|
5
|
+
const Route53_1 = require("../Route53");
|
|
6
|
+
const Route53Client_1 = require("../Route53Client");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListCidrBlocksCommand_1.ListCidrBlocksCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listCidrBlocks(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListCidrBlocks(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof Route53_1.Route53) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof Route53Client_1.Route53Client) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected Route53 | Route53Client");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.NextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListCidrBlocks = paginateListCidrBlocks;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCidrCollections = void 0;
|
|
4
|
+
const ListCidrCollectionsCommand_1 = require("../commands/ListCidrCollectionsCommand");
|
|
5
|
+
const Route53_1 = require("../Route53");
|
|
6
|
+
const Route53Client_1 = require("../Route53Client");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListCidrCollectionsCommand_1.ListCidrCollectionsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listCidrCollections(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListCidrCollections(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof Route53_1.Route53) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof Route53Client_1.Route53Client) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected Route53 | Route53Client");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.NextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListCidrCollections = paginateListCidrCollections;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCidrLocations = void 0;
|
|
4
|
+
const ListCidrLocationsCommand_1 = require("../commands/ListCidrLocationsCommand");
|
|
5
|
+
const Route53_1 = require("../Route53");
|
|
6
|
+
const Route53Client_1 = require("../Route53Client");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListCidrLocationsCommand_1.ListCidrLocationsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listCidrLocations(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListCidrLocations(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof Route53_1.Route53) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof Route53Client_1.Route53Client) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected Route53 | Route53Client");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
const prevToken = token;
|
|
31
|
+
token = page.NextToken;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
33
|
+
}
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
exports.paginateListCidrLocations = paginateListCidrLocations;
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListCidrBlocksPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListCidrCollectionsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListCidrLocationsPaginator"), exports);
|
|
5
8
|
tslib_1.__exportStar(require("./ListHealthChecksPaginator"), exports);
|
|
6
9
|
tslib_1.__exportStar(require("./ListHostedZonesPaginator"), exports);
|
|
7
10
|
tslib_1.__exportStar(require("./ListQueryLoggingConfigsPaginator"), exports);
|