aws-sdk-route53 1.62.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53/client.rb +317 -33
- data/lib/aws-sdk-route53/client_api.rb +241 -1
- data/lib/aws-sdk-route53/errors.rb +96 -0
- data/lib/aws-sdk-route53/types.rb +600 -35
- data/lib/aws-sdk-route53.rb +1 -1
- metadata +2 -2
@@ -13,6 +13,7 @@ module Aws::Route53
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
ARN = Shapes::StringShape.new(name: 'ARN')
|
16
17
|
AWSAccountID = Shapes::StringShape.new(name: 'AWSAccountID')
|
17
18
|
AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
|
18
19
|
AccountLimitType = Shapes::StringShape.new(name: 'AccountLimitType')
|
@@ -28,6 +29,9 @@ module Aws::Route53
|
|
28
29
|
Change = Shapes::StructureShape.new(name: 'Change')
|
29
30
|
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
30
31
|
ChangeBatch = Shapes::StructureShape.new(name: 'ChangeBatch')
|
32
|
+
ChangeCidrCollectionRequest = Shapes::StructureShape.new(name: 'ChangeCidrCollectionRequest')
|
33
|
+
ChangeCidrCollectionResponse = Shapes::StructureShape.new(name: 'ChangeCidrCollectionResponse')
|
34
|
+
ChangeId = Shapes::StringShape.new(name: 'ChangeId')
|
31
35
|
ChangeInfo = Shapes::StructureShape.new(name: 'ChangeInfo')
|
32
36
|
ChangeResourceRecordSetsRequest = Shapes::StructureShape.new(name: 'ChangeResourceRecordSetsRequest')
|
33
37
|
ChangeResourceRecordSetsResponse = Shapes::StructureShape.new(name: 'ChangeResourceRecordSetsResponse')
|
@@ -37,13 +41,35 @@ module Aws::Route53
|
|
37
41
|
Changes = Shapes::ListShape.new(name: 'Changes')
|
38
42
|
CheckerIpRanges = Shapes::ListShape.new(name: 'CheckerIpRanges')
|
39
43
|
ChildHealthCheckList = Shapes::ListShape.new(name: 'ChildHealthCheckList')
|
44
|
+
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
45
|
+
CidrBlockInUseException = Shapes::StructureShape.new(name: 'CidrBlockInUseException')
|
46
|
+
CidrBlockSummaries = Shapes::ListShape.new(name: 'CidrBlockSummaries')
|
47
|
+
CidrBlockSummary = Shapes::StructureShape.new(name: 'CidrBlockSummary')
|
48
|
+
CidrCollection = Shapes::StructureShape.new(name: 'CidrCollection')
|
49
|
+
CidrCollectionAlreadyExistsException = Shapes::StructureShape.new(name: 'CidrCollectionAlreadyExistsException')
|
50
|
+
CidrCollectionChange = Shapes::StructureShape.new(name: 'CidrCollectionChange')
|
51
|
+
CidrCollectionChangeAction = Shapes::StringShape.new(name: 'CidrCollectionChangeAction')
|
52
|
+
CidrCollectionChanges = Shapes::ListShape.new(name: 'CidrCollectionChanges')
|
53
|
+
CidrCollectionInUseException = Shapes::StructureShape.new(name: 'CidrCollectionInUseException')
|
54
|
+
CidrCollectionVersionMismatchException = Shapes::StructureShape.new(name: 'CidrCollectionVersionMismatchException')
|
55
|
+
CidrList = Shapes::ListShape.new(name: 'CidrList')
|
56
|
+
CidrLocationNameDefaultAllowed = Shapes::StringShape.new(name: 'CidrLocationNameDefaultAllowed')
|
57
|
+
CidrLocationNameDefaultNotAllowed = Shapes::StringShape.new(name: 'CidrLocationNameDefaultNotAllowed')
|
58
|
+
CidrNonce = Shapes::StringShape.new(name: 'CidrNonce')
|
59
|
+
CidrRoutingConfig = Shapes::StructureShape.new(name: 'CidrRoutingConfig')
|
40
60
|
CloudWatchAlarmConfiguration = Shapes::StructureShape.new(name: 'CloudWatchAlarmConfiguration')
|
41
61
|
CloudWatchLogsLogGroupArn = Shapes::StringShape.new(name: 'CloudWatchLogsLogGroupArn')
|
42
62
|
CloudWatchRegion = Shapes::StringShape.new(name: 'CloudWatchRegion')
|
63
|
+
CollectionName = Shapes::StringShape.new(name: 'CollectionName')
|
64
|
+
CollectionSummaries = Shapes::ListShape.new(name: 'CollectionSummaries')
|
65
|
+
CollectionSummary = Shapes::StructureShape.new(name: 'CollectionSummary')
|
66
|
+
CollectionVersion = Shapes::IntegerShape.new(name: 'CollectionVersion')
|
43
67
|
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
44
68
|
ConcurrentModification = Shapes::StructureShape.new(name: 'ConcurrentModification')
|
45
69
|
ConflictingDomainExists = Shapes::StructureShape.new(name: 'ConflictingDomainExists')
|
46
70
|
ConflictingTypes = Shapes::StructureShape.new(name: 'ConflictingTypes')
|
71
|
+
CreateCidrCollectionRequest = Shapes::StructureShape.new(name: 'CreateCidrCollectionRequest')
|
72
|
+
CreateCidrCollectionResponse = Shapes::StructureShape.new(name: 'CreateCidrCollectionResponse')
|
47
73
|
CreateHealthCheckRequest = Shapes::StructureShape.new(name: 'CreateHealthCheckRequest')
|
48
74
|
CreateHealthCheckResponse = Shapes::StructureShape.new(name: 'CreateHealthCheckResponse')
|
49
75
|
CreateHostedZoneRequest = Shapes::StructureShape.new(name: 'CreateHostedZoneRequest')
|
@@ -76,6 +102,8 @@ module Aws::Route53
|
|
76
102
|
DelegationSetNotAvailable = Shapes::StructureShape.new(name: 'DelegationSetNotAvailable')
|
77
103
|
DelegationSetNotReusable = Shapes::StructureShape.new(name: 'DelegationSetNotReusable')
|
78
104
|
DelegationSets = Shapes::ListShape.new(name: 'DelegationSets')
|
105
|
+
DeleteCidrCollectionRequest = Shapes::StructureShape.new(name: 'DeleteCidrCollectionRequest')
|
106
|
+
DeleteCidrCollectionResponse = Shapes::StructureShape.new(name: 'DeleteCidrCollectionResponse')
|
79
107
|
DeleteHealthCheckRequest = Shapes::StructureShape.new(name: 'DeleteHealthCheckRequest')
|
80
108
|
DeleteHealthCheckResponse = Shapes::StructureShape.new(name: 'DeleteHealthCheckResponse')
|
81
109
|
DeleteHostedZoneRequest = Shapes::StructureShape.new(name: 'DeleteHostedZoneRequest')
|
@@ -214,6 +242,12 @@ module Aws::Route53
|
|
214
242
|
LimitValue = Shapes::IntegerShape.new(name: 'LimitValue')
|
215
243
|
LimitsExceeded = Shapes::StructureShape.new(name: 'LimitsExceeded')
|
216
244
|
LinkedService = Shapes::StructureShape.new(name: 'LinkedService')
|
245
|
+
ListCidrBlocksRequest = Shapes::StructureShape.new(name: 'ListCidrBlocksRequest')
|
246
|
+
ListCidrBlocksResponse = Shapes::StructureShape.new(name: 'ListCidrBlocksResponse')
|
247
|
+
ListCidrCollectionsRequest = Shapes::StructureShape.new(name: 'ListCidrCollectionsRequest')
|
248
|
+
ListCidrCollectionsResponse = Shapes::StructureShape.new(name: 'ListCidrCollectionsResponse')
|
249
|
+
ListCidrLocationsRequest = Shapes::StructureShape.new(name: 'ListCidrLocationsRequest')
|
250
|
+
ListCidrLocationsResponse = Shapes::StructureShape.new(name: 'ListCidrLocationsResponse')
|
217
251
|
ListGeoLocationsRequest = Shapes::StructureShape.new(name: 'ListGeoLocationsRequest')
|
218
252
|
ListGeoLocationsResponse = Shapes::StructureShape.new(name: 'ListGeoLocationsResponse')
|
219
253
|
ListHealthChecksRequest = Shapes::StructureShape.new(name: 'ListHealthChecksRequest')
|
@@ -246,6 +280,8 @@ module Aws::Route53
|
|
246
280
|
ListTrafficPolicyVersionsResponse = Shapes::StructureShape.new(name: 'ListTrafficPolicyVersionsResponse')
|
247
281
|
ListVPCAssociationAuthorizationsRequest = Shapes::StructureShape.new(name: 'ListVPCAssociationAuthorizationsRequest')
|
248
282
|
ListVPCAssociationAuthorizationsResponse = Shapes::StructureShape.new(name: 'ListVPCAssociationAuthorizationsResponse')
|
283
|
+
LocationSummaries = Shapes::ListShape.new(name: 'LocationSummaries')
|
284
|
+
LocationSummary = Shapes::StructureShape.new(name: 'LocationSummary')
|
249
285
|
MaxResults = Shapes::StringShape.new(name: 'MaxResults')
|
250
286
|
MeasureLatency = Shapes::BooleanShape.new(name: 'MeasureLatency')
|
251
287
|
Message = Shapes::StringShape.new(name: 'Message')
|
@@ -253,6 +289,8 @@ module Aws::Route53
|
|
253
289
|
Nameserver = Shapes::StringShape.new(name: 'Nameserver')
|
254
290
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
255
291
|
NoSuchChange = Shapes::StructureShape.new(name: 'NoSuchChange')
|
292
|
+
NoSuchCidrCollectionException = Shapes::StructureShape.new(name: 'NoSuchCidrCollectionException')
|
293
|
+
NoSuchCidrLocationException = Shapes::StructureShape.new(name: 'NoSuchCidrLocationException')
|
256
294
|
NoSuchCloudWatchLogsLogGroup = Shapes::StructureShape.new(name: 'NoSuchCloudWatchLogsLogGroup')
|
257
295
|
NoSuchDelegationSet = Shapes::StructureShape.new(name: 'NoSuchDelegationSet')
|
258
296
|
NoSuchGeoLocation = Shapes::StructureShape.new(name: 'NoSuchGeoLocation')
|
@@ -354,6 +392,7 @@ module Aws::Route53
|
|
354
392
|
TrafficPolicyVersion = Shapes::IntegerShape.new(name: 'TrafficPolicyVersion')
|
355
393
|
TrafficPolicyVersionMarker = Shapes::StringShape.new(name: 'TrafficPolicyVersionMarker')
|
356
394
|
TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
|
395
|
+
UUID = Shapes::StringShape.new(name: 'UUID')
|
357
396
|
UpdateHealthCheckRequest = Shapes::StructureShape.new(name: 'UpdateHealthCheckRequest')
|
358
397
|
UpdateHealthCheckResponse = Shapes::StructureShape.new(name: 'UpdateHealthCheckResponse')
|
359
398
|
UpdateHostedZoneCommentRequest = Shapes::StructureShape.new(name: 'UpdateHostedZoneCommentRequest')
|
@@ -406,6 +445,14 @@ module Aws::Route53
|
|
406
445
|
ChangeBatch.add_member(:changes, Shapes::ShapeRef.new(shape: Changes, required: true, location_name: "Changes"))
|
407
446
|
ChangeBatch.struct_class = Types::ChangeBatch
|
408
447
|
|
448
|
+
ChangeCidrCollectionRequest.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "CidrCollectionId"))
|
449
|
+
ChangeCidrCollectionRequest.add_member(:collection_version, Shapes::ShapeRef.new(shape: CollectionVersion, location_name: "CollectionVersion"))
|
450
|
+
ChangeCidrCollectionRequest.add_member(:changes, Shapes::ShapeRef.new(shape: CidrCollectionChanges, required: true, location_name: "Changes"))
|
451
|
+
ChangeCidrCollectionRequest.struct_class = Types::ChangeCidrCollectionRequest
|
452
|
+
|
453
|
+
ChangeCidrCollectionResponse.add_member(:id, Shapes::ShapeRef.new(shape: ChangeId, required: true, location_name: "Id"))
|
454
|
+
ChangeCidrCollectionResponse.struct_class = Types::ChangeCidrCollectionResponse
|
455
|
+
|
409
456
|
ChangeInfo.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "Id"))
|
410
457
|
ChangeInfo.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, required: true, location_name: "Status"))
|
411
458
|
ChangeInfo.add_member(:submitted_at, Shapes::ShapeRef.new(shape: TimeStamp, required: true, location_name: "SubmittedAt"))
|
@@ -433,6 +480,43 @@ module Aws::Route53
|
|
433
480
|
|
434
481
|
ChildHealthCheckList.member = Shapes::ShapeRef.new(shape: HealthCheckId, location_name: "ChildHealthCheck")
|
435
482
|
|
483
|
+
CidrBlockInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
484
|
+
CidrBlockInUseException.struct_class = Types::CidrBlockInUseException
|
485
|
+
|
486
|
+
CidrBlockSummaries.member = Shapes::ShapeRef.new(shape: CidrBlockSummary)
|
487
|
+
|
488
|
+
CidrBlockSummary.add_member(:cidr_block, Shapes::ShapeRef.new(shape: Cidr, location_name: "CidrBlock"))
|
489
|
+
CidrBlockSummary.add_member(:location_name, Shapes::ShapeRef.new(shape: CidrLocationNameDefaultNotAllowed, location_name: "LocationName"))
|
490
|
+
CidrBlockSummary.struct_class = Types::CidrBlockSummary
|
491
|
+
|
492
|
+
CidrCollection.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
493
|
+
CidrCollection.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
|
494
|
+
CidrCollection.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "Name"))
|
495
|
+
CidrCollection.add_member(:version, Shapes::ShapeRef.new(shape: CollectionVersion, location_name: "Version"))
|
496
|
+
CidrCollection.struct_class = Types::CidrCollection
|
497
|
+
|
498
|
+
CidrCollectionAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
499
|
+
CidrCollectionAlreadyExistsException.struct_class = Types::CidrCollectionAlreadyExistsException
|
500
|
+
|
501
|
+
CidrCollectionChange.add_member(:location_name, Shapes::ShapeRef.new(shape: CidrLocationNameDefaultNotAllowed, required: true, location_name: "LocationName"))
|
502
|
+
CidrCollectionChange.add_member(:action, Shapes::ShapeRef.new(shape: CidrCollectionChangeAction, required: true, location_name: "Action"))
|
503
|
+
CidrCollectionChange.add_member(:cidr_list, Shapes::ShapeRef.new(shape: CidrList, required: true, location_name: "CidrList"))
|
504
|
+
CidrCollectionChange.struct_class = Types::CidrCollectionChange
|
505
|
+
|
506
|
+
CidrCollectionChanges.member = Shapes::ShapeRef.new(shape: CidrCollectionChange)
|
507
|
+
|
508
|
+
CidrCollectionInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
509
|
+
CidrCollectionInUseException.struct_class = Types::CidrCollectionInUseException
|
510
|
+
|
511
|
+
CidrCollectionVersionMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
512
|
+
CidrCollectionVersionMismatchException.struct_class = Types::CidrCollectionVersionMismatchException
|
513
|
+
|
514
|
+
CidrList.member = Shapes::ShapeRef.new(shape: Cidr, location_name: "Cidr")
|
515
|
+
|
516
|
+
CidrRoutingConfig.add_member(:collection_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "CollectionId"))
|
517
|
+
CidrRoutingConfig.add_member(:location_name, Shapes::ShapeRef.new(shape: CidrLocationNameDefaultAllowed, required: true, location_name: "LocationName"))
|
518
|
+
CidrRoutingConfig.struct_class = Types::CidrRoutingConfig
|
519
|
+
|
436
520
|
CloudWatchAlarmConfiguration.add_member(:evaluation_periods, Shapes::ShapeRef.new(shape: EvaluationPeriods, required: true, location_name: "EvaluationPeriods"))
|
437
521
|
CloudWatchAlarmConfiguration.add_member(:threshold, Shapes::ShapeRef.new(shape: Threshold, required: true, location_name: "Threshold"))
|
438
522
|
CloudWatchAlarmConfiguration.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
|
@@ -443,6 +527,14 @@ module Aws::Route53
|
|
443
527
|
CloudWatchAlarmConfiguration.add_member(:dimensions, Shapes::ShapeRef.new(shape: DimensionList, location_name: "Dimensions"))
|
444
528
|
CloudWatchAlarmConfiguration.struct_class = Types::CloudWatchAlarmConfiguration
|
445
529
|
|
530
|
+
CollectionSummaries.member = Shapes::ShapeRef.new(shape: CollectionSummary)
|
531
|
+
|
532
|
+
CollectionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "Arn"))
|
533
|
+
CollectionSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
|
534
|
+
CollectionSummary.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "Name"))
|
535
|
+
CollectionSummary.add_member(:version, Shapes::ShapeRef.new(shape: CollectionVersion, location_name: "Version"))
|
536
|
+
CollectionSummary.struct_class = Types::CollectionSummary
|
537
|
+
|
446
538
|
ConcurrentModification.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
447
539
|
ConcurrentModification.struct_class = Types::ConcurrentModification
|
448
540
|
|
@@ -452,6 +544,14 @@ module Aws::Route53
|
|
452
544
|
ConflictingTypes.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
453
545
|
ConflictingTypes.struct_class = Types::ConflictingTypes
|
454
546
|
|
547
|
+
CreateCidrCollectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: CollectionName, required: true, location_name: "Name"))
|
548
|
+
CreateCidrCollectionRequest.add_member(:caller_reference, Shapes::ShapeRef.new(shape: CidrNonce, required: true, location_name: "CallerReference"))
|
549
|
+
CreateCidrCollectionRequest.struct_class = Types::CreateCidrCollectionRequest
|
550
|
+
|
551
|
+
CreateCidrCollectionResponse.add_member(:collection, Shapes::ShapeRef.new(shape: CidrCollection, location_name: "Collection"))
|
552
|
+
CreateCidrCollectionResponse.add_member(:location, Shapes::ShapeRef.new(shape: ResourceURI, location: "header", location_name: "Location"))
|
553
|
+
CreateCidrCollectionResponse.struct_class = Types::CreateCidrCollectionResponse
|
554
|
+
|
455
555
|
CreateHealthCheckRequest.add_member(:caller_reference, Shapes::ShapeRef.new(shape: HealthCheckNonce, required: true, location_name: "CallerReference"))
|
456
556
|
CreateHealthCheckRequest.add_member(:health_check_config, Shapes::ShapeRef.new(shape: HealthCheckConfig, required: true, location_name: "HealthCheckConfig"))
|
457
557
|
CreateHealthCheckRequest.struct_class = Types::CreateHealthCheckRequest
|
@@ -577,6 +677,11 @@ module Aws::Route53
|
|
577
677
|
|
578
678
|
DelegationSets.member = Shapes::ShapeRef.new(shape: DelegationSet, location_name: "DelegationSet")
|
579
679
|
|
680
|
+
DeleteCidrCollectionRequest.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "CidrCollectionId"))
|
681
|
+
DeleteCidrCollectionRequest.struct_class = Types::DeleteCidrCollectionRequest
|
682
|
+
|
683
|
+
DeleteCidrCollectionResponse.struct_class = Types::DeleteCidrCollectionResponse
|
684
|
+
|
580
685
|
DeleteHealthCheckRequest.add_member(:health_check_id, Shapes::ShapeRef.new(shape: HealthCheckId, required: true, location: "uri", location_name: "HealthCheckId"))
|
581
686
|
DeleteHealthCheckRequest.struct_class = Types::DeleteHealthCheckRequest
|
582
687
|
|
@@ -672,7 +777,7 @@ module Aws::Route53
|
|
672
777
|
GetAccountLimitResponse.add_member(:count, Shapes::ShapeRef.new(shape: UsageCount, required: true, location_name: "Count"))
|
673
778
|
GetAccountLimitResponse.struct_class = Types::GetAccountLimitResponse
|
674
779
|
|
675
|
-
GetChangeRequest.add_member(:id, Shapes::ShapeRef.new(shape:
|
780
|
+
GetChangeRequest.add_member(:id, Shapes::ShapeRef.new(shape: ChangeId, required: true, location: "uri", location_name: "Id"))
|
676
781
|
GetChangeRequest.struct_class = Types::GetChangeRequest
|
677
782
|
|
678
783
|
GetChangeResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
@@ -954,6 +1059,33 @@ module Aws::Route53
|
|
954
1059
|
LinkedService.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
955
1060
|
LinkedService.struct_class = Types::LinkedService
|
956
1061
|
|
1062
|
+
ListCidrBlocksRequest.add_member(:collection_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "CidrCollectionId"))
|
1063
|
+
ListCidrBlocksRequest.add_member(:location_name, Shapes::ShapeRef.new(shape: CidrLocationNameDefaultNotAllowed, location: "querystring", location_name: "location"))
|
1064
|
+
ListCidrBlocksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nexttoken"))
|
1065
|
+
ListCidrBlocksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxresults"))
|
1066
|
+
ListCidrBlocksRequest.struct_class = Types::ListCidrBlocksRequest
|
1067
|
+
|
1068
|
+
ListCidrBlocksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1069
|
+
ListCidrBlocksResponse.add_member(:cidr_blocks, Shapes::ShapeRef.new(shape: CidrBlockSummaries, location_name: "CidrBlocks"))
|
1070
|
+
ListCidrBlocksResponse.struct_class = Types::ListCidrBlocksResponse
|
1071
|
+
|
1072
|
+
ListCidrCollectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nexttoken"))
|
1073
|
+
ListCidrCollectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxresults"))
|
1074
|
+
ListCidrCollectionsRequest.struct_class = Types::ListCidrCollectionsRequest
|
1075
|
+
|
1076
|
+
ListCidrCollectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1077
|
+
ListCidrCollectionsResponse.add_member(:cidr_collections, Shapes::ShapeRef.new(shape: CollectionSummaries, location_name: "CidrCollections"))
|
1078
|
+
ListCidrCollectionsResponse.struct_class = Types::ListCidrCollectionsResponse
|
1079
|
+
|
1080
|
+
ListCidrLocationsRequest.add_member(:collection_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "CidrCollectionId"))
|
1081
|
+
ListCidrLocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nexttoken"))
|
1082
|
+
ListCidrLocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxresults"))
|
1083
|
+
ListCidrLocationsRequest.struct_class = Types::ListCidrLocationsRequest
|
1084
|
+
|
1085
|
+
ListCidrLocationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1086
|
+
ListCidrLocationsResponse.add_member(:cidr_locations, Shapes::ShapeRef.new(shape: LocationSummaries, location_name: "CidrLocations"))
|
1087
|
+
ListCidrLocationsResponse.struct_class = Types::ListCidrLocationsResponse
|
1088
|
+
|
957
1089
|
ListGeoLocationsRequest.add_member(:start_continent_code, Shapes::ShapeRef.new(shape: GeoLocationContinentCode, location: "querystring", location_name: "startcontinentcode"))
|
958
1090
|
ListGeoLocationsRequest.add_member(:start_country_code, Shapes::ShapeRef.new(shape: GeoLocationCountryCode, location: "querystring", location_name: "startcountrycode"))
|
959
1091
|
ListGeoLocationsRequest.add_member(:start_subdivision_code, Shapes::ShapeRef.new(shape: GeoLocationSubdivisionCode, location: "querystring", location_name: "startsubdivisioncode"))
|
@@ -1139,9 +1271,20 @@ module Aws::Route53
|
|
1139
1271
|
ListVPCAssociationAuthorizationsResponse.add_member(:vp_cs, Shapes::ShapeRef.new(shape: VPCs, required: true, location_name: "VPCs"))
|
1140
1272
|
ListVPCAssociationAuthorizationsResponse.struct_class = Types::ListVPCAssociationAuthorizationsResponse
|
1141
1273
|
|
1274
|
+
LocationSummaries.member = Shapes::ShapeRef.new(shape: LocationSummary)
|
1275
|
+
|
1276
|
+
LocationSummary.add_member(:location_name, Shapes::ShapeRef.new(shape: CidrLocationNameDefaultAllowed, location_name: "LocationName"))
|
1277
|
+
LocationSummary.struct_class = Types::LocationSummary
|
1278
|
+
|
1142
1279
|
NoSuchChange.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1143
1280
|
NoSuchChange.struct_class = Types::NoSuchChange
|
1144
1281
|
|
1282
|
+
NoSuchCidrCollectionException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1283
|
+
NoSuchCidrCollectionException.struct_class = Types::NoSuchCidrCollectionException
|
1284
|
+
|
1285
|
+
NoSuchCidrLocationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1286
|
+
NoSuchCidrLocationException.struct_class = Types::NoSuchCidrLocationException
|
1287
|
+
|
1145
1288
|
NoSuchCloudWatchLogsLogGroup.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1146
1289
|
NoSuchCloudWatchLogsLogGroup.struct_class = Types::NoSuchCloudWatchLogsLogGroup
|
1147
1290
|
|
@@ -1208,6 +1351,7 @@ module Aws::Route53
|
|
1208
1351
|
ResourceRecordSet.add_member(:alias_target, Shapes::ShapeRef.new(shape: AliasTarget, location_name: "AliasTarget"))
|
1209
1352
|
ResourceRecordSet.add_member(:health_check_id, Shapes::ShapeRef.new(shape: HealthCheckId, location_name: "HealthCheckId"))
|
1210
1353
|
ResourceRecordSet.add_member(:traffic_policy_instance_id, Shapes::ShapeRef.new(shape: TrafficPolicyInstanceId, location_name: "TrafficPolicyInstanceId"))
|
1354
|
+
ResourceRecordSet.add_member(:cidr_routing_config, Shapes::ShapeRef.new(shape: CidrRoutingConfig, location_name: "CidrRoutingConfig"))
|
1211
1355
|
ResourceRecordSet.struct_class = Types::ResourceRecordSet
|
1212
1356
|
|
1213
1357
|
ResourceRecordSets.member = Shapes::ShapeRef.new(shape: ResourceRecordSet, location_name: "ResourceRecordSet")
|
@@ -1431,6 +1575,25 @@ module Aws::Route53
|
|
1431
1575
|
o.errors << Shapes::ShapeRef.new(shape: PriorRequestNotComplete)
|
1432
1576
|
end)
|
1433
1577
|
|
1578
|
+
api.add_operation(:change_cidr_collection, Seahorse::Model::Operation.new.tap do |o|
|
1579
|
+
o.name = "ChangeCidrCollection"
|
1580
|
+
o.http_method = "POST"
|
1581
|
+
o.http_request_uri = "/2013-04-01/cidrcollection/{CidrCollectionId}"
|
1582
|
+
o.input = Shapes::ShapeRef.new(shape: ChangeCidrCollectionRequest,
|
1583
|
+
location_name: "ChangeCidrCollectionRequest",
|
1584
|
+
metadata: {
|
1585
|
+
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1586
|
+
}
|
1587
|
+
)
|
1588
|
+
o.output = Shapes::ShapeRef.new(shape: ChangeCidrCollectionResponse)
|
1589
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCidrCollectionException)
|
1590
|
+
o.errors << Shapes::ShapeRef.new(shape: CidrCollectionVersionMismatchException)
|
1591
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1592
|
+
o.errors << Shapes::ShapeRef.new(shape: CidrBlockInUseException)
|
1593
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitsExceeded)
|
1594
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1595
|
+
end)
|
1596
|
+
|
1434
1597
|
api.add_operation(:change_resource_record_sets, Seahorse::Model::Operation.new.tap do |o|
|
1435
1598
|
o.name = "ChangeResourceRecordSets"
|
1436
1599
|
o.http_method = "POST"
|
@@ -1467,6 +1630,23 @@ module Aws::Route53
|
|
1467
1630
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1468
1631
|
end)
|
1469
1632
|
|
1633
|
+
api.add_operation(:create_cidr_collection, Seahorse::Model::Operation.new.tap do |o|
|
1634
|
+
o.name = "CreateCidrCollection"
|
1635
|
+
o.http_method = "POST"
|
1636
|
+
o.http_request_uri = "/2013-04-01/cidrcollection"
|
1637
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCidrCollectionRequest,
|
1638
|
+
location_name: "CreateCidrCollectionRequest",
|
1639
|
+
metadata: {
|
1640
|
+
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1641
|
+
}
|
1642
|
+
)
|
1643
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCidrCollectionResponse)
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitsExceeded)
|
1645
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: CidrCollectionAlreadyExistsException)
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1648
|
+
end)
|
1649
|
+
|
1470
1650
|
api.add_operation(:create_health_check, Seahorse::Model::Operation.new.tap do |o|
|
1471
1651
|
o.name = "CreateHealthCheck"
|
1472
1652
|
o.http_method = "POST"
|
@@ -1653,6 +1833,18 @@ module Aws::Route53
|
|
1653
1833
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1654
1834
|
end)
|
1655
1835
|
|
1836
|
+
api.add_operation(:delete_cidr_collection, Seahorse::Model::Operation.new.tap do |o|
|
1837
|
+
o.name = "DeleteCidrCollection"
|
1838
|
+
o.http_method = "DELETE"
|
1839
|
+
o.http_request_uri = "/2013-04-01/cidrcollection/{CidrCollectionId}"
|
1840
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCidrCollectionRequest)
|
1841
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCidrCollectionResponse)
|
1842
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCidrCollectionException)
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: CidrCollectionInUseException)
|
1844
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1845
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1846
|
+
end)
|
1847
|
+
|
1656
1848
|
api.add_operation(:delete_health_check, Seahorse::Model::Operation.new.tap do |o|
|
1657
1849
|
o.name = "DeleteHealthCheck"
|
1658
1850
|
o.http_method = "DELETE"
|
@@ -1982,6 +2174,54 @@ module Aws::Route53
|
|
1982
2174
|
o.output = Shapes::ShapeRef.new(shape: GetTrafficPolicyInstanceCountResponse)
|
1983
2175
|
end)
|
1984
2176
|
|
2177
|
+
api.add_operation(:list_cidr_blocks, Seahorse::Model::Operation.new.tap do |o|
|
2178
|
+
o.name = "ListCidrBlocks"
|
2179
|
+
o.http_method = "GET"
|
2180
|
+
o.http_request_uri = "/2013-04-01/cidrcollection/{CidrCollectionId}/cidrblocks"
|
2181
|
+
o.input = Shapes::ShapeRef.new(shape: ListCidrBlocksRequest)
|
2182
|
+
o.output = Shapes::ShapeRef.new(shape: ListCidrBlocksResponse)
|
2183
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCidrCollectionException)
|
2184
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCidrLocationException)
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
2186
|
+
o[:pager] = Aws::Pager.new(
|
2187
|
+
limit_key: "max_results",
|
2188
|
+
tokens: {
|
2189
|
+
"next_token" => "next_token"
|
2190
|
+
}
|
2191
|
+
)
|
2192
|
+
end)
|
2193
|
+
|
2194
|
+
api.add_operation(:list_cidr_collections, Seahorse::Model::Operation.new.tap do |o|
|
2195
|
+
o.name = "ListCidrCollections"
|
2196
|
+
o.http_method = "GET"
|
2197
|
+
o.http_request_uri = "/2013-04-01/cidrcollection"
|
2198
|
+
o.input = Shapes::ShapeRef.new(shape: ListCidrCollectionsRequest)
|
2199
|
+
o.output = Shapes::ShapeRef.new(shape: ListCidrCollectionsResponse)
|
2200
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
2201
|
+
o[:pager] = Aws::Pager.new(
|
2202
|
+
limit_key: "max_results",
|
2203
|
+
tokens: {
|
2204
|
+
"next_token" => "next_token"
|
2205
|
+
}
|
2206
|
+
)
|
2207
|
+
end)
|
2208
|
+
|
2209
|
+
api.add_operation(:list_cidr_locations, Seahorse::Model::Operation.new.tap do |o|
|
2210
|
+
o.name = "ListCidrLocations"
|
2211
|
+
o.http_method = "GET"
|
2212
|
+
o.http_request_uri = "/2013-04-01/cidrcollection/{CidrCollectionId}"
|
2213
|
+
o.input = Shapes::ShapeRef.new(shape: ListCidrLocationsRequest)
|
2214
|
+
o.output = Shapes::ShapeRef.new(shape: ListCidrLocationsResponse)
|
2215
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCidrCollectionException)
|
2216
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
2217
|
+
o[:pager] = Aws::Pager.new(
|
2218
|
+
limit_key: "max_results",
|
2219
|
+
tokens: {
|
2220
|
+
"next_token" => "next_token"
|
2221
|
+
}
|
2222
|
+
)
|
2223
|
+
end)
|
2224
|
+
|
1985
2225
|
api.add_operation(:list_geo_locations, Seahorse::Model::Operation.new.tap do |o|
|
1986
2226
|
o.name = "ListGeoLocations"
|
1987
2227
|
o.http_method = "GET"
|
@@ -27,6 +27,10 @@ module Aws::Route53
|
|
27
27
|
# See {Seahorse::Client::RequestContext} for more information.
|
28
28
|
#
|
29
29
|
# ## Error Classes
|
30
|
+
# * {CidrBlockInUseException}
|
31
|
+
# * {CidrCollectionAlreadyExistsException}
|
32
|
+
# * {CidrCollectionInUseException}
|
33
|
+
# * {CidrCollectionVersionMismatchException}
|
30
34
|
# * {ConcurrentModification}
|
31
35
|
# * {ConflictingDomainExists}
|
32
36
|
# * {ConflictingTypes}
|
@@ -64,6 +68,8 @@ module Aws::Route53
|
|
64
68
|
# * {LastVPCAssociation}
|
65
69
|
# * {LimitsExceeded}
|
66
70
|
# * {NoSuchChange}
|
71
|
+
# * {NoSuchCidrCollectionException}
|
72
|
+
# * {NoSuchCidrLocationException}
|
67
73
|
# * {NoSuchCloudWatchLogsLogGroup}
|
68
74
|
# * {NoSuchDelegationSet}
|
69
75
|
# * {NoSuchGeoLocation}
|
@@ -97,6 +103,66 @@ module Aws::Route53
|
|
97
103
|
|
98
104
|
extend Aws::Errors::DynamicErrors
|
99
105
|
|
106
|
+
class CidrBlockInUseException < ServiceError
|
107
|
+
|
108
|
+
# @param [Seahorse::Client::RequestContext] context
|
109
|
+
# @param [String] message
|
110
|
+
# @param [Aws::Route53::Types::CidrBlockInUseException] data
|
111
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
112
|
+
super(context, message, data)
|
113
|
+
end
|
114
|
+
|
115
|
+
# @return [String]
|
116
|
+
def message
|
117
|
+
@message || @data[:message]
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
class CidrCollectionAlreadyExistsException < ServiceError
|
122
|
+
|
123
|
+
# @param [Seahorse::Client::RequestContext] context
|
124
|
+
# @param [String] message
|
125
|
+
# @param [Aws::Route53::Types::CidrCollectionAlreadyExistsException] data
|
126
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
127
|
+
super(context, message, data)
|
128
|
+
end
|
129
|
+
|
130
|
+
# @return [String]
|
131
|
+
def message
|
132
|
+
@message || @data[:message]
|
133
|
+
end
|
134
|
+
end
|
135
|
+
|
136
|
+
class CidrCollectionInUseException < ServiceError
|
137
|
+
|
138
|
+
# @param [Seahorse::Client::RequestContext] context
|
139
|
+
# @param [String] message
|
140
|
+
# @param [Aws::Route53::Types::CidrCollectionInUseException] data
|
141
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
142
|
+
super(context, message, data)
|
143
|
+
end
|
144
|
+
|
145
|
+
# @return [String]
|
146
|
+
def message
|
147
|
+
@message || @data[:message]
|
148
|
+
end
|
149
|
+
end
|
150
|
+
|
151
|
+
class CidrCollectionVersionMismatchException < ServiceError
|
152
|
+
|
153
|
+
# @param [Seahorse::Client::RequestContext] context
|
154
|
+
# @param [String] message
|
155
|
+
# @param [Aws::Route53::Types::CidrCollectionVersionMismatchException] data
|
156
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
157
|
+
super(context, message, data)
|
158
|
+
end
|
159
|
+
|
160
|
+
# @return [String]
|
161
|
+
def message
|
162
|
+
@message || @data[:message]
|
163
|
+
end
|
164
|
+
end
|
165
|
+
|
100
166
|
class ConcurrentModification < ServiceError
|
101
167
|
|
102
168
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -657,6 +723,36 @@ module Aws::Route53
|
|
657
723
|
end
|
658
724
|
end
|
659
725
|
|
726
|
+
class NoSuchCidrCollectionException < ServiceError
|
727
|
+
|
728
|
+
# @param [Seahorse::Client::RequestContext] context
|
729
|
+
# @param [String] message
|
730
|
+
# @param [Aws::Route53::Types::NoSuchCidrCollectionException] data
|
731
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
732
|
+
super(context, message, data)
|
733
|
+
end
|
734
|
+
|
735
|
+
# @return [String]
|
736
|
+
def message
|
737
|
+
@message || @data[:message]
|
738
|
+
end
|
739
|
+
end
|
740
|
+
|
741
|
+
class NoSuchCidrLocationException < ServiceError
|
742
|
+
|
743
|
+
# @param [Seahorse::Client::RequestContext] context
|
744
|
+
# @param [String] message
|
745
|
+
# @param [Aws::Route53::Types::NoSuchCidrLocationException] data
|
746
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
747
|
+
super(context, message, data)
|
748
|
+
end
|
749
|
+
|
750
|
+
# @return [String]
|
751
|
+
def message
|
752
|
+
@message || @data[:message]
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
660
756
|
class NoSuchCloudWatchLogsLogGroup < ServiceError
|
661
757
|
|
662
758
|
# @param [Seahorse::Client::RequestContext] context
|