aws-sdk-route53 1.38.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +1 -1
- data/lib/aws-sdk-route53/types.rb +185 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 195d273ed353c13ebff20f02d15595768c327835df4bac4c4673bd8f96773585
|
4
|
+
data.tar.gz: ad344a28d23c84d9398d04539b55f715d281c896b5260002a02ab7521a07fc89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce64576f720d8352572b752d866c7cfb93cf61f2b386da31376b3200f6ad9943aa20fcd573433ea025115433e57b6a7f34c6cc12e17ce27cb943bd68792cc154
|
7
|
+
data.tar.gz: 75a19531c0f37b03c8eca25ba513221797bb36bb23441fdd7825d63e1f8bd6a783bb09ce9e7b53a064642feea6a884aebfcb8ca28e36d19b95174d7e1ffe2094
|
data/lib/aws-sdk-route53.rb
CHANGED
@@ -5229,7 +5229,7 @@ module Aws::Route53
|
|
5229
5229
|
params: params,
|
5230
5230
|
config: config)
|
5231
5231
|
context[:gem_name] = 'aws-sdk-route53'
|
5232
|
-
context[:gem_version] = '1.
|
5232
|
+
context[:gem_version] = '1.39.0'
|
5233
5233
|
Seahorse::Client::Request.new(handlers, context)
|
5234
5234
|
end
|
5235
5235
|
|
@@ -48,6 +48,7 @@ module Aws::Route53
|
|
48
48
|
class AccountLimit < Struct.new(
|
49
49
|
:type,
|
50
50
|
:value)
|
51
|
+
SENSITIVE = []
|
51
52
|
include Aws::Structure
|
52
53
|
end
|
53
54
|
|
@@ -103,6 +104,7 @@ module Aws::Route53
|
|
103
104
|
class AlarmIdentifier < Struct.new(
|
104
105
|
:region,
|
105
106
|
:name)
|
107
|
+
SENSITIVE = []
|
106
108
|
include Aws::Structure
|
107
109
|
end
|
108
110
|
|
@@ -511,6 +513,7 @@ module Aws::Route53
|
|
511
513
|
:hosted_zone_id,
|
512
514
|
:dns_name,
|
513
515
|
:evaluate_target_health)
|
516
|
+
SENSITIVE = []
|
514
517
|
include Aws::Structure
|
515
518
|
end
|
516
519
|
|
@@ -552,6 +555,7 @@ module Aws::Route53
|
|
552
555
|
:hosted_zone_id,
|
553
556
|
:vpc,
|
554
557
|
:comment)
|
558
|
+
SENSITIVE = []
|
555
559
|
include Aws::Structure
|
556
560
|
end
|
557
561
|
|
@@ -566,6 +570,7 @@ module Aws::Route53
|
|
566
570
|
#
|
567
571
|
class AssociateVPCWithHostedZoneResponse < Struct.new(
|
568
572
|
:change_info)
|
573
|
+
SENSITIVE = []
|
569
574
|
include Aws::Structure
|
570
575
|
end
|
571
576
|
|
@@ -640,6 +645,7 @@ module Aws::Route53
|
|
640
645
|
class Change < Struct.new(
|
641
646
|
:action,
|
642
647
|
:resource_record_set)
|
648
|
+
SENSITIVE = []
|
643
649
|
include Aws::Structure
|
644
650
|
end
|
645
651
|
|
@@ -698,6 +704,7 @@ module Aws::Route53
|
|
698
704
|
class ChangeBatch < Struct.new(
|
699
705
|
:comment,
|
700
706
|
:changes)
|
707
|
+
SENSITIVE = []
|
701
708
|
include Aws::Structure
|
702
709
|
end
|
703
710
|
|
@@ -743,6 +750,7 @@ module Aws::Route53
|
|
743
750
|
:status,
|
744
751
|
:submitted_at,
|
745
752
|
:comment)
|
753
|
+
SENSITIVE = []
|
746
754
|
include Aws::Structure
|
747
755
|
end
|
748
756
|
|
@@ -806,6 +814,7 @@ module Aws::Route53
|
|
806
814
|
class ChangeResourceRecordSetsRequest < Struct.new(
|
807
815
|
:hosted_zone_id,
|
808
816
|
:change_batch)
|
817
|
+
SENSITIVE = []
|
809
818
|
include Aws::Structure
|
810
819
|
end
|
811
820
|
|
@@ -827,6 +836,7 @@ module Aws::Route53
|
|
827
836
|
#
|
828
837
|
class ChangeResourceRecordSetsResponse < Struct.new(
|
829
838
|
:change_info)
|
839
|
+
SENSITIVE = []
|
830
840
|
include Aws::Structure
|
831
841
|
end
|
832
842
|
|
@@ -882,6 +892,7 @@ module Aws::Route53
|
|
882
892
|
:resource_id,
|
883
893
|
:add_tags,
|
884
894
|
:remove_tag_keys)
|
895
|
+
SENSITIVE = []
|
885
896
|
include Aws::Structure
|
886
897
|
end
|
887
898
|
|
@@ -956,6 +967,7 @@ module Aws::Route53
|
|
956
967
|
:namespace,
|
957
968
|
:statistic,
|
958
969
|
:dimensions)
|
970
|
+
SENSITIVE = []
|
959
971
|
include Aws::Structure
|
960
972
|
end
|
961
973
|
|
@@ -970,6 +982,7 @@ module Aws::Route53
|
|
970
982
|
#
|
971
983
|
class ConcurrentModification < Struct.new(
|
972
984
|
:message)
|
985
|
+
SENSITIVE = []
|
973
986
|
include Aws::Structure
|
974
987
|
end
|
975
988
|
|
@@ -1004,6 +1017,7 @@ module Aws::Route53
|
|
1004
1017
|
#
|
1005
1018
|
class ConflictingDomainExists < Struct.new(
|
1006
1019
|
:message)
|
1020
|
+
SENSITIVE = []
|
1007
1021
|
include Aws::Structure
|
1008
1022
|
end
|
1009
1023
|
|
@@ -1020,6 +1034,7 @@ module Aws::Route53
|
|
1020
1034
|
#
|
1021
1035
|
class ConflictingTypes < Struct.new(
|
1022
1036
|
:message)
|
1037
|
+
SENSITIVE = []
|
1023
1038
|
include Aws::Structure
|
1024
1039
|
end
|
1025
1040
|
|
@@ -1087,6 +1102,7 @@ module Aws::Route53
|
|
1087
1102
|
class CreateHealthCheckRequest < Struct.new(
|
1088
1103
|
:caller_reference,
|
1089
1104
|
:health_check_config)
|
1105
|
+
SENSITIVE = []
|
1090
1106
|
include Aws::Structure
|
1091
1107
|
end
|
1092
1108
|
|
@@ -1107,6 +1123,7 @@ module Aws::Route53
|
|
1107
1123
|
class CreateHealthCheckResponse < Struct.new(
|
1108
1124
|
:health_check,
|
1109
1125
|
:location)
|
1126
|
+
SENSITIVE = []
|
1110
1127
|
include Aws::Structure
|
1111
1128
|
end
|
1112
1129
|
|
@@ -1197,6 +1214,7 @@ module Aws::Route53
|
|
1197
1214
|
:caller_reference,
|
1198
1215
|
:hosted_zone_config,
|
1199
1216
|
:delegation_set_id)
|
1217
|
+
SENSITIVE = []
|
1200
1218
|
include Aws::Structure
|
1201
1219
|
end
|
1202
1220
|
|
@@ -1234,6 +1252,7 @@ module Aws::Route53
|
|
1234
1252
|
:delegation_set,
|
1235
1253
|
:vpc,
|
1236
1254
|
:location)
|
1255
|
+
SENSITIVE = []
|
1237
1256
|
include Aws::Structure
|
1238
1257
|
end
|
1239
1258
|
|
@@ -1272,6 +1291,7 @@ module Aws::Route53
|
|
1272
1291
|
class CreateQueryLoggingConfigRequest < Struct.new(
|
1273
1292
|
:hosted_zone_id,
|
1274
1293
|
:cloud_watch_logs_log_group_arn)
|
1294
|
+
SENSITIVE = []
|
1275
1295
|
include Aws::Structure
|
1276
1296
|
end
|
1277
1297
|
|
@@ -1291,6 +1311,7 @@ module Aws::Route53
|
|
1291
1311
|
class CreateQueryLoggingConfigResponse < Struct.new(
|
1292
1312
|
:query_logging_config,
|
1293
1313
|
:location)
|
1314
|
+
SENSITIVE = []
|
1294
1315
|
include Aws::Structure
|
1295
1316
|
end
|
1296
1317
|
|
@@ -1321,6 +1342,7 @@ module Aws::Route53
|
|
1321
1342
|
class CreateReusableDelegationSetRequest < Struct.new(
|
1322
1343
|
:caller_reference,
|
1323
1344
|
:hosted_zone_id)
|
1345
|
+
SENSITIVE = []
|
1324
1346
|
include Aws::Structure
|
1325
1347
|
end
|
1326
1348
|
|
@@ -1337,6 +1359,7 @@ module Aws::Route53
|
|
1337
1359
|
class CreateReusableDelegationSetResponse < Struct.new(
|
1338
1360
|
:delegation_set,
|
1339
1361
|
:location)
|
1362
|
+
SENSITIVE = []
|
1340
1363
|
include Aws::Structure
|
1341
1364
|
end
|
1342
1365
|
|
@@ -1391,6 +1414,7 @@ module Aws::Route53
|
|
1391
1414
|
:ttl,
|
1392
1415
|
:traffic_policy_id,
|
1393
1416
|
:traffic_policy_version)
|
1417
|
+
SENSITIVE = []
|
1394
1418
|
include Aws::Structure
|
1395
1419
|
end
|
1396
1420
|
|
@@ -1411,6 +1435,7 @@ module Aws::Route53
|
|
1411
1435
|
class CreateTrafficPolicyInstanceResponse < Struct.new(
|
1412
1436
|
:traffic_policy_instance,
|
1413
1437
|
:location)
|
1438
|
+
SENSITIVE = []
|
1414
1439
|
include Aws::Structure
|
1415
1440
|
end
|
1416
1441
|
|
@@ -1450,6 +1475,7 @@ module Aws::Route53
|
|
1450
1475
|
:name,
|
1451
1476
|
:document,
|
1452
1477
|
:comment)
|
1478
|
+
SENSITIVE = []
|
1453
1479
|
include Aws::Structure
|
1454
1480
|
end
|
1455
1481
|
|
@@ -1469,6 +1495,7 @@ module Aws::Route53
|
|
1469
1495
|
class CreateTrafficPolicyResponse < Struct.new(
|
1470
1496
|
:traffic_policy,
|
1471
1497
|
:location)
|
1498
|
+
SENSITIVE = []
|
1472
1499
|
include Aws::Structure
|
1473
1500
|
end
|
1474
1501
|
|
@@ -1511,6 +1538,7 @@ module Aws::Route53
|
|
1511
1538
|
:id,
|
1512
1539
|
:document,
|
1513
1540
|
:comment)
|
1541
|
+
SENSITIVE = []
|
1514
1542
|
include Aws::Structure
|
1515
1543
|
end
|
1516
1544
|
|
@@ -1531,6 +1559,7 @@ module Aws::Route53
|
|
1531
1559
|
class CreateTrafficPolicyVersionResponse < Struct.new(
|
1532
1560
|
:traffic_policy,
|
1533
1561
|
:location)
|
1562
|
+
SENSITIVE = []
|
1534
1563
|
include Aws::Structure
|
1535
1564
|
end
|
1536
1565
|
|
@@ -1565,6 +1594,7 @@ module Aws::Route53
|
|
1565
1594
|
class CreateVPCAssociationAuthorizationRequest < Struct.new(
|
1566
1595
|
:hosted_zone_id,
|
1567
1596
|
:vpc)
|
1597
|
+
SENSITIVE = []
|
1568
1598
|
include Aws::Structure
|
1569
1599
|
end
|
1570
1600
|
|
@@ -1585,6 +1615,7 @@ module Aws::Route53
|
|
1585
1615
|
class CreateVPCAssociationAuthorizationResponse < Struct.new(
|
1586
1616
|
:hosted_zone_id,
|
1587
1617
|
:vpc)
|
1618
|
+
SENSITIVE = []
|
1588
1619
|
include Aws::Structure
|
1589
1620
|
end
|
1590
1621
|
|
@@ -1611,6 +1642,7 @@ module Aws::Route53
|
|
1611
1642
|
:id,
|
1612
1643
|
:caller_reference,
|
1613
1644
|
:name_servers)
|
1645
|
+
SENSITIVE = []
|
1614
1646
|
include Aws::Structure
|
1615
1647
|
end
|
1616
1648
|
|
@@ -1625,6 +1657,7 @@ module Aws::Route53
|
|
1625
1657
|
#
|
1626
1658
|
class DelegationSetAlreadyCreated < Struct.new(
|
1627
1659
|
:message)
|
1660
|
+
SENSITIVE = []
|
1628
1661
|
include Aws::Structure
|
1629
1662
|
end
|
1630
1663
|
|
@@ -1638,6 +1671,7 @@ module Aws::Route53
|
|
1638
1671
|
#
|
1639
1672
|
class DelegationSetAlreadyReusable < Struct.new(
|
1640
1673
|
:message)
|
1674
|
+
SENSITIVE = []
|
1641
1675
|
include Aws::Structure
|
1642
1676
|
end
|
1643
1677
|
|
@@ -1652,6 +1686,7 @@ module Aws::Route53
|
|
1652
1686
|
#
|
1653
1687
|
class DelegationSetInUse < Struct.new(
|
1654
1688
|
:message)
|
1689
|
+
SENSITIVE = []
|
1655
1690
|
include Aws::Structure
|
1656
1691
|
end
|
1657
1692
|
|
@@ -1669,6 +1704,7 @@ module Aws::Route53
|
|
1669
1704
|
#
|
1670
1705
|
class DelegationSetNotAvailable < Struct.new(
|
1671
1706
|
:message)
|
1707
|
+
SENSITIVE = []
|
1672
1708
|
include Aws::Structure
|
1673
1709
|
end
|
1674
1710
|
|
@@ -1682,6 +1718,7 @@ module Aws::Route53
|
|
1682
1718
|
#
|
1683
1719
|
class DelegationSetNotReusable < Struct.new(
|
1684
1720
|
:message)
|
1721
|
+
SENSITIVE = []
|
1685
1722
|
include Aws::Structure
|
1686
1723
|
end
|
1687
1724
|
|
@@ -1702,6 +1739,7 @@ module Aws::Route53
|
|
1702
1739
|
#
|
1703
1740
|
class DeleteHealthCheckRequest < Struct.new(
|
1704
1741
|
:health_check_id)
|
1742
|
+
SENSITIVE = []
|
1705
1743
|
include Aws::Structure
|
1706
1744
|
end
|
1707
1745
|
|
@@ -1728,6 +1766,7 @@ module Aws::Route53
|
|
1728
1766
|
#
|
1729
1767
|
class DeleteHostedZoneRequest < Struct.new(
|
1730
1768
|
:id)
|
1769
|
+
SENSITIVE = []
|
1731
1770
|
include Aws::Structure
|
1732
1771
|
end
|
1733
1772
|
|
@@ -1743,6 +1782,7 @@ module Aws::Route53
|
|
1743
1782
|
#
|
1744
1783
|
class DeleteHostedZoneResponse < Struct.new(
|
1745
1784
|
:change_info)
|
1785
|
+
SENSITIVE = []
|
1746
1786
|
include Aws::Structure
|
1747
1787
|
end
|
1748
1788
|
|
@@ -1761,6 +1801,7 @@ module Aws::Route53
|
|
1761
1801
|
#
|
1762
1802
|
class DeleteQueryLoggingConfigRequest < Struct.new(
|
1763
1803
|
:id)
|
1804
|
+
SENSITIVE = []
|
1764
1805
|
include Aws::Structure
|
1765
1806
|
end
|
1766
1807
|
|
@@ -1785,6 +1826,7 @@ module Aws::Route53
|
|
1785
1826
|
#
|
1786
1827
|
class DeleteReusableDelegationSetRequest < Struct.new(
|
1787
1828
|
:id)
|
1829
|
+
SENSITIVE = []
|
1788
1830
|
include Aws::Structure
|
1789
1831
|
end
|
1790
1832
|
|
@@ -1815,6 +1857,7 @@ module Aws::Route53
|
|
1815
1857
|
#
|
1816
1858
|
class DeleteTrafficPolicyInstanceRequest < Struct.new(
|
1817
1859
|
:id)
|
1860
|
+
SENSITIVE = []
|
1818
1861
|
include Aws::Structure
|
1819
1862
|
end
|
1820
1863
|
|
@@ -1847,6 +1890,7 @@ module Aws::Route53
|
|
1847
1890
|
class DeleteTrafficPolicyRequest < Struct.new(
|
1848
1891
|
:id,
|
1849
1892
|
:version)
|
1893
|
+
SENSITIVE = []
|
1850
1894
|
include Aws::Structure
|
1851
1895
|
end
|
1852
1896
|
|
@@ -1889,6 +1933,7 @@ module Aws::Route53
|
|
1889
1933
|
class DeleteVPCAssociationAuthorizationRequest < Struct.new(
|
1890
1934
|
:hosted_zone_id,
|
1891
1935
|
:vpc)
|
1936
|
+
SENSITIVE = []
|
1892
1937
|
include Aws::Structure
|
1893
1938
|
end
|
1894
1939
|
|
@@ -1916,6 +1961,7 @@ module Aws::Route53
|
|
1916
1961
|
class Dimension < Struct.new(
|
1917
1962
|
:name,
|
1918
1963
|
:value)
|
1964
|
+
SENSITIVE = []
|
1919
1965
|
include Aws::Structure
|
1920
1966
|
end
|
1921
1967
|
|
@@ -1954,6 +2000,7 @@ module Aws::Route53
|
|
1954
2000
|
:hosted_zone_id,
|
1955
2001
|
:vpc,
|
1956
2002
|
:comment)
|
2003
|
+
SENSITIVE = []
|
1957
2004
|
include Aws::Structure
|
1958
2005
|
end
|
1959
2006
|
|
@@ -1969,6 +2016,7 @@ module Aws::Route53
|
|
1969
2016
|
#
|
1970
2017
|
class DisassociateVPCFromHostedZoneResponse < Struct.new(
|
1971
2018
|
:change_info)
|
2019
|
+
SENSITIVE = []
|
1972
2020
|
include Aws::Structure
|
1973
2021
|
end
|
1974
2022
|
|
@@ -2039,6 +2087,7 @@ module Aws::Route53
|
|
2039
2087
|
:continent_code,
|
2040
2088
|
:country_code,
|
2041
2089
|
:subdivision_code)
|
2090
|
+
SENSITIVE = []
|
2042
2091
|
include Aws::Structure
|
2043
2092
|
end
|
2044
2093
|
|
@@ -2080,6 +2129,7 @@ module Aws::Route53
|
|
2080
2129
|
:country_name,
|
2081
2130
|
:subdivision_code,
|
2082
2131
|
:subdivision_name)
|
2132
|
+
SENSITIVE = []
|
2083
2133
|
include Aws::Structure
|
2084
2134
|
end
|
2085
2135
|
|
@@ -2119,6 +2169,7 @@ module Aws::Route53
|
|
2119
2169
|
#
|
2120
2170
|
class GetAccountLimitRequest < Struct.new(
|
2121
2171
|
:type)
|
2172
|
+
SENSITIVE = []
|
2122
2173
|
include Aws::Structure
|
2123
2174
|
end
|
2124
2175
|
|
@@ -2144,6 +2195,7 @@ module Aws::Route53
|
|
2144
2195
|
class GetAccountLimitResponse < Struct.new(
|
2145
2196
|
:limit,
|
2146
2197
|
:count)
|
2198
|
+
SENSITIVE = []
|
2147
2199
|
include Aws::Structure
|
2148
2200
|
end
|
2149
2201
|
|
@@ -2166,6 +2218,7 @@ module Aws::Route53
|
|
2166
2218
|
#
|
2167
2219
|
class GetChangeRequest < Struct.new(
|
2168
2220
|
:id)
|
2221
|
+
SENSITIVE = []
|
2169
2222
|
include Aws::Structure
|
2170
2223
|
end
|
2171
2224
|
|
@@ -2180,6 +2233,7 @@ module Aws::Route53
|
|
2180
2233
|
#
|
2181
2234
|
class GetChangeResponse < Struct.new(
|
2182
2235
|
:change_info)
|
2236
|
+
SENSITIVE = []
|
2183
2237
|
include Aws::Structure
|
2184
2238
|
end
|
2185
2239
|
|
@@ -2202,6 +2256,7 @@ module Aws::Route53
|
|
2202
2256
|
#
|
2203
2257
|
class GetCheckerIpRangesResponse < Struct.new(
|
2204
2258
|
:checker_ip_ranges)
|
2259
|
+
SENSITIVE = []
|
2205
2260
|
include Aws::Structure
|
2206
2261
|
end
|
2207
2262
|
|
@@ -2267,6 +2322,7 @@ module Aws::Route53
|
|
2267
2322
|
:continent_code,
|
2268
2323
|
:country_code,
|
2269
2324
|
:subdivision_code)
|
2325
|
+
SENSITIVE = []
|
2270
2326
|
include Aws::Structure
|
2271
2327
|
end
|
2272
2328
|
|
@@ -2282,6 +2338,7 @@ module Aws::Route53
|
|
2282
2338
|
#
|
2283
2339
|
class GetGeoLocationResponse < Struct.new(
|
2284
2340
|
:geo_location_details)
|
2341
|
+
SENSITIVE = []
|
2285
2342
|
include Aws::Structure
|
2286
2343
|
end
|
2287
2344
|
|
@@ -2305,6 +2362,7 @@ module Aws::Route53
|
|
2305
2362
|
#
|
2306
2363
|
class GetHealthCheckCountResponse < Struct.new(
|
2307
2364
|
:health_check_count)
|
2365
|
+
SENSITIVE = []
|
2308
2366
|
include Aws::Structure
|
2309
2367
|
end
|
2310
2368
|
|
@@ -2334,6 +2392,7 @@ module Aws::Route53
|
|
2334
2392
|
#
|
2335
2393
|
class GetHealthCheckLastFailureReasonRequest < Struct.new(
|
2336
2394
|
:health_check_id)
|
2395
|
+
SENSITIVE = []
|
2337
2396
|
include Aws::Structure
|
2338
2397
|
end
|
2339
2398
|
|
@@ -2349,6 +2408,7 @@ module Aws::Route53
|
|
2349
2408
|
#
|
2350
2409
|
class GetHealthCheckLastFailureReasonResponse < Struct.new(
|
2351
2410
|
:health_check_observations)
|
2411
|
+
SENSITIVE = []
|
2352
2412
|
include Aws::Structure
|
2353
2413
|
end
|
2354
2414
|
|
@@ -2372,6 +2432,7 @@ module Aws::Route53
|
|
2372
2432
|
#
|
2373
2433
|
class GetHealthCheckRequest < Struct.new(
|
2374
2434
|
:health_check_id)
|
2435
|
+
SENSITIVE = []
|
2375
2436
|
include Aws::Structure
|
2376
2437
|
end
|
2377
2438
|
|
@@ -2387,6 +2448,7 @@ module Aws::Route53
|
|
2387
2448
|
#
|
2388
2449
|
class GetHealthCheckResponse < Struct.new(
|
2389
2450
|
:health_check)
|
2451
|
+
SENSITIVE = []
|
2390
2452
|
include Aws::Structure
|
2391
2453
|
end
|
2392
2454
|
|
@@ -2416,6 +2478,7 @@ module Aws::Route53
|
|
2416
2478
|
#
|
2417
2479
|
class GetHealthCheckStatusRequest < Struct.new(
|
2418
2480
|
:health_check_id)
|
2481
|
+
SENSITIVE = []
|
2419
2482
|
include Aws::Structure
|
2420
2483
|
end
|
2421
2484
|
|
@@ -2432,6 +2495,7 @@ module Aws::Route53
|
|
2432
2495
|
#
|
2433
2496
|
class GetHealthCheckStatusResponse < Struct.new(
|
2434
2497
|
:health_check_observations)
|
2498
|
+
SENSITIVE = []
|
2435
2499
|
include Aws::Structure
|
2436
2500
|
end
|
2437
2501
|
|
@@ -2456,6 +2520,7 @@ module Aws::Route53
|
|
2456
2520
|
#
|
2457
2521
|
class GetHostedZoneCountResponse < Struct.new(
|
2458
2522
|
:hosted_zone_count)
|
2523
|
+
SENSITIVE = []
|
2459
2524
|
include Aws::Structure
|
2460
2525
|
end
|
2461
2526
|
|
@@ -2490,6 +2555,7 @@ module Aws::Route53
|
|
2490
2555
|
class GetHostedZoneLimitRequest < Struct.new(
|
2491
2556
|
:type,
|
2492
2557
|
:hosted_zone_id)
|
2558
|
+
SENSITIVE = []
|
2493
2559
|
include Aws::Structure
|
2494
2560
|
end
|
2495
2561
|
|
@@ -2515,6 +2581,7 @@ module Aws::Route53
|
|
2515
2581
|
class GetHostedZoneLimitResponse < Struct.new(
|
2516
2582
|
:limit,
|
2517
2583
|
:count)
|
2584
|
+
SENSITIVE = []
|
2518
2585
|
include Aws::Structure
|
2519
2586
|
end
|
2520
2587
|
|
@@ -2535,6 +2602,7 @@ module Aws::Route53
|
|
2535
2602
|
#
|
2536
2603
|
class GetHostedZoneRequest < Struct.new(
|
2537
2604
|
:id)
|
2605
|
+
SENSITIVE = []
|
2538
2606
|
include Aws::Structure
|
2539
2607
|
end
|
2540
2608
|
|
@@ -2561,6 +2629,7 @@ module Aws::Route53
|
|
2561
2629
|
:hosted_zone,
|
2562
2630
|
:delegation_set,
|
2563
2631
|
:vp_cs)
|
2632
|
+
SENSITIVE = []
|
2564
2633
|
include Aws::Structure
|
2565
2634
|
end
|
2566
2635
|
|
@@ -2580,6 +2649,7 @@ module Aws::Route53
|
|
2580
2649
|
#
|
2581
2650
|
class GetQueryLoggingConfigRequest < Struct.new(
|
2582
2651
|
:id)
|
2652
|
+
SENSITIVE = []
|
2583
2653
|
include Aws::Structure
|
2584
2654
|
end
|
2585
2655
|
|
@@ -2597,6 +2667,7 @@ module Aws::Route53
|
|
2597
2667
|
#
|
2598
2668
|
class GetQueryLoggingConfigResponse < Struct.new(
|
2599
2669
|
:query_logging_config)
|
2670
|
+
SENSITIVE = []
|
2600
2671
|
include Aws::Structure
|
2601
2672
|
end
|
2602
2673
|
|
@@ -2626,6 +2697,7 @@ module Aws::Route53
|
|
2626
2697
|
class GetReusableDelegationSetLimitRequest < Struct.new(
|
2627
2698
|
:type,
|
2628
2699
|
:delegation_set_id)
|
2700
|
+
SENSITIVE = []
|
2629
2701
|
include Aws::Structure
|
2630
2702
|
end
|
2631
2703
|
|
@@ -2646,6 +2718,7 @@ module Aws::Route53
|
|
2646
2718
|
class GetReusableDelegationSetLimitResponse < Struct.new(
|
2647
2719
|
:limit,
|
2648
2720
|
:count)
|
2721
|
+
SENSITIVE = []
|
2649
2722
|
include Aws::Structure
|
2650
2723
|
end
|
2651
2724
|
|
@@ -2668,6 +2741,7 @@ module Aws::Route53
|
|
2668
2741
|
#
|
2669
2742
|
class GetReusableDelegationSetRequest < Struct.new(
|
2670
2743
|
:id)
|
2744
|
+
SENSITIVE = []
|
2671
2745
|
include Aws::Structure
|
2672
2746
|
end
|
2673
2747
|
|
@@ -2683,6 +2757,7 @@ module Aws::Route53
|
|
2683
2757
|
#
|
2684
2758
|
class GetReusableDelegationSetResponse < Struct.new(
|
2685
2759
|
:delegation_set)
|
2760
|
+
SENSITIVE = []
|
2686
2761
|
include Aws::Structure
|
2687
2762
|
end
|
2688
2763
|
|
@@ -2707,6 +2782,7 @@ module Aws::Route53
|
|
2707
2782
|
#
|
2708
2783
|
class GetTrafficPolicyInstanceCountResponse < Struct.new(
|
2709
2784
|
:traffic_policy_instance_count)
|
2785
|
+
SENSITIVE = []
|
2710
2786
|
include Aws::Structure
|
2711
2787
|
end
|
2712
2788
|
|
@@ -2728,6 +2804,7 @@ module Aws::Route53
|
|
2728
2804
|
#
|
2729
2805
|
class GetTrafficPolicyInstanceRequest < Struct.new(
|
2730
2806
|
:id)
|
2807
|
+
SENSITIVE = []
|
2731
2808
|
include Aws::Structure
|
2732
2809
|
end
|
2733
2810
|
|
@@ -2743,6 +2820,7 @@ module Aws::Route53
|
|
2743
2820
|
#
|
2744
2821
|
class GetTrafficPolicyInstanceResponse < Struct.new(
|
2745
2822
|
:traffic_policy_instance)
|
2823
|
+
SENSITIVE = []
|
2746
2824
|
include Aws::Structure
|
2747
2825
|
end
|
2748
2826
|
|
@@ -2770,6 +2848,7 @@ module Aws::Route53
|
|
2770
2848
|
class GetTrafficPolicyRequest < Struct.new(
|
2771
2849
|
:id,
|
2772
2850
|
:version)
|
2851
|
+
SENSITIVE = []
|
2773
2852
|
include Aws::Structure
|
2774
2853
|
end
|
2775
2854
|
|
@@ -2784,6 +2863,7 @@ module Aws::Route53
|
|
2784
2863
|
#
|
2785
2864
|
class GetTrafficPolicyResponse < Struct.new(
|
2786
2865
|
:traffic_policy)
|
2866
|
+
SENSITIVE = []
|
2787
2867
|
include Aws::Structure
|
2788
2868
|
end
|
2789
2869
|
|
@@ -2833,6 +2913,7 @@ module Aws::Route53
|
|
2833
2913
|
:health_check_config,
|
2834
2914
|
:health_check_version,
|
2835
2915
|
:cloud_watch_alarm_configuration)
|
2916
|
+
SENSITIVE = []
|
2836
2917
|
include Aws::Structure
|
2837
2918
|
end
|
2838
2919
|
|
@@ -2856,6 +2937,7 @@ module Aws::Route53
|
|
2856
2937
|
#
|
2857
2938
|
class HealthCheckAlreadyExists < Struct.new(
|
2858
2939
|
:message)
|
2940
|
+
SENSITIVE = []
|
2859
2941
|
include Aws::Structure
|
2860
2942
|
end
|
2861
2943
|
|
@@ -3268,6 +3350,7 @@ module Aws::Route53
|
|
3268
3350
|
:regions,
|
3269
3351
|
:alarm_identifier,
|
3270
3352
|
:insufficient_data_health_status)
|
3353
|
+
SENSITIVE = []
|
3271
3354
|
include Aws::Structure
|
3272
3355
|
end
|
3273
3356
|
|
@@ -3281,6 +3364,7 @@ module Aws::Route53
|
|
3281
3364
|
#
|
3282
3365
|
class HealthCheckInUse < Struct.new(
|
3283
3366
|
:message)
|
3367
|
+
SENSITIVE = []
|
3284
3368
|
include Aws::Structure
|
3285
3369
|
end
|
3286
3370
|
|
@@ -3309,6 +3393,7 @@ module Aws::Route53
|
|
3309
3393
|
:region,
|
3310
3394
|
:ip_address,
|
3311
3395
|
:status_report)
|
3396
|
+
SENSITIVE = []
|
3312
3397
|
include Aws::Structure
|
3313
3398
|
end
|
3314
3399
|
|
@@ -3322,6 +3407,7 @@ module Aws::Route53
|
|
3322
3407
|
#
|
3323
3408
|
class HealthCheckVersionMismatch < Struct.new(
|
3324
3409
|
:message)
|
3410
|
+
SENSITIVE = []
|
3325
3411
|
include Aws::Structure
|
3326
3412
|
end
|
3327
3413
|
|
@@ -3377,6 +3463,7 @@ module Aws::Route53
|
|
3377
3463
|
:config,
|
3378
3464
|
:resource_record_set_count,
|
3379
3465
|
:linked_service)
|
3466
|
+
SENSITIVE = []
|
3380
3467
|
include Aws::Structure
|
3381
3468
|
end
|
3382
3469
|
|
@@ -3392,6 +3479,7 @@ module Aws::Route53
|
|
3392
3479
|
#
|
3393
3480
|
class HostedZoneAlreadyExists < Struct.new(
|
3394
3481
|
:message)
|
3482
|
+
SENSITIVE = []
|
3395
3483
|
include Aws::Structure
|
3396
3484
|
end
|
3397
3485
|
|
@@ -3420,6 +3508,7 @@ module Aws::Route53
|
|
3420
3508
|
class HostedZoneConfig < Struct.new(
|
3421
3509
|
:comment,
|
3422
3510
|
:private_zone)
|
3511
|
+
SENSITIVE = []
|
3423
3512
|
include Aws::Structure
|
3424
3513
|
end
|
3425
3514
|
|
@@ -3446,6 +3535,7 @@ module Aws::Route53
|
|
3446
3535
|
class HostedZoneLimit < Struct.new(
|
3447
3536
|
:type,
|
3448
3537
|
:value)
|
3538
|
+
SENSITIVE = []
|
3449
3539
|
include Aws::Structure
|
3450
3540
|
end
|
3451
3541
|
|
@@ -3460,6 +3550,7 @@ module Aws::Route53
|
|
3460
3550
|
#
|
3461
3551
|
class HostedZoneNotEmpty < Struct.new(
|
3462
3552
|
:message)
|
3553
|
+
SENSITIVE = []
|
3463
3554
|
include Aws::Structure
|
3464
3555
|
end
|
3465
3556
|
|
@@ -3473,6 +3564,7 @@ module Aws::Route53
|
|
3473
3564
|
#
|
3474
3565
|
class HostedZoneNotFound < Struct.new(
|
3475
3566
|
:message)
|
3567
|
+
SENSITIVE = []
|
3476
3568
|
include Aws::Structure
|
3477
3569
|
end
|
3478
3570
|
|
@@ -3487,6 +3579,7 @@ module Aws::Route53
|
|
3487
3579
|
#
|
3488
3580
|
class HostedZoneNotPrivate < Struct.new(
|
3489
3581
|
:message)
|
3582
|
+
SENSITIVE = []
|
3490
3583
|
include Aws::Structure
|
3491
3584
|
end
|
3492
3585
|
|
@@ -3517,6 +3610,7 @@ module Aws::Route53
|
|
3517
3610
|
class HostedZoneOwner < Struct.new(
|
3518
3611
|
:owning_account,
|
3519
3612
|
:owning_service)
|
3613
|
+
SENSITIVE = []
|
3520
3614
|
include Aws::Structure
|
3521
3615
|
end
|
3522
3616
|
|
@@ -3547,6 +3641,7 @@ module Aws::Route53
|
|
3547
3641
|
:hosted_zone_id,
|
3548
3642
|
:name,
|
3549
3643
|
:owner)
|
3644
|
+
SENSITIVE = []
|
3550
3645
|
include Aws::Structure
|
3551
3646
|
end
|
3552
3647
|
|
@@ -3560,6 +3655,7 @@ module Aws::Route53
|
|
3560
3655
|
#
|
3561
3656
|
class IncompatibleVersion < Struct.new(
|
3562
3657
|
:message)
|
3658
|
+
SENSITIVE = []
|
3563
3659
|
include Aws::Structure
|
3564
3660
|
end
|
3565
3661
|
|
@@ -3582,6 +3678,7 @@ module Aws::Route53
|
|
3582
3678
|
#
|
3583
3679
|
class InsufficientCloudWatchLogsResourcePolicy < Struct.new(
|
3584
3680
|
:message)
|
3681
|
+
SENSITIVE = []
|
3585
3682
|
include Aws::Structure
|
3586
3683
|
end
|
3587
3684
|
|
@@ -3595,6 +3692,7 @@ module Aws::Route53
|
|
3595
3692
|
#
|
3596
3693
|
class InvalidArgument < Struct.new(
|
3597
3694
|
:message)
|
3695
|
+
SENSITIVE = []
|
3598
3696
|
include Aws::Structure
|
3599
3697
|
end
|
3600
3698
|
|
@@ -3614,6 +3712,7 @@ module Aws::Route53
|
|
3614
3712
|
class InvalidChangeBatch < Struct.new(
|
3615
3713
|
:messages,
|
3616
3714
|
:message)
|
3715
|
+
SENSITIVE = []
|
3617
3716
|
include Aws::Structure
|
3618
3717
|
end
|
3619
3718
|
|
@@ -3627,6 +3726,7 @@ module Aws::Route53
|
|
3627
3726
|
#
|
3628
3727
|
class InvalidDomainName < Struct.new(
|
3629
3728
|
:message)
|
3729
|
+
SENSITIVE = []
|
3630
3730
|
include Aws::Structure
|
3631
3731
|
end
|
3632
3732
|
|
@@ -3640,6 +3740,7 @@ module Aws::Route53
|
|
3640
3740
|
#
|
3641
3741
|
class InvalidInput < Struct.new(
|
3642
3742
|
:message)
|
3743
|
+
SENSITIVE = []
|
3643
3744
|
include Aws::Structure
|
3644
3745
|
end
|
3645
3746
|
|
@@ -3653,6 +3754,7 @@ module Aws::Route53
|
|
3653
3754
|
#
|
3654
3755
|
class InvalidPaginationToken < Struct.new(
|
3655
3756
|
:message)
|
3757
|
+
SENSITIVE = []
|
3656
3758
|
include Aws::Structure
|
3657
3759
|
end
|
3658
3760
|
|
@@ -3667,6 +3769,7 @@ module Aws::Route53
|
|
3667
3769
|
#
|
3668
3770
|
class InvalidTrafficPolicyDocument < Struct.new(
|
3669
3771
|
:message)
|
3772
|
+
SENSITIVE = []
|
3670
3773
|
include Aws::Structure
|
3671
3774
|
end
|
3672
3775
|
|
@@ -3681,6 +3784,7 @@ module Aws::Route53
|
|
3681
3784
|
#
|
3682
3785
|
class InvalidVPCId < Struct.new(
|
3683
3786
|
:message)
|
3787
|
+
SENSITIVE = []
|
3684
3788
|
include Aws::Structure
|
3685
3789
|
end
|
3686
3790
|
|
@@ -3697,6 +3801,7 @@ module Aws::Route53
|
|
3697
3801
|
#
|
3698
3802
|
class LastVPCAssociation < Struct.new(
|
3699
3803
|
:message)
|
3804
|
+
SENSITIVE = []
|
3700
3805
|
include Aws::Structure
|
3701
3806
|
end
|
3702
3807
|
|
@@ -3724,6 +3829,7 @@ module Aws::Route53
|
|
3724
3829
|
#
|
3725
3830
|
class LimitsExceeded < Struct.new(
|
3726
3831
|
:message)
|
3832
|
+
SENSITIVE = []
|
3727
3833
|
include Aws::Structure
|
3728
3834
|
end
|
3729
3835
|
|
@@ -3750,6 +3856,7 @@ module Aws::Route53
|
|
3750
3856
|
class LinkedService < Struct.new(
|
3751
3857
|
:service_principal,
|
3752
3858
|
:description)
|
3859
|
+
SENSITIVE = []
|
3753
3860
|
include Aws::Structure
|
3754
3861
|
end
|
3755
3862
|
|
@@ -3814,6 +3921,7 @@ module Aws::Route53
|
|
3814
3921
|
:start_country_code,
|
3815
3922
|
:start_subdivision_code,
|
3816
3923
|
:max_items)
|
3924
|
+
SENSITIVE = []
|
3817
3925
|
include Aws::Structure
|
3818
3926
|
end
|
3819
3927
|
|
@@ -3866,6 +3974,7 @@ module Aws::Route53
|
|
3866
3974
|
:next_country_code,
|
3867
3975
|
:next_subdivision_code,
|
3868
3976
|
:max_items)
|
3977
|
+
SENSITIVE = []
|
3869
3978
|
include Aws::Structure
|
3870
3979
|
end
|
3871
3980
|
|
@@ -3905,6 +4014,7 @@ module Aws::Route53
|
|
3905
4014
|
class ListHealthChecksRequest < Struct.new(
|
3906
4015
|
:marker,
|
3907
4016
|
:max_items)
|
4017
|
+
SENSITIVE = []
|
3908
4018
|
include Aws::Structure
|
3909
4019
|
end
|
3910
4020
|
|
@@ -3949,6 +4059,7 @@ module Aws::Route53
|
|
3949
4059
|
:is_truncated,
|
3950
4060
|
:next_marker,
|
3951
4061
|
:max_items)
|
4062
|
+
SENSITIVE = []
|
3952
4063
|
include Aws::Structure
|
3953
4064
|
end
|
3954
4065
|
|
@@ -4003,6 +4114,7 @@ module Aws::Route53
|
|
4003
4114
|
:dns_name,
|
4004
4115
|
:hosted_zone_id,
|
4005
4116
|
:max_items)
|
4117
|
+
SENSITIVE = []
|
4006
4118
|
include Aws::Structure
|
4007
4119
|
end
|
4008
4120
|
|
@@ -4067,6 +4179,7 @@ module Aws::Route53
|
|
4067
4179
|
:next_dns_name,
|
4068
4180
|
:next_hosted_zone_id,
|
4069
4181
|
:max_items)
|
4182
|
+
SENSITIVE = []
|
4070
4183
|
include Aws::Structure
|
4071
4184
|
end
|
4072
4185
|
|
@@ -4119,6 +4232,7 @@ module Aws::Route53
|
|
4119
4232
|
:vpc_region,
|
4120
4233
|
:max_items,
|
4121
4234
|
:next_token)
|
4235
|
+
SENSITIVE = []
|
4122
4236
|
include Aws::Structure
|
4123
4237
|
end
|
4124
4238
|
|
@@ -4145,6 +4259,7 @@ module Aws::Route53
|
|
4145
4259
|
:hosted_zone_summaries,
|
4146
4260
|
:max_items,
|
4147
4261
|
:next_token)
|
4262
|
+
SENSITIVE = []
|
4148
4263
|
include Aws::Structure
|
4149
4264
|
end
|
4150
4265
|
|
@@ -4193,6 +4308,7 @@ module Aws::Route53
|
|
4193
4308
|
:marker,
|
4194
4309
|
:max_items,
|
4195
4310
|
:delegation_set_id)
|
4311
|
+
SENSITIVE = []
|
4196
4312
|
include Aws::Structure
|
4197
4313
|
end
|
4198
4314
|
|
@@ -4236,6 +4352,7 @@ module Aws::Route53
|
|
4236
4352
|
:is_truncated,
|
4237
4353
|
:next_marker,
|
4238
4354
|
:max_items)
|
4355
|
+
SENSITIVE = []
|
4239
4356
|
include Aws::Structure
|
4240
4357
|
end
|
4241
4358
|
|
@@ -4290,6 +4407,7 @@ module Aws::Route53
|
|
4290
4407
|
:hosted_zone_id,
|
4291
4408
|
:next_token,
|
4292
4409
|
:max_results)
|
4410
|
+
SENSITIVE = []
|
4293
4411
|
include Aws::Structure
|
4294
4412
|
end
|
4295
4413
|
|
@@ -4324,6 +4442,7 @@ module Aws::Route53
|
|
4324
4442
|
class ListQueryLoggingConfigsResponse < Struct.new(
|
4325
4443
|
:query_logging_configs,
|
4326
4444
|
:next_token)
|
4445
|
+
SENSITIVE = []
|
4327
4446
|
include Aws::Structure
|
4328
4447
|
end
|
4329
4448
|
|
@@ -4411,6 +4530,7 @@ module Aws::Route53
|
|
4411
4530
|
:start_record_type,
|
4412
4531
|
:start_record_identifier,
|
4413
4532
|
:max_items)
|
4533
|
+
SENSITIVE = []
|
4414
4534
|
include Aws::Structure
|
4415
4535
|
end
|
4416
4536
|
|
@@ -4468,6 +4588,7 @@ module Aws::Route53
|
|
4468
4588
|
:next_record_type,
|
4469
4589
|
:next_record_identifier,
|
4470
4590
|
:max_items)
|
4591
|
+
SENSITIVE = []
|
4471
4592
|
include Aws::Structure
|
4472
4593
|
end
|
4473
4594
|
|
@@ -4508,6 +4629,7 @@ module Aws::Route53
|
|
4508
4629
|
class ListReusableDelegationSetsRequest < Struct.new(
|
4509
4630
|
:marker,
|
4510
4631
|
:max_items)
|
4632
|
+
SENSITIVE = []
|
4511
4633
|
include Aws::Structure
|
4512
4634
|
end
|
4513
4635
|
|
@@ -4551,6 +4673,7 @@ module Aws::Route53
|
|
4551
4673
|
:is_truncated,
|
4552
4674
|
:next_marker,
|
4553
4675
|
:max_items)
|
4676
|
+
SENSITIVE = []
|
4554
4677
|
include Aws::Structure
|
4555
4678
|
end
|
4556
4679
|
|
@@ -4582,6 +4705,7 @@ module Aws::Route53
|
|
4582
4705
|
class ListTagsForResourceRequest < Struct.new(
|
4583
4706
|
:resource_type,
|
4584
4707
|
:resource_id)
|
4708
|
+
SENSITIVE = []
|
4585
4709
|
include Aws::Structure
|
4586
4710
|
end
|
4587
4711
|
|
@@ -4597,6 +4721,7 @@ module Aws::Route53
|
|
4597
4721
|
#
|
4598
4722
|
class ListTagsForResourceResponse < Struct.new(
|
4599
4723
|
:resource_tag_set)
|
4724
|
+
SENSITIVE = []
|
4600
4725
|
include Aws::Structure
|
4601
4726
|
end
|
4602
4727
|
|
@@ -4629,6 +4754,7 @@ module Aws::Route53
|
|
4629
4754
|
class ListTagsForResourcesRequest < Struct.new(
|
4630
4755
|
:resource_type,
|
4631
4756
|
:resource_ids)
|
4757
|
+
SENSITIVE = []
|
4632
4758
|
include Aws::Structure
|
4633
4759
|
end
|
4634
4760
|
|
@@ -4643,6 +4769,7 @@ module Aws::Route53
|
|
4643
4769
|
#
|
4644
4770
|
class ListTagsForResourcesResponse < Struct.new(
|
4645
4771
|
:resource_tag_sets)
|
4772
|
+
SENSITIVE = []
|
4646
4773
|
include Aws::Structure
|
4647
4774
|
end
|
4648
4775
|
|
@@ -4683,6 +4810,7 @@ module Aws::Route53
|
|
4683
4810
|
class ListTrafficPoliciesRequest < Struct.new(
|
4684
4811
|
:traffic_policy_id_marker,
|
4685
4812
|
:max_items)
|
4813
|
+
SENSITIVE = []
|
4686
4814
|
include Aws::Structure
|
4687
4815
|
end
|
4688
4816
|
|
@@ -4719,6 +4847,7 @@ module Aws::Route53
|
|
4719
4847
|
:is_truncated,
|
4720
4848
|
:traffic_policy_id_marker,
|
4721
4849
|
:max_items)
|
4850
|
+
SENSITIVE = []
|
4722
4851
|
include Aws::Structure
|
4723
4852
|
end
|
4724
4853
|
|
@@ -4784,6 +4913,7 @@ module Aws::Route53
|
|
4784
4913
|
:traffic_policy_instance_name_marker,
|
4785
4914
|
:traffic_policy_instance_type_marker,
|
4786
4915
|
:max_items)
|
4916
|
+
SENSITIVE = []
|
4787
4917
|
include Aws::Structure
|
4788
4918
|
end
|
4789
4919
|
|
@@ -4831,6 +4961,7 @@ module Aws::Route53
|
|
4831
4961
|
:traffic_policy_instance_type_marker,
|
4832
4962
|
:is_truncated,
|
4833
4963
|
:max_items)
|
4964
|
+
SENSITIVE = []
|
4834
4965
|
include Aws::Structure
|
4835
4966
|
end
|
4836
4967
|
|
@@ -4925,6 +5056,7 @@ module Aws::Route53
|
|
4925
5056
|
:traffic_policy_instance_name_marker,
|
4926
5057
|
:traffic_policy_instance_type_marker,
|
4927
5058
|
:max_items)
|
5059
|
+
SENSITIVE = []
|
4928
5060
|
include Aws::Structure
|
4929
5061
|
end
|
4930
5062
|
|
@@ -4979,6 +5111,7 @@ module Aws::Route53
|
|
4979
5111
|
:traffic_policy_instance_type_marker,
|
4980
5112
|
:is_truncated,
|
4981
5113
|
:max_items)
|
5114
|
+
SENSITIVE = []
|
4982
5115
|
include Aws::Structure
|
4983
5116
|
end
|
4984
5117
|
|
@@ -5052,6 +5185,7 @@ module Aws::Route53
|
|
5052
5185
|
:traffic_policy_instance_name_marker,
|
5053
5186
|
:traffic_policy_instance_type_marker,
|
5054
5187
|
:max_items)
|
5188
|
+
SENSITIVE = []
|
5055
5189
|
include Aws::Structure
|
5056
5190
|
end
|
5057
5191
|
|
@@ -5106,6 +5240,7 @@ module Aws::Route53
|
|
5106
5240
|
:traffic_policy_instance_type_marker,
|
5107
5241
|
:is_truncated,
|
5108
5242
|
:max_items)
|
5243
|
+
SENSITIVE = []
|
5109
5244
|
include Aws::Structure
|
5110
5245
|
end
|
5111
5246
|
|
@@ -5153,6 +5288,7 @@ module Aws::Route53
|
|
5153
5288
|
:id,
|
5154
5289
|
:traffic_policy_version_marker,
|
5155
5290
|
:max_items)
|
5291
|
+
SENSITIVE = []
|
5156
5292
|
include Aws::Structure
|
5157
5293
|
end
|
5158
5294
|
|
@@ -5195,6 +5331,7 @@ module Aws::Route53
|
|
5195
5331
|
:is_truncated,
|
5196
5332
|
:traffic_policy_version_marker,
|
5197
5333
|
:max_items)
|
5334
|
+
SENSITIVE = []
|
5198
5335
|
include Aws::Structure
|
5199
5336
|
end
|
5200
5337
|
|
@@ -5235,6 +5372,7 @@ module Aws::Route53
|
|
5235
5372
|
:hosted_zone_id,
|
5236
5373
|
:next_token,
|
5237
5374
|
:max_results)
|
5375
|
+
SENSITIVE = []
|
5238
5376
|
include Aws::Structure
|
5239
5377
|
end
|
5240
5378
|
|
@@ -5265,6 +5403,7 @@ module Aws::Route53
|
|
5265
5403
|
:hosted_zone_id,
|
5266
5404
|
:next_token,
|
5267
5405
|
:vp_cs)
|
5406
|
+
SENSITIVE = []
|
5268
5407
|
include Aws::Structure
|
5269
5408
|
end
|
5270
5409
|
|
@@ -5277,6 +5416,7 @@ module Aws::Route53
|
|
5277
5416
|
#
|
5278
5417
|
class NoSuchChange < Struct.new(
|
5279
5418
|
:message)
|
5419
|
+
SENSITIVE = []
|
5280
5420
|
include Aws::Structure
|
5281
5421
|
end
|
5282
5422
|
|
@@ -5289,6 +5429,7 @@ module Aws::Route53
|
|
5289
5429
|
#
|
5290
5430
|
class NoSuchCloudWatchLogsLogGroup < Struct.new(
|
5291
5431
|
:message)
|
5432
|
+
SENSITIVE = []
|
5292
5433
|
include Aws::Structure
|
5293
5434
|
end
|
5294
5435
|
|
@@ -5302,6 +5443,7 @@ module Aws::Route53
|
|
5302
5443
|
#
|
5303
5444
|
class NoSuchDelegationSet < Struct.new(
|
5304
5445
|
:message)
|
5446
|
+
SENSITIVE = []
|
5305
5447
|
include Aws::Structure
|
5306
5448
|
end
|
5307
5449
|
|
@@ -5321,6 +5463,7 @@ module Aws::Route53
|
|
5321
5463
|
#
|
5322
5464
|
class NoSuchGeoLocation < Struct.new(
|
5323
5465
|
:message)
|
5466
|
+
SENSITIVE = []
|
5324
5467
|
include Aws::Structure
|
5325
5468
|
end
|
5326
5469
|
|
@@ -5334,6 +5477,7 @@ module Aws::Route53
|
|
5334
5477
|
#
|
5335
5478
|
class NoSuchHealthCheck < Struct.new(
|
5336
5479
|
:message)
|
5480
|
+
SENSITIVE = []
|
5337
5481
|
include Aws::Structure
|
5338
5482
|
end
|
5339
5483
|
|
@@ -5347,6 +5491,7 @@ module Aws::Route53
|
|
5347
5491
|
#
|
5348
5492
|
class NoSuchHostedZone < Struct.new(
|
5349
5493
|
:message)
|
5494
|
+
SENSITIVE = []
|
5350
5495
|
include Aws::Structure
|
5351
5496
|
end
|
5352
5497
|
|
@@ -5359,6 +5504,7 @@ module Aws::Route53
|
|
5359
5504
|
#
|
5360
5505
|
class NoSuchQueryLoggingConfig < Struct.new(
|
5361
5506
|
:message)
|
5507
|
+
SENSITIVE = []
|
5362
5508
|
include Aws::Structure
|
5363
5509
|
end
|
5364
5510
|
|
@@ -5372,6 +5518,7 @@ module Aws::Route53
|
|
5372
5518
|
#
|
5373
5519
|
class NoSuchTrafficPolicy < Struct.new(
|
5374
5520
|
:message)
|
5521
|
+
SENSITIVE = []
|
5375
5522
|
include Aws::Structure
|
5376
5523
|
end
|
5377
5524
|
|
@@ -5385,6 +5532,7 @@ module Aws::Route53
|
|
5385
5532
|
#
|
5386
5533
|
class NoSuchTrafficPolicyInstance < Struct.new(
|
5387
5534
|
:message)
|
5535
|
+
SENSITIVE = []
|
5388
5536
|
include Aws::Structure
|
5389
5537
|
end
|
5390
5538
|
|
@@ -5399,6 +5547,7 @@ module Aws::Route53
|
|
5399
5547
|
#
|
5400
5548
|
class NotAuthorizedException < Struct.new(
|
5401
5549
|
:message)
|
5550
|
+
SENSITIVE = []
|
5402
5551
|
include Aws::Structure
|
5403
5552
|
end
|
5404
5553
|
|
@@ -5416,6 +5565,7 @@ module Aws::Route53
|
|
5416
5565
|
#
|
5417
5566
|
class PriorRequestNotComplete < Struct.new(
|
5418
5567
|
:message)
|
5568
|
+
SENSITIVE = []
|
5419
5569
|
include Aws::Structure
|
5420
5570
|
end
|
5421
5571
|
|
@@ -5430,6 +5580,7 @@ module Aws::Route53
|
|
5430
5580
|
#
|
5431
5581
|
class PublicZoneVPCAssociation < Struct.new(
|
5432
5582
|
:message)
|
5583
|
+
SENSITIVE = []
|
5433
5584
|
include Aws::Structure
|
5434
5585
|
end
|
5435
5586
|
|
@@ -5456,6 +5607,7 @@ module Aws::Route53
|
|
5456
5607
|
:id,
|
5457
5608
|
:hosted_zone_id,
|
5458
5609
|
:cloud_watch_logs_log_group_arn)
|
5610
|
+
SENSITIVE = []
|
5459
5611
|
include Aws::Structure
|
5460
5612
|
end
|
5461
5613
|
|
@@ -5469,6 +5621,7 @@ module Aws::Route53
|
|
5469
5621
|
#
|
5470
5622
|
class QueryLoggingConfigAlreadyExists < Struct.new(
|
5471
5623
|
:message)
|
5624
|
+
SENSITIVE = []
|
5472
5625
|
include Aws::Structure
|
5473
5626
|
end
|
5474
5627
|
|
@@ -5509,6 +5662,7 @@ module Aws::Route53
|
|
5509
5662
|
#
|
5510
5663
|
class ResourceRecord < Struct.new(
|
5511
5664
|
:value)
|
5665
|
+
SENSITIVE = []
|
5512
5666
|
include Aws::Structure
|
5513
5667
|
end
|
5514
5668
|
|
@@ -6104,6 +6258,7 @@ module Aws::Route53
|
|
6104
6258
|
:alias_target,
|
6105
6259
|
:health_check_id,
|
6106
6260
|
:traffic_policy_instance_id)
|
6261
|
+
SENSITIVE = []
|
6107
6262
|
include Aws::Structure
|
6108
6263
|
end
|
6109
6264
|
|
@@ -6131,6 +6286,7 @@ module Aws::Route53
|
|
6131
6286
|
:resource_type,
|
6132
6287
|
:resource_id,
|
6133
6288
|
:tags)
|
6289
|
+
SENSITIVE = []
|
6134
6290
|
include Aws::Structure
|
6135
6291
|
end
|
6136
6292
|
|
@@ -6154,6 +6310,7 @@ module Aws::Route53
|
|
6154
6310
|
class ReusableDelegationSetLimit < Struct.new(
|
6155
6311
|
:type,
|
6156
6312
|
:value)
|
6313
|
+
SENSITIVE = []
|
6157
6314
|
include Aws::Structure
|
6158
6315
|
end
|
6159
6316
|
|
@@ -6181,6 +6338,7 @@ module Aws::Route53
|
|
6181
6338
|
class StatusReport < Struct.new(
|
6182
6339
|
:status,
|
6183
6340
|
:checked_time)
|
6341
|
+
SENSITIVE = []
|
6184
6342
|
include Aws::Structure
|
6185
6343
|
end
|
6186
6344
|
|
@@ -6230,6 +6388,7 @@ module Aws::Route53
|
|
6230
6388
|
class Tag < Struct.new(
|
6231
6389
|
:key,
|
6232
6390
|
:value)
|
6391
|
+
SENSITIVE = []
|
6233
6392
|
include Aws::Structure
|
6234
6393
|
end
|
6235
6394
|
|
@@ -6304,6 +6463,7 @@ module Aws::Route53
|
|
6304
6463
|
:resolver_ip,
|
6305
6464
|
:edns0_client_subnet_ip,
|
6306
6465
|
:edns0_client_subnet_mask)
|
6466
|
+
SENSITIVE = []
|
6307
6467
|
include Aws::Structure
|
6308
6468
|
end
|
6309
6469
|
|
@@ -6355,6 +6515,7 @@ module Aws::Route53
|
|
6355
6515
|
:record_data,
|
6356
6516
|
:response_code,
|
6357
6517
|
:protocol)
|
6518
|
+
SENSITIVE = []
|
6358
6519
|
include Aws::Structure
|
6359
6520
|
end
|
6360
6521
|
|
@@ -6367,6 +6528,7 @@ module Aws::Route53
|
|
6367
6528
|
#
|
6368
6529
|
class ThrottlingException < Struct.new(
|
6369
6530
|
:message)
|
6531
|
+
SENSITIVE = []
|
6370
6532
|
include Aws::Structure
|
6371
6533
|
end
|
6372
6534
|
|
@@ -6397,6 +6559,7 @@ module Aws::Route53
|
|
6397
6559
|
#
|
6398
6560
|
class TooManyHealthChecks < Struct.new(
|
6399
6561
|
:message)
|
6562
|
+
SENSITIVE = []
|
6400
6563
|
include Aws::Structure
|
6401
6564
|
end
|
6402
6565
|
|
@@ -6432,6 +6595,7 @@ module Aws::Route53
|
|
6432
6595
|
#
|
6433
6596
|
class TooManyHostedZones < Struct.new(
|
6434
6597
|
:message)
|
6598
|
+
SENSITIVE = []
|
6435
6599
|
include Aws::Structure
|
6436
6600
|
end
|
6437
6601
|
|
@@ -6460,6 +6624,7 @@ module Aws::Route53
|
|
6460
6624
|
#
|
6461
6625
|
class TooManyTrafficPolicies < Struct.new(
|
6462
6626
|
:message)
|
6627
|
+
SENSITIVE = []
|
6463
6628
|
include Aws::Structure
|
6464
6629
|
end
|
6465
6630
|
|
@@ -6490,6 +6655,7 @@ module Aws::Route53
|
|
6490
6655
|
#
|
6491
6656
|
class TooManyTrafficPolicyInstances < Struct.new(
|
6492
6657
|
:message)
|
6658
|
+
SENSITIVE = []
|
6493
6659
|
include Aws::Structure
|
6494
6660
|
end
|
6495
6661
|
|
@@ -6516,6 +6682,7 @@ module Aws::Route53
|
|
6516
6682
|
#
|
6517
6683
|
class TooManyTrafficPolicyVersionsForCurrentPolicy < Struct.new(
|
6518
6684
|
:message)
|
6685
|
+
SENSITIVE = []
|
6519
6686
|
include Aws::Structure
|
6520
6687
|
end
|
6521
6688
|
|
@@ -6534,6 +6701,7 @@ module Aws::Route53
|
|
6534
6701
|
#
|
6535
6702
|
class TooManyVPCAssociationAuthorizations < Struct.new(
|
6536
6703
|
:message)
|
6704
|
+
SENSITIVE = []
|
6537
6705
|
include Aws::Structure
|
6538
6706
|
end
|
6539
6707
|
|
@@ -6584,6 +6752,7 @@ module Aws::Route53
|
|
6584
6752
|
:type,
|
6585
6753
|
:document,
|
6586
6754
|
:comment)
|
6755
|
+
SENSITIVE = []
|
6587
6756
|
include Aws::Structure
|
6588
6757
|
end
|
6589
6758
|
|
@@ -6597,6 +6766,7 @@ module Aws::Route53
|
|
6597
6766
|
#
|
6598
6767
|
class TrafficPolicyAlreadyExists < Struct.new(
|
6599
6768
|
:message)
|
6769
|
+
SENSITIVE = []
|
6600
6770
|
include Aws::Structure
|
6601
6771
|
end
|
6602
6772
|
|
@@ -6611,6 +6781,7 @@ module Aws::Route53
|
|
6611
6781
|
#
|
6612
6782
|
class TrafficPolicyInUse < Struct.new(
|
6613
6783
|
:message)
|
6784
|
+
SENSITIVE = []
|
6614
6785
|
include Aws::Structure
|
6615
6786
|
end
|
6616
6787
|
|
@@ -6691,6 +6862,7 @@ module Aws::Route53
|
|
6691
6862
|
:traffic_policy_id,
|
6692
6863
|
:traffic_policy_version,
|
6693
6864
|
:traffic_policy_type)
|
6865
|
+
SENSITIVE = []
|
6694
6866
|
include Aws::Structure
|
6695
6867
|
end
|
6696
6868
|
|
@@ -6704,6 +6876,7 @@ module Aws::Route53
|
|
6704
6876
|
#
|
6705
6877
|
class TrafficPolicyInstanceAlreadyExists < Struct.new(
|
6706
6878
|
:message)
|
6879
|
+
SENSITIVE = []
|
6707
6880
|
include Aws::Structure
|
6708
6881
|
end
|
6709
6882
|
|
@@ -6743,6 +6916,7 @@ module Aws::Route53
|
|
6743
6916
|
:type,
|
6744
6917
|
:latest_version,
|
6745
6918
|
:traffic_policy_count)
|
6919
|
+
SENSITIVE = []
|
6746
6920
|
include Aws::Structure
|
6747
6921
|
end
|
6748
6922
|
|
@@ -7137,6 +7311,7 @@ module Aws::Route53
|
|
7137
7311
|
:alarm_identifier,
|
7138
7312
|
:insufficient_data_health_status,
|
7139
7313
|
:reset_elements)
|
7314
|
+
SENSITIVE = []
|
7140
7315
|
include Aws::Structure
|
7141
7316
|
end
|
7142
7317
|
|
@@ -7152,6 +7327,7 @@ module Aws::Route53
|
|
7152
7327
|
#
|
7153
7328
|
class UpdateHealthCheckResponse < Struct.new(
|
7154
7329
|
:health_check)
|
7330
|
+
SENSITIVE = []
|
7155
7331
|
include Aws::Structure
|
7156
7332
|
end
|
7157
7333
|
|
@@ -7180,6 +7356,7 @@ module Aws::Route53
|
|
7180
7356
|
class UpdateHostedZoneCommentRequest < Struct.new(
|
7181
7357
|
:id,
|
7182
7358
|
:comment)
|
7359
|
+
SENSITIVE = []
|
7183
7360
|
include Aws::Structure
|
7184
7361
|
end
|
7185
7362
|
|
@@ -7195,6 +7372,7 @@ module Aws::Route53
|
|
7195
7372
|
#
|
7196
7373
|
class UpdateHostedZoneCommentResponse < Struct.new(
|
7197
7374
|
:hosted_zone)
|
7375
|
+
SENSITIVE = []
|
7198
7376
|
include Aws::Structure
|
7199
7377
|
end
|
7200
7378
|
|
@@ -7230,6 +7408,7 @@ module Aws::Route53
|
|
7230
7408
|
:id,
|
7231
7409
|
:version,
|
7232
7410
|
:comment)
|
7411
|
+
SENSITIVE = []
|
7233
7412
|
include Aws::Structure
|
7234
7413
|
end
|
7235
7414
|
|
@@ -7245,6 +7424,7 @@ module Aws::Route53
|
|
7245
7424
|
#
|
7246
7425
|
class UpdateTrafficPolicyCommentResponse < Struct.new(
|
7247
7426
|
:traffic_policy)
|
7427
|
+
SENSITIVE = []
|
7248
7428
|
include Aws::Structure
|
7249
7429
|
end
|
7250
7430
|
|
@@ -7290,6 +7470,7 @@ module Aws::Route53
|
|
7290
7470
|
:ttl,
|
7291
7471
|
:traffic_policy_id,
|
7292
7472
|
:traffic_policy_version)
|
7473
|
+
SENSITIVE = []
|
7293
7474
|
include Aws::Structure
|
7294
7475
|
end
|
7295
7476
|
|
@@ -7305,6 +7486,7 @@ module Aws::Route53
|
|
7305
7486
|
#
|
7306
7487
|
class UpdateTrafficPolicyInstanceResponse < Struct.new(
|
7307
7488
|
:traffic_policy_instance)
|
7489
|
+
SENSITIVE = []
|
7308
7490
|
include Aws::Structure
|
7309
7491
|
end
|
7310
7492
|
|
@@ -7333,6 +7515,7 @@ module Aws::Route53
|
|
7333
7515
|
class VPC < Struct.new(
|
7334
7516
|
:vpc_region,
|
7335
7517
|
:vpc_id)
|
7518
|
+
SENSITIVE = []
|
7336
7519
|
include Aws::Structure
|
7337
7520
|
end
|
7338
7521
|
|
@@ -7347,6 +7530,7 @@ module Aws::Route53
|
|
7347
7530
|
#
|
7348
7531
|
class VPCAssociationAuthorizationNotFound < Struct.new(
|
7349
7532
|
:message)
|
7533
|
+
SENSITIVE = []
|
7350
7534
|
include Aws::Structure
|
7351
7535
|
end
|
7352
7536
|
|
@@ -7360,6 +7544,7 @@ module Aws::Route53
|
|
7360
7544
|
#
|
7361
7545
|
class VPCAssociationNotFound < Struct.new(
|
7362
7546
|
:message)
|
7547
|
+
SENSITIVE = []
|
7363
7548
|
include Aws::Structure
|
7364
7549
|
end
|
7365
7550
|
|