aws-sdk-route53 1.43.0 → 1.48.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 +333 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-route53.rb +3 -3
- data/lib/aws-sdk-route53/client.rb +378 -33
- data/lib/aws-sdk-route53/client_api.rb +253 -1
- data/lib/aws-sdk-route53/customizations.rb +1 -1
- data/lib/aws-sdk-route53/errors.rb +193 -1
- data/lib/aws-sdk-route53/resource.rb +1 -1
- data/lib/aws-sdk-route53/types.rb +794 -80
- data/lib/aws-sdk-route53/waiters.rb +1 -1
- metadata +10 -7
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -16,6 +16,8 @@ module Aws::Route53
|
|
16
16
|
AWSAccountID = Shapes::StringShape.new(name: 'AWSAccountID')
|
17
17
|
AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
|
18
18
|
AccountLimitType = Shapes::StringShape.new(name: 'AccountLimitType')
|
19
|
+
ActivateKeySigningKeyRequest = Shapes::StructureShape.new(name: 'ActivateKeySigningKeyRequest')
|
20
|
+
ActivateKeySigningKeyResponse = Shapes::StructureShape.new(name: 'ActivateKeySigningKeyResponse')
|
19
21
|
AlarmIdentifier = Shapes::StructureShape.new(name: 'AlarmIdentifier')
|
20
22
|
AlarmName = Shapes::StringShape.new(name: 'AlarmName')
|
21
23
|
AliasHealthEnabled = Shapes::BooleanShape.new(name: 'AliasHealthEnabled')
|
@@ -46,6 +48,8 @@ module Aws::Route53
|
|
46
48
|
CreateHealthCheckResponse = Shapes::StructureShape.new(name: 'CreateHealthCheckResponse')
|
47
49
|
CreateHostedZoneRequest = Shapes::StructureShape.new(name: 'CreateHostedZoneRequest')
|
48
50
|
CreateHostedZoneResponse = Shapes::StructureShape.new(name: 'CreateHostedZoneResponse')
|
51
|
+
CreateKeySigningKeyRequest = Shapes::StructureShape.new(name: 'CreateKeySigningKeyRequest')
|
52
|
+
CreateKeySigningKeyResponse = Shapes::StructureShape.new(name: 'CreateKeySigningKeyResponse')
|
49
53
|
CreateQueryLoggingConfigRequest = Shapes::StructureShape.new(name: 'CreateQueryLoggingConfigRequest')
|
50
54
|
CreateQueryLoggingConfigResponse = Shapes::StructureShape.new(name: 'CreateQueryLoggingConfigResponse')
|
51
55
|
CreateReusableDelegationSetRequest = Shapes::StructureShape.new(name: 'CreateReusableDelegationSetRequest')
|
@@ -60,6 +64,10 @@ module Aws::Route53
|
|
60
64
|
CreateVPCAssociationAuthorizationResponse = Shapes::StructureShape.new(name: 'CreateVPCAssociationAuthorizationResponse')
|
61
65
|
DNSName = Shapes::StringShape.new(name: 'DNSName')
|
62
66
|
DNSRCode = Shapes::StringShape.new(name: 'DNSRCode')
|
67
|
+
DNSSECNotFound = Shapes::StructureShape.new(name: 'DNSSECNotFound')
|
68
|
+
DNSSECStatus = Shapes::StructureShape.new(name: 'DNSSECStatus')
|
69
|
+
DeactivateKeySigningKeyRequest = Shapes::StructureShape.new(name: 'DeactivateKeySigningKeyRequest')
|
70
|
+
DeactivateKeySigningKeyResponse = Shapes::StructureShape.new(name: 'DeactivateKeySigningKeyResponse')
|
63
71
|
DelegationSet = Shapes::StructureShape.new(name: 'DelegationSet')
|
64
72
|
DelegationSetAlreadyCreated = Shapes::StructureShape.new(name: 'DelegationSetAlreadyCreated')
|
65
73
|
DelegationSetAlreadyReusable = Shapes::StructureShape.new(name: 'DelegationSetAlreadyReusable')
|
@@ -72,6 +80,8 @@ module Aws::Route53
|
|
72
80
|
DeleteHealthCheckResponse = Shapes::StructureShape.new(name: 'DeleteHealthCheckResponse')
|
73
81
|
DeleteHostedZoneRequest = Shapes::StructureShape.new(name: 'DeleteHostedZoneRequest')
|
74
82
|
DeleteHostedZoneResponse = Shapes::StructureShape.new(name: 'DeleteHostedZoneResponse')
|
83
|
+
DeleteKeySigningKeyRequest = Shapes::StructureShape.new(name: 'DeleteKeySigningKeyRequest')
|
84
|
+
DeleteKeySigningKeyResponse = Shapes::StructureShape.new(name: 'DeleteKeySigningKeyResponse')
|
75
85
|
DeleteQueryLoggingConfigRequest = Shapes::StructureShape.new(name: 'DeleteQueryLoggingConfigRequest')
|
76
86
|
DeleteQueryLoggingConfigResponse = Shapes::StructureShape.new(name: 'DeleteQueryLoggingConfigResponse')
|
77
87
|
DeleteReusableDelegationSetRequest = Shapes::StructureShape.new(name: 'DeleteReusableDelegationSetRequest')
|
@@ -85,10 +95,14 @@ module Aws::Route53
|
|
85
95
|
Dimension = Shapes::StructureShape.new(name: 'Dimension')
|
86
96
|
DimensionField = Shapes::StringShape.new(name: 'DimensionField')
|
87
97
|
DimensionList = Shapes::ListShape.new(name: 'DimensionList')
|
98
|
+
DisableHostedZoneDNSSECRequest = Shapes::StructureShape.new(name: 'DisableHostedZoneDNSSECRequest')
|
99
|
+
DisableHostedZoneDNSSECResponse = Shapes::StructureShape.new(name: 'DisableHostedZoneDNSSECResponse')
|
88
100
|
Disabled = Shapes::BooleanShape.new(name: 'Disabled')
|
89
101
|
DisassociateVPCComment = Shapes::StringShape.new(name: 'DisassociateVPCComment')
|
90
102
|
DisassociateVPCFromHostedZoneRequest = Shapes::StructureShape.new(name: 'DisassociateVPCFromHostedZoneRequest')
|
91
103
|
DisassociateVPCFromHostedZoneResponse = Shapes::StructureShape.new(name: 'DisassociateVPCFromHostedZoneResponse')
|
104
|
+
EnableHostedZoneDNSSECRequest = Shapes::StructureShape.new(name: 'EnableHostedZoneDNSSECRequest')
|
105
|
+
EnableHostedZoneDNSSECResponse = Shapes::StructureShape.new(name: 'EnableHostedZoneDNSSECResponse')
|
92
106
|
EnableSNI = Shapes::BooleanShape.new(name: 'EnableSNI')
|
93
107
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
94
108
|
ErrorMessages = Shapes::ListShape.new(name: 'ErrorMessages')
|
@@ -110,6 +124,8 @@ module Aws::Route53
|
|
110
124
|
GetChangeResponse = Shapes::StructureShape.new(name: 'GetChangeResponse')
|
111
125
|
GetCheckerIpRangesRequest = Shapes::StructureShape.new(name: 'GetCheckerIpRangesRequest')
|
112
126
|
GetCheckerIpRangesResponse = Shapes::StructureShape.new(name: 'GetCheckerIpRangesResponse')
|
127
|
+
GetDNSSECRequest = Shapes::StructureShape.new(name: 'GetDNSSECRequest')
|
128
|
+
GetDNSSECResponse = Shapes::StructureShape.new(name: 'GetDNSSECResponse')
|
113
129
|
GetGeoLocationRequest = Shapes::StructureShape.new(name: 'GetGeoLocationRequest')
|
114
130
|
GetGeoLocationResponse = Shapes::StructureShape.new(name: 'GetGeoLocationResponse')
|
115
131
|
GetHealthCheckCountRequest = Shapes::StructureShape.new(name: 'GetHealthCheckCountRequest')
|
@@ -165,6 +181,7 @@ module Aws::Route53
|
|
165
181
|
HostedZoneNotPrivate = Shapes::StructureShape.new(name: 'HostedZoneNotPrivate')
|
166
182
|
HostedZoneOwner = Shapes::StructureShape.new(name: 'HostedZoneOwner')
|
167
183
|
HostedZoneOwningService = Shapes::StringShape.new(name: 'HostedZoneOwningService')
|
184
|
+
HostedZonePartiallyDelegated = Shapes::StructureShape.new(name: 'HostedZonePartiallyDelegated')
|
168
185
|
HostedZoneRRSetCount = Shapes::IntegerShape.new(name: 'HostedZoneRRSetCount')
|
169
186
|
HostedZoneSummaries = Shapes::ListShape.new(name: 'HostedZoneSummaries')
|
170
187
|
HostedZoneSummary = Shapes::StructureShape.new(name: 'HostedZoneSummary')
|
@@ -178,11 +195,21 @@ module Aws::Route53
|
|
178
195
|
InvalidChangeBatch = Shapes::StructureShape.new(name: 'InvalidChangeBatch')
|
179
196
|
InvalidDomainName = Shapes::StructureShape.new(name: 'InvalidDomainName')
|
180
197
|
InvalidInput = Shapes::StructureShape.new(name: 'InvalidInput')
|
198
|
+
InvalidKMSArn = Shapes::StructureShape.new(name: 'InvalidKMSArn')
|
199
|
+
InvalidKeySigningKeyName = Shapes::StructureShape.new(name: 'InvalidKeySigningKeyName')
|
200
|
+
InvalidKeySigningKeyStatus = Shapes::StructureShape.new(name: 'InvalidKeySigningKeyStatus')
|
181
201
|
InvalidPaginationToken = Shapes::StructureShape.new(name: 'InvalidPaginationToken')
|
202
|
+
InvalidSigningStatus = Shapes::StructureShape.new(name: 'InvalidSigningStatus')
|
182
203
|
InvalidTrafficPolicyDocument = Shapes::StructureShape.new(name: 'InvalidTrafficPolicyDocument')
|
183
204
|
InvalidVPCId = Shapes::StructureShape.new(name: 'InvalidVPCId')
|
184
205
|
Inverted = Shapes::BooleanShape.new(name: 'Inverted')
|
185
206
|
IsPrivateZone = Shapes::BooleanShape.new(name: 'IsPrivateZone')
|
207
|
+
KeySigningKey = Shapes::StructureShape.new(name: 'KeySigningKey')
|
208
|
+
KeySigningKeyAlreadyExists = Shapes::StructureShape.new(name: 'KeySigningKeyAlreadyExists')
|
209
|
+
KeySigningKeyInParentDSRecord = Shapes::StructureShape.new(name: 'KeySigningKeyInParentDSRecord')
|
210
|
+
KeySigningKeyInUse = Shapes::StructureShape.new(name: 'KeySigningKeyInUse')
|
211
|
+
KeySigningKeyWithActiveStatusNotFound = Shapes::StructureShape.new(name: 'KeySigningKeyWithActiveStatusNotFound')
|
212
|
+
KeySigningKeys = Shapes::ListShape.new(name: 'KeySigningKeys')
|
186
213
|
LastVPCAssociation = Shapes::StructureShape.new(name: 'LastVPCAssociation')
|
187
214
|
LimitValue = Shapes::IntegerShape.new(name: 'LimitValue')
|
188
215
|
LimitsExceeded = Shapes::StructureShape.new(name: 'LimitsExceeded')
|
@@ -231,6 +258,7 @@ module Aws::Route53
|
|
231
258
|
NoSuchGeoLocation = Shapes::StructureShape.new(name: 'NoSuchGeoLocation')
|
232
259
|
NoSuchHealthCheck = Shapes::StructureShape.new(name: 'NoSuchHealthCheck')
|
233
260
|
NoSuchHostedZone = Shapes::StructureShape.new(name: 'NoSuchHostedZone')
|
261
|
+
NoSuchKeySigningKey = Shapes::StructureShape.new(name: 'NoSuchKeySigningKey')
|
234
262
|
NoSuchQueryLoggingConfig = Shapes::StructureShape.new(name: 'NoSuchQueryLoggingConfig')
|
235
263
|
NoSuchTrafficPolicy = Shapes::StructureShape.new(name: 'NoSuchTrafficPolicy')
|
236
264
|
NoSuchTrafficPolicyInstance = Shapes::StructureShape.new(name: 'NoSuchTrafficPolicyInstance')
|
@@ -273,7 +301,14 @@ module Aws::Route53
|
|
273
301
|
ReusableDelegationSetLimit = Shapes::StructureShape.new(name: 'ReusableDelegationSetLimit')
|
274
302
|
ReusableDelegationSetLimitType = Shapes::StringShape.new(name: 'ReusableDelegationSetLimitType')
|
275
303
|
SearchString = Shapes::StringShape.new(name: 'SearchString')
|
304
|
+
ServeSignature = Shapes::StringShape.new(name: 'ServeSignature')
|
276
305
|
ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
|
306
|
+
SigningKeyInteger = Shapes::IntegerShape.new(name: 'SigningKeyInteger')
|
307
|
+
SigningKeyName = Shapes::StringShape.new(name: 'SigningKeyName')
|
308
|
+
SigningKeyStatus = Shapes::StringShape.new(name: 'SigningKeyStatus')
|
309
|
+
SigningKeyStatusMessage = Shapes::StringShape.new(name: 'SigningKeyStatusMessage')
|
310
|
+
SigningKeyString = Shapes::StringShape.new(name: 'SigningKeyString')
|
311
|
+
SigningKeyTag = Shapes::IntegerShape.new(name: 'SigningKeyTag')
|
277
312
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
278
313
|
Status = Shapes::StringShape.new(name: 'Status')
|
279
314
|
StatusReport = Shapes::StructureShape.new(name: 'StatusReport')
|
@@ -294,6 +329,7 @@ module Aws::Route53
|
|
294
329
|
TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
|
295
330
|
TooManyHealthChecks = Shapes::StructureShape.new(name: 'TooManyHealthChecks')
|
296
331
|
TooManyHostedZones = Shapes::StructureShape.new(name: 'TooManyHostedZones')
|
332
|
+
TooManyKeySigningKeys = Shapes::StructureShape.new(name: 'TooManyKeySigningKeys')
|
297
333
|
TooManyTrafficPolicies = Shapes::StructureShape.new(name: 'TooManyTrafficPolicies')
|
298
334
|
TooManyTrafficPolicyInstances = Shapes::StructureShape.new(name: 'TooManyTrafficPolicyInstances')
|
299
335
|
TooManyTrafficPolicyVersionsForCurrentPolicy = Shapes::StructureShape.new(name: 'TooManyTrafficPolicyVersionsForCurrentPolicy')
|
@@ -337,6 +373,13 @@ module Aws::Route53
|
|
337
373
|
AccountLimit.add_member(:value, Shapes::ShapeRef.new(shape: LimitValue, required: true, location_name: "Value"))
|
338
374
|
AccountLimit.struct_class = Types::AccountLimit
|
339
375
|
|
376
|
+
ActivateKeySigningKeyRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "HostedZoneId"))
|
377
|
+
ActivateKeySigningKeyRequest.add_member(:name, Shapes::ShapeRef.new(shape: SigningKeyName, required: true, location: "uri", location_name: "Name"))
|
378
|
+
ActivateKeySigningKeyRequest.struct_class = Types::ActivateKeySigningKeyRequest
|
379
|
+
|
380
|
+
ActivateKeySigningKeyResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
381
|
+
ActivateKeySigningKeyResponse.struct_class = Types::ActivateKeySigningKeyResponse
|
382
|
+
|
340
383
|
AlarmIdentifier.add_member(:region, Shapes::ShapeRef.new(shape: CloudWatchRegion, required: true, location_name: "Region"))
|
341
384
|
AlarmIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: AlarmName, required: true, location_name: "Name"))
|
342
385
|
AlarmIdentifier.struct_class = Types::AlarmIdentifier
|
@@ -430,6 +473,18 @@ module Aws::Route53
|
|
430
473
|
CreateHostedZoneResponse.add_member(:location, Shapes::ShapeRef.new(shape: ResourceURI, required: true, location: "header", location_name: "Location"))
|
431
474
|
CreateHostedZoneResponse.struct_class = Types::CreateHostedZoneResponse
|
432
475
|
|
476
|
+
CreateKeySigningKeyRequest.add_member(:caller_reference, Shapes::ShapeRef.new(shape: Nonce, required: true, location_name: "CallerReference"))
|
477
|
+
CreateKeySigningKeyRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "HostedZoneId"))
|
478
|
+
CreateKeySigningKeyRequest.add_member(:key_management_service_arn, Shapes::ShapeRef.new(shape: SigningKeyString, required: true, location_name: "KeyManagementServiceArn"))
|
479
|
+
CreateKeySigningKeyRequest.add_member(:name, Shapes::ShapeRef.new(shape: SigningKeyName, required: true, location_name: "Name"))
|
480
|
+
CreateKeySigningKeyRequest.add_member(:status, Shapes::ShapeRef.new(shape: SigningKeyStatus, required: true, location_name: "Status"))
|
481
|
+
CreateKeySigningKeyRequest.struct_class = Types::CreateKeySigningKeyRequest
|
482
|
+
|
483
|
+
CreateKeySigningKeyResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
484
|
+
CreateKeySigningKeyResponse.add_member(:key_signing_key, Shapes::ShapeRef.new(shape: KeySigningKey, required: true, location_name: "KeySigningKey"))
|
485
|
+
CreateKeySigningKeyResponse.add_member(:location, Shapes::ShapeRef.new(shape: ResourceURI, required: true, location: "header", location_name: "Location"))
|
486
|
+
CreateKeySigningKeyResponse.struct_class = Types::CreateKeySigningKeyResponse
|
487
|
+
|
433
488
|
CreateQueryLoggingConfigRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "HostedZoneId"))
|
434
489
|
CreateQueryLoggingConfigRequest.add_member(:cloud_watch_logs_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogsLogGroupArn, required: true, location_name: "CloudWatchLogsLogGroupArn"))
|
435
490
|
CreateQueryLoggingConfigRequest.struct_class = Types::CreateQueryLoggingConfigRequest
|
@@ -483,6 +538,20 @@ module Aws::Route53
|
|
483
538
|
CreateVPCAssociationAuthorizationResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VPC, required: true, location_name: "VPC"))
|
484
539
|
CreateVPCAssociationAuthorizationResponse.struct_class = Types::CreateVPCAssociationAuthorizationResponse
|
485
540
|
|
541
|
+
DNSSECNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
542
|
+
DNSSECNotFound.struct_class = Types::DNSSECNotFound
|
543
|
+
|
544
|
+
DNSSECStatus.add_member(:serve_signature, Shapes::ShapeRef.new(shape: ServeSignature, location_name: "ServeSignature"))
|
545
|
+
DNSSECStatus.add_member(:status_message, Shapes::ShapeRef.new(shape: SigningKeyStatusMessage, location_name: "StatusMessage"))
|
546
|
+
DNSSECStatus.struct_class = Types::DNSSECStatus
|
547
|
+
|
548
|
+
DeactivateKeySigningKeyRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "HostedZoneId"))
|
549
|
+
DeactivateKeySigningKeyRequest.add_member(:name, Shapes::ShapeRef.new(shape: SigningKeyName, required: true, location: "uri", location_name: "Name"))
|
550
|
+
DeactivateKeySigningKeyRequest.struct_class = Types::DeactivateKeySigningKeyRequest
|
551
|
+
|
552
|
+
DeactivateKeySigningKeyResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
553
|
+
DeactivateKeySigningKeyResponse.struct_class = Types::DeactivateKeySigningKeyResponse
|
554
|
+
|
486
555
|
DelegationSet.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
|
487
556
|
DelegationSet.add_member(:caller_reference, Shapes::ShapeRef.new(shape: Nonce, location_name: "CallerReference"))
|
488
557
|
DelegationSet.add_member(:name_servers, Shapes::ShapeRef.new(shape: DelegationSetNameServers, required: true, location_name: "NameServers"))
|
@@ -518,6 +587,13 @@ module Aws::Route53
|
|
518
587
|
DeleteHostedZoneResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
519
588
|
DeleteHostedZoneResponse.struct_class = Types::DeleteHostedZoneResponse
|
520
589
|
|
590
|
+
DeleteKeySigningKeyRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "HostedZoneId"))
|
591
|
+
DeleteKeySigningKeyRequest.add_member(:name, Shapes::ShapeRef.new(shape: SigningKeyName, required: true, location: "uri", location_name: "Name"))
|
592
|
+
DeleteKeySigningKeyRequest.struct_class = Types::DeleteKeySigningKeyRequest
|
593
|
+
|
594
|
+
DeleteKeySigningKeyResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
595
|
+
DeleteKeySigningKeyResponse.struct_class = Types::DeleteKeySigningKeyResponse
|
596
|
+
|
521
597
|
DeleteQueryLoggingConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: QueryLoggingConfigId, required: true, location: "uri", location_name: "Id"))
|
522
598
|
DeleteQueryLoggingConfigRequest.struct_class = Types::DeleteQueryLoggingConfigRequest
|
523
599
|
|
@@ -551,6 +627,12 @@ module Aws::Route53
|
|
551
627
|
|
552
628
|
DimensionList.member = Shapes::ShapeRef.new(shape: Dimension, location_name: "Dimension")
|
553
629
|
|
630
|
+
DisableHostedZoneDNSSECRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
631
|
+
DisableHostedZoneDNSSECRequest.struct_class = Types::DisableHostedZoneDNSSECRequest
|
632
|
+
|
633
|
+
DisableHostedZoneDNSSECResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
634
|
+
DisableHostedZoneDNSSECResponse.struct_class = Types::DisableHostedZoneDNSSECResponse
|
635
|
+
|
554
636
|
DisassociateVPCFromHostedZoneRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
555
637
|
DisassociateVPCFromHostedZoneRequest.add_member(:vpc, Shapes::ShapeRef.new(shape: VPC, required: true, location_name: "VPC"))
|
556
638
|
DisassociateVPCFromHostedZoneRequest.add_member(:comment, Shapes::ShapeRef.new(shape: DisassociateVPCComment, location_name: "Comment"))
|
@@ -559,6 +641,12 @@ module Aws::Route53
|
|
559
641
|
DisassociateVPCFromHostedZoneResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
560
642
|
DisassociateVPCFromHostedZoneResponse.struct_class = Types::DisassociateVPCFromHostedZoneResponse
|
561
643
|
|
644
|
+
EnableHostedZoneDNSSECRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
645
|
+
EnableHostedZoneDNSSECRequest.struct_class = Types::EnableHostedZoneDNSSECRequest
|
646
|
+
|
647
|
+
EnableHostedZoneDNSSECResponse.add_member(:change_info, Shapes::ShapeRef.new(shape: ChangeInfo, required: true, location_name: "ChangeInfo"))
|
648
|
+
EnableHostedZoneDNSSECResponse.struct_class = Types::EnableHostedZoneDNSSECResponse
|
649
|
+
|
562
650
|
ErrorMessages.member = Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message")
|
563
651
|
|
564
652
|
GeoLocation.add_member(:continent_code, Shapes::ShapeRef.new(shape: GeoLocationContinentCode, location_name: "ContinentCode"))
|
@@ -594,6 +682,13 @@ module Aws::Route53
|
|
594
682
|
GetCheckerIpRangesResponse.add_member(:checker_ip_ranges, Shapes::ShapeRef.new(shape: CheckerIpRanges, required: true, location_name: "CheckerIpRanges"))
|
595
683
|
GetCheckerIpRangesResponse.struct_class = Types::GetCheckerIpRangesResponse
|
596
684
|
|
685
|
+
GetDNSSECRequest.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
686
|
+
GetDNSSECRequest.struct_class = Types::GetDNSSECRequest
|
687
|
+
|
688
|
+
GetDNSSECResponse.add_member(:status, Shapes::ShapeRef.new(shape: DNSSECStatus, required: true, location_name: "Status"))
|
689
|
+
GetDNSSECResponse.add_member(:key_signing_keys, Shapes::ShapeRef.new(shape: KeySigningKeys, required: true, location_name: "KeySigningKeys"))
|
690
|
+
GetDNSSECResponse.struct_class = Types::GetDNSSECResponse
|
691
|
+
|
597
692
|
GetGeoLocationRequest.add_member(:continent_code, Shapes::ShapeRef.new(shape: GeoLocationContinentCode, location: "querystring", location_name: "continentcode"))
|
598
693
|
GetGeoLocationRequest.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoLocationCountryCode, location: "querystring", location_name: "countrycode"))
|
599
694
|
GetGeoLocationRequest.add_member(:subdivision_code, Shapes::ShapeRef.new(shape: GeoLocationSubdivisionCode, location: "querystring", location_name: "subdivisioncode"))
|
@@ -763,6 +858,9 @@ module Aws::Route53
|
|
763
858
|
HostedZoneOwner.add_member(:owning_service, Shapes::ShapeRef.new(shape: HostedZoneOwningService, location_name: "OwningService"))
|
764
859
|
HostedZoneOwner.struct_class = Types::HostedZoneOwner
|
765
860
|
|
861
|
+
HostedZonePartiallyDelegated.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
862
|
+
HostedZonePartiallyDelegated.struct_class = Types::HostedZonePartiallyDelegated
|
863
|
+
|
766
864
|
HostedZoneSummaries.member = Shapes::ShapeRef.new(shape: HostedZoneSummary, location_name: "HostedZoneSummary")
|
767
865
|
|
768
866
|
HostedZoneSummary.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "HostedZoneId"))
|
@@ -791,15 +889,59 @@ module Aws::Route53
|
|
791
889
|
InvalidInput.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
792
890
|
InvalidInput.struct_class = Types::InvalidInput
|
793
891
|
|
892
|
+
InvalidKMSArn.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
893
|
+
InvalidKMSArn.struct_class = Types::InvalidKMSArn
|
894
|
+
|
895
|
+
InvalidKeySigningKeyName.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
896
|
+
InvalidKeySigningKeyName.struct_class = Types::InvalidKeySigningKeyName
|
897
|
+
|
898
|
+
InvalidKeySigningKeyStatus.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
899
|
+
InvalidKeySigningKeyStatus.struct_class = Types::InvalidKeySigningKeyStatus
|
900
|
+
|
794
901
|
InvalidPaginationToken.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
795
902
|
InvalidPaginationToken.struct_class = Types::InvalidPaginationToken
|
796
903
|
|
904
|
+
InvalidSigningStatus.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
905
|
+
InvalidSigningStatus.struct_class = Types::InvalidSigningStatus
|
906
|
+
|
797
907
|
InvalidTrafficPolicyDocument.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
798
908
|
InvalidTrafficPolicyDocument.struct_class = Types::InvalidTrafficPolicyDocument
|
799
909
|
|
800
910
|
InvalidVPCId.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
801
911
|
InvalidVPCId.struct_class = Types::InvalidVPCId
|
802
912
|
|
913
|
+
KeySigningKey.add_member(:name, Shapes::ShapeRef.new(shape: SigningKeyName, location_name: "Name"))
|
914
|
+
KeySigningKey.add_member(:kms_arn, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "KmsArn"))
|
915
|
+
KeySigningKey.add_member(:flag, Shapes::ShapeRef.new(shape: SigningKeyInteger, location_name: "Flag"))
|
916
|
+
KeySigningKey.add_member(:signing_algorithm_mnemonic, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "SigningAlgorithmMnemonic"))
|
917
|
+
KeySigningKey.add_member(:signing_algorithm_type, Shapes::ShapeRef.new(shape: SigningKeyInteger, location_name: "SigningAlgorithmType"))
|
918
|
+
KeySigningKey.add_member(:digest_algorithm_mnemonic, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "DigestAlgorithmMnemonic"))
|
919
|
+
KeySigningKey.add_member(:digest_algorithm_type, Shapes::ShapeRef.new(shape: SigningKeyInteger, location_name: "DigestAlgorithmType"))
|
920
|
+
KeySigningKey.add_member(:key_tag, Shapes::ShapeRef.new(shape: SigningKeyTag, location_name: "KeyTag"))
|
921
|
+
KeySigningKey.add_member(:digest_value, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "DigestValue"))
|
922
|
+
KeySigningKey.add_member(:public_key, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "PublicKey"))
|
923
|
+
KeySigningKey.add_member(:ds_record, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "DSRecord"))
|
924
|
+
KeySigningKey.add_member(:dnskey_record, Shapes::ShapeRef.new(shape: SigningKeyString, location_name: "DNSKEYRecord"))
|
925
|
+
KeySigningKey.add_member(:status, Shapes::ShapeRef.new(shape: SigningKeyStatus, location_name: "Status"))
|
926
|
+
KeySigningKey.add_member(:status_message, Shapes::ShapeRef.new(shape: SigningKeyStatusMessage, location_name: "StatusMessage"))
|
927
|
+
KeySigningKey.add_member(:created_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreatedDate"))
|
928
|
+
KeySigningKey.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastModifiedDate"))
|
929
|
+
KeySigningKey.struct_class = Types::KeySigningKey
|
930
|
+
|
931
|
+
KeySigningKeyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
932
|
+
KeySigningKeyAlreadyExists.struct_class = Types::KeySigningKeyAlreadyExists
|
933
|
+
|
934
|
+
KeySigningKeyInParentDSRecord.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
935
|
+
KeySigningKeyInParentDSRecord.struct_class = Types::KeySigningKeyInParentDSRecord
|
936
|
+
|
937
|
+
KeySigningKeyInUse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
938
|
+
KeySigningKeyInUse.struct_class = Types::KeySigningKeyInUse
|
939
|
+
|
940
|
+
KeySigningKeyWithActiveStatusNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
941
|
+
KeySigningKeyWithActiveStatusNotFound.struct_class = Types::KeySigningKeyWithActiveStatusNotFound
|
942
|
+
|
943
|
+
KeySigningKeys.member = Shapes::ShapeRef.new(shape: KeySigningKey)
|
944
|
+
|
803
945
|
LastVPCAssociation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
804
946
|
LastVPCAssociation.struct_class = Types::LastVPCAssociation
|
805
947
|
|
@@ -1013,6 +1155,9 @@ module Aws::Route53
|
|
1013
1155
|
NoSuchHostedZone.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1014
1156
|
NoSuchHostedZone.struct_class = Types::NoSuchHostedZone
|
1015
1157
|
|
1158
|
+
NoSuchKeySigningKey.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1159
|
+
NoSuchKeySigningKey.struct_class = Types::NoSuchKeySigningKey
|
1160
|
+
|
1016
1161
|
NoSuchQueryLoggingConfig.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1017
1162
|
NoSuchQueryLoggingConfig.struct_class = Types::NoSuchQueryLoggingConfig
|
1018
1163
|
|
@@ -1117,6 +1262,9 @@ module Aws::Route53
|
|
1117
1262
|
TooManyHostedZones.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1118
1263
|
TooManyHostedZones.struct_class = Types::TooManyHostedZones
|
1119
1264
|
|
1265
|
+
TooManyKeySigningKeys.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1266
|
+
TooManyKeySigningKeys.struct_class = Types::TooManyKeySigningKeys
|
1267
|
+
|
1120
1268
|
TooManyTrafficPolicies.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1121
1269
|
TooManyTrafficPolicies.struct_class = Types::TooManyTrafficPolicies
|
1122
1270
|
|
@@ -1246,6 +1394,19 @@ module Aws::Route53
|
|
1246
1394
|
"uid" => "route53-2013-04-01",
|
1247
1395
|
}
|
1248
1396
|
|
1397
|
+
api.add_operation(:activate_key_signing_key, Seahorse::Model::Operation.new.tap do |o|
|
1398
|
+
o.name = "ActivateKeySigningKey"
|
1399
|
+
o.http_method = "POST"
|
1400
|
+
o.http_request_uri = "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate"
|
1401
|
+
o.input = Shapes::ShapeRef.new(shape: ActivateKeySigningKeyRequest)
|
1402
|
+
o.output = Shapes::ShapeRef.new(shape: ActivateKeySigningKeyResponse)
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchKeySigningKey)
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyStatus)
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSigningStatus)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKMSArn)
|
1408
|
+
end)
|
1409
|
+
|
1249
1410
|
api.add_operation(:associate_vpc_with_hosted_zone, Seahorse::Model::Operation.new.tap do |o|
|
1250
1411
|
o.name = "AssociateVPCWithHostedZone"
|
1251
1412
|
o.http_method = "POST"
|
@@ -1341,6 +1502,29 @@ module Aws::Route53
|
|
1341
1502
|
o.errors << Shapes::ShapeRef.new(shape: DelegationSetNotReusable)
|
1342
1503
|
end)
|
1343
1504
|
|
1505
|
+
api.add_operation(:create_key_signing_key, Seahorse::Model::Operation.new.tap do |o|
|
1506
|
+
o.name = "CreateKeySigningKey"
|
1507
|
+
o.http_method = "POST"
|
1508
|
+
o.http_request_uri = "/2013-04-01/keysigningkey"
|
1509
|
+
o.input = Shapes::ShapeRef.new(shape: CreateKeySigningKeyRequest,
|
1510
|
+
location_name: "CreateKeySigningKeyRequest",
|
1511
|
+
metadata: {
|
1512
|
+
"xmlNamespace" => {"uri"=>"https://route53.amazonaws.com/doc/2013-04-01/"}
|
1513
|
+
}
|
1514
|
+
)
|
1515
|
+
o.output = Shapes::ShapeRef.new(shape: CreateKeySigningKeyResponse)
|
1516
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchHostedZone)
|
1517
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1518
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1519
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKMSArn)
|
1520
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyStatus)
|
1521
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSigningStatus)
|
1522
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyName)
|
1523
|
+
o.errors << Shapes::ShapeRef.new(shape: KeySigningKeyAlreadyExists)
|
1524
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyKeySigningKeys)
|
1525
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1526
|
+
end)
|
1527
|
+
|
1344
1528
|
api.add_operation(:create_query_logging_config, Seahorse::Model::Operation.new.tap do |o|
|
1345
1529
|
o.name = "CreateQueryLoggingConfig"
|
1346
1530
|
o.http_method = "POST"
|
@@ -1451,6 +1635,20 @@ module Aws::Route53
|
|
1451
1635
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1452
1636
|
end)
|
1453
1637
|
|
1638
|
+
api.add_operation(:deactivate_key_signing_key, Seahorse::Model::Operation.new.tap do |o|
|
1639
|
+
o.name = "DeactivateKeySigningKey"
|
1640
|
+
o.http_method = "POST"
|
1641
|
+
o.http_request_uri = "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate"
|
1642
|
+
o.input = Shapes::ShapeRef.new(shape: DeactivateKeySigningKeyRequest)
|
1643
|
+
o.output = Shapes::ShapeRef.new(shape: DeactivateKeySigningKeyResponse)
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1645
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchKeySigningKey)
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyStatus)
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSigningStatus)
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: KeySigningKeyInUse)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: KeySigningKeyInParentDSRecord)
|
1650
|
+
end)
|
1651
|
+
|
1454
1652
|
api.add_operation(:delete_health_check, Seahorse::Model::Operation.new.tap do |o|
|
1455
1653
|
o.name = "DeleteHealthCheck"
|
1456
1654
|
o.http_method = "DELETE"
|
@@ -1475,6 +1673,19 @@ module Aws::Route53
|
|
1475
1673
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDomainName)
|
1476
1674
|
end)
|
1477
1675
|
|
1676
|
+
api.add_operation(:delete_key_signing_key, Seahorse::Model::Operation.new.tap do |o|
|
1677
|
+
o.name = "DeleteKeySigningKey"
|
1678
|
+
o.http_method = "DELETE"
|
1679
|
+
o.http_request_uri = "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}"
|
1680
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteKeySigningKeyRequest)
|
1681
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteKeySigningKeyResponse)
|
1682
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchKeySigningKey)
|
1684
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyStatus)
|
1685
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSigningStatus)
|
1686
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKMSArn)
|
1687
|
+
end)
|
1688
|
+
|
1478
1689
|
api.add_operation(:delete_query_logging_config, Seahorse::Model::Operation.new.tap do |o|
|
1479
1690
|
o.name = "DeleteQueryLoggingConfig"
|
1480
1691
|
o.http_method = "DELETE"
|
@@ -1539,6 +1750,21 @@ module Aws::Route53
|
|
1539
1750
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1540
1751
|
end)
|
1541
1752
|
|
1753
|
+
api.add_operation(:disable_hosted_zone_dnssec, Seahorse::Model::Operation.new.tap do |o|
|
1754
|
+
o.name = "DisableHostedZoneDNSSEC"
|
1755
|
+
o.http_method = "POST"
|
1756
|
+
o.http_request_uri = "/2013-04-01/hostedzone/{Id}/disable-dnssec"
|
1757
|
+
o.input = Shapes::ShapeRef.new(shape: DisableHostedZoneDNSSECRequest)
|
1758
|
+
o.output = Shapes::ShapeRef.new(shape: DisableHostedZoneDNSSECResponse)
|
1759
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchHostedZone)
|
1760
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1761
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1762
|
+
o.errors << Shapes::ShapeRef.new(shape: KeySigningKeyInParentDSRecord)
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: DNSSECNotFound)
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyStatus)
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKMSArn)
|
1766
|
+
end)
|
1767
|
+
|
1542
1768
|
api.add_operation(:disassociate_vpc_from_hosted_zone, Seahorse::Model::Operation.new.tap do |o|
|
1543
1769
|
o.name = "DisassociateVPCFromHostedZone"
|
1544
1770
|
o.http_method = "POST"
|
@@ -1557,6 +1783,22 @@ module Aws::Route53
|
|
1557
1783
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
1558
1784
|
end)
|
1559
1785
|
|
1786
|
+
api.add_operation(:enable_hosted_zone_dnssec, Seahorse::Model::Operation.new.tap do |o|
|
1787
|
+
o.name = "EnableHostedZoneDNSSEC"
|
1788
|
+
o.http_method = "POST"
|
1789
|
+
o.http_request_uri = "/2013-04-01/hostedzone/{Id}/enable-dnssec"
|
1790
|
+
o.input = Shapes::ShapeRef.new(shape: EnableHostedZoneDNSSECRequest)
|
1791
|
+
o.output = Shapes::ShapeRef.new(shape: EnableHostedZoneDNSSECResponse)
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchHostedZone)
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1794
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModification)
|
1795
|
+
o.errors << Shapes::ShapeRef.new(shape: KeySigningKeyWithActiveStatusNotFound)
|
1796
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKMSArn)
|
1797
|
+
o.errors << Shapes::ShapeRef.new(shape: HostedZonePartiallyDelegated)
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: DNSSECNotFound)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidKeySigningKeyStatus)
|
1800
|
+
end)
|
1801
|
+
|
1560
1802
|
api.add_operation(:get_account_limit, Seahorse::Model::Operation.new.tap do |o|
|
1561
1803
|
o.name = "GetAccountLimit"
|
1562
1804
|
o.http_method = "GET"
|
@@ -1584,6 +1826,16 @@ module Aws::Route53
|
|
1584
1826
|
o.output = Shapes::ShapeRef.new(shape: GetCheckerIpRangesResponse)
|
1585
1827
|
end)
|
1586
1828
|
|
1829
|
+
api.add_operation(:get_dnssec, Seahorse::Model::Operation.new.tap do |o|
|
1830
|
+
o.name = "GetDNSSEC"
|
1831
|
+
o.http_method = "GET"
|
1832
|
+
o.http_request_uri = "/2013-04-01/hostedzone/{Id}/dnssec"
|
1833
|
+
o.input = Shapes::ShapeRef.new(shape: GetDNSSECRequest)
|
1834
|
+
o.output = Shapes::ShapeRef.new(shape: GetDNSSECResponse)
|
1835
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchHostedZone)
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1837
|
+
end)
|
1838
|
+
|
1587
1839
|
api.add_operation(:get_geo_location, Seahorse::Model::Operation.new.tap do |o|
|
1588
1840
|
o.name = "GetGeoLocation"
|
1589
1841
|
o.http_method = "GET"
|