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.
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -30,6 +30,7 @@ module Aws::Route53
30
30
  # * {ConcurrentModification}
31
31
  # * {ConflictingDomainExists}
32
32
  # * {ConflictingTypes}
33
+ # * {DNSSECNotFound}
33
34
  # * {DelegationSetAlreadyCreated}
34
35
  # * {DelegationSetAlreadyReusable}
35
36
  # * {DelegationSetInUse}
@@ -42,15 +43,24 @@ module Aws::Route53
42
43
  # * {HostedZoneNotEmpty}
43
44
  # * {HostedZoneNotFound}
44
45
  # * {HostedZoneNotPrivate}
46
+ # * {HostedZonePartiallyDelegated}
45
47
  # * {IncompatibleVersion}
46
48
  # * {InsufficientCloudWatchLogsResourcePolicy}
47
49
  # * {InvalidArgument}
48
50
  # * {InvalidChangeBatch}
49
51
  # * {InvalidDomainName}
50
52
  # * {InvalidInput}
53
+ # * {InvalidKMSArn}
54
+ # * {InvalidKeySigningKeyName}
55
+ # * {InvalidKeySigningKeyStatus}
51
56
  # * {InvalidPaginationToken}
57
+ # * {InvalidSigningStatus}
52
58
  # * {InvalidTrafficPolicyDocument}
53
59
  # * {InvalidVPCId}
60
+ # * {KeySigningKeyAlreadyExists}
61
+ # * {KeySigningKeyInParentDSRecord}
62
+ # * {KeySigningKeyInUse}
63
+ # * {KeySigningKeyWithActiveStatusNotFound}
54
64
  # * {LastVPCAssociation}
55
65
  # * {LimitsExceeded}
56
66
  # * {NoSuchChange}
@@ -59,6 +69,7 @@ module Aws::Route53
59
69
  # * {NoSuchGeoLocation}
60
70
  # * {NoSuchHealthCheck}
61
71
  # * {NoSuchHostedZone}
72
+ # * {NoSuchKeySigningKey}
62
73
  # * {NoSuchQueryLoggingConfig}
63
74
  # * {NoSuchTrafficPolicy}
64
75
  # * {NoSuchTrafficPolicyInstance}
@@ -69,6 +80,7 @@ module Aws::Route53
69
80
  # * {ThrottlingException}
70
81
  # * {TooManyHealthChecks}
71
82
  # * {TooManyHostedZones}
83
+ # * {TooManyKeySigningKeys}
72
84
  # * {TooManyTrafficPolicies}
73
85
  # * {TooManyTrafficPolicyInstances}
74
86
  # * {TooManyTrafficPolicyVersionsForCurrentPolicy}
@@ -130,6 +142,21 @@ module Aws::Route53
130
142
  end
131
143
  end
132
144
 
145
+ class DNSSECNotFound < ServiceError
146
+
147
+ # @param [Seahorse::Client::RequestContext] context
148
+ # @param [String] message
149
+ # @param [Aws::Route53::Types::DNSSECNotFound] data
150
+ def initialize(context, message, data = Aws::EmptyStructure.new)
151
+ super(context, message, data)
152
+ end
153
+
154
+ # @return [String]
155
+ def message
156
+ @message || @data[:message]
157
+ end
158
+ end
159
+
133
160
  class DelegationSetAlreadyCreated < ServiceError
134
161
 
135
162
  # @param [Seahorse::Client::RequestContext] context
@@ -310,6 +337,21 @@ module Aws::Route53
310
337
  end
311
338
  end
312
339
 
340
+ class HostedZonePartiallyDelegated < ServiceError
341
+
342
+ # @param [Seahorse::Client::RequestContext] context
343
+ # @param [String] message
344
+ # @param [Aws::Route53::Types::HostedZonePartiallyDelegated] data
345
+ def initialize(context, message, data = Aws::EmptyStructure.new)
346
+ super(context, message, data)
347
+ end
348
+
349
+ # @return [String]
350
+ def message
351
+ @message || @data[:message]
352
+ end
353
+ end
354
+
313
355
  class IncompatibleVersion < ServiceError
314
356
 
315
357
  # @param [Seahorse::Client::RequestContext] context
@@ -405,6 +447,51 @@ module Aws::Route53
405
447
  end
406
448
  end
407
449
 
450
+ class InvalidKMSArn < ServiceError
451
+
452
+ # @param [Seahorse::Client::RequestContext] context
453
+ # @param [String] message
454
+ # @param [Aws::Route53::Types::InvalidKMSArn] data
455
+ def initialize(context, message, data = Aws::EmptyStructure.new)
456
+ super(context, message, data)
457
+ end
458
+
459
+ # @return [String]
460
+ def message
461
+ @message || @data[:message]
462
+ end
463
+ end
464
+
465
+ class InvalidKeySigningKeyName < ServiceError
466
+
467
+ # @param [Seahorse::Client::RequestContext] context
468
+ # @param [String] message
469
+ # @param [Aws::Route53::Types::InvalidKeySigningKeyName] data
470
+ def initialize(context, message, data = Aws::EmptyStructure.new)
471
+ super(context, message, data)
472
+ end
473
+
474
+ # @return [String]
475
+ def message
476
+ @message || @data[:message]
477
+ end
478
+ end
479
+
480
+ class InvalidKeySigningKeyStatus < ServiceError
481
+
482
+ # @param [Seahorse::Client::RequestContext] context
483
+ # @param [String] message
484
+ # @param [Aws::Route53::Types::InvalidKeySigningKeyStatus] data
485
+ def initialize(context, message, data = Aws::EmptyStructure.new)
486
+ super(context, message, data)
487
+ end
488
+
489
+ # @return [String]
490
+ def message
491
+ @message || @data[:message]
492
+ end
493
+ end
494
+
408
495
  class InvalidPaginationToken < ServiceError
409
496
 
410
497
  # @param [Seahorse::Client::RequestContext] context
@@ -420,6 +507,21 @@ module Aws::Route53
420
507
  end
421
508
  end
422
509
 
510
+ class InvalidSigningStatus < ServiceError
511
+
512
+ # @param [Seahorse::Client::RequestContext] context
513
+ # @param [String] message
514
+ # @param [Aws::Route53::Types::InvalidSigningStatus] data
515
+ def initialize(context, message, data = Aws::EmptyStructure.new)
516
+ super(context, message, data)
517
+ end
518
+
519
+ # @return [String]
520
+ def message
521
+ @message || @data[:message]
522
+ end
523
+ end
524
+
423
525
  class InvalidTrafficPolicyDocument < ServiceError
424
526
 
425
527
  # @param [Seahorse::Client::RequestContext] context
@@ -450,6 +552,66 @@ module Aws::Route53
450
552
  end
451
553
  end
452
554
 
555
+ class KeySigningKeyAlreadyExists < ServiceError
556
+
557
+ # @param [Seahorse::Client::RequestContext] context
558
+ # @param [String] message
559
+ # @param [Aws::Route53::Types::KeySigningKeyAlreadyExists] data
560
+ def initialize(context, message, data = Aws::EmptyStructure.new)
561
+ super(context, message, data)
562
+ end
563
+
564
+ # @return [String]
565
+ def message
566
+ @message || @data[:message]
567
+ end
568
+ end
569
+
570
+ class KeySigningKeyInParentDSRecord < ServiceError
571
+
572
+ # @param [Seahorse::Client::RequestContext] context
573
+ # @param [String] message
574
+ # @param [Aws::Route53::Types::KeySigningKeyInParentDSRecord] data
575
+ def initialize(context, message, data = Aws::EmptyStructure.new)
576
+ super(context, message, data)
577
+ end
578
+
579
+ # @return [String]
580
+ def message
581
+ @message || @data[:message]
582
+ end
583
+ end
584
+
585
+ class KeySigningKeyInUse < ServiceError
586
+
587
+ # @param [Seahorse::Client::RequestContext] context
588
+ # @param [String] message
589
+ # @param [Aws::Route53::Types::KeySigningKeyInUse] data
590
+ def initialize(context, message, data = Aws::EmptyStructure.new)
591
+ super(context, message, data)
592
+ end
593
+
594
+ # @return [String]
595
+ def message
596
+ @message || @data[:message]
597
+ end
598
+ end
599
+
600
+ class KeySigningKeyWithActiveStatusNotFound < ServiceError
601
+
602
+ # @param [Seahorse::Client::RequestContext] context
603
+ # @param [String] message
604
+ # @param [Aws::Route53::Types::KeySigningKeyWithActiveStatusNotFound] data
605
+ def initialize(context, message, data = Aws::EmptyStructure.new)
606
+ super(context, message, data)
607
+ end
608
+
609
+ # @return [String]
610
+ def message
611
+ @message || @data[:message]
612
+ end
613
+ end
614
+
453
615
  class LastVPCAssociation < ServiceError
454
616
 
455
617
  # @param [Seahorse::Client::RequestContext] context
@@ -570,6 +732,21 @@ module Aws::Route53
570
732
  end
571
733
  end
572
734
 
735
+ class NoSuchKeySigningKey < ServiceError
736
+
737
+ # @param [Seahorse::Client::RequestContext] context
738
+ # @param [String] message
739
+ # @param [Aws::Route53::Types::NoSuchKeySigningKey] data
740
+ def initialize(context, message, data = Aws::EmptyStructure.new)
741
+ super(context, message, data)
742
+ end
743
+
744
+ # @return [String]
745
+ def message
746
+ @message || @data[:message]
747
+ end
748
+ end
749
+
573
750
  class NoSuchQueryLoggingConfig < ServiceError
574
751
 
575
752
  # @param [Seahorse::Client::RequestContext] context
@@ -720,6 +897,21 @@ module Aws::Route53
720
897
  end
721
898
  end
722
899
 
900
+ class TooManyKeySigningKeys < ServiceError
901
+
902
+ # @param [Seahorse::Client::RequestContext] context
903
+ # @param [String] message
904
+ # @param [Aws::Route53::Types::TooManyKeySigningKeys] data
905
+ def initialize(context, message, data = Aws::EmptyStructure.new)
906
+ super(context, message, data)
907
+ end
908
+
909
+ # @return [String]
910
+ def message
911
+ @message || @data[:message]
912
+ end
913
+ end
914
+
723
915
  class TooManyTrafficPolicies < ServiceError
724
916
 
725
917
  # @param [Seahorse::Client::RequestContext] context
@@ -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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -52,6 +52,46 @@ module Aws::Route53
52
52
  include Aws::Structure
53
53
  end
54
54
 
55
+ # @note When making an API call, you may pass ActivateKeySigningKeyRequest
56
+ # data as a hash:
57
+ #
58
+ # {
59
+ # hosted_zone_id: "ResourceId", # required
60
+ # name: "SigningKeyName", # required
61
+ # }
62
+ #
63
+ # @!attribute [rw] hosted_zone_id
64
+ # A unique string used to identify a hosted zone.
65
+ # @return [String]
66
+ #
67
+ # @!attribute [rw] name
68
+ # A string used to identify a key-signing key (KSK). `Name` can
69
+ # include numbers, letters, and underscores (\_). `Name` must be
70
+ # unique for each key-signing key in the same hosted zone.
71
+ # @return [String]
72
+ #
73
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ActivateKeySigningKeyRequest AWS API Documentation
74
+ #
75
+ class ActivateKeySigningKeyRequest < Struct.new(
76
+ :hosted_zone_id,
77
+ :name)
78
+ SENSITIVE = []
79
+ include Aws::Structure
80
+ end
81
+
82
+ # @!attribute [rw] change_info
83
+ # A complex type that describes change information about changes made
84
+ # to your hosted zone.
85
+ # @return [Types::ChangeInfo]
86
+ #
87
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ActivateKeySigningKeyResponse AWS API Documentation
88
+ #
89
+ class ActivateKeySigningKeyResponse < Struct.new(
90
+ :change_info)
91
+ SENSITIVE = []
92
+ include Aws::Structure
93
+ end
94
+
55
95
  # A complex type that identifies the CloudWatch alarm that you want
56
96
  # Amazon Route 53 health checkers to use to determine whether the
57
97
  # specified health check is healthy.
@@ -69,13 +109,13 @@ module Aws::Route53
69
109
  # use to determine whether this health check is healthy, the region
70
110
  # that the alarm was created in.
71
111
  #
72
- # For the current list of CloudWatch regions, see [Amazon
73
- # CloudWatch][1] in the *AWS Service Endpoints* chapter of the *Amazon
74
- # Web Services General Reference*.
112
+ # For the current list of CloudWatch regions, see [Amazon CloudWatch
113
+ # endpoints and quotas][1] in the *Amazon Web Services General
114
+ # Reference*.
75
115
  #
76
116
  #
77
117
  #
78
- # [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region
118
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/cw_region.html
79
119
  # @return [String]
80
120
  #
81
121
  # @!attribute [rw] name
@@ -169,21 +209,19 @@ module Aws::Route53
169
209
  # : Specify the hosted zone ID for the region that you created the
170
210
  # environment in. The environment must have a regionalized
171
211
  # subdomain. For a list of regions and the corresponding hosted zone
172
- # IDs, see [AWS Elastic Beanstalk][3] in the "AWS Service
173
- # Endpoints" chapter of the *Amazon Web Services General
174
- # Reference*.
212
+ # IDs, see [AWS Elastic Beanstalk endpoints and quotas][3] in the
213
+ # the *Amazon Web Services General Reference*.
175
214
  #
176
215
  # ELB load balancer
177
216
  #
178
217
  # : Specify the value of the hosted zone ID for the load balancer. Use
179
218
  # the following methods to get the hosted zone ID:
180
219
  #
181
- # * [Service Endpoints][4] table in the "Elastic Load Balancing
182
- # Endpoints and Quotas" topic in the *Amazon Web Services General
183
- # Reference*\: Use the value that corresponds with the region that
184
- # you created your load balancer in. Note that there are separate
185
- # columns for Application and Classic Load Balancers and for
186
- # Network Load Balancers.
220
+ # * [Elastic Load Balancing endpoints and quotas][4] topic in the
221
+ # *Amazon Web Services General Reference*\: Use the value that
222
+ # corresponds with the region that you created your load balancer
223
+ # in. Note that there are separate columns for Application and
224
+ # Classic Load Balancers and for Network Load Balancers.
187
225
  #
188
226
  # * **AWS Management Console**\: Go to the Amazon EC2 page, choose
189
227
  # **Load Balancers** in the navigation pane, select the load
@@ -233,7 +271,7 @@ module Aws::Route53
233
271
  #
234
272
  # [1]: https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html
235
273
  # [2]: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html
236
- # [3]: https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region
274
+ # [3]: https://docs.aws.amazon.com/general/latest/gr/elasticbeanstalk.html
237
275
  # [4]: https://docs.aws.amazon.com/general/latest/gr/elb.html
238
276
  # [5]: https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html
239
277
  # [6]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html
@@ -583,7 +621,7 @@ module Aws::Route53
583
621
  # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
584
622
  # resource_record_set: { # required
585
623
  # name: "DNSName", # required
586
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
624
+ # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
587
625
  # set_identifier: "ResourceRecordSetIdentifier",
588
626
  # weight: 1,
589
627
  # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
@@ -661,7 +699,7 @@ module Aws::Route53
661
699
  # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
662
700
  # resource_record_set: { # required
663
701
  # name: "DNSName", # required
664
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
702
+ # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
665
703
  # set_identifier: "ResourceRecordSetIdentifier",
666
704
  # weight: 1,
667
705
  # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
@@ -769,7 +807,7 @@ module Aws::Route53
769
807
  # action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
770
808
  # resource_record_set: { # required
771
809
  # name: "DNSName", # required
772
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
810
+ # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
773
811
  # set_identifier: "ResourceRecordSetIdentifier",
774
812
  # weight: 1,
775
813
  # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
@@ -975,7 +1013,6 @@ module Aws::Route53
975
1013
  # object at the same time that you did. Retry the request.
976
1014
  #
977
1015
  # @!attribute [rw] message
978
- # Descriptive message for the error response.
979
1016
  # @return [String]
980
1017
  #
981
1018
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ConcurrentModification AWS API Documentation
@@ -1027,7 +1064,6 @@ module Aws::Route53
1027
1064
  # `CreateTrafficPolicy` or `CreateTrafficPolicyVersion`request.
1028
1065
  #
1029
1066
  # @!attribute [rw] message
1030
- # Descriptive message for the error response.
1031
1067
  # @return [String]
1032
1068
  #
1033
1069
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ConflictingTypes AWS API Documentation
@@ -1256,6 +1292,118 @@ module Aws::Route53
1256
1292
  include Aws::Structure
1257
1293
  end
1258
1294
 
1295
+ # @note When making an API call, you may pass CreateKeySigningKeyRequest
1296
+ # data as a hash:
1297
+ #
1298
+ # {
1299
+ # caller_reference: "Nonce", # required
1300
+ # hosted_zone_id: "ResourceId", # required
1301
+ # key_management_service_arn: "SigningKeyString", # required
1302
+ # name: "SigningKeyName", # required
1303
+ # status: "SigningKeyStatus", # required
1304
+ # }
1305
+ #
1306
+ # @!attribute [rw] caller_reference
1307
+ # A unique string that identifies the request.
1308
+ # @return [String]
1309
+ #
1310
+ # @!attribute [rw] hosted_zone_id
1311
+ # The unique string (ID) used to identify a hosted zone.
1312
+ # @return [String]
1313
+ #
1314
+ # @!attribute [rw] key_management_service_arn
1315
+ # The Amazon resource name (ARN) for a customer managed customer
1316
+ # master key (CMK) in AWS Key Management Service (AWS KMS). The
1317
+ # `KeyManagementServiceArn` must be unique for each key-signing key
1318
+ # (KSK) in a single hosted zone. To see an example of
1319
+ # `KeyManagementServiceArn` that grants the correct permissions for
1320
+ # DNSSEC, scroll down to **Example**.
1321
+ #
1322
+ # You must configure the customer managed CMK as follows:
1323
+ #
1324
+ # Status
1325
+ #
1326
+ # : Enabled
1327
+ #
1328
+ # Key spec
1329
+ #
1330
+ # : ECC\_NIST\_P256
1331
+ #
1332
+ # Key usage
1333
+ #
1334
+ # : Sign and verify
1335
+ #
1336
+ # Key policy
1337
+ #
1338
+ # : The key policy must give permission for the following actions:
1339
+ #
1340
+ # * DescribeKey
1341
+ #
1342
+ # * GetPublicKey
1343
+ #
1344
+ # * Sign
1345
+ #
1346
+ # The key policy must also include the Amazon Route 53 service in
1347
+ # the principal for your account. Specify the following:
1348
+ #
1349
+ # * `"Service": "api-service.dnssec.route53.aws.internal"`
1350
+ #
1351
+ # ^
1352
+ #
1353
+ # For more information about working with a customer managed CMK in
1354
+ # AWS KMS, see [AWS Key Management Service concepts][1].
1355
+ #
1356
+ #
1357
+ #
1358
+ # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html
1359
+ # @return [String]
1360
+ #
1361
+ # @!attribute [rw] name
1362
+ # A string used to identify a key-signing key (KSK). `Name` can
1363
+ # include numbers, letters, and underscores (\_). `Name` must be
1364
+ # unique for each key-signing key in the same hosted zone.
1365
+ # @return [String]
1366
+ #
1367
+ # @!attribute [rw] status
1368
+ # A string specifying the initial status of the key-signing key (KSK).
1369
+ # You can set the value to `ACTIVE` or `INACTIVE`.
1370
+ # @return [String]
1371
+ #
1372
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateKeySigningKeyRequest AWS API Documentation
1373
+ #
1374
+ class CreateKeySigningKeyRequest < Struct.new(
1375
+ :caller_reference,
1376
+ :hosted_zone_id,
1377
+ :key_management_service_arn,
1378
+ :name,
1379
+ :status)
1380
+ SENSITIVE = []
1381
+ include Aws::Structure
1382
+ end
1383
+
1384
+ # @!attribute [rw] change_info
1385
+ # A complex type that describes change information about changes made
1386
+ # to your hosted zone.
1387
+ # @return [Types::ChangeInfo]
1388
+ #
1389
+ # @!attribute [rw] key_signing_key
1390
+ # The key-signing key (KSK) that the request creates.
1391
+ # @return [Types::KeySigningKey]
1392
+ #
1393
+ # @!attribute [rw] location
1394
+ # The unique URL representing the new key-signing key (KSK).
1395
+ # @return [String]
1396
+ #
1397
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateKeySigningKeyResponse AWS API Documentation
1398
+ #
1399
+ class CreateKeySigningKeyResponse < Struct.new(
1400
+ :change_info,
1401
+ :key_signing_key,
1402
+ :location)
1403
+ SENSITIVE = []
1404
+ include Aws::Structure
1405
+ end
1406
+
1259
1407
  # @note When making an API call, you may pass CreateQueryLoggingConfigRequest
1260
1408
  # data as a hash:
1261
1409
  #
@@ -1619,6 +1767,108 @@ module Aws::Route53
1619
1767
  include Aws::Structure
1620
1768
  end
1621
1769
 
1770
+ # The hosted zone doesn't have any DNSSEC resources.
1771
+ #
1772
+ # @!attribute [rw] message
1773
+ # @return [String]
1774
+ #
1775
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DNSSECNotFound AWS API Documentation
1776
+ #
1777
+ class DNSSECNotFound < Struct.new(
1778
+ :message)
1779
+ SENSITIVE = []
1780
+ include Aws::Structure
1781
+ end
1782
+
1783
+ # A string repesenting the status of DNSSEC signing.
1784
+ #
1785
+ # @!attribute [rw] serve_signature
1786
+ # A string that represents the current hosted zone signing status.
1787
+ #
1788
+ # Status can have one of the following values:
1789
+ #
1790
+ # SIGNING
1791
+ #
1792
+ # : DNSSEC signing is enabled for the hosted zone.
1793
+ #
1794
+ # NOT\_SIGNING
1795
+ #
1796
+ # : DNSSEC signing is not enabled for the hosted zone.
1797
+ #
1798
+ # DELETING
1799
+ #
1800
+ # : DNSSEC signing is in the process of being removed for the hosted
1801
+ # zone.
1802
+ #
1803
+ # ACTION\_NEEDED
1804
+ #
1805
+ # : There is a problem with signing in the hosted zone that requires
1806
+ # you to take action to resolve. For example, the customer managed
1807
+ # customer master key (CMK) might have been deleted, or the
1808
+ # permissions for the customer managed CMK might have been changed.
1809
+ #
1810
+ # INTERNAL\_FAILURE
1811
+ #
1812
+ # : There was an error during a request. Before you can continue to
1813
+ # work with DNSSEC signing, including with key-signing keys (KSKs),
1814
+ # you must correct the problem by enabling or disabling DNSSEC
1815
+ # signing for the hosted zone.
1816
+ # @return [String]
1817
+ #
1818
+ # @!attribute [rw] status_message
1819
+ # The status message provided for the following DNSSEC signing status:
1820
+ # `INTERNAL_FAILURE`. The status message includes information about
1821
+ # what the problem might be and steps that you can take to correct the
1822
+ # issue.
1823
+ # @return [String]
1824
+ #
1825
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DNSSECStatus AWS API Documentation
1826
+ #
1827
+ class DNSSECStatus < Struct.new(
1828
+ :serve_signature,
1829
+ :status_message)
1830
+ SENSITIVE = []
1831
+ include Aws::Structure
1832
+ end
1833
+
1834
+ # @note When making an API call, you may pass DeactivateKeySigningKeyRequest
1835
+ # data as a hash:
1836
+ #
1837
+ # {
1838
+ # hosted_zone_id: "ResourceId", # required
1839
+ # name: "SigningKeyName", # required
1840
+ # }
1841
+ #
1842
+ # @!attribute [rw] hosted_zone_id
1843
+ # A unique string used to identify a hosted zone.
1844
+ # @return [String]
1845
+ #
1846
+ # @!attribute [rw] name
1847
+ # A string used to identify a key-signing key (KSK).
1848
+ # @return [String]
1849
+ #
1850
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeactivateKeySigningKeyRequest AWS API Documentation
1851
+ #
1852
+ class DeactivateKeySigningKeyRequest < Struct.new(
1853
+ :hosted_zone_id,
1854
+ :name)
1855
+ SENSITIVE = []
1856
+ include Aws::Structure
1857
+ end
1858
+
1859
+ # @!attribute [rw] change_info
1860
+ # A complex type that describes change information about changes made
1861
+ # to your hosted zone.
1862
+ # @return [Types::ChangeInfo]
1863
+ #
1864
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeactivateKeySigningKeyResponse AWS API Documentation
1865
+ #
1866
+ class DeactivateKeySigningKeyResponse < Struct.new(
1867
+ :change_info)
1868
+ SENSITIVE = []
1869
+ include Aws::Structure
1870
+ end
1871
+
1622
1872
  # A complex type that lists the name servers in a delegation set, as
1623
1873
  # well as the `CallerReference` and the `ID` for the delegation set.
1624
1874
  #
@@ -1650,7 +1900,6 @@ module Aws::Route53
1650
1900
  # has already been created.
1651
1901
  #
1652
1902
  # @!attribute [rw] message
1653
- # Descriptive message for the error response.
1654
1903
  # @return [String]
1655
1904
  #
1656
1905
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DelegationSetAlreadyCreated AWS API Documentation
@@ -1664,7 +1913,6 @@ module Aws::Route53
1664
1913
  # The specified delegation set has already been marked as reusable.
1665
1914
  #
1666
1915
  # @!attribute [rw] message
1667
- # Descriptive message for the error response.
1668
1916
  # @return [String]
1669
1917
  #
1670
1918
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DelegationSetAlreadyReusable AWS API Documentation
@@ -1679,7 +1927,6 @@ module Aws::Route53
1679
1927
  # be deleted before the reusable delegation set can be deleted.
1680
1928
  #
1681
1929
  # @!attribute [rw] message
1682
- # Descriptive message for the error response.
1683
1930
  # @return [String]
1684
1931
  #
1685
1932
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DelegationSetInUse AWS API Documentation
@@ -1697,7 +1944,6 @@ module Aws::Route53
1697
1944
  # Route 53 generates this error, contact Customer Support.
1698
1945
  #
1699
1946
  # @!attribute [rw] message
1700
- # Descriptive message for the error response.
1701
1947
  # @return [String]
1702
1948
  #
1703
1949
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DelegationSetNotAvailable AWS API Documentation
@@ -1711,7 +1957,6 @@ module Aws::Route53
1711
1957
  # A reusable delegation set with the specified ID does not exist.
1712
1958
  #
1713
1959
  # @!attribute [rw] message
1714
- # Descriptive message for the error response.
1715
1960
  # @return [String]
1716
1961
  #
1717
1962
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DelegationSetNotReusable AWS API Documentation
@@ -1786,6 +2031,44 @@ module Aws::Route53
1786
2031
  include Aws::Structure
1787
2032
  end
1788
2033
 
2034
+ # @note When making an API call, you may pass DeleteKeySigningKeyRequest
2035
+ # data as a hash:
2036
+ #
2037
+ # {
2038
+ # hosted_zone_id: "ResourceId", # required
2039
+ # name: "SigningKeyName", # required
2040
+ # }
2041
+ #
2042
+ # @!attribute [rw] hosted_zone_id
2043
+ # A unique string used to identify a hosted zone.
2044
+ # @return [String]
2045
+ #
2046
+ # @!attribute [rw] name
2047
+ # A string used to identify a key-signing key (KSK).
2048
+ # @return [String]
2049
+ #
2050
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteKeySigningKeyRequest AWS API Documentation
2051
+ #
2052
+ class DeleteKeySigningKeyRequest < Struct.new(
2053
+ :hosted_zone_id,
2054
+ :name)
2055
+ SENSITIVE = []
2056
+ include Aws::Structure
2057
+ end
2058
+
2059
+ # @!attribute [rw] change_info
2060
+ # A complex type that describes change information about changes made
2061
+ # to your hosted zone.
2062
+ # @return [Types::ChangeInfo]
2063
+ #
2064
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteKeySigningKeyResponse AWS API Documentation
2065
+ #
2066
+ class DeleteKeySigningKeyResponse < Struct.new(
2067
+ :change_info)
2068
+ SENSITIVE = []
2069
+ include Aws::Structure
2070
+ end
2071
+
1789
2072
  # @note When making an API call, you may pass DeleteQueryLoggingConfigRequest
1790
2073
  # data as a hash:
1791
2074
  #
@@ -1965,6 +2248,38 @@ module Aws::Route53
1965
2248
  include Aws::Structure
1966
2249
  end
1967
2250
 
2251
+ # @note When making an API call, you may pass DisableHostedZoneDNSSECRequest
2252
+ # data as a hash:
2253
+ #
2254
+ # {
2255
+ # hosted_zone_id: "ResourceId", # required
2256
+ # }
2257
+ #
2258
+ # @!attribute [rw] hosted_zone_id
2259
+ # A unique string used to identify a hosted zone.
2260
+ # @return [String]
2261
+ #
2262
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DisableHostedZoneDNSSECRequest AWS API Documentation
2263
+ #
2264
+ class DisableHostedZoneDNSSECRequest < Struct.new(
2265
+ :hosted_zone_id)
2266
+ SENSITIVE = []
2267
+ include Aws::Structure
2268
+ end
2269
+
2270
+ # @!attribute [rw] change_info
2271
+ # A complex type that describes change information about changes made
2272
+ # to your hosted zone.
2273
+ # @return [Types::ChangeInfo]
2274
+ #
2275
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DisableHostedZoneDNSSECResponse AWS API Documentation
2276
+ #
2277
+ class DisableHostedZoneDNSSECResponse < Struct.new(
2278
+ :change_info)
2279
+ SENSITIVE = []
2280
+ include Aws::Structure
2281
+ end
2282
+
1968
2283
  # A complex type that contains information about the VPC that you want
1969
2284
  # to disassociate from a specified private hosted zone.
1970
2285
  #
@@ -2020,6 +2335,38 @@ module Aws::Route53
2020
2335
  include Aws::Structure
2021
2336
  end
2022
2337
 
2338
+ # @note When making an API call, you may pass EnableHostedZoneDNSSECRequest
2339
+ # data as a hash:
2340
+ #
2341
+ # {
2342
+ # hosted_zone_id: "ResourceId", # required
2343
+ # }
2344
+ #
2345
+ # @!attribute [rw] hosted_zone_id
2346
+ # A unique string used to identify a hosted zone.
2347
+ # @return [String]
2348
+ #
2349
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/EnableHostedZoneDNSSECRequest AWS API Documentation
2350
+ #
2351
+ class EnableHostedZoneDNSSECRequest < Struct.new(
2352
+ :hosted_zone_id)
2353
+ SENSITIVE = []
2354
+ include Aws::Structure
2355
+ end
2356
+
2357
+ # @!attribute [rw] change_info
2358
+ # A complex type that describes change information about changes made
2359
+ # to your hosted zone.
2360
+ # @return [Types::ChangeInfo]
2361
+ #
2362
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/EnableHostedZoneDNSSECResponse AWS API Documentation
2363
+ #
2364
+ class EnableHostedZoneDNSSECResponse < Struct.new(
2365
+ :change_info)
2366
+ SENSITIVE = []
2367
+ include Aws::Structure
2368
+ end
2369
+
2023
2370
  # A complex type that contains information about a geographic location.
2024
2371
  #
2025
2372
  # @note When making an API call, you may pass GeoLocation
@@ -2111,8 +2458,16 @@ module Aws::Route53
2111
2458
  # @return [String]
2112
2459
  #
2113
2460
  # @!attribute [rw] subdivision_code
2114
- # The code for the subdivision. Route 53 currently supports only
2115
- # states in the United States.
2461
+ # The code for the subdivision, such as a particular state within the
2462
+ # United States. For a list of US state abbreviations, see [Appendix
2463
+ # B: Two–Letter State and Possession Abbreviations][1] on the United
2464
+ # States Postal Service website. For a list of all supported
2465
+ # subdivision codes, use the [ListGeoLocations][2] API.
2466
+ #
2467
+ #
2468
+ #
2469
+ # [1]: https://pe.usps.com/text/pub28/28apb.htm
2470
+ # [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListGeoLocations.html
2116
2471
  # @return [String]
2117
2472
  #
2118
2473
  # @!attribute [rw] subdivision_name
@@ -2260,6 +2615,42 @@ module Aws::Route53
2260
2615
  include Aws::Structure
2261
2616
  end
2262
2617
 
2618
+ # @note When making an API call, you may pass GetDNSSECRequest
2619
+ # data as a hash:
2620
+ #
2621
+ # {
2622
+ # hosted_zone_id: "ResourceId", # required
2623
+ # }
2624
+ #
2625
+ # @!attribute [rw] hosted_zone_id
2626
+ # A unique string used to identify a hosted zone.
2627
+ # @return [String]
2628
+ #
2629
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetDNSSECRequest AWS API Documentation
2630
+ #
2631
+ class GetDNSSECRequest < Struct.new(
2632
+ :hosted_zone_id)
2633
+ SENSITIVE = []
2634
+ include Aws::Structure
2635
+ end
2636
+
2637
+ # @!attribute [rw] status
2638
+ # A string repesenting the status of DNSSEC.
2639
+ # @return [Types::DNSSECStatus]
2640
+ #
2641
+ # @!attribute [rw] key_signing_keys
2642
+ # The key-signing keys (KSKs) in your account.
2643
+ # @return [Array<Types::KeySigningKey>]
2644
+ #
2645
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetDNSSECResponse AWS API Documentation
2646
+ #
2647
+ class GetDNSSECResponse < Struct.new(
2648
+ :status,
2649
+ :key_signing_keys)
2650
+ SENSITIVE = []
2651
+ include Aws::Structure
2652
+ end
2653
+
2263
2654
  # A request for information about whether a specified geographic
2264
2655
  # location is supported for Amazon Route 53 geolocation resource record
2265
2656
  # sets.
@@ -2303,17 +2694,16 @@ module Aws::Route53
2303
2694
  # @return [String]
2304
2695
  #
2305
2696
  # @!attribute [rw] subdivision_code
2306
- # For `SubdivisionCode`, Amazon Route 53 supports only states of the
2307
- # United States. For a list of state abbreviations, see [Appendix B:
2308
- # Two–Letter State and Possession Abbreviations][1] on the United
2309
- # States Postal Service website.
2310
- #
2311
- # If you specify `subdivisioncode`, you must also specify `US` for
2312
- # `CountryCode`.
2697
+ # The code for the subdivision, such as a particular state within the
2698
+ # United States. For a list of US state abbreviations, see [Appendix
2699
+ # B: Two–Letter State and Possession Abbreviations][1] on the United
2700
+ # States Postal Service website. For a list of all supported
2701
+ # subdivision codes, use the [ListGeoLocations][2] API.
2313
2702
  #
2314
2703
  #
2315
2704
  #
2316
2705
  # [1]: https://pe.usps.com/text/pub28/28apb.htm
2706
+ # [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListGeoLocations.html
2317
2707
  # @return [String]
2318
2708
  #
2319
2709
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetGeoLocationRequest AWS API Documentation
@@ -2871,10 +3261,10 @@ module Aws::Route53
2871
3261
  # is associated with the current AWS account.
2872
3262
  #
2873
3263
  # @!attribute [rw] id
2874
- # The identifier that Amazon Route 53assigned to the health check when
2875
- # you created it. When you add or update a resource record set, you
2876
- # use this value to specify which health check to use. The value can
2877
- # be up to 64 characters long.
3264
+ # The identifier that Amazon Route 53 assigned to the health check
3265
+ # when you created it. When you add or update a resource record set,
3266
+ # you use this value to specify which health check to use. The value
3267
+ # can be up to 64 characters long.
2878
3268
  # @return [String]
2879
3269
  #
2880
3270
  # @!attribute [rw] caller_reference
@@ -2930,7 +3320,6 @@ module Aws::Route53
2930
3320
  # request.
2931
3321
  #
2932
3322
  # @!attribute [rw] message
2933
- # Descriptive message for the error response.
2934
3323
  # @return [String]
2935
3324
  #
2936
3325
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HealthCheckAlreadyExists AWS API Documentation
@@ -3357,7 +3746,6 @@ module Aws::Route53
3357
3746
  # This error code is not in use.
3358
3747
  #
3359
3748
  # @!attribute [rw] message
3360
- # Descriptive message for the error response.
3361
3749
  # @return [String]
3362
3750
  #
3363
3751
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HealthCheckInUse AWS API Documentation
@@ -3472,7 +3860,6 @@ module Aws::Route53
3472
3860
  # the specified `CallerReference`.
3473
3861
  #
3474
3862
  # @!attribute [rw] message
3475
- # Descriptive message for the error response.
3476
3863
  # @return [String]
3477
3864
  #
3478
3865
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneAlreadyExists AWS API Documentation
@@ -3543,7 +3930,6 @@ module Aws::Route53
3543
3930
  # records.
3544
3931
  #
3545
3932
  # @!attribute [rw] message
3546
- # Descriptive message for the error response.
3547
3933
  # @return [String]
3548
3934
  #
3549
3935
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneNotEmpty AWS API Documentation
@@ -3557,7 +3943,6 @@ module Aws::Route53
3557
3943
  # The specified HostedZone can't be found.
3558
3944
  #
3559
3945
  # @!attribute [rw] message
3560
- # Descriptive message for the error response.
3561
3946
  # @return [String]
3562
3947
  #
3563
3948
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneNotFound AWS API Documentation
@@ -3572,7 +3957,6 @@ module Aws::Route53
3572
3957
  # hosted zone.
3573
3958
  #
3574
3959
  # @!attribute [rw] message
3575
- # Descriptive message for the error response.
3576
3960
  # @return [String]
3577
3961
  #
3578
3962
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneNotPrivate AWS API Documentation
@@ -3614,6 +3998,20 @@ module Aws::Route53
3614
3998
  include Aws::Structure
3615
3999
  end
3616
4000
 
4001
+ # The hosted zone nameservers don't match the parent nameservers. The
4002
+ # hosted zone and parent must have the same nameservers.
4003
+ #
4004
+ # @!attribute [rw] message
4005
+ # @return [String]
4006
+ #
4007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZonePartiallyDelegated AWS API Documentation
4008
+ #
4009
+ class HostedZonePartiallyDelegated < Struct.new(
4010
+ :message)
4011
+ SENSITIVE = []
4012
+ include Aws::Structure
4013
+ end
4014
+
3617
4015
  # In the response to a `ListHostedZonesByVPC` request, the
3618
4016
  # `HostedZoneSummaries` element contains one `HostedZoneSummary` element
3619
4017
  # for each hosted zone that the specified Amazon VPC is associated with.
@@ -3682,10 +4080,9 @@ module Aws::Route53
3682
4080
  include Aws::Structure
3683
4081
  end
3684
4082
 
3685
- # Parameter name is invalid.
4083
+ # Parameter name is not valid.
3686
4084
  #
3687
4085
  # @!attribute [rw] message
3688
- # Descriptive message for the error response.
3689
4086
  # @return [String]
3690
4087
  #
3691
4088
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidArgument AWS API Documentation
@@ -3701,7 +4098,6 @@ module Aws::Route53
3701
4098
  # change batch.
3702
4099
  #
3703
4100
  # @!attribute [rw] messages
3704
- # Descriptive message for the error response.
3705
4101
  # @return [Array<String>]
3706
4102
  #
3707
4103
  # @!attribute [rw] message
@@ -3719,7 +4115,6 @@ module Aws::Route53
3719
4115
  # The specified domain name is not valid.
3720
4116
  #
3721
4117
  # @!attribute [rw] message
3722
- # Descriptive message for the error response.
3723
4118
  # @return [String]
3724
4119
  #
3725
4120
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidDomainName AWS API Documentation
@@ -3733,7 +4128,6 @@ module Aws::Route53
3733
4128
  # The input is not valid.
3734
4129
  #
3735
4130
  # @!attribute [rw] message
3736
- # Descriptive message for the error response.
3737
4131
  # @return [String]
3738
4132
  #
3739
4133
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidInput AWS API Documentation
@@ -3744,6 +4138,47 @@ module Aws::Route53
3744
4138
  include Aws::Structure
3745
4139
  end
3746
4140
 
4141
+ # The KeyManagementServiceArn that you specified isn't valid to use
4142
+ # with DNSSEC signing.
4143
+ #
4144
+ # @!attribute [rw] message
4145
+ # @return [String]
4146
+ #
4147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidKMSArn AWS API Documentation
4148
+ #
4149
+ class InvalidKMSArn < Struct.new(
4150
+ :message)
4151
+ SENSITIVE = []
4152
+ include Aws::Structure
4153
+ end
4154
+
4155
+ # The key-signing key (KSK) name that you specified isn't a valid name.
4156
+ #
4157
+ # @!attribute [rw] message
4158
+ # @return [String]
4159
+ #
4160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidKeySigningKeyName AWS API Documentation
4161
+ #
4162
+ class InvalidKeySigningKeyName < Struct.new(
4163
+ :message)
4164
+ SENSITIVE = []
4165
+ include Aws::Structure
4166
+ end
4167
+
4168
+ # The key-signing key (KSK) status isn't valid or another KSK has the
4169
+ # status `INTERNAL_FAILURE`.
4170
+ #
4171
+ # @!attribute [rw] message
4172
+ # @return [String]
4173
+ #
4174
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidKeySigningKeyStatus AWS API Documentation
4175
+ #
4176
+ class InvalidKeySigningKeyStatus < Struct.new(
4177
+ :message)
4178
+ SENSITIVE = []
4179
+ include Aws::Structure
4180
+ end
4181
+
3747
4182
  # The value that you specified to get the second or subsequent page of
3748
4183
  # results is invalid.
3749
4184
  #
@@ -3758,11 +4193,24 @@ module Aws::Route53
3758
4193
  include Aws::Structure
3759
4194
  end
3760
4195
 
4196
+ # Your hosted zone status isn't valid for this operation. In the hosted
4197
+ # zone, change the status to enable `DNSSEC` or disable `DNSSEC`.
4198
+ #
4199
+ # @!attribute [rw] message
4200
+ # @return [String]
4201
+ #
4202
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidSigningStatus AWS API Documentation
4203
+ #
4204
+ class InvalidSigningStatus < Struct.new(
4205
+ :message)
4206
+ SENSITIVE = []
4207
+ include Aws::Structure
4208
+ end
4209
+
3761
4210
  # The format of the traffic policy document that you specified in the
3762
- # `Document` element is invalid.
4211
+ # `Document` element is not valid.
3763
4212
  #
3764
4213
  # @!attribute [rw] message
3765
- # Descriptive message for the error response.
3766
4214
  # @return [String]
3767
4215
  #
3768
4216
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidTrafficPolicyDocument AWS API Documentation
@@ -3777,7 +4225,6 @@ module Aws::Route53
3777
4225
  # account is not authorized to access this VPC.
3778
4226
  #
3779
4227
  # @!attribute [rw] message
3780
- # Descriptive message for the error response.
3781
4228
  # @return [String]
3782
4229
  #
3783
4230
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/InvalidVPCId AWS API Documentation
@@ -3788,13 +4235,271 @@ module Aws::Route53
3788
4235
  include Aws::Structure
3789
4236
  end
3790
4237
 
4238
+ # A key-signing key (KSK) is a complex type that represents a
4239
+ # public/private key pair. The private key is used to generate a digital
4240
+ # signature for the zone signing key (ZSK). The public key is stored in
4241
+ # the DNS and is used to authenticate the ZSK. A KSK is always
4242
+ # associated with a hosted zone; it cannot exist by itself.
4243
+ #
4244
+ # @!attribute [rw] name
4245
+ # A string used to identify a key-signing key (KSK). `Name` can
4246
+ # include numbers, letters, and underscores (\_). `Name` must be
4247
+ # unique for each key-signing key in the same hosted zone.
4248
+ # @return [String]
4249
+ #
4250
+ # @!attribute [rw] kms_arn
4251
+ # The Amazon resource name (ARN) used to identify the customer managed
4252
+ # customer master key (CMK) in AWS Key Management Service (AWS KMS).
4253
+ # The `KmsArn` must be unique for each key-signing key (KSK) in a
4254
+ # single hosted zone.
4255
+ #
4256
+ # You must configure the CMK as follows:
4257
+ #
4258
+ # Status
4259
+ #
4260
+ # : Enabled
4261
+ #
4262
+ # Key spec
4263
+ #
4264
+ # : ECC\_NIST\_P256
4265
+ #
4266
+ # Key usage
4267
+ #
4268
+ # : Sign and verify
4269
+ #
4270
+ # Key policy
4271
+ #
4272
+ # : The key policy must give permission for the following actions:
4273
+ #
4274
+ # * DescribeKey
4275
+ #
4276
+ # * GetPublicKey
4277
+ #
4278
+ # * Sign
4279
+ #
4280
+ # The key policy must also include the Amazon Route 53 service in
4281
+ # the principal for your account. Specify the following:
4282
+ #
4283
+ # * `"Service": "api-service.dnssec.route53.aws.internal"`
4284
+ #
4285
+ # ^
4286
+ #
4287
+ # For more information about working with the customer managed CMK in
4288
+ # AWS KMS, see [AWS Key Management Service concepts][1].
4289
+ #
4290
+ #
4291
+ #
4292
+ # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html
4293
+ # @return [String]
4294
+ #
4295
+ # @!attribute [rw] flag
4296
+ # An integer that specifies how the key is used. For key-signing key
4297
+ # (KSK), this value is always 257.
4298
+ # @return [Integer]
4299
+ #
4300
+ # @!attribute [rw] signing_algorithm_mnemonic
4301
+ # A string used to represent the signing algorithm. This value must
4302
+ # follow the guidelines provided by [RFC-8624 Section 3.1][1].
4303
+ #
4304
+ #
4305
+ #
4306
+ # [1]: https://tools.ietf.org/html/rfc8624#section-3.1
4307
+ # @return [String]
4308
+ #
4309
+ # @!attribute [rw] signing_algorithm_type
4310
+ # An integer used to represent the signing algorithm. This value must
4311
+ # follow the guidelines provided by [RFC-8624 Section 3.1][1].
4312
+ #
4313
+ #
4314
+ #
4315
+ # [1]: https://tools.ietf.org/html/rfc8624#section-3.1
4316
+ # @return [Integer]
4317
+ #
4318
+ # @!attribute [rw] digest_algorithm_mnemonic
4319
+ # A string used to represent the delegation signer digest algorithm.
4320
+ # This value must follow the guidelines provided by [RFC-8624 Section
4321
+ # 3.3][1].
4322
+ #
4323
+ #
4324
+ #
4325
+ # [1]: https://tools.ietf.org/html/rfc8624#section-3.3
4326
+ # @return [String]
4327
+ #
4328
+ # @!attribute [rw] digest_algorithm_type
4329
+ # An integer used to represent the delegation signer digest algorithm.
4330
+ # This value must follow the guidelines provided by [RFC-8624 Section
4331
+ # 3.3][1].
4332
+ #
4333
+ #
4334
+ #
4335
+ # [1]: https://tools.ietf.org/html/rfc8624#section-3.3
4336
+ # @return [Integer]
4337
+ #
4338
+ # @!attribute [rw] key_tag
4339
+ # An integer used to identify the DNSSEC record for the domain name.
4340
+ # The process used to calculate the value is described in [RFC-4034
4341
+ # Appendix B][1].
4342
+ #
4343
+ #
4344
+ #
4345
+ # [1]: https://tools.ietf.org/rfc/rfc4034.txt
4346
+ # @return [Integer]
4347
+ #
4348
+ # @!attribute [rw] digest_value
4349
+ # A cryptographic digest of a DNSKEY resource record (RR). DNSKEY
4350
+ # records are used to publish the public key that resolvers can use to
4351
+ # verify DNSSEC signatures that are used to secure certain kinds of
4352
+ # information provided by the DNS system.
4353
+ # @return [String]
4354
+ #
4355
+ # @!attribute [rw] public_key
4356
+ # The public key, represented as a Base64 encoding, as required by [
4357
+ # RFC-4034 Page 5][1].
4358
+ #
4359
+ #
4360
+ #
4361
+ # [1]: https://tools.ietf.org/rfc/rfc4034.txt
4362
+ # @return [String]
4363
+ #
4364
+ # @!attribute [rw] ds_record
4365
+ # A string that represents a delegation signer (DS) record.
4366
+ # @return [String]
4367
+ #
4368
+ # @!attribute [rw] dnskey_record
4369
+ # A string that represents a DNSKEY record.
4370
+ # @return [String]
4371
+ #
4372
+ # @!attribute [rw] status
4373
+ # A string that represents the current key-signing key (KSK) status.
4374
+ #
4375
+ # Status can have one of the following values:
4376
+ #
4377
+ # ACTIVE
4378
+ #
4379
+ # : The KSK is being used for signing.
4380
+ #
4381
+ # INACTIVE
4382
+ #
4383
+ # : The KSK is not being used for signing.
4384
+ #
4385
+ # DELETING
4386
+ #
4387
+ # : The KSK is in the process of being deleted.
4388
+ #
4389
+ # ACTION\_NEEDED
4390
+ #
4391
+ # : There is a problem with the KSK that requires you to take action
4392
+ # to resolve. For example, the customer managed customer master key
4393
+ # (CMK) might have been deleted, or the permissions for the customer
4394
+ # managed CMK might have been changed.
4395
+ #
4396
+ # INTERNAL\_FAILURE
4397
+ #
4398
+ # : There was an error during a request. Before you can continue to
4399
+ # work with DNSSEC signing, including actions that involve this KSK,
4400
+ # you must correct the problem. For example, you may need to
4401
+ # activate or deactivate the KSK.
4402
+ # @return [String]
4403
+ #
4404
+ # @!attribute [rw] status_message
4405
+ # The status message provided for the following key-signing key (KSK)
4406
+ # statuses: `ACTION_NEEDED` or `INTERNAL_FAILURE`. The status message
4407
+ # includes information about what the problem might be and steps that
4408
+ # you can take to correct the issue.
4409
+ # @return [String]
4410
+ #
4411
+ # @!attribute [rw] created_date
4412
+ # The date when the key-signing key (KSK) was created.
4413
+ # @return [Time]
4414
+ #
4415
+ # @!attribute [rw] last_modified_date
4416
+ # The last time that the key-signing key (KSK) was changed.
4417
+ # @return [Time]
4418
+ #
4419
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/KeySigningKey AWS API Documentation
4420
+ #
4421
+ class KeySigningKey < Struct.new(
4422
+ :name,
4423
+ :kms_arn,
4424
+ :flag,
4425
+ :signing_algorithm_mnemonic,
4426
+ :signing_algorithm_type,
4427
+ :digest_algorithm_mnemonic,
4428
+ :digest_algorithm_type,
4429
+ :key_tag,
4430
+ :digest_value,
4431
+ :public_key,
4432
+ :ds_record,
4433
+ :dnskey_record,
4434
+ :status,
4435
+ :status_message,
4436
+ :created_date,
4437
+ :last_modified_date)
4438
+ SENSITIVE = []
4439
+ include Aws::Structure
4440
+ end
4441
+
4442
+ # You've already created a key-signing key (KSK) with this name or with
4443
+ # the same customer managed customer master key (CMK) ARN.
4444
+ #
4445
+ # @!attribute [rw] message
4446
+ # @return [String]
4447
+ #
4448
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/KeySigningKeyAlreadyExists AWS API Documentation
4449
+ #
4450
+ class KeySigningKeyAlreadyExists < Struct.new(
4451
+ :message)
4452
+ SENSITIVE = []
4453
+ include Aws::Structure
4454
+ end
4455
+
4456
+ # The key-signing key (KSK) is specified in a parent DS record.
4457
+ #
4458
+ # @!attribute [rw] message
4459
+ # @return [String]
4460
+ #
4461
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/KeySigningKeyInParentDSRecord AWS API Documentation
4462
+ #
4463
+ class KeySigningKeyInParentDSRecord < Struct.new(
4464
+ :message)
4465
+ SENSITIVE = []
4466
+ include Aws::Structure
4467
+ end
4468
+
4469
+ # The key-signing key (KSK) that you specified can't be deactivated
4470
+ # because it's the only KSK for a currently-enabled DNSSEC. Disable
4471
+ # DNSSEC signing, or add or enable another KSK.
4472
+ #
4473
+ # @!attribute [rw] message
4474
+ # @return [String]
4475
+ #
4476
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/KeySigningKeyInUse AWS API Documentation
4477
+ #
4478
+ class KeySigningKeyInUse < Struct.new(
4479
+ :message)
4480
+ SENSITIVE = []
4481
+ include Aws::Structure
4482
+ end
4483
+
4484
+ # A key-signing key (KSK) with `ACTIVE` status wasn't found.
4485
+ #
4486
+ # @!attribute [rw] message
4487
+ # @return [String]
4488
+ #
4489
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/KeySigningKeyWithActiveStatusNotFound AWS API Documentation
4490
+ #
4491
+ class KeySigningKeyWithActiveStatusNotFound < Struct.new(
4492
+ :message)
4493
+ SENSITIVE = []
4494
+ include Aws::Structure
4495
+ end
4496
+
3791
4497
  # The VPC that you're trying to disassociate from the private hosted
3792
4498
  # zone is the last VPC that is associated with the hosted zone. Amazon
3793
4499
  # Route 53 doesn't support disassociating the last VPC from a hosted
3794
4500
  # zone.
3795
4501
  #
3796
4502
  # @!attribute [rw] message
3797
- # Descriptive message for the error response.
3798
4503
  # @return [String]
3799
4504
  #
3800
4505
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/LastVPCAssociation AWS API Documentation
@@ -3822,7 +4527,6 @@ module Aws::Route53
3822
4527
  # [3]: http://aws.amazon.com/route53-request
3823
4528
  #
3824
4529
  # @!attribute [rw] message
3825
- # Descriptive message for the error response.
3826
4530
  # @return [String]
3827
4531
  #
3828
4532
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/LimitsExceeded AWS API Documentation
@@ -4456,7 +5160,7 @@ module Aws::Route53
4456
5160
  # {
4457
5161
  # hosted_zone_id: "ResourceId", # required
4458
5162
  # start_record_name: "DNSName",
4459
- # start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
5163
+ # start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
4460
5164
  # start_record_identifier: "ResourceRecordSetIdentifier",
4461
5165
  # max_items: 1,
4462
5166
  # }
@@ -4861,7 +5565,7 @@ module Aws::Route53
4861
5565
  # {
4862
5566
  # hosted_zone_id: "ResourceId", # required
4863
5567
  # traffic_policy_instance_name_marker: "DNSName",
4864
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
5568
+ # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
4865
5569
  # max_items: 1,
4866
5570
  # }
4867
5571
  #
@@ -4977,7 +5681,7 @@ module Aws::Route53
4977
5681
  # traffic_policy_version: 1, # required
4978
5682
  # hosted_zone_id_marker: "ResourceId",
4979
5683
  # traffic_policy_instance_name_marker: "DNSName",
4980
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
5684
+ # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
4981
5685
  # max_items: 1,
4982
5686
  # }
4983
5687
  #
@@ -5125,7 +5829,7 @@ module Aws::Route53
5125
5829
  # {
5126
5830
  # hosted_zone_id_marker: "ResourceId",
5127
5831
  # traffic_policy_instance_name_marker: "DNSName",
5128
- # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
5832
+ # traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5129
5833
  # max_items: 1,
5130
5834
  # }
5131
5835
  #
@@ -5437,7 +6141,6 @@ module Aws::Route53
5437
6141
  # A reusable delegation set with the specified ID does not exist.
5438
6142
  #
5439
6143
  # @!attribute [rw] message
5440
- # Descriptive message for the error response.
5441
6144
  # @return [String]
5442
6145
  #
5443
6146
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchDelegationSet AWS API Documentation
@@ -5457,7 +6160,6 @@ module Aws::Route53
5457
6160
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html
5458
6161
  #
5459
6162
  # @!attribute [rw] message
5460
- # Descriptive message for the error response.
5461
6163
  # @return [String]
5462
6164
  #
5463
6165
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchGeoLocation AWS API Documentation
@@ -5471,7 +6173,6 @@ module Aws::Route53
5471
6173
  # No health check exists with the specified ID.
5472
6174
  #
5473
6175
  # @!attribute [rw] message
5474
- # Descriptive message for the error response.
5475
6176
  # @return [String]
5476
6177
  #
5477
6178
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchHealthCheck AWS API Documentation
@@ -5485,7 +6186,6 @@ module Aws::Route53
5485
6186
  # No hosted zone exists with the ID that you specified.
5486
6187
  #
5487
6188
  # @!attribute [rw] message
5488
- # Descriptive message for the error response.
5489
6189
  # @return [String]
5490
6190
  #
5491
6191
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchHostedZone AWS API Documentation
@@ -5496,6 +6196,19 @@ module Aws::Route53
5496
6196
  include Aws::Structure
5497
6197
  end
5498
6198
 
6199
+ # The specified key-signing key (KSK) doesn't exist.
6200
+ #
6201
+ # @!attribute [rw] message
6202
+ # @return [String]
6203
+ #
6204
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchKeySigningKey AWS API Documentation
6205
+ #
6206
+ class NoSuchKeySigningKey < Struct.new(
6207
+ :message)
6208
+ SENSITIVE = []
6209
+ include Aws::Structure
6210
+ end
6211
+
5499
6212
  # There is no DNS query logging configuration with the specified ID.
5500
6213
  #
5501
6214
  # @!attribute [rw] message
@@ -5512,7 +6225,6 @@ module Aws::Route53
5512
6225
  # No traffic policy exists with the specified ID.
5513
6226
  #
5514
6227
  # @!attribute [rw] message
5515
- # Descriptive message for the error response.
5516
6228
  # @return [String]
5517
6229
  #
5518
6230
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchTrafficPolicy AWS API Documentation
@@ -5526,7 +6238,6 @@ module Aws::Route53
5526
6238
  # No traffic policy instance exists with the specified ID.
5527
6239
  #
5528
6240
  # @!attribute [rw] message
5529
- # Descriptive message for the error response.
5530
6241
  # @return [String]
5531
6242
  #
5532
6243
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NoSuchTrafficPolicyInstance AWS API Documentation
@@ -5541,7 +6252,6 @@ module Aws::Route53
5541
6252
  # been authorized.
5542
6253
  #
5543
6254
  # @!attribute [rw] message
5544
- # Descriptive message for the error response.
5545
6255
  # @return [String]
5546
6256
  #
5547
6257
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/NotAuthorizedException AWS API Documentation
@@ -5574,7 +6284,6 @@ module Aws::Route53
5574
6284
  # Route 53 doesn't support associating a VPC with a public hosted zone.
5575
6285
  #
5576
6286
  # @!attribute [rw] message
5577
- # Descriptive message for the error response.
5578
6287
  # @return [String]
5579
6288
  #
5580
6289
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/PublicZoneVPCAssociation AWS API Documentation
@@ -5674,7 +6383,7 @@ module Aws::Route53
5674
6383
  #
5675
6384
  # {
5676
6385
  # name: "DNSName", # required
5677
- # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
6386
+ # type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
5678
6387
  # set_identifier: "ResourceRecordSetIdentifier",
5679
6388
  # weight: 1,
5680
6389
  # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, eu-north-1, sa-east-1, cn-north-1, cn-northwest-1, ap-east-1, me-south-1, ap-south-1, af-south-1, eu-south-1
@@ -5752,8 +6461,8 @@ module Aws::Route53
5752
6461
  # Types][1] in the *Amazon Route 53 Developer Guide*.
5753
6462
  #
5754
6463
  # Valid values for basic resource record sets: `A` \| `AAAA` \| `CAA`
5755
- # \| `CNAME` \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \|
5756
- # `SRV` \| `TXT`
6464
+ # \| `CNAME` \| `DS` \|`MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \|
6465
+ # `SPF` \| `SRV` \| `TXT`
5757
6466
  #
5758
6467
  # Values for weighted, latency, geolocation, and failover resource
5759
6468
  # record sets: `A` \| `AAAA` \| `CAA` \| `CNAME` \| `MX` \| `NAPTR` \|
@@ -6404,7 +7113,7 @@ module Aws::Route53
6404
7113
  # {
6405
7114
  # hosted_zone_id: "ResourceId", # required
6406
7115
  # record_name: "DNSName", # required
6407
- # record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
7116
+ # record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA, DS
6408
7117
  # resolver_ip: "IPAddress",
6409
7118
  # edns0_client_subnet_ip: "IPAddress",
6410
7119
  # edns0_client_subnet_mask: "SubnetMask",
@@ -6589,7 +7298,6 @@ module Aws::Route53
6589
7298
  # [4]: http://aws.amazon.com/route53-request
6590
7299
  #
6591
7300
  # @!attribute [rw] message
6592
- # Descriptive message for the error response.
6593
7301
  # @return [String]
6594
7302
  #
6595
7303
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TooManyHostedZones AWS API Documentation
@@ -6600,6 +7308,20 @@ module Aws::Route53
6600
7308
  include Aws::Structure
6601
7309
  end
6602
7310
 
7311
+ # You've reached the limit for the number of key-signing keys (KSKs).
7312
+ # Remove at least one KSK, and then try again.
7313
+ #
7314
+ # @!attribute [rw] message
7315
+ # @return [String]
7316
+ #
7317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TooManyKeySigningKeys AWS API Documentation
7318
+ #
7319
+ class TooManyKeySigningKeys < Struct.new(
7320
+ :message)
7321
+ SENSITIVE = []
7322
+ include Aws::Structure
7323
+ end
7324
+
6603
7325
  # This traffic policy can't be created because the current account has
6604
7326
  # reached the limit on the number of traffic policies.
6605
7327
  #
@@ -6618,7 +7340,6 @@ module Aws::Route53
6618
7340
  # [3]: http://aws.amazon.com/route53-request
6619
7341
  #
6620
7342
  # @!attribute [rw] message
6621
- # Descriptive message for the error response.
6622
7343
  # @return [String]
6623
7344
  #
6624
7345
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TooManyTrafficPolicies AWS API Documentation
@@ -6649,7 +7370,6 @@ module Aws::Route53
6649
7370
  # [3]: http://aws.amazon.com/route53-request
6650
7371
  #
6651
7372
  # @!attribute [rw] message
6652
- # Descriptive message for the error response.
6653
7373
  # @return [String]
6654
7374
  #
6655
7375
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TooManyTrafficPolicyInstances AWS API Documentation
@@ -6676,7 +7396,6 @@ module Aws::Route53
6676
7396
  # [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html
6677
7397
  #
6678
7398
  # @!attribute [rw] message
6679
- # Descriptive message for the error response.
6680
7399
  # @return [String]
6681
7400
  #
6682
7401
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TooManyTrafficPolicyVersionsForCurrentPolicy AWS API Documentation
@@ -6695,7 +7414,6 @@ module Aws::Route53
6695
7414
  # `ListVPCAssociationAuthorizations` request.
6696
7415
  #
6697
7416
  # @!attribute [rw] message
6698
- # Descriptive message for the error response.
6699
7417
  # @return [String]
6700
7418
  #
6701
7419
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TooManyVPCAssociationAuthorizations AWS API Documentation
@@ -6760,7 +7478,6 @@ module Aws::Route53
6760
7478
  # A traffic policy that has the same value for `Name` already exists.
6761
7479
  #
6762
7480
  # @!attribute [rw] message
6763
- # Descriptive message for the error response.
6764
7481
  # @return [String]
6765
7482
  #
6766
7483
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TrafficPolicyAlreadyExists AWS API Documentation
@@ -6775,7 +7492,6 @@ module Aws::Route53
6775
7492
  # specified traffic policy.
6776
7493
  #
6777
7494
  # @!attribute [rw] message
6778
- # Descriptive message for the error response.
6779
7495
  # @return [String]
6780
7496
  #
6781
7497
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TrafficPolicyInUse AWS API Documentation
@@ -6870,7 +7586,6 @@ module Aws::Route53
6870
7586
  # There is already a traffic policy instance with the specified ID.
6871
7587
  #
6872
7588
  # @!attribute [rw] message
6873
- # Descriptive message for the error response.
6874
7589
  # @return [String]
6875
7590
  #
6876
7591
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TrafficPolicyInstanceAlreadyExists AWS API Documentation
@@ -7524,7 +8239,6 @@ module Aws::Route53
7524
8239
  # hosted zone.
7525
8240
  #
7526
8241
  # @!attribute [rw] message
7527
- # Descriptive message for the error response.
7528
8242
  # @return [String]
7529
8243
  #
7530
8244
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/VPCAssociationAuthorizationNotFound AWS API Documentation
@@ -7538,7 +8252,7 @@ module Aws::Route53
7538
8252
  # The specified VPC and hosted zone are not currently associated.
7539
8253
  #
7540
8254
  # @!attribute [rw] message
7541
- # Descriptive message for the error response.
8255
+ # The specified VPC or hosted zone weren't found.
7542
8256
  # @return [String]
7543
8257
  #
7544
8258
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/VPCAssociationNotFound AWS API Documentation