aws-sdk-route53resolver 1.27.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53resolver/client.rb +55 -52
- data/lib/aws-sdk-route53resolver/types.rb +67 -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: 64ed7a9d7a4c66d05acb55271e92dadbaae7ac3b8412b3d449b735754c2f3c6b
|
4
|
+
data.tar.gz: dca872498dda658cc8651c0be7ccef15b31b10618223867c7c5f81cbc2d251a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dcaab11cb45c81d07e68857d5433fab3296a794d818b210b45e3ae0f48d17cd1d69522ebc1cb5410fada97ef3ce05e275ad776ec99f06ec8af8cc4489c9540d
|
7
|
+
data.tar.gz: 7d594e151d644b10a8692f942cf91d83cbdb2a688be6d614837de07dd2fbe788d2630fd3dc30869fb774e25831e073795ec60b139cacccab8b0ab0b0fcd46fa2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2021-10-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.30.0 (2021-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.29.0 (2021-08-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation updates for Route 53 Resolver
|
18
|
+
|
19
|
+
1.28.0 (2021-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.27.0 (2021-07-28)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.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.
|
@@ -1956,7 +1957,7 @@ module Aws::Route53Resolver
|
|
1956
1957
|
|
1957
1958
|
# Gets information about a query logging policy. A query logging policy
|
1958
1959
|
# specifies the Resolver query logging operations and resources that you
|
1959
|
-
# want to allow another
|
1960
|
+
# want to allow another Amazon Web Services account to be able to use.
|
1960
1961
|
#
|
1961
1962
|
# @option params [required, String] :arn
|
1962
1963
|
# The ARN of the query logging configuration that you want to get the
|
@@ -2579,7 +2580,7 @@ module Aws::Route53Resolver
|
|
2579
2580
|
end
|
2580
2581
|
|
2581
2582
|
# Lists the configurations for DNSSEC validation that are associated
|
2582
|
-
# with the current
|
2583
|
+
# with the current Amazon Web Services account.
|
2583
2584
|
#
|
2584
2585
|
# @option params [Integer] :max_results
|
2585
2586
|
# *Optional*\: An integer that specifies the maximum number of DNSSEC
|
@@ -2588,9 +2589,9 @@ module Aws::Route53Resolver
|
|
2588
2589
|
# configuration per page.
|
2589
2590
|
#
|
2590
2591
|
# @option params [String] :next_token
|
2591
|
-
# (Optional) If the current
|
2592
|
-
# DNSSEC configurations, use `NextToken` to get the second
|
2593
|
-
# subsequent pages of results.
|
2592
|
+
# (Optional) If the current Amazon Web Services account has more than
|
2593
|
+
# `MaxResults` DNSSEC configurations, use `NextToken` to get the second
|
2594
|
+
# and subsequent pages of results.
|
2594
2595
|
#
|
2595
2596
|
# For the first `ListResolverDnssecConfigs` request, omit this value.
|
2596
2597
|
#
|
@@ -2698,7 +2699,7 @@ module Aws::Route53Resolver
|
|
2698
2699
|
end
|
2699
2700
|
|
2700
2701
|
# Lists all the Resolver endpoints that were created using the current
|
2701
|
-
#
|
2702
|
+
# Amazon Web Services account.
|
2702
2703
|
#
|
2703
2704
|
# @option params [Integer] :max_results
|
2704
2705
|
# The maximum number of Resolver endpoints that you want to return in
|
@@ -2973,12 +2974,13 @@ module Aws::Route53Resolver
|
|
2973
2974
|
#
|
2974
2975
|
# * `Name`\: The name of the configuration
|
2975
2976
|
#
|
2976
|
-
# * `OwnerId`\: The
|
2977
|
-
# configuration
|
2977
|
+
# * `OwnerId`\: The Amazon Web Services account number of the account
|
2978
|
+
# that created the configuration
|
2978
2979
|
#
|
2979
|
-
# * `ShareStatus`\: Whether the configuration is shared with other
|
2980
|
-
# accounts or shared with the current account by
|
2981
|
-
#
|
2980
|
+
# * `ShareStatus`\: Whether the configuration is shared with other
|
2981
|
+
# Amazon Web Services accounts or shared with the current account by
|
2982
|
+
# another Amazon Web Services account. Sharing is configured through
|
2983
|
+
# Resource Access Manager (RAM).
|
2982
2984
|
#
|
2983
2985
|
# * `Status`\: The current status of the configuration. Valid values
|
2984
2986
|
# include the following:
|
@@ -3061,7 +3063,7 @@ module Aws::Route53Resolver
|
|
3061
3063
|
end
|
3062
3064
|
|
3063
3065
|
# Lists the associations that were created between Resolver rules and
|
3064
|
-
# VPCs using the current
|
3066
|
+
# VPCs using the current Amazon Web Services account.
|
3065
3067
|
#
|
3066
3068
|
# @option params [Integer] :max_results
|
3067
3069
|
# The maximum number of rule associations that you want to return in the
|
@@ -3129,8 +3131,8 @@ module Aws::Route53Resolver
|
|
3129
3131
|
req.send_request(options)
|
3130
3132
|
end
|
3131
3133
|
|
3132
|
-
# Lists the Resolver rules that were created using the current
|
3133
|
-
# account.
|
3134
|
+
# Lists the Resolver rules that were created using the current Amazon
|
3135
|
+
# Web Services account.
|
3134
3136
|
#
|
3135
3137
|
# @option params [Integer] :max_results
|
3136
3138
|
# The maximum number of Resolver rules that you want to return in the
|
@@ -3258,17 +3260,17 @@ module Aws::Route53Resolver
|
|
3258
3260
|
req.send_request(options)
|
3259
3261
|
end
|
3260
3262
|
|
3261
|
-
# Attaches an
|
3262
|
-
# sharing the rule group. You can use the policy to share the
|
3263
|
-
# using
|
3263
|
+
# Attaches an Identity and Access Management (Amazon Web Services IAM)
|
3264
|
+
# policy for sharing the rule group. You can use the policy to share the
|
3265
|
+
# rule group using Resource Access Manager (RAM).
|
3264
3266
|
#
|
3265
3267
|
# @option params [required, String] :arn
|
3266
3268
|
# The ARN (Amazon Resource Name) for the rule group that you want to
|
3267
3269
|
# share.
|
3268
3270
|
#
|
3269
3271
|
# @option params [required, String] :firewall_rule_group_policy
|
3270
|
-
# The
|
3271
|
-
# the rule group.
|
3272
|
+
# The Identity and Access Management (Amazon Web Services IAM) policy to
|
3273
|
+
# attach to the rule group.
|
3272
3274
|
#
|
3273
3275
|
# @return [Types::PutFirewallRuleGroupPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3274
3276
|
#
|
@@ -3294,21 +3296,21 @@ module Aws::Route53Resolver
|
|
3294
3296
|
req.send_request(options)
|
3295
3297
|
end
|
3296
3298
|
|
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.
|
3299
|
+
# Specifies an Amazon Web Services account that you want to share a
|
3300
|
+
# query logging configuration with, the query logging configuration that
|
3301
|
+
# you want to share, and the operations that you want the account to be
|
3302
|
+
# able to perform on the configuration.
|
3301
3303
|
#
|
3302
3304
|
# @option params [required, String] :arn
|
3303
3305
|
# The Amazon Resource Name (ARN) of the account that you want to share
|
3304
3306
|
# rules with.
|
3305
3307
|
#
|
3306
3308
|
# @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:
|
3309
|
+
# An Identity and Access Management policy statement that lists the
|
3310
|
+
# query logging configurations that you want to share with another
|
3311
|
+
# Amazon Web Services account and the operations that you want the
|
3312
|
+
# account to be able to perform. You can specify the following
|
3313
|
+
# operations in the `Actions` section of the statement:
|
3312
3314
|
#
|
3313
3315
|
# * `route53resolver:AssociateResolverQueryLogConfig`
|
3314
3316
|
#
|
@@ -3346,20 +3348,21 @@ module Aws::Route53Resolver
|
|
3346
3348
|
req.send_request(options)
|
3347
3349
|
end
|
3348
3350
|
|
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
|
3351
|
+
# Specifies an Amazon Web Services rule that you want to share with
|
3352
|
+
# another account, the account that you want to share the rule with, and
|
3353
|
+
# the operations that you want the account to be able to perform on the
|
3354
|
+
# rule.
|
3352
3355
|
#
|
3353
3356
|
# @option params [required, String] :arn
|
3354
3357
|
# The Amazon Resource Name (ARN) of the rule that you want to share with
|
3355
3358
|
# another account.
|
3356
3359
|
#
|
3357
3360
|
# @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:
|
3361
|
+
# An Identity and Access Management policy statement that lists the
|
3362
|
+
# rules that you want to share with another Amazon Web Services account
|
3363
|
+
# and the operations that you want the account to be able to perform.
|
3364
|
+
# You can specify the following operations in the `Action` section of
|
3365
|
+
# the statement:
|
3363
3366
|
#
|
3364
3367
|
# * `route53resolver:GetResolverRule`
|
3365
3368
|
#
|
@@ -3936,7 +3939,7 @@ module Aws::Route53Resolver
|
|
3936
3939
|
params: params,
|
3937
3940
|
config: config)
|
3938
3941
|
context[:gem_name] = 'aws-sdk-route53resolver'
|
3939
|
-
context[:gem_version] = '1.
|
3942
|
+
context[:gem_version] = '1.31.0'
|
3940
3943
|
Seahorse::Client::Request.new(handlers, context)
|
3941
3944
|
end
|
3942
3945
|
|
@@ -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
|
@@ -3031,9 +3033,9 @@ module Aws::Route53Resolver
|
|
3031
3033
|
# @return [Integer]
|
3032
3034
|
#
|
3033
3035
|
# @!attribute [rw] next_token
|
3034
|
-
# (Optional) If the current
|
3035
|
-
# DNSSEC configurations, use `NextToken` to get the
|
3036
|
-
# subsequent pages of results.
|
3036
|
+
# (Optional) If the current Amazon Web Services account has more than
|
3037
|
+
# `MaxResults` DNSSEC configurations, use `NextToken` to get the
|
3038
|
+
# second and subsequent pages of results.
|
3037
3039
|
#
|
3038
3040
|
# For the first `ListResolverDnssecConfigs` request, omit this value.
|
3039
3041
|
#
|
@@ -3058,8 +3060,8 @@ module Aws::Route53Resolver
|
|
3058
3060
|
|
3059
3061
|
# @!attribute [rw] next_token
|
3060
3062
|
# If a response includes the last of the DNSSEC configurations that
|
3061
|
-
# are associated with the current
|
3062
|
-
# appear in the response.
|
3063
|
+
# are associated with the current Amazon Web Services account,
|
3064
|
+
# `NextToken` doesn't appear in the response.
|
3063
3065
|
#
|
3064
3066
|
# If a response doesn't include the last of the configurations, you
|
3065
3067
|
# can get more configurations by submitting another
|
@@ -3075,7 +3077,7 @@ module Aws::Route53Resolver
|
|
3075
3077
|
# @!attribute [rw] resolver_dnssec_configs
|
3076
3078
|
# An array that contains one [ResolverDnssecConfig][1] element for
|
3077
3079
|
# each configuration for DNSSEC validation that is associated with the
|
3078
|
-
# current
|
3080
|
+
# current Amazon Web Services account.
|
3079
3081
|
#
|
3080
3082
|
#
|
3081
3083
|
#
|
@@ -3222,8 +3224,8 @@ module Aws::Route53Resolver
|
|
3222
3224
|
# @return [Integer]
|
3223
3225
|
#
|
3224
3226
|
# @!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.
|
3227
|
+
# The Resolver endpoints that were created by using the current Amazon
|
3228
|
+
# Web Services account, and that match the specified filters, if any.
|
3227
3229
|
# @return [Array<Types::ResolverEndpoint>]
|
3228
3230
|
#
|
3229
3231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointsResponse AWS API Documentation
|
@@ -3477,13 +3479,13 @@ module Aws::Route53Resolver
|
|
3477
3479
|
#
|
3478
3480
|
# * `Name`\: The name of the configuration
|
3479
3481
|
#
|
3480
|
-
# * `OwnerId`\: The
|
3481
|
-
# configuration
|
3482
|
+
# * `OwnerId`\: The Amazon Web Services account number of the account
|
3483
|
+
# that created the configuration
|
3482
3484
|
#
|
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
|
-
# (
|
3485
|
+
# * `ShareStatus`\: Whether the configuration is shared with other
|
3486
|
+
# Amazon Web Services accounts or shared with the current account by
|
3487
|
+
# another Amazon Web Services account. Sharing is configured through
|
3488
|
+
# Resource Access Manager (RAM).
|
3487
3489
|
#
|
3488
3490
|
# * `Status`\: The current status of the configuration. Valid values
|
3489
3491
|
# include the following:
|
@@ -3636,8 +3638,8 @@ module Aws::Route53Resolver
|
|
3636
3638
|
#
|
3637
3639
|
# @!attribute [rw] resolver_rule_associations
|
3638
3640
|
# The associations that were created between Resolver rules and VPCs
|
3639
|
-
# using the current
|
3640
|
-
# if any.
|
3641
|
+
# using the current Amazon Web Services account, and that match the
|
3642
|
+
# specified filters, if any.
|
3641
3643
|
# @return [Array<Types::ResolverRuleAssociation>]
|
3642
3644
|
#
|
3643
3645
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRuleAssociationsResponse AWS API Documentation
|
@@ -3713,8 +3715,8 @@ module Aws::Route53Resolver
|
|
3713
3715
|
# @return [Integer]
|
3714
3716
|
#
|
3715
3717
|
# @!attribute [rw] resolver_rules
|
3716
|
-
# The Resolver rules that were created using the current
|
3717
|
-
# and that match the specified filters, if any.
|
3718
|
+
# The Resolver rules that were created using the current Amazon Web
|
3719
|
+
# Services account and that match the specified filters, if any.
|
3718
3720
|
# @return [Array<Types::ResolverRule>]
|
3719
3721
|
#
|
3720
3722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRulesResponse AWS API Documentation
|
@@ -3801,8 +3803,8 @@ module Aws::Route53Resolver
|
|
3801
3803
|
# @return [String]
|
3802
3804
|
#
|
3803
3805
|
# @!attribute [rw] firewall_rule_group_policy
|
3804
|
-
# The
|
3805
|
-
# the rule group.
|
3806
|
+
# The Identity and Access Management (Amazon Web Services IAM) policy
|
3807
|
+
# to attach to the rule group.
|
3806
3808
|
# @return [String]
|
3807
3809
|
#
|
3808
3810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutFirewallRuleGroupPolicyRequest AWS API Documentation
|
@@ -3839,11 +3841,11 @@ module Aws::Route53Resolver
|
|
3839
3841
|
# @return [String]
|
3840
3842
|
#
|
3841
3843
|
# @!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:
|
3844
|
+
# An Identity and Access Management policy statement that lists the
|
3845
|
+
# query logging configurations that you want to share with another
|
3846
|
+
# Amazon Web Services account and the operations that you want the
|
3847
|
+
# account to be able to perform. You can specify the following
|
3848
|
+
# operations in the `Actions` section of the statement:
|
3847
3849
|
#
|
3848
3850
|
# * `route53resolver:AssociateResolverQueryLogConfig`
|
3849
3851
|
#
|
@@ -3896,11 +3898,11 @@ module Aws::Route53Resolver
|
|
3896
3898
|
# @return [String]
|
3897
3899
|
#
|
3898
3900
|
# @!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:
|
3901
|
+
# An Identity and Access Management policy statement that lists the
|
3902
|
+
# rules that you want to share with another Amazon Web Services
|
3903
|
+
# account and the operations that you want the account to be able to
|
3904
|
+
# perform. You can specify the following operations in the `Action`
|
3905
|
+
# section of the statement:
|
3904
3906
|
#
|
3905
3907
|
# * `route53resolver:GetResolverRule`
|
3906
3908
|
#
|
@@ -4141,8 +4143,8 @@ module Aws::Route53Resolver
|
|
4141
4143
|
# @return [String]
|
4142
4144
|
#
|
4143
4145
|
# @!attribute [rw] owner_id
|
4144
|
-
# The
|
4145
|
-
# configuration.
|
4146
|
+
# The Amazon Web Services account ID for the account that created the
|
4147
|
+
# query logging configuration.
|
4146
4148
|
# @return [String]
|
4147
4149
|
#
|
4148
4150
|
# @!attribute [rw] status
|
@@ -4170,9 +4172,9 @@ module Aws::Route53Resolver
|
|
4170
4172
|
#
|
4171
4173
|
# @!attribute [rw] share_status
|
4172
4174
|
# An indication of whether the query logging configuration is shared
|
4173
|
-
# with other
|
4174
|
-
# another
|
4175
|
-
# Access Manager (
|
4175
|
+
# with other Amazon Web Services accounts, or was shared with the
|
4176
|
+
# current account by another Amazon Web Services account. Sharing is
|
4177
|
+
# configured through Resource Access Manager (RAM).
|
4176
4178
|
# @return [String]
|
4177
4179
|
#
|
4178
4180
|
# @!attribute [rw] association_count
|
@@ -4389,8 +4391,8 @@ module Aws::Route53Resolver
|
|
4389
4391
|
# @return [String]
|
4390
4392
|
#
|
4391
4393
|
# @!attribute [rw] owner_id
|
4392
|
-
# When a rule is shared with another
|
4393
|
-
# the account that the rule is shared with.
|
4394
|
+
# When a rule is shared with another Amazon Web Services account, the
|
4395
|
+
# account ID of the account that the rule is shared with.
|
4394
4396
|
# @return [String]
|
4395
4397
|
#
|
4396
4398
|
# @!attribute [rw] share_status
|
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.31.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-18 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
|
- - ">="
|