aws-sdk-route53resolver 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c327fba42aa50a434ecda0f1856efc471f0110412da9cbe445e62576907495c
4
- data.tar.gz: 8e36abf5f8e62da2b4c2dfbccbe822e37b56eb43eaf4eec48d56f9b14f828e6a
3
+ metadata.gz: 31f70eece2a32edc527c17adb836f6d14975f0f599683c970f2ea0024130fb83
4
+ data.tar.gz: bf26ab5b696d37377c0e9ecc2456fcde6798ef8336b3d8b08dd8185aa6b5f300
5
5
  SHA512:
6
- metadata.gz: 3c069c5e508cde6293268f3143704ac1d811f31e8123bcc1d65676302b631b848889acb555e21c9c558c0cd2e1cd18b62dac318ab2c221109100a92af323babc
7
- data.tar.gz: 8d2ac9b7c0859c8954a935fd59c825590baac1bb1d3300572e496b7b9e095e0d01e88c4982fb6ddbfcff60ed710a3226e1d673d926dc0569f317e0202f3b9d6d
6
+ metadata.gz: 58d1d62b812a01e9b8dbba25a9108f1439c551238f1bcd5f786d5347328a58d78e6b271892f565537b5723d0e90cbc5f63953a3f53ec826e0f0f77450396b2e2
7
+ data.tar.gz: d7ead021b49fabfcd5d382bc84ec838d0ae7e18acecc1ea62cc11ac37766faa74d1960973f2c61a0e7b74117651139425fac5528b53039a75de7a2c16d3b7278
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2021-08-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Route 53 Resolver
8
+
4
9
  1.28.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-route53resolver/customizations'
48
48
  # @!group service
49
49
  module Aws::Route53Resolver
50
50
 
51
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.29.0'
52
52
 
53
53
  end
@@ -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 AWS Resource Access Manager (AWS RAM) to share
957
- # a query logging configuration with other AWS accounts. The other
958
- # accounts can then associate VPCs with the configuration. The query
959
- # logs that Resolver creates for a configuration include all DNS queries
960
- # that originate in all VPCs that are associated with the configuration.
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 AWS
1323
- # accounts, and the other accounts have associated VPCs with the shared
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 AWS Resource
1530
- # Access Manager (AWS RAM) to share a query logging configuration with
1531
- # other accounts, VPCs can be disassociated from the configuration in
1532
- # the following ways:
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 AWS Identity and Access Management (AWS IAM) policy for
1775
- # sharing the specified rule group. You can use the policy to share the
1776
- # rule group using AWS Resource Access Manager (AWS RAM).
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 AWS account to be able to use.
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 AWS account.
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 AWS account has more than `MaxResults`
2592
- # DNSSEC configurations, use `NextToken` to get the second and
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
- # AWS account.
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 AWS account number of the account that created 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 AWS
2980
- # accounts or shared with the current account by another AWS account.
2981
- # Sharing is configured through AWS Resource Access Manager (AWS RAM).
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 AWS account.
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 AWS
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 AWS Identity and Access Management (AWS IAM) policy for
3262
- # sharing the rule group. You can use the policy to share the rule group
3263
- # using AWS Resource Access Manager (AWS RAM).
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 AWS Identity and Access Management (AWS IAM) policy to attach to
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 AWS account that you want to share a query logging
3298
- # configuration with, the query logging configuration that you want to
3299
- # share, and the operations that you want the account to be able to
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 AWS Identity and Access Management policy statement that lists the
3308
- # query logging configurations that you want to share with another AWS
3309
- # account and the operations that you want the account to be able to
3310
- # perform. You can specify the following operations in the `Actions`
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 AWS rule that you want to share with another account, the
3350
- # account that you want to share the rule with, and the operations that
3351
- # you want the account to be able to perform on the rule.
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 AWS Identity and Access Management policy statement that lists the
3359
- # rules that you want to share with another AWS account and the
3360
- # operations that you want the account to be able to perform. You can
3361
- # specify the following operations in the `Action` section of the
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.28.0'
3942
+ context[:gem_version] = '1.29.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
- # * `HostVpcId`\: The ID of the VPC that inbound DNS queries pass
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 AWS service that you want to forward query
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 AWS account ID for the account that created 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 AWS accounts, or was shared
1314
- # with the current account by another AWS account. Valid values
1315
- # include: `NOT_SHARED`, `SHARED_WITH_ME`, or `SHARED_BY_ME`.
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 AWS account ID of the owner of the VPC that this firewall
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 AWS account ID for the account that created the rule group. When
1672
- # a rule group is shared with your account, this is the account that
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 AWS accounts, or was
1685
- # shared with the current account by another AWS account. Sharing is
1686
- # configured through AWS Resource Access Manager (AWS RAM).
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 AWS Firewall Manager to manage your
1758
- # DNS Firewalls, then this reports Firewall Manager as the managed
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 AWS account ID for the account that created the rule group. When
1828
- # a rule group is shared with your account, this is the account that
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 AWS accounts, or was
1841
- # shared with the current account by another AWS account. Sharing is
1842
- # configured through AWS Resource Access Manager (AWS RAM).
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 AWS Identity and Access Management (AWS IAM) policy for sharing
1973
- # the specified rule group. You can use the policy to share the rule
1974
- # group using AWS Resource Access Manager (AWS RAM).
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 AWS account has more than `MaxResults`
3035
- # DNSSEC configurations, use `NextToken` to get the second and
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 AWS account, `NextToken` doesn't
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 AWS account.
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 AWS
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 AWS account number of the account that created 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 AWS
3484
- # accounts or shared with the current account by another AWS
3485
- # account. Sharing is configured through AWS Resource Access Manager
3486
- # (AWS RAM).
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 AWS account, and that match the specified filters,
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 AWS account
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 AWS Identity and Access Management (AWS IAM) policy to attach to
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 AWS Identity and Access Management policy statement that lists
3843
- # the query logging configurations that you want to share with another
3844
- # AWS account and the operations that you want the account to be able
3845
- # to perform. You can specify the following operations in the
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 AWS Identity and Access Management policy statement that lists
3900
- # the rules that you want to share with another AWS account and the
3901
- # operations that you want the account to be able to perform. You can
3902
- # specify the following operations in the `Action` section of the
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 AWS account ID for the account that created the query logging
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 AWS accounts, or was shared with the current account by
4174
- # another AWS account. Sharing is configured through AWS Resource
4175
- # Access Manager (AWS RAM).
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 AWS account, the account ID of
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.28.0
4
+ version: 1.29.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-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core