aws-sdk-route53resolver 1.28.0 → 1.32.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/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53resolver/client.rb +190 -52
- data/lib/aws-sdk-route53resolver/client_api.rb +89 -0
- data/lib/aws-sdk-route53resolver/types.rb +264 -65
- data/lib/aws-sdk-route53resolver.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0761a3f1fca43c12353e7ba373b66365131ceddfe78e1f16fbd26bc3390fe26a
|
|
4
|
+
data.tar.gz: 4e31e71b0a8077b5c9e8b974274cde8a765a0971055e97963d0488bbd79761ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ed5c46d0203d9d21c2093e42e86eb5f0aa3f804de824457416c4f4433421e459ee434bdef790eea6bda44e138b2aa194f2b769f06b589b6fa0133278e1cc3d6
|
|
7
|
+
data.tar.gz: 77c06f86ecaf9a74d3a717dca6d4ff907bfdbfe8d5c875b6f60b14d9fd3c4500e676329ee2b31a35d9366447611a7950ecb6ed5046c36a5082807e1ed6bbcbc4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.32.0 (2021-10-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC
|
|
8
|
+
|
|
9
|
+
1.31.0 (2021-10-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.30.0 (2021-09-01)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.29.0 (2021-08-18)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Documentation updates for Route 53 Resolver
|
|
23
|
+
|
|
4
24
|
1.28.0 (2021-07-30)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.32.0
|
|
@@ -953,11 +953,12 @@ module Aws::Route53Resolver
|
|
|
953
953
|
# `AssociateResolverQueryLogConfig`. For more information, see
|
|
954
954
|
# [AssociateResolverQueryLogConfig][1].
|
|
955
955
|
#
|
|
956
|
-
# You can optionally use
|
|
957
|
-
#
|
|
958
|
-
# accounts can then associate VPCs with the configuration. The
|
|
959
|
-
# logs that Resolver creates for a configuration include all DNS
|
|
960
|
-
# that originate in all VPCs that are associated with the
|
|
956
|
+
# You can optionally use Resource Access Manager (RAM) to share a query
|
|
957
|
+
# logging configuration with other Amazon Web Services accounts. The
|
|
958
|
+
# other accounts can then associate VPCs with the configuration. The
|
|
959
|
+
# query logs that Resolver creates for a configuration include all DNS
|
|
960
|
+
# queries that originate in all VPCs that are associated with the
|
|
961
|
+
# configuration.
|
|
961
962
|
#
|
|
962
963
|
#
|
|
963
964
|
#
|
|
@@ -1319,9 +1320,9 @@ module Aws::Route53Resolver
|
|
|
1319
1320
|
# Deletes a query logging configuration. When you delete a
|
|
1320
1321
|
# configuration, Resolver stops logging DNS queries for all of the
|
|
1321
1322
|
# Amazon VPCs that are associated with the configuration. This also
|
|
1322
|
-
# applies if the query logging configuration is shared with other
|
|
1323
|
-
# accounts, and the other accounts have associated VPCs
|
|
1324
|
-
# configuration.
|
|
1323
|
+
# applies if the query logging configuration is shared with other Amazon
|
|
1324
|
+
# Web Services accounts, and the other accounts have associated VPCs
|
|
1325
|
+
# with the shared configuration.
|
|
1325
1326
|
#
|
|
1326
1327
|
# Before you can delete a query logging configuration, you must first
|
|
1327
1328
|
# disassociate all VPCs from the configuration. See
|
|
@@ -1526,10 +1527,10 @@ module Aws::Route53Resolver
|
|
|
1526
1527
|
# Disassociates a VPC from a query logging configuration.
|
|
1527
1528
|
#
|
|
1528
1529
|
# <note markdown="1"> Before you can delete a query logging configuration, you must first
|
|
1529
|
-
# disassociate all VPCs from the configuration. If you used
|
|
1530
|
-
# Access Manager (
|
|
1531
|
-
#
|
|
1532
|
-
#
|
|
1530
|
+
# disassociate all VPCs from the configuration. If you used Resource
|
|
1531
|
+
# Access Manager (RAM) to share a query logging configuration with other
|
|
1532
|
+
# accounts, VPCs can be disassociated from the configuration in the
|
|
1533
|
+
# following ways:
|
|
1533
1534
|
#
|
|
1534
1535
|
# * The accounts that you shared the configuration with can disassociate
|
|
1535
1536
|
# VPCs from the configuration.
|
|
@@ -1771,9 +1772,9 @@ module Aws::Route53Resolver
|
|
|
1771
1772
|
req.send_request(options)
|
|
1772
1773
|
end
|
|
1773
1774
|
|
|
1774
|
-
# Returns the
|
|
1775
|
-
# sharing the specified rule group. You can use the policy to
|
|
1776
|
-
# rule group using
|
|
1775
|
+
# Returns the Identity and Access Management (Amazon Web Services IAM)
|
|
1776
|
+
# policy for sharing the specified rule group. You can use the policy to
|
|
1777
|
+
# share the rule group using Resource Access Manager (RAM).
|
|
1777
1778
|
#
|
|
1778
1779
|
# @option params [required, String] :arn
|
|
1779
1780
|
# The ARN (Amazon Resource Name) for the rule group.
|
|
@@ -1801,6 +1802,38 @@ module Aws::Route53Resolver
|
|
|
1801
1802
|
req.send_request(options)
|
|
1802
1803
|
end
|
|
1803
1804
|
|
|
1805
|
+
# Retrieves the behavior configuration of Route 53 Resolver behavior for
|
|
1806
|
+
# a single VPC from Amazon Virtual Private Cloud.
|
|
1807
|
+
#
|
|
1808
|
+
# @option params [required, String] :resource_id
|
|
1809
|
+
# Resource ID of the Amazon VPC that you want to get information about.
|
|
1810
|
+
#
|
|
1811
|
+
# @return [Types::GetResolverConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1812
|
+
#
|
|
1813
|
+
# * {Types::GetResolverConfigResponse#resolver_config #resolver_config} => Types::ResolverConfig
|
|
1814
|
+
#
|
|
1815
|
+
# @example Request syntax with placeholder values
|
|
1816
|
+
#
|
|
1817
|
+
# resp = client.get_resolver_config({
|
|
1818
|
+
# resource_id: "ResourceId", # required
|
|
1819
|
+
# })
|
|
1820
|
+
#
|
|
1821
|
+
# @example Response structure
|
|
1822
|
+
#
|
|
1823
|
+
# resp.resolver_config.id #=> String
|
|
1824
|
+
# resp.resolver_config.resource_id #=> String
|
|
1825
|
+
# resp.resolver_config.owner_id #=> String
|
|
1826
|
+
# resp.resolver_config.autodefined_reverse #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
|
|
1827
|
+
#
|
|
1828
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverConfig AWS API Documentation
|
|
1829
|
+
#
|
|
1830
|
+
# @overload get_resolver_config(params = {})
|
|
1831
|
+
# @param [Hash] params ({})
|
|
1832
|
+
def get_resolver_config(params = {}, options = {})
|
|
1833
|
+
req = build_request(:get_resolver_config, params)
|
|
1834
|
+
req.send_request(options)
|
|
1835
|
+
end
|
|
1836
|
+
|
|
1804
1837
|
# Gets DNSSEC validation information for a specified resource.
|
|
1805
1838
|
#
|
|
1806
1839
|
# @option params [required, String] :resource_id
|
|
@@ -1956,7 +1989,7 @@ module Aws::Route53Resolver
|
|
|
1956
1989
|
|
|
1957
1990
|
# Gets information about a query logging policy. A query logging policy
|
|
1958
1991
|
# specifies the Resolver query logging operations and resources that you
|
|
1959
|
-
# want to allow another
|
|
1992
|
+
# want to allow another Amazon Web Services account to be able to use.
|
|
1960
1993
|
#
|
|
1961
1994
|
# @option params [required, String] :arn
|
|
1962
1995
|
# The ARN of the query logging configuration that you want to get the
|
|
@@ -2578,8 +2611,61 @@ module Aws::Route53Resolver
|
|
|
2578
2611
|
req.send_request(options)
|
|
2579
2612
|
end
|
|
2580
2613
|
|
|
2614
|
+
# Retrieves the Resolver configurations that you have defined. Route 53
|
|
2615
|
+
# Resolver uses the configurations to manage DNS resolution behavior for
|
|
2616
|
+
# your VPCs.
|
|
2617
|
+
#
|
|
2618
|
+
# @option params [Integer] :max_results
|
|
2619
|
+
# The maximum number of Resolver configurations that you want to return
|
|
2620
|
+
# in the response to a `ListResolverConfigs` request. If you don't
|
|
2621
|
+
# specify a value for `MaxResults`, up to 100 Resolver configurations
|
|
2622
|
+
# are returned.
|
|
2623
|
+
#
|
|
2624
|
+
# @option params [String] :next_token
|
|
2625
|
+
# (Optional) If the current Amazon Web Services account has more than
|
|
2626
|
+
# `MaxResults` Resolver configurations, use `NextToken` to get the
|
|
2627
|
+
# second and subsequent pages of results.
|
|
2628
|
+
#
|
|
2629
|
+
# For the first `ListResolverConfigs` request, omit this value.
|
|
2630
|
+
#
|
|
2631
|
+
# For the second and subsequent requests, get the value of `NextToken`
|
|
2632
|
+
# from the previous response and specify that value for `NextToken` in
|
|
2633
|
+
# the request.
|
|
2634
|
+
#
|
|
2635
|
+
# @return [Types::ListResolverConfigsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2636
|
+
#
|
|
2637
|
+
# * {Types::ListResolverConfigsResponse#next_token #next_token} => String
|
|
2638
|
+
# * {Types::ListResolverConfigsResponse#resolver_configs #resolver_configs} => Array<Types::ResolverConfig>
|
|
2639
|
+
#
|
|
2640
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
2641
|
+
#
|
|
2642
|
+
# @example Request syntax with placeholder values
|
|
2643
|
+
#
|
|
2644
|
+
# resp = client.list_resolver_configs({
|
|
2645
|
+
# max_results: 1,
|
|
2646
|
+
# next_token: "NextToken",
|
|
2647
|
+
# })
|
|
2648
|
+
#
|
|
2649
|
+
# @example Response structure
|
|
2650
|
+
#
|
|
2651
|
+
# resp.next_token #=> String
|
|
2652
|
+
# resp.resolver_configs #=> Array
|
|
2653
|
+
# resp.resolver_configs[0].id #=> String
|
|
2654
|
+
# resp.resolver_configs[0].resource_id #=> String
|
|
2655
|
+
# resp.resolver_configs[0].owner_id #=> String
|
|
2656
|
+
# resp.resolver_configs[0].autodefined_reverse #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
|
|
2657
|
+
#
|
|
2658
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverConfigs AWS API Documentation
|
|
2659
|
+
#
|
|
2660
|
+
# @overload list_resolver_configs(params = {})
|
|
2661
|
+
# @param [Hash] params ({})
|
|
2662
|
+
def list_resolver_configs(params = {}, options = {})
|
|
2663
|
+
req = build_request(:list_resolver_configs, params)
|
|
2664
|
+
req.send_request(options)
|
|
2665
|
+
end
|
|
2666
|
+
|
|
2581
2667
|
# Lists the configurations for DNSSEC validation that are associated
|
|
2582
|
-
# with the current
|
|
2668
|
+
# with the current Amazon Web Services account.
|
|
2583
2669
|
#
|
|
2584
2670
|
# @option params [Integer] :max_results
|
|
2585
2671
|
# *Optional*\: An integer that specifies the maximum number of DNSSEC
|
|
@@ -2588,9 +2674,9 @@ module Aws::Route53Resolver
|
|
|
2588
2674
|
# configuration per page.
|
|
2589
2675
|
#
|
|
2590
2676
|
# @option params [String] :next_token
|
|
2591
|
-
# (Optional) If the current
|
|
2592
|
-
# DNSSEC configurations, use `NextToken` to get the second
|
|
2593
|
-
# subsequent pages of results.
|
|
2677
|
+
# (Optional) If the current Amazon Web Services account has more than
|
|
2678
|
+
# `MaxResults` DNSSEC configurations, use `NextToken` to get the second
|
|
2679
|
+
# and subsequent pages of results.
|
|
2594
2680
|
#
|
|
2595
2681
|
# For the first `ListResolverDnssecConfigs` request, omit this value.
|
|
2596
2682
|
#
|
|
@@ -2698,7 +2784,7 @@ module Aws::Route53Resolver
|
|
|
2698
2784
|
end
|
|
2699
2785
|
|
|
2700
2786
|
# Lists all the Resolver endpoints that were created using the current
|
|
2701
|
-
#
|
|
2787
|
+
# Amazon Web Services account.
|
|
2702
2788
|
#
|
|
2703
2789
|
# @option params [Integer] :max_results
|
|
2704
2790
|
# The maximum number of Resolver endpoints that you want to return in
|
|
@@ -2973,12 +3059,13 @@ module Aws::Route53Resolver
|
|
|
2973
3059
|
#
|
|
2974
3060
|
# * `Name`\: The name of the configuration
|
|
2975
3061
|
#
|
|
2976
|
-
# * `OwnerId`\: The
|
|
2977
|
-
# configuration
|
|
3062
|
+
# * `OwnerId`\: The Amazon Web Services account number of the account
|
|
3063
|
+
# that created the configuration
|
|
2978
3064
|
#
|
|
2979
|
-
# * `ShareStatus`\: Whether the configuration is shared with other
|
|
2980
|
-
# accounts or shared with the current account by
|
|
2981
|
-
#
|
|
3065
|
+
# * `ShareStatus`\: Whether the configuration is shared with other
|
|
3066
|
+
# Amazon Web Services accounts or shared with the current account by
|
|
3067
|
+
# another Amazon Web Services account. Sharing is configured through
|
|
3068
|
+
# Resource Access Manager (RAM).
|
|
2982
3069
|
#
|
|
2983
3070
|
# * `Status`\: The current status of the configuration. Valid values
|
|
2984
3071
|
# include the following:
|
|
@@ -3061,7 +3148,7 @@ module Aws::Route53Resolver
|
|
|
3061
3148
|
end
|
|
3062
3149
|
|
|
3063
3150
|
# Lists the associations that were created between Resolver rules and
|
|
3064
|
-
# VPCs using the current
|
|
3151
|
+
# VPCs using the current Amazon Web Services account.
|
|
3065
3152
|
#
|
|
3066
3153
|
# @option params [Integer] :max_results
|
|
3067
3154
|
# The maximum number of rule associations that you want to return in the
|
|
@@ -3129,8 +3216,8 @@ module Aws::Route53Resolver
|
|
|
3129
3216
|
req.send_request(options)
|
|
3130
3217
|
end
|
|
3131
3218
|
|
|
3132
|
-
# Lists the Resolver rules that were created using the current
|
|
3133
|
-
# account.
|
|
3219
|
+
# Lists the Resolver rules that were created using the current Amazon
|
|
3220
|
+
# Web Services account.
|
|
3134
3221
|
#
|
|
3135
3222
|
# @option params [Integer] :max_results
|
|
3136
3223
|
# The maximum number of Resolver rules that you want to return in the
|
|
@@ -3258,17 +3345,17 @@ module Aws::Route53Resolver
|
|
|
3258
3345
|
req.send_request(options)
|
|
3259
3346
|
end
|
|
3260
3347
|
|
|
3261
|
-
# Attaches an
|
|
3262
|
-
# sharing the rule group. You can use the policy to share the
|
|
3263
|
-
# using
|
|
3348
|
+
# Attaches an Identity and Access Management (Amazon Web Services IAM)
|
|
3349
|
+
# policy for sharing the rule group. You can use the policy to share the
|
|
3350
|
+
# rule group using Resource Access Manager (RAM).
|
|
3264
3351
|
#
|
|
3265
3352
|
# @option params [required, String] :arn
|
|
3266
3353
|
# The ARN (Amazon Resource Name) for the rule group that you want to
|
|
3267
3354
|
# share.
|
|
3268
3355
|
#
|
|
3269
3356
|
# @option params [required, String] :firewall_rule_group_policy
|
|
3270
|
-
# The
|
|
3271
|
-
# the rule group.
|
|
3357
|
+
# The Identity and Access Management (Amazon Web Services IAM) policy to
|
|
3358
|
+
# attach to the rule group.
|
|
3272
3359
|
#
|
|
3273
3360
|
# @return [Types::PutFirewallRuleGroupPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3274
3361
|
#
|
|
@@ -3294,21 +3381,21 @@ module Aws::Route53Resolver
|
|
|
3294
3381
|
req.send_request(options)
|
|
3295
3382
|
end
|
|
3296
3383
|
|
|
3297
|
-
# Specifies an
|
|
3298
|
-
# configuration with, the query logging configuration that
|
|
3299
|
-
# share, and the operations that you want the account to be
|
|
3300
|
-
# perform on the configuration.
|
|
3384
|
+
# Specifies an Amazon Web Services account that you want to share a
|
|
3385
|
+
# query logging configuration with, the query logging configuration that
|
|
3386
|
+
# you want to share, and the operations that you want the account to be
|
|
3387
|
+
# able to perform on the configuration.
|
|
3301
3388
|
#
|
|
3302
3389
|
# @option params [required, String] :arn
|
|
3303
3390
|
# The Amazon Resource Name (ARN) of the account that you want to share
|
|
3304
3391
|
# rules with.
|
|
3305
3392
|
#
|
|
3306
3393
|
# @option params [required, String] :resolver_query_log_config_policy
|
|
3307
|
-
# An
|
|
3308
|
-
# query logging configurations that you want to share with another
|
|
3309
|
-
# account and the operations that you want the
|
|
3310
|
-
# perform. You can specify the following
|
|
3311
|
-
# section of the statement:
|
|
3394
|
+
# An Identity and Access Management policy statement that lists the
|
|
3395
|
+
# query logging configurations that you want to share with another
|
|
3396
|
+
# Amazon Web Services account and the operations that you want the
|
|
3397
|
+
# account to be able to perform. You can specify the following
|
|
3398
|
+
# operations in the `Actions` section of the statement:
|
|
3312
3399
|
#
|
|
3313
3400
|
# * `route53resolver:AssociateResolverQueryLogConfig`
|
|
3314
3401
|
#
|
|
@@ -3346,20 +3433,21 @@ module Aws::Route53Resolver
|
|
|
3346
3433
|
req.send_request(options)
|
|
3347
3434
|
end
|
|
3348
3435
|
|
|
3349
|
-
# Specifies an
|
|
3350
|
-
# account that you want to share the rule with, and
|
|
3351
|
-
# you want the account to be able to perform on the
|
|
3436
|
+
# Specifies an Amazon Web Services rule that you want to share with
|
|
3437
|
+
# another account, the account that you want to share the rule with, and
|
|
3438
|
+
# the operations that you want the account to be able to perform on the
|
|
3439
|
+
# rule.
|
|
3352
3440
|
#
|
|
3353
3441
|
# @option params [required, String] :arn
|
|
3354
3442
|
# The Amazon Resource Name (ARN) of the rule that you want to share with
|
|
3355
3443
|
# another account.
|
|
3356
3444
|
#
|
|
3357
3445
|
# @option params [required, String] :resolver_rule_policy
|
|
3358
|
-
# An
|
|
3359
|
-
# rules that you want to share with another
|
|
3360
|
-
# operations that you want the account to be able to perform.
|
|
3361
|
-
# specify the following operations in the `Action` section of
|
|
3362
|
-
# statement:
|
|
3446
|
+
# An Identity and Access Management policy statement that lists the
|
|
3447
|
+
# rules that you want to share with another Amazon Web Services account
|
|
3448
|
+
# and the operations that you want the account to be able to perform.
|
|
3449
|
+
# You can specify the following operations in the `Action` section of
|
|
3450
|
+
# the statement:
|
|
3363
3451
|
#
|
|
3364
3452
|
# * `route53resolver:GetResolverRule`
|
|
3365
3453
|
#
|
|
@@ -3782,6 +3870,56 @@ module Aws::Route53Resolver
|
|
|
3782
3870
|
req.send_request(options)
|
|
3783
3871
|
end
|
|
3784
3872
|
|
|
3873
|
+
# Updates the behavior configuration of Route 53 Resolver behavior for a
|
|
3874
|
+
# single VPC from Amazon Virtual Private Cloud.
|
|
3875
|
+
#
|
|
3876
|
+
# @option params [required, String] :resource_id
|
|
3877
|
+
# Resource ID of the Amazon VPC that you want to update the Resolver
|
|
3878
|
+
# configuration for.
|
|
3879
|
+
#
|
|
3880
|
+
# @option params [required, String] :autodefined_reverse_flag
|
|
3881
|
+
# Indicates whether or not the Resolver will create autodefined rules
|
|
3882
|
+
# for reverse DNS lookups. This is enabled by default. Disabling this
|
|
3883
|
+
# option will also affect EC2-Classic instances using ClassicLink. For
|
|
3884
|
+
# more information, see [ClassicLink][1] in the *Amazon EC2 guide*.
|
|
3885
|
+
#
|
|
3886
|
+
# <note markdown="1"> It can take some time for the status change to be completed.
|
|
3887
|
+
#
|
|
3888
|
+
# </note>
|
|
3889
|
+
#
|
|
3890
|
+
#
|
|
3891
|
+
#
|
|
3892
|
+
#
|
|
3893
|
+
#
|
|
3894
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
|
3895
|
+
#
|
|
3896
|
+
# @return [Types::UpdateResolverConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3897
|
+
#
|
|
3898
|
+
# * {Types::UpdateResolverConfigResponse#resolver_config #resolver_config} => Types::ResolverConfig
|
|
3899
|
+
#
|
|
3900
|
+
# @example Request syntax with placeholder values
|
|
3901
|
+
#
|
|
3902
|
+
# resp = client.update_resolver_config({
|
|
3903
|
+
# resource_id: "ResourceId", # required
|
|
3904
|
+
# autodefined_reverse_flag: "ENABLE", # required, accepts ENABLE, DISABLE
|
|
3905
|
+
# })
|
|
3906
|
+
#
|
|
3907
|
+
# @example Response structure
|
|
3908
|
+
#
|
|
3909
|
+
# resp.resolver_config.id #=> String
|
|
3910
|
+
# resp.resolver_config.resource_id #=> String
|
|
3911
|
+
# resp.resolver_config.owner_id #=> String
|
|
3912
|
+
# resp.resolver_config.autodefined_reverse #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED"
|
|
3913
|
+
#
|
|
3914
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverConfig AWS API Documentation
|
|
3915
|
+
#
|
|
3916
|
+
# @overload update_resolver_config(params = {})
|
|
3917
|
+
# @param [Hash] params ({})
|
|
3918
|
+
def update_resolver_config(params = {}, options = {})
|
|
3919
|
+
req = build_request(:update_resolver_config, params)
|
|
3920
|
+
req.send_request(options)
|
|
3921
|
+
end
|
|
3922
|
+
|
|
3785
3923
|
# Updates an existing DNSSEC validation configuration. If there is no
|
|
3786
3924
|
# existing DNSSEC validation configuration, one is created.
|
|
3787
3925
|
#
|
|
@@ -3936,7 +4074,7 @@ module Aws::Route53Resolver
|
|
|
3936
4074
|
params: params,
|
|
3937
4075
|
config: config)
|
|
3938
4076
|
context[:gem_name] = 'aws-sdk-route53resolver'
|
|
3939
|
-
context[:gem_version] = '1.
|
|
4077
|
+
context[:gem_version] = '1.32.0'
|
|
3940
4078
|
Seahorse::Client::Request.new(handlers, context)
|
|
3941
4079
|
end
|
|
3942
4080
|
|
|
@@ -25,6 +25,7 @@ module Aws::Route53Resolver
|
|
|
25
25
|
AssociateResolverQueryLogConfigResponse = Shapes::StructureShape.new(name: 'AssociateResolverQueryLogConfigResponse')
|
|
26
26
|
AssociateResolverRuleRequest = Shapes::StructureShape.new(name: 'AssociateResolverRuleRequest')
|
|
27
27
|
AssociateResolverRuleResponse = Shapes::StructureShape.new(name: 'AssociateResolverRuleResponse')
|
|
28
|
+
AutodefinedReverseFlag = Shapes::StringShape.new(name: 'AutodefinedReverseFlag')
|
|
28
29
|
BlockOverrideDnsType = Shapes::StringShape.new(name: 'BlockOverrideDnsType')
|
|
29
30
|
BlockOverrideDomain = Shapes::StringShape.new(name: 'BlockOverrideDomain')
|
|
30
31
|
BlockOverrideTtl = Shapes::IntegerShape.new(name: 'BlockOverrideTtl')
|
|
@@ -105,6 +106,8 @@ module Aws::Route53Resolver
|
|
|
105
106
|
GetFirewallRuleGroupPolicyResponse = Shapes::StructureShape.new(name: 'GetFirewallRuleGroupPolicyResponse')
|
|
106
107
|
GetFirewallRuleGroupRequest = Shapes::StructureShape.new(name: 'GetFirewallRuleGroupRequest')
|
|
107
108
|
GetFirewallRuleGroupResponse = Shapes::StructureShape.new(name: 'GetFirewallRuleGroupResponse')
|
|
109
|
+
GetResolverConfigRequest = Shapes::StructureShape.new(name: 'GetResolverConfigRequest')
|
|
110
|
+
GetResolverConfigResponse = Shapes::StructureShape.new(name: 'GetResolverConfigResponse')
|
|
108
111
|
GetResolverDnssecConfigRequest = Shapes::StructureShape.new(name: 'GetResolverDnssecConfigRequest')
|
|
109
112
|
GetResolverDnssecConfigResponse = Shapes::StructureShape.new(name: 'GetResolverDnssecConfigResponse')
|
|
110
113
|
GetResolverEndpointRequest = Shapes::StructureShape.new(name: 'GetResolverEndpointRequest')
|
|
@@ -152,6 +155,9 @@ module Aws::Route53Resolver
|
|
|
152
155
|
ListFirewallRuleGroupsResponse = Shapes::StructureShape.new(name: 'ListFirewallRuleGroupsResponse')
|
|
153
156
|
ListFirewallRulesRequest = Shapes::StructureShape.new(name: 'ListFirewallRulesRequest')
|
|
154
157
|
ListFirewallRulesResponse = Shapes::StructureShape.new(name: 'ListFirewallRulesResponse')
|
|
158
|
+
ListResolverConfigsMaxResult = Shapes::IntegerShape.new(name: 'ListResolverConfigsMaxResult')
|
|
159
|
+
ListResolverConfigsRequest = Shapes::StructureShape.new(name: 'ListResolverConfigsRequest')
|
|
160
|
+
ListResolverConfigsResponse = Shapes::StructureShape.new(name: 'ListResolverConfigsResponse')
|
|
155
161
|
ListResolverDnssecConfigsRequest = Shapes::StructureShape.new(name: 'ListResolverDnssecConfigsRequest')
|
|
156
162
|
ListResolverDnssecConfigsResponse = Shapes::StructureShape.new(name: 'ListResolverDnssecConfigsResponse')
|
|
157
163
|
ListResolverEndpointIpAddressesRequest = Shapes::StructureShape.new(name: 'ListResolverEndpointIpAddressesRequest')
|
|
@@ -180,6 +186,9 @@ module Aws::Route53Resolver
|
|
|
180
186
|
PutResolverQueryLogConfigPolicyResponse = Shapes::StructureShape.new(name: 'PutResolverQueryLogConfigPolicyResponse')
|
|
181
187
|
PutResolverRulePolicyRequest = Shapes::StructureShape.new(name: 'PutResolverRulePolicyRequest')
|
|
182
188
|
PutResolverRulePolicyResponse = Shapes::StructureShape.new(name: 'PutResolverRulePolicyResponse')
|
|
189
|
+
ResolverAutodefinedReverseStatus = Shapes::StringShape.new(name: 'ResolverAutodefinedReverseStatus')
|
|
190
|
+
ResolverConfig = Shapes::StructureShape.new(name: 'ResolverConfig')
|
|
191
|
+
ResolverConfigList = Shapes::ListShape.new(name: 'ResolverConfigList')
|
|
183
192
|
ResolverDNSSECValidationStatus = Shapes::StringShape.new(name: 'ResolverDNSSECValidationStatus')
|
|
184
193
|
ResolverDnssecConfig = Shapes::StructureShape.new(name: 'ResolverDnssecConfig')
|
|
185
194
|
ResolverDnssecConfigList = Shapes::ListShape.new(name: 'ResolverDnssecConfigList')
|
|
@@ -242,6 +251,8 @@ module Aws::Route53Resolver
|
|
|
242
251
|
UpdateFirewallRuleGroupAssociationResponse = Shapes::StructureShape.new(name: 'UpdateFirewallRuleGroupAssociationResponse')
|
|
243
252
|
UpdateFirewallRuleRequest = Shapes::StructureShape.new(name: 'UpdateFirewallRuleRequest')
|
|
244
253
|
UpdateFirewallRuleResponse = Shapes::StructureShape.new(name: 'UpdateFirewallRuleResponse')
|
|
254
|
+
UpdateResolverConfigRequest = Shapes::StructureShape.new(name: 'UpdateResolverConfigRequest')
|
|
255
|
+
UpdateResolverConfigResponse = Shapes::StructureShape.new(name: 'UpdateResolverConfigResponse')
|
|
245
256
|
UpdateResolverDnssecConfigRequest = Shapes::StructureShape.new(name: 'UpdateResolverDnssecConfigRequest')
|
|
246
257
|
UpdateResolverDnssecConfigResponse = Shapes::StructureShape.new(name: 'UpdateResolverDnssecConfigResponse')
|
|
247
258
|
UpdateResolverEndpointRequest = Shapes::StructureShape.new(name: 'UpdateResolverEndpointRequest')
|
|
@@ -543,6 +554,12 @@ module Aws::Route53Resolver
|
|
|
543
554
|
GetFirewallRuleGroupResponse.add_member(:firewall_rule_group, Shapes::ShapeRef.new(shape: FirewallRuleGroup, location_name: "FirewallRuleGroup"))
|
|
544
555
|
GetFirewallRuleGroupResponse.struct_class = Types::GetFirewallRuleGroupResponse
|
|
545
556
|
|
|
557
|
+
GetResolverConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
|
558
|
+
GetResolverConfigRequest.struct_class = Types::GetResolverConfigRequest
|
|
559
|
+
|
|
560
|
+
GetResolverConfigResponse.add_member(:resolver_config, Shapes::ShapeRef.new(shape: ResolverConfig, location_name: "ResolverConfig"))
|
|
561
|
+
GetResolverConfigResponse.struct_class = Types::GetResolverConfigResponse
|
|
562
|
+
|
|
546
563
|
GetResolverDnssecConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
|
547
564
|
GetResolverDnssecConfigRequest.struct_class = Types::GetResolverDnssecConfigRequest
|
|
548
565
|
|
|
@@ -703,6 +720,14 @@ module Aws::Route53Resolver
|
|
|
703
720
|
ListFirewallRulesResponse.add_member(:firewall_rules, Shapes::ShapeRef.new(shape: FirewallRules, location_name: "FirewallRules"))
|
|
704
721
|
ListFirewallRulesResponse.struct_class = Types::ListFirewallRulesResponse
|
|
705
722
|
|
|
723
|
+
ListResolverConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResolverConfigsMaxResult, location_name: "MaxResults", metadata: {"box"=>true}))
|
|
724
|
+
ListResolverConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken", metadata: {"box"=>true}))
|
|
725
|
+
ListResolverConfigsRequest.struct_class = Types::ListResolverConfigsRequest
|
|
726
|
+
|
|
727
|
+
ListResolverConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
728
|
+
ListResolverConfigsResponse.add_member(:resolver_configs, Shapes::ShapeRef.new(shape: ResolverConfigList, location_name: "ResolverConfigs"))
|
|
729
|
+
ListResolverConfigsResponse.struct_class = Types::ListResolverConfigsResponse
|
|
730
|
+
|
|
706
731
|
ListResolverDnssecConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
|
707
732
|
ListResolverDnssecConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken", metadata: {"box"=>true}))
|
|
708
733
|
ListResolverDnssecConfigsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters", metadata: {"box"=>true}))
|
|
@@ -808,6 +833,14 @@ module Aws::Route53Resolver
|
|
|
808
833
|
PutResolverRulePolicyResponse.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnValue"))
|
|
809
834
|
PutResolverRulePolicyResponse.struct_class = Types::PutResolverRulePolicyResponse
|
|
810
835
|
|
|
836
|
+
ResolverConfig.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
|
|
837
|
+
ResolverConfig.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
|
838
|
+
ResolverConfig.add_member(:owner_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerId"))
|
|
839
|
+
ResolverConfig.add_member(:autodefined_reverse, Shapes::ShapeRef.new(shape: ResolverAutodefinedReverseStatus, location_name: "AutodefinedReverse"))
|
|
840
|
+
ResolverConfig.struct_class = Types::ResolverConfig
|
|
841
|
+
|
|
842
|
+
ResolverConfigList.member = Shapes::ShapeRef.new(shape: ResolverConfig)
|
|
843
|
+
|
|
811
844
|
ResolverDnssecConfig.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
|
|
812
845
|
ResolverDnssecConfig.add_member(:owner_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerId"))
|
|
813
846
|
ResolverDnssecConfig.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
|
@@ -981,6 +1014,13 @@ module Aws::Route53Resolver
|
|
|
981
1014
|
UpdateFirewallRuleResponse.add_member(:firewall_rule, Shapes::ShapeRef.new(shape: FirewallRule, location_name: "FirewallRule"))
|
|
982
1015
|
UpdateFirewallRuleResponse.struct_class = Types::UpdateFirewallRuleResponse
|
|
983
1016
|
|
|
1017
|
+
UpdateResolverConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
|
1018
|
+
UpdateResolverConfigRequest.add_member(:autodefined_reverse_flag, Shapes::ShapeRef.new(shape: AutodefinedReverseFlag, required: true, location_name: "AutodefinedReverseFlag"))
|
|
1019
|
+
UpdateResolverConfigRequest.struct_class = Types::UpdateResolverConfigRequest
|
|
1020
|
+
|
|
1021
|
+
UpdateResolverConfigResponse.add_member(:resolver_config, Shapes::ShapeRef.new(shape: ResolverConfig, location_name: "ResolverConfig"))
|
|
1022
|
+
UpdateResolverConfigResponse.struct_class = Types::UpdateResolverConfigResponse
|
|
1023
|
+
|
|
984
1024
|
UpdateResolverDnssecConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
|
985
1025
|
UpdateResolverDnssecConfigRequest.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, required: true, location_name: "Validation"))
|
|
986
1026
|
UpdateResolverDnssecConfigRequest.struct_class = Types::UpdateResolverDnssecConfigRequest
|
|
@@ -1368,6 +1408,19 @@ module Aws::Route53Resolver
|
|
|
1368
1408
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1369
1409
|
end)
|
|
1370
1410
|
|
|
1411
|
+
api.add_operation(:get_resolver_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1412
|
+
o.name = "GetResolverConfig"
|
|
1413
|
+
o.http_method = "POST"
|
|
1414
|
+
o.http_request_uri = "/"
|
|
1415
|
+
o.input = Shapes::ShapeRef.new(shape: GetResolverConfigRequest)
|
|
1416
|
+
o.output = Shapes::ShapeRef.new(shape: GetResolverConfigResponse)
|
|
1417
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1418
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1419
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
|
1420
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1421
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1422
|
+
end)
|
|
1423
|
+
|
|
1371
1424
|
api.add_operation(:get_resolver_dnssec_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1372
1425
|
o.name = "GetResolverDnssecConfig"
|
|
1373
1426
|
o.http_method = "POST"
|
|
@@ -1595,6 +1648,26 @@ module Aws::Route53Resolver
|
|
|
1595
1648
|
)
|
|
1596
1649
|
end)
|
|
1597
1650
|
|
|
1651
|
+
api.add_operation(:list_resolver_configs, Seahorse::Model::Operation.new.tap do |o|
|
|
1652
|
+
o.name = "ListResolverConfigs"
|
|
1653
|
+
o.http_method = "POST"
|
|
1654
|
+
o.http_request_uri = "/"
|
|
1655
|
+
o.input = Shapes::ShapeRef.new(shape: ListResolverConfigsRequest)
|
|
1656
|
+
o.output = Shapes::ShapeRef.new(shape: ListResolverConfigsResponse)
|
|
1657
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1659
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
|
1661
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1662
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1663
|
+
o[:pager] = Aws::Pager.new(
|
|
1664
|
+
limit_key: "max_results",
|
|
1665
|
+
tokens: {
|
|
1666
|
+
"next_token" => "next_token"
|
|
1667
|
+
}
|
|
1668
|
+
)
|
|
1669
|
+
end)
|
|
1670
|
+
|
|
1598
1671
|
api.add_operation(:list_resolver_dnssec_configs, Seahorse::Model::Operation.new.tap do |o|
|
|
1599
1672
|
o.name = "ListResolverDnssecConfigs"
|
|
1600
1673
|
o.http_method = "POST"
|
|
@@ -1874,6 +1947,22 @@ module Aws::Route53Resolver
|
|
|
1874
1947
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1875
1948
|
end)
|
|
1876
1949
|
|
|
1950
|
+
api.add_operation(:update_resolver_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1951
|
+
o.name = "UpdateResolverConfig"
|
|
1952
|
+
o.http_method = "POST"
|
|
1953
|
+
o.http_request_uri = "/"
|
|
1954
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateResolverConfigRequest)
|
|
1955
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateResolverConfigResponse)
|
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1957
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1958
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1959
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
|
1960
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
|
1962
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1963
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1964
|
+
end)
|
|
1965
|
+
|
|
1877
1966
|
api.add_operation(:update_resolver_dnssec_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1878
1967
|
o.name = "UpdateResolverDnssecConfig"
|
|
1879
1968
|
o.http_method = "POST"
|
|
@@ -1201,7 +1201,7 @@ module Aws::Route53Resolver
|
|
|
1201
1201
|
# Resolver endpoints. If you specify `DIRECTION` for `Name`, specify
|
|
1202
1202
|
# `INBOUND` or `OUTBOUND` for `Values`.
|
|
1203
1203
|
#
|
|
1204
|
-
# * `
|
|
1204
|
+
# * `HostVPCId`\: The ID of the VPC that inbound DNS queries pass
|
|
1205
1205
|
# through on the way from your network to your VPCs in a region, or
|
|
1206
1206
|
# the VPC that outbound queries pass through on the way from your
|
|
1207
1207
|
# VPCs to your network. In a [CreateResolverEndpoint][6] request,
|
|
@@ -1288,8 +1288,8 @@ module Aws::Route53Resolver
|
|
|
1288
1288
|
# * `CreatorRequestId`\: A unique string that identifies the request
|
|
1289
1289
|
# that created the query logging configuration.
|
|
1290
1290
|
#
|
|
1291
|
-
# * `Destination`\: The
|
|
1292
|
-
# logs to. Valid values include the following:
|
|
1291
|
+
# * `Destination`\: The Amazon Web Services service that you want to
|
|
1292
|
+
# forward query logs to. Valid values include the following:
|
|
1293
1293
|
#
|
|
1294
1294
|
# * `S3`
|
|
1295
1295
|
#
|
|
@@ -1306,13 +1306,14 @@ module Aws::Route53Resolver
|
|
|
1306
1306
|
#
|
|
1307
1307
|
# * `Name`\: The name of the query logging configuration
|
|
1308
1308
|
#
|
|
1309
|
-
# * `OwnerId`\: The
|
|
1310
|
-
# query logging configuration.
|
|
1309
|
+
# * `OwnerId`\: The Amazon Web Services account ID for the account
|
|
1310
|
+
# that created the query logging configuration.
|
|
1311
1311
|
#
|
|
1312
1312
|
# * `ShareStatus`\: An indication of whether the query logging
|
|
1313
|
-
# configuration is shared with other
|
|
1314
|
-
# with the current account by another
|
|
1315
|
-
# include: `NOT_SHARED`,
|
|
1313
|
+
# configuration is shared with other Amazon Web Services accounts,
|
|
1314
|
+
# or was shared with the current account by another Amazon Web
|
|
1315
|
+
# Services account. Valid values include: `NOT_SHARED`,
|
|
1316
|
+
# `SHARED_WITH_ME`, or `SHARED_BY_ME`.
|
|
1316
1317
|
#
|
|
1317
1318
|
# * `Status`\: The status of the query logging configuration. If you
|
|
1318
1319
|
# specify `Status` for `Name`, specify the applicable status code
|
|
@@ -1386,8 +1387,8 @@ module Aws::Route53Resolver
|
|
|
1386
1387
|
# @return [String]
|
|
1387
1388
|
#
|
|
1388
1389
|
# @!attribute [rw] owner_id
|
|
1389
|
-
# The
|
|
1390
|
-
# configuration applies to.
|
|
1390
|
+
# The Amazon Web Services account ID of the owner of the VPC that this
|
|
1391
|
+
# firewall configuration applies to.
|
|
1391
1392
|
# @return [String]
|
|
1392
1393
|
#
|
|
1393
1394
|
# @!attribute [rw] firewall_fail_open
|
|
@@ -1668,9 +1669,9 @@ module Aws::Route53Resolver
|
|
|
1668
1669
|
# @return [String]
|
|
1669
1670
|
#
|
|
1670
1671
|
# @!attribute [rw] owner_id
|
|
1671
|
-
# The
|
|
1672
|
-
# a rule group is shared with your account, this is
|
|
1673
|
-
# has shared the rule group with you.
|
|
1672
|
+
# The Amazon Web Services account ID for the account that created the
|
|
1673
|
+
# rule group. When a rule group is shared with your account, this is
|
|
1674
|
+
# the account that has shared the rule group with you.
|
|
1674
1675
|
# @return [String]
|
|
1675
1676
|
#
|
|
1676
1677
|
# @!attribute [rw] creator_request_id
|
|
@@ -1681,9 +1682,10 @@ module Aws::Route53Resolver
|
|
|
1681
1682
|
# @return [String]
|
|
1682
1683
|
#
|
|
1683
1684
|
# @!attribute [rw] share_status
|
|
1684
|
-
# Whether the rule group is shared with other
|
|
1685
|
-
# shared with the current account by another
|
|
1686
|
-
# configured through
|
|
1685
|
+
# Whether the rule group is shared with other Amazon Web Services
|
|
1686
|
+
# accounts, or was shared with the current account by another Amazon
|
|
1687
|
+
# Web Services account. Sharing is configured through Resource Access
|
|
1688
|
+
# Manager (RAM).
|
|
1687
1689
|
# @return [String]
|
|
1688
1690
|
#
|
|
1689
1691
|
# @!attribute [rw] creation_time
|
|
@@ -1754,9 +1756,8 @@ module Aws::Route53Resolver
|
|
|
1754
1756
|
#
|
|
1755
1757
|
# @!attribute [rw] managed_owner_name
|
|
1756
1758
|
# The owner of the association, used only for associations that are
|
|
1757
|
-
# not managed by you. If you use
|
|
1758
|
-
#
|
|
1759
|
-
# owner.
|
|
1759
|
+
# not managed by you. If you use Firewall Manager to manage your DNS
|
|
1760
|
+
# Firewalls, then this reports Firewall Manager as the managed owner.
|
|
1760
1761
|
# @return [String]
|
|
1761
1762
|
#
|
|
1762
1763
|
# @!attribute [rw] status
|
|
@@ -1824,9 +1825,9 @@ module Aws::Route53Resolver
|
|
|
1824
1825
|
# @return [String]
|
|
1825
1826
|
#
|
|
1826
1827
|
# @!attribute [rw] owner_id
|
|
1827
|
-
# The
|
|
1828
|
-
# a rule group is shared with your account, this is
|
|
1829
|
-
# has shared the rule group with you.
|
|
1828
|
+
# The Amazon Web Services account ID for the account that created the
|
|
1829
|
+
# rule group. When a rule group is shared with your account, this is
|
|
1830
|
+
# the account that has shared the rule group with you.
|
|
1830
1831
|
# @return [String]
|
|
1831
1832
|
#
|
|
1832
1833
|
# @!attribute [rw] creator_request_id
|
|
@@ -1837,9 +1838,10 @@ module Aws::Route53Resolver
|
|
|
1837
1838
|
# @return [String]
|
|
1838
1839
|
#
|
|
1839
1840
|
# @!attribute [rw] share_status
|
|
1840
|
-
# Whether the rule group is shared with other
|
|
1841
|
-
# shared with the current account by another
|
|
1842
|
-
# configured through
|
|
1841
|
+
# Whether the rule group is shared with other Amazon Web Services
|
|
1842
|
+
# accounts, or was shared with the current account by another Amazon
|
|
1843
|
+
# Web Services account. Sharing is configured through Resource Access
|
|
1844
|
+
# Manager (RAM).
|
|
1843
1845
|
# @return [String]
|
|
1844
1846
|
#
|
|
1845
1847
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/FirewallRuleGroupMetadata AWS API Documentation
|
|
@@ -1969,9 +1971,9 @@ module Aws::Route53Resolver
|
|
|
1969
1971
|
end
|
|
1970
1972
|
|
|
1971
1973
|
# @!attribute [rw] firewall_rule_group_policy
|
|
1972
|
-
# The
|
|
1973
|
-
# the specified rule group. You can use the policy to
|
|
1974
|
-
# group using
|
|
1974
|
+
# The Identity and Access Management (Amazon Web Services IAM) policy
|
|
1975
|
+
# for sharing the specified rule group. You can use the policy to
|
|
1976
|
+
# share the rule group using Resource Access Manager (RAM).
|
|
1975
1977
|
# @return [String]
|
|
1976
1978
|
#
|
|
1977
1979
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroupPolicyResponse AWS API Documentation
|
|
@@ -2013,6 +2015,40 @@ module Aws::Route53Resolver
|
|
|
2013
2015
|
include Aws::Structure
|
|
2014
2016
|
end
|
|
2015
2017
|
|
|
2018
|
+
# @note When making an API call, you may pass GetResolverConfigRequest
|
|
2019
|
+
# data as a hash:
|
|
2020
|
+
#
|
|
2021
|
+
# {
|
|
2022
|
+
# resource_id: "ResourceId", # required
|
|
2023
|
+
# }
|
|
2024
|
+
#
|
|
2025
|
+
# @!attribute [rw] resource_id
|
|
2026
|
+
# Resource ID of the Amazon VPC that you want to get information
|
|
2027
|
+
# about.
|
|
2028
|
+
# @return [String]
|
|
2029
|
+
#
|
|
2030
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverConfigRequest AWS API Documentation
|
|
2031
|
+
#
|
|
2032
|
+
class GetResolverConfigRequest < Struct.new(
|
|
2033
|
+
:resource_id)
|
|
2034
|
+
SENSITIVE = []
|
|
2035
|
+
include Aws::Structure
|
|
2036
|
+
end
|
|
2037
|
+
|
|
2038
|
+
# @!attribute [rw] resolver_config
|
|
2039
|
+
# Information about the behavior configuration of Route 53 Resolver
|
|
2040
|
+
# behavior for the VPC you specified in the `GetResolverConfig`
|
|
2041
|
+
# request.
|
|
2042
|
+
# @return [Types::ResolverConfig]
|
|
2043
|
+
#
|
|
2044
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverConfigResponse AWS API Documentation
|
|
2045
|
+
#
|
|
2046
|
+
class GetResolverConfigResponse < Struct.new(
|
|
2047
|
+
:resolver_config)
|
|
2048
|
+
SENSITIVE = []
|
|
2049
|
+
include Aws::Structure
|
|
2050
|
+
end
|
|
2051
|
+
|
|
2016
2052
|
# @note When making an API call, you may pass GetResolverDnssecConfigRequest
|
|
2017
2053
|
# data as a hash:
|
|
2018
2054
|
#
|
|
@@ -3009,6 +3045,69 @@ module Aws::Route53Resolver
|
|
|
3009
3045
|
include Aws::Structure
|
|
3010
3046
|
end
|
|
3011
3047
|
|
|
3048
|
+
# @note When making an API call, you may pass ListResolverConfigsRequest
|
|
3049
|
+
# data as a hash:
|
|
3050
|
+
#
|
|
3051
|
+
# {
|
|
3052
|
+
# max_results: 1,
|
|
3053
|
+
# next_token: "NextToken",
|
|
3054
|
+
# }
|
|
3055
|
+
#
|
|
3056
|
+
# @!attribute [rw] max_results
|
|
3057
|
+
# The maximum number of Resolver configurations that you want to
|
|
3058
|
+
# return in the response to a `ListResolverConfigs` request. If you
|
|
3059
|
+
# don't specify a value for `MaxResults`, up to 100 Resolver
|
|
3060
|
+
# configurations are returned.
|
|
3061
|
+
# @return [Integer]
|
|
3062
|
+
#
|
|
3063
|
+
# @!attribute [rw] next_token
|
|
3064
|
+
# (Optional) If the current Amazon Web Services account has more than
|
|
3065
|
+
# `MaxResults` Resolver configurations, use `NextToken` to get the
|
|
3066
|
+
# second and subsequent pages of results.
|
|
3067
|
+
#
|
|
3068
|
+
# For the first `ListResolverConfigs` request, omit this value.
|
|
3069
|
+
#
|
|
3070
|
+
# For the second and subsequent requests, get the value of `NextToken`
|
|
3071
|
+
# from the previous response and specify that value for `NextToken` in
|
|
3072
|
+
# the request.
|
|
3073
|
+
# @return [String]
|
|
3074
|
+
#
|
|
3075
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverConfigsRequest AWS API Documentation
|
|
3076
|
+
#
|
|
3077
|
+
class ListResolverConfigsRequest < Struct.new(
|
|
3078
|
+
:max_results,
|
|
3079
|
+
:next_token)
|
|
3080
|
+
SENSITIVE = []
|
|
3081
|
+
include Aws::Structure
|
|
3082
|
+
end
|
|
3083
|
+
|
|
3084
|
+
# @!attribute [rw] next_token
|
|
3085
|
+
# If a response includes the last of the Resolver configurations that
|
|
3086
|
+
# are associated with the current Amazon Web Services account,
|
|
3087
|
+
# `NextToken` doesn't appear in the response.
|
|
3088
|
+
#
|
|
3089
|
+
# If a response doesn't include the last of the configurations, you
|
|
3090
|
+
# can get more configurations by submitting another
|
|
3091
|
+
# `ListResolverConfigs` request. Get the value of `NextToken` that
|
|
3092
|
+
# Amazon Route 53 returned in the previous response and include it in
|
|
3093
|
+
# `NextToken` in the next request.
|
|
3094
|
+
# @return [String]
|
|
3095
|
+
#
|
|
3096
|
+
# @!attribute [rw] resolver_configs
|
|
3097
|
+
# An array that contains one `ResolverConfigs` element for each
|
|
3098
|
+
# Resolver configuration that is associated with the current Amazon
|
|
3099
|
+
# Web Services account.
|
|
3100
|
+
# @return [Array<Types::ResolverConfig>]
|
|
3101
|
+
#
|
|
3102
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverConfigsResponse AWS API Documentation
|
|
3103
|
+
#
|
|
3104
|
+
class ListResolverConfigsResponse < Struct.new(
|
|
3105
|
+
:next_token,
|
|
3106
|
+
:resolver_configs)
|
|
3107
|
+
SENSITIVE = []
|
|
3108
|
+
include Aws::Structure
|
|
3109
|
+
end
|
|
3110
|
+
|
|
3012
3111
|
# @note When making an API call, you may pass ListResolverDnssecConfigsRequest
|
|
3013
3112
|
# data as a hash:
|
|
3014
3113
|
#
|
|
@@ -3031,9 +3130,9 @@ module Aws::Route53Resolver
|
|
|
3031
3130
|
# @return [Integer]
|
|
3032
3131
|
#
|
|
3033
3132
|
# @!attribute [rw] next_token
|
|
3034
|
-
# (Optional) If the current
|
|
3035
|
-
# DNSSEC configurations, use `NextToken` to get the
|
|
3036
|
-
# subsequent pages of results.
|
|
3133
|
+
# (Optional) If the current Amazon Web Services account has more than
|
|
3134
|
+
# `MaxResults` DNSSEC configurations, use `NextToken` to get the
|
|
3135
|
+
# second and subsequent pages of results.
|
|
3037
3136
|
#
|
|
3038
3137
|
# For the first `ListResolverDnssecConfigs` request, omit this value.
|
|
3039
3138
|
#
|
|
@@ -3058,8 +3157,8 @@ module Aws::Route53Resolver
|
|
|
3058
3157
|
|
|
3059
3158
|
# @!attribute [rw] next_token
|
|
3060
3159
|
# If a response includes the last of the DNSSEC configurations that
|
|
3061
|
-
# are associated with the current
|
|
3062
|
-
# appear in the response.
|
|
3160
|
+
# are associated with the current Amazon Web Services account,
|
|
3161
|
+
# `NextToken` doesn't appear in the response.
|
|
3063
3162
|
#
|
|
3064
3163
|
# If a response doesn't include the last of the configurations, you
|
|
3065
3164
|
# can get more configurations by submitting another
|
|
@@ -3075,7 +3174,7 @@ module Aws::Route53Resolver
|
|
|
3075
3174
|
# @!attribute [rw] resolver_dnssec_configs
|
|
3076
3175
|
# An array that contains one [ResolverDnssecConfig][1] element for
|
|
3077
3176
|
# each configuration for DNSSEC validation that is associated with the
|
|
3078
|
-
# current
|
|
3177
|
+
# current Amazon Web Services account.
|
|
3079
3178
|
#
|
|
3080
3179
|
#
|
|
3081
3180
|
#
|
|
@@ -3222,8 +3321,8 @@ module Aws::Route53Resolver
|
|
|
3222
3321
|
# @return [Integer]
|
|
3223
3322
|
#
|
|
3224
3323
|
# @!attribute [rw] resolver_endpoints
|
|
3225
|
-
# The Resolver endpoints that were created by using the current
|
|
3226
|
-
# account, and that match the specified filters, if any.
|
|
3324
|
+
# The Resolver endpoints that were created by using the current Amazon
|
|
3325
|
+
# Web Services account, and that match the specified filters, if any.
|
|
3227
3326
|
# @return [Array<Types::ResolverEndpoint>]
|
|
3228
3327
|
#
|
|
3229
3328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointsResponse AWS API Documentation
|
|
@@ -3477,13 +3576,13 @@ module Aws::Route53Resolver
|
|
|
3477
3576
|
#
|
|
3478
3577
|
# * `Name`\: The name of the configuration
|
|
3479
3578
|
#
|
|
3480
|
-
# * `OwnerId`\: The
|
|
3481
|
-
# configuration
|
|
3579
|
+
# * `OwnerId`\: The Amazon Web Services account number of the account
|
|
3580
|
+
# that created the configuration
|
|
3482
3581
|
#
|
|
3483
|
-
# * `ShareStatus`\: Whether the configuration is shared with other
|
|
3484
|
-
# accounts or shared with the current account by
|
|
3485
|
-
# account. Sharing is configured through
|
|
3486
|
-
# (
|
|
3582
|
+
# * `ShareStatus`\: Whether the configuration is shared with other
|
|
3583
|
+
# Amazon Web Services accounts or shared with the current account by
|
|
3584
|
+
# another Amazon Web Services account. Sharing is configured through
|
|
3585
|
+
# Resource Access Manager (RAM).
|
|
3487
3586
|
#
|
|
3488
3587
|
# * `Status`\: The current status of the configuration. Valid values
|
|
3489
3588
|
# include the following:
|
|
@@ -3636,8 +3735,8 @@ module Aws::Route53Resolver
|
|
|
3636
3735
|
#
|
|
3637
3736
|
# @!attribute [rw] resolver_rule_associations
|
|
3638
3737
|
# The associations that were created between Resolver rules and VPCs
|
|
3639
|
-
# using the current
|
|
3640
|
-
# if any.
|
|
3738
|
+
# using the current Amazon Web Services account, and that match the
|
|
3739
|
+
# specified filters, if any.
|
|
3641
3740
|
# @return [Array<Types::ResolverRuleAssociation>]
|
|
3642
3741
|
#
|
|
3643
3742
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRuleAssociationsResponse AWS API Documentation
|
|
@@ -3713,8 +3812,8 @@ module Aws::Route53Resolver
|
|
|
3713
3812
|
# @return [Integer]
|
|
3714
3813
|
#
|
|
3715
3814
|
# @!attribute [rw] resolver_rules
|
|
3716
|
-
# The Resolver rules that were created using the current
|
|
3717
|
-
# and that match the specified filters, if any.
|
|
3815
|
+
# The Resolver rules that were created using the current Amazon Web
|
|
3816
|
+
# Services account and that match the specified filters, if any.
|
|
3718
3817
|
# @return [Array<Types::ResolverRule>]
|
|
3719
3818
|
#
|
|
3720
3819
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRulesResponse AWS API Documentation
|
|
@@ -3801,8 +3900,8 @@ module Aws::Route53Resolver
|
|
|
3801
3900
|
# @return [String]
|
|
3802
3901
|
#
|
|
3803
3902
|
# @!attribute [rw] firewall_rule_group_policy
|
|
3804
|
-
# The
|
|
3805
|
-
# the rule group.
|
|
3903
|
+
# The Identity and Access Management (Amazon Web Services IAM) policy
|
|
3904
|
+
# to attach to the rule group.
|
|
3806
3905
|
# @return [String]
|
|
3807
3906
|
#
|
|
3808
3907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutFirewallRuleGroupPolicyRequest AWS API Documentation
|
|
@@ -3839,11 +3938,11 @@ module Aws::Route53Resolver
|
|
|
3839
3938
|
# @return [String]
|
|
3840
3939
|
#
|
|
3841
3940
|
# @!attribute [rw] resolver_query_log_config_policy
|
|
3842
|
-
# An
|
|
3843
|
-
#
|
|
3844
|
-
#
|
|
3845
|
-
# to perform. You can specify the following
|
|
3846
|
-
# `Actions` section of the statement:
|
|
3941
|
+
# An Identity and Access Management policy statement that lists the
|
|
3942
|
+
# query logging configurations that you want to share with another
|
|
3943
|
+
# Amazon Web Services account and the operations that you want the
|
|
3944
|
+
# account to be able to perform. You can specify the following
|
|
3945
|
+
# operations in the `Actions` section of the statement:
|
|
3847
3946
|
#
|
|
3848
3947
|
# * `route53resolver:AssociateResolverQueryLogConfig`
|
|
3849
3948
|
#
|
|
@@ -3896,11 +3995,11 @@ module Aws::Route53Resolver
|
|
|
3896
3995
|
# @return [String]
|
|
3897
3996
|
#
|
|
3898
3997
|
# @!attribute [rw] resolver_rule_policy
|
|
3899
|
-
# An
|
|
3900
|
-
#
|
|
3901
|
-
# operations that you want the account to be able to
|
|
3902
|
-
# specify the following operations in the `Action`
|
|
3903
|
-
# statement:
|
|
3998
|
+
# An Identity and Access Management policy statement that lists the
|
|
3999
|
+
# rules that you want to share with another Amazon Web Services
|
|
4000
|
+
# account and the operations that you want the account to be able to
|
|
4001
|
+
# perform. You can specify the following operations in the `Action`
|
|
4002
|
+
# section of the statement:
|
|
3904
4003
|
#
|
|
3905
4004
|
# * `route53resolver:GetResolverRule`
|
|
3906
4005
|
#
|
|
@@ -3940,6 +4039,54 @@ module Aws::Route53Resolver
|
|
|
3940
4039
|
include Aws::Structure
|
|
3941
4040
|
end
|
|
3942
4041
|
|
|
4042
|
+
# A complex type that contains information about a Resolver
|
|
4043
|
+
# configuration for a VPC.
|
|
4044
|
+
#
|
|
4045
|
+
# @!attribute [rw] id
|
|
4046
|
+
# ID for the Resolver configuration.
|
|
4047
|
+
# @return [String]
|
|
4048
|
+
#
|
|
4049
|
+
# @!attribute [rw] resource_id
|
|
4050
|
+
# The ID of the Amazon Virtual Private Cloud VPC that you're
|
|
4051
|
+
# configuring Resolver for.
|
|
4052
|
+
# @return [String]
|
|
4053
|
+
#
|
|
4054
|
+
# @!attribute [rw] owner_id
|
|
4055
|
+
# The owner account ID of the Amazon Virtual Private Cloud VPC.
|
|
4056
|
+
# @return [String]
|
|
4057
|
+
#
|
|
4058
|
+
# @!attribute [rw] autodefined_reverse
|
|
4059
|
+
# The status of whether or not the Resolver will create autodefined
|
|
4060
|
+
# rules for reverse DNS lookups. This is enabled by default. The
|
|
4061
|
+
# status can be one of following:
|
|
4062
|
+
#
|
|
4063
|
+
# Status of the rules generated by VPCs based on CIDR/Region for
|
|
4064
|
+
# reverse DNS resolution. The status can be one of following:
|
|
4065
|
+
#
|
|
4066
|
+
# * **ENABLING:** Autodefined rules for reverse DNS lookups are being
|
|
4067
|
+
# enabled but are not complete.
|
|
4068
|
+
#
|
|
4069
|
+
# * **ENABLED:** Autodefined rules for reverse DNS lookups are
|
|
4070
|
+
# enabled.
|
|
4071
|
+
#
|
|
4072
|
+
# * **DISABLING:** Autodefined rules for reverse DNS lookups are being
|
|
4073
|
+
# disabled but are not complete.
|
|
4074
|
+
#
|
|
4075
|
+
# * **DISABLED:** Autodefined rules for reverse DNS lookups are
|
|
4076
|
+
# disabled.
|
|
4077
|
+
# @return [String]
|
|
4078
|
+
#
|
|
4079
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ResolverConfig AWS API Documentation
|
|
4080
|
+
#
|
|
4081
|
+
class ResolverConfig < Struct.new(
|
|
4082
|
+
:id,
|
|
4083
|
+
:resource_id,
|
|
4084
|
+
:owner_id,
|
|
4085
|
+
:autodefined_reverse)
|
|
4086
|
+
SENSITIVE = []
|
|
4087
|
+
include Aws::Structure
|
|
4088
|
+
end
|
|
4089
|
+
|
|
3943
4090
|
# A complex type that contains information about a configuration for
|
|
3944
4091
|
# DNSSEC validation.
|
|
3945
4092
|
#
|
|
@@ -4141,8 +4288,8 @@ module Aws::Route53Resolver
|
|
|
4141
4288
|
# @return [String]
|
|
4142
4289
|
#
|
|
4143
4290
|
# @!attribute [rw] owner_id
|
|
4144
|
-
# The
|
|
4145
|
-
# configuration.
|
|
4291
|
+
# The Amazon Web Services account ID for the account that created the
|
|
4292
|
+
# query logging configuration.
|
|
4146
4293
|
# @return [String]
|
|
4147
4294
|
#
|
|
4148
4295
|
# @!attribute [rw] status
|
|
@@ -4170,9 +4317,9 @@ module Aws::Route53Resolver
|
|
|
4170
4317
|
#
|
|
4171
4318
|
# @!attribute [rw] share_status
|
|
4172
4319
|
# An indication of whether the query logging configuration is shared
|
|
4173
|
-
# with other
|
|
4174
|
-
# another
|
|
4175
|
-
# Access Manager (
|
|
4320
|
+
# with other Amazon Web Services accounts, or was shared with the
|
|
4321
|
+
# current account by another Amazon Web Services account. Sharing is
|
|
4322
|
+
# configured through Resource Access Manager (RAM).
|
|
4176
4323
|
# @return [String]
|
|
4177
4324
|
#
|
|
4178
4325
|
# @!attribute [rw] association_count
|
|
@@ -4389,8 +4536,8 @@ module Aws::Route53Resolver
|
|
|
4389
4536
|
# @return [String]
|
|
4390
4537
|
#
|
|
4391
4538
|
# @!attribute [rw] owner_id
|
|
4392
|
-
# When a rule is shared with another
|
|
4393
|
-
# the account that the rule is shared with.
|
|
4539
|
+
# When a rule is shared with another Amazon Web Services account, the
|
|
4540
|
+
# account ID of the account that the rule is shared with.
|
|
4394
4541
|
# @return [String]
|
|
4395
4542
|
#
|
|
4396
4543
|
# @!attribute [rw] share_status
|
|
@@ -5112,6 +5259,58 @@ module Aws::Route53Resolver
|
|
|
5112
5259
|
include Aws::Structure
|
|
5113
5260
|
end
|
|
5114
5261
|
|
|
5262
|
+
# @note When making an API call, you may pass UpdateResolverConfigRequest
|
|
5263
|
+
# data as a hash:
|
|
5264
|
+
#
|
|
5265
|
+
# {
|
|
5266
|
+
# resource_id: "ResourceId", # required
|
|
5267
|
+
# autodefined_reverse_flag: "ENABLE", # required, accepts ENABLE, DISABLE
|
|
5268
|
+
# }
|
|
5269
|
+
#
|
|
5270
|
+
# @!attribute [rw] resource_id
|
|
5271
|
+
# Resource ID of the Amazon VPC that you want to update the Resolver
|
|
5272
|
+
# configuration for.
|
|
5273
|
+
# @return [String]
|
|
5274
|
+
#
|
|
5275
|
+
# @!attribute [rw] autodefined_reverse_flag
|
|
5276
|
+
# Indicates whether or not the Resolver will create autodefined rules
|
|
5277
|
+
# for reverse DNS lookups. This is enabled by default. Disabling this
|
|
5278
|
+
# option will also affect EC2-Classic instances using ClassicLink. For
|
|
5279
|
+
# more information, see [ClassicLink][1] in the *Amazon EC2 guide*.
|
|
5280
|
+
#
|
|
5281
|
+
# <note markdown="1"> It can take some time for the status change to be completed.
|
|
5282
|
+
#
|
|
5283
|
+
# </note>
|
|
5284
|
+
#
|
|
5285
|
+
#
|
|
5286
|
+
#
|
|
5287
|
+
#
|
|
5288
|
+
#
|
|
5289
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
|
5290
|
+
# @return [String]
|
|
5291
|
+
#
|
|
5292
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverConfigRequest AWS API Documentation
|
|
5293
|
+
#
|
|
5294
|
+
class UpdateResolverConfigRequest < Struct.new(
|
|
5295
|
+
:resource_id,
|
|
5296
|
+
:autodefined_reverse_flag)
|
|
5297
|
+
SENSITIVE = []
|
|
5298
|
+
include Aws::Structure
|
|
5299
|
+
end
|
|
5300
|
+
|
|
5301
|
+
# @!attribute [rw] resolver_config
|
|
5302
|
+
# An array that contains settings for the specified Resolver
|
|
5303
|
+
# configuration.
|
|
5304
|
+
# @return [Types::ResolverConfig]
|
|
5305
|
+
#
|
|
5306
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverConfigResponse AWS API Documentation
|
|
5307
|
+
#
|
|
5308
|
+
class UpdateResolverConfigResponse < Struct.new(
|
|
5309
|
+
:resolver_config)
|
|
5310
|
+
SENSITIVE = []
|
|
5311
|
+
include Aws::Structure
|
|
5312
|
+
end
|
|
5313
|
+
|
|
5115
5314
|
# @note When making an API call, you may pass UpdateResolverDnssecConfigRequest
|
|
5116
5315
|
# data as a hash:
|
|
5117
5316
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-route53resolver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.32.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: 2021-
|
|
11
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.121.2
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.121.2
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
requirements:
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: '
|
|
79
|
+
version: '2.3'
|
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - ">="
|