aws-sdk-route53resolver 1.25.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: a4ef65852d1c79407730fd644a4d3bb1e13053f99addd945f4e2e416bbb3da4b
4
- data.tar.gz: 98139c3b4a46b1149edf6c773a25dc6c64bc6fd455abf6bffbe5e4e3b7284342
3
+ metadata.gz: 31f70eece2a32edc527c17adb836f6d14975f0f599683c970f2ea0024130fb83
4
+ data.tar.gz: bf26ab5b696d37377c0e9ecc2456fcde6798ef8336b3d8b08dd8185aa6b5f300
5
5
  SHA512:
6
- metadata.gz: de1651f0de718b3708603a83d2f10be31846585d27d3d07e046667a16e56c52c43bcee835d4278296d6cb7c7a34328afdc9698c58dd74625ed1aedc9919c1e6b
7
- data.tar.gz: 2646eb6e60eafc7d22ab60f7361bad9e09a2160b18176e60403f4371b20c7f8054415048c5b33c441705e4927a94ad52bb61ce72cf86c5d7c60950ce0b01e7b8
6
+ metadata.gz: 58d1d62b812a01e9b8dbba25a9108f1439c551238f1bcd5f786d5347328a58d78e6b271892f565537b5723d0e90cbc5f63953a3f53ec826e0f0f77450396b2e2
7
+ data.tar.gz: d7ead021b49fabfcd5d382bc84ec838d0ae7e18acecc1ea62cc11ac37766faa74d1960973f2c61a0e7b74117651139425fac5528b53039a75de7a2c16d3b7278
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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
+
9
+ 1.28.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.27.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.26.0 (2021-06-03)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for Route 53 Resolver
23
+
4
24
  1.25.0 (2021-04-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.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.25.0'
51
+ GEM_VERSION = '1.29.0'
52
52
 
53
53
  end
@@ -342,7 +342,7 @@ module Aws::Route53Resolver
342
342
  #
343
343
  # @option params [required, String] :creator_request_id
344
344
  # A unique string that identifies the request and that allows failed
345
- # requests to be retried without the risk of executing the operation
345
+ # requests to be retried without the risk of running the operation
346
346
  # twice. `CreatorRequestId` can be any unique string, for example, a
347
347
  # date/time stamp.
348
348
  #
@@ -359,15 +359,17 @@ module Aws::Route53Resolver
359
359
  # @option params [required, Integer] :priority
360
360
  # The setting that determines the processing order of the rule group
361
361
  # among the rule groups that you associate with the specified VPC. DNS
362
- # Firewall filters VPC traffic starting from rule group with the lowest
363
- # numeric priority setting.
362
+ # Firewall filters VPC traffic starting from the rule group with the
363
+ # lowest numeric priority setting.
364
364
  #
365
365
  # You must specify a unique priority for each rule group that you
366
366
  # associate with a single VPC. To make it easier to insert rule groups
367
- # later, leave space between the numbers, for example, use 100, 200, and
367
+ # later, leave space between the numbers, for example, use 101, 200, and
368
368
  # so on. You can change the priority setting for a rule group
369
369
  # association after you create it.
370
370
  #
371
+ # The allowed values for `Priority` are between 100 and 9900.
372
+ #
371
373
  # @option params [required, String] :name
372
374
  # A name that lets you identify the association, to manage and use it.
373
375
  #
@@ -611,9 +613,9 @@ module Aws::Route53Resolver
611
613
  #
612
614
  # @option params [required, String] :creator_request_id
613
615
  # A unique string that identifies the request and that allows you to
614
- # retry failed requests without the risk of executing the operation
615
- # twice. `CreatorRequestId` can be any unique string, for example, a
616
- # date/time stamp.
616
+ # retry failed requests without the risk of running the operation twice.
617
+ # `CreatorRequestId` can be any unique string, for example, a date/time
618
+ # stamp.
617
619
  #
618
620
  # **A suitable default value is auto-generated.** You should normally
619
621
  # not need to pass this option.**
@@ -669,9 +671,9 @@ module Aws::Route53Resolver
669
671
  #
670
672
  # @option params [required, String] :creator_request_id
671
673
  # A unique string that identifies the request and that allows you to
672
- # retry failed requests without the risk of executing the operation
673
- # twice. `CreatorRequestId` can be any unique string, for example, a
674
- # date/time stamp.
674
+ # retry failed requests without the risk of running the operation twice.
675
+ # `CreatorRequestId` can be any unique string, for example, a date/time
676
+ # stamp.
675
677
  #
676
678
  # **A suitable default value is auto-generated.** You should normally
677
679
  # not need to pass this option.**
@@ -699,7 +701,7 @@ module Aws::Route53Resolver
699
701
  #
700
702
  # * `ALLOW` - Permit the request to go through.
701
703
  #
702
- # * `ALERT` - Permit the request and send metrics and log to Cloud
704
+ # * `ALERT` - Permit the request and send metrics and logs to Cloud
703
705
  # Watch.
704
706
  #
705
707
  # * `BLOCK` - Disallow the request. This option requires additional
@@ -707,7 +709,7 @@ module Aws::Route53Resolver
707
709
  #
708
710
  # @option params [String] :block_response
709
711
  # The way that you want DNS Firewall to block the request, used with the
710
- # rule aciton setting `BLOCK`.
712
+ # rule action setting `BLOCK`.
711
713
  #
712
714
  # * `NODATA` - Respond indicating that the query was successful, but no
713
715
  # response is available for it.
@@ -793,9 +795,8 @@ module Aws::Route53Resolver
793
795
  #
794
796
  # @option params [required, String] :creator_request_id
795
797
  # A unique string defined by you to identify the request. This allows
796
- # you to retry failed requests without the risk of executing the
797
- # operation twice. This can be any unique string, for example, a
798
- # timestamp.
798
+ # you to retry failed requests without the risk of running the operation
799
+ # twice. This can be any unique string, for example, a timestamp.
799
800
  #
800
801
  # **A suitable default value is auto-generated.** You should normally
801
802
  # not need to pass this option.**
@@ -858,7 +859,7 @@ module Aws::Route53Resolver
858
859
  #
859
860
  # @option params [required, String] :creator_request_id
860
861
  # A unique string that identifies the request and that allows failed
861
- # requests to be retried without the risk of executing the operation
862
+ # requests to be retried without the risk of running the operation
862
863
  # twice. `CreatorRequestId` can be any unique string, for example, a
863
864
  # date/time stamp.
864
865
  #
@@ -952,18 +953,19 @@ module Aws::Route53Resolver
952
953
  # `AssociateResolverQueryLogConfig`. For more information, see
953
954
  # [AssociateResolverQueryLogConfig][1].
954
955
  #
955
- # You can optionally use AWS Resource Access Manager (AWS RAM) to share
956
- # a query logging configuration with other AWS accounts. The other
957
- # accounts can then associate VPCs with the configuration. The query
958
- # logs that Resolver creates for a configuration include all DNS queries
959
- # 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.
960
962
  #
961
963
  #
962
964
  #
963
965
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html
964
966
  #
965
967
  # @option params [required, String] :name
966
- # The name that you want to give the query logging configuration
968
+ # The name that you want to give the query logging configuration.
967
969
  #
968
970
  # @option params [required, String] :destination_arn
969
971
  # The ARN of the resource that you want Resolver to send query logs. You
@@ -989,7 +991,7 @@ module Aws::Route53Resolver
989
991
  #
990
992
  # @option params [required, String] :creator_request_id
991
993
  # A unique string that identifies the request and that allows failed
992
- # requests to be retried without the risk of executing the operation
994
+ # requests to be retried without the risk of running the operation
993
995
  # twice. `CreatorRequestId` can be any unique string, for example, a
994
996
  # date/time stamp.
995
997
  #
@@ -1047,7 +1049,7 @@ module Aws::Route53Resolver
1047
1049
  #
1048
1050
  # @option params [required, String] :creator_request_id
1049
1051
  # A unique string that identifies the request and that allows failed
1050
- # requests to be retried without the risk of executing the operation
1052
+ # requests to be retried without the risk of running the operation
1051
1053
  # twice. `CreatorRequestId` can be any unique string, for example, a
1052
1054
  # date/time stamp.
1053
1055
  #
@@ -1080,7 +1082,7 @@ module Aws::Route53Resolver
1080
1082
  #
1081
1083
  # @option params [Array<Types::TargetAddress>] :target_ips
1082
1084
  # The IPs that you want Resolver to forward DNS queries to. You can
1083
- # specify only IPv4 addresses. Separate IP addresses with a comma.
1085
+ # specify only IPv4 addresses. Separate IP addresses with a space.
1084
1086
  #
1085
1087
  # `TargetIps` is available only when the value of `Rule type` is
1086
1088
  # `FORWARD`.
@@ -1318,9 +1320,9 @@ module Aws::Route53Resolver
1318
1320
  # Deletes a query logging configuration. When you delete a
1319
1321
  # configuration, Resolver stops logging DNS queries for all of the
1320
1322
  # Amazon VPCs that are associated with the configuration. This also
1321
- # applies if the query logging configuration is shared with other AWS
1322
- # accounts, and the other accounts have associated VPCs with the shared
1323
- # 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.
1324
1326
  #
1325
1327
  # Before you can delete a query logging configuration, you must first
1326
1328
  # disassociate all VPCs from the configuration. See
@@ -1620,11 +1622,11 @@ module Aws::Route53Resolver
1620
1622
  end
1621
1623
 
1622
1624
  # Retrieves the configuration of the firewall behavior provided by DNS
1623
- # Firewall for a single Amazon virtual private cloud (VPC).
1625
+ # Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon
1626
+ # VPC).
1624
1627
  #
1625
1628
  # @option params [required, String] :resource_id
1626
- # The ID of the Amazon virtual private cloud (VPC) that the
1627
- # configuration is for.
1629
+ # The ID of the VPC from Amazon VPC that the configuration is for.
1628
1630
  #
1629
1631
  # @return [Types::GetFirewallConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1630
1632
  #
@@ -1770,9 +1772,9 @@ module Aws::Route53Resolver
1770
1772
  req.send_request(options)
1771
1773
  end
1772
1774
 
1773
- # Returns the AWS Identity and Access Management (AWS IAM) policy for
1774
- # sharing the specified rule group. You can use the policy to share the
1775
- # rule group using AWS Resource Access Manager (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).
1776
1778
  #
1777
1779
  # @option params [required, String] :arn
1778
1780
  # The ARN (Amazon Resource Name) for the rule group.
@@ -1955,7 +1957,7 @@ module Aws::Route53Resolver
1955
1957
 
1956
1958
  # Gets information about a query logging policy. A query logging policy
1957
1959
  # specifies the Resolver query logging operations and resources that you
1958
- # 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.
1959
1961
  #
1960
1962
  # @option params [required, String] :arn
1961
1963
  # The ARN of the query logging configuration that you want to get the
@@ -2125,7 +2127,8 @@ module Aws::Route53Resolver
2125
2127
  #
2126
2128
  # @option params [required, String] :domain_file_url
2127
2129
  # The fully qualified URL or URI of the file stored in Amazon Simple
2128
- # Storage Service (S3) that contains the list of domains to import.
2130
+ # Storage Service (Amazon S3) that contains the list of domains to
2131
+ # import.
2129
2132
  #
2130
2133
  # The file must be in an S3 bucket that's in the same Region as your
2131
2134
  # DNS Firewall. The file must be a text file and must contain a single
@@ -2353,8 +2356,8 @@ module Aws::Route53Resolver
2353
2356
  # @option params [Integer] :priority
2354
2357
  # The setting that determines the processing order of the rule group
2355
2358
  # among the rule groups that are associated with a single VPC. DNS
2356
- # Firewall filters VPC traffic starting from rule group with the lowest
2357
- # numeric priority setting.
2359
+ # Firewall filters VPC traffic starting from the rule group with the
2360
+ # lowest numeric priority setting.
2358
2361
  #
2359
2362
  # @option params [String] :status
2360
2363
  # The association `Status` setting that you want DNS Firewall to filter
@@ -2577,7 +2580,7 @@ module Aws::Route53Resolver
2577
2580
  end
2578
2581
 
2579
2582
  # Lists the configurations for DNSSEC validation that are associated
2580
- # with the current AWS account.
2583
+ # with the current Amazon Web Services account.
2581
2584
  #
2582
2585
  # @option params [Integer] :max_results
2583
2586
  # *Optional*\: An integer that specifies the maximum number of DNSSEC
@@ -2586,9 +2589,9 @@ module Aws::Route53Resolver
2586
2589
  # configuration per page.
2587
2590
  #
2588
2591
  # @option params [String] :next_token
2589
- # (Optional) If the current AWS account has more than `MaxResults`
2590
- # DNSSEC configurations, use `NextToken` to get the second and
2591
- # 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.
2592
2595
  #
2593
2596
  # For the first `ListResolverDnssecConfigs` request, omit this value.
2594
2597
  #
@@ -2696,7 +2699,7 @@ module Aws::Route53Resolver
2696
2699
  end
2697
2700
 
2698
2701
  # Lists all the Resolver endpoints that were created using the current
2699
- # AWS account.
2702
+ # Amazon Web Services account.
2700
2703
  #
2701
2704
  # @option params [Integer] :max_results
2702
2705
  # The maximum number of Resolver endpoints that you want to return in
@@ -2971,12 +2974,13 @@ module Aws::Route53Resolver
2971
2974
  #
2972
2975
  # * `Name`\: The name of the configuration
2973
2976
  #
2974
- # * `OwnerId`\: The AWS account number of the account that created the
2975
- # configuration
2977
+ # * `OwnerId`\: The Amazon Web Services account number of the account
2978
+ # that created the configuration
2976
2979
  #
2977
- # * `ShareStatus`\: Whether the configuration is shared with other AWS
2978
- # accounts or shared with the current account by another AWS account.
2979
- # 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).
2980
2984
  #
2981
2985
  # * `Status`\: The current status of the configuration. Valid values
2982
2986
  # include the following:
@@ -3059,7 +3063,7 @@ module Aws::Route53Resolver
3059
3063
  end
3060
3064
 
3061
3065
  # Lists the associations that were created between Resolver rules and
3062
- # VPCs using the current AWS account.
3066
+ # VPCs using the current Amazon Web Services account.
3063
3067
  #
3064
3068
  # @option params [Integer] :max_results
3065
3069
  # The maximum number of rule associations that you want to return in the
@@ -3127,8 +3131,8 @@ module Aws::Route53Resolver
3127
3131
  req.send_request(options)
3128
3132
  end
3129
3133
 
3130
- # Lists the Resolver rules that were created using the current AWS
3131
- # account.
3134
+ # Lists the Resolver rules that were created using the current Amazon
3135
+ # Web Services account.
3132
3136
  #
3133
3137
  # @option params [Integer] :max_results
3134
3138
  # The maximum number of Resolver rules that you want to return in the
@@ -3256,17 +3260,17 @@ module Aws::Route53Resolver
3256
3260
  req.send_request(options)
3257
3261
  end
3258
3262
 
3259
- # Attaches an AWS Identity and Access Management (AWS IAM) policy for
3260
- # sharing the rule group. You can use the policy to share the rule group
3261
- # using AWS Resource Access Manager (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).
3262
3266
  #
3263
3267
  # @option params [required, String] :arn
3264
3268
  # The ARN (Amazon Resource Name) for the rule group that you want to
3265
3269
  # share.
3266
3270
  #
3267
3271
  # @option params [required, String] :firewall_rule_group_policy
3268
- # The AWS Identity and Access Management (AWS IAM) policy to attach to
3269
- # the rule group.
3272
+ # The Identity and Access Management (Amazon Web Services IAM) policy to
3273
+ # attach to the rule group.
3270
3274
  #
3271
3275
  # @return [Types::PutFirewallRuleGroupPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3272
3276
  #
@@ -3292,21 +3296,21 @@ module Aws::Route53Resolver
3292
3296
  req.send_request(options)
3293
3297
  end
3294
3298
 
3295
- # Specifies an AWS account that you want to share a query logging
3296
- # configuration with, the query logging configuration that you want to
3297
- # share, and the operations that you want the account to be able to
3298
- # 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.
3299
3303
  #
3300
3304
  # @option params [required, String] :arn
3301
3305
  # The Amazon Resource Name (ARN) of the account that you want to share
3302
3306
  # rules with.
3303
3307
  #
3304
3308
  # @option params [required, String] :resolver_query_log_config_policy
3305
- # An AWS Identity and Access Management policy statement that lists the
3306
- # query logging configurations that you want to share with another AWS
3307
- # account and the operations that you want the account to be able to
3308
- # perform. You can specify the following operations in the `Actions`
3309
- # 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:
3310
3314
  #
3311
3315
  # * `route53resolver:AssociateResolverQueryLogConfig`
3312
3316
  #
@@ -3344,20 +3348,21 @@ module Aws::Route53Resolver
3344
3348
  req.send_request(options)
3345
3349
  end
3346
3350
 
3347
- # Specifies an AWS rule that you want to share with another account, the
3348
- # account that you want to share the rule with, and the operations that
3349
- # 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.
3350
3355
  #
3351
3356
  # @option params [required, String] :arn
3352
3357
  # The Amazon Resource Name (ARN) of the rule that you want to share with
3353
3358
  # another account.
3354
3359
  #
3355
3360
  # @option params [required, String] :resolver_rule_policy
3356
- # An AWS Identity and Access Management policy statement that lists the
3357
- # rules that you want to share with another AWS account and the
3358
- # operations that you want the account to be able to perform. You can
3359
- # specify the following operations in the `Action` section of the
3360
- # 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:
3361
3366
  #
3362
3367
  # * `route53resolver:GetResolverRule`
3363
3368
  #
@@ -3501,11 +3506,11 @@ module Aws::Route53Resolver
3501
3506
  end
3502
3507
 
3503
3508
  # Updates the configuration of the firewall behavior provided by DNS
3504
- # Firewall for a single Amazon virtual private cloud (VPC).
3509
+ # Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon
3510
+ # VPC).
3505
3511
  #
3506
3512
  # @option params [required, String] :resource_id
3507
- # The ID of the Amazon virtual private cloud (VPC) that the
3508
- # configuration is for.
3513
+ # The ID of the VPC that the configuration is for.
3509
3514
  #
3510
3515
  # @option params [required, String] :firewall_fail_open
3511
3516
  # Determines how Route 53 Resolver handles queries during failures, for
@@ -3725,8 +3730,8 @@ module Aws::Route53Resolver
3725
3730
  # @option params [Integer] :priority
3726
3731
  # The setting that determines the processing order of the rule group
3727
3732
  # among the rule groups that you associate with the specified VPC. DNS
3728
- # Firewall filters VPC traffic starting from rule group with the lowest
3729
- # numeric priority setting.
3733
+ # Firewall filters VPC traffic starting from the rule group with the
3734
+ # lowest numeric priority setting.
3730
3735
  #
3731
3736
  # You must specify a unique priority for each rule group that you
3732
3737
  # associate with a single VPC. To make it easier to insert rule groups
@@ -3934,7 +3939,7 @@ module Aws::Route53Resolver
3934
3939
  params: params,
3935
3940
  config: config)
3936
3941
  context[:gem_name] = 'aws-sdk-route53resolver'
3937
- context[:gem_version] = '1.25.0'
3942
+ context[:gem_version] = '1.29.0'
3938
3943
  Seahorse::Client::Request.new(handlers, context)
3939
3944
  end
3940
3945
 
@@ -44,7 +44,7 @@ module Aws::Route53Resolver
44
44
  #
45
45
  # @!attribute [rw] creator_request_id
46
46
  # A unique string that identifies the request and that allows failed
47
- # requests to be retried without the risk of executing the operation
47
+ # requests to be retried without the risk of running the operation
48
48
  # twice. `CreatorRequestId` can be any unique string, for example, a
49
49
  # date/time stamp.
50
50
  #
@@ -64,14 +64,16 @@ module Aws::Route53Resolver
64
64
  # @!attribute [rw] priority
65
65
  # The setting that determines the processing order of the rule group
66
66
  # among the rule groups that you associate with the specified VPC. DNS
67
- # Firewall filters VPC traffic starting from rule group with the
67
+ # Firewall filters VPC traffic starting from the rule group with the
68
68
  # lowest numeric priority setting.
69
69
  #
70
70
  # You must specify a unique priority for each rule group that you
71
71
  # associate with a single VPC. To make it easier to insert rule groups
72
- # later, leave space between the numbers, for example, use 100, 200,
72
+ # later, leave space between the numbers, for example, use 101, 200,
73
73
  # and so on. You can change the priority setting for a rule group
74
74
  # association after you create it.
75
+ #
76
+ # The allowed values for `Priority` are between 100 and 9900.
75
77
  # @return [Integer]
76
78
  #
77
79
  # @!attribute [rw] name
@@ -105,7 +107,7 @@ module Aws::Route53Resolver
105
107
  end
106
108
 
107
109
  # @!attribute [rw] firewall_rule_group_association
108
- # The association that you just created. The association has an Id
110
+ # The association that you just created. The association has an ID
109
111
  # that you can use to identify it in other requests, like update and
110
112
  # delete.
111
113
  # @return [Types::FirewallRuleGroupAssociation]
@@ -284,7 +286,7 @@ module Aws::Route53Resolver
284
286
  #
285
287
  # @!attribute [rw] creator_request_id
286
288
  # A unique string that identifies the request and that allows you to
287
- # retry failed requests without the risk of executing the operation
289
+ # retry failed requests without the risk of running the operation
288
290
  # twice. `CreatorRequestId` can be any unique string, for example, a
289
291
  # date/time stamp.
290
292
  #
@@ -339,7 +341,7 @@ module Aws::Route53Resolver
339
341
  #
340
342
  # @!attribute [rw] creator_request_id
341
343
  # A unique string defined by you to identify the request. This allows
342
- # you to retry failed requests without the risk of executing the
344
+ # you to retry failed requests without the risk of running the
343
345
  # operation twice. This can be any unique string, for example, a
344
346
  # timestamp.
345
347
  #
@@ -396,7 +398,7 @@ module Aws::Route53Resolver
396
398
  #
397
399
  # @!attribute [rw] creator_request_id
398
400
  # A unique string that identifies the request and that allows you to
399
- # retry failed requests without the risk of executing the operation
401
+ # retry failed requests without the risk of running the operation
400
402
  # twice. `CreatorRequestId` can be any unique string, for example, a
401
403
  # date/time stamp.
402
404
  #
@@ -430,7 +432,7 @@ module Aws::Route53Resolver
430
432
  #
431
433
  # * `ALLOW` - Permit the request to go through.
432
434
  #
433
- # * `ALERT` - Permit the request and send metrics and log to Cloud
435
+ # * `ALERT` - Permit the request and send metrics and logs to Cloud
434
436
  # Watch.
435
437
  #
436
438
  # * `BLOCK` - Disallow the request. This option requires additional
@@ -439,7 +441,7 @@ module Aws::Route53Resolver
439
441
  #
440
442
  # @!attribute [rw] block_response
441
443
  # The way that you want DNS Firewall to block the request, used with
442
- # the rule aciton setting `BLOCK`.
444
+ # the rule action setting `BLOCK`.
443
445
  #
444
446
  # * `NODATA` - Respond indicating that the query was successful, but
445
447
  # no response is available for it.
@@ -538,7 +540,7 @@ module Aws::Route53Resolver
538
540
  #
539
541
  # @!attribute [rw] creator_request_id
540
542
  # A unique string that identifies the request and that allows failed
541
- # requests to be retried without the risk of executing the operation
543
+ # requests to be retried without the risk of running the operation
542
544
  # twice. `CreatorRequestId` can be any unique string, for example, a
543
545
  # date/time stamp.
544
546
  # @return [String]
@@ -621,7 +623,7 @@ module Aws::Route53Resolver
621
623
  # }
622
624
  #
623
625
  # @!attribute [rw] name
624
- # The name that you want to give the query logging configuration
626
+ # The name that you want to give the query logging configuration.
625
627
  # @return [String]
626
628
  #
627
629
  # @!attribute [rw] destination_arn
@@ -649,7 +651,7 @@ module Aws::Route53Resolver
649
651
  #
650
652
  # @!attribute [rw] creator_request_id
651
653
  # A unique string that identifies the request and that allows failed
652
- # requests to be retried without the risk of executing the operation
654
+ # requests to be retried without the risk of running the operation
653
655
  # twice. `CreatorRequestId` can be any unique string, for example, a
654
656
  # date/time stamp.
655
657
  #
@@ -711,7 +713,7 @@ module Aws::Route53Resolver
711
713
  #
712
714
  # @!attribute [rw] creator_request_id
713
715
  # A unique string that identifies the request and that allows failed
714
- # requests to be retried without the risk of executing the operation
716
+ # requests to be retried without the risk of running the operation
715
717
  # twice. `CreatorRequestId` can be any unique string, for example, a
716
718
  # date/time stamp.
717
719
  # @return [String]
@@ -749,7 +751,7 @@ module Aws::Route53Resolver
749
751
  #
750
752
  # @!attribute [rw] target_ips
751
753
  # The IPs that you want Resolver to forward DNS queries to. You can
752
- # specify only IPv4 addresses. Separate IP addresses with a comma.
754
+ # specify only IPv4 addresses. Separate IP addresses with a space.
753
755
  #
754
756
  # `TargetIps` is available only when the value of `Rule type` is
755
757
  # `FORWARD`.
@@ -1199,7 +1201,7 @@ module Aws::Route53Resolver
1199
1201
  # Resolver endpoints. If you specify `DIRECTION` for `Name`, specify
1200
1202
  # `INBOUND` or `OUTBOUND` for `Values`.
1201
1203
  #
1202
- # * `HostVpcId`\: The ID of the VPC that inbound DNS queries pass
1204
+ # * `HostVPCId`\: The ID of the VPC that inbound DNS queries pass
1203
1205
  # through on the way from your network to your VPCs in a region, or
1204
1206
  # the VPC that outbound queries pass through on the way from your
1205
1207
  # VPCs to your network. In a [CreateResolverEndpoint][6] request,
@@ -1286,8 +1288,8 @@ module Aws::Route53Resolver
1286
1288
  # * `CreatorRequestId`\: A unique string that identifies the request
1287
1289
  # that created the query logging configuration.
1288
1290
  #
1289
- # * `Destination`\: The AWS service that you want to forward query
1290
- # 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:
1291
1293
  #
1292
1294
  # * `S3`
1293
1295
  #
@@ -1304,13 +1306,14 @@ module Aws::Route53Resolver
1304
1306
  #
1305
1307
  # * `Name`\: The name of the query logging configuration
1306
1308
  #
1307
- # * `OwnerId`\: The AWS account ID for the account that created the
1308
- # query logging configuration.
1309
+ # * `OwnerId`\: The Amazon Web Services account ID for the account
1310
+ # that created the query logging configuration.
1309
1311
  #
1310
1312
  # * `ShareStatus`\: An indication of whether the query logging
1311
- # configuration is shared with other AWS accounts, or was shared
1312
- # with the current account by another AWS account. Valid values
1313
- # 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`.
1314
1317
  #
1315
1318
  # * `Status`\: The status of the query logging configuration. If you
1316
1319
  # specify `Status` for `Name`, specify the applicable status code
@@ -1373,10 +1376,10 @@ module Aws::Route53Resolver
1373
1376
  end
1374
1377
 
1375
1378
  # Configuration of the firewall behavior provided by DNS Firewall for a
1376
- # single Amazon virtual private cloud (VPC).
1379
+ # single VPC from Amazon Virtual Private Cloud (Amazon VPC).
1377
1380
  #
1378
1381
  # @!attribute [rw] id
1379
- # The Id of the firewall configuration.
1382
+ # The ID of the firewall configuration.
1380
1383
  # @return [String]
1381
1384
  #
1382
1385
  # @!attribute [rw] resource_id
@@ -1384,8 +1387,8 @@ module Aws::Route53Resolver
1384
1387
  # @return [String]
1385
1388
  #
1386
1389
  # @!attribute [rw] owner_id
1387
- # The AWS account ID of the owner of the VPC that this firewall
1388
- # configuration applies to.
1390
+ # The Amazon Web Services account ID of the owner of the VPC that this
1391
+ # firewall configuration applies to.
1389
1392
  # @return [String]
1390
1393
  #
1391
1394
  # @!attribute [rw] firewall_fail_open
@@ -1417,7 +1420,7 @@ module Aws::Route53Resolver
1417
1420
  include Aws::Structure
1418
1421
  end
1419
1422
 
1420
- # High level information about a list of firewall domains for use in a
1423
+ # High-level information about a list of firewall domains for use in a
1421
1424
  # FirewallRule. This is returned by GetFirewallDomainList.
1422
1425
  #
1423
1426
  # To retrieve the domains that are defined for this domain list, call
@@ -1456,7 +1459,7 @@ module Aws::Route53Resolver
1456
1459
  #
1457
1460
  # @!attribute [rw] creator_request_id
1458
1461
  # A unique string defined by you to identify the request. This allows
1459
- # you to retry failed requests without the risk of executing the
1462
+ # you to retry failed requests without the risk of running the
1460
1463
  # operation twice. This can be any unique string, for example, a
1461
1464
  # timestamp.
1462
1465
  # @return [String]
@@ -1508,7 +1511,7 @@ module Aws::Route53Resolver
1508
1511
  #
1509
1512
  # @!attribute [rw] creator_request_id
1510
1513
  # A unique string defined by you to identify the request. This allows
1511
- # you to retry failed requests without the risk of executing the
1514
+ # you to retry failed requests without the risk of running the
1512
1515
  # operation twice. This can be any unique string, for example, a
1513
1516
  # timestamp.
1514
1517
  # @return [String]
@@ -1666,22 +1669,23 @@ module Aws::Route53Resolver
1666
1669
  # @return [String]
1667
1670
  #
1668
1671
  # @!attribute [rw] owner_id
1669
- # The AWS account ID for the account that created the rule group. When
1670
- # a rule group is shared with your account, this is the account that
1671
- # 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.
1672
1675
  # @return [String]
1673
1676
  #
1674
1677
  # @!attribute [rw] creator_request_id
1675
1678
  # A unique string defined by you to identify the request. This allows
1676
- # you to retry failed requests without the risk of executing the
1679
+ # you to retry failed requests without the risk of running the
1677
1680
  # operation twice. This can be any unique string, for example, a
1678
1681
  # timestamp.
1679
1682
  # @return [String]
1680
1683
  #
1681
1684
  # @!attribute [rw] share_status
1682
- # Whether the rule group is shared with other AWS accounts, or was
1683
- # shared with the current account by another AWS account. Sharing is
1684
- # 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).
1685
1689
  # @return [String]
1686
1690
  #
1687
1691
  # @!attribute [rw] creation_time
@@ -1712,7 +1716,7 @@ module Aws::Route53Resolver
1712
1716
  include Aws::Structure
1713
1717
  end
1714
1718
 
1715
- # An association between a firewall rul group and a VPC, which enables
1719
+ # An association between a firewall rule group and a VPC, which enables
1716
1720
  # DNS filtering for the VPC.
1717
1721
  #
1718
1722
  # @!attribute [rw] id
@@ -1752,9 +1756,8 @@ module Aws::Route53Resolver
1752
1756
  #
1753
1757
  # @!attribute [rw] managed_owner_name
1754
1758
  # The owner of the association, used only for associations that are
1755
- # not managed by you. If you use AWS Firewall Manager to manage your
1756
- # DNS Firewalls, then this reports Firewall Manager as the managed
1757
- # 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.
1758
1761
  # @return [String]
1759
1762
  #
1760
1763
  # @!attribute [rw] status
@@ -1768,7 +1771,7 @@ module Aws::Route53Resolver
1768
1771
  #
1769
1772
  # @!attribute [rw] creator_request_id
1770
1773
  # A unique string defined by you to identify the request. This allows
1771
- # you to retry failed requests without the risk of executing the
1774
+ # you to retry failed requests without the risk of running the
1772
1775
  # operation twice. This can be any unique string, for example, a
1773
1776
  # timestamp.
1774
1777
  # @return [String]
@@ -1822,22 +1825,23 @@ module Aws::Route53Resolver
1822
1825
  # @return [String]
1823
1826
  #
1824
1827
  # @!attribute [rw] owner_id
1825
- # The AWS account ID for the account that created the rule group. When
1826
- # a rule group is shared with your account, this is the account that
1827
- # 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.
1828
1831
  # @return [String]
1829
1832
  #
1830
1833
  # @!attribute [rw] creator_request_id
1831
1834
  # A unique string defined by you to identify the request. This allows
1832
- # you to retry failed requests without the risk of executing the
1835
+ # you to retry failed requests without the risk of running the
1833
1836
  # operation twice. This can be any unique string, for example, a
1834
1837
  # timestamp.
1835
1838
  # @return [String]
1836
1839
  #
1837
1840
  # @!attribute [rw] share_status
1838
- # Whether the rule group is shared with other AWS accounts, or was
1839
- # shared with the current account by another AWS account. Sharing is
1840
- # 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).
1841
1845
  # @return [String]
1842
1846
  #
1843
1847
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/FirewallRuleGroupMetadata AWS API Documentation
@@ -1861,8 +1865,7 @@ module Aws::Route53Resolver
1861
1865
  # }
1862
1866
  #
1863
1867
  # @!attribute [rw] resource_id
1864
- # The ID of the Amazon virtual private cloud (VPC) that the
1865
- # configuration is for.
1868
+ # The ID of the VPC from Amazon VPC that the configuration is for.
1866
1869
  # @return [String]
1867
1870
  #
1868
1871
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallConfigRequest AWS API Documentation
@@ -1875,7 +1878,7 @@ module Aws::Route53Resolver
1875
1878
 
1876
1879
  # @!attribute [rw] firewall_config
1877
1880
  # Configuration of the firewall behavior provided by DNS Firewall for
1878
- # a single Amazon virtual private cloud (VPC).
1881
+ # a single VPC from AmazonVPC.
1879
1882
  # @return [Types::FirewallConfig]
1880
1883
  #
1881
1884
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallConfigResponse AWS API Documentation
@@ -1968,9 +1971,9 @@ module Aws::Route53Resolver
1968
1971
  end
1969
1972
 
1970
1973
  # @!attribute [rw] firewall_rule_group_policy
1971
- # The AWS Identity and Access Management (AWS IAM) policy for sharing
1972
- # the specified rule group. You can use the policy to share the rule
1973
- # group using AWS Resource Access Manager (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).
1974
1977
  # @return [String]
1975
1978
  #
1976
1979
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroupPolicyResponse AWS API Documentation
@@ -2298,7 +2301,8 @@ module Aws::Route53Resolver
2298
2301
  #
2299
2302
  # @!attribute [rw] domain_file_url
2300
2303
  # The fully qualified URL or URI of the file stored in Amazon Simple
2301
- # Storage Service (S3) that contains the list of domains to import.
2304
+ # Storage Service (Amazon S3) that contains the list of domains to
2305
+ # import.
2302
2306
  #
2303
2307
  # The file must be in an S3 bucket that's in the same Region as your
2304
2308
  # DNS Firewall. The file must be a text file and must contain a single
@@ -2626,7 +2630,7 @@ module Aws::Route53Resolver
2626
2630
  #
2627
2631
  # @!attribute [rw] firewall_configs
2628
2632
  # The configurations for the firewall behavior provided by DNS
2629
- # Firewall for Amazon virtual private clouds (VPC).
2633
+ # Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
2630
2634
  # @return [Array<Types::FirewallConfig>]
2631
2635
  #
2632
2636
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallConfigsResponse AWS API Documentation
@@ -2684,7 +2688,7 @@ module Aws::Route53Resolver
2684
2688
  # @!attribute [rw] firewall_domain_lists
2685
2689
  # A list of the domain lists that you have defined.
2686
2690
  #
2687
- # This might be a parital list of the domain lists that you've
2691
+ # This might be a partial list of the domain lists that you've
2688
2692
  # defined. For information, see `MaxResults`.
2689
2693
  # @return [Array<Types::FirewallDomainListMetadata>]
2690
2694
  #
@@ -2749,7 +2753,7 @@ module Aws::Route53Resolver
2749
2753
  # @!attribute [rw] domains
2750
2754
  # A list of the domains in the firewall domain list.
2751
2755
  #
2752
- # This might be a parital list of the domains that you've defined in
2756
+ # This might be a partial list of the domains that you've defined in
2753
2757
  # the domain list. For information, see `MaxResults`.
2754
2758
  # @return [Array<String>]
2755
2759
  #
@@ -2789,7 +2793,7 @@ module Aws::Route53Resolver
2789
2793
  # @!attribute [rw] priority
2790
2794
  # The setting that determines the processing order of the rule group
2791
2795
  # among the rule groups that are associated with a single VPC. DNS
2792
- # Firewall filters VPC traffic starting from rule group with the
2796
+ # Firewall filters VPC traffic starting from the rule group with the
2793
2797
  # lowest numeric priority setting.
2794
2798
  # @return [Integer]
2795
2799
  #
@@ -2994,7 +2998,7 @@ module Aws::Route53Resolver
2994
2998
  # @!attribute [rw] firewall_rules
2995
2999
  # A list of the rules that you have defined.
2996
3000
  #
2997
- # This might be a parital list of the firewall rules that you've
3001
+ # This might be a partial list of the firewall rules that you've
2998
3002
  # defined. For information, see `MaxResults`.
2999
3003
  # @return [Array<Types::FirewallRule>]
3000
3004
  #
@@ -3029,9 +3033,9 @@ module Aws::Route53Resolver
3029
3033
  # @return [Integer]
3030
3034
  #
3031
3035
  # @!attribute [rw] next_token
3032
- # (Optional) If the current AWS account has more than `MaxResults`
3033
- # DNSSEC configurations, use `NextToken` to get the second and
3034
- # 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.
3035
3039
  #
3036
3040
  # For the first `ListResolverDnssecConfigs` request, omit this value.
3037
3041
  #
@@ -3056,8 +3060,8 @@ module Aws::Route53Resolver
3056
3060
 
3057
3061
  # @!attribute [rw] next_token
3058
3062
  # If a response includes the last of the DNSSEC configurations that
3059
- # are associated with the current AWS account, `NextToken` doesn't
3060
- # appear in the response.
3063
+ # are associated with the current Amazon Web Services account,
3064
+ # `NextToken` doesn't appear in the response.
3061
3065
  #
3062
3066
  # If a response doesn't include the last of the configurations, you
3063
3067
  # can get more configurations by submitting another
@@ -3073,7 +3077,7 @@ module Aws::Route53Resolver
3073
3077
  # @!attribute [rw] resolver_dnssec_configs
3074
3078
  # An array that contains one [ResolverDnssecConfig][1] element for
3075
3079
  # each configuration for DNSSEC validation that is associated with the
3076
- # current AWS account.
3080
+ # current Amazon Web Services account.
3077
3081
  #
3078
3082
  #
3079
3083
  #
@@ -3220,8 +3224,8 @@ module Aws::Route53Resolver
3220
3224
  # @return [Integer]
3221
3225
  #
3222
3226
  # @!attribute [rw] resolver_endpoints
3223
- # The Resolver endpoints that were created by using the current AWS
3224
- # 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.
3225
3229
  # @return [Array<Types::ResolverEndpoint>]
3226
3230
  #
3227
3231
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointsResponse AWS API Documentation
@@ -3475,13 +3479,13 @@ module Aws::Route53Resolver
3475
3479
  #
3476
3480
  # * `Name`\: The name of the configuration
3477
3481
  #
3478
- # * `OwnerId`\: The AWS account number of the account that created the
3479
- # configuration
3482
+ # * `OwnerId`\: The Amazon Web Services account number of the account
3483
+ # that created the configuration
3480
3484
  #
3481
- # * `ShareStatus`\: Whether the configuration is shared with other AWS
3482
- # accounts or shared with the current account by another AWS
3483
- # account. Sharing is configured through AWS Resource Access Manager
3484
- # (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).
3485
3489
  #
3486
3490
  # * `Status`\: The current status of the configuration. Valid values
3487
3491
  # include the following:
@@ -3634,8 +3638,8 @@ module Aws::Route53Resolver
3634
3638
  #
3635
3639
  # @!attribute [rw] resolver_rule_associations
3636
3640
  # The associations that were created between Resolver rules and VPCs
3637
- # using the current AWS account, and that match the specified filters,
3638
- # if any.
3641
+ # using the current Amazon Web Services account, and that match the
3642
+ # specified filters, if any.
3639
3643
  # @return [Array<Types::ResolverRuleAssociation>]
3640
3644
  #
3641
3645
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRuleAssociationsResponse AWS API Documentation
@@ -3711,8 +3715,8 @@ module Aws::Route53Resolver
3711
3715
  # @return [Integer]
3712
3716
  #
3713
3717
  # @!attribute [rw] resolver_rules
3714
- # The Resolver rules that were created using the current AWS account
3715
- # 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.
3716
3720
  # @return [Array<Types::ResolverRule>]
3717
3721
  #
3718
3722
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRulesResponse AWS API Documentation
@@ -3799,8 +3803,8 @@ module Aws::Route53Resolver
3799
3803
  # @return [String]
3800
3804
  #
3801
3805
  # @!attribute [rw] firewall_rule_group_policy
3802
- # The AWS Identity and Access Management (AWS IAM) policy to attach to
3803
- # the rule group.
3806
+ # The Identity and Access Management (Amazon Web Services IAM) policy
3807
+ # to attach to the rule group.
3804
3808
  # @return [String]
3805
3809
  #
3806
3810
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutFirewallRuleGroupPolicyRequest AWS API Documentation
@@ -3837,11 +3841,11 @@ module Aws::Route53Resolver
3837
3841
  # @return [String]
3838
3842
  #
3839
3843
  # @!attribute [rw] resolver_query_log_config_policy
3840
- # An AWS Identity and Access Management policy statement that lists
3841
- # the query logging configurations that you want to share with another
3842
- # AWS account and the operations that you want the account to be able
3843
- # to perform. You can specify the following operations in the
3844
- # `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:
3845
3849
  #
3846
3850
  # * `route53resolver:AssociateResolverQueryLogConfig`
3847
3851
  #
@@ -3894,11 +3898,11 @@ module Aws::Route53Resolver
3894
3898
  # @return [String]
3895
3899
  #
3896
3900
  # @!attribute [rw] resolver_rule_policy
3897
- # An AWS Identity and Access Management policy statement that lists
3898
- # the rules that you want to share with another AWS account and the
3899
- # operations that you want the account to be able to perform. You can
3900
- # specify the following operations in the `Action` section of the
3901
- # 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:
3902
3906
  #
3903
3907
  # * `route53resolver:GetResolverRule`
3904
3908
  #
@@ -4002,7 +4006,7 @@ module Aws::Route53Resolver
4002
4006
  # @!attribute [rw] creator_request_id
4003
4007
  # A unique string that identifies the request that created the
4004
4008
  # Resolver endpoint. The `CreatorRequestId` allows failed requests to
4005
- # be retried without the risk of executing the operation twice.
4009
+ # be retried without the risk of running the operation twice.
4006
4010
  # @return [String]
4007
4011
  #
4008
4012
  # @!attribute [rw] arn
@@ -4139,8 +4143,8 @@ module Aws::Route53Resolver
4139
4143
  # @return [String]
4140
4144
  #
4141
4145
  # @!attribute [rw] owner_id
4142
- # The AWS account ID for the account that created the query logging
4143
- # configuration.
4146
+ # The Amazon Web Services account ID for the account that created the
4147
+ # query logging configuration.
4144
4148
  # @return [String]
4145
4149
  #
4146
4150
  # @!attribute [rw] status
@@ -4168,9 +4172,9 @@ module Aws::Route53Resolver
4168
4172
  #
4169
4173
  # @!attribute [rw] share_status
4170
4174
  # An indication of whether the query logging configuration is shared
4171
- # with other AWS accounts, or was shared with the current account by
4172
- # another AWS account. Sharing is configured through AWS Resource
4173
- # 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).
4174
4178
  # @return [String]
4175
4179
  #
4176
4180
  # @!attribute [rw] association_count
@@ -4195,7 +4199,7 @@ module Aws::Route53Resolver
4195
4199
  # @!attribute [rw] creator_request_id
4196
4200
  # A unique string that identifies the request that created the query
4197
4201
  # logging configuration. The `CreatorRequestId` allows failed requests
4198
- # to be retried without the risk of executing the operation twice.
4202
+ # to be retried without the risk of running the operation twice.
4199
4203
  # @return [String]
4200
4204
  #
4201
4205
  # @!attribute [rw] creation_time
@@ -4327,7 +4331,7 @@ module Aws::Route53Resolver
4327
4331
  # @!attribute [rw] creator_request_id
4328
4332
  # A unique string that you specified when you created the Resolver
4329
4333
  # rule. `CreatorRequestId` identifies the request and allows failed
4330
- # requests to be retried without the risk of executing the operation
4334
+ # requests to be retried without the risk of running the operation
4331
4335
  # twice.
4332
4336
  # @return [String]
4333
4337
  #
@@ -4387,12 +4391,12 @@ module Aws::Route53Resolver
4387
4391
  # @return [String]
4388
4392
  #
4389
4393
  # @!attribute [rw] owner_id
4390
- # When a rule is shared with another AWS account, the account ID of
4391
- # 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.
4392
4396
  # @return [String]
4393
4397
  #
4394
4398
  # @!attribute [rw] share_status
4395
- # Whether the rules is shared and, if so, whether the current account
4399
+ # Whether the rule is shared and, if so, whether the current account
4396
4400
  # is sharing the rule with another account, or another account is
4397
4401
  # sharing the rule with the current account.
4398
4402
  # @return [String]
@@ -4818,8 +4822,7 @@ module Aws::Route53Resolver
4818
4822
  # }
4819
4823
  #
4820
4824
  # @!attribute [rw] resource_id
4821
- # The ID of the Amazon virtual private cloud (VPC) that the
4822
- # configuration is for.
4825
+ # The ID of the VPC that the configuration is for.
4823
4826
  # @return [String]
4824
4827
  #
4825
4828
  # @!attribute [rw] firewall_fail_open
@@ -4850,7 +4853,7 @@ module Aws::Route53Resolver
4850
4853
 
4851
4854
  # @!attribute [rw] firewall_config
4852
4855
  # Configuration of the firewall behavior provided by DNS Firewall for
4853
- # a single Amazon virtual private cloud (VPC).
4856
+ # a single VPC.
4854
4857
  # @return [Types::FirewallConfig]
4855
4858
  #
4856
4859
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallConfigResponse AWS API Documentation
@@ -4914,7 +4917,7 @@ module Aws::Route53Resolver
4914
4917
  end
4915
4918
 
4916
4919
  # @!attribute [rw] id
4917
- # The Id of the firewall domain list that DNS Firewall just updated.
4920
+ # The ID of the firewall domain list that DNS Firewall just updated.
4918
4921
  # @return [String]
4919
4922
  #
4920
4923
  # @!attribute [rw] name
@@ -4956,7 +4959,7 @@ module Aws::Route53Resolver
4956
4959
  # @!attribute [rw] priority
4957
4960
  # The setting that determines the processing order of the rule group
4958
4961
  # among the rule groups that you associate with the specified VPC. DNS
4959
- # Firewall filters VPC traffic starting from rule group with the
4962
+ # Firewall filters VPC traffic starting from the rule group with the
4960
4963
  # lowest numeric priority setting.
4961
4964
  #
4962
4965
  # You must specify a unique priority for each rule group that you
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.25.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-04-01 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
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.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Route53Resolver