aws-sdk-route53 1.0.0.rc14 → 1.0.0.rc15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +33 -30
- data/lib/aws-sdk-route53/types.rb +22 -19
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 307dcd7238025a0c069e617a1e70b3a4c4ab016c
|
|
4
|
+
data.tar.gz: 00e40f7b9af45aa30c93538e4469a33d8ff34fc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ade959314b5bdcf0933b438e810223a49566a8e2b97459d318887ae0a40934a82919ecc6f07595814e58649d8874d407a4319756a0e345acbac8c83140ff4112
|
|
7
|
+
data.tar.gz: bcf7a4d7da402ea9911c5d2a1e7b65c000b389d417c2e5ab784e69dc0d4f0e59555f4d4593f2db3dd8836a46df7800c65061206d94a4e0d8e5a16b6979e334ac
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -914,7 +914,7 @@ module Aws::Route53
|
|
|
914
914
|
# action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
|
|
915
915
|
# resource_record_set: { # required
|
|
916
916
|
# name: "DNSName", # required
|
|
917
|
-
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
917
|
+
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
918
918
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
919
919
|
# weight: 1,
|
|
920
920
|
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
|
@@ -1427,7 +1427,7 @@ module Aws::Route53
|
|
|
1427
1427
|
# resp.traffic_policy.id #=> String
|
|
1428
1428
|
# resp.traffic_policy.version #=> Integer
|
|
1429
1429
|
# resp.traffic_policy.name #=> String
|
|
1430
|
-
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
1430
|
+
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
1431
1431
|
# resp.traffic_policy.document #=> String
|
|
1432
1432
|
# resp.traffic_policy.comment #=> String
|
|
1433
1433
|
# resp.location #=> String
|
|
@@ -1496,7 +1496,7 @@ module Aws::Route53
|
|
|
1496
1496
|
# resp.traffic_policy_instance.message #=> String
|
|
1497
1497
|
# resp.traffic_policy_instance.traffic_policy_id #=> String
|
|
1498
1498
|
# resp.traffic_policy_instance.traffic_policy_version #=> Integer
|
|
1499
|
-
# resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
1499
|
+
# resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
1500
1500
|
# resp.location #=> String
|
|
1501
1501
|
#
|
|
1502
1502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateTrafficPolicyInstance AWS API Documentation
|
|
@@ -1548,7 +1548,7 @@ module Aws::Route53
|
|
|
1548
1548
|
# resp.traffic_policy.id #=> String
|
|
1549
1549
|
# resp.traffic_policy.version #=> Integer
|
|
1550
1550
|
# resp.traffic_policy.name #=> String
|
|
1551
|
-
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
1551
|
+
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
1552
1552
|
# resp.traffic_policy.document #=> String
|
|
1553
1553
|
# resp.traffic_policy.comment #=> String
|
|
1554
1554
|
# resp.location #=> String
|
|
@@ -2357,7 +2357,7 @@ module Aws::Route53
|
|
|
2357
2357
|
# resp.traffic_policy.id #=> String
|
|
2358
2358
|
# resp.traffic_policy.version #=> Integer
|
|
2359
2359
|
# resp.traffic_policy.name #=> String
|
|
2360
|
-
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
2360
|
+
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
2361
2361
|
# resp.traffic_policy.document #=> String
|
|
2362
2362
|
# resp.traffic_policy.comment #=> String
|
|
2363
2363
|
#
|
|
@@ -2409,7 +2409,7 @@ module Aws::Route53
|
|
|
2409
2409
|
# resp.traffic_policy_instance.message #=> String
|
|
2410
2410
|
# resp.traffic_policy_instance.traffic_policy_id #=> String
|
|
2411
2411
|
# resp.traffic_policy_instance.traffic_policy_version #=> Integer
|
|
2412
|
-
# resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
2412
|
+
# resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
2413
2413
|
#
|
|
2414
2414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetTrafficPolicyInstance AWS API Documentation
|
|
2415
2415
|
#
|
|
@@ -2881,13 +2881,13 @@ module Aws::Route53
|
|
|
2881
2881
|
# @option params [String] :start_record_type
|
|
2882
2882
|
# The type of resource record set to begin the record listing from.
|
|
2883
2883
|
#
|
|
2884
|
-
# Valid values for basic resource record sets: `A` \| `AAAA` \| `
|
|
2885
|
-
# \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \| `SRV`
|
|
2886
|
-
# `TXT`
|
|
2884
|
+
# Valid values for basic resource record sets: `A` \| `AAAA` \| `CAA` \|
|
|
2885
|
+
# `CNAME` \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \| `SRV`
|
|
2886
|
+
# \| `TXT`
|
|
2887
2887
|
#
|
|
2888
2888
|
# Values for weighted, latency, geo, and failover resource record sets:
|
|
2889
|
-
# `A` \| `AAAA` \| `CNAME` \| `MX` \| `NAPTR` \| `PTR` \| `SPF`
|
|
2890
|
-
# \| `TXT`
|
|
2889
|
+
# `A` \| `AAAA` \| `CAA` \| `CNAME` \| `MX` \| `NAPTR` \| `PTR` \| `SPF`
|
|
2890
|
+
# \| `SRV` \| `TXT`
|
|
2891
2891
|
#
|
|
2892
2892
|
# Values for alias resource record sets:
|
|
2893
2893
|
#
|
|
@@ -2900,6 +2900,9 @@ module Aws::Route53
|
|
|
2900
2900
|
#
|
|
2901
2901
|
# * **Amazon S3 bucket**\: A
|
|
2902
2902
|
#
|
|
2903
|
+
# * **Another resource record set in this hosted zone:** The type of the
|
|
2904
|
+
# resource record set that the alias references.
|
|
2905
|
+
#
|
|
2903
2906
|
# Constraint: Specifying `type` without specifying `name` returns an
|
|
2904
2907
|
# `InvalidInput` error.
|
|
2905
2908
|
#
|
|
@@ -2932,7 +2935,7 @@ module Aws::Route53
|
|
|
2932
2935
|
# resp = client.list_resource_record_sets({
|
|
2933
2936
|
# hosted_zone_id: "ResourceId", # required
|
|
2934
2937
|
# start_record_name: "DNSName",
|
|
2935
|
-
# start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
2938
|
+
# start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
2936
2939
|
# start_record_identifier: "ResourceRecordSetIdentifier",
|
|
2937
2940
|
# max_items: 1,
|
|
2938
2941
|
# })
|
|
@@ -2941,7 +2944,7 @@ module Aws::Route53
|
|
|
2941
2944
|
#
|
|
2942
2945
|
# resp.resource_record_sets #=> Array
|
|
2943
2946
|
# resp.resource_record_sets[0].name #=> String
|
|
2944
|
-
# resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
2947
|
+
# resp.resource_record_sets[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
2945
2948
|
# resp.resource_record_sets[0].set_identifier #=> String
|
|
2946
2949
|
# resp.resource_record_sets[0].weight #=> Integer
|
|
2947
2950
|
# resp.resource_record_sets[0].region #=> String, one of "us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-west-2", "eu-central-1", "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", "ap-northeast-2", "sa-east-1", "cn-north-1", "ap-south-1"
|
|
@@ -2960,7 +2963,7 @@ module Aws::Route53
|
|
|
2960
2963
|
# resp.resource_record_sets[0].traffic_policy_instance_id #=> String
|
|
2961
2964
|
# resp.is_truncated #=> Boolean
|
|
2962
2965
|
# resp.next_record_name #=> String
|
|
2963
|
-
# resp.next_record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
2966
|
+
# resp.next_record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
2964
2967
|
# resp.next_record_identifier #=> String
|
|
2965
2968
|
# resp.max_items #=> Integer
|
|
2966
2969
|
#
|
|
@@ -3170,7 +3173,7 @@ module Aws::Route53
|
|
|
3170
3173
|
# resp.traffic_policy_summaries #=> Array
|
|
3171
3174
|
# resp.traffic_policy_summaries[0].id #=> String
|
|
3172
3175
|
# resp.traffic_policy_summaries[0].name #=> String
|
|
3173
|
-
# resp.traffic_policy_summaries[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3176
|
+
# resp.traffic_policy_summaries[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3174
3177
|
# resp.traffic_policy_summaries[0].latest_version #=> Integer
|
|
3175
3178
|
# resp.traffic_policy_summaries[0].traffic_policy_count #=> Integer
|
|
3176
3179
|
# resp.is_truncated #=> Boolean
|
|
@@ -3259,7 +3262,7 @@ module Aws::Route53
|
|
|
3259
3262
|
# resp = client.list_traffic_policy_instances({
|
|
3260
3263
|
# hosted_zone_id_marker: "ResourceId",
|
|
3261
3264
|
# traffic_policy_instance_name_marker: "DNSName",
|
|
3262
|
-
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3265
|
+
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3263
3266
|
# max_items: 1,
|
|
3264
3267
|
# })
|
|
3265
3268
|
#
|
|
@@ -3274,10 +3277,10 @@ module Aws::Route53
|
|
|
3274
3277
|
# resp.traffic_policy_instances[0].message #=> String
|
|
3275
3278
|
# resp.traffic_policy_instances[0].traffic_policy_id #=> String
|
|
3276
3279
|
# resp.traffic_policy_instances[0].traffic_policy_version #=> Integer
|
|
3277
|
-
# resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3280
|
+
# resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3278
3281
|
# resp.hosted_zone_id_marker #=> String
|
|
3279
3282
|
# resp.traffic_policy_instance_name_marker #=> String
|
|
3280
|
-
# resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3283
|
+
# resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3281
3284
|
# resp.is_truncated #=> Boolean
|
|
3282
3285
|
# resp.max_items #=> Integer
|
|
3283
3286
|
#
|
|
@@ -3356,7 +3359,7 @@ module Aws::Route53
|
|
|
3356
3359
|
# resp = client.list_traffic_policy_instances_by_hosted_zone({
|
|
3357
3360
|
# hosted_zone_id: "ResourceId", # required
|
|
3358
3361
|
# traffic_policy_instance_name_marker: "DNSName",
|
|
3359
|
-
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3362
|
+
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3360
3363
|
# max_items: 1,
|
|
3361
3364
|
# })
|
|
3362
3365
|
#
|
|
@@ -3371,9 +3374,9 @@ module Aws::Route53
|
|
|
3371
3374
|
# resp.traffic_policy_instances[0].message #=> String
|
|
3372
3375
|
# resp.traffic_policy_instances[0].traffic_policy_id #=> String
|
|
3373
3376
|
# resp.traffic_policy_instances[0].traffic_policy_version #=> Integer
|
|
3374
|
-
# resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3377
|
+
# resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3375
3378
|
# resp.traffic_policy_instance_name_marker #=> String
|
|
3376
|
-
# resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3379
|
+
# resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3377
3380
|
# resp.is_truncated #=> Boolean
|
|
3378
3381
|
# resp.max_items #=> Integer
|
|
3379
3382
|
#
|
|
@@ -3478,7 +3481,7 @@ module Aws::Route53
|
|
|
3478
3481
|
# traffic_policy_version: 1, # required
|
|
3479
3482
|
# hosted_zone_id_marker: "ResourceId",
|
|
3480
3483
|
# traffic_policy_instance_name_marker: "DNSName",
|
|
3481
|
-
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3484
|
+
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3482
3485
|
# max_items: 1,
|
|
3483
3486
|
# })
|
|
3484
3487
|
#
|
|
@@ -3493,10 +3496,10 @@ module Aws::Route53
|
|
|
3493
3496
|
# resp.traffic_policy_instances[0].message #=> String
|
|
3494
3497
|
# resp.traffic_policy_instances[0].traffic_policy_id #=> String
|
|
3495
3498
|
# resp.traffic_policy_instances[0].traffic_policy_version #=> Integer
|
|
3496
|
-
# resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3499
|
+
# resp.traffic_policy_instances[0].traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3497
3500
|
# resp.hosted_zone_id_marker #=> String
|
|
3498
3501
|
# resp.traffic_policy_instance_name_marker #=> String
|
|
3499
|
-
# resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3502
|
+
# resp.traffic_policy_instance_type_marker #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3500
3503
|
# resp.is_truncated #=> Boolean
|
|
3501
3504
|
# resp.max_items #=> Integer
|
|
3502
3505
|
#
|
|
@@ -3559,7 +3562,7 @@ module Aws::Route53
|
|
|
3559
3562
|
# resp.traffic_policies[0].id #=> String
|
|
3560
3563
|
# resp.traffic_policies[0].version #=> Integer
|
|
3561
3564
|
# resp.traffic_policies[0].name #=> String
|
|
3562
|
-
# resp.traffic_policies[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3565
|
+
# resp.traffic_policies[0].type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3563
3566
|
# resp.traffic_policies[0].document #=> String
|
|
3564
3567
|
# resp.traffic_policies[0].comment #=> String
|
|
3565
3568
|
# resp.is_truncated #=> Boolean
|
|
@@ -3679,7 +3682,7 @@ module Aws::Route53
|
|
|
3679
3682
|
# resp = client.test_dns_answer({
|
|
3680
3683
|
# hosted_zone_id: "ResourceId", # required
|
|
3681
3684
|
# record_name: "DNSName", # required
|
|
3682
|
-
# record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3685
|
+
# record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3683
3686
|
# resolver_ip: "IPAddress",
|
|
3684
3687
|
# edns0_client_subnet_ip: "IPAddress",
|
|
3685
3688
|
# edns0_client_subnet_mask: "SubnetMask",
|
|
@@ -3689,7 +3692,7 @@ module Aws::Route53
|
|
|
3689
3692
|
#
|
|
3690
3693
|
# resp.nameserver #=> String
|
|
3691
3694
|
# resp.record_name #=> String
|
|
3692
|
-
# resp.record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
3695
|
+
# resp.record_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
3693
3696
|
# resp.record_data #=> Array
|
|
3694
3697
|
# resp.record_data[0] #=> String
|
|
3695
3698
|
# resp.response_code #=> String
|
|
@@ -4125,7 +4128,7 @@ module Aws::Route53
|
|
|
4125
4128
|
# resp.traffic_policy.id #=> String
|
|
4126
4129
|
# resp.traffic_policy.version #=> Integer
|
|
4127
4130
|
# resp.traffic_policy.name #=> String
|
|
4128
|
-
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
4131
|
+
# resp.traffic_policy.type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
4129
4132
|
# resp.traffic_policy.document #=> String
|
|
4130
4133
|
# resp.traffic_policy.comment #=> String
|
|
4131
4134
|
#
|
|
@@ -4198,7 +4201,7 @@ module Aws::Route53
|
|
|
4198
4201
|
# resp.traffic_policy_instance.message #=> String
|
|
4199
4202
|
# resp.traffic_policy_instance.traffic_policy_id #=> String
|
|
4200
4203
|
# resp.traffic_policy_instance.traffic_policy_version #=> Integer
|
|
4201
|
-
# resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA"
|
|
4204
|
+
# resp.traffic_policy_instance.traffic_policy_type #=> String, one of "SOA", "A", "TXT", "NS", "CNAME", "MX", "NAPTR", "PTR", "SRV", "SPF", "AAAA", "CAA"
|
|
4202
4205
|
#
|
|
4203
4206
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateTrafficPolicyInstance AWS API Documentation
|
|
4204
4207
|
#
|
|
@@ -4222,7 +4225,7 @@ module Aws::Route53
|
|
|
4222
4225
|
params: params,
|
|
4223
4226
|
config: config)
|
|
4224
4227
|
context[:gem_name] = 'aws-sdk-route53'
|
|
4225
|
-
context[:gem_version] = '1.0.0.
|
|
4228
|
+
context[:gem_version] = '1.0.0.rc15'
|
|
4226
4229
|
Seahorse::Client::Request.new(handlers, context)
|
|
4227
4230
|
end
|
|
4228
4231
|
|
|
@@ -377,7 +377,7 @@ module Aws::Route53
|
|
|
377
377
|
# action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
|
|
378
378
|
# resource_record_set: { # required
|
|
379
379
|
# name: "DNSName", # required
|
|
380
|
-
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
380
|
+
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
381
381
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
382
382
|
# weight: 1,
|
|
383
383
|
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
|
@@ -487,7 +487,7 @@ module Aws::Route53
|
|
|
487
487
|
# action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
|
|
488
488
|
# resource_record_set: { # required
|
|
489
489
|
# name: "DNSName", # required
|
|
490
|
-
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
490
|
+
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
491
491
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
492
492
|
# weight: 1,
|
|
493
493
|
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
|
@@ -589,7 +589,7 @@ module Aws::Route53
|
|
|
589
589
|
# action: "CREATE", # required, accepts CREATE, DELETE, UPSERT
|
|
590
590
|
# resource_record_set: { # required
|
|
591
591
|
# name: "DNSName", # required
|
|
592
|
-
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
592
|
+
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
593
593
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
594
594
|
# weight: 1,
|
|
595
595
|
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
|
@@ -3075,7 +3075,7 @@ module Aws::Route53
|
|
|
3075
3075
|
# {
|
|
3076
3076
|
# hosted_zone_id: "ResourceId", # required
|
|
3077
3077
|
# start_record_name: "DNSName",
|
|
3078
|
-
# start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3078
|
+
# start_record_type: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3079
3079
|
# start_record_identifier: "ResourceRecordSetIdentifier",
|
|
3080
3080
|
# max_items: 1,
|
|
3081
3081
|
# }
|
|
@@ -3093,13 +3093,13 @@ module Aws::Route53
|
|
|
3093
3093
|
# @!attribute [rw] start_record_type
|
|
3094
3094
|
# The type of resource record set to begin the record listing from.
|
|
3095
3095
|
#
|
|
3096
|
-
# Valid values for basic resource record sets: `A` \| `AAAA` \|
|
|
3097
|
-
# `CNAME` \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \|
|
|
3096
|
+
# Valid values for basic resource record sets: `A` \| `AAAA` \| `CAA`
|
|
3097
|
+
# \| `CNAME` \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \|
|
|
3098
3098
|
# `SRV` \| `TXT`
|
|
3099
3099
|
#
|
|
3100
3100
|
# Values for weighted, latency, geo, and failover resource record
|
|
3101
|
-
# sets: `A` \| `AAAA` \| `
|
|
3102
|
-
# \| `SRV` \| `TXT`
|
|
3101
|
+
# sets: `A` \| `AAAA` \| `CAA` \| `CNAME` \| `MX` \| `NAPTR` \| `PTR`
|
|
3102
|
+
# \| `SPF` \| `SRV` \| `TXT`
|
|
3103
3103
|
#
|
|
3104
3104
|
# Values for alias resource record sets:
|
|
3105
3105
|
#
|
|
@@ -3112,6 +3112,9 @@ module Aws::Route53
|
|
|
3112
3112
|
#
|
|
3113
3113
|
# * **Amazon S3 bucket**\: A
|
|
3114
3114
|
#
|
|
3115
|
+
# * **Another resource record set in this hosted zone:** The type of
|
|
3116
|
+
# the resource record set that the alias references.
|
|
3117
|
+
#
|
|
3115
3118
|
# Constraint: Specifying `type` without specifying `name` returns an
|
|
3116
3119
|
# `InvalidInput` error.
|
|
3117
3120
|
# @return [String]
|
|
@@ -3454,7 +3457,7 @@ module Aws::Route53
|
|
|
3454
3457
|
# {
|
|
3455
3458
|
# hosted_zone_id: "ResourceId", # required
|
|
3456
3459
|
# traffic_policy_instance_name_marker: "DNSName",
|
|
3457
|
-
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3460
|
+
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3458
3461
|
# max_items: 1,
|
|
3459
3462
|
# }
|
|
3460
3463
|
#
|
|
@@ -3568,7 +3571,7 @@ module Aws::Route53
|
|
|
3568
3571
|
# traffic_policy_version: 1, # required
|
|
3569
3572
|
# hosted_zone_id_marker: "ResourceId",
|
|
3570
3573
|
# traffic_policy_instance_name_marker: "DNSName",
|
|
3571
|
-
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3574
|
+
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3572
3575
|
# max_items: 1,
|
|
3573
3576
|
# }
|
|
3574
3577
|
#
|
|
@@ -3714,7 +3717,7 @@ module Aws::Route53
|
|
|
3714
3717
|
# {
|
|
3715
3718
|
# hosted_zone_id_marker: "ResourceId",
|
|
3716
3719
|
# traffic_policy_instance_name_marker: "DNSName",
|
|
3717
|
-
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
3720
|
+
# traffic_policy_instance_type_marker: "SOA", # accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
3718
3721
|
# max_items: 1,
|
|
3719
3722
|
# }
|
|
3720
3723
|
#
|
|
@@ -4041,7 +4044,7 @@ module Aws::Route53
|
|
|
4041
4044
|
#
|
|
4042
4045
|
# {
|
|
4043
4046
|
# name: "DNSName", # required
|
|
4044
|
-
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
4047
|
+
# type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
4045
4048
|
# set_identifier: "ResourceRecordSetIdentifier",
|
|
4046
4049
|
# weight: 1,
|
|
4047
4050
|
# 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-central-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, sa-east-1, cn-north-1, ap-south-1
|
|
@@ -4114,15 +4117,15 @@ module Aws::Route53
|
|
|
4114
4117
|
# and how data is encoded for them, see [Supported DNS Resource Record
|
|
4115
4118
|
# Types][1] in the *Amazon Route 53 Developer Guide*.
|
|
4116
4119
|
#
|
|
4117
|
-
# Valid values for basic resource record sets: `A` \| `AAAA` \|
|
|
4118
|
-
# `CNAME` \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \|
|
|
4120
|
+
# Valid values for basic resource record sets: `A` \| `AAAA` \| `CAA`
|
|
4121
|
+
# \| `CNAME` \| `MX` \| `NAPTR` \| `NS` \| `PTR` \| `SOA` \| `SPF` \|
|
|
4119
4122
|
# `SRV` \| `TXT`
|
|
4120
4123
|
#
|
|
4121
4124
|
# Values for weighted, latency, geolocation, and failover resource
|
|
4122
|
-
# record sets: `A` \| `AAAA` \| `
|
|
4123
|
-
# `SPF` \| `SRV` \| `TXT`. When creating a group of weighted,
|
|
4124
|
-
# geolocation, or failover resource record sets, specify the
|
|
4125
|
-
# value for all of the resource record sets in the group.
|
|
4125
|
+
# record sets: `A` \| `AAAA` \| `CAA` \| `CNAME` \| `MX` \| `NAPTR` \|
|
|
4126
|
+
# `PTR` \| `SPF` \| `SRV` \| `TXT`. When creating a group of weighted,
|
|
4127
|
+
# latency, geolocation, or failover resource record sets, specify the
|
|
4128
|
+
# same value for all of the resource record sets in the group.
|
|
4126
4129
|
#
|
|
4127
4130
|
# Valid values for multivalue answer resource record sets: `A` \|
|
|
4128
4131
|
# `AAAA` \| `MX` \| `NAPTR` \| `PTR` \| `SPF` \| `SRV` \| `TXT`
|
|
@@ -4675,7 +4678,7 @@ module Aws::Route53
|
|
|
4675
4678
|
# {
|
|
4676
4679
|
# hosted_zone_id: "ResourceId", # required
|
|
4677
4680
|
# record_name: "DNSName", # required
|
|
4678
|
-
# record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA
|
|
4681
|
+
# record_type: "SOA", # required, accepts SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA
|
|
4679
4682
|
# resolver_ip: "IPAddress",
|
|
4680
4683
|
# edns0_client_subnet_ip: "IPAddress",
|
|
4681
4684
|
# edns0_client_subnet_mask: "SubnetMask",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-route53
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|