aws-sdk-route53 1.38.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f545e07d30e9ce4dfa7f6ac445554c1ecb85f4bfd8d971440ce3110f677c8a0c
4
- data.tar.gz: f64687ed40b61bc97934db8b895c631822be9f62e7f384048de69fcc70555d8b
3
+ metadata.gz: e92956d63f9c1af2dcfbb533c130ca2e32f8ce2ad3ae670122147ef9147aaaf5
4
+ data.tar.gz: 2d6e505ef4b220332ad4590259709a6dd4bf04a8956e4d24e2832e20cfea37b4
5
5
  SHA512:
6
- metadata.gz: b7b93aa70f274f6dc728b7e57ebcb0273f6e79fcb9c20bd1ceb958712f8af80246f46ac2e5954388e41e4d6cb8222b42105925127ae759a52c245c2fc86f5d3b
7
- data.tar.gz: c394ac73036bea85906231e8c191e78dd7222ecdb3ee0583c96d104d74ce37a1c31e73d2243d59826f46eb3bbcb385b6be5865dea9ca68cb71081ec0151c527c
6
+ metadata.gz: 02e836f683413d5286f683d52dd34d11e3b44c348f7220d16f45af80acd3bfe8cb5e529b8ebd99c06cc4bd0b7f1064387f2fe26dce37e129b8db490031d456c9
7
+ data.tar.gz: 5b33c7715995ca577e61102638f2c4f10aa0dd76d41b656cf25e6d78dfd42ce2ff58a1bd72d08e6f39230936fd514de5a8917e3ac799fb80e1c49bc212104bdf
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-route53/customizations'
45
46
  #
46
47
  # See {Errors} for more information.
47
48
  #
48
- # @service
49
+ # @!group service
49
50
  module Aws::Route53
50
51
 
51
- GEM_VERSION = '1.38.0'
52
+ GEM_VERSION = '1.43.0'
52
53
 
53
54
  end
@@ -87,13 +87,28 @@ module Aws::Route53
87
87
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
88
88
  # credentials.
89
89
  #
90
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
91
+ # shared file, such as `~/.aws/config`.
92
+ #
93
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
94
+ #
95
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
96
+ # assume a role after providing credentials via the web.
97
+ #
98
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
99
+ # access token generated from `aws login`.
100
+ #
101
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
102
+ # process that outputs to stdout.
103
+ #
90
104
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
91
105
  # from an EC2 IMDS on an EC2 instance.
92
106
  #
93
- # * `Aws::SharedCredentials` - Used for loading credentials from a
94
- # shared file, such as `~/.aws/config`.
107
+ # * `Aws::ECSCredentials` - Used for loading credentials from
108
+ # instances running in ECS.
95
109
  #
96
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
110
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
111
+ # from the Cognito Identity service.
97
112
  #
98
113
  # When `:credentials` are not configured directly, the following
99
114
  # locations will be searched for credentials:
@@ -103,10 +118,10 @@ module Aws::Route53
103
118
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
104
119
  # * `~/.aws/credentials`
105
120
  # * `~/.aws/config`
106
- # * EC2 IMDS instance profile - When used by default, the timeouts are
107
- # very aggressive. Construct and pass an instance of
108
- # `Aws::InstanceProfileCredentails` to enable retries and extended
109
- # timeouts.
121
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
+ # are very aggressive. Construct and pass an instance of
123
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
+ # enable retries and extended timeouts.
110
125
  #
111
126
  # @option options [required, String] :region
112
127
  # The AWS region to connect to. The configured `:region` is
@@ -316,30 +331,18 @@ module Aws::Route53
316
331
 
317
332
  # Associates an Amazon VPC with a private hosted zone.
318
333
  #
319
- # <note markdown="1"> To perform the association, the VPC and the private hosted zone must
320
- # already exist. Also, you can't convert a public hosted zone into a
321
- # private hosted zone.
322
- #
323
- # </note>
324
- #
325
- # If you want to associate a VPC that was created by one AWS account
326
- # with a private hosted zone that was created by a different account, do
327
- # one of the following:
328
- #
329
- # * Use the AWS account that created the private hosted zone to submit a
330
- # [CreateVPCAssociationAuthorization][1] request. Then use the account
331
- # that created the VPC to submit an `AssociateVPCWithHostedZone`
332
- # request.
333
- #
334
- # * If a subnet in the VPC was shared with another account, you can use
335
- # the account that the subnet was shared with to submit an
336
- # `AssociateVPCWithHostedZone` request. For more information about
337
- # sharing subnets, see [Working with Shared VPCs][2].
338
- #
334
+ # To perform the association, the VPC and the private hosted zone must
335
+ # already exist. You can't convert a public hosted zone into a private
336
+ # hosted zone.
339
337
  #
338
+ # <note markdown="1"> If you want to associate a VPC that was created by using one AWS
339
+ # account with a private hosted zone that was created by using a
340
+ # different account, the AWS account that created the private hosted
341
+ # zone must first submit a `CreateVPCAssociationAuthorization` request.
342
+ # Then the account that created the VPC must submit an
343
+ # `AssociateVPCWithHostedZone` request.
340
344
  #
341
- # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateVPCAssociationAuthorization.html
342
- # [2]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html
345
+ # </note>
343
346
  #
344
347
  # @option params [required, String] :hosted_zone_id
345
348
  # The ID of the private hosted zone that you want to associate an Amazon
@@ -2246,6 +2249,24 @@ module Aws::Route53
2246
2249
 
2247
2250
  # Deletes a traffic policy.
2248
2251
  #
2252
+ # When you delete a traffic policy, Route 53 sets a flag on the policy
2253
+ # to indicate that it has been deleted. However, Route 53 never fully
2254
+ # deletes the traffic policy. Note the following:
2255
+ #
2256
+ # * Deleted traffic policies aren't listed if you run
2257
+ # [ListTrafficPolicies][1].
2258
+ #
2259
+ # * There's no way to get a list of deleted policies.
2260
+ #
2261
+ # * If you retain the ID of the policy, you can get information about
2262
+ # the policy, including the traffic policy document, by running
2263
+ # [GetTrafficPolicy][2].
2264
+ #
2265
+ #
2266
+ #
2267
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListTrafficPolicies.html
2268
+ # [2]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html
2269
+ #
2249
2270
  # @option params [required, String] :id
2250
2271
  # The ID of the traffic policy that you want to delete.
2251
2272
  #
@@ -3079,6 +3100,13 @@ module Aws::Route53
3079
3100
 
3080
3101
  # Gets information about a specific traffic policy version.
3081
3102
  #
3103
+ # For information about how of deleting a traffic policy affects the
3104
+ # response from `GetTrafficPolicy`, see [DeleteTrafficPolicy][1].
3105
+ #
3106
+ #
3107
+ #
3108
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html
3109
+ #
3082
3110
  # @option params [required, String] :id
3083
3111
  # The ID of the traffic policy that you want to get information about.
3084
3112
  #
@@ -3602,8 +3630,8 @@ module Aws::Route53
3602
3630
  # (Optional) The maximum number of hosted zones that you want Amazon
3603
3631
  # Route 53 to return. If the specified VPC is associated with more than
3604
3632
  # `MaxItems` hosted zones, the response includes a `NextToken` element.
3605
- # `NextToken` contains the hosted zone ID of the first hosted zone that
3606
- # Route 53 will return if you submit another request.
3633
+ # `NextToken` contains an encrypted token that identifies the first
3634
+ # hosted zone that Route 53 will return if you submit another request.
3607
3635
  #
3608
3636
  # @option params [String] :next_token
3609
3637
  # If the previous response included a `NextToken` element, the specified
@@ -4072,6 +4100,13 @@ module Aws::Route53
4072
4100
  # that is associated with the current AWS account. Policies are listed
4073
4101
  # in the order that they were created in.
4074
4102
  #
4103
+ # For information about how of deleting a traffic policy affects the
4104
+ # response from `ListTrafficPolicies`, see [DeleteTrafficPolicy][1].
4105
+ #
4106
+ #
4107
+ #
4108
+ # [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html
4109
+ #
4075
4110
  # @option params [String] :traffic_policy_id_marker
4076
4111
  # (Conditional) For your first request to `ListTrafficPolicies`, don't
4077
4112
  # include the `TrafficPolicyIdMarker` parameter.
@@ -5229,7 +5264,7 @@ module Aws::Route53
5229
5264
  params: params,
5230
5265
  config: config)
5231
5266
  context[:gem_name] = 'aws-sdk-route53'
5232
- context[:gem_version] = '1.38.0'
5267
+ context[:gem_version] = '1.43.0'
5233
5268
  Seahorse::Client::Request.new(handlers, context)
5234
5269
  end
5235
5270
 
@@ -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
 
@@ -4096,8 +4209,9 @@ module Aws::Route53
4096
4209
  # (Optional) The maximum number of hosted zones that you want Amazon
4097
4210
  # Route 53 to return. If the specified VPC is associated with more
4098
4211
  # than `MaxItems` hosted zones, the response includes a `NextToken`
4099
- # element. `NextToken` contains the hosted zone ID of the first hosted
4100
- # zone that Route 53 will return if you submit another request.
4212
+ # element. `NextToken` contains an encrypted token that identifies the
4213
+ # first hosted zone that Route 53 will return if you submit another
4214
+ # request.
4101
4215
  # @return [Integer]
4102
4216
  #
4103
4217
  # @!attribute [rw] next_token
@@ -4119,6 +4233,7 @@ module Aws::Route53
4119
4233
  :vpc_region,
4120
4234
  :max_items,
4121
4235
  :next_token)
4236
+ SENSITIVE = []
4122
4237
  include Aws::Structure
4123
4238
  end
4124
4239
 
@@ -4145,6 +4260,7 @@ module Aws::Route53
4145
4260
  :hosted_zone_summaries,
4146
4261
  :max_items,
4147
4262
  :next_token)
4263
+ SENSITIVE = []
4148
4264
  include Aws::Structure
4149
4265
  end
4150
4266
 
@@ -4193,6 +4309,7 @@ module Aws::Route53
4193
4309
  :marker,
4194
4310
  :max_items,
4195
4311
  :delegation_set_id)
4312
+ SENSITIVE = []
4196
4313
  include Aws::Structure
4197
4314
  end
4198
4315
 
@@ -4236,6 +4353,7 @@ module Aws::Route53
4236
4353
  :is_truncated,
4237
4354
  :next_marker,
4238
4355
  :max_items)
4356
+ SENSITIVE = []
4239
4357
  include Aws::Structure
4240
4358
  end
4241
4359
 
@@ -4290,6 +4408,7 @@ module Aws::Route53
4290
4408
  :hosted_zone_id,
4291
4409
  :next_token,
4292
4410
  :max_results)
4411
+ SENSITIVE = []
4293
4412
  include Aws::Structure
4294
4413
  end
4295
4414
 
@@ -4324,6 +4443,7 @@ module Aws::Route53
4324
4443
  class ListQueryLoggingConfigsResponse < Struct.new(
4325
4444
  :query_logging_configs,
4326
4445
  :next_token)
4446
+ SENSITIVE = []
4327
4447
  include Aws::Structure
4328
4448
  end
4329
4449
 
@@ -4411,6 +4531,7 @@ module Aws::Route53
4411
4531
  :start_record_type,
4412
4532
  :start_record_identifier,
4413
4533
  :max_items)
4534
+ SENSITIVE = []
4414
4535
  include Aws::Structure
4415
4536
  end
4416
4537
 
@@ -4468,6 +4589,7 @@ module Aws::Route53
4468
4589
  :next_record_type,
4469
4590
  :next_record_identifier,
4470
4591
  :max_items)
4592
+ SENSITIVE = []
4471
4593
  include Aws::Structure
4472
4594
  end
4473
4595
 
@@ -4508,6 +4630,7 @@ module Aws::Route53
4508
4630
  class ListReusableDelegationSetsRequest < Struct.new(
4509
4631
  :marker,
4510
4632
  :max_items)
4633
+ SENSITIVE = []
4511
4634
  include Aws::Structure
4512
4635
  end
4513
4636
 
@@ -4551,6 +4674,7 @@ module Aws::Route53
4551
4674
  :is_truncated,
4552
4675
  :next_marker,
4553
4676
  :max_items)
4677
+ SENSITIVE = []
4554
4678
  include Aws::Structure
4555
4679
  end
4556
4680
 
@@ -4582,6 +4706,7 @@ module Aws::Route53
4582
4706
  class ListTagsForResourceRequest < Struct.new(
4583
4707
  :resource_type,
4584
4708
  :resource_id)
4709
+ SENSITIVE = []
4585
4710
  include Aws::Structure
4586
4711
  end
4587
4712
 
@@ -4597,6 +4722,7 @@ module Aws::Route53
4597
4722
  #
4598
4723
  class ListTagsForResourceResponse < Struct.new(
4599
4724
  :resource_tag_set)
4725
+ SENSITIVE = []
4600
4726
  include Aws::Structure
4601
4727
  end
4602
4728
 
@@ -4629,6 +4755,7 @@ module Aws::Route53
4629
4755
  class ListTagsForResourcesRequest < Struct.new(
4630
4756
  :resource_type,
4631
4757
  :resource_ids)
4758
+ SENSITIVE = []
4632
4759
  include Aws::Structure
4633
4760
  end
4634
4761
 
@@ -4643,6 +4770,7 @@ module Aws::Route53
4643
4770
  #
4644
4771
  class ListTagsForResourcesResponse < Struct.new(
4645
4772
  :resource_tag_sets)
4773
+ SENSITIVE = []
4646
4774
  include Aws::Structure
4647
4775
  end
4648
4776
 
@@ -4683,6 +4811,7 @@ module Aws::Route53
4683
4811
  class ListTrafficPoliciesRequest < Struct.new(
4684
4812
  :traffic_policy_id_marker,
4685
4813
  :max_items)
4814
+ SENSITIVE = []
4686
4815
  include Aws::Structure
4687
4816
  end
4688
4817
 
@@ -4719,6 +4848,7 @@ module Aws::Route53
4719
4848
  :is_truncated,
4720
4849
  :traffic_policy_id_marker,
4721
4850
  :max_items)
4851
+ SENSITIVE = []
4722
4852
  include Aws::Structure
4723
4853
  end
4724
4854
 
@@ -4784,6 +4914,7 @@ module Aws::Route53
4784
4914
  :traffic_policy_instance_name_marker,
4785
4915
  :traffic_policy_instance_type_marker,
4786
4916
  :max_items)
4917
+ SENSITIVE = []
4787
4918
  include Aws::Structure
4788
4919
  end
4789
4920
 
@@ -4831,6 +4962,7 @@ module Aws::Route53
4831
4962
  :traffic_policy_instance_type_marker,
4832
4963
  :is_truncated,
4833
4964
  :max_items)
4965
+ SENSITIVE = []
4834
4966
  include Aws::Structure
4835
4967
  end
4836
4968
 
@@ -4925,6 +5057,7 @@ module Aws::Route53
4925
5057
  :traffic_policy_instance_name_marker,
4926
5058
  :traffic_policy_instance_type_marker,
4927
5059
  :max_items)
5060
+ SENSITIVE = []
4928
5061
  include Aws::Structure
4929
5062
  end
4930
5063
 
@@ -4979,6 +5112,7 @@ module Aws::Route53
4979
5112
  :traffic_policy_instance_type_marker,
4980
5113
  :is_truncated,
4981
5114
  :max_items)
5115
+ SENSITIVE = []
4982
5116
  include Aws::Structure
4983
5117
  end
4984
5118
 
@@ -5052,6 +5186,7 @@ module Aws::Route53
5052
5186
  :traffic_policy_instance_name_marker,
5053
5187
  :traffic_policy_instance_type_marker,
5054
5188
  :max_items)
5189
+ SENSITIVE = []
5055
5190
  include Aws::Structure
5056
5191
  end
5057
5192
 
@@ -5106,6 +5241,7 @@ module Aws::Route53
5106
5241
  :traffic_policy_instance_type_marker,
5107
5242
  :is_truncated,
5108
5243
  :max_items)
5244
+ SENSITIVE = []
5109
5245
  include Aws::Structure
5110
5246
  end
5111
5247
 
@@ -5153,6 +5289,7 @@ module Aws::Route53
5153
5289
  :id,
5154
5290
  :traffic_policy_version_marker,
5155
5291
  :max_items)
5292
+ SENSITIVE = []
5156
5293
  include Aws::Structure
5157
5294
  end
5158
5295
 
@@ -5195,6 +5332,7 @@ module Aws::Route53
5195
5332
  :is_truncated,
5196
5333
  :traffic_policy_version_marker,
5197
5334
  :max_items)
5335
+ SENSITIVE = []
5198
5336
  include Aws::Structure
5199
5337
  end
5200
5338
 
@@ -5235,6 +5373,7 @@ module Aws::Route53
5235
5373
  :hosted_zone_id,
5236
5374
  :next_token,
5237
5375
  :max_results)
5376
+ SENSITIVE = []
5238
5377
  include Aws::Structure
5239
5378
  end
5240
5379
 
@@ -5265,6 +5404,7 @@ module Aws::Route53
5265
5404
  :hosted_zone_id,
5266
5405
  :next_token,
5267
5406
  :vp_cs)
5407
+ SENSITIVE = []
5268
5408
  include Aws::Structure
5269
5409
  end
5270
5410
 
@@ -5277,6 +5417,7 @@ module Aws::Route53
5277
5417
  #
5278
5418
  class NoSuchChange < Struct.new(
5279
5419
  :message)
5420
+ SENSITIVE = []
5280
5421
  include Aws::Structure
5281
5422
  end
5282
5423
 
@@ -5289,6 +5430,7 @@ module Aws::Route53
5289
5430
  #
5290
5431
  class NoSuchCloudWatchLogsLogGroup < Struct.new(
5291
5432
  :message)
5433
+ SENSITIVE = []
5292
5434
  include Aws::Structure
5293
5435
  end
5294
5436
 
@@ -5302,6 +5444,7 @@ module Aws::Route53
5302
5444
  #
5303
5445
  class NoSuchDelegationSet < Struct.new(
5304
5446
  :message)
5447
+ SENSITIVE = []
5305
5448
  include Aws::Structure
5306
5449
  end
5307
5450
 
@@ -5321,6 +5464,7 @@ module Aws::Route53
5321
5464
  #
5322
5465
  class NoSuchGeoLocation < Struct.new(
5323
5466
  :message)
5467
+ SENSITIVE = []
5324
5468
  include Aws::Structure
5325
5469
  end
5326
5470
 
@@ -5334,6 +5478,7 @@ module Aws::Route53
5334
5478
  #
5335
5479
  class NoSuchHealthCheck < Struct.new(
5336
5480
  :message)
5481
+ SENSITIVE = []
5337
5482
  include Aws::Structure
5338
5483
  end
5339
5484
 
@@ -5347,6 +5492,7 @@ module Aws::Route53
5347
5492
  #
5348
5493
  class NoSuchHostedZone < Struct.new(
5349
5494
  :message)
5495
+ SENSITIVE = []
5350
5496
  include Aws::Structure
5351
5497
  end
5352
5498
 
@@ -5359,6 +5505,7 @@ module Aws::Route53
5359
5505
  #
5360
5506
  class NoSuchQueryLoggingConfig < Struct.new(
5361
5507
  :message)
5508
+ SENSITIVE = []
5362
5509
  include Aws::Structure
5363
5510
  end
5364
5511
 
@@ -5372,6 +5519,7 @@ module Aws::Route53
5372
5519
  #
5373
5520
  class NoSuchTrafficPolicy < Struct.new(
5374
5521
  :message)
5522
+ SENSITIVE = []
5375
5523
  include Aws::Structure
5376
5524
  end
5377
5525
 
@@ -5385,6 +5533,7 @@ module Aws::Route53
5385
5533
  #
5386
5534
  class NoSuchTrafficPolicyInstance < Struct.new(
5387
5535
  :message)
5536
+ SENSITIVE = []
5388
5537
  include Aws::Structure
5389
5538
  end
5390
5539
 
@@ -5399,6 +5548,7 @@ module Aws::Route53
5399
5548
  #
5400
5549
  class NotAuthorizedException < Struct.new(
5401
5550
  :message)
5551
+ SENSITIVE = []
5402
5552
  include Aws::Structure
5403
5553
  end
5404
5554
 
@@ -5416,6 +5566,7 @@ module Aws::Route53
5416
5566
  #
5417
5567
  class PriorRequestNotComplete < Struct.new(
5418
5568
  :message)
5569
+ SENSITIVE = []
5419
5570
  include Aws::Structure
5420
5571
  end
5421
5572
 
@@ -5430,6 +5581,7 @@ module Aws::Route53
5430
5581
  #
5431
5582
  class PublicZoneVPCAssociation < Struct.new(
5432
5583
  :message)
5584
+ SENSITIVE = []
5433
5585
  include Aws::Structure
5434
5586
  end
5435
5587
 
@@ -5456,6 +5608,7 @@ module Aws::Route53
5456
5608
  :id,
5457
5609
  :hosted_zone_id,
5458
5610
  :cloud_watch_logs_log_group_arn)
5611
+ SENSITIVE = []
5459
5612
  include Aws::Structure
5460
5613
  end
5461
5614
 
@@ -5469,6 +5622,7 @@ module Aws::Route53
5469
5622
  #
5470
5623
  class QueryLoggingConfigAlreadyExists < Struct.new(
5471
5624
  :message)
5625
+ SENSITIVE = []
5472
5626
  include Aws::Structure
5473
5627
  end
5474
5628
 
@@ -5509,6 +5663,7 @@ module Aws::Route53
5509
5663
  #
5510
5664
  class ResourceRecord < Struct.new(
5511
5665
  :value)
5666
+ SENSITIVE = []
5512
5667
  include Aws::Structure
5513
5668
  end
5514
5669
 
@@ -6104,6 +6259,7 @@ module Aws::Route53
6104
6259
  :alias_target,
6105
6260
  :health_check_id,
6106
6261
  :traffic_policy_instance_id)
6262
+ SENSITIVE = []
6107
6263
  include Aws::Structure
6108
6264
  end
6109
6265
 
@@ -6131,6 +6287,7 @@ module Aws::Route53
6131
6287
  :resource_type,
6132
6288
  :resource_id,
6133
6289
  :tags)
6290
+ SENSITIVE = []
6134
6291
  include Aws::Structure
6135
6292
  end
6136
6293
 
@@ -6154,6 +6311,7 @@ module Aws::Route53
6154
6311
  class ReusableDelegationSetLimit < Struct.new(
6155
6312
  :type,
6156
6313
  :value)
6314
+ SENSITIVE = []
6157
6315
  include Aws::Structure
6158
6316
  end
6159
6317
 
@@ -6181,6 +6339,7 @@ module Aws::Route53
6181
6339
  class StatusReport < Struct.new(
6182
6340
  :status,
6183
6341
  :checked_time)
6342
+ SENSITIVE = []
6184
6343
  include Aws::Structure
6185
6344
  end
6186
6345
 
@@ -6230,6 +6389,7 @@ module Aws::Route53
6230
6389
  class Tag < Struct.new(
6231
6390
  :key,
6232
6391
  :value)
6392
+ SENSITIVE = []
6233
6393
  include Aws::Structure
6234
6394
  end
6235
6395
 
@@ -6304,6 +6464,7 @@ module Aws::Route53
6304
6464
  :resolver_ip,
6305
6465
  :edns0_client_subnet_ip,
6306
6466
  :edns0_client_subnet_mask)
6467
+ SENSITIVE = []
6307
6468
  include Aws::Structure
6308
6469
  end
6309
6470
 
@@ -6355,6 +6516,7 @@ module Aws::Route53
6355
6516
  :record_data,
6356
6517
  :response_code,
6357
6518
  :protocol)
6519
+ SENSITIVE = []
6358
6520
  include Aws::Structure
6359
6521
  end
6360
6522
 
@@ -6367,6 +6529,7 @@ module Aws::Route53
6367
6529
  #
6368
6530
  class ThrottlingException < Struct.new(
6369
6531
  :message)
6532
+ SENSITIVE = []
6370
6533
  include Aws::Structure
6371
6534
  end
6372
6535
 
@@ -6397,6 +6560,7 @@ module Aws::Route53
6397
6560
  #
6398
6561
  class TooManyHealthChecks < Struct.new(
6399
6562
  :message)
6563
+ SENSITIVE = []
6400
6564
  include Aws::Structure
6401
6565
  end
6402
6566
 
@@ -6432,6 +6596,7 @@ module Aws::Route53
6432
6596
  #
6433
6597
  class TooManyHostedZones < Struct.new(
6434
6598
  :message)
6599
+ SENSITIVE = []
6435
6600
  include Aws::Structure
6436
6601
  end
6437
6602
 
@@ -6460,6 +6625,7 @@ module Aws::Route53
6460
6625
  #
6461
6626
  class TooManyTrafficPolicies < Struct.new(
6462
6627
  :message)
6628
+ SENSITIVE = []
6463
6629
  include Aws::Structure
6464
6630
  end
6465
6631
 
@@ -6490,6 +6656,7 @@ module Aws::Route53
6490
6656
  #
6491
6657
  class TooManyTrafficPolicyInstances < Struct.new(
6492
6658
  :message)
6659
+ SENSITIVE = []
6493
6660
  include Aws::Structure
6494
6661
  end
6495
6662
 
@@ -6516,6 +6683,7 @@ module Aws::Route53
6516
6683
  #
6517
6684
  class TooManyTrafficPolicyVersionsForCurrentPolicy < Struct.new(
6518
6685
  :message)
6686
+ SENSITIVE = []
6519
6687
  include Aws::Structure
6520
6688
  end
6521
6689
 
@@ -6534,6 +6702,7 @@ module Aws::Route53
6534
6702
  #
6535
6703
  class TooManyVPCAssociationAuthorizations < Struct.new(
6536
6704
  :message)
6705
+ SENSITIVE = []
6537
6706
  include Aws::Structure
6538
6707
  end
6539
6708
 
@@ -6584,6 +6753,7 @@ module Aws::Route53
6584
6753
  :type,
6585
6754
  :document,
6586
6755
  :comment)
6756
+ SENSITIVE = []
6587
6757
  include Aws::Structure
6588
6758
  end
6589
6759
 
@@ -6597,6 +6767,7 @@ module Aws::Route53
6597
6767
  #
6598
6768
  class TrafficPolicyAlreadyExists < Struct.new(
6599
6769
  :message)
6770
+ SENSITIVE = []
6600
6771
  include Aws::Structure
6601
6772
  end
6602
6773
 
@@ -6611,6 +6782,7 @@ module Aws::Route53
6611
6782
  #
6612
6783
  class TrafficPolicyInUse < Struct.new(
6613
6784
  :message)
6785
+ SENSITIVE = []
6614
6786
  include Aws::Structure
6615
6787
  end
6616
6788
 
@@ -6691,6 +6863,7 @@ module Aws::Route53
6691
6863
  :traffic_policy_id,
6692
6864
  :traffic_policy_version,
6693
6865
  :traffic_policy_type)
6866
+ SENSITIVE = []
6694
6867
  include Aws::Structure
6695
6868
  end
6696
6869
 
@@ -6704,6 +6877,7 @@ module Aws::Route53
6704
6877
  #
6705
6878
  class TrafficPolicyInstanceAlreadyExists < Struct.new(
6706
6879
  :message)
6880
+ SENSITIVE = []
6707
6881
  include Aws::Structure
6708
6882
  end
6709
6883
 
@@ -6743,6 +6917,7 @@ module Aws::Route53
6743
6917
  :type,
6744
6918
  :latest_version,
6745
6919
  :traffic_policy_count)
6920
+ SENSITIVE = []
6746
6921
  include Aws::Structure
6747
6922
  end
6748
6923
 
@@ -7137,6 +7312,7 @@ module Aws::Route53
7137
7312
  :alarm_identifier,
7138
7313
  :insufficient_data_health_status,
7139
7314
  :reset_elements)
7315
+ SENSITIVE = []
7140
7316
  include Aws::Structure
7141
7317
  end
7142
7318
 
@@ -7152,6 +7328,7 @@ module Aws::Route53
7152
7328
  #
7153
7329
  class UpdateHealthCheckResponse < Struct.new(
7154
7330
  :health_check)
7331
+ SENSITIVE = []
7155
7332
  include Aws::Structure
7156
7333
  end
7157
7334
 
@@ -7180,6 +7357,7 @@ module Aws::Route53
7180
7357
  class UpdateHostedZoneCommentRequest < Struct.new(
7181
7358
  :id,
7182
7359
  :comment)
7360
+ SENSITIVE = []
7183
7361
  include Aws::Structure
7184
7362
  end
7185
7363
 
@@ -7195,6 +7373,7 @@ module Aws::Route53
7195
7373
  #
7196
7374
  class UpdateHostedZoneCommentResponse < Struct.new(
7197
7375
  :hosted_zone)
7376
+ SENSITIVE = []
7198
7377
  include Aws::Structure
7199
7378
  end
7200
7379
 
@@ -7230,6 +7409,7 @@ module Aws::Route53
7230
7409
  :id,
7231
7410
  :version,
7232
7411
  :comment)
7412
+ SENSITIVE = []
7233
7413
  include Aws::Structure
7234
7414
  end
7235
7415
 
@@ -7245,6 +7425,7 @@ module Aws::Route53
7245
7425
  #
7246
7426
  class UpdateTrafficPolicyCommentResponse < Struct.new(
7247
7427
  :traffic_policy)
7428
+ SENSITIVE = []
7248
7429
  include Aws::Structure
7249
7430
  end
7250
7431
 
@@ -7290,6 +7471,7 @@ module Aws::Route53
7290
7471
  :ttl,
7291
7472
  :traffic_policy_id,
7292
7473
  :traffic_policy_version)
7474
+ SENSITIVE = []
7293
7475
  include Aws::Structure
7294
7476
  end
7295
7477
 
@@ -7305,6 +7487,7 @@ module Aws::Route53
7305
7487
  #
7306
7488
  class UpdateTrafficPolicyInstanceResponse < Struct.new(
7307
7489
  :traffic_policy_instance)
7490
+ SENSITIVE = []
7308
7491
  include Aws::Structure
7309
7492
  end
7310
7493
 
@@ -7333,6 +7516,7 @@ module Aws::Route53
7333
7516
  class VPC < Struct.new(
7334
7517
  :vpc_region,
7335
7518
  :vpc_id)
7519
+ SENSITIVE = []
7336
7520
  include Aws::Structure
7337
7521
  end
7338
7522
 
@@ -7347,6 +7531,7 @@ module Aws::Route53
7347
7531
  #
7348
7532
  class VPCAssociationAuthorizationNotFound < Struct.new(
7349
7533
  :message)
7534
+ SENSITIVE = []
7350
7535
  include Aws::Structure
7351
7536
  end
7352
7537
 
@@ -7360,6 +7545,7 @@ module Aws::Route53
7360
7545
  #
7361
7546
  class VPCAssociationNotFound < Struct.new(
7362
7547
  :message)
7548
+ SENSITIVE = []
7363
7549
  include Aws::Structure
7364
7550
  end
7365
7551