aws-sdk-route53 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +28 -10
- data/lib/aws-sdk-route53/client_api.rb +8 -0
- data/lib/aws-sdk-route53/types.rb +44 -4
- 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: 6b0e4bd41767cda2976414541111c0fa3d1afc2d
|
|
4
|
+
data.tar.gz: 2f683fe448cc7cabe3cee7f852825b2d3b6884ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d259233ca43f8ff2dc8527a28c0cbbff86f244689f2368037222f91e40662365416816c34c698850c99b621babb7822ae5eebe5d38efa05cefd1024b05083927
|
|
7
|
+
data.tar.gz: b3788e5b936983b24d8accbb1f92328ce4562e2c5486f7fd351db77d4b264e4525f951cc75699860d9d724b696c79ef46099e919c59b4c8c3ca0f0fdd4d20611
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -1165,6 +1165,8 @@ module Aws::Route53
|
|
|
1165
1165
|
#
|
|
1166
1166
|
# resp.health_check.id #=> String
|
|
1167
1167
|
# resp.health_check.caller_reference #=> String
|
|
1168
|
+
# resp.health_check.linked_service.service_principal #=> String
|
|
1169
|
+
# resp.health_check.linked_service.description #=> String
|
|
1168
1170
|
# resp.health_check.health_check_config.ip_address #=> String
|
|
1169
1171
|
# resp.health_check.health_check_config.port #=> Integer
|
|
1170
1172
|
# resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
|
|
@@ -1326,6 +1328,8 @@ module Aws::Route53
|
|
|
1326
1328
|
# resp.hosted_zone.config.comment #=> String
|
|
1327
1329
|
# resp.hosted_zone.config.private_zone #=> Boolean
|
|
1328
1330
|
# resp.hosted_zone.resource_record_set_count #=> Integer
|
|
1331
|
+
# resp.hosted_zone.linked_service.service_principal #=> String
|
|
1332
|
+
# resp.hosted_zone.linked_service.description #=> String
|
|
1329
1333
|
# resp.change_info.id #=> String
|
|
1330
1334
|
# resp.change_info.status #=> String, one of "PENDING", "INSYNC"
|
|
1331
1335
|
# resp.change_info.submitted_at #=> Time
|
|
@@ -1396,12 +1400,12 @@ module Aws::Route53
|
|
|
1396
1400
|
#
|
|
1397
1401
|
# 2. Create a CloudWatch Logs resource policy, and give it the
|
|
1398
1402
|
# permissions that Amazon Route 53 needs to create log streams and
|
|
1399
|
-
# to
|
|
1400
|
-
#
|
|
1401
|
-
#
|
|
1402
|
-
#
|
|
1403
|
-
#
|
|
1404
|
-
#
|
|
1403
|
+
# to send query logs to log streams. For the value of `Resource`,
|
|
1404
|
+
# specify the ARN for the log group that you created in the
|
|
1405
|
+
# previous step. To use the same resource policy for all the
|
|
1406
|
+
# CloudWatch Logs log groups that you created for query logging
|
|
1407
|
+
# configurations, replace the hosted zone name with `*`, for
|
|
1408
|
+
# example:
|
|
1405
1409
|
#
|
|
1406
1410
|
# `arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*`
|
|
1407
1411
|
#
|
|
@@ -2288,6 +2292,8 @@ module Aws::Route53
|
|
|
2288
2292
|
#
|
|
2289
2293
|
# resp.health_check.id #=> String
|
|
2290
2294
|
# resp.health_check.caller_reference #=> String
|
|
2295
|
+
# resp.health_check.linked_service.service_principal #=> String
|
|
2296
|
+
# resp.health_check.linked_service.description #=> String
|
|
2291
2297
|
# resp.health_check.health_check_config.ip_address #=> String
|
|
2292
2298
|
# resp.health_check.health_check_config.port #=> Integer
|
|
2293
2299
|
# resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
|
|
@@ -2479,6 +2485,8 @@ module Aws::Route53
|
|
|
2479
2485
|
# resp.hosted_zone.config.comment #=> String
|
|
2480
2486
|
# resp.hosted_zone.config.private_zone #=> Boolean
|
|
2481
2487
|
# resp.hosted_zone.resource_record_set_count #=> Integer
|
|
2488
|
+
# resp.hosted_zone.linked_service.service_principal #=> String
|
|
2489
|
+
# resp.hosted_zone.linked_service.description #=> String
|
|
2482
2490
|
# resp.delegation_set.id #=> String
|
|
2483
2491
|
# resp.delegation_set.caller_reference #=> String
|
|
2484
2492
|
# resp.delegation_set.name_servers #=> Array
|
|
@@ -2832,6 +2840,8 @@ module Aws::Route53
|
|
|
2832
2840
|
# resp.health_checks #=> Array
|
|
2833
2841
|
# resp.health_checks[0].id #=> String
|
|
2834
2842
|
# resp.health_checks[0].caller_reference #=> String
|
|
2843
|
+
# resp.health_checks[0].linked_service.service_principal #=> String
|
|
2844
|
+
# resp.health_checks[0].linked_service.description #=> String
|
|
2835
2845
|
# resp.health_checks[0].health_check_config.ip_address #=> String
|
|
2836
2846
|
# resp.health_checks[0].health_check_config.port #=> Integer
|
|
2837
2847
|
# resp.health_checks[0].health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
|
|
@@ -2933,6 +2943,8 @@ module Aws::Route53
|
|
|
2933
2943
|
# resp.hosted_zones[0].config.comment #=> String
|
|
2934
2944
|
# resp.hosted_zones[0].config.private_zone #=> Boolean
|
|
2935
2945
|
# resp.hosted_zones[0].resource_record_set_count #=> Integer
|
|
2946
|
+
# resp.hosted_zones[0].linked_service.service_principal #=> String
|
|
2947
|
+
# resp.hosted_zones[0].linked_service.description #=> String
|
|
2936
2948
|
# resp.marker #=> String
|
|
2937
2949
|
# resp.is_truncated #=> Boolean
|
|
2938
2950
|
# resp.next_marker #=> String
|
|
@@ -3062,6 +3074,8 @@ module Aws::Route53
|
|
|
3062
3074
|
# resp.hosted_zones[0].config.comment #=> String
|
|
3063
3075
|
# resp.hosted_zones[0].config.private_zone #=> Boolean
|
|
3064
3076
|
# resp.hosted_zones[0].resource_record_set_count #=> Integer
|
|
3077
|
+
# resp.hosted_zones[0].linked_service.service_principal #=> String
|
|
3078
|
+
# resp.hosted_zones[0].linked_service.description #=> String
|
|
3065
3079
|
# resp.dns_name #=> String
|
|
3066
3080
|
# resp.hosted_zone_id #=> String
|
|
3067
3081
|
# resp.is_truncated #=> Boolean
|
|
@@ -4318,9 +4332,9 @@ module Aws::Route53
|
|
|
4318
4332
|
# status, the default status for the health check is healthy.
|
|
4319
4333
|
#
|
|
4320
4334
|
# @option params [Array<String>] :reset_elements
|
|
4321
|
-
# A complex type that contains one `
|
|
4322
|
-
# element that you want to reset to the default value. Valid values
|
|
4323
|
-
# `
|
|
4335
|
+
# A complex type that contains one `ResettableElementName` element for
|
|
4336
|
+
# each element that you want to reset to the default value. Valid values
|
|
4337
|
+
# for `ResettableElementName` include the following:
|
|
4324
4338
|
#
|
|
4325
4339
|
# * `ChildHealthChecks`\: Amazon Route 53 resets
|
|
4326
4340
|
# HealthCheckConfig$ChildHealthChecks to null.
|
|
@@ -4366,6 +4380,8 @@ module Aws::Route53
|
|
|
4366
4380
|
#
|
|
4367
4381
|
# resp.health_check.id #=> String
|
|
4368
4382
|
# resp.health_check.caller_reference #=> String
|
|
4383
|
+
# resp.health_check.linked_service.service_principal #=> String
|
|
4384
|
+
# resp.health_check.linked_service.description #=> String
|
|
4369
4385
|
# resp.health_check.health_check_config.ip_address #=> String
|
|
4370
4386
|
# resp.health_check.health_check_config.port #=> Integer
|
|
4371
4387
|
# resp.health_check.health_check_config.type #=> String, one of "HTTP", "HTTPS", "HTTP_STR_MATCH", "HTTPS_STR_MATCH", "TCP", "CALCULATED", "CLOUDWATCH_METRIC"
|
|
@@ -4435,6 +4451,8 @@ module Aws::Route53
|
|
|
4435
4451
|
# resp.hosted_zone.config.comment #=> String
|
|
4436
4452
|
# resp.hosted_zone.config.private_zone #=> Boolean
|
|
4437
4453
|
# resp.hosted_zone.resource_record_set_count #=> Integer
|
|
4454
|
+
# resp.hosted_zone.linked_service.service_principal #=> String
|
|
4455
|
+
# resp.hosted_zone.linked_service.description #=> String
|
|
4438
4456
|
#
|
|
4439
4457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateHostedZoneComment AWS API Documentation
|
|
4440
4458
|
#
|
|
@@ -4572,7 +4590,7 @@ module Aws::Route53
|
|
|
4572
4590
|
params: params,
|
|
4573
4591
|
config: config)
|
|
4574
4592
|
context[:gem_name] = 'aws-sdk-route53'
|
|
4575
|
-
context[:gem_version] = '1.
|
|
4593
|
+
context[:gem_version] = '1.4.0'
|
|
4576
4594
|
Seahorse::Client::Request.new(handlers, context)
|
|
4577
4595
|
end
|
|
4578
4596
|
|
|
@@ -166,6 +166,7 @@ module Aws::Route53
|
|
|
166
166
|
IsPrivateZone = Shapes::BooleanShape.new(name: 'IsPrivateZone')
|
|
167
167
|
LastVPCAssociation = Shapes::StructureShape.new(name: 'LastVPCAssociation')
|
|
168
168
|
LimitsExceeded = Shapes::StructureShape.new(name: 'LimitsExceeded')
|
|
169
|
+
LinkedService = Shapes::StructureShape.new(name: 'LinkedService')
|
|
169
170
|
ListGeoLocationsRequest = Shapes::StructureShape.new(name: 'ListGeoLocationsRequest')
|
|
170
171
|
ListGeoLocationsResponse = Shapes::StructureShape.new(name: 'ListGeoLocationsResponse')
|
|
171
172
|
ListHealthChecksRequest = Shapes::StructureShape.new(name: 'ListHealthChecksRequest')
|
|
@@ -248,6 +249,7 @@ module Aws::Route53
|
|
|
248
249
|
ResourceTagSetList = Shapes::ListShape.new(name: 'ResourceTagSetList')
|
|
249
250
|
ResourceURI = Shapes::StringShape.new(name: 'ResourceURI')
|
|
250
251
|
SearchString = Shapes::StringShape.new(name: 'SearchString')
|
|
252
|
+
ServicePrincipal = Shapes::StringShape.new(name: 'ServicePrincipal')
|
|
251
253
|
Statistic = Shapes::StringShape.new(name: 'Statistic')
|
|
252
254
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
253
255
|
StatusReport = Shapes::StructureShape.new(name: 'StatusReport')
|
|
@@ -607,6 +609,7 @@ module Aws::Route53
|
|
|
607
609
|
|
|
608
610
|
HealthCheck.add_member(:id, Shapes::ShapeRef.new(shape: HealthCheckId, required: true, location_name: "Id"))
|
|
609
611
|
HealthCheck.add_member(:caller_reference, Shapes::ShapeRef.new(shape: HealthCheckNonce, required: true, location_name: "CallerReference"))
|
|
612
|
+
HealthCheck.add_member(:linked_service, Shapes::ShapeRef.new(shape: LinkedService, location_name: "LinkedService"))
|
|
610
613
|
HealthCheck.add_member(:health_check_config, Shapes::ShapeRef.new(shape: HealthCheckConfig, required: true, location_name: "HealthCheckConfig"))
|
|
611
614
|
HealthCheck.add_member(:health_check_version, Shapes::ShapeRef.new(shape: HealthCheckVersion, required: true, location_name: "HealthCheckVersion"))
|
|
612
615
|
HealthCheck.add_member(:cloud_watch_alarm_configuration, Shapes::ShapeRef.new(shape: CloudWatchAlarmConfiguration, location_name: "CloudWatchAlarmConfiguration"))
|
|
@@ -646,6 +649,7 @@ module Aws::Route53
|
|
|
646
649
|
HostedZone.add_member(:caller_reference, Shapes::ShapeRef.new(shape: Nonce, required: true, location_name: "CallerReference"))
|
|
647
650
|
HostedZone.add_member(:config, Shapes::ShapeRef.new(shape: HostedZoneConfig, location_name: "Config"))
|
|
648
651
|
HostedZone.add_member(:resource_record_set_count, Shapes::ShapeRef.new(shape: HostedZoneRRSetCount, location_name: "ResourceRecordSetCount"))
|
|
652
|
+
HostedZone.add_member(:linked_service, Shapes::ShapeRef.new(shape: LinkedService, location_name: "LinkedService"))
|
|
649
653
|
HostedZone.struct_class = Types::HostedZone
|
|
650
654
|
|
|
651
655
|
HostedZoneConfig.add_member(:comment, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Comment"))
|
|
@@ -654,6 +658,10 @@ module Aws::Route53
|
|
|
654
658
|
|
|
655
659
|
HostedZones.member = Shapes::ShapeRef.new(shape: HostedZone, location_name: "HostedZone")
|
|
656
660
|
|
|
661
|
+
LinkedService.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "ServicePrincipal"))
|
|
662
|
+
LinkedService.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
|
663
|
+
LinkedService.struct_class = Types::LinkedService
|
|
664
|
+
|
|
657
665
|
ListGeoLocationsRequest.add_member(:start_continent_code, Shapes::ShapeRef.new(shape: GeoLocationContinentCode, location: "querystring", location_name: "startcontinentcode"))
|
|
658
666
|
ListGeoLocationsRequest.add_member(:start_country_code, Shapes::ShapeRef.new(shape: GeoLocationCountryCode, location: "querystring", location_name: "startcountrycode"))
|
|
659
667
|
ListGeoLocationsRequest.add_member(:start_subdivision_code, Shapes::ShapeRef.new(shape: GeoLocationSubdivisionCode, location: "querystring", location_name: "startsubdivisioncode"))
|
|
@@ -2274,6 +2274,12 @@ module Aws::Route53
|
|
|
2274
2274
|
# check.
|
|
2275
2275
|
# @return [String]
|
|
2276
2276
|
#
|
|
2277
|
+
# @!attribute [rw] linked_service
|
|
2278
|
+
# If the health check was created by another service, the service that
|
|
2279
|
+
# created the health check. When a health check is created by another
|
|
2280
|
+
# service, you can't edit or delete it using Amazon Route 53.
|
|
2281
|
+
# @return [Types::LinkedService]
|
|
2282
|
+
#
|
|
2277
2283
|
# @!attribute [rw] health_check_config
|
|
2278
2284
|
# A complex type that contains detailed information about one health
|
|
2279
2285
|
# check.
|
|
@@ -2295,6 +2301,7 @@ module Aws::Route53
|
|
|
2295
2301
|
class HealthCheck < Struct.new(
|
|
2296
2302
|
:id,
|
|
2297
2303
|
:caller_reference,
|
|
2304
|
+
:linked_service,
|
|
2298
2305
|
:health_check_config,
|
|
2299
2306
|
:health_check_version,
|
|
2300
2307
|
:cloud_watch_alarm_configuration)
|
|
@@ -2739,6 +2746,12 @@ module Aws::Route53
|
|
|
2739
2746
|
# The number of resource record sets in the hosted zone.
|
|
2740
2747
|
# @return [Integer]
|
|
2741
2748
|
#
|
|
2749
|
+
# @!attribute [rw] linked_service
|
|
2750
|
+
# If the hosted zone was created by another service, the service that
|
|
2751
|
+
# created the hosted zone. When a hosted zone is created by another
|
|
2752
|
+
# service, you can't edit or delete it using Amazon Route 53.
|
|
2753
|
+
# @return [Types::LinkedService]
|
|
2754
|
+
#
|
|
2742
2755
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZone AWS API Documentation
|
|
2743
2756
|
#
|
|
2744
2757
|
class HostedZone < Struct.new(
|
|
@@ -2746,7 +2759,8 @@ module Aws::Route53
|
|
|
2746
2759
|
:name,
|
|
2747
2760
|
:caller_reference,
|
|
2748
2761
|
:config,
|
|
2749
|
-
:resource_record_set_count
|
|
2762
|
+
:resource_record_set_count,
|
|
2763
|
+
:linked_service)
|
|
2750
2764
|
include Aws::Structure
|
|
2751
2765
|
end
|
|
2752
2766
|
|
|
@@ -2778,6 +2792,32 @@ module Aws::Route53
|
|
|
2778
2792
|
include Aws::Structure
|
|
2779
2793
|
end
|
|
2780
2794
|
|
|
2795
|
+
# If a health check or hosted zone was created by another service,
|
|
2796
|
+
# `LinkedService` is a complex type that describes the service that
|
|
2797
|
+
# created the resource. When a resource is created by another service,
|
|
2798
|
+
# you can't edit or delete it using Amazon Route 53.
|
|
2799
|
+
#
|
|
2800
|
+
# @!attribute [rw] service_principal
|
|
2801
|
+
# If the health check or hosted zone was created by another service,
|
|
2802
|
+
# the service that created the resource. When a resource is created by
|
|
2803
|
+
# another service, you can't edit or delete it using Amazon Route 53.
|
|
2804
|
+
# @return [String]
|
|
2805
|
+
#
|
|
2806
|
+
# @!attribute [rw] description
|
|
2807
|
+
# If the health check or hosted zone was created by another service,
|
|
2808
|
+
# an optional description that can be provided by the other service.
|
|
2809
|
+
# When a resource is created by another service, you can't edit or
|
|
2810
|
+
# delete it using Amazon Route 53.
|
|
2811
|
+
# @return [String]
|
|
2812
|
+
#
|
|
2813
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/LinkedService AWS API Documentation
|
|
2814
|
+
#
|
|
2815
|
+
class LinkedService < Struct.new(
|
|
2816
|
+
:service_principal,
|
|
2817
|
+
:description)
|
|
2818
|
+
include Aws::Structure
|
|
2819
|
+
end
|
|
2820
|
+
|
|
2781
2821
|
# A request to get a list of geographic locations that Amazon Route 53
|
|
2782
2822
|
# supports for geolocation resource record sets.
|
|
2783
2823
|
#
|
|
@@ -5500,9 +5540,9 @@ module Aws::Route53
|
|
|
5500
5540
|
# @return [String]
|
|
5501
5541
|
#
|
|
5502
5542
|
# @!attribute [rw] reset_elements
|
|
5503
|
-
# A complex type that contains one `
|
|
5504
|
-
# element that you want to reset to the default value. Valid
|
|
5505
|
-
# for `
|
|
5543
|
+
# A complex type that contains one `ResettableElementName` element for
|
|
5544
|
+
# each element that you want to reset to the default value. Valid
|
|
5545
|
+
# values for `ResettableElementName` include the following:
|
|
5506
5546
|
#
|
|
5507
5547
|
# * `ChildHealthChecks`\: Amazon Route 53 resets
|
|
5508
5548
|
# HealthCheckConfig$ChildHealthChecks to null.
|
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.
|
|
4
|
+
version: 1.4.0
|
|
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-
|
|
11
|
+
date: 2017-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|