aws-sdk-route53resolver 1.38.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,24 +24,6 @@ module Aws::Route53Resolver
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
- # @note When making an API call, you may pass AssociateFirewallRuleGroupRequest
28
- # data as a hash:
29
- #
30
- # {
31
- # creator_request_id: "CreatorRequestId", # required
32
- # firewall_rule_group_id: "ResourceId", # required
33
- # vpc_id: "ResourceId", # required
34
- # priority: 1, # required
35
- # name: "Name", # required
36
- # mutation_protection: "ENABLED", # accepts ENABLED, DISABLED
37
- # tags: [
38
- # {
39
- # key: "TagKey", # required
40
- # value: "TagValue", # required
41
- # },
42
- # ],
43
- # }
44
- #
45
27
  # @!attribute [rw] creator_request_id
46
28
  # A unique string that identifies the request and that allows failed
47
29
  # requests to be retried without the risk of running the operation
@@ -120,18 +102,6 @@ module Aws::Route53Resolver
120
102
  include Aws::Structure
121
103
  end
122
104
 
123
- # @note When making an API call, you may pass AssociateResolverEndpointIpAddressRequest
124
- # data as a hash:
125
- #
126
- # {
127
- # resolver_endpoint_id: "ResourceId", # required
128
- # ip_address: { # required
129
- # ip_id: "ResourceId",
130
- # subnet_id: "SubnetId",
131
- # ip: "Ip",
132
- # },
133
- # }
134
- #
135
105
  # @!attribute [rw] resolver_endpoint_id
136
106
  # The ID of the Resolver endpoint that you want to associate IP
137
107
  # addresses with.
@@ -164,14 +134,6 @@ module Aws::Route53Resolver
164
134
  include Aws::Structure
165
135
  end
166
136
 
167
- # @note When making an API call, you may pass AssociateResolverQueryLogConfigRequest
168
- # data as a hash:
169
- #
170
- # {
171
- # resolver_query_log_config_id: "ResourceId", # required
172
- # resource_id: "ResourceId", # required
173
- # }
174
- #
175
137
  # @!attribute [rw] resolver_query_log_config_id
176
138
  # The ID of the query logging configuration that you want to associate
177
139
  # a VPC with.
@@ -209,15 +171,6 @@ module Aws::Route53Resolver
209
171
  include Aws::Structure
210
172
  end
211
173
 
212
- # @note When making an API call, you may pass AssociateResolverRuleRequest
213
- # data as a hash:
214
- #
215
- # {
216
- # resolver_rule_id: "ResourceId", # required
217
- # name: "Name",
218
- # vpc_id: "ResourceId", # required
219
- # }
220
- #
221
174
  # @!attribute [rw] resolver_rule_id
222
175
  # The ID of the Resolver rule that you want to associate with the VPC.
223
176
  # To list the existing Resolver rules, use [ListResolverRules][1].
@@ -259,6 +212,11 @@ module Aws::Route53Resolver
259
212
  include Aws::Structure
260
213
  end
261
214
 
215
+ # The requested state transition isn't valid. For example, you can't
216
+ # delete a firewall domain list if it is in the process of being
217
+ # deleted, or you can't import domains into a domain list that is in
218
+ # the process of being deleted.
219
+ #
262
220
  # @!attribute [rw] message
263
221
  # @return [String]
264
222
  #
@@ -270,20 +228,6 @@ module Aws::Route53Resolver
270
228
  include Aws::Structure
271
229
  end
272
230
 
273
- # @note When making an API call, you may pass CreateFirewallDomainListRequest
274
- # data as a hash:
275
- #
276
- # {
277
- # creator_request_id: "CreatorRequestId", # required
278
- # name: "Name", # required
279
- # tags: [
280
- # {
281
- # key: "TagKey", # required
282
- # value: "TagValue", # required
283
- # },
284
- # ],
285
- # }
286
- #
287
231
  # @!attribute [rw] creator_request_id
288
232
  # A unique string that identifies the request and that allows you to
289
233
  # retry failed requests without the risk of running the operation
@@ -325,20 +269,6 @@ module Aws::Route53Resolver
325
269
  include Aws::Structure
326
270
  end
327
271
 
328
- # @note When making an API call, you may pass CreateFirewallRuleGroupRequest
329
- # data as a hash:
330
- #
331
- # {
332
- # creator_request_id: "CreatorRequestId", # required
333
- # name: "Name", # required
334
- # tags: [
335
- # {
336
- # key: "TagKey", # required
337
- # value: "TagValue", # required
338
- # },
339
- # ],
340
- # }
341
- #
342
272
  # @!attribute [rw] creator_request_id
343
273
  # A unique string defined by you to identify the request. This allows
344
274
  # you to retry failed requests without the risk of running the
@@ -380,22 +310,6 @@ module Aws::Route53Resolver
380
310
  include Aws::Structure
381
311
  end
382
312
 
383
- # @note When making an API call, you may pass CreateFirewallRuleRequest
384
- # data as a hash:
385
- #
386
- # {
387
- # creator_request_id: "CreatorRequestId", # required
388
- # firewall_rule_group_id: "ResourceId", # required
389
- # firewall_domain_list_id: "ResourceId", # required
390
- # priority: 1, # required
391
- # action: "ALLOW", # required, accepts ALLOW, BLOCK, ALERT
392
- # block_response: "NODATA", # accepts NODATA, NXDOMAIN, OVERRIDE
393
- # block_override_domain: "BlockOverrideDomain",
394
- # block_override_dns_type: "CNAME", # accepts CNAME
395
- # block_override_ttl: 1,
396
- # name: "Name", # required
397
- # }
398
- #
399
313
  # @!attribute [rw] creator_request_id
400
314
  # A unique string that identifies the request and that allows you to
401
315
  # retry failed requests without the risk of running the operation
@@ -516,28 +430,6 @@ module Aws::Route53Resolver
516
430
  include Aws::Structure
517
431
  end
518
432
 
519
- # @note When making an API call, you may pass CreateResolverEndpointRequest
520
- # data as a hash:
521
- #
522
- # {
523
- # creator_request_id: "CreatorRequestId", # required
524
- # name: "Name",
525
- # security_group_ids: ["ResourceId"], # required
526
- # direction: "INBOUND", # required, accepts INBOUND, OUTBOUND
527
- # ip_addresses: [ # required
528
- # {
529
- # subnet_id: "SubnetId", # required
530
- # ip: "Ip",
531
- # },
532
- # ],
533
- # tags: [
534
- # {
535
- # key: "TagKey", # required
536
- # value: "TagValue", # required
537
- # },
538
- # ],
539
- # }
540
- #
541
433
  # @!attribute [rw] creator_request_id
542
434
  # A unique string that identifies the request and that allows failed
543
435
  # requests to be retried without the risk of running the operation
@@ -581,6 +473,13 @@ module Aws::Route53Resolver
581
473
  # the endpoint.
582
474
  # @return [Array<Types::Tag>]
583
475
  #
476
+ # @!attribute [rw] resolver_endpoint_type
477
+ # For the endpoint type you can choose either IPv4, IPv6. or
478
+ # dual-stack. A dual-stack endpoint means that it will resolve via
479
+ # both IPv4 and IPv6. This endpoint type is applied to all IP
480
+ # addresses.
481
+ # @return [String]
482
+ #
584
483
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverEndpointRequest AWS API Documentation
585
484
  #
586
485
  class CreateResolverEndpointRequest < Struct.new(
@@ -589,7 +488,8 @@ module Aws::Route53Resolver
589
488
  :security_group_ids,
590
489
  :direction,
591
490
  :ip_addresses,
592
- :tags)
491
+ :tags,
492
+ :resolver_endpoint_type)
593
493
  SENSITIVE = []
594
494
  include Aws::Structure
595
495
  end
@@ -607,21 +507,6 @@ module Aws::Route53Resolver
607
507
  include Aws::Structure
608
508
  end
609
509
 
610
- # @note When making an API call, you may pass CreateResolverQueryLogConfigRequest
611
- # data as a hash:
612
- #
613
- # {
614
- # name: "ResolverQueryLogConfigName", # required
615
- # destination_arn: "DestinationArn", # required
616
- # creator_request_id: "CreatorRequestId", # required
617
- # tags: [
618
- # {
619
- # key: "TagKey", # required
620
- # value: "TagValue", # required
621
- # },
622
- # ],
623
- # }
624
- #
625
510
  # @!attribute [rw] name
626
511
  # The name that you want to give the query logging configuration.
627
512
  # @return [String]
@@ -688,29 +573,6 @@ module Aws::Route53Resolver
688
573
  include Aws::Structure
689
574
  end
690
575
 
691
- # @note When making an API call, you may pass CreateResolverRuleRequest
692
- # data as a hash:
693
- #
694
- # {
695
- # creator_request_id: "CreatorRequestId", # required
696
- # name: "Name",
697
- # rule_type: "FORWARD", # required, accepts FORWARD, SYSTEM, RECURSIVE
698
- # domain_name: "DomainName", # required
699
- # target_ips: [
700
- # {
701
- # ip: "Ip", # required
702
- # port: 1,
703
- # },
704
- # ],
705
- # resolver_endpoint_id: "ResourceId",
706
- # tags: [
707
- # {
708
- # key: "TagKey", # required
709
- # value: "TagValue", # required
710
- # },
711
- # ],
712
- # }
713
- #
714
576
  # @!attribute [rw] creator_request_id
715
577
  # A unique string that identifies the request and that allows failed
716
578
  # requests to be retried without the risk of running the operation
@@ -795,13 +657,6 @@ module Aws::Route53Resolver
795
657
  include Aws::Structure
796
658
  end
797
659
 
798
- # @note When making an API call, you may pass DeleteFirewallDomainListRequest
799
- # data as a hash:
800
- #
801
- # {
802
- # firewall_domain_list_id: "ResourceId", # required
803
- # }
804
- #
805
660
  # @!attribute [rw] firewall_domain_list_id
806
661
  # The ID of the domain list that you want to delete.
807
662
  # @return [String]
@@ -826,13 +681,6 @@ module Aws::Route53Resolver
826
681
  include Aws::Structure
827
682
  end
828
683
 
829
- # @note When making an API call, you may pass DeleteFirewallRuleGroupRequest
830
- # data as a hash:
831
- #
832
- # {
833
- # firewall_rule_group_id: "ResourceId", # required
834
- # }
835
- #
836
684
  # @!attribute [rw] firewall_rule_group_id
837
685
  # The unique identifier of the firewall rule group that you want to
838
686
  # delete.
@@ -858,14 +706,6 @@ module Aws::Route53Resolver
858
706
  include Aws::Structure
859
707
  end
860
708
 
861
- # @note When making an API call, you may pass DeleteFirewallRuleRequest
862
- # data as a hash:
863
- #
864
- # {
865
- # firewall_rule_group_id: "ResourceId", # required
866
- # firewall_domain_list_id: "ResourceId", # required
867
- # }
868
- #
869
709
  # @!attribute [rw] firewall_rule_group_id
870
710
  # The unique identifier of the firewall rule group that you want to
871
711
  # delete the rule from.
@@ -896,13 +736,6 @@ module Aws::Route53Resolver
896
736
  include Aws::Structure
897
737
  end
898
738
 
899
- # @note When making an API call, you may pass DeleteResolverEndpointRequest
900
- # data as a hash:
901
- #
902
- # {
903
- # resolver_endpoint_id: "ResourceId", # required
904
- # }
905
- #
906
739
  # @!attribute [rw] resolver_endpoint_id
907
740
  # The ID of the Resolver endpoint that you want to delete.
908
741
  # @return [String]
@@ -928,13 +761,6 @@ module Aws::Route53Resolver
928
761
  include Aws::Structure
929
762
  end
930
763
 
931
- # @note When making an API call, you may pass DeleteResolverQueryLogConfigRequest
932
- # data as a hash:
933
- #
934
- # {
935
- # resolver_query_log_config_id: "ResourceId", # required
936
- # }
937
- #
938
764
  # @!attribute [rw] resolver_query_log_config_id
939
765
  # The ID of the query logging configuration that you want to delete.
940
766
  # @return [String]
@@ -960,13 +786,6 @@ module Aws::Route53Resolver
960
786
  include Aws::Structure
961
787
  end
962
788
 
963
- # @note When making an API call, you may pass DeleteResolverRuleRequest
964
- # data as a hash:
965
- #
966
- # {
967
- # resolver_rule_id: "ResourceId", # required
968
- # }
969
- #
970
789
  # @!attribute [rw] resolver_rule_id
971
790
  # The ID of the Resolver rule that you want to delete.
972
791
  # @return [String]
@@ -992,13 +811,6 @@ module Aws::Route53Resolver
992
811
  include Aws::Structure
993
812
  end
994
813
 
995
- # @note When making an API call, you may pass DisassociateFirewallRuleGroupRequest
996
- # data as a hash:
997
- #
998
- # {
999
- # firewall_rule_group_association_id: "ResourceId", # required
1000
- # }
1001
- #
1002
814
  # @!attribute [rw] firewall_rule_group_association_id
1003
815
  # The identifier of the FirewallRuleGroupAssociation.
1004
816
  # @return [String]
@@ -1023,18 +835,6 @@ module Aws::Route53Resolver
1023
835
  include Aws::Structure
1024
836
  end
1025
837
 
1026
- # @note When making an API call, you may pass DisassociateResolverEndpointIpAddressRequest
1027
- # data as a hash:
1028
- #
1029
- # {
1030
- # resolver_endpoint_id: "ResourceId", # required
1031
- # ip_address: { # required
1032
- # ip_id: "ResourceId",
1033
- # subnet_id: "SubnetId",
1034
- # ip: "Ip",
1035
- # },
1036
- # }
1037
- #
1038
838
  # @!attribute [rw] resolver_endpoint_id
1039
839
  # The ID of the Resolver endpoint that you want to disassociate an IP
1040
840
  # address from.
@@ -1065,14 +865,6 @@ module Aws::Route53Resolver
1065
865
  include Aws::Structure
1066
866
  end
1067
867
 
1068
- # @note When making an API call, you may pass DisassociateResolverQueryLogConfigRequest
1069
- # data as a hash:
1070
- #
1071
- # {
1072
- # resolver_query_log_config_id: "ResourceId", # required
1073
- # resource_id: "ResourceId", # required
1074
- # }
1075
- #
1076
868
  # @!attribute [rw] resolver_query_log_config_id
1077
869
  # The ID of the query logging configuration that you want to
1078
870
  # disassociate a specified VPC from.
@@ -1105,14 +897,6 @@ module Aws::Route53Resolver
1105
897
  include Aws::Structure
1106
898
  end
1107
899
 
1108
- # @note When making an API call, you may pass DisassociateResolverRuleRequest
1109
- # data as a hash:
1110
- #
1111
- # {
1112
- # vpc_id: "ResourceId", # required
1113
- # resolver_rule_id: "ResourceId", # required
1114
- # }
1115
- #
1116
900
  # @!attribute [rw] vpc_id
1117
901
  # The ID of the VPC that you want to disassociate the Resolver rule
1118
902
  # from.
@@ -1166,14 +950,6 @@ module Aws::Route53Resolver
1166
950
  # [5]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html
1167
951
  # [6]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverDnssecConfigs.html
1168
952
  #
1169
- # @note When making an API call, you may pass Filter
1170
- # data as a hash:
1171
- #
1172
- # {
1173
- # name: "FilterName",
1174
- # values: ["FilterValue"],
1175
- # }
1176
- #
1177
953
  # @!attribute [rw] name
1178
954
  # The name of the parameter that you want to use to filter objects.
1179
955
  #
@@ -1857,13 +1633,6 @@ module Aws::Route53Resolver
1857
1633
  include Aws::Structure
1858
1634
  end
1859
1635
 
1860
- # @note When making an API call, you may pass GetFirewallConfigRequest
1861
- # data as a hash:
1862
- #
1863
- # {
1864
- # resource_id: "ResourceId", # required
1865
- # }
1866
- #
1867
1636
  # @!attribute [rw] resource_id
1868
1637
  # The ID of the VPC from Amazon VPC that the configuration is for.
1869
1638
  # @return [String]
@@ -1889,13 +1658,6 @@ module Aws::Route53Resolver
1889
1658
  include Aws::Structure
1890
1659
  end
1891
1660
 
1892
- # @note When making an API call, you may pass GetFirewallDomainListRequest
1893
- # data as a hash:
1894
- #
1895
- # {
1896
- # firewall_domain_list_id: "ResourceId", # required
1897
- # }
1898
- #
1899
1661
  # @!attribute [rw] firewall_domain_list_id
1900
1662
  # The ID of the domain list.
1901
1663
  # @return [String]
@@ -1920,13 +1682,6 @@ module Aws::Route53Resolver
1920
1682
  include Aws::Structure
1921
1683
  end
1922
1684
 
1923
- # @note When making an API call, you may pass GetFirewallRuleGroupAssociationRequest
1924
- # data as a hash:
1925
- #
1926
- # {
1927
- # firewall_rule_group_association_id: "ResourceId", # required
1928
- # }
1929
- #
1930
1685
  # @!attribute [rw] firewall_rule_group_association_id
1931
1686
  # The identifier of the FirewallRuleGroupAssociation.
1932
1687
  # @return [String]
@@ -1951,13 +1706,6 @@ module Aws::Route53Resolver
1951
1706
  include Aws::Structure
1952
1707
  end
1953
1708
 
1954
- # @note When making an API call, you may pass GetFirewallRuleGroupPolicyRequest
1955
- # data as a hash:
1956
- #
1957
- # {
1958
- # arn: "Arn", # required
1959
- # }
1960
- #
1961
1709
  # @!attribute [rw] arn
1962
1710
  # The ARN (Amazon Resource Name) for the rule group.
1963
1711
  # @return [String]
@@ -1984,13 +1732,6 @@ module Aws::Route53Resolver
1984
1732
  include Aws::Structure
1985
1733
  end
1986
1734
 
1987
- # @note When making an API call, you may pass GetFirewallRuleGroupRequest
1988
- # data as a hash:
1989
- #
1990
- # {
1991
- # firewall_rule_group_id: "ResourceId", # required
1992
- # }
1993
- #
1994
1735
  # @!attribute [rw] firewall_rule_group_id
1995
1736
  # The unique identifier of the firewall rule group.
1996
1737
  # @return [String]
@@ -2015,13 +1756,6 @@ module Aws::Route53Resolver
2015
1756
  include Aws::Structure
2016
1757
  end
2017
1758
 
2018
- # @note When making an API call, you may pass GetResolverConfigRequest
2019
- # data as a hash:
2020
- #
2021
- # {
2022
- # resource_id: "ResourceId", # required
2023
- # }
2024
- #
2025
1759
  # @!attribute [rw] resource_id
2026
1760
  # Resource ID of the Amazon VPC that you want to get information
2027
1761
  # about.
@@ -2036,7 +1770,7 @@ module Aws::Route53Resolver
2036
1770
  end
2037
1771
 
2038
1772
  # @!attribute [rw] resolver_config
2039
- # Information about the behavior configuration of Route 53 Resolver
1773
+ # Information about the behavior configuration of Route 53 Resolver
2040
1774
  # behavior for the VPC you specified in the `GetResolverConfig`
2041
1775
  # request.
2042
1776
  # @return [Types::ResolverConfig]
@@ -2049,13 +1783,6 @@ module Aws::Route53Resolver
2049
1783
  include Aws::Structure
2050
1784
  end
2051
1785
 
2052
- # @note When making an API call, you may pass GetResolverDnssecConfigRequest
2053
- # data as a hash:
2054
- #
2055
- # {
2056
- # resource_id: "ResourceId", # required
2057
- # }
2058
- #
2059
1786
  # @!attribute [rw] resource_id
2060
1787
  # The ID of the virtual private cloud (VPC) for the DNSSEC validation
2061
1788
  # status.
@@ -2081,13 +1808,6 @@ module Aws::Route53Resolver
2081
1808
  include Aws::Structure
2082
1809
  end
2083
1810
 
2084
- # @note When making an API call, you may pass GetResolverEndpointRequest
2085
- # data as a hash:
2086
- #
2087
- # {
2088
- # resolver_endpoint_id: "ResourceId", # required
2089
- # }
2090
- #
2091
1811
  # @!attribute [rw] resolver_endpoint_id
2092
1812
  # The ID of the Resolver endpoint that you want to get information
2093
1813
  # about.
@@ -2114,13 +1834,6 @@ module Aws::Route53Resolver
2114
1834
  include Aws::Structure
2115
1835
  end
2116
1836
 
2117
- # @note When making an API call, you may pass GetResolverQueryLogConfigAssociationRequest
2118
- # data as a hash:
2119
- #
2120
- # {
2121
- # resolver_query_log_config_association_id: "ResourceId", # required
2122
- # }
2123
- #
2124
1837
  # @!attribute [rw] resolver_query_log_config_association_id
2125
1838
  # The ID of the Resolver query logging configuration association that
2126
1839
  # you want to get information about.
@@ -2148,13 +1861,6 @@ module Aws::Route53Resolver
2148
1861
  include Aws::Structure
2149
1862
  end
2150
1863
 
2151
- # @note When making an API call, you may pass GetResolverQueryLogConfigPolicyRequest
2152
- # data as a hash:
2153
- #
2154
- # {
2155
- # arn: "Arn", # required
2156
- # }
2157
- #
2158
1864
  # @!attribute [rw] arn
2159
1865
  # The ARN of the query logging configuration that you want to get the
2160
1866
  # query logging policy for.
@@ -2182,13 +1888,6 @@ module Aws::Route53Resolver
2182
1888
  include Aws::Structure
2183
1889
  end
2184
1890
 
2185
- # @note When making an API call, you may pass GetResolverQueryLogConfigRequest
2186
- # data as a hash:
2187
- #
2188
- # {
2189
- # resolver_query_log_config_id: "ResourceId", # required
2190
- # }
2191
- #
2192
1891
  # @!attribute [rw] resolver_query_log_config_id
2193
1892
  # The ID of the Resolver query logging configuration that you want to
2194
1893
  # get information about.
@@ -2215,13 +1914,6 @@ module Aws::Route53Resolver
2215
1914
  include Aws::Structure
2216
1915
  end
2217
1916
 
2218
- # @note When making an API call, you may pass GetResolverRuleAssociationRequest
2219
- # data as a hash:
2220
- #
2221
- # {
2222
- # resolver_rule_association_id: "ResourceId", # required
2223
- # }
2224
- #
2225
1917
  # @!attribute [rw] resolver_rule_association_id
2226
1918
  # The ID of the Resolver rule association that you want to get
2227
1919
  # information about.
@@ -2248,13 +1940,6 @@ module Aws::Route53Resolver
2248
1940
  include Aws::Structure
2249
1941
  end
2250
1942
 
2251
- # @note When making an API call, you may pass GetResolverRulePolicyRequest
2252
- # data as a hash:
2253
- #
2254
- # {
2255
- # arn: "Arn", # required
2256
- # }
2257
- #
2258
1943
  # @!attribute [rw] arn
2259
1944
  # The ID of the Resolver rule that you want to get the Resolver rule
2260
1945
  # policy for.
@@ -2281,13 +1966,6 @@ module Aws::Route53Resolver
2281
1966
  include Aws::Structure
2282
1967
  end
2283
1968
 
2284
- # @note When making an API call, you may pass GetResolverRuleRequest
2285
- # data as a hash:
2286
- #
2287
- # {
2288
- # resolver_rule_id: "ResourceId", # required
2289
- # }
2290
- #
2291
1969
  # @!attribute [rw] resolver_rule_id
2292
1970
  # The ID of the Resolver rule that you want to get information about.
2293
1971
  # @return [String]
@@ -2313,15 +1991,6 @@ module Aws::Route53Resolver
2313
1991
  include Aws::Structure
2314
1992
  end
2315
1993
 
2316
- # @note When making an API call, you may pass ImportFirewallDomainsRequest
2317
- # data as a hash:
2318
- #
2319
- # {
2320
- # firewall_domain_list_id: "ResourceId", # required
2321
- # operation: "REPLACE", # required, accepts REPLACE
2322
- # domain_file_url: "DomainListFileUrl", # required
2323
- # }
2324
- #
2325
1994
  # @!attribute [rw] firewall_domain_list_id
2326
1995
  # The ID of the domain list that you want to modify with the import
2327
1996
  # operation.
@@ -2362,6 +2031,7 @@ module Aws::Route53Resolver
2362
2031
  # @return [String]
2363
2032
  #
2364
2033
  # @!attribute [rw] status
2034
+ # Status of the import request.
2365
2035
  # @return [String]
2366
2036
  #
2367
2037
  # @!attribute [rw] status_message
@@ -2473,27 +2143,24 @@ module Aws::Route53Resolver
2473
2143
  #
2474
2144
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html
2475
2145
  #
2476
- # @note When making an API call, you may pass IpAddressRequest
2477
- # data as a hash:
2478
- #
2479
- # {
2480
- # subnet_id: "SubnetId", # required
2481
- # ip: "Ip",
2482
- # }
2483
- #
2484
2146
  # @!attribute [rw] subnet_id
2485
2147
  # The ID of the subnet that contains the IP address.
2486
2148
  # @return [String]
2487
2149
  #
2488
2150
  # @!attribute [rw] ip
2489
- # The IP address that you want to use for DNS queries.
2151
+ # The IPv4 address that you want to use for DNS queries.
2152
+ # @return [String]
2153
+ #
2154
+ # @!attribute [rw] ipv_6
2155
+ # The IPv6 address that you want to use for DNS queries.
2490
2156
  # @return [String]
2491
2157
  #
2492
2158
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/IpAddressRequest AWS API Documentation
2493
2159
  #
2494
2160
  class IpAddressRequest < Struct.new(
2495
2161
  :subnet_id,
2496
- :ip)
2162
+ :ip,
2163
+ :ipv_6)
2497
2164
  SENSITIVE = []
2498
2165
  include Aws::Structure
2499
2166
  end
@@ -2515,7 +2182,11 @@ module Aws::Route53Resolver
2515
2182
  # @return [String]
2516
2183
  #
2517
2184
  # @!attribute [rw] ip
2518
- # One IP address that the Resolver endpoint uses for DNS queries.
2185
+ # One IPv4 address that the Resolver endpoint uses for DNS queries.
2186
+ # @return [String]
2187
+ #
2188
+ # @!attribute [rw] ipv_6
2189
+ # One IPv6 address that the Resolver endpoint uses for DNS queries.
2519
2190
  # @return [String]
2520
2191
  #
2521
2192
  # @!attribute [rw] status
@@ -2543,6 +2214,7 @@ module Aws::Route53Resolver
2543
2214
  :ip_id,
2544
2215
  :subnet_id,
2545
2216
  :ip,
2217
+ :ipv_6,
2546
2218
  :status,
2547
2219
  :status_message,
2548
2220
  :creation_time,
@@ -2558,15 +2230,6 @@ module Aws::Route53Resolver
2558
2230
  #
2559
2231
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html
2560
2232
  #
2561
- # @note When making an API call, you may pass IpAddressUpdate
2562
- # data as a hash:
2563
- #
2564
- # {
2565
- # ip_id: "ResourceId",
2566
- # subnet_id: "SubnetId",
2567
- # ip: "Ip",
2568
- # }
2569
- #
2570
2233
  # @!attribute [rw] ip_id
2571
2234
  # *Only when removing an IP address from a Resolver endpoint*\: The ID
2572
2235
  # of the IP address that you want to remove. To get this ID, use
@@ -2587,7 +2250,11 @@ module Aws::Route53Resolver
2587
2250
  # @return [String]
2588
2251
  #
2589
2252
  # @!attribute [rw] ip
2590
- # The new IP address.
2253
+ # The new IPv4 address.
2254
+ # @return [String]
2255
+ #
2256
+ # @!attribute [rw] ipv_6
2257
+ # The new IPv6 address.
2591
2258
  # @return [String]
2592
2259
  #
2593
2260
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/IpAddressUpdate AWS API Documentation
@@ -2595,7 +2262,8 @@ module Aws::Route53Resolver
2595
2262
  class IpAddressUpdate < Struct.new(
2596
2263
  :ip_id,
2597
2264
  :subnet_id,
2598
- :ip)
2265
+ :ip,
2266
+ :ipv_6)
2599
2267
  SENSITIVE = []
2600
2268
  include Aws::Structure
2601
2269
  end
@@ -2619,14 +2287,6 @@ module Aws::Route53Resolver
2619
2287
  include Aws::Structure
2620
2288
  end
2621
2289
 
2622
- # @note When making an API call, you may pass ListFirewallConfigsRequest
2623
- # data as a hash:
2624
- #
2625
- # {
2626
- # max_results: 1,
2627
- # next_token: "NextToken",
2628
- # }
2629
- #
2630
2290
  # @!attribute [rw] max_results
2631
2291
  # The maximum number of objects that you want Resolver to return for
2632
2292
  # this request. If more objects are available, in the response,
@@ -2676,14 +2336,6 @@ module Aws::Route53Resolver
2676
2336
  include Aws::Structure
2677
2337
  end
2678
2338
 
2679
- # @note When making an API call, you may pass ListFirewallDomainListsRequest
2680
- # data as a hash:
2681
- #
2682
- # {
2683
- # max_results: 1,
2684
- # next_token: "NextToken",
2685
- # }
2686
- #
2687
2339
  # @!attribute [rw] max_results
2688
2340
  # The maximum number of objects that you want Resolver to return for
2689
2341
  # this request. If more objects are available, in the response,
@@ -2735,15 +2387,6 @@ module Aws::Route53Resolver
2735
2387
  include Aws::Structure
2736
2388
  end
2737
2389
 
2738
- # @note When making an API call, you may pass ListFirewallDomainsRequest
2739
- # data as a hash:
2740
- #
2741
- # {
2742
- # firewall_domain_list_id: "ResourceId", # required
2743
- # max_results: 1,
2744
- # next_token: "NextToken",
2745
- # }
2746
- #
2747
2390
  # @!attribute [rw] firewall_domain_list_id
2748
2391
  # The ID of the domain list whose domains you want to retrieve.
2749
2392
  # @return [String]
@@ -2800,18 +2443,6 @@ module Aws::Route53Resolver
2800
2443
  include Aws::Structure
2801
2444
  end
2802
2445
 
2803
- # @note When making an API call, you may pass ListFirewallRuleGroupAssociationsRequest
2804
- # data as a hash:
2805
- #
2806
- # {
2807
- # firewall_rule_group_id: "ResourceId",
2808
- # vpc_id: "ResourceId",
2809
- # priority: 1,
2810
- # status: "COMPLETE", # accepts COMPLETE, DELETING, UPDATING
2811
- # max_results: 1,
2812
- # next_token: "NextToken",
2813
- # }
2814
- #
2815
2446
  # @!attribute [rw] firewall_rule_group_id
2816
2447
  # The unique identifier of the firewall rule group that you want to
2817
2448
  # retrieve the associations for. Leave this blank to retrieve
@@ -2892,14 +2523,6 @@ module Aws::Route53Resolver
2892
2523
  include Aws::Structure
2893
2524
  end
2894
2525
 
2895
- # @note When making an API call, you may pass ListFirewallRuleGroupsRequest
2896
- # data as a hash:
2897
- #
2898
- # {
2899
- # max_results: 1,
2900
- # next_token: "NextToken",
2901
- # }
2902
- #
2903
2526
  # @!attribute [rw] max_results
2904
2527
  # The maximum number of objects that you want Resolver to return for
2905
2528
  # this request. If more objects are available, in the response,
@@ -2951,17 +2574,6 @@ module Aws::Route53Resolver
2951
2574
  include Aws::Structure
2952
2575
  end
2953
2576
 
2954
- # @note When making an API call, you may pass ListFirewallRulesRequest
2955
- # data as a hash:
2956
- #
2957
- # {
2958
- # firewall_rule_group_id: "ResourceId", # required
2959
- # priority: 1,
2960
- # action: "ALLOW", # accepts ALLOW, BLOCK, ALERT
2961
- # max_results: 1,
2962
- # next_token: "NextToken",
2963
- # }
2964
- #
2965
2577
  # @!attribute [rw] firewall_rule_group_id
2966
2578
  # The unique identifier of the firewall rule group that you want to
2967
2579
  # retrieve the rules for.
@@ -3045,14 +2657,6 @@ module Aws::Route53Resolver
3045
2657
  include Aws::Structure
3046
2658
  end
3047
2659
 
3048
- # @note When making an API call, you may pass ListResolverConfigsRequest
3049
- # data as a hash:
3050
- #
3051
- # {
3052
- # max_results: 1,
3053
- # next_token: "NextToken",
3054
- # }
3055
- #
3056
2660
  # @!attribute [rw] max_results
3057
2661
  # The maximum number of Resolver configurations that you want to
3058
2662
  # return in the response to a `ListResolverConfigs` request. If you
@@ -3089,7 +2693,7 @@ module Aws::Route53Resolver
3089
2693
  # If a response doesn't include the last of the configurations, you
3090
2694
  # can get more configurations by submitting another
3091
2695
  # `ListResolverConfigs` request. Get the value of `NextToken` that
3092
- # Amazon Route 53 returned in the previous response and include it in
2696
+ # Amazon Route 53 returned in the previous response and include it in
3093
2697
  # `NextToken` in the next request.
3094
2698
  # @return [String]
3095
2699
  #
@@ -3108,20 +2712,6 @@ module Aws::Route53Resolver
3108
2712
  include Aws::Structure
3109
2713
  end
3110
2714
 
3111
- # @note When making an API call, you may pass ListResolverDnssecConfigsRequest
3112
- # data as a hash:
3113
- #
3114
- # {
3115
- # max_results: 1,
3116
- # next_token: "NextToken",
3117
- # filters: [
3118
- # {
3119
- # name: "FilterName",
3120
- # values: ["FilterValue"],
3121
- # },
3122
- # ],
3123
- # }
3124
- #
3125
2715
  # @!attribute [rw] max_results
3126
2716
  # *Optional*\: An integer that specifies the maximum number of DNSSEC
3127
2717
  # configuration results that you want Amazon Route 53 to return. If
@@ -3190,15 +2780,6 @@ module Aws::Route53Resolver
3190
2780
  include Aws::Structure
3191
2781
  end
3192
2782
 
3193
- # @note When making an API call, you may pass ListResolverEndpointIpAddressesRequest
3194
- # data as a hash:
3195
- #
3196
- # {
3197
- # resolver_endpoint_id: "ResourceId", # required
3198
- # max_results: 1,
3199
- # next_token: "NextToken",
3200
- # }
3201
- #
3202
2783
  # @!attribute [rw] resolver_endpoint_id
3203
2784
  # The ID of the Resolver endpoint that you want to get IP addresses
3204
2785
  # for.
@@ -3258,20 +2839,6 @@ module Aws::Route53Resolver
3258
2839
  include Aws::Structure
3259
2840
  end
3260
2841
 
3261
- # @note When making an API call, you may pass ListResolverEndpointsRequest
3262
- # data as a hash:
3263
- #
3264
- # {
3265
- # max_results: 1,
3266
- # next_token: "NextToken",
3267
- # filters: [
3268
- # {
3269
- # name: "FilterName",
3270
- # values: ["FilterValue"],
3271
- # },
3272
- # ],
3273
- # }
3274
- #
3275
2842
  # @!attribute [rw] max_results
3276
2843
  # The maximum number of Resolver endpoints that you want to return in
3277
2844
  # the response to a `ListResolverEndpoints` request. If you don't
@@ -3335,22 +2902,6 @@ module Aws::Route53Resolver
3335
2902
  include Aws::Structure
3336
2903
  end
3337
2904
 
3338
- # @note When making an API call, you may pass ListResolverQueryLogConfigAssociationsRequest
3339
- # data as a hash:
3340
- #
3341
- # {
3342
- # max_results: 1,
3343
- # next_token: "NextToken",
3344
- # filters: [
3345
- # {
3346
- # name: "FilterName",
3347
- # values: ["FilterValue"],
3348
- # },
3349
- # ],
3350
- # sort_by: "SortByKey",
3351
- # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
3352
- # }
3353
- #
3354
2905
  # @!attribute [rw] max_results
3355
2906
  # The maximum number of query logging associations that you want to
3356
2907
  # return in the response to a `ListResolverQueryLogConfigAssociations`
@@ -3502,22 +3053,6 @@ module Aws::Route53Resolver
3502
3053
  include Aws::Structure
3503
3054
  end
3504
3055
 
3505
- # @note When making an API call, you may pass ListResolverQueryLogConfigsRequest
3506
- # data as a hash:
3507
- #
3508
- # {
3509
- # max_results: 1,
3510
- # next_token: "NextToken",
3511
- # filters: [
3512
- # {
3513
- # name: "FilterName",
3514
- # values: ["FilterValue"],
3515
- # },
3516
- # ],
3517
- # sort_by: "SortByKey",
3518
- # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
3519
- # }
3520
- #
3521
3056
  # @!attribute [rw] max_results
3522
3057
  # The maximum number of query logging configurations that you want to
3523
3058
  # return in the response to a `ListResolverQueryLogConfigs` request.
@@ -3670,20 +3205,6 @@ module Aws::Route53Resolver
3670
3205
  include Aws::Structure
3671
3206
  end
3672
3207
 
3673
- # @note When making an API call, you may pass ListResolverRuleAssociationsRequest
3674
- # data as a hash:
3675
- #
3676
- # {
3677
- # max_results: 1,
3678
- # next_token: "NextToken",
3679
- # filters: [
3680
- # {
3681
- # name: "FilterName",
3682
- # values: ["FilterValue"],
3683
- # },
3684
- # ],
3685
- # }
3686
- #
3687
3208
  # @!attribute [rw] max_results
3688
3209
  # The maximum number of rule associations that you want to return in
3689
3210
  # the response to a `ListResolverRuleAssociations` request. If you
@@ -3749,20 +3270,6 @@ module Aws::Route53Resolver
3749
3270
  include Aws::Structure
3750
3271
  end
3751
3272
 
3752
- # @note When making an API call, you may pass ListResolverRulesRequest
3753
- # data as a hash:
3754
- #
3755
- # {
3756
- # max_results: 1,
3757
- # next_token: "NextToken",
3758
- # filters: [
3759
- # {
3760
- # name: "FilterName",
3761
- # values: ["FilterValue"],
3762
- # },
3763
- # ],
3764
- # }
3765
- #
3766
3273
  # @!attribute [rw] max_results
3767
3274
  # The maximum number of Resolver rules that you want to return in the
3768
3275
  # response to a `ListResolverRules` request. If you don't specify a
@@ -3826,15 +3333,6 @@ module Aws::Route53Resolver
3826
3333
  include Aws::Structure
3827
3334
  end
3828
3335
 
3829
- # @note When making an API call, you may pass ListTagsForResourceRequest
3830
- # data as a hash:
3831
- #
3832
- # {
3833
- # resource_arn: "Arn", # required
3834
- # max_results: 1,
3835
- # next_token: "NextToken",
3836
- # }
3837
- #
3838
3336
  # @!attribute [rw] resource_arn
3839
3337
  # The Amazon Resource Name (ARN) for the resource that you want to
3840
3338
  # list tags for.
@@ -3886,14 +3384,6 @@ module Aws::Route53Resolver
3886
3384
  include Aws::Structure
3887
3385
  end
3888
3386
 
3889
- # @note When making an API call, you may pass PutFirewallRuleGroupPolicyRequest
3890
- # data as a hash:
3891
- #
3892
- # {
3893
- # arn: "Arn", # required
3894
- # firewall_rule_group_policy: "FirewallRuleGroupPolicy", # required
3895
- # }
3896
- #
3897
3387
  # @!attribute [rw] arn
3898
3388
  # The ARN (Amazon Resource Name) for the rule group that you want to
3899
3389
  # share.
@@ -3924,14 +3414,6 @@ module Aws::Route53Resolver
3924
3414
  include Aws::Structure
3925
3415
  end
3926
3416
 
3927
- # @note When making an API call, you may pass PutResolverQueryLogConfigPolicyRequest
3928
- # data as a hash:
3929
- #
3930
- # {
3931
- # arn: "Arn", # required
3932
- # resolver_query_log_config_policy: "ResolverQueryLogConfigPolicy", # required
3933
- # }
3934
- #
3935
3417
  # @!attribute [rw] arn
3936
3418
  # The Amazon Resource Name (ARN) of the account that you want to share
3937
3419
  # rules with.
@@ -3981,14 +3463,6 @@ module Aws::Route53Resolver
3981
3463
  include Aws::Structure
3982
3464
  end
3983
3465
 
3984
- # @note When making an API call, you may pass PutResolverRulePolicyRequest
3985
- # data as a hash:
3986
- #
3987
- # {
3988
- # arn: "Arn", # required
3989
- # resolver_rule_policy: "ResolverRulePolicy", # required
3990
- # }
3991
- #
3992
3466
  # @!attribute [rw] arn
3993
3467
  # The Amazon Resource Name (ARN) of the rule that you want to share
3994
3468
  # with another account.
@@ -4060,9 +3534,6 @@ module Aws::Route53Resolver
4060
3534
  # rules for reverse DNS lookups. This is enabled by default. The
4061
3535
  # status can be one of following:
4062
3536
  #
4063
- # Status of the rules generated by VPCs based on CIDR/Region for
4064
- # reverse DNS resolution. The status can be one of following:
4065
- #
4066
3537
  # * **ENABLING:** Autodefined rules for reverse DNS lookups are being
4067
3538
  # enabled but are not complete.
4068
3539
  #
@@ -4131,18 +3602,17 @@ module Aws::Route53Resolver
4131
3602
  end
4132
3603
 
4133
3604
  # In the response to a [CreateResolverEndpoint][1],
4134
- # [DeleteResolverEndpoint][2], [GetResolverEndpoint][3],
4135
- # [ListResolverEndpoints][4], or [UpdateResolverEndpoint][5] request, a
4136
- # complex type that contains settings for an existing inbound or
4137
- # outbound Resolver endpoint.
3605
+ # [DeleteResolverEndpoint][2], [GetResolverEndpoint][3], Updates the
3606
+ # name, or ResolverEndpointType for an endpoint, or
3607
+ # [UpdateResolverEndpoint][4] request, a complex type that contains
3608
+ # settings for an existing inbound or outbound Resolver endpoint.
4138
3609
  #
4139
3610
  #
4140
3611
  #
4141
3612
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html
4142
3613
  # [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverEndpoint.html
4143
3614
  # [3]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html
4144
- # [4]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html
4145
- # [5]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html
3615
+ # [4]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html
4146
3616
  #
4147
3617
  # @!attribute [rw] id
4148
3618
  # The ID of the Resolver endpoint.
@@ -4252,6 +3722,10 @@ module Aws::Route53Resolver
4252
3722
  # format and Coordinated Universal Time (UTC).
4253
3723
  # @return [String]
4254
3724
  #
3725
+ # @!attribute [rw] resolver_endpoint_type
3726
+ # The Resolver endpoint IP address type.
3727
+ # @return [String]
3728
+ #
4255
3729
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ResolverEndpoint AWS API Documentation
4256
3730
  #
4257
3731
  class ResolverEndpoint < Struct.new(
@@ -4266,7 +3740,8 @@ module Aws::Route53Resolver
4266
3740
  :status,
4267
3741
  :status_message,
4268
3742
  :creation_time,
4269
- :modification_time)
3743
+ :modification_time,
3744
+ :resolver_endpoint_type)
4270
3745
  SENSITIVE = []
4271
3746
  include Aws::Structure
4272
3747
  end
@@ -4642,20 +4117,6 @@ module Aws::Route53Resolver
4642
4117
  #
4643
4118
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html
4644
4119
  #
4645
- # @note When making an API call, you may pass ResolverRuleConfig
4646
- # data as a hash:
4647
- #
4648
- # {
4649
- # name: "Name",
4650
- # target_ips: [
4651
- # {
4652
- # ip: "Ip", # required
4653
- # port: 1,
4654
- # },
4655
- # ],
4656
- # resolver_endpoint_id: "ResourceId",
4657
- # }
4658
- #
4659
4120
  # @!attribute [rw] name
4660
4121
  # The new name for the Resolver rule. The name that you specify
4661
4122
  # appears in the Resolver dashboard in the Route 53 console.
@@ -4761,14 +4222,6 @@ module Aws::Route53Resolver
4761
4222
  # One tag that you want to add to the specified resource. A tag consists
4762
4223
  # of a `Key` (a name for the tag) and a `Value`.
4763
4224
  #
4764
- # @note When making an API call, you may pass Tag
4765
- # data as a hash:
4766
- #
4767
- # {
4768
- # key: "TagKey", # required
4769
- # value: "TagValue", # required
4770
- # }
4771
- #
4772
4225
  # @!attribute [rw] key
4773
4226
  # The name for the tag. For example, if you want to associate Resolver
4774
4227
  # resources with the account IDs of your customers for billing
@@ -4790,19 +4243,6 @@ module Aws::Route53Resolver
4790
4243
  include Aws::Structure
4791
4244
  end
4792
4245
 
4793
- # @note When making an API call, you may pass TagResourceRequest
4794
- # data as a hash:
4795
- #
4796
- # {
4797
- # resource_arn: "Arn", # required
4798
- # tags: [ # required
4799
- # {
4800
- # key: "TagKey", # required
4801
- # value: "TagValue", # required
4802
- # },
4803
- # ],
4804
- # }
4805
- #
4806
4246
  # @!attribute [rw] resource_arn
4807
4247
  # The Amazon Resource Name (ARN) for the resource that you want to add
4808
4248
  # tags to. To get the ARN for a resource, use the applicable `Get` or
@@ -4854,28 +4294,24 @@ module Aws::Route53Resolver
4854
4294
  #
4855
4295
  # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html
4856
4296
  #
4857
- # @note When making an API call, you may pass TargetAddress
4858
- # data as a hash:
4859
- #
4860
- # {
4861
- # ip: "Ip", # required
4862
- # port: 1,
4863
- # }
4864
- #
4865
4297
  # @!attribute [rw] ip
4866
- # One IP address that you want to forward DNS queries to. You can
4867
- # specify only IPv4 addresses.
4298
+ # One IPv4 address that you want to forward DNS queries to.
4868
4299
  # @return [String]
4869
4300
  #
4870
4301
  # @!attribute [rw] port
4871
4302
  # The port at `Ip` that you want to forward DNS queries to.
4872
4303
  # @return [Integer]
4873
4304
  #
4305
+ # @!attribute [rw] ipv_6
4306
+ # One IPv6 address that you want to forward DNS queries to.
4307
+ # @return [String]
4308
+ #
4874
4309
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/TargetAddress AWS API Documentation
4875
4310
  #
4876
4311
  class TargetAddress < Struct.new(
4877
4312
  :ip,
4878
- :port)
4313
+ :port,
4314
+ :ipv_6)
4879
4315
  SENSITIVE = []
4880
4316
  include Aws::Structure
4881
4317
  end
@@ -4906,14 +4342,6 @@ module Aws::Route53Resolver
4906
4342
  include Aws::Structure
4907
4343
  end
4908
4344
 
4909
- # @note When making an API call, you may pass UntagResourceRequest
4910
- # data as a hash:
4911
- #
4912
- # {
4913
- # resource_arn: "Arn", # required
4914
- # tag_keys: ["TagKey"], # required
4915
- # }
4916
- #
4917
4345
  # @!attribute [rw] resource_arn
4918
4346
  # The Amazon Resource Name (ARN) for the resource that you want to
4919
4347
  # remove tags from. To get the ARN for a resource, use the applicable
@@ -4958,14 +4386,6 @@ module Aws::Route53Resolver
4958
4386
  #
4959
4387
  class UntagResourceResponse < Aws::EmptyStructure; end
4960
4388
 
4961
- # @note When making an API call, you may pass UpdateFirewallConfigRequest
4962
- # data as a hash:
4963
- #
4964
- # {
4965
- # resource_id: "ResourceId", # required
4966
- # firewall_fail_open: "ENABLED", # required, accepts ENABLED, DISABLED
4967
- # }
4968
- #
4969
4389
  # @!attribute [rw] resource_id
4970
4390
  # The ID of the VPC that the configuration is for.
4971
4391
  # @return [String]
@@ -5009,15 +4429,6 @@ module Aws::Route53Resolver
5009
4429
  include Aws::Structure
5010
4430
  end
5011
4431
 
5012
- # @note When making an API call, you may pass UpdateFirewallDomainsRequest
5013
- # data as a hash:
5014
- #
5015
- # {
5016
- # firewall_domain_list_id: "ResourceId", # required
5017
- # operation: "ADD", # required, accepts ADD, REMOVE, REPLACE
5018
- # domains: ["FirewallDomainName"], # required
5019
- # }
5020
- #
5021
4432
  # @!attribute [rw] firewall_domain_list_id
5022
4433
  # The ID of the domain list whose domains you want to update.
5023
4434
  # @return [String]
@@ -5039,6 +4450,8 @@ module Aws::Route53Resolver
5039
4450
  # @!attribute [rw] domains
5040
4451
  # A list of domains to use in the update operation.
5041
4452
  #
4453
+ # There is a limit of 1000 domains per request.
4454
+ #
5042
4455
  # Each domain specification in your domain list must satisfy the
5043
4456
  # following requirements:
5044
4457
  #
@@ -5070,6 +4483,7 @@ module Aws::Route53Resolver
5070
4483
  # @return [String]
5071
4484
  #
5072
4485
  # @!attribute [rw] status
4486
+ # Status of the `UpdateFirewallDomains` request.
5073
4487
  # @return [String]
5074
4488
  #
5075
4489
  # @!attribute [rw] status_message
@@ -5087,16 +4501,6 @@ module Aws::Route53Resolver
5087
4501
  include Aws::Structure
5088
4502
  end
5089
4503
 
5090
- # @note When making an API call, you may pass UpdateFirewallRuleGroupAssociationRequest
5091
- # data as a hash:
5092
- #
5093
- # {
5094
- # firewall_rule_group_association_id: "ResourceId", # required
5095
- # priority: 1,
5096
- # mutation_protection: "ENABLED", # accepts ENABLED, DISABLED
5097
- # name: "Name",
5098
- # }
5099
- #
5100
4504
  # @!attribute [rw] firewall_rule_group_association_id
5101
4505
  # The identifier of the FirewallRuleGroupAssociation.
5102
4506
  # @return [String]
@@ -5147,21 +4551,6 @@ module Aws::Route53Resolver
5147
4551
  include Aws::Structure
5148
4552
  end
5149
4553
 
5150
- # @note When making an API call, you may pass UpdateFirewallRuleRequest
5151
- # data as a hash:
5152
- #
5153
- # {
5154
- # firewall_rule_group_id: "ResourceId", # required
5155
- # firewall_domain_list_id: "ResourceId", # required
5156
- # priority: 1,
5157
- # action: "ALLOW", # accepts ALLOW, BLOCK, ALERT
5158
- # block_response: "NODATA", # accepts NODATA, NXDOMAIN, OVERRIDE
5159
- # block_override_domain: "BlockOverrideDomain",
5160
- # block_override_dns_type: "CNAME", # accepts CNAME
5161
- # block_override_ttl: 1,
5162
- # name: "Name",
5163
- # }
5164
- #
5165
4554
  # @!attribute [rw] firewall_rule_group_id
5166
4555
  # The unique identifier of the firewall rule group for the rule.
5167
4556
  # @return [String]
@@ -5259,14 +4648,30 @@ module Aws::Route53Resolver
5259
4648
  include Aws::Structure
5260
4649
  end
5261
4650
 
5262
- # @note When making an API call, you may pass UpdateResolverConfigRequest
5263
- # data as a hash:
4651
+ # Provides information about the IP address type in response to
4652
+ # [UpdateResolverEndpoint][1].
4653
+ #
4654
+ #
4655
+ #
4656
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html
4657
+ #
4658
+ # @!attribute [rw] ip_id
4659
+ # The ID of the IP address, specified by the `ResolverEndpointId`.
4660
+ # @return [String]
4661
+ #
4662
+ # @!attribute [rw] ipv_6
4663
+ # The IPv6 address that you want to use for DNS queries.
4664
+ # @return [String]
5264
4665
  #
5265
- # {
5266
- # resource_id: "ResourceId", # required
5267
- # autodefined_reverse_flag: "ENABLE", # required, accepts ENABLE, DISABLE
5268
- # }
4666
+ # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateIpAddress AWS API Documentation
5269
4667
  #
4668
+ class UpdateIpAddress < Struct.new(
4669
+ :ip_id,
4670
+ :ipv_6)
4671
+ SENSITIVE = []
4672
+ include Aws::Structure
4673
+ end
4674
+
5270
4675
  # @!attribute [rw] resource_id
5271
4676
  # Resource ID of the Amazon VPC that you want to update the Resolver
5272
4677
  # configuration for.
@@ -5278,6 +4683,12 @@ module Aws::Route53Resolver
5278
4683
  # option will also affect EC2-Classic instances using ClassicLink. For
5279
4684
  # more information, see [ClassicLink][1] in the *Amazon EC2 guide*.
5280
4685
  #
4686
+ # We are retiring EC2-Classic on August 15, 2022. We recommend that
4687
+ # you migrate from EC2-Classic to a VPC. For more information, see
4688
+ # [Migrate from EC2-Classic to a VPC][2] in the *Amazon EC2 guide* and
4689
+ # the blog [EC2-Classic Networking is Retiring – Here’s How to
4690
+ # Prepare][3].
4691
+ #
5281
4692
  # <note markdown="1"> It can take some time for the status change to be completed.
5282
4693
  #
5283
4694
  # </note>
@@ -5287,6 +4698,8 @@ module Aws::Route53Resolver
5287
4698
  #
5288
4699
  #
5289
4700
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
4701
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
4702
+ # [3]: http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/
5290
4703
  # @return [String]
5291
4704
  #
5292
4705
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverConfigRequest AWS API Documentation
@@ -5311,14 +4724,6 @@ module Aws::Route53Resolver
5311
4724
  include Aws::Structure
5312
4725
  end
5313
4726
 
5314
- # @note When making an API call, you may pass UpdateResolverDnssecConfigRequest
5315
- # data as a hash:
5316
- #
5317
- # {
5318
- # resource_id: "ResourceId", # required
5319
- # validation: "ENABLE", # required, accepts ENABLE, DISABLE
5320
- # }
5321
- #
5322
4727
  # @!attribute [rw] resource_id
5323
4728
  # The ID of the virtual private cloud (VPC) that you're updating the
5324
4729
  # DNSSEC validation status for.
@@ -5352,14 +4757,6 @@ module Aws::Route53Resolver
5352
4757
  include Aws::Structure
5353
4758
  end
5354
4759
 
5355
- # @note When making an API call, you may pass UpdateResolverEndpointRequest
5356
- # data as a hash:
5357
- #
5358
- # {
5359
- # resolver_endpoint_id: "ResourceId", # required
5360
- # name: "Name",
5361
- # }
5362
- #
5363
4760
  # @!attribute [rw] resolver_endpoint_id
5364
4761
  # The ID of the Resolver endpoint that you want to update.
5365
4762
  # @return [String]
@@ -5368,11 +4765,22 @@ module Aws::Route53Resolver
5368
4765
  # The name of the Resolver endpoint that you want to update.
5369
4766
  # @return [String]
5370
4767
  #
4768
+ # @!attribute [rw] resolver_endpoint_type
4769
+ # Specifies the endpoint type for what type of IP address the endpoint
4770
+ # uses to forward DNS queries.
4771
+ # @return [String]
4772
+ #
4773
+ # @!attribute [rw] update_ip_addresses
4774
+ # Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
4775
+ # @return [Array<Types::UpdateIpAddress>]
4776
+ #
5371
4777
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverEndpointRequest AWS API Documentation
5372
4778
  #
5373
4779
  class UpdateResolverEndpointRequest < Struct.new(
5374
4780
  :resolver_endpoint_id,
5375
- :name)
4781
+ :name,
4782
+ :resolver_endpoint_type,
4783
+ :update_ip_addresses)
5376
4784
  SENSITIVE = []
5377
4785
  include Aws::Structure
5378
4786
  end
@@ -5389,23 +4797,6 @@ module Aws::Route53Resolver
5389
4797
  include Aws::Structure
5390
4798
  end
5391
4799
 
5392
- # @note When making an API call, you may pass UpdateResolverRuleRequest
5393
- # data as a hash:
5394
- #
5395
- # {
5396
- # resolver_rule_id: "ResourceId", # required
5397
- # config: { # required
5398
- # name: "Name",
5399
- # target_ips: [
5400
- # {
5401
- # ip: "Ip", # required
5402
- # port: 1,
5403
- # },
5404
- # ],
5405
- # resolver_endpoint_id: "ResourceId",
5406
- # },
5407
- # }
5408
- #
5409
4800
  # @!attribute [rw] resolver_rule_id
5410
4801
  # The ID of the Resolver rule that you want to update.
5411
4802
  # @return [String]
@@ -5435,6 +4826,9 @@ module Aws::Route53Resolver
5435
4826
  include Aws::Structure
5436
4827
  end
5437
4828
 
4829
+ # You have provided an invalid command. Supported values are `ADD`,
4830
+ # `REMOVE`, or `REPLACE` a domain.
4831
+ #
5438
4832
  # @!attribute [rw] message
5439
4833
  # @return [String]
5440
4834
  #