@aws-sdk/client-route-53 3.381.0 → 3.385.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +484 -0
- package/package.json +5 -5
|
@@ -22,6 +22,7 @@ export type AccountLimitType = (typeof AccountLimitType)[keyof typeof AccountLim
|
|
|
22
22
|
*/
|
|
23
23
|
export interface AccountLimit {
|
|
24
24
|
/**
|
|
25
|
+
* @public
|
|
25
26
|
* <p>The limit that you requested. Valid values include the following:</p>
|
|
26
27
|
* <ul>
|
|
27
28
|
* <li>
|
|
@@ -56,6 +57,7 @@ export interface AccountLimit {
|
|
|
56
57
|
*/
|
|
57
58
|
Type: AccountLimitType | string | undefined;
|
|
58
59
|
/**
|
|
60
|
+
* @public
|
|
59
61
|
* <p>The current value for the limit that is specified by <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_AccountLimit.html#Route53-Type-AccountLimit-Type">Type</a>.</p>
|
|
60
62
|
*/
|
|
61
63
|
Value: number | undefined;
|
|
@@ -65,10 +67,12 @@ export interface AccountLimit {
|
|
|
65
67
|
*/
|
|
66
68
|
export interface ActivateKeySigningKeyRequest {
|
|
67
69
|
/**
|
|
70
|
+
* @public
|
|
68
71
|
* <p>A unique string used to identify a hosted zone.</p>
|
|
69
72
|
*/
|
|
70
73
|
HostedZoneId: string | undefined;
|
|
71
74
|
/**
|
|
75
|
+
* @public
|
|
72
76
|
* <p>A string used to identify a key-signing key (KSK). <code>Name</code> can include
|
|
73
77
|
* numbers, letters, and underscores (_). <code>Name</code> must be unique for each
|
|
74
78
|
* key-signing key in the same hosted zone.</p>
|
|
@@ -94,22 +98,26 @@ export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
|
94
98
|
*/
|
|
95
99
|
export interface ChangeInfo {
|
|
96
100
|
/**
|
|
101
|
+
* @public
|
|
97
102
|
* <p>This element contains an ID that you use when performing a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html">GetChange</a> action to get
|
|
98
103
|
* detailed information about the change.</p>
|
|
99
104
|
*/
|
|
100
105
|
Id: string | undefined;
|
|
101
106
|
/**
|
|
107
|
+
* @public
|
|
102
108
|
* <p>The current state of the request. <code>PENDING</code> indicates that this request has
|
|
103
109
|
* not yet been applied to all Amazon Route 53 DNS servers.</p>
|
|
104
110
|
*/
|
|
105
111
|
Status: ChangeStatus | string | undefined;
|
|
106
112
|
/**
|
|
113
|
+
* @public
|
|
107
114
|
* <p>The date and time that the change request was submitted in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601 format</a> and Coordinated
|
|
108
115
|
* Universal Time (UTC). For example, the value <code>2017-03-27T17:48:16.751Z</code>
|
|
109
116
|
* represents March 27, 2017 at 17:48:16.751 UTC.</p>
|
|
110
117
|
*/
|
|
111
118
|
SubmittedAt: Date | undefined;
|
|
112
119
|
/**
|
|
120
|
+
* @public
|
|
113
121
|
* <p>A comment you can provide.</p>
|
|
114
122
|
*/
|
|
115
123
|
Comment?: string;
|
|
@@ -119,6 +127,7 @@ export interface ChangeInfo {
|
|
|
119
127
|
*/
|
|
120
128
|
export interface ActivateKeySigningKeyResponse {
|
|
121
129
|
/**
|
|
130
|
+
* @public
|
|
122
131
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
123
132
|
* zone.</p>
|
|
124
133
|
*/
|
|
@@ -253,6 +262,7 @@ export type CloudWatchRegion = (typeof CloudWatchRegion)[keyof typeof CloudWatch
|
|
|
253
262
|
*/
|
|
254
263
|
export interface AlarmIdentifier {
|
|
255
264
|
/**
|
|
265
|
+
* @public
|
|
256
266
|
* <p>For the CloudWatch alarm that you want Route 53 health checkers to use to determine
|
|
257
267
|
* whether this health check is healthy, the region that the alarm was created in.</p>
|
|
258
268
|
* <p>For the current list of CloudWatch regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/cw_region.html">Amazon CloudWatch endpoints and
|
|
@@ -261,6 +271,7 @@ export interface AlarmIdentifier {
|
|
|
261
271
|
*/
|
|
262
272
|
Region: CloudWatchRegion | string | undefined;
|
|
263
273
|
/**
|
|
274
|
+
* @public
|
|
264
275
|
* <p>The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use
|
|
265
276
|
* to determine whether this health check is healthy.</p>
|
|
266
277
|
* <note>
|
|
@@ -296,6 +307,7 @@ export interface AlarmIdentifier {
|
|
|
296
307
|
*/
|
|
297
308
|
export interface AliasTarget {
|
|
298
309
|
/**
|
|
310
|
+
* @public
|
|
299
311
|
* <p>
|
|
300
312
|
* <i>Alias resource records sets only</i>: The value used depends on where
|
|
301
313
|
* you want to route traffic:</p>
|
|
@@ -413,6 +425,7 @@ export interface AliasTarget {
|
|
|
413
425
|
*/
|
|
414
426
|
HostedZoneId: string | undefined;
|
|
415
427
|
/**
|
|
428
|
+
* @public
|
|
416
429
|
* <p>
|
|
417
430
|
* <i>Alias resource record sets only:</i> The value that you specify
|
|
418
431
|
* depends on where you want to route queries:</p>
|
|
@@ -609,6 +622,7 @@ export interface AliasTarget {
|
|
|
609
622
|
*/
|
|
610
623
|
DNSName: string | undefined;
|
|
611
624
|
/**
|
|
625
|
+
* @public
|
|
612
626
|
* <p>
|
|
613
627
|
* <i>Applies only to alias, failover alias, geolocation alias, latency alias, and
|
|
614
628
|
* weighted alias resource record sets:</i> When
|
|
@@ -757,11 +771,13 @@ export type VPCRegion = (typeof VPCRegion)[keyof typeof VPCRegion];
|
|
|
757
771
|
*/
|
|
758
772
|
export interface VPC {
|
|
759
773
|
/**
|
|
774
|
+
* @public
|
|
760
775
|
* <p>(Private hosted zones only) The region that an Amazon VPC was created
|
|
761
776
|
* in.</p>
|
|
762
777
|
*/
|
|
763
778
|
VPCRegion?: VPCRegion | string;
|
|
764
779
|
/**
|
|
780
|
+
* @public
|
|
765
781
|
* <p>(Private hosted zones only) The ID of an Amazon VPC. </p>
|
|
766
782
|
*/
|
|
767
783
|
VPCId?: string;
|
|
@@ -773,6 +789,7 @@ export interface VPC {
|
|
|
773
789
|
*/
|
|
774
790
|
export interface AssociateVPCWithHostedZoneRequest {
|
|
775
791
|
/**
|
|
792
|
+
* @public
|
|
776
793
|
* <p>The ID of the private hosted zone that you want to associate an Amazon VPC
|
|
777
794
|
* with.</p>
|
|
778
795
|
* <p>Note that you can't associate a VPC with a hosted zone that doesn't have an existing
|
|
@@ -780,11 +797,13 @@ export interface AssociateVPCWithHostedZoneRequest {
|
|
|
780
797
|
*/
|
|
781
798
|
HostedZoneId: string | undefined;
|
|
782
799
|
/**
|
|
800
|
+
* @public
|
|
783
801
|
* <p>A complex type that contains information about the VPC that you want to associate with
|
|
784
802
|
* a private hosted zone.</p>
|
|
785
803
|
*/
|
|
786
804
|
VPC: VPC | undefined;
|
|
787
805
|
/**
|
|
806
|
+
* @public
|
|
788
807
|
* <p>
|
|
789
808
|
* <i>Optional:</i> A comment about the association request.</p>
|
|
790
809
|
*/
|
|
@@ -797,6 +816,7 @@ export interface AssociateVPCWithHostedZoneRequest {
|
|
|
797
816
|
*/
|
|
798
817
|
export interface AssociateVPCWithHostedZoneResponse {
|
|
799
818
|
/**
|
|
819
|
+
* @public
|
|
800
820
|
* <p>A complex type that describes the changes made to your hosted zone.</p>
|
|
801
821
|
*/
|
|
802
822
|
ChangeInfo: ChangeInfo | undefined;
|
|
@@ -936,15 +956,18 @@ export type CidrCollectionChangeAction = (typeof CidrCollectionChangeAction)[key
|
|
|
936
956
|
*/
|
|
937
957
|
export interface CidrCollectionChange {
|
|
938
958
|
/**
|
|
959
|
+
* @public
|
|
939
960
|
* <p>Name of the location that is associated with the CIDR
|
|
940
961
|
* collection.</p>
|
|
941
962
|
*/
|
|
942
963
|
LocationName: string | undefined;
|
|
943
964
|
/**
|
|
965
|
+
* @public
|
|
944
966
|
* <p>CIDR collection change action. </p>
|
|
945
967
|
*/
|
|
946
968
|
Action: CidrCollectionChangeAction | string | undefined;
|
|
947
969
|
/**
|
|
970
|
+
* @public
|
|
948
971
|
* <p>List of CIDR blocks.</p>
|
|
949
972
|
*/
|
|
950
973
|
CidrList: string[] | undefined;
|
|
@@ -954,10 +977,12 @@ export interface CidrCollectionChange {
|
|
|
954
977
|
*/
|
|
955
978
|
export interface ChangeCidrCollectionRequest {
|
|
956
979
|
/**
|
|
980
|
+
* @public
|
|
957
981
|
* <p>The UUID of the CIDR collection to update.</p>
|
|
958
982
|
*/
|
|
959
983
|
Id: string | undefined;
|
|
960
984
|
/**
|
|
985
|
+
* @public
|
|
961
986
|
* <p>A sequential counter that Amazon Route 53 sets to 1 when you create a
|
|
962
987
|
* collection and increments it by 1 each time you update the collection.</p>
|
|
963
988
|
* <p>We recommend that you use <code>ListCidrCollection</code> to get the current value of
|
|
@@ -980,6 +1005,7 @@ export interface ChangeCidrCollectionRequest {
|
|
|
980
1005
|
*/
|
|
981
1006
|
CollectionVersion?: number;
|
|
982
1007
|
/**
|
|
1008
|
+
* @public
|
|
983
1009
|
* <p> Information about changes to a CIDR collection.</p>
|
|
984
1010
|
*/
|
|
985
1011
|
Changes: CidrCollectionChange[] | undefined;
|
|
@@ -989,6 +1015,7 @@ export interface ChangeCidrCollectionRequest {
|
|
|
989
1015
|
*/
|
|
990
1016
|
export interface ChangeCidrCollectionResponse {
|
|
991
1017
|
/**
|
|
1018
|
+
* @public
|
|
992
1019
|
* <p>The ID that is returned by <code>ChangeCidrCollection</code>. You can use it as input to
|
|
993
1020
|
* <code>GetChange</code> to see if a CIDR collection change has propagated or
|
|
994
1021
|
* not.</p>
|
|
@@ -1057,10 +1084,12 @@ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
|
1057
1084
|
*/
|
|
1058
1085
|
export interface CidrRoutingConfig {
|
|
1059
1086
|
/**
|
|
1087
|
+
* @public
|
|
1060
1088
|
* <p>The CIDR collection ID.</p>
|
|
1061
1089
|
*/
|
|
1062
1090
|
CollectionId: string | undefined;
|
|
1063
1091
|
/**
|
|
1092
|
+
* @public
|
|
1064
1093
|
* <p>The CIDR collection location name.</p>
|
|
1065
1094
|
*/
|
|
1066
1095
|
LocationName: string | undefined;
|
|
@@ -1083,6 +1112,7 @@ export type ResourceRecordSetFailover = (typeof ResourceRecordSetFailover)[keyof
|
|
|
1083
1112
|
*/
|
|
1084
1113
|
export interface GeoLocation {
|
|
1085
1114
|
/**
|
|
1115
|
+
* @public
|
|
1086
1116
|
* <p>The two-letter code for the continent.</p>
|
|
1087
1117
|
* <p>Amazon Route 53 supports the following continent codes:</p>
|
|
1088
1118
|
* <ul>
|
|
@@ -1120,12 +1150,14 @@ export interface GeoLocation {
|
|
|
1120
1150
|
*/
|
|
1121
1151
|
ContinentCode?: string;
|
|
1122
1152
|
/**
|
|
1153
|
+
* @public
|
|
1123
1154
|
* <p>For geolocation resource record sets, the two-letter code for a country.</p>
|
|
1124
1155
|
* <p>Amazon Route 53 uses the two-letter country codes that are specified in <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO standard 3166-1
|
|
1125
1156
|
* alpha-2</a>.</p>
|
|
1126
1157
|
*/
|
|
1127
1158
|
CountryCode?: string;
|
|
1128
1159
|
/**
|
|
1160
|
+
* @public
|
|
1129
1161
|
* <p>For geolocation resource record sets, the two-letter code for a state of the United
|
|
1130
1162
|
* States. Route 53 doesn't support any other values for <code>SubdivisionCode</code>. For
|
|
1131
1163
|
* a list of state abbreviations, see <a href="https://pe.usps.com/text/pub28/28apb.htm">Appendix B: Two–Letter State and Possession Abbreviations</a> on the United
|
|
@@ -1185,6 +1217,7 @@ export type ResourceRecordSetRegion = (typeof ResourceRecordSetRegion)[keyof typ
|
|
|
1185
1217
|
*/
|
|
1186
1218
|
export interface ResourceRecord {
|
|
1187
1219
|
/**
|
|
1220
|
+
* @public
|
|
1188
1221
|
* <p>The current or new DNS record value, not to exceed 4,000 characters. In the case of a
|
|
1189
1222
|
* <code>DELETE</code> action, if the current value does not match the actual value, an
|
|
1190
1223
|
* error is returned. For descriptions about how to format <code>Value</code> for different
|
|
@@ -1228,6 +1261,7 @@ export type RRType = (typeof RRType)[keyof typeof RRType];
|
|
|
1228
1261
|
*/
|
|
1229
1262
|
export interface ResourceRecordSet {
|
|
1230
1263
|
/**
|
|
1264
|
+
* @public
|
|
1231
1265
|
* <p>For <code>ChangeResourceRecordSets</code> requests, the name of the record that you
|
|
1232
1266
|
* want to create, update, or delete. For <code>ListResourceRecordSets</code> responses,
|
|
1233
1267
|
* the name of a record in the specified hosted zone.</p>
|
|
@@ -1270,6 +1304,7 @@ export interface ResourceRecordSet {
|
|
|
1270
1304
|
*/
|
|
1271
1305
|
Name: string | undefined;
|
|
1272
1306
|
/**
|
|
1307
|
+
* @public
|
|
1273
1308
|
* <p>The DNS record type. For information about different record types and how data is
|
|
1274
1309
|
* encoded for them, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html">Supported DNS Resource
|
|
1275
1310
|
* Record Types</a> in the <i>Amazon Route 53 Developer
|
|
@@ -1361,6 +1396,7 @@ export interface ResourceRecordSet {
|
|
|
1361
1396
|
*/
|
|
1362
1397
|
Type: RRType | string | undefined;
|
|
1363
1398
|
/**
|
|
1399
|
+
* @public
|
|
1364
1400
|
* <p>
|
|
1365
1401
|
* <i>Resource record sets that have a routing policy other than
|
|
1366
1402
|
* simple:</i> An identifier that differentiates among multiple resource record
|
|
@@ -1373,6 +1409,7 @@ export interface ResourceRecordSet {
|
|
|
1373
1409
|
*/
|
|
1374
1410
|
SetIdentifier?: string;
|
|
1375
1411
|
/**
|
|
1412
|
+
* @public
|
|
1376
1413
|
* <p>
|
|
1377
1414
|
* <i>Weighted resource record sets only:</i> Among resource record sets
|
|
1378
1415
|
* that have the same combination of DNS name and type, a value that determines the
|
|
@@ -1415,6 +1452,7 @@ export interface ResourceRecordSet {
|
|
|
1415
1452
|
*/
|
|
1416
1453
|
Weight?: number;
|
|
1417
1454
|
/**
|
|
1455
|
+
* @public
|
|
1418
1456
|
* <p>
|
|
1419
1457
|
* <i>Latency-based resource record sets only:</i> The Amazon EC2 Region
|
|
1420
1458
|
* where you created the resource that this resource record set refers to. The resource
|
|
@@ -1450,6 +1488,7 @@ export interface ResourceRecordSet {
|
|
|
1450
1488
|
*/
|
|
1451
1489
|
Region?: ResourceRecordSetRegion | string;
|
|
1452
1490
|
/**
|
|
1491
|
+
* @public
|
|
1453
1492
|
* <p>
|
|
1454
1493
|
* <i>Geolocation resource record sets only:</i> A complex type that lets
|
|
1455
1494
|
* you control how Amazon Route 53 responds to DNS queries based on the geographic origin
|
|
@@ -1490,6 +1529,7 @@ export interface ResourceRecordSet {
|
|
|
1490
1529
|
*/
|
|
1491
1530
|
GeoLocation?: GeoLocation;
|
|
1492
1531
|
/**
|
|
1532
|
+
* @public
|
|
1493
1533
|
* <p>
|
|
1494
1534
|
* <i>Failover resource record sets only:</i> To configure failover, you
|
|
1495
1535
|
* add the <code>Failover</code> element to two resource record sets. For one resource
|
|
@@ -1546,6 +1586,7 @@ export interface ResourceRecordSet {
|
|
|
1546
1586
|
*/
|
|
1547
1587
|
Failover?: ResourceRecordSetFailover | string;
|
|
1548
1588
|
/**
|
|
1589
|
+
* @public
|
|
1549
1590
|
* <p>
|
|
1550
1591
|
* <i>Multivalue answer resource record sets only</i>: To route traffic
|
|
1551
1592
|
* approximately randomly to multiple resources, such as web servers, create one multivalue
|
|
@@ -1583,6 +1624,7 @@ export interface ResourceRecordSet {
|
|
|
1583
1624
|
*/
|
|
1584
1625
|
MultiValueAnswer?: boolean;
|
|
1585
1626
|
/**
|
|
1627
|
+
* @public
|
|
1586
1628
|
* <p>The resource record cache time to live (TTL), in seconds. Note the following:</p>
|
|
1587
1629
|
* <ul>
|
|
1588
1630
|
* <li>
|
|
@@ -1612,6 +1654,7 @@ export interface ResourceRecordSet {
|
|
|
1612
1654
|
*/
|
|
1613
1655
|
TTL?: number;
|
|
1614
1656
|
/**
|
|
1657
|
+
* @public
|
|
1615
1658
|
* <p>Information about the resource records to act upon.</p>
|
|
1616
1659
|
* <note>
|
|
1617
1660
|
* <p>If you're creating an alias resource record set, omit
|
|
@@ -1620,6 +1663,7 @@ export interface ResourceRecordSet {
|
|
|
1620
1663
|
*/
|
|
1621
1664
|
ResourceRecords?: ResourceRecord[];
|
|
1622
1665
|
/**
|
|
1666
|
+
* @public
|
|
1623
1667
|
* <p>
|
|
1624
1668
|
* <i>Alias resource record sets only:</i> Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that
|
|
1625
1669
|
* you want to route traffic to. </p>
|
|
@@ -1639,6 +1683,7 @@ export interface ResourceRecordSet {
|
|
|
1639
1683
|
*/
|
|
1640
1684
|
AliasTarget?: AliasTarget;
|
|
1641
1685
|
/**
|
|
1686
|
+
* @public
|
|
1642
1687
|
* <p>If you want Amazon Route 53 to return this resource record set in response to a DNS
|
|
1643
1688
|
* query only when the status of a health check is healthy, include the
|
|
1644
1689
|
* <code>HealthCheckId</code> element and specify the ID of the applicable health
|
|
@@ -1794,6 +1839,7 @@ export interface ResourceRecordSet {
|
|
|
1794
1839
|
*/
|
|
1795
1840
|
HealthCheckId?: string;
|
|
1796
1841
|
/**
|
|
1842
|
+
* @public
|
|
1797
1843
|
* <p>When you create a traffic policy instance, Amazon Route 53 automatically creates a
|
|
1798
1844
|
* resource record set. <code>TrafficPolicyInstanceId</code> is the ID of the traffic
|
|
1799
1845
|
* policy instance that Route 53 created this resource record set for.</p>
|
|
@@ -1808,6 +1854,7 @@ export interface ResourceRecordSet {
|
|
|
1808
1854
|
*/
|
|
1809
1855
|
TrafficPolicyInstanceId?: string;
|
|
1810
1856
|
/**
|
|
1857
|
+
* @public
|
|
1811
1858
|
* <p>The object that is specified in resource record set object when you are linking a
|
|
1812
1859
|
* resource record set to a CIDR location.</p>
|
|
1813
1860
|
* <p>A <code>LocationName</code> with an asterisk “*” can be used to create a default CIDR
|
|
@@ -1821,6 +1868,7 @@ export interface ResourceRecordSet {
|
|
|
1821
1868
|
*/
|
|
1822
1869
|
export interface Change {
|
|
1823
1870
|
/**
|
|
1871
|
+
* @public
|
|
1824
1872
|
* <p>The action to perform:</p>
|
|
1825
1873
|
* <ul>
|
|
1826
1874
|
* <li>
|
|
@@ -1850,6 +1898,7 @@ export interface Change {
|
|
|
1850
1898
|
*/
|
|
1851
1899
|
Action: ChangeAction | string | undefined;
|
|
1852
1900
|
/**
|
|
1901
|
+
* @public
|
|
1853
1902
|
* <p>Information about the resource record set to create, delete, or update.</p>
|
|
1854
1903
|
*/
|
|
1855
1904
|
ResourceRecordSet: ResourceRecordSet | undefined;
|
|
@@ -1860,12 +1909,14 @@ export interface Change {
|
|
|
1860
1909
|
*/
|
|
1861
1910
|
export interface ChangeBatch {
|
|
1862
1911
|
/**
|
|
1912
|
+
* @public
|
|
1863
1913
|
* <p>
|
|
1864
1914
|
* <i>Optional:</i> Any comments you want to include about a change batch
|
|
1865
1915
|
* request.</p>
|
|
1866
1916
|
*/
|
|
1867
1917
|
Comment?: string;
|
|
1868
1918
|
/**
|
|
1919
|
+
* @public
|
|
1869
1920
|
* <p>Information about the changes to make to the record sets.</p>
|
|
1870
1921
|
*/
|
|
1871
1922
|
Changes: Change[] | undefined;
|
|
@@ -1876,11 +1927,13 @@ export interface ChangeBatch {
|
|
|
1876
1927
|
*/
|
|
1877
1928
|
export interface ChangeResourceRecordSetsRequest {
|
|
1878
1929
|
/**
|
|
1930
|
+
* @public
|
|
1879
1931
|
* <p>The ID of the hosted zone that contains the resource record sets that you want to
|
|
1880
1932
|
* change.</p>
|
|
1881
1933
|
*/
|
|
1882
1934
|
HostedZoneId: string | undefined;
|
|
1883
1935
|
/**
|
|
1936
|
+
* @public
|
|
1884
1937
|
* <p>A complex type that contains an optional comment and the <code>Changes</code>
|
|
1885
1938
|
* element.</p>
|
|
1886
1939
|
*/
|
|
@@ -1892,6 +1945,7 @@ export interface ChangeResourceRecordSetsRequest {
|
|
|
1892
1945
|
*/
|
|
1893
1946
|
export interface ChangeResourceRecordSetsResponse {
|
|
1894
1947
|
/**
|
|
1948
|
+
* @public
|
|
1895
1949
|
* <p>A complex type that contains information about changes made to your hosted
|
|
1896
1950
|
* zone.</p>
|
|
1897
1951
|
* <p>This element contains an ID that you use when performing a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html">GetChange</a> action to get
|
|
@@ -1908,6 +1962,7 @@ export declare class InvalidChangeBatch extends __BaseException {
|
|
|
1908
1962
|
readonly name: "InvalidChangeBatch";
|
|
1909
1963
|
readonly $fault: "client";
|
|
1910
1964
|
/**
|
|
1965
|
+
* @public
|
|
1911
1966
|
* <p></p>
|
|
1912
1967
|
*/
|
|
1913
1968
|
messages?: string[];
|
|
@@ -1935,6 +1990,7 @@ export declare class NoSuchHealthCheck extends __BaseException {
|
|
|
1935
1990
|
*/
|
|
1936
1991
|
export interface Tag {
|
|
1937
1992
|
/**
|
|
1993
|
+
* @public
|
|
1938
1994
|
* <p>The value of <code>Key</code> depends on the operation that you want to
|
|
1939
1995
|
* perform:</p>
|
|
1940
1996
|
* <ul>
|
|
@@ -1964,6 +2020,7 @@ export interface Tag {
|
|
|
1964
2020
|
*/
|
|
1965
2021
|
Key?: string;
|
|
1966
2022
|
/**
|
|
2023
|
+
* @public
|
|
1967
2024
|
* <p>The value of <code>Value</code> depends on the operation that you want to
|
|
1968
2025
|
* perform:</p>
|
|
1969
2026
|
* <ul>
|
|
@@ -2000,6 +2057,7 @@ export type TagResourceType = (typeof TagResourceType)[keyof typeof TagResourceT
|
|
|
2000
2057
|
*/
|
|
2001
2058
|
export interface ChangeTagsForResourceRequest {
|
|
2002
2059
|
/**
|
|
2060
|
+
* @public
|
|
2003
2061
|
* <p>The type of the resource.</p>
|
|
2004
2062
|
* <ul>
|
|
2005
2063
|
* <li>
|
|
@@ -2012,10 +2070,12 @@ export interface ChangeTagsForResourceRequest {
|
|
|
2012
2070
|
*/
|
|
2013
2071
|
ResourceType: TagResourceType | string | undefined;
|
|
2014
2072
|
/**
|
|
2073
|
+
* @public
|
|
2015
2074
|
* <p>The ID of the resource for which you want to add, change, or delete tags.</p>
|
|
2016
2075
|
*/
|
|
2017
2076
|
ResourceId: string | undefined;
|
|
2018
2077
|
/**
|
|
2078
|
+
* @public
|
|
2019
2079
|
* <p>A complex type that contains a list of the tags that you want to add to the specified
|
|
2020
2080
|
* health check or hosted zone and/or the tags that you want to edit <code>Value</code>
|
|
2021
2081
|
* for.</p>
|
|
@@ -2023,6 +2083,7 @@ export interface ChangeTagsForResourceRequest {
|
|
|
2023
2083
|
*/
|
|
2024
2084
|
AddTags?: Tag[];
|
|
2025
2085
|
/**
|
|
2086
|
+
* @public
|
|
2026
2087
|
* <p>A complex type that contains a list of the tags that you want to delete from the
|
|
2027
2088
|
* specified health check or hosted zone. You can specify up to 10 keys.</p>
|
|
2028
2089
|
*/
|
|
@@ -2064,11 +2125,13 @@ export declare class CidrCollectionAlreadyExistsException extends __BaseExceptio
|
|
|
2064
2125
|
*/
|
|
2065
2126
|
export interface CreateCidrCollectionRequest {
|
|
2066
2127
|
/**
|
|
2128
|
+
* @public
|
|
2067
2129
|
* <p>A unique identifier for the account that can be used to reference the collection from
|
|
2068
2130
|
* other API calls.</p>
|
|
2069
2131
|
*/
|
|
2070
2132
|
Name: string | undefined;
|
|
2071
2133
|
/**
|
|
2134
|
+
* @public
|
|
2072
2135
|
* <p>A client-specific token that allows requests to be securely retried so that the
|
|
2073
2136
|
* intended outcome will only occur once, retries receive a similar response, and there are
|
|
2074
2137
|
* no additional edge cases to handle.</p>
|
|
@@ -2083,19 +2146,23 @@ export interface CreateCidrCollectionRequest {
|
|
|
2083
2146
|
*/
|
|
2084
2147
|
export interface CidrCollection {
|
|
2085
2148
|
/**
|
|
2149
|
+
* @public
|
|
2086
2150
|
* <p>The ARN of the collection. Can be used to reference the collection in IAM policy or in
|
|
2087
2151
|
* another Amazon Web Services account.</p>
|
|
2088
2152
|
*/
|
|
2089
2153
|
Arn?: string;
|
|
2090
2154
|
/**
|
|
2155
|
+
* @public
|
|
2091
2156
|
* <p>The unique ID of the CIDR collection.</p>
|
|
2092
2157
|
*/
|
|
2093
2158
|
Id?: string;
|
|
2094
2159
|
/**
|
|
2160
|
+
* @public
|
|
2095
2161
|
* <p>The name of a CIDR collection.</p>
|
|
2096
2162
|
*/
|
|
2097
2163
|
Name?: string;
|
|
2098
2164
|
/**
|
|
2165
|
+
* @public
|
|
2099
2166
|
* <p>A sequential counter that Route 53 sets to 1 when you create a CIDR
|
|
2100
2167
|
* collection and increments by 1 each time you update settings for the CIDR
|
|
2101
2168
|
* collection.</p>
|
|
@@ -2107,10 +2174,12 @@ export interface CidrCollection {
|
|
|
2107
2174
|
*/
|
|
2108
2175
|
export interface CreateCidrCollectionResponse {
|
|
2109
2176
|
/**
|
|
2177
|
+
* @public
|
|
2110
2178
|
* <p>A complex type that contains information about the CIDR collection.</p>
|
|
2111
2179
|
*/
|
|
2112
2180
|
Collection?: CidrCollection;
|
|
2113
2181
|
/**
|
|
2182
|
+
* @public
|
|
2114
2183
|
* <p>A unique URL that represents the location for the CIDR collection.</p>
|
|
2115
2184
|
*/
|
|
2116
2185
|
Location?: string;
|
|
@@ -2170,6 +2239,7 @@ export type HealthCheckType = (typeof HealthCheckType)[keyof typeof HealthCheckT
|
|
|
2170
2239
|
*/
|
|
2171
2240
|
export interface HealthCheckConfig {
|
|
2172
2241
|
/**
|
|
2242
|
+
* @public
|
|
2173
2243
|
* <p>The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform
|
|
2174
2244
|
* health checks on. If you don't specify a value for <code>IPAddress</code>, Route 53
|
|
2175
2245
|
* sends a DNS request to resolve the domain name that you specify in
|
|
@@ -2225,6 +2295,7 @@ export interface HealthCheckConfig {
|
|
|
2225
2295
|
*/
|
|
2226
2296
|
IPAddress?: string;
|
|
2227
2297
|
/**
|
|
2298
|
+
* @public
|
|
2228
2299
|
* <p>The port on the endpoint that you want Amazon Route 53 to perform health checks
|
|
2229
2300
|
* on.</p>
|
|
2230
2301
|
* <note>
|
|
@@ -2235,6 +2306,7 @@ export interface HealthCheckConfig {
|
|
|
2235
2306
|
*/
|
|
2236
2307
|
Port?: number;
|
|
2237
2308
|
/**
|
|
2309
|
+
* @public
|
|
2238
2310
|
* <p>The type of health check that you want to create, which indicates how Amazon Route 53
|
|
2239
2311
|
* determines whether an endpoint is healthy.</p>
|
|
2240
2312
|
* <important>
|
|
@@ -2310,6 +2382,7 @@ export interface HealthCheckConfig {
|
|
|
2310
2382
|
*/
|
|
2311
2383
|
Type: HealthCheckType | string | undefined;
|
|
2312
2384
|
/**
|
|
2385
|
+
* @public
|
|
2313
2386
|
* <p>The path, if any, that you want Amazon Route 53 to request when performing health
|
|
2314
2387
|
* checks. The path can be any value for which your endpoint will return an HTTP status
|
|
2315
2388
|
* code of 2xx or 3xx when the endpoint is healthy, for example, the file
|
|
@@ -2318,6 +2391,7 @@ export interface HealthCheckConfig {
|
|
|
2318
2391
|
*/
|
|
2319
2392
|
ResourcePath?: string;
|
|
2320
2393
|
/**
|
|
2394
|
+
* @public
|
|
2321
2395
|
* <p>Amazon Route 53 behavior depends on whether you specify a value for
|
|
2322
2396
|
* <code>IPAddress</code>.</p>
|
|
2323
2397
|
* <p>
|
|
@@ -2388,6 +2462,7 @@ export interface HealthCheckConfig {
|
|
|
2388
2462
|
*/
|
|
2389
2463
|
FullyQualifiedDomainName?: string;
|
|
2390
2464
|
/**
|
|
2465
|
+
* @public
|
|
2391
2466
|
* <p>If the value of Type is <code>HTTP_STR_MATCH</code> or <code>HTTPS_STR_MATCH</code>,
|
|
2392
2467
|
* the string that you want Amazon Route 53 to search for in the response body from the
|
|
2393
2468
|
* specified resource. If the string appears in the response body, Route 53 considers the
|
|
@@ -2397,6 +2472,7 @@ export interface HealthCheckConfig {
|
|
|
2397
2472
|
*/
|
|
2398
2473
|
SearchString?: string;
|
|
2399
2474
|
/**
|
|
2475
|
+
* @public
|
|
2400
2476
|
* <p>The number of seconds between the time that Amazon Route 53 gets a response from your
|
|
2401
2477
|
* endpoint and the time that it sends the next health check request. Each Route 53 health
|
|
2402
2478
|
* checker makes requests at this interval.</p>
|
|
@@ -2409,6 +2485,7 @@ export interface HealthCheckConfig {
|
|
|
2409
2485
|
*/
|
|
2410
2486
|
RequestInterval?: number;
|
|
2411
2487
|
/**
|
|
2488
|
+
* @public
|
|
2412
2489
|
* <p>The number of consecutive health checks that an endpoint must pass or fail for Amazon
|
|
2413
2490
|
* Route 53 to change the current status of the endpoint from unhealthy to healthy or vice
|
|
2414
2491
|
* versa. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Amazon Route 53 Determines Whether an Endpoint Is Healthy</a> in the
|
|
@@ -2418,6 +2495,7 @@ export interface HealthCheckConfig {
|
|
|
2418
2495
|
*/
|
|
2419
2496
|
FailureThreshold?: number;
|
|
2420
2497
|
/**
|
|
2498
|
+
* @public
|
|
2421
2499
|
* <p>Specify whether you want Amazon Route 53 to measure the latency between health
|
|
2422
2500
|
* checkers in multiple Amazon Web Services regions and your endpoint, and to display
|
|
2423
2501
|
* CloudWatch latency graphs on the <b>Health Checks</b> page in
|
|
@@ -2429,12 +2507,14 @@ export interface HealthCheckConfig {
|
|
|
2429
2507
|
*/
|
|
2430
2508
|
MeasureLatency?: boolean;
|
|
2431
2509
|
/**
|
|
2510
|
+
* @public
|
|
2432
2511
|
* <p>Specify whether you want Amazon Route 53 to invert the status of a health check, for
|
|
2433
2512
|
* example, to consider a health check unhealthy when it otherwise would be considered
|
|
2434
2513
|
* healthy.</p>
|
|
2435
2514
|
*/
|
|
2436
2515
|
Inverted?: boolean;
|
|
2437
2516
|
/**
|
|
2517
|
+
* @public
|
|
2438
2518
|
* <p>Stops Route 53 from performing health checks. When you disable a health check, here's
|
|
2439
2519
|
* what happens:</p>
|
|
2440
2520
|
* <ul>
|
|
@@ -2465,6 +2545,7 @@ export interface HealthCheckConfig {
|
|
|
2465
2545
|
*/
|
|
2466
2546
|
Disabled?: boolean;
|
|
2467
2547
|
/**
|
|
2548
|
+
* @public
|
|
2468
2549
|
* <p>The number of child health checks that are associated with a <code>CALCULATED</code>
|
|
2469
2550
|
* health check that Amazon Route 53 must consider healthy for the <code>CALCULATED</code>
|
|
2470
2551
|
* health check to be considered healthy. To specify the child health checks that you want
|
|
@@ -2483,12 +2564,14 @@ export interface HealthCheckConfig {
|
|
|
2483
2564
|
*/
|
|
2484
2565
|
HealthThreshold?: number;
|
|
2485
2566
|
/**
|
|
2567
|
+
* @public
|
|
2486
2568
|
* <p>(CALCULATED Health Checks Only) A complex type that contains one
|
|
2487
2569
|
* <code>ChildHealthCheck</code> element for each health check that you want to
|
|
2488
2570
|
* associate with a <code>CALCULATED</code> health check.</p>
|
|
2489
2571
|
*/
|
|
2490
2572
|
ChildHealthChecks?: string[];
|
|
2491
2573
|
/**
|
|
2574
|
+
* @public
|
|
2492
2575
|
* <p>Specify whether you want Amazon Route 53 to send the value of
|
|
2493
2576
|
* <code>FullyQualifiedDomainName</code> to the endpoint in the
|
|
2494
2577
|
* <code>client_hello</code> message during TLS negotiation. This allows the endpoint
|
|
@@ -2512,6 +2595,7 @@ export interface HealthCheckConfig {
|
|
|
2512
2595
|
*/
|
|
2513
2596
|
EnableSNI?: boolean;
|
|
2514
2597
|
/**
|
|
2598
|
+
* @public
|
|
2515
2599
|
* <p>A complex type that contains one <code>Region</code> element for each region from
|
|
2516
2600
|
* which you want Amazon Route 53 health checkers to check the specified endpoint.</p>
|
|
2517
2601
|
* <p>If you don't specify any regions, Route 53 health checkers automatically performs
|
|
@@ -2524,12 +2608,14 @@ export interface HealthCheckConfig {
|
|
|
2524
2608
|
*/
|
|
2525
2609
|
Regions?: (HealthCheckRegion | string)[];
|
|
2526
2610
|
/**
|
|
2611
|
+
* @public
|
|
2527
2612
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53
|
|
2528
2613
|
* health checkers to use to determine whether the specified health check is
|
|
2529
2614
|
* healthy.</p>
|
|
2530
2615
|
*/
|
|
2531
2616
|
AlarmIdentifier?: AlarmIdentifier;
|
|
2532
2617
|
/**
|
|
2618
|
+
* @public
|
|
2533
2619
|
* <p>When CloudWatch has insufficient data about the metric to determine the alarm state,
|
|
2534
2620
|
* the status that you want Amazon Route 53 to assign to the health check:</p>
|
|
2535
2621
|
* <ul>
|
|
@@ -2554,6 +2640,7 @@ export interface HealthCheckConfig {
|
|
|
2554
2640
|
*/
|
|
2555
2641
|
InsufficientDataHealthStatus?: InsufficientDataHealthStatus | string;
|
|
2556
2642
|
/**
|
|
2643
|
+
* @public
|
|
2557
2644
|
* <p>The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller
|
|
2558
2645
|
* routing control.</p>
|
|
2559
2646
|
* <p>For more information about Route 53 Application Recovery Controller, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route-53-recovery.html">Route 53 Application Recovery Controller Developer Guide.</a>.</p>
|
|
@@ -2566,6 +2653,7 @@ export interface HealthCheckConfig {
|
|
|
2566
2653
|
*/
|
|
2567
2654
|
export interface CreateHealthCheckRequest {
|
|
2568
2655
|
/**
|
|
2656
|
+
* @public
|
|
2569
2657
|
* <p>A unique string that identifies the request and that allows you to retry a failed
|
|
2570
2658
|
* <code>CreateHealthCheck</code> request without the risk of creating two identical
|
|
2571
2659
|
* health checks:</p>
|
|
@@ -2596,6 +2684,7 @@ export interface CreateHealthCheckRequest {
|
|
|
2596
2684
|
*/
|
|
2597
2685
|
CallerReference: string | undefined;
|
|
2598
2686
|
/**
|
|
2687
|
+
* @public
|
|
2599
2688
|
* <p>A complex type that contains settings for a new health check.</p>
|
|
2600
2689
|
*/
|
|
2601
2690
|
HealthCheckConfig: HealthCheckConfig | undefined;
|
|
@@ -2621,11 +2710,13 @@ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof Compar
|
|
|
2621
2710
|
*/
|
|
2622
2711
|
export interface Dimension {
|
|
2623
2712
|
/**
|
|
2713
|
+
* @public
|
|
2624
2714
|
* <p>For the metric that the CloudWatch alarm is associated with, the name of one
|
|
2625
2715
|
* dimension.</p>
|
|
2626
2716
|
*/
|
|
2627
2717
|
Name: string | undefined;
|
|
2628
2718
|
/**
|
|
2719
|
+
* @public
|
|
2629
2720
|
* <p>For the metric that the CloudWatch alarm is associated with, the value of one
|
|
2630
2721
|
* dimension.</p>
|
|
2631
2722
|
*/
|
|
@@ -2653,30 +2744,36 @@ export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
|
2653
2744
|
*/
|
|
2654
2745
|
export interface CloudWatchAlarmConfiguration {
|
|
2655
2746
|
/**
|
|
2747
|
+
* @public
|
|
2656
2748
|
* <p>For the metric that the CloudWatch alarm is associated with, the number of periods
|
|
2657
2749
|
* that the metric is compared to the threshold.</p>
|
|
2658
2750
|
*/
|
|
2659
2751
|
EvaluationPeriods: number | undefined;
|
|
2660
2752
|
/**
|
|
2753
|
+
* @public
|
|
2661
2754
|
* <p>For the metric that the CloudWatch alarm is associated with, the value the metric is
|
|
2662
2755
|
* compared with.</p>
|
|
2663
2756
|
*/
|
|
2664
2757
|
Threshold: number | undefined;
|
|
2665
2758
|
/**
|
|
2759
|
+
* @public
|
|
2666
2760
|
* <p>For the metric that the CloudWatch alarm is associated with, the arithmetic operation
|
|
2667
2761
|
* that is used for the comparison.</p>
|
|
2668
2762
|
*/
|
|
2669
2763
|
ComparisonOperator: ComparisonOperator | string | undefined;
|
|
2670
2764
|
/**
|
|
2765
|
+
* @public
|
|
2671
2766
|
* <p>For the metric that the CloudWatch alarm is associated with, the duration of one
|
|
2672
2767
|
* evaluation period in seconds.</p>
|
|
2673
2768
|
*/
|
|
2674
2769
|
Period: number | undefined;
|
|
2675
2770
|
/**
|
|
2771
|
+
* @public
|
|
2676
2772
|
* <p>The name of the CloudWatch metric that the alarm is associated with.</p>
|
|
2677
2773
|
*/
|
|
2678
2774
|
MetricName: string | undefined;
|
|
2679
2775
|
/**
|
|
2776
|
+
* @public
|
|
2680
2777
|
* <p>The namespace of the metric that the alarm is associated with. For more information,
|
|
2681
2778
|
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html">Amazon
|
|
2682
2779
|
* CloudWatch Namespaces, Dimensions, and Metrics Reference</a> in the
|
|
@@ -2684,11 +2781,13 @@ export interface CloudWatchAlarmConfiguration {
|
|
|
2684
2781
|
*/
|
|
2685
2782
|
Namespace: string | undefined;
|
|
2686
2783
|
/**
|
|
2784
|
+
* @public
|
|
2687
2785
|
* <p>For the metric that the CloudWatch alarm is associated with, the statistic that is
|
|
2688
2786
|
* applied to the metric.</p>
|
|
2689
2787
|
*/
|
|
2690
2788
|
Statistic: Statistic | string | undefined;
|
|
2691
2789
|
/**
|
|
2790
|
+
* @public
|
|
2692
2791
|
* <p>For the metric that the CloudWatch alarm is associated with, a complex type that
|
|
2693
2792
|
* contains information about the dimensions for the metric. For information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html">Amazon
|
|
2694
2793
|
* CloudWatch Namespaces, Dimensions, and Metrics Reference</a> in the
|
|
@@ -2705,12 +2804,14 @@ export interface CloudWatchAlarmConfiguration {
|
|
|
2705
2804
|
*/
|
|
2706
2805
|
export interface LinkedService {
|
|
2707
2806
|
/**
|
|
2807
|
+
* @public
|
|
2708
2808
|
* <p>If the health check or hosted zone was created by another service, the service that
|
|
2709
2809
|
* created the resource. When a resource is created by another service, you can't edit or
|
|
2710
2810
|
* delete it using Amazon Route 53. </p>
|
|
2711
2811
|
*/
|
|
2712
2812
|
ServicePrincipal?: string;
|
|
2713
2813
|
/**
|
|
2814
|
+
* @public
|
|
2714
2815
|
* <p>If the health check or hosted zone was created by another service, an optional
|
|
2715
2816
|
* description that can be provided by the other service. When a resource is created by
|
|
2716
2817
|
* another service, you can't edit or delete it using Amazon Route 53. </p>
|
|
@@ -2724,32 +2825,38 @@ export interface LinkedService {
|
|
|
2724
2825
|
*/
|
|
2725
2826
|
export interface HealthCheck {
|
|
2726
2827
|
/**
|
|
2828
|
+
* @public
|
|
2727
2829
|
* <p>The identifier that Amazon Route 53 assigned to the health check when you created it.
|
|
2728
2830
|
* When you add or update a resource record set, you use this value to specify which health
|
|
2729
2831
|
* check to use. The value can be up to 64 characters long. </p>
|
|
2730
2832
|
*/
|
|
2731
2833
|
Id: string | undefined;
|
|
2732
2834
|
/**
|
|
2835
|
+
* @public
|
|
2733
2836
|
* <p>A unique string that you specified when you created the health check.</p>
|
|
2734
2837
|
*/
|
|
2735
2838
|
CallerReference: string | undefined;
|
|
2736
2839
|
/**
|
|
2840
|
+
* @public
|
|
2737
2841
|
* <p>If the health check was created by another service, the service that created the
|
|
2738
2842
|
* health check. When a health check is created by another service, you can't edit or
|
|
2739
2843
|
* delete it using Amazon Route 53. </p>
|
|
2740
2844
|
*/
|
|
2741
2845
|
LinkedService?: LinkedService;
|
|
2742
2846
|
/**
|
|
2847
|
+
* @public
|
|
2743
2848
|
* <p>A complex type that contains detailed information about one health check.</p>
|
|
2744
2849
|
*/
|
|
2745
2850
|
HealthCheckConfig: HealthCheckConfig | undefined;
|
|
2746
2851
|
/**
|
|
2852
|
+
* @public
|
|
2747
2853
|
* <p>The version of the health check. You can optionally pass this value in a call to
|
|
2748
2854
|
* <code>UpdateHealthCheck</code> to prevent overwriting another change to the health
|
|
2749
2855
|
* check.</p>
|
|
2750
2856
|
*/
|
|
2751
2857
|
HealthCheckVersion: number | undefined;
|
|
2752
2858
|
/**
|
|
2859
|
+
* @public
|
|
2753
2860
|
* <p>A complex type that contains information about the CloudWatch alarm that Amazon Route
|
|
2754
2861
|
* 53 is monitoring for this health check.</p>
|
|
2755
2862
|
*/
|
|
@@ -2761,10 +2868,12 @@ export interface HealthCheck {
|
|
|
2761
2868
|
*/
|
|
2762
2869
|
export interface CreateHealthCheckResponse {
|
|
2763
2870
|
/**
|
|
2871
|
+
* @public
|
|
2764
2872
|
* <p>A complex type that contains identifying information about the health check.</p>
|
|
2765
2873
|
*/
|
|
2766
2874
|
HealthCheck: HealthCheck | undefined;
|
|
2767
2875
|
/**
|
|
2876
|
+
* @public
|
|
2768
2877
|
* <p>The unique URL representing the new health check.</p>
|
|
2769
2878
|
*/
|
|
2770
2879
|
Location: string | undefined;
|
|
@@ -2821,10 +2930,12 @@ export declare class TooManyHealthChecks extends __BaseException {
|
|
|
2821
2930
|
*/
|
|
2822
2931
|
export interface HostedZoneConfig {
|
|
2823
2932
|
/**
|
|
2933
|
+
* @public
|
|
2824
2934
|
* <p>Any comments that you want to include about the hosted zone.</p>
|
|
2825
2935
|
*/
|
|
2826
2936
|
Comment?: string;
|
|
2827
2937
|
/**
|
|
2938
|
+
* @public
|
|
2828
2939
|
* <p>A value that indicates whether this is a private hosted zone.</p>
|
|
2829
2940
|
*/
|
|
2830
2941
|
PrivateZone?: boolean;
|
|
@@ -2836,6 +2947,7 @@ export interface HostedZoneConfig {
|
|
|
2836
2947
|
*/
|
|
2837
2948
|
export interface CreateHostedZoneRequest {
|
|
2838
2949
|
/**
|
|
2950
|
+
* @public
|
|
2839
2951
|
* <p>The name of the domain. Specify a fully qualified domain name, for example,
|
|
2840
2952
|
* <i>www.example.com</i>. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that
|
|
2841
2953
|
* Route 53 treats <i>www.example.com</i> (without a trailing
|
|
@@ -2849,6 +2961,7 @@ export interface CreateHostedZoneRequest {
|
|
|
2849
2961
|
*/
|
|
2850
2962
|
Name: string | undefined;
|
|
2851
2963
|
/**
|
|
2964
|
+
* @public
|
|
2852
2965
|
* <p>(Private hosted zones only) A complex type that contains information about the Amazon
|
|
2853
2966
|
* VPC that you're associating with this hosted zone.</p>
|
|
2854
2967
|
* <p>You can specify only one Amazon VPC when you create a private hosted zone. If you are
|
|
@@ -2858,6 +2971,7 @@ export interface CreateHostedZoneRequest {
|
|
|
2858
2971
|
*/
|
|
2859
2972
|
VPC?: VPC;
|
|
2860
2973
|
/**
|
|
2974
|
+
* @public
|
|
2861
2975
|
* <p>A unique string that identifies the request and that allows failed
|
|
2862
2976
|
* <code>CreateHostedZone</code> requests to be retried without the risk of executing
|
|
2863
2977
|
* the operation twice. You must use a unique <code>CallerReference</code> string every
|
|
@@ -2866,6 +2980,7 @@ export interface CreateHostedZoneRequest {
|
|
|
2866
2980
|
*/
|
|
2867
2981
|
CallerReference: string | undefined;
|
|
2868
2982
|
/**
|
|
2983
|
+
* @public
|
|
2869
2984
|
* <p>(Optional) A complex type that contains the following optional values:</p>
|
|
2870
2985
|
* <ul>
|
|
2871
2986
|
* <li>
|
|
@@ -2880,6 +2995,7 @@ export interface CreateHostedZoneRequest {
|
|
|
2880
2995
|
*/
|
|
2881
2996
|
HostedZoneConfig?: HostedZoneConfig;
|
|
2882
2997
|
/**
|
|
2998
|
+
* @public
|
|
2883
2999
|
* <p>If you want to associate a reusable delegation set with this hosted zone, the ID that
|
|
2884
3000
|
* Amazon Route 53 assigned to the reusable delegation set when you created it.
|
|
2885
3001
|
* For more information about reusable delegation sets, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html">CreateReusableDelegationSet</a>.</p>
|
|
@@ -2897,15 +3013,18 @@ export interface CreateHostedZoneRequest {
|
|
|
2897
3013
|
*/
|
|
2898
3014
|
export interface DelegationSet {
|
|
2899
3015
|
/**
|
|
3016
|
+
* @public
|
|
2900
3017
|
* <p>The ID that Amazon Route 53 assigns to a reusable delegation set.</p>
|
|
2901
3018
|
*/
|
|
2902
3019
|
Id?: string;
|
|
2903
3020
|
/**
|
|
3021
|
+
* @public
|
|
2904
3022
|
* <p>The value that you specified for <code>CallerReference</code> when you created the
|
|
2905
3023
|
* reusable delegation set.</p>
|
|
2906
3024
|
*/
|
|
2907
3025
|
CallerReference?: string;
|
|
2908
3026
|
/**
|
|
3027
|
+
* @public
|
|
2909
3028
|
* <p>A complex type that contains a list of the authoritative name servers for a hosted
|
|
2910
3029
|
* zone or for a reusable delegation set.</p>
|
|
2911
3030
|
*/
|
|
@@ -2917,10 +3036,12 @@ export interface DelegationSet {
|
|
|
2917
3036
|
*/
|
|
2918
3037
|
export interface HostedZone {
|
|
2919
3038
|
/**
|
|
3039
|
+
* @public
|
|
2920
3040
|
* <p>The ID that Amazon Route 53 assigned to the hosted zone when you created it.</p>
|
|
2921
3041
|
*/
|
|
2922
3042
|
Id: string | undefined;
|
|
2923
3043
|
/**
|
|
3044
|
+
* @public
|
|
2924
3045
|
* <p>The name of the domain. For public hosted zones, this is the name that you have
|
|
2925
3046
|
* registered with your DNS registrar.</p>
|
|
2926
3047
|
* <p>For information about how to specify characters other than <code>a-z</code>,
|
|
@@ -2929,11 +3050,13 @@ export interface HostedZone {
|
|
|
2929
3050
|
*/
|
|
2930
3051
|
Name: string | undefined;
|
|
2931
3052
|
/**
|
|
3053
|
+
* @public
|
|
2932
3054
|
* <p>The value that you specified for <code>CallerReference</code> when you created the
|
|
2933
3055
|
* hosted zone.</p>
|
|
2934
3056
|
*/
|
|
2935
3057
|
CallerReference: string | undefined;
|
|
2936
3058
|
/**
|
|
3059
|
+
* @public
|
|
2937
3060
|
* <p>A complex type that includes the <code>Comment</code> and <code>PrivateZone</code>
|
|
2938
3061
|
* elements. If you omitted the <code>HostedZoneConfig</code> and <code>Comment</code>
|
|
2939
3062
|
* elements from the request, the <code>Config</code> and <code>Comment</code> elements
|
|
@@ -2941,10 +3064,12 @@ export interface HostedZone {
|
|
|
2941
3064
|
*/
|
|
2942
3065
|
Config?: HostedZoneConfig;
|
|
2943
3066
|
/**
|
|
3067
|
+
* @public
|
|
2944
3068
|
* <p>The number of resource record sets in the hosted zone.</p>
|
|
2945
3069
|
*/
|
|
2946
3070
|
ResourceRecordSetCount?: number;
|
|
2947
3071
|
/**
|
|
3072
|
+
* @public
|
|
2948
3073
|
* <p>If the hosted zone was created by another service, the service that created the hosted
|
|
2949
3074
|
* zone. When a hosted zone is created by another service, you can't edit or delete it
|
|
2950
3075
|
* using Route 53. </p>
|
|
@@ -2957,24 +3082,29 @@ export interface HostedZone {
|
|
|
2957
3082
|
*/
|
|
2958
3083
|
export interface CreateHostedZoneResponse {
|
|
2959
3084
|
/**
|
|
3085
|
+
* @public
|
|
2960
3086
|
* <p>A complex type that contains general information about the hosted zone.</p>
|
|
2961
3087
|
*/
|
|
2962
3088
|
HostedZone: HostedZone | undefined;
|
|
2963
3089
|
/**
|
|
3090
|
+
* @public
|
|
2964
3091
|
* <p>A complex type that contains information about the <code>CreateHostedZone</code>
|
|
2965
3092
|
* request.</p>
|
|
2966
3093
|
*/
|
|
2967
3094
|
ChangeInfo: ChangeInfo | undefined;
|
|
2968
3095
|
/**
|
|
3096
|
+
* @public
|
|
2969
3097
|
* <p>A complex type that describes the name servers for this hosted zone.</p>
|
|
2970
3098
|
*/
|
|
2971
3099
|
DelegationSet: DelegationSet | undefined;
|
|
2972
3100
|
/**
|
|
3101
|
+
* @public
|
|
2973
3102
|
* <p>A complex type that contains information about an Amazon VPC that you associated with
|
|
2974
3103
|
* this hosted zone.</p>
|
|
2975
3104
|
*/
|
|
2976
3105
|
VPC?: VPC;
|
|
2977
3106
|
/**
|
|
3107
|
+
* @public
|
|
2978
3108
|
* <p>The unique URL representing the new hosted zone.</p>
|
|
2979
3109
|
*/
|
|
2980
3110
|
Location: string | undefined;
|
|
@@ -3070,14 +3200,17 @@ export declare class TooManyHostedZones extends __BaseException {
|
|
|
3070
3200
|
*/
|
|
3071
3201
|
export interface CreateKeySigningKeyRequest {
|
|
3072
3202
|
/**
|
|
3203
|
+
* @public
|
|
3073
3204
|
* <p>A unique string that identifies the request.</p>
|
|
3074
3205
|
*/
|
|
3075
3206
|
CallerReference: string | undefined;
|
|
3076
3207
|
/**
|
|
3208
|
+
* @public
|
|
3077
3209
|
* <p>The unique string (ID) used to identify a hosted zone.</p>
|
|
3078
3210
|
*/
|
|
3079
3211
|
HostedZoneId: string | undefined;
|
|
3080
3212
|
/**
|
|
3213
|
+
* @public
|
|
3081
3214
|
* <p>The Amazon resource name (ARN) for a customer managed key in Key Management Service
|
|
3082
3215
|
* (KMS). The <code>KeyManagementServiceArn</code> must be unique for
|
|
3083
3216
|
* each key-signing key (KSK) in a single hosted zone. To see an example of
|
|
@@ -3126,12 +3259,14 @@ export interface CreateKeySigningKeyRequest {
|
|
|
3126
3259
|
*/
|
|
3127
3260
|
KeyManagementServiceArn: string | undefined;
|
|
3128
3261
|
/**
|
|
3262
|
+
* @public
|
|
3129
3263
|
* <p>A string used to identify a key-signing key (KSK). <code>Name</code> can include
|
|
3130
3264
|
* numbers, letters, and underscores (_). <code>Name</code> must be unique for each
|
|
3131
3265
|
* key-signing key in the same hosted zone.</p>
|
|
3132
3266
|
*/
|
|
3133
3267
|
Name: string | undefined;
|
|
3134
3268
|
/**
|
|
3269
|
+
* @public
|
|
3135
3270
|
* <p>A string specifying the initial status of the key-signing key (KSK). You can set the
|
|
3136
3271
|
* value to <code>ACTIVE</code> or <code>INACTIVE</code>.</p>
|
|
3137
3272
|
*/
|
|
@@ -3146,12 +3281,14 @@ export interface CreateKeySigningKeyRequest {
|
|
|
3146
3281
|
*/
|
|
3147
3282
|
export interface KeySigningKey {
|
|
3148
3283
|
/**
|
|
3284
|
+
* @public
|
|
3149
3285
|
* <p>A string used to identify a key-signing key (KSK). <code>Name</code> can include
|
|
3150
3286
|
* numbers, letters, and underscores (_). <code>Name</code> must be unique for each
|
|
3151
3287
|
* key-signing key in the same hosted zone.</p>
|
|
3152
3288
|
*/
|
|
3153
3289
|
Name?: string;
|
|
3154
3290
|
/**
|
|
3291
|
+
* @public
|
|
3155
3292
|
* <p>The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS). The <code>KmsArn</code> must be unique for each
|
|
3156
3293
|
* key-signing key (KSK) in a single hosted zone.</p>
|
|
3157
3294
|
* <p>You must configure the customer managed key as follows:</p>
|
|
@@ -3198,56 +3335,67 @@ export interface KeySigningKey {
|
|
|
3198
3335
|
*/
|
|
3199
3336
|
KmsArn?: string;
|
|
3200
3337
|
/**
|
|
3338
|
+
* @public
|
|
3201
3339
|
* <p>An integer that specifies how the key is used. For key-signing key (KSK), this value
|
|
3202
3340
|
* is always 257.</p>
|
|
3203
3341
|
*/
|
|
3204
3342
|
Flag?: number;
|
|
3205
3343
|
/**
|
|
3344
|
+
* @public
|
|
3206
3345
|
* <p>A string used to represent the signing algorithm. This value must follow the
|
|
3207
3346
|
* guidelines provided by <a href="https://tools.ietf.org/html/rfc8624#section-3.1">RFC-8624 Section 3.1</a>. </p>
|
|
3208
3347
|
*/
|
|
3209
3348
|
SigningAlgorithmMnemonic?: string;
|
|
3210
3349
|
/**
|
|
3350
|
+
* @public
|
|
3211
3351
|
* <p>An integer used to represent the signing algorithm. This value must follow the
|
|
3212
3352
|
* guidelines provided by <a href="https://tools.ietf.org/html/rfc8624#section-3.1">RFC-8624 Section 3.1</a>. </p>
|
|
3213
3353
|
*/
|
|
3214
3354
|
SigningAlgorithmType?: number;
|
|
3215
3355
|
/**
|
|
3356
|
+
* @public
|
|
3216
3357
|
* <p>A string used to represent the delegation signer digest algorithm. This value must
|
|
3217
3358
|
* follow the guidelines provided by <a href="https://tools.ietf.org/html/rfc8624#section-3.3">RFC-8624 Section 3.3</a>.
|
|
3218
3359
|
* </p>
|
|
3219
3360
|
*/
|
|
3220
3361
|
DigestAlgorithmMnemonic?: string;
|
|
3221
3362
|
/**
|
|
3363
|
+
* @public
|
|
3222
3364
|
* <p>An integer used to represent the delegation signer digest algorithm. This value must
|
|
3223
3365
|
* follow the guidelines provided by <a href="https://tools.ietf.org/html/rfc8624#section-3.3">RFC-8624 Section
|
|
3224
3366
|
* 3.3</a>.</p>
|
|
3225
3367
|
*/
|
|
3226
3368
|
DigestAlgorithmType?: number;
|
|
3227
3369
|
/**
|
|
3370
|
+
* @public
|
|
3228
3371
|
* <p>An integer used to identify the DNSSEC record for the domain name. The process used to
|
|
3229
3372
|
* calculate the value is described in <a href="https://tools.ietf.org/rfc/rfc4034.txt">RFC-4034 Appendix B</a>.</p>
|
|
3230
3373
|
*/
|
|
3231
3374
|
KeyTag?: number;
|
|
3232
3375
|
/**
|
|
3376
|
+
* @public
|
|
3233
3377
|
* <p>A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to
|
|
3234
3378
|
* publish the public key that resolvers can use to verify DNSSEC signatures that are used
|
|
3235
3379
|
* to secure certain kinds of information provided by the DNS system.</p>
|
|
3236
3380
|
*/
|
|
3237
3381
|
DigestValue?: string;
|
|
3238
3382
|
/**
|
|
3383
|
+
* @public
|
|
3239
3384
|
* <p>The public key, represented as a Base64 encoding, as required by <a href="https://tools.ietf.org/rfc/rfc4034.txt"> RFC-4034 Page 5</a>.</p>
|
|
3240
3385
|
*/
|
|
3241
3386
|
PublicKey?: string;
|
|
3242
3387
|
/**
|
|
3388
|
+
* @public
|
|
3243
3389
|
* <p>A string that represents a delegation signer (DS) record.</p>
|
|
3244
3390
|
*/
|
|
3245
3391
|
DSRecord?: string;
|
|
3246
3392
|
/**
|
|
3393
|
+
* @public
|
|
3247
3394
|
* <p>A string that represents a DNSKEY record.</p>
|
|
3248
3395
|
*/
|
|
3249
3396
|
DNSKEYRecord?: string;
|
|
3250
3397
|
/**
|
|
3398
|
+
* @public
|
|
3251
3399
|
* <p>A string that represents the current key-signing key (KSK) status.</p>
|
|
3252
3400
|
* <p>Status can have one of the following values:</p>
|
|
3253
3401
|
* <dl>
|
|
@@ -3281,6 +3429,7 @@ export interface KeySigningKey {
|
|
|
3281
3429
|
*/
|
|
3282
3430
|
Status?: string;
|
|
3283
3431
|
/**
|
|
3432
|
+
* @public
|
|
3284
3433
|
* <p>The status message provided for the following key-signing key (KSK) statuses:
|
|
3285
3434
|
* <code>ACTION_NEEDED</code> or <code>INTERNAL_FAILURE</code>. The status message
|
|
3286
3435
|
* includes information about what the problem might be and steps that you can take to
|
|
@@ -3288,10 +3437,12 @@ export interface KeySigningKey {
|
|
|
3288
3437
|
*/
|
|
3289
3438
|
StatusMessage?: string;
|
|
3290
3439
|
/**
|
|
3440
|
+
* @public
|
|
3291
3441
|
* <p>The date when the key-signing key (KSK) was created.</p>
|
|
3292
3442
|
*/
|
|
3293
3443
|
CreatedDate?: Date;
|
|
3294
3444
|
/**
|
|
3445
|
+
* @public
|
|
3295
3446
|
* <p>The last time that the key-signing key (KSK) was changed.</p>
|
|
3296
3447
|
*/
|
|
3297
3448
|
LastModifiedDate?: Date;
|
|
@@ -3301,15 +3452,18 @@ export interface KeySigningKey {
|
|
|
3301
3452
|
*/
|
|
3302
3453
|
export interface CreateKeySigningKeyResponse {
|
|
3303
3454
|
/**
|
|
3455
|
+
* @public
|
|
3304
3456
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
3305
3457
|
* zone.</p>
|
|
3306
3458
|
*/
|
|
3307
3459
|
ChangeInfo: ChangeInfo | undefined;
|
|
3308
3460
|
/**
|
|
3461
|
+
* @public
|
|
3309
3462
|
* <p>The key-signing key (KSK) that the request creates.</p>
|
|
3310
3463
|
*/
|
|
3311
3464
|
KeySigningKey: KeySigningKey | undefined;
|
|
3312
3465
|
/**
|
|
3466
|
+
* @public
|
|
3313
3467
|
* <p>The unique URL representing the new key-signing key (KSK).</p>
|
|
3314
3468
|
*/
|
|
3315
3469
|
Location: string | undefined;
|
|
@@ -3368,11 +3522,13 @@ export declare class TooManyKeySigningKeys extends __BaseException {
|
|
|
3368
3522
|
*/
|
|
3369
3523
|
export interface CreateQueryLoggingConfigRequest {
|
|
3370
3524
|
/**
|
|
3525
|
+
* @public
|
|
3371
3526
|
* <p>The ID of the hosted zone that you want to log queries for. You can log queries only
|
|
3372
3527
|
* for public hosted zones.</p>
|
|
3373
3528
|
*/
|
|
3374
3529
|
HostedZoneId: string | undefined;
|
|
3375
3530
|
/**
|
|
3531
|
+
* @public
|
|
3376
3532
|
* <p>The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to
|
|
3377
3533
|
* send query logs to. This is the format of the ARN:</p>
|
|
3378
3534
|
* <p>arn:aws:logs:<i>region</i>:<i>account-id</i>:log-group:<i>log_group_name</i>
|
|
@@ -3389,14 +3545,17 @@ export interface CreateQueryLoggingConfigRequest {
|
|
|
3389
3545
|
*/
|
|
3390
3546
|
export interface QueryLoggingConfig {
|
|
3391
3547
|
/**
|
|
3548
|
+
* @public
|
|
3392
3549
|
* <p>The ID for a configuration for DNS query logging.</p>
|
|
3393
3550
|
*/
|
|
3394
3551
|
Id: string | undefined;
|
|
3395
3552
|
/**
|
|
3553
|
+
* @public
|
|
3396
3554
|
* <p>The ID of the hosted zone that CloudWatch Logs is logging queries for. </p>
|
|
3397
3555
|
*/
|
|
3398
3556
|
HostedZoneId: string | undefined;
|
|
3399
3557
|
/**
|
|
3558
|
+
* @public
|
|
3400
3559
|
* <p>The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53
|
|
3401
3560
|
* is publishing logs to.</p>
|
|
3402
3561
|
*/
|
|
@@ -3407,12 +3566,14 @@ export interface QueryLoggingConfig {
|
|
|
3407
3566
|
*/
|
|
3408
3567
|
export interface CreateQueryLoggingConfigResponse {
|
|
3409
3568
|
/**
|
|
3569
|
+
* @public
|
|
3410
3570
|
* <p>A complex type that contains the ID for a query logging configuration, the ID of the
|
|
3411
3571
|
* hosted zone that you want to log queries for, and the ARN for the log group that you
|
|
3412
3572
|
* want Amazon Route 53 to send query logs to.</p>
|
|
3413
3573
|
*/
|
|
3414
3574
|
QueryLoggingConfig: QueryLoggingConfig | undefined;
|
|
3415
3575
|
/**
|
|
3576
|
+
* @public
|
|
3416
3577
|
* <p>The unique URL representing the new query logging configuration.</p>
|
|
3417
3578
|
*/
|
|
3418
3579
|
Location: string | undefined;
|
|
@@ -3483,6 +3644,7 @@ export declare class QueryLoggingConfigAlreadyExists extends __BaseException {
|
|
|
3483
3644
|
*/
|
|
3484
3645
|
export interface CreateReusableDelegationSetRequest {
|
|
3485
3646
|
/**
|
|
3647
|
+
* @public
|
|
3486
3648
|
* <p>A unique string that identifies the request, and that allows you to retry failed
|
|
3487
3649
|
* <code>CreateReusableDelegationSet</code> requests without the risk of executing the
|
|
3488
3650
|
* operation twice. You must use a unique <code>CallerReference</code> string every time
|
|
@@ -3492,6 +3654,7 @@ export interface CreateReusableDelegationSetRequest {
|
|
|
3492
3654
|
*/
|
|
3493
3655
|
CallerReference: string | undefined;
|
|
3494
3656
|
/**
|
|
3657
|
+
* @public
|
|
3495
3658
|
* <p>If you want to mark the delegation set for an existing hosted zone as reusable, the ID
|
|
3496
3659
|
* for that hosted zone.</p>
|
|
3497
3660
|
*/
|
|
@@ -3502,10 +3665,12 @@ export interface CreateReusableDelegationSetRequest {
|
|
|
3502
3665
|
*/
|
|
3503
3666
|
export interface CreateReusableDelegationSetResponse {
|
|
3504
3667
|
/**
|
|
3668
|
+
* @public
|
|
3505
3669
|
* <p>A complex type that contains name server information.</p>
|
|
3506
3670
|
*/
|
|
3507
3671
|
DelegationSet: DelegationSet | undefined;
|
|
3508
3672
|
/**
|
|
3673
|
+
* @public
|
|
3509
3674
|
* <p>The unique URL representing the new reusable delegation set.</p>
|
|
3510
3675
|
*/
|
|
3511
3676
|
Location: string | undefined;
|
|
@@ -3554,14 +3719,17 @@ export declare class HostedZoneNotFound extends __BaseException {
|
|
|
3554
3719
|
*/
|
|
3555
3720
|
export interface CreateTrafficPolicyRequest {
|
|
3556
3721
|
/**
|
|
3722
|
+
* @public
|
|
3557
3723
|
* <p>The name of the traffic policy.</p>
|
|
3558
3724
|
*/
|
|
3559
3725
|
Name: string | undefined;
|
|
3560
3726
|
/**
|
|
3727
|
+
* @public
|
|
3561
3728
|
* <p>The definition of this traffic policy in JSON format. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html">Traffic Policy Document Format</a>.</p>
|
|
3562
3729
|
*/
|
|
3563
3730
|
Document: string | undefined;
|
|
3564
3731
|
/**
|
|
3732
|
+
* @public
|
|
3565
3733
|
* <p>(Optional) Any comments that you want to include about the traffic policy.</p>
|
|
3566
3734
|
*/
|
|
3567
3735
|
Comment?: string;
|
|
@@ -3572,30 +3740,36 @@ export interface CreateTrafficPolicyRequest {
|
|
|
3572
3740
|
*/
|
|
3573
3741
|
export interface TrafficPolicy {
|
|
3574
3742
|
/**
|
|
3743
|
+
* @public
|
|
3575
3744
|
* <p>The ID that Amazon Route 53 assigned to a traffic policy when you created it.</p>
|
|
3576
3745
|
*/
|
|
3577
3746
|
Id: string | undefined;
|
|
3578
3747
|
/**
|
|
3748
|
+
* @public
|
|
3579
3749
|
* <p>The version number that Amazon Route 53 assigns to a traffic policy. For a new traffic
|
|
3580
3750
|
* policy, the value of <code>Version</code> is always 1.</p>
|
|
3581
3751
|
*/
|
|
3582
3752
|
Version: number | undefined;
|
|
3583
3753
|
/**
|
|
3754
|
+
* @public
|
|
3584
3755
|
* <p>The name that you specified when you created the traffic policy.</p>
|
|
3585
3756
|
*/
|
|
3586
3757
|
Name: string | undefined;
|
|
3587
3758
|
/**
|
|
3759
|
+
* @public
|
|
3588
3760
|
* <p>The DNS type of the resource record sets that Amazon Route 53 creates when you use a
|
|
3589
3761
|
* traffic policy to create a traffic policy instance.</p>
|
|
3590
3762
|
*/
|
|
3591
3763
|
Type: RRType | string | undefined;
|
|
3592
3764
|
/**
|
|
3765
|
+
* @public
|
|
3593
3766
|
* <p>The definition of a traffic policy in JSON format. You specify the JSON document to
|
|
3594
3767
|
* use for a new traffic policy in the <code>CreateTrafficPolicy</code> request. For more
|
|
3595
3768
|
* information about the JSON format, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html">Traffic Policy Document Format</a>.</p>
|
|
3596
3769
|
*/
|
|
3597
3770
|
Document: string | undefined;
|
|
3598
3771
|
/**
|
|
3772
|
+
* @public
|
|
3599
3773
|
* <p>The comment that you specify in the <code>CreateTrafficPolicy</code> request, if
|
|
3600
3774
|
* any.</p>
|
|
3601
3775
|
*/
|
|
@@ -3608,10 +3782,12 @@ export interface TrafficPolicy {
|
|
|
3608
3782
|
*/
|
|
3609
3783
|
export interface CreateTrafficPolicyResponse {
|
|
3610
3784
|
/**
|
|
3785
|
+
* @public
|
|
3611
3786
|
* <p>A complex type that contains settings for the new traffic policy.</p>
|
|
3612
3787
|
*/
|
|
3613
3788
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
3614
3789
|
/**
|
|
3790
|
+
* @public
|
|
3615
3791
|
* <p>A unique URL that represents a new traffic policy.</p>
|
|
3616
3792
|
*/
|
|
3617
3793
|
Location: string | undefined;
|
|
@@ -3666,27 +3842,32 @@ export declare class TrafficPolicyAlreadyExists extends __BaseException {
|
|
|
3666
3842
|
*/
|
|
3667
3843
|
export interface CreateTrafficPolicyInstanceRequest {
|
|
3668
3844
|
/**
|
|
3845
|
+
* @public
|
|
3669
3846
|
* <p>The ID of the hosted zone that you want Amazon Route 53 to create resource record sets
|
|
3670
3847
|
* in by using the configuration in a traffic policy.</p>
|
|
3671
3848
|
*/
|
|
3672
3849
|
HostedZoneId: string | undefined;
|
|
3673
3850
|
/**
|
|
3851
|
+
* @public
|
|
3674
3852
|
* <p>The domain name (such as example.com) or subdomain name (such as www.example.com) for
|
|
3675
3853
|
* which Amazon Route 53 responds to DNS queries by using the resource record sets that
|
|
3676
3854
|
* Route 53 creates for this traffic policy instance.</p>
|
|
3677
3855
|
*/
|
|
3678
3856
|
Name: string | undefined;
|
|
3679
3857
|
/**
|
|
3858
|
+
* @public
|
|
3680
3859
|
* <p>(Optional) The TTL that you want Amazon Route 53 to assign to all of the resource
|
|
3681
3860
|
* record sets that it creates in the specified hosted zone.</p>
|
|
3682
3861
|
*/
|
|
3683
3862
|
TTL: number | undefined;
|
|
3684
3863
|
/**
|
|
3864
|
+
* @public
|
|
3685
3865
|
* <p>The ID of the traffic policy that you want to use to create resource record sets in
|
|
3686
3866
|
* the specified hosted zone.</p>
|
|
3687
3867
|
*/
|
|
3688
3868
|
TrafficPolicyId: string | undefined;
|
|
3689
3869
|
/**
|
|
3870
|
+
* @public
|
|
3690
3871
|
* <p>The version of the traffic policy that you want to use to create resource record sets
|
|
3691
3872
|
* in the specified hosted zone.</p>
|
|
3692
3873
|
*/
|
|
@@ -3698,25 +3879,30 @@ export interface CreateTrafficPolicyInstanceRequest {
|
|
|
3698
3879
|
*/
|
|
3699
3880
|
export interface TrafficPolicyInstance {
|
|
3700
3881
|
/**
|
|
3882
|
+
* @public
|
|
3701
3883
|
* <p>The ID that Amazon Route 53 assigned to the new traffic policy instance.</p>
|
|
3702
3884
|
*/
|
|
3703
3885
|
Id: string | undefined;
|
|
3704
3886
|
/**
|
|
3887
|
+
* @public
|
|
3705
3888
|
* <p>The ID of the hosted zone that Amazon Route 53 created resource record sets in.</p>
|
|
3706
3889
|
*/
|
|
3707
3890
|
HostedZoneId: string | undefined;
|
|
3708
3891
|
/**
|
|
3892
|
+
* @public
|
|
3709
3893
|
* <p>The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries
|
|
3710
3894
|
* by using the resource record sets that are associated with this traffic policy instance.
|
|
3711
3895
|
* </p>
|
|
3712
3896
|
*/
|
|
3713
3897
|
Name: string | undefined;
|
|
3714
3898
|
/**
|
|
3899
|
+
* @public
|
|
3715
3900
|
* <p>The TTL that Amazon Route 53 assigned to all of the resource record sets that it
|
|
3716
3901
|
* created in the specified hosted zone.</p>
|
|
3717
3902
|
*/
|
|
3718
3903
|
TTL: number | undefined;
|
|
3719
3904
|
/**
|
|
3905
|
+
* @public
|
|
3720
3906
|
* <p>The value of <code>State</code> is one of the following values:</p>
|
|
3721
3907
|
* <dl>
|
|
3722
3908
|
* <dt>Applied</dt>
|
|
@@ -3742,21 +3928,25 @@ export interface TrafficPolicyInstance {
|
|
|
3742
3928
|
*/
|
|
3743
3929
|
State: string | undefined;
|
|
3744
3930
|
/**
|
|
3931
|
+
* @public
|
|
3745
3932
|
* <p>If <code>State</code> is <code>Failed</code>, an explanation of the reason for the
|
|
3746
3933
|
* failure. If <code>State</code> is another value, <code>Message</code> is empty.</p>
|
|
3747
3934
|
*/
|
|
3748
3935
|
Message: string | undefined;
|
|
3749
3936
|
/**
|
|
3937
|
+
* @public
|
|
3750
3938
|
* <p>The ID of the traffic policy that Amazon Route 53 used to create resource record sets
|
|
3751
3939
|
* in the specified hosted zone.</p>
|
|
3752
3940
|
*/
|
|
3753
3941
|
TrafficPolicyId: string | undefined;
|
|
3754
3942
|
/**
|
|
3943
|
+
* @public
|
|
3755
3944
|
* <p>The version of the traffic policy that Amazon Route 53 used to create resource record
|
|
3756
3945
|
* sets in the specified hosted zone.</p>
|
|
3757
3946
|
*/
|
|
3758
3947
|
TrafficPolicyVersion: number | undefined;
|
|
3759
3948
|
/**
|
|
3949
|
+
* @public
|
|
3760
3950
|
* <p>The DNS type that Amazon Route 53 assigned to all of the resource record sets that it
|
|
3761
3951
|
* created for this traffic policy instance. </p>
|
|
3762
3952
|
*/
|
|
@@ -3769,10 +3959,12 @@ export interface TrafficPolicyInstance {
|
|
|
3769
3959
|
*/
|
|
3770
3960
|
export interface CreateTrafficPolicyInstanceResponse {
|
|
3771
3961
|
/**
|
|
3962
|
+
* @public
|
|
3772
3963
|
* <p>A complex type that contains settings for the new traffic policy instance.</p>
|
|
3773
3964
|
*/
|
|
3774
3965
|
TrafficPolicyInstance: TrafficPolicyInstance | undefined;
|
|
3775
3966
|
/**
|
|
3967
|
+
* @public
|
|
3776
3968
|
* <p>A unique URL that represents a new traffic policy instance.</p>
|
|
3777
3969
|
*/
|
|
3778
3970
|
Location: string | undefined;
|
|
@@ -3826,16 +4018,19 @@ export declare class TrafficPolicyInstanceAlreadyExists extends __BaseException
|
|
|
3826
4018
|
*/
|
|
3827
4019
|
export interface CreateTrafficPolicyVersionRequest {
|
|
3828
4020
|
/**
|
|
4021
|
+
* @public
|
|
3829
4022
|
* <p>The ID of the traffic policy for which you want to create a new version.</p>
|
|
3830
4023
|
*/
|
|
3831
4024
|
Id: string | undefined;
|
|
3832
4025
|
/**
|
|
4026
|
+
* @public
|
|
3833
4027
|
* <p>The definition of this version of the traffic policy, in JSON format. You specified
|
|
3834
4028
|
* the JSON in the <code>CreateTrafficPolicyVersion</code> request. For more information
|
|
3835
4029
|
* about the JSON format, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html">CreateTrafficPolicy</a>.</p>
|
|
3836
4030
|
*/
|
|
3837
4031
|
Document: string | undefined;
|
|
3838
4032
|
/**
|
|
4033
|
+
* @public
|
|
3839
4034
|
* <p>The comment that you specified in the <code>CreateTrafficPolicyVersion</code> request,
|
|
3840
4035
|
* if any.</p>
|
|
3841
4036
|
*/
|
|
@@ -3848,11 +4043,13 @@ export interface CreateTrafficPolicyVersionRequest {
|
|
|
3848
4043
|
*/
|
|
3849
4044
|
export interface CreateTrafficPolicyVersionResponse {
|
|
3850
4045
|
/**
|
|
4046
|
+
* @public
|
|
3851
4047
|
* <p>A complex type that contains settings for the new version of the traffic
|
|
3852
4048
|
* policy.</p>
|
|
3853
4049
|
*/
|
|
3854
4050
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
3855
4051
|
/**
|
|
4052
|
+
* @public
|
|
3856
4053
|
* <p>A unique URL that represents a new traffic policy version.</p>
|
|
3857
4054
|
*/
|
|
3858
4055
|
Location: string | undefined;
|
|
@@ -3882,11 +4079,13 @@ export declare class TooManyTrafficPolicyVersionsForCurrentPolicy extends __Base
|
|
|
3882
4079
|
*/
|
|
3883
4080
|
export interface CreateVPCAssociationAuthorizationRequest {
|
|
3884
4081
|
/**
|
|
4082
|
+
* @public
|
|
3885
4083
|
* <p>The ID of the private hosted zone that you want to authorize associating a VPC
|
|
3886
4084
|
* with.</p>
|
|
3887
4085
|
*/
|
|
3888
4086
|
HostedZoneId: string | undefined;
|
|
3889
4087
|
/**
|
|
4088
|
+
* @public
|
|
3890
4089
|
* <p>A complex type that contains the VPC ID and region for the VPC that you want to
|
|
3891
4090
|
* authorize associating with your hosted zone.</p>
|
|
3892
4091
|
*/
|
|
@@ -3899,10 +4098,12 @@ export interface CreateVPCAssociationAuthorizationRequest {
|
|
|
3899
4098
|
*/
|
|
3900
4099
|
export interface CreateVPCAssociationAuthorizationResponse {
|
|
3901
4100
|
/**
|
|
4101
|
+
* @public
|
|
3902
4102
|
* <p>The ID of the hosted zone that you authorized associating a VPC with.</p>
|
|
3903
4103
|
*/
|
|
3904
4104
|
HostedZoneId: string | undefined;
|
|
3905
4105
|
/**
|
|
4106
|
+
* @public
|
|
3906
4107
|
* <p>The VPC that you authorized associating with a hosted zone.</p>
|
|
3907
4108
|
*/
|
|
3908
4109
|
VPC: VPC | undefined;
|
|
@@ -3928,10 +4129,12 @@ export declare class TooManyVPCAssociationAuthorizations extends __BaseException
|
|
|
3928
4129
|
*/
|
|
3929
4130
|
export interface DeactivateKeySigningKeyRequest {
|
|
3930
4131
|
/**
|
|
4132
|
+
* @public
|
|
3931
4133
|
* <p>A unique string used to identify a hosted zone.</p>
|
|
3932
4134
|
*/
|
|
3933
4135
|
HostedZoneId: string | undefined;
|
|
3934
4136
|
/**
|
|
4137
|
+
* @public
|
|
3935
4138
|
* <p>A string used to identify a key-signing key (KSK).</p>
|
|
3936
4139
|
*/
|
|
3937
4140
|
Name: string | undefined;
|
|
@@ -3941,6 +4144,7 @@ export interface DeactivateKeySigningKeyRequest {
|
|
|
3941
4144
|
*/
|
|
3942
4145
|
export interface DeactivateKeySigningKeyResponse {
|
|
3943
4146
|
/**
|
|
4147
|
+
* @public
|
|
3944
4148
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
3945
4149
|
* zone.</p>
|
|
3946
4150
|
*/
|
|
@@ -3990,6 +4194,7 @@ export declare class CidrCollectionInUseException extends __BaseException {
|
|
|
3990
4194
|
*/
|
|
3991
4195
|
export interface DeleteCidrCollectionRequest {
|
|
3992
4196
|
/**
|
|
4197
|
+
* @public
|
|
3993
4198
|
* <p>The UUID of the collection to delete.</p>
|
|
3994
4199
|
*/
|
|
3995
4200
|
Id: string | undefined;
|
|
@@ -4005,6 +4210,7 @@ export interface DeleteCidrCollectionResponse {
|
|
|
4005
4210
|
*/
|
|
4006
4211
|
export interface DeleteHealthCheckRequest {
|
|
4007
4212
|
/**
|
|
4213
|
+
* @public
|
|
4008
4214
|
* <p>The ID of the health check that you want to delete.</p>
|
|
4009
4215
|
*/
|
|
4010
4216
|
HealthCheckId: string | undefined;
|
|
@@ -4035,6 +4241,7 @@ export declare class HealthCheckInUse extends __BaseException {
|
|
|
4035
4241
|
*/
|
|
4036
4242
|
export interface DeleteHostedZoneRequest {
|
|
4037
4243
|
/**
|
|
4244
|
+
* @public
|
|
4038
4245
|
* <p>The ID of the hosted zone you want to delete.</p>
|
|
4039
4246
|
*/
|
|
4040
4247
|
Id: string | undefined;
|
|
@@ -4046,6 +4253,7 @@ export interface DeleteHostedZoneRequest {
|
|
|
4046
4253
|
*/
|
|
4047
4254
|
export interface DeleteHostedZoneResponse {
|
|
4048
4255
|
/**
|
|
4256
|
+
* @public
|
|
4049
4257
|
* <p>A complex type that contains the ID, the status, and the date and time of a request to
|
|
4050
4258
|
* delete a hosted zone.</p>
|
|
4051
4259
|
*/
|
|
@@ -4068,10 +4276,12 @@ export declare class HostedZoneNotEmpty extends __BaseException {
|
|
|
4068
4276
|
*/
|
|
4069
4277
|
export interface DeleteKeySigningKeyRequest {
|
|
4070
4278
|
/**
|
|
4279
|
+
* @public
|
|
4071
4280
|
* <p>A unique string used to identify a hosted zone.</p>
|
|
4072
4281
|
*/
|
|
4073
4282
|
HostedZoneId: string | undefined;
|
|
4074
4283
|
/**
|
|
4284
|
+
* @public
|
|
4075
4285
|
* <p>A string used to identify a key-signing key (KSK).</p>
|
|
4076
4286
|
*/
|
|
4077
4287
|
Name: string | undefined;
|
|
@@ -4081,6 +4291,7 @@ export interface DeleteKeySigningKeyRequest {
|
|
|
4081
4291
|
*/
|
|
4082
4292
|
export interface DeleteKeySigningKeyResponse {
|
|
4083
4293
|
/**
|
|
4294
|
+
* @public
|
|
4084
4295
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
4085
4296
|
* zone.</p>
|
|
4086
4297
|
*/
|
|
@@ -4091,6 +4302,7 @@ export interface DeleteKeySigningKeyResponse {
|
|
|
4091
4302
|
*/
|
|
4092
4303
|
export interface DeleteQueryLoggingConfigRequest {
|
|
4093
4304
|
/**
|
|
4305
|
+
* @public
|
|
4094
4306
|
* <p>The ID of the configuration that you want to delete. </p>
|
|
4095
4307
|
*/
|
|
4096
4308
|
Id: string | undefined;
|
|
@@ -4131,6 +4343,7 @@ export declare class DelegationSetInUse extends __BaseException {
|
|
|
4131
4343
|
*/
|
|
4132
4344
|
export interface DeleteReusableDelegationSetRequest {
|
|
4133
4345
|
/**
|
|
4346
|
+
* @public
|
|
4134
4347
|
* <p>The ID of the reusable delegation set that you want to delete.</p>
|
|
4135
4348
|
*/
|
|
4136
4349
|
Id: string | undefined;
|
|
@@ -4147,10 +4360,12 @@ export interface DeleteReusableDelegationSetResponse {
|
|
|
4147
4360
|
*/
|
|
4148
4361
|
export interface DeleteTrafficPolicyRequest {
|
|
4149
4362
|
/**
|
|
4363
|
+
* @public
|
|
4150
4364
|
* <p>The ID of the traffic policy that you want to delete.</p>
|
|
4151
4365
|
*/
|
|
4152
4366
|
Id: string | undefined;
|
|
4153
4367
|
/**
|
|
4368
|
+
* @public
|
|
4154
4369
|
* <p>The version number of the traffic policy that you want to delete.</p>
|
|
4155
4370
|
*/
|
|
4156
4371
|
Version: number | undefined;
|
|
@@ -4180,6 +4395,7 @@ export declare class TrafficPolicyInUse extends __BaseException {
|
|
|
4180
4395
|
*/
|
|
4181
4396
|
export interface DeleteTrafficPolicyInstanceRequest {
|
|
4182
4397
|
/**
|
|
4398
|
+
* @public
|
|
4183
4399
|
* <p>The ID of the traffic policy instance that you want to delete. </p>
|
|
4184
4400
|
* <important>
|
|
4185
4401
|
* <p>When you delete a traffic policy instance, Amazon Route 53 also deletes all of the
|
|
@@ -4215,10 +4431,12 @@ export declare class NoSuchTrafficPolicyInstance extends __BaseException {
|
|
|
4215
4431
|
*/
|
|
4216
4432
|
export interface DeleteVPCAssociationAuthorizationRequest {
|
|
4217
4433
|
/**
|
|
4434
|
+
* @public
|
|
4218
4435
|
* <p>When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.</p>
|
|
4219
4436
|
*/
|
|
4220
4437
|
HostedZoneId: string | undefined;
|
|
4221
4438
|
/**
|
|
4439
|
+
* @public
|
|
4222
4440
|
* <p>When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the
|
|
4223
4441
|
* VPC.</p>
|
|
4224
4442
|
*/
|
|
@@ -4248,6 +4466,7 @@ export declare class VPCAssociationAuthorizationNotFound extends __BaseException
|
|
|
4248
4466
|
*/
|
|
4249
4467
|
export interface DisableHostedZoneDNSSECRequest {
|
|
4250
4468
|
/**
|
|
4469
|
+
* @public
|
|
4251
4470
|
* <p>A unique string used to identify a hosted zone.</p>
|
|
4252
4471
|
*/
|
|
4253
4472
|
HostedZoneId: string | undefined;
|
|
@@ -4257,6 +4476,7 @@ export interface DisableHostedZoneDNSSECRequest {
|
|
|
4257
4476
|
*/
|
|
4258
4477
|
export interface DisableHostedZoneDNSSECResponse {
|
|
4259
4478
|
/**
|
|
4479
|
+
* @public
|
|
4260
4480
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
4261
4481
|
* zone.</p>
|
|
4262
4482
|
*/
|
|
@@ -4281,15 +4501,18 @@ export declare class DNSSECNotFound extends __BaseException {
|
|
|
4281
4501
|
*/
|
|
4282
4502
|
export interface DisassociateVPCFromHostedZoneRequest {
|
|
4283
4503
|
/**
|
|
4504
|
+
* @public
|
|
4284
4505
|
* <p>The ID of the private hosted zone that you want to disassociate a VPC from.</p>
|
|
4285
4506
|
*/
|
|
4286
4507
|
HostedZoneId: string | undefined;
|
|
4287
4508
|
/**
|
|
4509
|
+
* @public
|
|
4288
4510
|
* <p>A complex type that contains information about the VPC that you're disassociating from
|
|
4289
4511
|
* the specified hosted zone.</p>
|
|
4290
4512
|
*/
|
|
4291
4513
|
VPC: VPC | undefined;
|
|
4292
4514
|
/**
|
|
4515
|
+
* @public
|
|
4293
4516
|
* <p>
|
|
4294
4517
|
* <i>Optional:</i> A comment about the disassociation request.</p>
|
|
4295
4518
|
*/
|
|
@@ -4302,6 +4525,7 @@ export interface DisassociateVPCFromHostedZoneRequest {
|
|
|
4302
4525
|
*/
|
|
4303
4526
|
export interface DisassociateVPCFromHostedZoneResponse {
|
|
4304
4527
|
/**
|
|
4528
|
+
* @public
|
|
4305
4529
|
* <p>A complex type that describes the changes made to the specified private hosted
|
|
4306
4530
|
* zone.</p>
|
|
4307
4531
|
*/
|
|
@@ -4338,6 +4562,7 @@ export declare class VPCAssociationNotFound extends __BaseException {
|
|
|
4338
4562
|
*/
|
|
4339
4563
|
export interface EnableHostedZoneDNSSECRequest {
|
|
4340
4564
|
/**
|
|
4565
|
+
* @public
|
|
4341
4566
|
* <p>A unique string used to identify a hosted zone.</p>
|
|
4342
4567
|
*/
|
|
4343
4568
|
HostedZoneId: string | undefined;
|
|
@@ -4347,6 +4572,7 @@ export interface EnableHostedZoneDNSSECRequest {
|
|
|
4347
4572
|
*/
|
|
4348
4573
|
export interface EnableHostedZoneDNSSECResponse {
|
|
4349
4574
|
/**
|
|
4575
|
+
* @public
|
|
4350
4576
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
4351
4577
|
* zone.</p>
|
|
4352
4578
|
*/
|
|
@@ -4384,6 +4610,7 @@ export declare class KeySigningKeyWithActiveStatusNotFound extends __BaseExcepti
|
|
|
4384
4610
|
*/
|
|
4385
4611
|
export interface GetAccountLimitRequest {
|
|
4386
4612
|
/**
|
|
4613
|
+
* @public
|
|
4387
4614
|
* <p>The limit that you want to get. Valid values include the following:</p>
|
|
4388
4615
|
* <ul>
|
|
4389
4616
|
* <li>
|
|
@@ -4424,6 +4651,7 @@ export interface GetAccountLimitRequest {
|
|
|
4424
4651
|
*/
|
|
4425
4652
|
export interface GetAccountLimitResponse {
|
|
4426
4653
|
/**
|
|
4654
|
+
* @public
|
|
4427
4655
|
* <p>The current setting for the specified limit. For example, if you specified
|
|
4428
4656
|
* <code>MAX_HEALTH_CHECKS_BY_OWNER</code> for the value of <code>Type</code> in the
|
|
4429
4657
|
* request, the value of <code>Limit</code> is the maximum number of health checks that you
|
|
@@ -4431,6 +4659,7 @@ export interface GetAccountLimitResponse {
|
|
|
4431
4659
|
*/
|
|
4432
4660
|
Limit: AccountLimit | undefined;
|
|
4433
4661
|
/**
|
|
4662
|
+
* @public
|
|
4434
4663
|
* <p>The current number of entities that you have created of the specified type. For
|
|
4435
4664
|
* example, if you specified <code>MAX_HEALTH_CHECKS_BY_OWNER</code> for the value of
|
|
4436
4665
|
* <code>Type</code> in the request, the value of <code>Count</code> is the current
|
|
@@ -4444,6 +4673,7 @@ export interface GetAccountLimitResponse {
|
|
|
4444
4673
|
*/
|
|
4445
4674
|
export interface GetChangeRequest {
|
|
4446
4675
|
/**
|
|
4676
|
+
* @public
|
|
4447
4677
|
* <p>The ID of the change batch request. The value that you specify here is the value that
|
|
4448
4678
|
* <code>ChangeResourceRecordSets</code> returned in the <code>Id</code> element when
|
|
4449
4679
|
* you submitted the request.</p>
|
|
@@ -4456,6 +4686,7 @@ export interface GetChangeRequest {
|
|
|
4456
4686
|
*/
|
|
4457
4687
|
export interface GetChangeResponse {
|
|
4458
4688
|
/**
|
|
4689
|
+
* @public
|
|
4459
4690
|
* <p>A complex type that contains information about the specified change batch.</p>
|
|
4460
4691
|
*/
|
|
4461
4692
|
ChangeInfo: ChangeInfo | undefined;
|
|
@@ -4484,6 +4715,7 @@ export interface GetCheckerIpRangesRequest {
|
|
|
4484
4715
|
*/
|
|
4485
4716
|
export interface GetCheckerIpRangesResponse {
|
|
4486
4717
|
/**
|
|
4718
|
+
* @public
|
|
4487
4719
|
* <p>A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route
|
|
4488
4720
|
* 53 health checkers.</p>
|
|
4489
4721
|
*/
|
|
@@ -4494,6 +4726,7 @@ export interface GetCheckerIpRangesResponse {
|
|
|
4494
4726
|
*/
|
|
4495
4727
|
export interface GetDNSSECRequest {
|
|
4496
4728
|
/**
|
|
4729
|
+
* @public
|
|
4497
4730
|
* <p>A unique string used to identify a hosted zone.</p>
|
|
4498
4731
|
*/
|
|
4499
4732
|
HostedZoneId: string | undefined;
|
|
@@ -4504,6 +4737,7 @@ export interface GetDNSSECRequest {
|
|
|
4504
4737
|
*/
|
|
4505
4738
|
export interface DNSSECStatus {
|
|
4506
4739
|
/**
|
|
4740
|
+
* @public
|
|
4507
4741
|
* <p>A string that represents the current hosted zone signing status.</p>
|
|
4508
4742
|
* <p>Status can have one of the following values:</p>
|
|
4509
4743
|
* <dl>
|
|
@@ -4537,6 +4771,7 @@ export interface DNSSECStatus {
|
|
|
4537
4771
|
*/
|
|
4538
4772
|
ServeSignature?: string;
|
|
4539
4773
|
/**
|
|
4774
|
+
* @public
|
|
4540
4775
|
* <p>The status message provided for the following DNSSEC signing status:
|
|
4541
4776
|
* <code>INTERNAL_FAILURE</code>. The status message includes information about what
|
|
4542
4777
|
* the problem might be and steps that you can take to correct the issue.</p>
|
|
@@ -4548,10 +4783,12 @@ export interface DNSSECStatus {
|
|
|
4548
4783
|
*/
|
|
4549
4784
|
export interface GetDNSSECResponse {
|
|
4550
4785
|
/**
|
|
4786
|
+
* @public
|
|
4551
4787
|
* <p>A string repesenting the status of DNSSEC.</p>
|
|
4552
4788
|
*/
|
|
4553
4789
|
Status: DNSSECStatus | undefined;
|
|
4554
4790
|
/**
|
|
4791
|
+
* @public
|
|
4555
4792
|
* <p>The key-signing keys (KSKs) in your account.</p>
|
|
4556
4793
|
*/
|
|
4557
4794
|
KeySigningKeys: KeySigningKey[] | undefined;
|
|
@@ -4563,6 +4800,7 @@ export interface GetDNSSECResponse {
|
|
|
4563
4800
|
*/
|
|
4564
4801
|
export interface GetGeoLocationRequest {
|
|
4565
4802
|
/**
|
|
4803
|
+
* @public
|
|
4566
4804
|
* <p>For geolocation resource record sets, a two-letter abbreviation that identifies a
|
|
4567
4805
|
* continent. Amazon Route 53 supports the following continent codes:</p>
|
|
4568
4806
|
* <ul>
|
|
@@ -4598,11 +4836,13 @@ export interface GetGeoLocationRequest {
|
|
|
4598
4836
|
*/
|
|
4599
4837
|
ContinentCode?: string;
|
|
4600
4838
|
/**
|
|
4839
|
+
* @public
|
|
4601
4840
|
* <p>Amazon Route 53 uses the two-letter country codes that are specified in <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO standard 3166-1
|
|
4602
4841
|
* alpha-2</a>.</p>
|
|
4603
4842
|
*/
|
|
4604
4843
|
CountryCode?: string;
|
|
4605
4844
|
/**
|
|
4845
|
+
* @public
|
|
4606
4846
|
* <p>The code for the subdivision, such as a particular state within the United States. For
|
|
4607
4847
|
* a list of US state abbreviations, see <a href="https://pe.usps.com/text/pub28/28apb.htm">Appendix B: Two–Letter State and
|
|
4608
4848
|
* Possession Abbreviations</a> on the United States Postal Service website. For a
|
|
@@ -4618,22 +4858,27 @@ export interface GetGeoLocationRequest {
|
|
|
4618
4858
|
*/
|
|
4619
4859
|
export interface GeoLocationDetails {
|
|
4620
4860
|
/**
|
|
4861
|
+
* @public
|
|
4621
4862
|
* <p>The two-letter code for the continent.</p>
|
|
4622
4863
|
*/
|
|
4623
4864
|
ContinentCode?: string;
|
|
4624
4865
|
/**
|
|
4866
|
+
* @public
|
|
4625
4867
|
* <p>The full name of the continent.</p>
|
|
4626
4868
|
*/
|
|
4627
4869
|
ContinentName?: string;
|
|
4628
4870
|
/**
|
|
4871
|
+
* @public
|
|
4629
4872
|
* <p>The two-letter code for the country.</p>
|
|
4630
4873
|
*/
|
|
4631
4874
|
CountryCode?: string;
|
|
4632
4875
|
/**
|
|
4876
|
+
* @public
|
|
4633
4877
|
* <p>The name of the country.</p>
|
|
4634
4878
|
*/
|
|
4635
4879
|
CountryName?: string;
|
|
4636
4880
|
/**
|
|
4881
|
+
* @public
|
|
4637
4882
|
* <p>The code for the subdivision, such as a particular state within the United States. For
|
|
4638
4883
|
* a list of US state abbreviations, see <a href="https://pe.usps.com/text/pub28/28apb.htm">Appendix B: Two–Letter State and
|
|
4639
4884
|
* Possession Abbreviations</a> on the United States Postal Service website. For a
|
|
@@ -4642,6 +4887,7 @@ export interface GeoLocationDetails {
|
|
|
4642
4887
|
*/
|
|
4643
4888
|
SubdivisionCode?: string;
|
|
4644
4889
|
/**
|
|
4890
|
+
* @public
|
|
4645
4891
|
* <p>The full name of the subdivision. Route 53 currently supports only states in the
|
|
4646
4892
|
* United States.</p>
|
|
4647
4893
|
*/
|
|
@@ -4654,6 +4900,7 @@ export interface GeoLocationDetails {
|
|
|
4654
4900
|
*/
|
|
4655
4901
|
export interface GetGeoLocationResponse {
|
|
4656
4902
|
/**
|
|
4903
|
+
* @public
|
|
4657
4904
|
* <p>A complex type that contains the codes and full continent, country, and subdivision
|
|
4658
4905
|
* names for the specified geolocation code.</p>
|
|
4659
4906
|
*/
|
|
@@ -4679,6 +4926,7 @@ export declare class NoSuchGeoLocation extends __BaseException {
|
|
|
4679
4926
|
*/
|
|
4680
4927
|
export interface GetHealthCheckRequest {
|
|
4681
4928
|
/**
|
|
4929
|
+
* @public
|
|
4682
4930
|
* <p>The identifier that Amazon Route 53 assigned to the health check when you created it.
|
|
4683
4931
|
* When you add or update a resource record set, you use this value to specify which health
|
|
4684
4932
|
* check to use. The value can be up to 64 characters long.</p>
|
|
@@ -4692,6 +4940,7 @@ export interface GetHealthCheckRequest {
|
|
|
4692
4940
|
*/
|
|
4693
4941
|
export interface GetHealthCheckResponse {
|
|
4694
4942
|
/**
|
|
4943
|
+
* @public
|
|
4695
4944
|
* <p>A complex type that contains information about one health check that is associated
|
|
4696
4945
|
* with the current Amazon Web Services account.</p>
|
|
4697
4946
|
*/
|
|
@@ -4723,6 +4972,7 @@ export interface GetHealthCheckCountRequest {
|
|
|
4723
4972
|
*/
|
|
4724
4973
|
export interface GetHealthCheckCountResponse {
|
|
4725
4974
|
/**
|
|
4975
|
+
* @public
|
|
4726
4976
|
* <p>The number of health checks associated with the current Amazon Web Services account.</p>
|
|
4727
4977
|
*/
|
|
4728
4978
|
HealthCheckCount: number | undefined;
|
|
@@ -4733,6 +4983,7 @@ export interface GetHealthCheckCountResponse {
|
|
|
4733
4983
|
*/
|
|
4734
4984
|
export interface GetHealthCheckLastFailureReasonRequest {
|
|
4735
4985
|
/**
|
|
4986
|
+
* @public
|
|
4736
4987
|
* <p>The ID for the health check for which you want the last failure reason. When you
|
|
4737
4988
|
* created the health check, <code>CreateHealthCheck</code> returned the ID in the
|
|
4738
4989
|
* response, in the <code>HealthCheckId</code> element.</p>
|
|
@@ -4752,11 +5003,13 @@ export interface GetHealthCheckLastFailureReasonRequest {
|
|
|
4752
5003
|
*/
|
|
4753
5004
|
export interface StatusReport {
|
|
4754
5005
|
/**
|
|
5006
|
+
* @public
|
|
4755
5007
|
* <p>A description of the status of the health check endpoint as reported by one of the
|
|
4756
5008
|
* Amazon Route 53 health checkers.</p>
|
|
4757
5009
|
*/
|
|
4758
5010
|
Status?: string;
|
|
4759
5011
|
/**
|
|
5012
|
+
* @public
|
|
4760
5013
|
* <p>The date and time that the health checker performed the health check in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601 format</a> and Coordinated
|
|
4761
5014
|
* Universal Time (UTC). For example, the value <code>2017-03-27T17:48:16.751Z</code>
|
|
4762
5015
|
* represents March 27, 2017 at 17:48:16.751 UTC.</p>
|
|
@@ -4770,16 +5023,19 @@ export interface StatusReport {
|
|
|
4770
5023
|
*/
|
|
4771
5024
|
export interface HealthCheckObservation {
|
|
4772
5025
|
/**
|
|
5026
|
+
* @public
|
|
4773
5027
|
* <p>The region of the Amazon Route 53 health checker that provided the status in
|
|
4774
5028
|
* <code>StatusReport</code>.</p>
|
|
4775
5029
|
*/
|
|
4776
5030
|
Region?: HealthCheckRegion | string;
|
|
4777
5031
|
/**
|
|
5032
|
+
* @public
|
|
4778
5033
|
* <p>The IP address of the Amazon Route 53 health checker that provided the failure reason
|
|
4779
5034
|
* in <code>StatusReport</code>.</p>
|
|
4780
5035
|
*/
|
|
4781
5036
|
IPAddress?: string;
|
|
4782
5037
|
/**
|
|
5038
|
+
* @public
|
|
4783
5039
|
* <p>A complex type that contains the last failure reason as reported by one Amazon Route
|
|
4784
5040
|
* 53 health checker and the time of the failed health check.</p>
|
|
4785
5041
|
*/
|
|
@@ -4792,6 +5048,7 @@ export interface HealthCheckObservation {
|
|
|
4792
5048
|
*/
|
|
4793
5049
|
export interface GetHealthCheckLastFailureReasonResponse {
|
|
4794
5050
|
/**
|
|
5051
|
+
* @public
|
|
4795
5052
|
* <p>A list that contains one <code>Observation</code> element for each Amazon Route 53
|
|
4796
5053
|
* health checker that is reporting a last failure reason. </p>
|
|
4797
5054
|
*/
|
|
@@ -4803,6 +5060,7 @@ export interface GetHealthCheckLastFailureReasonResponse {
|
|
|
4803
5060
|
*/
|
|
4804
5061
|
export interface GetHealthCheckStatusRequest {
|
|
4805
5062
|
/**
|
|
5063
|
+
* @public
|
|
4806
5064
|
* <p>The ID for the health check that you want the current status for. When you created the
|
|
4807
5065
|
* health check, <code>CreateHealthCheck</code> returned the ID in the response, in the
|
|
4808
5066
|
* <code>HealthCheckId</code> element.</p>
|
|
@@ -4822,6 +5080,7 @@ export interface GetHealthCheckStatusRequest {
|
|
|
4822
5080
|
*/
|
|
4823
5081
|
export interface GetHealthCheckStatusResponse {
|
|
4824
5082
|
/**
|
|
5083
|
+
* @public
|
|
4825
5084
|
* <p>A list that contains one <code>HealthCheckObservation</code> element for each Amazon
|
|
4826
5085
|
* Route 53 health checker that is reporting a status about the health check
|
|
4827
5086
|
* endpoint.</p>
|
|
@@ -4834,6 +5093,7 @@ export interface GetHealthCheckStatusResponse {
|
|
|
4834
5093
|
*/
|
|
4835
5094
|
export interface GetHostedZoneRequest {
|
|
4836
5095
|
/**
|
|
5096
|
+
* @public
|
|
4837
5097
|
* <p>The ID of the hosted zone that you want to get information about.</p>
|
|
4838
5098
|
*/
|
|
4839
5099
|
Id: string | undefined;
|
|
@@ -4845,16 +5105,19 @@ export interface GetHostedZoneRequest {
|
|
|
4845
5105
|
*/
|
|
4846
5106
|
export interface GetHostedZoneResponse {
|
|
4847
5107
|
/**
|
|
5108
|
+
* @public
|
|
4848
5109
|
* <p>A complex type that contains general information about the specified hosted
|
|
4849
5110
|
* zone.</p>
|
|
4850
5111
|
*/
|
|
4851
5112
|
HostedZone: HostedZone | undefined;
|
|
4852
5113
|
/**
|
|
5114
|
+
* @public
|
|
4853
5115
|
* <p>A complex type that lists the Amazon Route 53 name servers for the specified hosted
|
|
4854
5116
|
* zone.</p>
|
|
4855
5117
|
*/
|
|
4856
5118
|
DelegationSet?: DelegationSet;
|
|
4857
5119
|
/**
|
|
5120
|
+
* @public
|
|
4858
5121
|
* <p>A complex type that contains information about the VPCs that are associated with the
|
|
4859
5122
|
* specified hosted zone.</p>
|
|
4860
5123
|
*/
|
|
@@ -4874,6 +5137,7 @@ export interface GetHostedZoneCountRequest {
|
|
|
4874
5137
|
*/
|
|
4875
5138
|
export interface GetHostedZoneCountResponse {
|
|
4876
5139
|
/**
|
|
5140
|
+
* @public
|
|
4877
5141
|
* <p>The total number of public and private hosted zones that are associated with the
|
|
4878
5142
|
* current Amazon Web Services account.</p>
|
|
4879
5143
|
*/
|
|
@@ -4898,6 +5162,7 @@ export type HostedZoneLimitType = (typeof HostedZoneLimitType)[keyof typeof Host
|
|
|
4898
5162
|
*/
|
|
4899
5163
|
export interface GetHostedZoneLimitRequest {
|
|
4900
5164
|
/**
|
|
5165
|
+
* @public
|
|
4901
5166
|
* <p>The limit that you want to get. Valid values include the following:</p>
|
|
4902
5167
|
* <ul>
|
|
4903
5168
|
* <li>
|
|
@@ -4915,6 +5180,7 @@ export interface GetHostedZoneLimitRequest {
|
|
|
4915
5180
|
*/
|
|
4916
5181
|
Type: HostedZoneLimitType | string | undefined;
|
|
4917
5182
|
/**
|
|
5183
|
+
* @public
|
|
4918
5184
|
* <p>The ID of the hosted zone that you want to get a limit for.</p>
|
|
4919
5185
|
*/
|
|
4920
5186
|
HostedZoneId: string | undefined;
|
|
@@ -4926,6 +5192,7 @@ export interface GetHostedZoneLimitRequest {
|
|
|
4926
5192
|
*/
|
|
4927
5193
|
export interface HostedZoneLimit {
|
|
4928
5194
|
/**
|
|
5195
|
+
* @public
|
|
4929
5196
|
* <p>The limit that you requested. Valid values include the following:</p>
|
|
4930
5197
|
* <ul>
|
|
4931
5198
|
* <li>
|
|
@@ -4943,6 +5210,7 @@ export interface HostedZoneLimit {
|
|
|
4943
5210
|
*/
|
|
4944
5211
|
Type: HostedZoneLimitType | string | undefined;
|
|
4945
5212
|
/**
|
|
5213
|
+
* @public
|
|
4946
5214
|
* <p>The current value for the limit that is specified by <code>Type</code>.</p>
|
|
4947
5215
|
*/
|
|
4948
5216
|
Value: number | undefined;
|
|
@@ -4953,6 +5221,7 @@ export interface HostedZoneLimit {
|
|
|
4953
5221
|
*/
|
|
4954
5222
|
export interface GetHostedZoneLimitResponse {
|
|
4955
5223
|
/**
|
|
5224
|
+
* @public
|
|
4956
5225
|
* <p>The current setting for the specified limit. For example, if you specified
|
|
4957
5226
|
* <code>MAX_RRSETS_BY_ZONE</code> for the value of <code>Type</code> in the request,
|
|
4958
5227
|
* the value of <code>Limit</code> is the maximum number of records that you can create in
|
|
@@ -4960,6 +5229,7 @@ export interface GetHostedZoneLimitResponse {
|
|
|
4960
5229
|
*/
|
|
4961
5230
|
Limit: HostedZoneLimit | undefined;
|
|
4962
5231
|
/**
|
|
5232
|
+
* @public
|
|
4963
5233
|
* <p>The current number of entities that you have created of the specified type. For
|
|
4964
5234
|
* example, if you specified <code>MAX_RRSETS_BY_ZONE</code> for the value of
|
|
4965
5235
|
* <code>Type</code> in the request, the value of <code>Count</code> is the current
|
|
@@ -4984,6 +5254,7 @@ export declare class HostedZoneNotPrivate extends __BaseException {
|
|
|
4984
5254
|
*/
|
|
4985
5255
|
export interface GetQueryLoggingConfigRequest {
|
|
4986
5256
|
/**
|
|
5257
|
+
* @public
|
|
4987
5258
|
* <p>The ID of the configuration for DNS query logging that you want to get information
|
|
4988
5259
|
* about.</p>
|
|
4989
5260
|
*/
|
|
@@ -4994,6 +5265,7 @@ export interface GetQueryLoggingConfigRequest {
|
|
|
4994
5265
|
*/
|
|
4995
5266
|
export interface GetQueryLoggingConfigResponse {
|
|
4996
5267
|
/**
|
|
5268
|
+
* @public
|
|
4997
5269
|
* <p>A complex type that contains information about the query logging configuration that
|
|
4998
5270
|
* you specified in a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetQueryLoggingConfig.html">GetQueryLoggingConfig</a> request.</p>
|
|
4999
5271
|
*/
|
|
@@ -5005,6 +5277,7 @@ export interface GetQueryLoggingConfigResponse {
|
|
|
5005
5277
|
*/
|
|
5006
5278
|
export interface GetReusableDelegationSetRequest {
|
|
5007
5279
|
/**
|
|
5280
|
+
* @public
|
|
5008
5281
|
* <p>The ID of the reusable delegation set that you want to get a list of name servers
|
|
5009
5282
|
* for.</p>
|
|
5010
5283
|
*/
|
|
@@ -5017,6 +5290,7 @@ export interface GetReusableDelegationSetRequest {
|
|
|
5017
5290
|
*/
|
|
5018
5291
|
export interface GetReusableDelegationSetResponse {
|
|
5019
5292
|
/**
|
|
5293
|
+
* @public
|
|
5020
5294
|
* <p>A complex type that contains information about the reusable delegation set.</p>
|
|
5021
5295
|
*/
|
|
5022
5296
|
DelegationSet: DelegationSet | undefined;
|
|
@@ -5039,11 +5313,13 @@ export type ReusableDelegationSetLimitType = (typeof ReusableDelegationSetLimitT
|
|
|
5039
5313
|
*/
|
|
5040
5314
|
export interface GetReusableDelegationSetLimitRequest {
|
|
5041
5315
|
/**
|
|
5316
|
+
* @public
|
|
5042
5317
|
* <p>Specify <code>MAX_ZONES_BY_REUSABLE_DELEGATION_SET</code> to get the maximum number of
|
|
5043
5318
|
* hosted zones that you can associate with the specified reusable delegation set.</p>
|
|
5044
5319
|
*/
|
|
5045
5320
|
Type: ReusableDelegationSetLimitType | string | undefined;
|
|
5046
5321
|
/**
|
|
5322
|
+
* @public
|
|
5047
5323
|
* <p>The ID of the delegation set that you want to get the limit for.</p>
|
|
5048
5324
|
*/
|
|
5049
5325
|
DelegationSetId: string | undefined;
|
|
@@ -5055,12 +5331,14 @@ export interface GetReusableDelegationSetLimitRequest {
|
|
|
5055
5331
|
*/
|
|
5056
5332
|
export interface ReusableDelegationSetLimit {
|
|
5057
5333
|
/**
|
|
5334
|
+
* @public
|
|
5058
5335
|
* <p>The limit that you requested: <code>MAX_ZONES_BY_REUSABLE_DELEGATION_SET</code>, the
|
|
5059
5336
|
* maximum number of hosted zones that you can associate with the specified reusable
|
|
5060
5337
|
* delegation set.</p>
|
|
5061
5338
|
*/
|
|
5062
5339
|
Type: ReusableDelegationSetLimitType | string | undefined;
|
|
5063
5340
|
/**
|
|
5341
|
+
* @public
|
|
5064
5342
|
* <p>The current value for the <code>MAX_ZONES_BY_REUSABLE_DELEGATION_SET</code>
|
|
5065
5343
|
* limit.</p>
|
|
5066
5344
|
*/
|
|
@@ -5072,11 +5350,13 @@ export interface ReusableDelegationSetLimit {
|
|
|
5072
5350
|
*/
|
|
5073
5351
|
export interface GetReusableDelegationSetLimitResponse {
|
|
5074
5352
|
/**
|
|
5353
|
+
* @public
|
|
5075
5354
|
* <p>The current setting for the limit on hosted zones that you can associate with the
|
|
5076
5355
|
* specified reusable delegation set.</p>
|
|
5077
5356
|
*/
|
|
5078
5357
|
Limit: ReusableDelegationSetLimit | undefined;
|
|
5079
5358
|
/**
|
|
5359
|
+
* @public
|
|
5080
5360
|
* <p>The current number of hosted zones that you can associate with the specified reusable
|
|
5081
5361
|
* delegation set.</p>
|
|
5082
5362
|
*/
|
|
@@ -5088,10 +5368,12 @@ export interface GetReusableDelegationSetLimitResponse {
|
|
|
5088
5368
|
*/
|
|
5089
5369
|
export interface GetTrafficPolicyRequest {
|
|
5090
5370
|
/**
|
|
5371
|
+
* @public
|
|
5091
5372
|
* <p>The ID of the traffic policy that you want to get information about.</p>
|
|
5092
5373
|
*/
|
|
5093
5374
|
Id: string | undefined;
|
|
5094
5375
|
/**
|
|
5376
|
+
* @public
|
|
5095
5377
|
* <p>The version number of the traffic policy that you want to get information
|
|
5096
5378
|
* about.</p>
|
|
5097
5379
|
*/
|
|
@@ -5103,6 +5385,7 @@ export interface GetTrafficPolicyRequest {
|
|
|
5103
5385
|
*/
|
|
5104
5386
|
export interface GetTrafficPolicyResponse {
|
|
5105
5387
|
/**
|
|
5388
|
+
* @public
|
|
5106
5389
|
* <p>A complex type that contains settings for the specified traffic policy.</p>
|
|
5107
5390
|
*/
|
|
5108
5391
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
@@ -5113,6 +5396,7 @@ export interface GetTrafficPolicyResponse {
|
|
|
5113
5396
|
*/
|
|
5114
5397
|
export interface GetTrafficPolicyInstanceRequest {
|
|
5115
5398
|
/**
|
|
5399
|
+
* @public
|
|
5116
5400
|
* <p>The ID of the traffic policy instance that you want to get information about.</p>
|
|
5117
5401
|
*/
|
|
5118
5402
|
Id: string | undefined;
|
|
@@ -5124,6 +5408,7 @@ export interface GetTrafficPolicyInstanceRequest {
|
|
|
5124
5408
|
*/
|
|
5125
5409
|
export interface GetTrafficPolicyInstanceResponse {
|
|
5126
5410
|
/**
|
|
5411
|
+
* @public
|
|
5127
5412
|
* <p>A complex type that contains settings for the traffic policy instance.</p>
|
|
5128
5413
|
*/
|
|
5129
5414
|
TrafficPolicyInstance: TrafficPolicyInstance | undefined;
|
|
@@ -5142,6 +5427,7 @@ export interface GetTrafficPolicyInstanceCountRequest {
|
|
|
5142
5427
|
*/
|
|
5143
5428
|
export interface GetTrafficPolicyInstanceCountResponse {
|
|
5144
5429
|
/**
|
|
5430
|
+
* @public
|
|
5145
5431
|
* <p>The number of traffic policy instances that are associated with the current Amazon Web Services account.</p>
|
|
5146
5432
|
*/
|
|
5147
5433
|
TrafficPolicyInstanceCount: number | undefined;
|
|
@@ -5151,19 +5437,23 @@ export interface GetTrafficPolicyInstanceCountResponse {
|
|
|
5151
5437
|
*/
|
|
5152
5438
|
export interface ListCidrBlocksRequest {
|
|
5153
5439
|
/**
|
|
5440
|
+
* @public
|
|
5154
5441
|
* <p>The UUID of the CIDR collection.</p>
|
|
5155
5442
|
*/
|
|
5156
5443
|
CollectionId: string | undefined;
|
|
5157
5444
|
/**
|
|
5445
|
+
* @public
|
|
5158
5446
|
* <p>The name of the CIDR collection location.</p>
|
|
5159
5447
|
*/
|
|
5160
5448
|
LocationName?: string;
|
|
5161
5449
|
/**
|
|
5450
|
+
* @public
|
|
5162
5451
|
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
5163
5452
|
* results.</p>
|
|
5164
5453
|
*/
|
|
5165
5454
|
NextToken?: string;
|
|
5166
5455
|
/**
|
|
5456
|
+
* @public
|
|
5167
5457
|
* <p>Maximum number of results you want returned.</p>
|
|
5168
5458
|
*/
|
|
5169
5459
|
MaxResults?: number;
|
|
@@ -5174,10 +5464,12 @@ export interface ListCidrBlocksRequest {
|
|
|
5174
5464
|
*/
|
|
5175
5465
|
export interface CidrBlockSummary {
|
|
5176
5466
|
/**
|
|
5467
|
+
* @public
|
|
5177
5468
|
* <p>Value for the CIDR block.</p>
|
|
5178
5469
|
*/
|
|
5179
5470
|
CidrBlock?: string;
|
|
5180
5471
|
/**
|
|
5472
|
+
* @public
|
|
5181
5473
|
* <p>The location name of the CIDR block.</p>
|
|
5182
5474
|
*/
|
|
5183
5475
|
LocationName?: string;
|
|
@@ -5187,12 +5479,14 @@ export interface CidrBlockSummary {
|
|
|
5187
5479
|
*/
|
|
5188
5480
|
export interface ListCidrBlocksResponse {
|
|
5189
5481
|
/**
|
|
5482
|
+
* @public
|
|
5190
5483
|
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
5191
5484
|
* results. </p>
|
|
5192
5485
|
* <p>If no value is provided, the listing of results starts from the beginning.</p>
|
|
5193
5486
|
*/
|
|
5194
5487
|
NextToken?: string;
|
|
5195
5488
|
/**
|
|
5489
|
+
* @public
|
|
5196
5490
|
* <p>A complex type that contains information about the CIDR blocks.</p>
|
|
5197
5491
|
*/
|
|
5198
5492
|
CidrBlocks?: CidrBlockSummary[];
|
|
@@ -5215,12 +5509,14 @@ export declare class NoSuchCidrLocationException extends __BaseException {
|
|
|
5215
5509
|
*/
|
|
5216
5510
|
export interface ListCidrCollectionsRequest {
|
|
5217
5511
|
/**
|
|
5512
|
+
* @public
|
|
5218
5513
|
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
5219
5514
|
* results.</p>
|
|
5220
5515
|
* <p>If no value is provided, the listing of results starts from the beginning.</p>
|
|
5221
5516
|
*/
|
|
5222
5517
|
NextToken?: string;
|
|
5223
5518
|
/**
|
|
5519
|
+
* @public
|
|
5224
5520
|
* <p>The maximum number of CIDR collections to return in the response.</p>
|
|
5225
5521
|
*/
|
|
5226
5522
|
MaxResults?: number;
|
|
@@ -5232,19 +5528,23 @@ export interface ListCidrCollectionsRequest {
|
|
|
5232
5528
|
*/
|
|
5233
5529
|
export interface CollectionSummary {
|
|
5234
5530
|
/**
|
|
5531
|
+
* @public
|
|
5235
5532
|
* <p>The ARN of the collection summary. Can be used to reference the collection in IAM
|
|
5236
5533
|
* policy or cross-account.</p>
|
|
5237
5534
|
*/
|
|
5238
5535
|
Arn?: string;
|
|
5239
5536
|
/**
|
|
5537
|
+
* @public
|
|
5240
5538
|
* <p>Unique ID for the CIDR collection.</p>
|
|
5241
5539
|
*/
|
|
5242
5540
|
Id?: string;
|
|
5243
5541
|
/**
|
|
5542
|
+
* @public
|
|
5244
5543
|
* <p>The name of a CIDR collection.</p>
|
|
5245
5544
|
*/
|
|
5246
5545
|
Name?: string;
|
|
5247
5546
|
/**
|
|
5547
|
+
* @public
|
|
5248
5548
|
* <p>A sequential counter that Route 53 sets to 1 when you create a CIDR
|
|
5249
5549
|
* collection and increments by 1 each time you update settings for the CIDR
|
|
5250
5550
|
* collection.</p>
|
|
@@ -5256,12 +5556,14 @@ export interface CollectionSummary {
|
|
|
5256
5556
|
*/
|
|
5257
5557
|
export interface ListCidrCollectionsResponse {
|
|
5258
5558
|
/**
|
|
5559
|
+
* @public
|
|
5259
5560
|
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
5260
5561
|
* results.</p>
|
|
5261
5562
|
* <p>If no value is provided, the listing of results starts from the beginning.</p>
|
|
5262
5563
|
*/
|
|
5263
5564
|
NextToken?: string;
|
|
5264
5565
|
/**
|
|
5566
|
+
* @public
|
|
5265
5567
|
* <p>A complex type with information about the CIDR collection.</p>
|
|
5266
5568
|
*/
|
|
5267
5569
|
CidrCollections?: CollectionSummary[];
|
|
@@ -5271,16 +5573,19 @@ export interface ListCidrCollectionsResponse {
|
|
|
5271
5573
|
*/
|
|
5272
5574
|
export interface ListCidrLocationsRequest {
|
|
5273
5575
|
/**
|
|
5576
|
+
* @public
|
|
5274
5577
|
* <p>The CIDR collection ID.</p>
|
|
5275
5578
|
*/
|
|
5276
5579
|
CollectionId: string | undefined;
|
|
5277
5580
|
/**
|
|
5581
|
+
* @public
|
|
5278
5582
|
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
5279
5583
|
* results.</p>
|
|
5280
5584
|
* <p>If no value is provided, the listing of results starts from the beginning.</p>
|
|
5281
5585
|
*/
|
|
5282
5586
|
NextToken?: string;
|
|
5283
5587
|
/**
|
|
5588
|
+
* @public
|
|
5284
5589
|
* <p>The maximum number of CIDR collection locations to return in the response.</p>
|
|
5285
5590
|
*/
|
|
5286
5591
|
MaxResults?: number;
|
|
@@ -5291,6 +5596,7 @@ export interface ListCidrLocationsRequest {
|
|
|
5291
5596
|
*/
|
|
5292
5597
|
export interface LocationSummary {
|
|
5293
5598
|
/**
|
|
5599
|
+
* @public
|
|
5294
5600
|
* <p>A string that specifies a location name.</p>
|
|
5295
5601
|
*/
|
|
5296
5602
|
LocationName?: string;
|
|
@@ -5300,12 +5606,14 @@ export interface LocationSummary {
|
|
|
5300
5606
|
*/
|
|
5301
5607
|
export interface ListCidrLocationsResponse {
|
|
5302
5608
|
/**
|
|
5609
|
+
* @public
|
|
5303
5610
|
* <p>An opaque pagination token to indicate where the service is to begin enumerating
|
|
5304
5611
|
* results.</p>
|
|
5305
5612
|
* <p>If no value is provided, the listing of results starts from the beginning.</p>
|
|
5306
5613
|
*/
|
|
5307
5614
|
NextToken?: string;
|
|
5308
5615
|
/**
|
|
5616
|
+
* @public
|
|
5309
5617
|
* <p>A complex type that contains information about the list of CIDR locations.</p>
|
|
5310
5618
|
*/
|
|
5311
5619
|
CidrLocations?: LocationSummary[];
|
|
@@ -5317,6 +5625,7 @@ export interface ListCidrLocationsResponse {
|
|
|
5317
5625
|
*/
|
|
5318
5626
|
export interface ListGeoLocationsRequest {
|
|
5319
5627
|
/**
|
|
5628
|
+
* @public
|
|
5320
5629
|
* <p>The code for the continent with which you want to start listing locations that Amazon
|
|
5321
5630
|
* Route 53 supports for geolocation. If Route 53 has already returned a page or more of
|
|
5322
5631
|
* results, if <code>IsTruncated</code> is true, and if <code>NextContinentCode</code> from
|
|
@@ -5328,6 +5637,7 @@ export interface ListGeoLocationsRequest {
|
|
|
5328
5637
|
*/
|
|
5329
5638
|
StartContinentCode?: string;
|
|
5330
5639
|
/**
|
|
5640
|
+
* @public
|
|
5331
5641
|
* <p>The code for the country with which you want to start listing locations that Amazon
|
|
5332
5642
|
* Route 53 supports for geolocation. If Route 53 has already returned a page or more of
|
|
5333
5643
|
* results, if <code>IsTruncated</code> is <code>true</code>, and if
|
|
@@ -5336,6 +5646,7 @@ export interface ListGeoLocationsRequest {
|
|
|
5336
5646
|
*/
|
|
5337
5647
|
StartCountryCode?: string;
|
|
5338
5648
|
/**
|
|
5649
|
+
* @public
|
|
5339
5650
|
* <p>The code for the state of the United States with which you want to start listing
|
|
5340
5651
|
* locations that Amazon Route 53 supports for geolocation. If Route 53 has already
|
|
5341
5652
|
* returned a page or more of results, if <code>IsTruncated</code> is <code>true</code>,
|
|
@@ -5347,6 +5658,7 @@ export interface ListGeoLocationsRequest {
|
|
|
5347
5658
|
*/
|
|
5348
5659
|
StartSubdivisionCode?: string;
|
|
5349
5660
|
/**
|
|
5661
|
+
* @public
|
|
5350
5662
|
* <p>(Optional) The maximum number of geolocations to be included in the response body for
|
|
5351
5663
|
* this request. If more than <code>maxitems</code> geolocations remain to be listed, then
|
|
5352
5664
|
* the value of the <code>IsTruncated</code> element in the response is
|
|
@@ -5360,11 +5672,13 @@ export interface ListGeoLocationsRequest {
|
|
|
5360
5672
|
*/
|
|
5361
5673
|
export interface ListGeoLocationsResponse {
|
|
5362
5674
|
/**
|
|
5675
|
+
* @public
|
|
5363
5676
|
* <p>A complex type that contains one <code>GeoLocationDetails</code> element for each
|
|
5364
5677
|
* location that Amazon Route 53 supports for geolocation.</p>
|
|
5365
5678
|
*/
|
|
5366
5679
|
GeoLocationDetailsList: GeoLocationDetails[] | undefined;
|
|
5367
5680
|
/**
|
|
5681
|
+
* @public
|
|
5368
5682
|
* <p>A value that indicates whether more locations remain to be listed after the last
|
|
5369
5683
|
* location in this response. If so, the value of <code>IsTruncated</code> is
|
|
5370
5684
|
* <code>true</code>. To get more values, submit another request and include the values
|
|
@@ -5375,6 +5689,7 @@ export interface ListGeoLocationsResponse {
|
|
|
5375
5689
|
*/
|
|
5376
5690
|
IsTruncated: boolean | undefined;
|
|
5377
5691
|
/**
|
|
5692
|
+
* @public
|
|
5378
5693
|
* <p>If <code>IsTruncated</code> is <code>true</code>, you can make a follow-up request to
|
|
5379
5694
|
* display more locations. Enter the value of <code>NextContinentCode</code> in the
|
|
5380
5695
|
* <code>startcontinentcode</code> parameter in another <code>ListGeoLocations</code>
|
|
@@ -5382,6 +5697,7 @@ export interface ListGeoLocationsResponse {
|
|
|
5382
5697
|
*/
|
|
5383
5698
|
NextContinentCode?: string;
|
|
5384
5699
|
/**
|
|
5700
|
+
* @public
|
|
5385
5701
|
* <p>If <code>IsTruncated</code> is <code>true</code>, you can make a follow-up request to
|
|
5386
5702
|
* display more locations. Enter the value of <code>NextCountryCode</code> in the
|
|
5387
5703
|
* <code>startcountrycode</code> parameter in another <code>ListGeoLocations</code>
|
|
@@ -5389,6 +5705,7 @@ export interface ListGeoLocationsResponse {
|
|
|
5389
5705
|
*/
|
|
5390
5706
|
NextCountryCode?: string;
|
|
5391
5707
|
/**
|
|
5708
|
+
* @public
|
|
5392
5709
|
* <p>If <code>IsTruncated</code> is <code>true</code>, you can make a follow-up request to
|
|
5393
5710
|
* display more locations. Enter the value of <code>NextSubdivisionCode</code> in the
|
|
5394
5711
|
* <code>startsubdivisioncode</code> parameter in another <code>ListGeoLocations</code>
|
|
@@ -5396,6 +5713,7 @@ export interface ListGeoLocationsResponse {
|
|
|
5396
5713
|
*/
|
|
5397
5714
|
NextSubdivisionCode?: string;
|
|
5398
5715
|
/**
|
|
5716
|
+
* @public
|
|
5399
5717
|
* <p>The value that you specified for <code>MaxItems</code> in the request.</p>
|
|
5400
5718
|
*/
|
|
5401
5719
|
MaxItems: number | undefined;
|
|
@@ -5407,6 +5725,7 @@ export interface ListGeoLocationsResponse {
|
|
|
5407
5725
|
*/
|
|
5408
5726
|
export interface ListHealthChecksRequest {
|
|
5409
5727
|
/**
|
|
5728
|
+
* @public
|
|
5410
5729
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
5411
5730
|
* <code>true</code>, you have more health checks. To get another group, submit another
|
|
5412
5731
|
* <code>ListHealthChecks</code> request. </p>
|
|
@@ -5418,6 +5737,7 @@ export interface ListHealthChecksRequest {
|
|
|
5418
5737
|
*/
|
|
5419
5738
|
Marker?: string;
|
|
5420
5739
|
/**
|
|
5740
|
+
* @public
|
|
5421
5741
|
* <p>The maximum number of health checks that you want <code>ListHealthChecks</code> to
|
|
5422
5742
|
* return in response to the current request. Amazon Route 53 returns a maximum of 100
|
|
5423
5743
|
* items. If you set <code>MaxItems</code> to a value greater than 100, Route 53 returns
|
|
@@ -5432,17 +5752,20 @@ export interface ListHealthChecksRequest {
|
|
|
5432
5752
|
*/
|
|
5433
5753
|
export interface ListHealthChecksResponse {
|
|
5434
5754
|
/**
|
|
5755
|
+
* @public
|
|
5435
5756
|
* <p>A complex type that contains one <code>HealthCheck</code> element for each health
|
|
5436
5757
|
* check that is associated with the current Amazon Web Services account.</p>
|
|
5437
5758
|
*/
|
|
5438
5759
|
HealthChecks: HealthCheck[] | undefined;
|
|
5439
5760
|
/**
|
|
5761
|
+
* @public
|
|
5440
5762
|
* <p>For the second and subsequent calls to <code>ListHealthChecks</code>,
|
|
5441
5763
|
* <code>Marker</code> is the value that you specified for the <code>marker</code>
|
|
5442
5764
|
* parameter in the previous request.</p>
|
|
5443
5765
|
*/
|
|
5444
5766
|
Marker: string | undefined;
|
|
5445
5767
|
/**
|
|
5768
|
+
* @public
|
|
5446
5769
|
* <p>A flag that indicates whether there are more health checks to be listed. If the
|
|
5447
5770
|
* response was truncated, you can get the next group of health checks by submitting
|
|
5448
5771
|
* another <code>ListHealthChecks</code> request and specifying the value of
|
|
@@ -5450,6 +5773,7 @@ export interface ListHealthChecksResponse {
|
|
|
5450
5773
|
*/
|
|
5451
5774
|
IsTruncated: boolean | undefined;
|
|
5452
5775
|
/**
|
|
5776
|
+
* @public
|
|
5453
5777
|
* <p>If <code>IsTruncated</code> is <code>true</code>, the value of <code>NextMarker</code>
|
|
5454
5778
|
* identifies the first health check that Amazon Route 53 returns if you submit another
|
|
5455
5779
|
* <code>ListHealthChecks</code> request and specify the value of
|
|
@@ -5457,6 +5781,7 @@ export interface ListHealthChecksResponse {
|
|
|
5457
5781
|
*/
|
|
5458
5782
|
NextMarker?: string;
|
|
5459
5783
|
/**
|
|
5784
|
+
* @public
|
|
5460
5785
|
* <p>The value that you specified for the <code>maxitems</code> parameter in the call to
|
|
5461
5786
|
* <code>ListHealthChecks</code> that produced the current response.</p>
|
|
5462
5787
|
*/
|
|
@@ -5469,6 +5794,7 @@ export interface ListHealthChecksResponse {
|
|
|
5469
5794
|
*/
|
|
5470
5795
|
export interface ListHostedZonesRequest {
|
|
5471
5796
|
/**
|
|
5797
|
+
* @public
|
|
5472
5798
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
5473
5799
|
* <code>true</code>, you have more hosted zones. To get more hosted zones, submit
|
|
5474
5800
|
* another <code>ListHostedZones</code> request. </p>
|
|
@@ -5480,6 +5806,7 @@ export interface ListHostedZonesRequest {
|
|
|
5480
5806
|
*/
|
|
5481
5807
|
Marker?: string;
|
|
5482
5808
|
/**
|
|
5809
|
+
* @public
|
|
5483
5810
|
* <p>(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
|
5484
5811
|
* If you have more than <code>maxitems</code> hosted zones, the value of
|
|
5485
5812
|
* <code>IsTruncated</code> in the response is <code>true</code>, and the value of
|
|
@@ -5488,6 +5815,7 @@ export interface ListHostedZonesRequest {
|
|
|
5488
5815
|
*/
|
|
5489
5816
|
MaxItems?: number;
|
|
5490
5817
|
/**
|
|
5818
|
+
* @public
|
|
5491
5819
|
* <p>If you're using reusable delegation sets and you want to list all of the hosted zones
|
|
5492
5820
|
* that are associated with a reusable delegation set, specify the ID of that reusable
|
|
5493
5821
|
* delegation set. </p>
|
|
@@ -5499,16 +5827,19 @@ export interface ListHostedZonesRequest {
|
|
|
5499
5827
|
*/
|
|
5500
5828
|
export interface ListHostedZonesResponse {
|
|
5501
5829
|
/**
|
|
5830
|
+
* @public
|
|
5502
5831
|
* <p>A complex type that contains general information about the hosted zone.</p>
|
|
5503
5832
|
*/
|
|
5504
5833
|
HostedZones: HostedZone[] | undefined;
|
|
5505
5834
|
/**
|
|
5835
|
+
* @public
|
|
5506
5836
|
* <p>For the second and subsequent calls to <code>ListHostedZones</code>,
|
|
5507
5837
|
* <code>Marker</code> is the value that you specified for the <code>marker</code>
|
|
5508
5838
|
* parameter in the request that produced the current response.</p>
|
|
5509
5839
|
*/
|
|
5510
5840
|
Marker: string | undefined;
|
|
5511
5841
|
/**
|
|
5842
|
+
* @public
|
|
5512
5843
|
* <p>A flag indicating whether there are more hosted zones to be listed. If the response
|
|
5513
5844
|
* was truncated, you can get more hosted zones by submitting another
|
|
5514
5845
|
* <code>ListHostedZones</code> request and specifying the value of
|
|
@@ -5516,6 +5847,7 @@ export interface ListHostedZonesResponse {
|
|
|
5516
5847
|
*/
|
|
5517
5848
|
IsTruncated: boolean | undefined;
|
|
5518
5849
|
/**
|
|
5850
|
+
* @public
|
|
5519
5851
|
* <p>If <code>IsTruncated</code> is <code>true</code>, the value of <code>NextMarker</code>
|
|
5520
5852
|
* identifies the first hosted zone in the next group of hosted zones. Submit another
|
|
5521
5853
|
* <code>ListHostedZones</code> request, and specify the value of
|
|
@@ -5525,6 +5857,7 @@ export interface ListHostedZonesResponse {
|
|
|
5525
5857
|
*/
|
|
5526
5858
|
NextMarker?: string;
|
|
5527
5859
|
/**
|
|
5860
|
+
* @public
|
|
5528
5861
|
* <p>The value that you specified for the <code>maxitems</code> parameter in the call to
|
|
5529
5862
|
* <code>ListHostedZones</code> that produced the current response.</p>
|
|
5530
5863
|
*/
|
|
@@ -5537,6 +5870,7 @@ export interface ListHostedZonesResponse {
|
|
|
5537
5870
|
*/
|
|
5538
5871
|
export interface ListHostedZonesByNameRequest {
|
|
5539
5872
|
/**
|
|
5873
|
+
* @public
|
|
5540
5874
|
* <p>(Optional) For your first request to <code>ListHostedZonesByName</code>, include the
|
|
5541
5875
|
* <code>dnsname</code> parameter only if you want to specify the name of the first
|
|
5542
5876
|
* hosted zone in the response. If you don't include the <code>dnsname</code> parameter,
|
|
@@ -5547,6 +5881,7 @@ export interface ListHostedZonesByNameRequest {
|
|
|
5547
5881
|
*/
|
|
5548
5882
|
DNSName?: string;
|
|
5549
5883
|
/**
|
|
5884
|
+
* @public
|
|
5550
5885
|
* <p>(Optional) For your first request to <code>ListHostedZonesByName</code>, do not
|
|
5551
5886
|
* include the <code>hostedzoneid</code> parameter.</p>
|
|
5552
5887
|
* <p>If you have more hosted zones than the value of <code>maxitems</code>,
|
|
@@ -5559,6 +5894,7 @@ export interface ListHostedZonesByNameRequest {
|
|
|
5559
5894
|
*/
|
|
5560
5895
|
HostedZoneId?: string;
|
|
5561
5896
|
/**
|
|
5897
|
+
* @public
|
|
5562
5898
|
* <p>The maximum number of hosted zones to be included in the response body for this
|
|
5563
5899
|
* request. If you have more than <code>maxitems</code> hosted zones, then the value of the
|
|
5564
5900
|
* <code>IsTruncated</code> element in the response is true, and the values of
|
|
@@ -5573,20 +5909,24 @@ export interface ListHostedZonesByNameRequest {
|
|
|
5573
5909
|
*/
|
|
5574
5910
|
export interface ListHostedZonesByNameResponse {
|
|
5575
5911
|
/**
|
|
5912
|
+
* @public
|
|
5576
5913
|
* <p>A complex type that contains general information about the hosted zone.</p>
|
|
5577
5914
|
*/
|
|
5578
5915
|
HostedZones: HostedZone[] | undefined;
|
|
5579
5916
|
/**
|
|
5917
|
+
* @public
|
|
5580
5918
|
* <p>For the second and subsequent calls to <code>ListHostedZonesByName</code>,
|
|
5581
5919
|
* <code>DNSName</code> is the value that you specified for the <code>dnsname</code>
|
|
5582
5920
|
* parameter in the request that produced the current response.</p>
|
|
5583
5921
|
*/
|
|
5584
5922
|
DNSName?: string;
|
|
5585
5923
|
/**
|
|
5924
|
+
* @public
|
|
5586
5925
|
* <p>The ID that Amazon Route 53 assigned to the hosted zone when you created it.</p>
|
|
5587
5926
|
*/
|
|
5588
5927
|
HostedZoneId?: string;
|
|
5589
5928
|
/**
|
|
5929
|
+
* @public
|
|
5590
5930
|
* <p>A flag that indicates whether there are more hosted zones to be listed. If the
|
|
5591
5931
|
* response was truncated, you can get the next group of <code>maxitems</code> hosted zones
|
|
5592
5932
|
* by calling <code>ListHostedZonesByName</code> again and specifying the values of
|
|
@@ -5595,6 +5935,7 @@ export interface ListHostedZonesByNameResponse {
|
|
|
5595
5935
|
*/
|
|
5596
5936
|
IsTruncated: boolean | undefined;
|
|
5597
5937
|
/**
|
|
5938
|
+
* @public
|
|
5598
5939
|
* <p>If <code>IsTruncated</code> is true, the value of <code>NextDNSName</code> is the name
|
|
5599
5940
|
* of the first hosted zone in the next group of <code>maxitems</code> hosted zones. Call
|
|
5600
5941
|
* <code>ListHostedZonesByName</code> again and specify the value of
|
|
@@ -5604,6 +5945,7 @@ export interface ListHostedZonesByNameResponse {
|
|
|
5604
5945
|
*/
|
|
5605
5946
|
NextDNSName?: string;
|
|
5606
5947
|
/**
|
|
5948
|
+
* @public
|
|
5607
5949
|
* <p>If <code>IsTruncated</code> is <code>true</code>, the value of
|
|
5608
5950
|
* <code>NextHostedZoneId</code> identifies the first hosted zone in the next group of
|
|
5609
5951
|
* <code>maxitems</code> hosted zones. Call <code>ListHostedZonesByName</code> again
|
|
@@ -5613,6 +5955,7 @@ export interface ListHostedZonesByNameResponse {
|
|
|
5613
5955
|
*/
|
|
5614
5956
|
NextHostedZoneId?: string;
|
|
5615
5957
|
/**
|
|
5958
|
+
* @public
|
|
5616
5959
|
* <p>The value that you specified for the <code>maxitems</code> parameter in the call to
|
|
5617
5960
|
* <code>ListHostedZonesByName</code> that produced the current response.</p>
|
|
5618
5961
|
*/
|
|
@@ -5638,15 +5981,18 @@ export declare class InvalidPaginationToken extends __BaseException {
|
|
|
5638
5981
|
*/
|
|
5639
5982
|
export interface ListHostedZonesByVPCRequest {
|
|
5640
5983
|
/**
|
|
5984
|
+
* @public
|
|
5641
5985
|
* <p>The ID of the Amazon VPC that you want to list hosted zones for.</p>
|
|
5642
5986
|
*/
|
|
5643
5987
|
VPCId: string | undefined;
|
|
5644
5988
|
/**
|
|
5989
|
+
* @public
|
|
5645
5990
|
* <p>For the Amazon VPC that you specified for <code>VPCId</code>, the Amazon Web Services
|
|
5646
5991
|
* Region that you created the VPC in. </p>
|
|
5647
5992
|
*/
|
|
5648
5993
|
VPCRegion: VPCRegion | string | undefined;
|
|
5649
5994
|
/**
|
|
5995
|
+
* @public
|
|
5650
5996
|
* <p>(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
|
5651
5997
|
* If the specified VPC is associated with more than <code>MaxItems</code> hosted zones,
|
|
5652
5998
|
* the response includes a <code>NextToken</code> element. <code>NextToken</code> contains
|
|
@@ -5655,6 +6001,7 @@ export interface ListHostedZonesByVPCRequest {
|
|
|
5655
6001
|
*/
|
|
5656
6002
|
MaxItems?: number;
|
|
5657
6003
|
/**
|
|
6004
|
+
* @public
|
|
5658
6005
|
* <p>If the previous response included a <code>NextToken</code> element, the specified VPC
|
|
5659
6006
|
* is associated with more hosted zones. To get more hosted zones, submit another
|
|
5660
6007
|
* <code>ListHostedZonesByVPC</code> request. </p>
|
|
@@ -5674,6 +6021,7 @@ export interface ListHostedZonesByVPCRequest {
|
|
|
5674
6021
|
*/
|
|
5675
6022
|
export interface HostedZoneOwner {
|
|
5676
6023
|
/**
|
|
6024
|
+
* @public
|
|
5677
6025
|
* <p>If the hosted zone was created by an Amazon Web Services account, or was created by an
|
|
5678
6026
|
* Amazon Web Services service that creates hosted zones using the current account,
|
|
5679
6027
|
* <code>OwningAccount</code> contains the account ID of that account. For example,
|
|
@@ -5682,6 +6030,7 @@ export interface HostedZoneOwner {
|
|
|
5682
6030
|
*/
|
|
5683
6031
|
OwningAccount?: string;
|
|
5684
6032
|
/**
|
|
6033
|
+
* @public
|
|
5685
6034
|
* <p>If an Amazon Web Services service uses its own account to create a hosted zone and
|
|
5686
6035
|
* associate the specified VPC with that hosted zone, <code>OwningService</code> contains
|
|
5687
6036
|
* an abbreviation that identifies the service. For example, if Amazon Elastic File System
|
|
@@ -5700,15 +6049,18 @@ export interface HostedZoneOwner {
|
|
|
5700
6049
|
*/
|
|
5701
6050
|
export interface HostedZoneSummary {
|
|
5702
6051
|
/**
|
|
6052
|
+
* @public
|
|
5703
6053
|
* <p>The Route 53 hosted zone ID of a private hosted zone that the specified VPC is
|
|
5704
6054
|
* associated with.</p>
|
|
5705
6055
|
*/
|
|
5706
6056
|
HostedZoneId: string | undefined;
|
|
5707
6057
|
/**
|
|
6058
|
+
* @public
|
|
5708
6059
|
* <p>The name of the private hosted zone, such as <code>example.com</code>.</p>
|
|
5709
6060
|
*/
|
|
5710
6061
|
Name: string | undefined;
|
|
5711
6062
|
/**
|
|
6063
|
+
* @public
|
|
5712
6064
|
* <p>The owner of a private hosted zone that the specified VPC is associated with. The
|
|
5713
6065
|
* owner can be either an Amazon Web Services account or an Amazon Web Services
|
|
5714
6066
|
* service.</p>
|
|
@@ -5720,6 +6072,7 @@ export interface HostedZoneSummary {
|
|
|
5720
6072
|
*/
|
|
5721
6073
|
export interface ListHostedZonesByVPCResponse {
|
|
5722
6074
|
/**
|
|
6075
|
+
* @public
|
|
5723
6076
|
* <p>A list that contains one <code>HostedZoneSummary</code> element for each hosted zone
|
|
5724
6077
|
* that the specified Amazon VPC is associated with. Each <code>HostedZoneSummary</code>
|
|
5725
6078
|
* element contains the hosted zone name and ID, and information about who owns the hosted
|
|
@@ -5727,11 +6080,13 @@ export interface ListHostedZonesByVPCResponse {
|
|
|
5727
6080
|
*/
|
|
5728
6081
|
HostedZoneSummaries: HostedZoneSummary[] | undefined;
|
|
5729
6082
|
/**
|
|
6083
|
+
* @public
|
|
5730
6084
|
* <p>The value that you specified for <code>MaxItems</code> in the most recent
|
|
5731
6085
|
* <code>ListHostedZonesByVPC</code> request.</p>
|
|
5732
6086
|
*/
|
|
5733
6087
|
MaxItems: number | undefined;
|
|
5734
6088
|
/**
|
|
6089
|
+
* @public
|
|
5735
6090
|
* <p>The value that you will use for <code>NextToken</code> in the next
|
|
5736
6091
|
* <code>ListHostedZonesByVPC</code> request.</p>
|
|
5737
6092
|
*/
|
|
@@ -5742,6 +6097,7 @@ export interface ListHostedZonesByVPCResponse {
|
|
|
5742
6097
|
*/
|
|
5743
6098
|
export interface ListQueryLoggingConfigsRequest {
|
|
5744
6099
|
/**
|
|
6100
|
+
* @public
|
|
5745
6101
|
* <p>(Optional) If you want to list the query logging configuration that is associated with
|
|
5746
6102
|
* a hosted zone, specify the ID in <code>HostedZoneId</code>. </p>
|
|
5747
6103
|
* <p>If you don't specify a hosted zone ID, <code>ListQueryLoggingConfigs</code> returns
|
|
@@ -5749,6 +6105,7 @@ export interface ListQueryLoggingConfigsRequest {
|
|
|
5749
6105
|
*/
|
|
5750
6106
|
HostedZoneId?: string;
|
|
5751
6107
|
/**
|
|
6108
|
+
* @public
|
|
5752
6109
|
* <p>(Optional) If the current Amazon Web Services account has more than
|
|
5753
6110
|
* <code>MaxResults</code> query logging configurations, use <code>NextToken</code> to
|
|
5754
6111
|
* get the second and subsequent pages of results.</p>
|
|
@@ -5759,6 +6116,7 @@ export interface ListQueryLoggingConfigsRequest {
|
|
|
5759
6116
|
*/
|
|
5760
6117
|
NextToken?: string;
|
|
5761
6118
|
/**
|
|
6119
|
+
* @public
|
|
5762
6120
|
* <p>(Optional) The maximum number of query logging configurations that you want Amazon
|
|
5763
6121
|
* Route 53 to return in response to the current request. If the current Amazon Web Services account has more than <code>MaxResults</code> configurations, use the
|
|
5764
6122
|
* value of <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListQueryLoggingConfigs.html#API_ListQueryLoggingConfigs_RequestSyntax">NextToken</a> in the response to get the next page of results.</p>
|
|
@@ -5772,11 +6130,13 @@ export interface ListQueryLoggingConfigsRequest {
|
|
|
5772
6130
|
*/
|
|
5773
6131
|
export interface ListQueryLoggingConfigsResponse {
|
|
5774
6132
|
/**
|
|
6133
|
+
* @public
|
|
5775
6134
|
* <p>An array that contains one <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_QueryLoggingConfig.html">QueryLoggingConfig</a> element for each configuration for DNS query logging
|
|
5776
6135
|
* that is associated with the current Amazon Web Services account.</p>
|
|
5777
6136
|
*/
|
|
5778
6137
|
QueryLoggingConfigs: QueryLoggingConfig[] | undefined;
|
|
5779
6138
|
/**
|
|
6139
|
+
* @public
|
|
5780
6140
|
* <p>If a response includes the last of the query logging configurations that are
|
|
5781
6141
|
* associated with the current Amazon Web Services account, <code>NextToken</code> doesn't
|
|
5782
6142
|
* appear in the response.</p>
|
|
@@ -5794,17 +6154,20 @@ export interface ListQueryLoggingConfigsResponse {
|
|
|
5794
6154
|
*/
|
|
5795
6155
|
export interface ListResourceRecordSetsRequest {
|
|
5796
6156
|
/**
|
|
6157
|
+
* @public
|
|
5797
6158
|
* <p>The ID of the hosted zone that contains the resource record sets that you want to
|
|
5798
6159
|
* list.</p>
|
|
5799
6160
|
*/
|
|
5800
6161
|
HostedZoneId: string | undefined;
|
|
5801
6162
|
/**
|
|
6163
|
+
* @public
|
|
5802
6164
|
* <p>The first name in the lexicographic ordering of resource record sets that you want to
|
|
5803
6165
|
* list. If the specified record name doesn't exist, the results begin with the first
|
|
5804
6166
|
* resource record set that has a name greater than the value of <code>name</code>.</p>
|
|
5805
6167
|
*/
|
|
5806
6168
|
StartRecordName?: string;
|
|
5807
6169
|
/**
|
|
6170
|
+
* @public
|
|
5808
6171
|
* <p>The type of resource record set to begin the record listing from.</p>
|
|
5809
6172
|
* <p>Valid values for basic resource record sets: <code>A</code> | <code>AAAA</code> |
|
|
5810
6173
|
* <code>CAA</code> | <code>CNAME</code> | <code>MX</code> | <code>NAPTR</code> |
|
|
@@ -5857,6 +6220,7 @@ export interface ListResourceRecordSetsRequest {
|
|
|
5857
6220
|
*/
|
|
5858
6221
|
StartRecordType?: RRType | string;
|
|
5859
6222
|
/**
|
|
6223
|
+
* @public
|
|
5860
6224
|
* <p>
|
|
5861
6225
|
* <i>Resource record sets that have a routing policy other than
|
|
5862
6226
|
* simple:</i> If results were truncated for a given DNS name and type, specify
|
|
@@ -5865,6 +6229,7 @@ export interface ListResourceRecordSetsRequest {
|
|
|
5865
6229
|
*/
|
|
5866
6230
|
StartRecordIdentifier?: string;
|
|
5867
6231
|
/**
|
|
6232
|
+
* @public
|
|
5868
6233
|
* <p>(Optional) The maximum number of resource records sets to include in the response body
|
|
5869
6234
|
* for this request. If the response includes more than <code>maxitems</code> resource
|
|
5870
6235
|
* record sets, the value of the <code>IsTruncated</code> element in the response is
|
|
@@ -5880,26 +6245,31 @@ export interface ListResourceRecordSetsRequest {
|
|
|
5880
6245
|
*/
|
|
5881
6246
|
export interface ListResourceRecordSetsResponse {
|
|
5882
6247
|
/**
|
|
6248
|
+
* @public
|
|
5883
6249
|
* <p>Information about multiple resource record sets.</p>
|
|
5884
6250
|
*/
|
|
5885
6251
|
ResourceRecordSets: ResourceRecordSet[] | undefined;
|
|
5886
6252
|
/**
|
|
6253
|
+
* @public
|
|
5887
6254
|
* <p>A flag that indicates whether more resource record sets remain to be listed. If your
|
|
5888
6255
|
* results were truncated, you can make a follow-up pagination request by using the
|
|
5889
6256
|
* <code>NextRecordName</code> element.</p>
|
|
5890
6257
|
*/
|
|
5891
6258
|
IsTruncated: boolean | undefined;
|
|
5892
6259
|
/**
|
|
6260
|
+
* @public
|
|
5893
6261
|
* <p>If the results were truncated, the name of the next record in the list.</p>
|
|
5894
6262
|
* <p>This element is present only if <code>IsTruncated</code> is true. </p>
|
|
5895
6263
|
*/
|
|
5896
6264
|
NextRecordName?: string;
|
|
5897
6265
|
/**
|
|
6266
|
+
* @public
|
|
5898
6267
|
* <p>If the results were truncated, the type of the next record in the list.</p>
|
|
5899
6268
|
* <p>This element is present only if <code>IsTruncated</code> is true. </p>
|
|
5900
6269
|
*/
|
|
5901
6270
|
NextRecordType?: RRType | string;
|
|
5902
6271
|
/**
|
|
6272
|
+
* @public
|
|
5903
6273
|
* <p>
|
|
5904
6274
|
* <i>Resource record sets that have a routing policy other than
|
|
5905
6275
|
* simple:</i> If results were truncated for a given DNS name and type, the
|
|
@@ -5910,6 +6280,7 @@ export interface ListResourceRecordSetsResponse {
|
|
|
5910
6280
|
*/
|
|
5911
6281
|
NextRecordIdentifier?: string;
|
|
5912
6282
|
/**
|
|
6283
|
+
* @public
|
|
5913
6284
|
* <p>The maximum number of records you requested.</p>
|
|
5914
6285
|
*/
|
|
5915
6286
|
MaxItems: number | undefined;
|
|
@@ -5921,6 +6292,7 @@ export interface ListResourceRecordSetsResponse {
|
|
|
5921
6292
|
*/
|
|
5922
6293
|
export interface ListReusableDelegationSetsRequest {
|
|
5923
6294
|
/**
|
|
6295
|
+
* @public
|
|
5924
6296
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
5925
6297
|
* <code>true</code>, you have more reusable delegation sets. To get another group,
|
|
5926
6298
|
* submit another <code>ListReusableDelegationSets</code> request. </p>
|
|
@@ -5932,6 +6304,7 @@ export interface ListReusableDelegationSetsRequest {
|
|
|
5932
6304
|
*/
|
|
5933
6305
|
Marker?: string;
|
|
5934
6306
|
/**
|
|
6307
|
+
* @public
|
|
5935
6308
|
* <p>The number of reusable delegation sets that you want Amazon Route 53 to return in the
|
|
5936
6309
|
* response to this request. If you specify a value greater than 100, Route 53 returns only
|
|
5937
6310
|
* the first 100 reusable delegation sets.</p>
|
|
@@ -5945,22 +6318,26 @@ export interface ListReusableDelegationSetsRequest {
|
|
|
5945
6318
|
*/
|
|
5946
6319
|
export interface ListReusableDelegationSetsResponse {
|
|
5947
6320
|
/**
|
|
6321
|
+
* @public
|
|
5948
6322
|
* <p>A complex type that contains one <code>DelegationSet</code> element for each reusable
|
|
5949
6323
|
* delegation set that was created by the current Amazon Web Services account.</p>
|
|
5950
6324
|
*/
|
|
5951
6325
|
DelegationSets: DelegationSet[] | undefined;
|
|
5952
6326
|
/**
|
|
6327
|
+
* @public
|
|
5953
6328
|
* <p>For the second and subsequent calls to <code>ListReusableDelegationSets</code>,
|
|
5954
6329
|
* <code>Marker</code> is the value that you specified for the <code>marker</code>
|
|
5955
6330
|
* parameter in the request that produced the current response.</p>
|
|
5956
6331
|
*/
|
|
5957
6332
|
Marker: string | undefined;
|
|
5958
6333
|
/**
|
|
6334
|
+
* @public
|
|
5959
6335
|
* <p>A flag that indicates whether there are more reusable delegation sets to be
|
|
5960
6336
|
* listed.</p>
|
|
5961
6337
|
*/
|
|
5962
6338
|
IsTruncated: boolean | undefined;
|
|
5963
6339
|
/**
|
|
6340
|
+
* @public
|
|
5964
6341
|
* <p>If <code>IsTruncated</code> is <code>true</code>, the value of <code>NextMarker</code>
|
|
5965
6342
|
* identifies the next reusable delegation set that Amazon Route 53 will return if you
|
|
5966
6343
|
* submit another <code>ListReusableDelegationSets</code> request and specify the value of
|
|
@@ -5968,6 +6345,7 @@ export interface ListReusableDelegationSetsResponse {
|
|
|
5968
6345
|
*/
|
|
5969
6346
|
NextMarker?: string;
|
|
5970
6347
|
/**
|
|
6348
|
+
* @public
|
|
5971
6349
|
* <p>The value that you specified for the <code>maxitems</code> parameter in the call to
|
|
5972
6350
|
* <code>ListReusableDelegationSets</code> that produced the current response.</p>
|
|
5973
6351
|
*/
|
|
@@ -5980,6 +6358,7 @@ export interface ListReusableDelegationSetsResponse {
|
|
|
5980
6358
|
*/
|
|
5981
6359
|
export interface ListTagsForResourceRequest {
|
|
5982
6360
|
/**
|
|
6361
|
+
* @public
|
|
5983
6362
|
* <p>The type of the resource.</p>
|
|
5984
6363
|
* <ul>
|
|
5985
6364
|
* <li>
|
|
@@ -5992,6 +6371,7 @@ export interface ListTagsForResourceRequest {
|
|
|
5992
6371
|
*/
|
|
5993
6372
|
ResourceType: TagResourceType | string | undefined;
|
|
5994
6373
|
/**
|
|
6374
|
+
* @public
|
|
5995
6375
|
* <p>The ID of the resource for which you want to retrieve tags.</p>
|
|
5996
6376
|
*/
|
|
5997
6377
|
ResourceId: string | undefined;
|
|
@@ -6002,6 +6382,7 @@ export interface ListTagsForResourceRequest {
|
|
|
6002
6382
|
*/
|
|
6003
6383
|
export interface ResourceTagSet {
|
|
6004
6384
|
/**
|
|
6385
|
+
* @public
|
|
6005
6386
|
* <p>The type of the resource.</p>
|
|
6006
6387
|
* <ul>
|
|
6007
6388
|
* <li>
|
|
@@ -6014,10 +6395,12 @@ export interface ResourceTagSet {
|
|
|
6014
6395
|
*/
|
|
6015
6396
|
ResourceType?: TagResourceType | string;
|
|
6016
6397
|
/**
|
|
6398
|
+
* @public
|
|
6017
6399
|
* <p>The ID for the specified resource.</p>
|
|
6018
6400
|
*/
|
|
6019
6401
|
ResourceId?: string;
|
|
6020
6402
|
/**
|
|
6403
|
+
* @public
|
|
6021
6404
|
* <p>The tags associated with the specified resource.</p>
|
|
6022
6405
|
*/
|
|
6023
6406
|
Tags?: Tag[];
|
|
@@ -6029,6 +6412,7 @@ export interface ResourceTagSet {
|
|
|
6029
6412
|
*/
|
|
6030
6413
|
export interface ListTagsForResourceResponse {
|
|
6031
6414
|
/**
|
|
6415
|
+
* @public
|
|
6032
6416
|
* <p>A <code>ResourceTagSet</code> containing tags associated with the specified
|
|
6033
6417
|
* resource.</p>
|
|
6034
6418
|
*/
|
|
@@ -6041,6 +6425,7 @@ export interface ListTagsForResourceResponse {
|
|
|
6041
6425
|
*/
|
|
6042
6426
|
export interface ListTagsForResourcesRequest {
|
|
6043
6427
|
/**
|
|
6428
|
+
* @public
|
|
6044
6429
|
* <p>The type of the resources.</p>
|
|
6045
6430
|
* <ul>
|
|
6046
6431
|
* <li>
|
|
@@ -6053,6 +6438,7 @@ export interface ListTagsForResourcesRequest {
|
|
|
6053
6438
|
*/
|
|
6054
6439
|
ResourceType: TagResourceType | string | undefined;
|
|
6055
6440
|
/**
|
|
6441
|
+
* @public
|
|
6056
6442
|
* <p>A complex type that contains the ResourceId element for each resource for which you
|
|
6057
6443
|
* want to get a list of tags.</p>
|
|
6058
6444
|
*/
|
|
@@ -6064,6 +6450,7 @@ export interface ListTagsForResourcesRequest {
|
|
|
6064
6450
|
*/
|
|
6065
6451
|
export interface ListTagsForResourcesResponse {
|
|
6066
6452
|
/**
|
|
6453
|
+
* @public
|
|
6067
6454
|
* <p>A list of <code>ResourceTagSet</code>s containing tags associated with the specified
|
|
6068
6455
|
* resources.</p>
|
|
6069
6456
|
*/
|
|
@@ -6076,6 +6463,7 @@ export interface ListTagsForResourcesResponse {
|
|
|
6076
6463
|
*/
|
|
6077
6464
|
export interface ListTrafficPoliciesRequest {
|
|
6078
6465
|
/**
|
|
6466
|
+
* @public
|
|
6079
6467
|
* <p>(Conditional) For your first request to <code>ListTrafficPolicies</code>, don't
|
|
6080
6468
|
* include the <code>TrafficPolicyIdMarker</code> parameter.</p>
|
|
6081
6469
|
* <p>If you have more traffic policies than the value of <code>MaxItems</code>,
|
|
@@ -6088,6 +6476,7 @@ export interface ListTrafficPoliciesRequest {
|
|
|
6088
6476
|
*/
|
|
6089
6477
|
TrafficPolicyIdMarker?: string;
|
|
6090
6478
|
/**
|
|
6479
|
+
* @public
|
|
6091
6480
|
* <p>(Optional) The maximum number of traffic policies that you want Amazon Route 53 to
|
|
6092
6481
|
* return in response to this request. If you have more than <code>MaxItems</code> traffic
|
|
6093
6482
|
* policies, the value of <code>IsTruncated</code> in the response is <code>true</code>,
|
|
@@ -6103,23 +6492,28 @@ export interface ListTrafficPoliciesRequest {
|
|
|
6103
6492
|
*/
|
|
6104
6493
|
export interface TrafficPolicySummary {
|
|
6105
6494
|
/**
|
|
6495
|
+
* @public
|
|
6106
6496
|
* <p>The ID that Amazon Route 53 assigned to the traffic policy when you created it.</p>
|
|
6107
6497
|
*/
|
|
6108
6498
|
Id: string | undefined;
|
|
6109
6499
|
/**
|
|
6500
|
+
* @public
|
|
6110
6501
|
* <p>The name that you specified for the traffic policy when you created it.</p>
|
|
6111
6502
|
*/
|
|
6112
6503
|
Name: string | undefined;
|
|
6113
6504
|
/**
|
|
6505
|
+
* @public
|
|
6114
6506
|
* <p>The DNS type of the resource record sets that Amazon Route 53 creates when you use a
|
|
6115
6507
|
* traffic policy to create a traffic policy instance.</p>
|
|
6116
6508
|
*/
|
|
6117
6509
|
Type: RRType | string | undefined;
|
|
6118
6510
|
/**
|
|
6511
|
+
* @public
|
|
6119
6512
|
* <p>The version number of the latest version of the traffic policy.</p>
|
|
6120
6513
|
*/
|
|
6121
6514
|
LatestVersion: number | undefined;
|
|
6122
6515
|
/**
|
|
6516
|
+
* @public
|
|
6123
6517
|
* <p>The number of traffic policies that are associated with the current Amazon Web Services account.</p>
|
|
6124
6518
|
*/
|
|
6125
6519
|
TrafficPolicyCount: number | undefined;
|
|
@@ -6130,11 +6524,13 @@ export interface TrafficPolicySummary {
|
|
|
6130
6524
|
*/
|
|
6131
6525
|
export interface ListTrafficPoliciesResponse {
|
|
6132
6526
|
/**
|
|
6527
|
+
* @public
|
|
6133
6528
|
* <p>A list that contains one <code>TrafficPolicySummary</code> element for each traffic
|
|
6134
6529
|
* policy that was created by the current Amazon Web Services account.</p>
|
|
6135
6530
|
*/
|
|
6136
6531
|
TrafficPolicySummaries: TrafficPolicySummary[] | undefined;
|
|
6137
6532
|
/**
|
|
6533
|
+
* @public
|
|
6138
6534
|
* <p>A flag that indicates whether there are more traffic policies to be listed. If the
|
|
6139
6535
|
* response was truncated, you can get the next group of traffic policies by submitting
|
|
6140
6536
|
* another <code>ListTrafficPolicies</code> request and specifying the value of
|
|
@@ -6143,12 +6539,14 @@ export interface ListTrafficPoliciesResponse {
|
|
|
6143
6539
|
*/
|
|
6144
6540
|
IsTruncated: boolean | undefined;
|
|
6145
6541
|
/**
|
|
6542
|
+
* @public
|
|
6146
6543
|
* <p>If the value of <code>IsTruncated</code> is <code>true</code>,
|
|
6147
6544
|
* <code>TrafficPolicyIdMarker</code> is the ID of the first traffic policy in the next
|
|
6148
6545
|
* group of <code>MaxItems</code> traffic policies.</p>
|
|
6149
6546
|
*/
|
|
6150
6547
|
TrafficPolicyIdMarker: string | undefined;
|
|
6151
6548
|
/**
|
|
6549
|
+
* @public
|
|
6152
6550
|
* <p>The value that you specified for the <code>MaxItems</code> parameter in the
|
|
6153
6551
|
* <code>ListTrafficPolicies</code> request that produced the current response.</p>
|
|
6154
6552
|
*/
|
|
@@ -6161,6 +6559,7 @@ export interface ListTrafficPoliciesResponse {
|
|
|
6161
6559
|
*/
|
|
6162
6560
|
export interface ListTrafficPolicyInstancesRequest {
|
|
6163
6561
|
/**
|
|
6562
|
+
* @public
|
|
6164
6563
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6165
6564
|
* <code>true</code>, you have more traffic policy instances. To get more traffic
|
|
6166
6565
|
* policy instances, submit another <code>ListTrafficPolicyInstances</code> request. For
|
|
@@ -6173,6 +6572,7 @@ export interface ListTrafficPolicyInstancesRequest {
|
|
|
6173
6572
|
*/
|
|
6174
6573
|
HostedZoneIdMarker?: string;
|
|
6175
6574
|
/**
|
|
6575
|
+
* @public
|
|
6176
6576
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6177
6577
|
* <code>true</code>, you have more traffic policy instances. To get more traffic
|
|
6178
6578
|
* policy instances, submit another <code>ListTrafficPolicyInstances</code> request. For
|
|
@@ -6185,6 +6585,7 @@ export interface ListTrafficPolicyInstancesRequest {
|
|
|
6185
6585
|
*/
|
|
6186
6586
|
TrafficPolicyInstanceNameMarker?: string;
|
|
6187
6587
|
/**
|
|
6588
|
+
* @public
|
|
6188
6589
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6189
6590
|
* <code>true</code>, you have more traffic policy instances. To get more traffic
|
|
6190
6591
|
* policy instances, submit another <code>ListTrafficPolicyInstances</code> request. For
|
|
@@ -6197,6 +6598,7 @@ export interface ListTrafficPolicyInstancesRequest {
|
|
|
6197
6598
|
*/
|
|
6198
6599
|
TrafficPolicyInstanceTypeMarker?: RRType | string;
|
|
6199
6600
|
/**
|
|
6601
|
+
* @public
|
|
6200
6602
|
* <p>The maximum number of traffic policy instances that you want Amazon Route 53 to return
|
|
6201
6603
|
* in response to a <code>ListTrafficPolicyInstances</code> request. If you have more than
|
|
6202
6604
|
* <code>MaxItems</code> traffic policy instances, the value of the
|
|
@@ -6213,17 +6615,20 @@ export interface ListTrafficPolicyInstancesRequest {
|
|
|
6213
6615
|
*/
|
|
6214
6616
|
export interface ListTrafficPolicyInstancesResponse {
|
|
6215
6617
|
/**
|
|
6618
|
+
* @public
|
|
6216
6619
|
* <p>A list that contains one <code>TrafficPolicyInstance</code> element for each traffic
|
|
6217
6620
|
* policy instance that matches the elements in the request.</p>
|
|
6218
6621
|
*/
|
|
6219
6622
|
TrafficPolicyInstances: TrafficPolicyInstance[] | undefined;
|
|
6220
6623
|
/**
|
|
6624
|
+
* @public
|
|
6221
6625
|
* <p>If <code>IsTruncated</code> is <code>true</code>, <code>HostedZoneIdMarker</code> is
|
|
6222
6626
|
* the ID of the hosted zone of the first traffic policy instance that Route 53 will return
|
|
6223
6627
|
* if you submit another <code>ListTrafficPolicyInstances</code> request. </p>
|
|
6224
6628
|
*/
|
|
6225
6629
|
HostedZoneIdMarker?: string;
|
|
6226
6630
|
/**
|
|
6631
|
+
* @public
|
|
6227
6632
|
* <p>If <code>IsTruncated</code> is <code>true</code>,
|
|
6228
6633
|
* <code>TrafficPolicyInstanceNameMarker</code> is the name of the first traffic policy
|
|
6229
6634
|
* instance that Route 53 will return if you submit another
|
|
@@ -6231,6 +6636,7 @@ export interface ListTrafficPolicyInstancesResponse {
|
|
|
6231
6636
|
*/
|
|
6232
6637
|
TrafficPolicyInstanceNameMarker?: string;
|
|
6233
6638
|
/**
|
|
6639
|
+
* @public
|
|
6234
6640
|
* <p>If <code>IsTruncated</code> is <code>true</code>,
|
|
6235
6641
|
* <code>TrafficPolicyInstanceTypeMarker</code> is the DNS type of the resource record
|
|
6236
6642
|
* sets that are associated with the first traffic policy instance that Amazon Route 53
|
|
@@ -6239,6 +6645,7 @@ export interface ListTrafficPolicyInstancesResponse {
|
|
|
6239
6645
|
*/
|
|
6240
6646
|
TrafficPolicyInstanceTypeMarker?: RRType | string;
|
|
6241
6647
|
/**
|
|
6648
|
+
* @public
|
|
6242
6649
|
* <p>A flag that indicates whether there are more traffic policy instances to be listed. If
|
|
6243
6650
|
* the response was truncated, you can get more traffic policy instances by calling
|
|
6244
6651
|
* <code>ListTrafficPolicyInstances</code> again and specifying the values of the
|
|
@@ -6248,6 +6655,7 @@ export interface ListTrafficPolicyInstancesResponse {
|
|
|
6248
6655
|
*/
|
|
6249
6656
|
IsTruncated: boolean | undefined;
|
|
6250
6657
|
/**
|
|
6658
|
+
* @public
|
|
6251
6659
|
* <p>The value that you specified for the <code>MaxItems</code> parameter in the call to
|
|
6252
6660
|
* <code>ListTrafficPolicyInstances</code> that produced the current response.</p>
|
|
6253
6661
|
*/
|
|
@@ -6260,10 +6668,12 @@ export interface ListTrafficPolicyInstancesResponse {
|
|
|
6260
6668
|
*/
|
|
6261
6669
|
export interface ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
6262
6670
|
/**
|
|
6671
|
+
* @public
|
|
6263
6672
|
* <p>The ID of the hosted zone that you want to list traffic policy instances for.</p>
|
|
6264
6673
|
*/
|
|
6265
6674
|
HostedZoneId: string | undefined;
|
|
6266
6675
|
/**
|
|
6676
|
+
* @public
|
|
6267
6677
|
* <p>If the value of <code>IsTruncated</code> in the previous response is true, you have
|
|
6268
6678
|
* more traffic policy instances. To get more traffic policy instances, submit another
|
|
6269
6679
|
* <code>ListTrafficPolicyInstances</code> request. For the value of
|
|
@@ -6276,6 +6686,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
|
6276
6686
|
*/
|
|
6277
6687
|
TrafficPolicyInstanceNameMarker?: string;
|
|
6278
6688
|
/**
|
|
6689
|
+
* @public
|
|
6279
6690
|
* <p>If the value of <code>IsTruncated</code> in the previous response is true, you have
|
|
6280
6691
|
* more traffic policy instances. To get more traffic policy instances, submit another
|
|
6281
6692
|
* <code>ListTrafficPolicyInstances</code> request. For the value of
|
|
@@ -6288,6 +6699,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
|
6288
6699
|
*/
|
|
6289
6700
|
TrafficPolicyInstanceTypeMarker?: RRType | string;
|
|
6290
6701
|
/**
|
|
6702
|
+
* @public
|
|
6291
6703
|
* <p>The maximum number of traffic policy instances to be included in the response body for
|
|
6292
6704
|
* this request. If you have more than <code>MaxItems</code> traffic policy instances, the
|
|
6293
6705
|
* value of the <code>IsTruncated</code> element in the response is <code>true</code>, and
|
|
@@ -6304,23 +6716,27 @@ export interface ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
|
6304
6716
|
*/
|
|
6305
6717
|
export interface ListTrafficPolicyInstancesByHostedZoneResponse {
|
|
6306
6718
|
/**
|
|
6719
|
+
* @public
|
|
6307
6720
|
* <p>A list that contains one <code>TrafficPolicyInstance</code> element for each traffic
|
|
6308
6721
|
* policy instance that matches the elements in the request. </p>
|
|
6309
6722
|
*/
|
|
6310
6723
|
TrafficPolicyInstances: TrafficPolicyInstance[] | undefined;
|
|
6311
6724
|
/**
|
|
6725
|
+
* @public
|
|
6312
6726
|
* <p>If <code>IsTruncated</code> is <code>true</code>,
|
|
6313
6727
|
* <code>TrafficPolicyInstanceNameMarker</code> is the name of the first traffic policy
|
|
6314
6728
|
* instance in the next group of traffic policy instances.</p>
|
|
6315
6729
|
*/
|
|
6316
6730
|
TrafficPolicyInstanceNameMarker?: string;
|
|
6317
6731
|
/**
|
|
6732
|
+
* @public
|
|
6318
6733
|
* <p>If <code>IsTruncated</code> is true, <code>TrafficPolicyInstanceTypeMarker</code> is
|
|
6319
6734
|
* the DNS type of the resource record sets that are associated with the first traffic
|
|
6320
6735
|
* policy instance in the next group of traffic policy instances.</p>
|
|
6321
6736
|
*/
|
|
6322
6737
|
TrafficPolicyInstanceTypeMarker?: RRType | string;
|
|
6323
6738
|
/**
|
|
6739
|
+
* @public
|
|
6324
6740
|
* <p>A flag that indicates whether there are more traffic policy instances to be listed. If
|
|
6325
6741
|
* the response was truncated, you can get the next group of traffic policy instances by
|
|
6326
6742
|
* submitting another <code>ListTrafficPolicyInstancesByHostedZone</code> request and
|
|
@@ -6331,6 +6747,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneResponse {
|
|
|
6331
6747
|
*/
|
|
6332
6748
|
IsTruncated: boolean | undefined;
|
|
6333
6749
|
/**
|
|
6750
|
+
* @public
|
|
6334
6751
|
* <p>The value that you specified for the <code>MaxItems</code> parameter in the
|
|
6335
6752
|
* <code>ListTrafficPolicyInstancesByHostedZone</code> request that produced the
|
|
6336
6753
|
* current response.</p>
|
|
@@ -6344,17 +6761,20 @@ export interface ListTrafficPolicyInstancesByHostedZoneResponse {
|
|
|
6344
6761
|
*/
|
|
6345
6762
|
export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
6346
6763
|
/**
|
|
6764
|
+
* @public
|
|
6347
6765
|
* <p>The ID of the traffic policy for which you want to list traffic policy
|
|
6348
6766
|
* instances.</p>
|
|
6349
6767
|
*/
|
|
6350
6768
|
TrafficPolicyId: string | undefined;
|
|
6351
6769
|
/**
|
|
6770
|
+
* @public
|
|
6352
6771
|
* <p>The version of the traffic policy for which you want to list traffic policy instances.
|
|
6353
6772
|
* The version must be associated with the traffic policy that is specified by
|
|
6354
6773
|
* <code>TrafficPolicyId</code>.</p>
|
|
6355
6774
|
*/
|
|
6356
6775
|
TrafficPolicyVersion: number | undefined;
|
|
6357
6776
|
/**
|
|
6777
|
+
* @public
|
|
6358
6778
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6359
6779
|
* <code>true</code>, you have more traffic policy instances. To get more traffic
|
|
6360
6780
|
* policy instances, submit another <code>ListTrafficPolicyInstancesByPolicy</code>
|
|
@@ -6368,6 +6788,7 @@ export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
|
6368
6788
|
*/
|
|
6369
6789
|
HostedZoneIdMarker?: string;
|
|
6370
6790
|
/**
|
|
6791
|
+
* @public
|
|
6371
6792
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6372
6793
|
* <code>true</code>, you have more traffic policy instances. To get more traffic
|
|
6373
6794
|
* policy instances, submit another <code>ListTrafficPolicyInstancesByPolicy</code>
|
|
@@ -6381,6 +6802,7 @@ export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
|
6381
6802
|
*/
|
|
6382
6803
|
TrafficPolicyInstanceNameMarker?: string;
|
|
6383
6804
|
/**
|
|
6805
|
+
* @public
|
|
6384
6806
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6385
6807
|
* <code>true</code>, you have more traffic policy instances. To get more traffic
|
|
6386
6808
|
* policy instances, submit another <code>ListTrafficPolicyInstancesByPolicy</code>
|
|
@@ -6394,6 +6816,7 @@ export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
|
6394
6816
|
*/
|
|
6395
6817
|
TrafficPolicyInstanceTypeMarker?: RRType | string;
|
|
6396
6818
|
/**
|
|
6819
|
+
* @public
|
|
6397
6820
|
* <p>The maximum number of traffic policy instances to be included in the response body for
|
|
6398
6821
|
* this request. If you have more than <code>MaxItems</code> traffic policy instances, the
|
|
6399
6822
|
* value of the <code>IsTruncated</code> element in the response is <code>true</code>, and
|
|
@@ -6410,23 +6833,27 @@ export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
|
6410
6833
|
*/
|
|
6411
6834
|
export interface ListTrafficPolicyInstancesByPolicyResponse {
|
|
6412
6835
|
/**
|
|
6836
|
+
* @public
|
|
6413
6837
|
* <p>A list that contains one <code>TrafficPolicyInstance</code> element for each traffic
|
|
6414
6838
|
* policy instance that matches the elements in the request.</p>
|
|
6415
6839
|
*/
|
|
6416
6840
|
TrafficPolicyInstances: TrafficPolicyInstance[] | undefined;
|
|
6417
6841
|
/**
|
|
6842
|
+
* @public
|
|
6418
6843
|
* <p>If <code>IsTruncated</code> is <code>true</code>, <code>HostedZoneIdMarker</code> is
|
|
6419
6844
|
* the ID of the hosted zone of the first traffic policy instance in the next group of
|
|
6420
6845
|
* traffic policy instances.</p>
|
|
6421
6846
|
*/
|
|
6422
6847
|
HostedZoneIdMarker?: string;
|
|
6423
6848
|
/**
|
|
6849
|
+
* @public
|
|
6424
6850
|
* <p>If <code>IsTruncated</code> is <code>true</code>,
|
|
6425
6851
|
* <code>TrafficPolicyInstanceNameMarker</code> is the name of the first traffic policy
|
|
6426
6852
|
* instance in the next group of <code>MaxItems</code> traffic policy instances.</p>
|
|
6427
6853
|
*/
|
|
6428
6854
|
TrafficPolicyInstanceNameMarker?: string;
|
|
6429
6855
|
/**
|
|
6856
|
+
* @public
|
|
6430
6857
|
* <p>If <code>IsTruncated</code> is <code>true</code>,
|
|
6431
6858
|
* <code>TrafficPolicyInstanceTypeMarker</code> is the DNS type of the resource record
|
|
6432
6859
|
* sets that are associated with the first traffic policy instance in the next group of
|
|
@@ -6434,6 +6861,7 @@ export interface ListTrafficPolicyInstancesByPolicyResponse {
|
|
|
6434
6861
|
*/
|
|
6435
6862
|
TrafficPolicyInstanceTypeMarker?: RRType | string;
|
|
6436
6863
|
/**
|
|
6864
|
+
* @public
|
|
6437
6865
|
* <p>A flag that indicates whether there are more traffic policy instances to be listed. If
|
|
6438
6866
|
* the response was truncated, you can get the next group of traffic policy instances by
|
|
6439
6867
|
* calling <code>ListTrafficPolicyInstancesByPolicy</code> again and specifying the values
|
|
@@ -6443,6 +6871,7 @@ export interface ListTrafficPolicyInstancesByPolicyResponse {
|
|
|
6443
6871
|
*/
|
|
6444
6872
|
IsTruncated: boolean | undefined;
|
|
6445
6873
|
/**
|
|
6874
|
+
* @public
|
|
6446
6875
|
* <p>The value that you specified for the <code>MaxItems</code> parameter in the call to
|
|
6447
6876
|
* <code>ListTrafficPolicyInstancesByPolicy</code> that produced the current
|
|
6448
6877
|
* response.</p>
|
|
@@ -6456,11 +6885,13 @@ export interface ListTrafficPolicyInstancesByPolicyResponse {
|
|
|
6456
6885
|
*/
|
|
6457
6886
|
export interface ListTrafficPolicyVersionsRequest {
|
|
6458
6887
|
/**
|
|
6888
|
+
* @public
|
|
6459
6889
|
* <p>Specify the value of <code>Id</code> of the traffic policy for which you want to list
|
|
6460
6890
|
* all versions.</p>
|
|
6461
6891
|
*/
|
|
6462
6892
|
Id: string | undefined;
|
|
6463
6893
|
/**
|
|
6894
|
+
* @public
|
|
6464
6895
|
* <p>For your first request to <code>ListTrafficPolicyVersions</code>, don't include the
|
|
6465
6896
|
* <code>TrafficPolicyVersionMarker</code> parameter.</p>
|
|
6466
6897
|
* <p>If you have more traffic policy versions than the value of <code>MaxItems</code>,
|
|
@@ -6472,6 +6903,7 @@ export interface ListTrafficPolicyVersionsRequest {
|
|
|
6472
6903
|
*/
|
|
6473
6904
|
TrafficPolicyVersionMarker?: string;
|
|
6474
6905
|
/**
|
|
6906
|
+
* @public
|
|
6475
6907
|
* <p>The maximum number of traffic policy versions that you want Amazon Route 53 to include
|
|
6476
6908
|
* in the response body for this request. If the specified traffic policy has more than
|
|
6477
6909
|
* <code>MaxItems</code> versions, the value of <code>IsTruncated</code> in the
|
|
@@ -6487,11 +6919,13 @@ export interface ListTrafficPolicyVersionsRequest {
|
|
|
6487
6919
|
*/
|
|
6488
6920
|
export interface ListTrafficPolicyVersionsResponse {
|
|
6489
6921
|
/**
|
|
6922
|
+
* @public
|
|
6490
6923
|
* <p>A list that contains one <code>TrafficPolicy</code> element for each traffic policy
|
|
6491
6924
|
* version that is associated with the specified traffic policy.</p>
|
|
6492
6925
|
*/
|
|
6493
6926
|
TrafficPolicies: TrafficPolicy[] | undefined;
|
|
6494
6927
|
/**
|
|
6928
|
+
* @public
|
|
6495
6929
|
* <p>A flag that indicates whether there are more traffic policies to be listed. If the
|
|
6496
6930
|
* response was truncated, you can get the next group of traffic policies by submitting
|
|
6497
6931
|
* another <code>ListTrafficPolicyVersions</code> request and specifying the value of
|
|
@@ -6499,6 +6933,7 @@ export interface ListTrafficPolicyVersionsResponse {
|
|
|
6499
6933
|
*/
|
|
6500
6934
|
IsTruncated: boolean | undefined;
|
|
6501
6935
|
/**
|
|
6936
|
+
* @public
|
|
6502
6937
|
* <p>If <code>IsTruncated</code> is <code>true</code>, the value of
|
|
6503
6938
|
* <code>TrafficPolicyVersionMarker</code> identifies the first traffic policy that
|
|
6504
6939
|
* Amazon Route 53 will return if you submit another request. Call
|
|
@@ -6509,6 +6944,7 @@ export interface ListTrafficPolicyVersionsResponse {
|
|
|
6509
6944
|
*/
|
|
6510
6945
|
TrafficPolicyVersionMarker: string | undefined;
|
|
6511
6946
|
/**
|
|
6947
|
+
* @public
|
|
6512
6948
|
* <p>The value that you specified for the <code>maxitems</code> parameter in the
|
|
6513
6949
|
* <code>ListTrafficPolicyVersions</code> request that produced the current
|
|
6514
6950
|
* response.</p>
|
|
@@ -6522,11 +6958,13 @@ export interface ListTrafficPolicyVersionsResponse {
|
|
|
6522
6958
|
*/
|
|
6523
6959
|
export interface ListVPCAssociationAuthorizationsRequest {
|
|
6524
6960
|
/**
|
|
6961
|
+
* @public
|
|
6525
6962
|
* <p>The ID of the hosted zone for which you want a list of VPCs that can be associated
|
|
6526
6963
|
* with the hosted zone.</p>
|
|
6527
6964
|
*/
|
|
6528
6965
|
HostedZoneId: string | undefined;
|
|
6529
6966
|
/**
|
|
6967
|
+
* @public
|
|
6530
6968
|
* <p>
|
|
6531
6969
|
* <i>Optional</i>: If a response includes a <code>NextToken</code>
|
|
6532
6970
|
* element, there are more VPCs that can be associated with the specified hosted zone. To
|
|
@@ -6536,6 +6974,7 @@ export interface ListVPCAssociationAuthorizationsRequest {
|
|
|
6536
6974
|
*/
|
|
6537
6975
|
NextToken?: string;
|
|
6538
6976
|
/**
|
|
6977
|
+
* @public
|
|
6539
6978
|
* <p>
|
|
6540
6979
|
* <i>Optional</i>: An integer that specifies the maximum number of VPCs
|
|
6541
6980
|
* that you want Amazon Route 53 to return. If you don't specify a value for
|
|
@@ -6549,10 +6988,12 @@ export interface ListVPCAssociationAuthorizationsRequest {
|
|
|
6549
6988
|
*/
|
|
6550
6989
|
export interface ListVPCAssociationAuthorizationsResponse {
|
|
6551
6990
|
/**
|
|
6991
|
+
* @public
|
|
6552
6992
|
* <p>The ID of the hosted zone that you can associate the listed VPCs with.</p>
|
|
6553
6993
|
*/
|
|
6554
6994
|
HostedZoneId: string | undefined;
|
|
6555
6995
|
/**
|
|
6996
|
+
* @public
|
|
6556
6997
|
* <p>When the response includes a <code>NextToken</code> element, there are more VPCs that
|
|
6557
6998
|
* can be associated with the specified hosted zone. To get the next page of VPCs, submit
|
|
6558
6999
|
* another <code>ListVPCAssociationAuthorizations</code> request, and include the value of
|
|
@@ -6561,6 +7002,7 @@ export interface ListVPCAssociationAuthorizationsResponse {
|
|
|
6561
7002
|
*/
|
|
6562
7003
|
NextToken?: string;
|
|
6563
7004
|
/**
|
|
7005
|
+
* @public
|
|
6564
7006
|
* <p>The list of VPCs that are authorized to be associated with the specified hosted
|
|
6565
7007
|
* zone.</p>
|
|
6566
7008
|
*/
|
|
@@ -6574,20 +7016,24 @@ export interface ListVPCAssociationAuthorizationsResponse {
|
|
|
6574
7016
|
*/
|
|
6575
7017
|
export interface TestDNSAnswerRequest {
|
|
6576
7018
|
/**
|
|
7019
|
+
* @public
|
|
6577
7020
|
* <p>The ID of the hosted zone that you want Amazon Route 53 to simulate a query
|
|
6578
7021
|
* for.</p>
|
|
6579
7022
|
*/
|
|
6580
7023
|
HostedZoneId: string | undefined;
|
|
6581
7024
|
/**
|
|
7025
|
+
* @public
|
|
6582
7026
|
* <p>The name of the resource record set that you want Amazon Route 53 to simulate a query
|
|
6583
7027
|
* for.</p>
|
|
6584
7028
|
*/
|
|
6585
7029
|
RecordName: string | undefined;
|
|
6586
7030
|
/**
|
|
7031
|
+
* @public
|
|
6587
7032
|
* <p>The type of the resource record set.</p>
|
|
6588
7033
|
*/
|
|
6589
7034
|
RecordType: RRType | string | undefined;
|
|
6590
7035
|
/**
|
|
7036
|
+
* @public
|
|
6591
7037
|
* <p>If you want to simulate a request from a specific DNS resolver, specify the IP address
|
|
6592
7038
|
* for that resolver. If you omit this value, <code>TestDnsAnswer</code> uses the IP
|
|
6593
7039
|
* address of a DNS resolver in the Amazon Web Services US East (N. Virginia) Region
|
|
@@ -6595,12 +7041,14 @@ export interface TestDNSAnswerRequest {
|
|
|
6595
7041
|
*/
|
|
6596
7042
|
ResolverIP?: string;
|
|
6597
7043
|
/**
|
|
7044
|
+
* @public
|
|
6598
7045
|
* <p>If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or
|
|
6599
7046
|
* IPv6 address of a client in the applicable location, for example,
|
|
6600
7047
|
* <code>192.0.2.44</code> or <code>2001:db8:85a3::8a2e:370:7334</code>.</p>
|
|
6601
7048
|
*/
|
|
6602
7049
|
EDNS0ClientSubnetIP?: string;
|
|
6603
7050
|
/**
|
|
7051
|
+
* @public
|
|
6604
7052
|
* <p>If you specify an IP address for <code>edns0clientsubnetip</code>, you can optionally
|
|
6605
7053
|
* specify the number of bits of the IP address that you want the checking tool to include
|
|
6606
7054
|
* in the DNS query. For example, if you specify <code>192.0.2.44</code> for
|
|
@@ -6631,23 +7079,28 @@ export interface TestDNSAnswerRequest {
|
|
|
6631
7079
|
*/
|
|
6632
7080
|
export interface TestDNSAnswerResponse {
|
|
6633
7081
|
/**
|
|
7082
|
+
* @public
|
|
6634
7083
|
* <p>The Amazon Route 53 name server used to respond to the request.</p>
|
|
6635
7084
|
*/
|
|
6636
7085
|
Nameserver: string | undefined;
|
|
6637
7086
|
/**
|
|
7087
|
+
* @public
|
|
6638
7088
|
* <p>The name of the resource record set that you submitted a request for.</p>
|
|
6639
7089
|
*/
|
|
6640
7090
|
RecordName: string | undefined;
|
|
6641
7091
|
/**
|
|
7092
|
+
* @public
|
|
6642
7093
|
* <p>The type of the resource record set that you submitted a request for.</p>
|
|
6643
7094
|
*/
|
|
6644
7095
|
RecordType: RRType | string | undefined;
|
|
6645
7096
|
/**
|
|
7097
|
+
* @public
|
|
6646
7098
|
* <p>A list that contains values that Amazon Route 53 returned for this resource record
|
|
6647
7099
|
* set.</p>
|
|
6648
7100
|
*/
|
|
6649
7101
|
RecordData: string[] | undefined;
|
|
6650
7102
|
/**
|
|
7103
|
+
* @public
|
|
6651
7104
|
* <p>A code that indicates whether the request is valid or not. The most common response
|
|
6652
7105
|
* code is <code>NOERROR</code>, meaning that the request is valid. If the response is not
|
|
6653
7106
|
* valid, Amazon Route 53 returns a response code that describes the error. For a list of
|
|
@@ -6655,6 +7108,7 @@ export interface TestDNSAnswerResponse {
|
|
|
6655
7108
|
*/
|
|
6656
7109
|
ResponseCode: string | undefined;
|
|
6657
7110
|
/**
|
|
7111
|
+
* @public
|
|
6658
7112
|
* <p>The protocol that Amazon Route 53 used to respond to the request, either
|
|
6659
7113
|
* <code>UDP</code> or <code>TCP</code>. </p>
|
|
6660
7114
|
*/
|
|
@@ -6694,12 +7148,14 @@ export type ResettableElementName = (typeof ResettableElementName)[keyof typeof
|
|
|
6694
7148
|
*/
|
|
6695
7149
|
export interface UpdateHealthCheckRequest {
|
|
6696
7150
|
/**
|
|
7151
|
+
* @public
|
|
6697
7152
|
* <p>The ID for the health check for which you want detailed information. When you created
|
|
6698
7153
|
* the health check, <code>CreateHealthCheck</code> returned the ID in the response, in the
|
|
6699
7154
|
* <code>HealthCheckId</code> element.</p>
|
|
6700
7155
|
*/
|
|
6701
7156
|
HealthCheckId: string | undefined;
|
|
6702
7157
|
/**
|
|
7158
|
+
* @public
|
|
6703
7159
|
* <p>A sequential counter that Amazon Route 53 sets to <code>1</code> when you create a
|
|
6704
7160
|
* health check and increments by 1 each time you update settings for the health
|
|
6705
7161
|
* check.</p>
|
|
@@ -6724,6 +7180,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6724
7180
|
*/
|
|
6725
7181
|
HealthCheckVersion?: number;
|
|
6726
7182
|
/**
|
|
7183
|
+
* @public
|
|
6727
7184
|
* <p>The IPv4 or IPv6 IP address for the endpoint that you want Amazon Route 53 to perform
|
|
6728
7185
|
* health checks on. If you don't specify a value for <code>IPAddress</code>, Route 53
|
|
6729
7186
|
* sends a DNS request to resolve the domain name that you specify in
|
|
@@ -6796,6 +7253,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6796
7253
|
*/
|
|
6797
7254
|
IPAddress?: string;
|
|
6798
7255
|
/**
|
|
7256
|
+
* @public
|
|
6799
7257
|
* <p>The port on the endpoint that you want Amazon Route 53 to perform health checks
|
|
6800
7258
|
* on.</p>
|
|
6801
7259
|
* <note>
|
|
@@ -6806,6 +7264,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6806
7264
|
*/
|
|
6807
7265
|
Port?: number;
|
|
6808
7266
|
/**
|
|
7267
|
+
* @public
|
|
6809
7268
|
* <p>The path that you want Amazon Route 53 to request when performing health checks. The
|
|
6810
7269
|
* path can be any value for which your endpoint will return an HTTP status code of 2xx or
|
|
6811
7270
|
* 3xx when the endpoint is healthy, for example the file /docs/route53-health-check.html.
|
|
@@ -6815,6 +7274,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6815
7274
|
*/
|
|
6816
7275
|
ResourcePath?: string;
|
|
6817
7276
|
/**
|
|
7277
|
+
* @public
|
|
6818
7278
|
* <p>Amazon Route 53 behavior depends on whether you specify a value for
|
|
6819
7279
|
* <code>IPAddress</code>.</p>
|
|
6820
7280
|
* <note>
|
|
@@ -6890,6 +7350,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6890
7350
|
*/
|
|
6891
7351
|
FullyQualifiedDomainName?: string;
|
|
6892
7352
|
/**
|
|
7353
|
+
* @public
|
|
6893
7354
|
* <p>If the value of <code>Type</code> is <code>HTTP_STR_MATCH</code> or
|
|
6894
7355
|
* <code>HTTPS_STR_MATCH</code>, the string that you want Amazon Route 53 to search for
|
|
6895
7356
|
* in the response body from the specified resource. If the string appears in the response
|
|
@@ -6898,6 +7359,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6898
7359
|
*/
|
|
6899
7360
|
SearchString?: string;
|
|
6900
7361
|
/**
|
|
7362
|
+
* @public
|
|
6901
7363
|
* <p>The number of consecutive health checks that an endpoint must pass or fail for Amazon
|
|
6902
7364
|
* Route 53 to change the current status of the endpoint from unhealthy to healthy or vice
|
|
6903
7365
|
* versa. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Amazon Route 53 Determines Whether an Endpoint Is Healthy</a> in the
|
|
@@ -6907,12 +7369,14 @@ export interface UpdateHealthCheckRequest {
|
|
|
6907
7369
|
*/
|
|
6908
7370
|
FailureThreshold?: number;
|
|
6909
7371
|
/**
|
|
7372
|
+
* @public
|
|
6910
7373
|
* <p>Specify whether you want Amazon Route 53 to invert the status of a health check, for
|
|
6911
7374
|
* example, to consider a health check unhealthy when it otherwise would be considered
|
|
6912
7375
|
* healthy.</p>
|
|
6913
7376
|
*/
|
|
6914
7377
|
Inverted?: boolean;
|
|
6915
7378
|
/**
|
|
7379
|
+
* @public
|
|
6916
7380
|
* <p>Stops Route 53 from performing health checks. When you disable a health check, here's
|
|
6917
7381
|
* what happens:</p>
|
|
6918
7382
|
* <ul>
|
|
@@ -6943,6 +7407,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6943
7407
|
*/
|
|
6944
7408
|
Disabled?: boolean;
|
|
6945
7409
|
/**
|
|
7410
|
+
* @public
|
|
6946
7411
|
* <p>The number of child health checks that are associated with a <code>CALCULATED</code>
|
|
6947
7412
|
* health that Amazon Route 53 must consider healthy for the <code>CALCULATED</code> health
|
|
6948
7413
|
* check to be considered healthy. To specify the child health checks that you want to
|
|
@@ -6962,11 +7427,13 @@ export interface UpdateHealthCheckRequest {
|
|
|
6962
7427
|
*/
|
|
6963
7428
|
HealthThreshold?: number;
|
|
6964
7429
|
/**
|
|
7430
|
+
* @public
|
|
6965
7431
|
* <p>A complex type that contains one <code>ChildHealthCheck</code> element for each health
|
|
6966
7432
|
* check that you want to associate with a <code>CALCULATED</code> health check.</p>
|
|
6967
7433
|
*/
|
|
6968
7434
|
ChildHealthChecks?: string[];
|
|
6969
7435
|
/**
|
|
7436
|
+
* @public
|
|
6970
7437
|
* <p>Specify whether you want Amazon Route 53 to send the value of
|
|
6971
7438
|
* <code>FullyQualifiedDomainName</code> to the endpoint in the
|
|
6972
7439
|
* <code>client_hello</code> message during <code>TLS</code> negotiation. This allows
|
|
@@ -6990,17 +7457,20 @@ export interface UpdateHealthCheckRequest {
|
|
|
6990
7457
|
*/
|
|
6991
7458
|
EnableSNI?: boolean;
|
|
6992
7459
|
/**
|
|
7460
|
+
* @public
|
|
6993
7461
|
* <p>A complex type that contains one <code>Region</code> element for each region that you
|
|
6994
7462
|
* want Amazon Route 53 health checkers to check the specified endpoint from.</p>
|
|
6995
7463
|
*/
|
|
6996
7464
|
Regions?: (HealthCheckRegion | string)[];
|
|
6997
7465
|
/**
|
|
7466
|
+
* @public
|
|
6998
7467
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53
|
|
6999
7468
|
* health checkers to use to determine whether the specified health check is
|
|
7000
7469
|
* healthy.</p>
|
|
7001
7470
|
*/
|
|
7002
7471
|
AlarmIdentifier?: AlarmIdentifier;
|
|
7003
7472
|
/**
|
|
7473
|
+
* @public
|
|
7004
7474
|
* <p>When CloudWatch has insufficient data about the metric to determine the alarm state,
|
|
7005
7475
|
* the status that you want Amazon Route 53 to assign to the health check:</p>
|
|
7006
7476
|
* <ul>
|
|
@@ -7025,6 +7495,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
7025
7495
|
*/
|
|
7026
7496
|
InsufficientDataHealthStatus?: InsufficientDataHealthStatus | string;
|
|
7027
7497
|
/**
|
|
7498
|
+
* @public
|
|
7028
7499
|
* <p>A complex type that contains one <code>ResettableElementName</code> element for each
|
|
7029
7500
|
* element that you want to reset to the default value. Valid values for
|
|
7030
7501
|
* <code>ResettableElementName</code> include the following:</p>
|
|
@@ -7056,6 +7527,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
7056
7527
|
*/
|
|
7057
7528
|
export interface UpdateHealthCheckResponse {
|
|
7058
7529
|
/**
|
|
7530
|
+
* @public
|
|
7059
7531
|
* <p>A complex type that contains the response to an <code>UpdateHealthCheck</code>
|
|
7060
7532
|
* request.</p>
|
|
7061
7533
|
*/
|
|
@@ -7067,10 +7539,12 @@ export interface UpdateHealthCheckResponse {
|
|
|
7067
7539
|
*/
|
|
7068
7540
|
export interface UpdateHostedZoneCommentRequest {
|
|
7069
7541
|
/**
|
|
7542
|
+
* @public
|
|
7070
7543
|
* <p>The ID for the hosted zone that you want to update the comment for.</p>
|
|
7071
7544
|
*/
|
|
7072
7545
|
Id: string | undefined;
|
|
7073
7546
|
/**
|
|
7547
|
+
* @public
|
|
7074
7548
|
* <p>The new comment for the hosted zone. If you don't specify a value for
|
|
7075
7549
|
* <code>Comment</code>, Amazon Route 53 deletes the existing value of the
|
|
7076
7550
|
* <code>Comment</code> element, if any.</p>
|
|
@@ -7084,6 +7558,7 @@ export interface UpdateHostedZoneCommentRequest {
|
|
|
7084
7558
|
*/
|
|
7085
7559
|
export interface UpdateHostedZoneCommentResponse {
|
|
7086
7560
|
/**
|
|
7561
|
+
* @public
|
|
7087
7562
|
* <p>A complex type that contains the response to the <code>UpdateHostedZoneComment</code>
|
|
7088
7563
|
* request.</p>
|
|
7089
7564
|
*/
|
|
@@ -7096,16 +7571,19 @@ export interface UpdateHostedZoneCommentResponse {
|
|
|
7096
7571
|
*/
|
|
7097
7572
|
export interface UpdateTrafficPolicyCommentRequest {
|
|
7098
7573
|
/**
|
|
7574
|
+
* @public
|
|
7099
7575
|
* <p>The value of <code>Id</code> for the traffic policy that you want to update the
|
|
7100
7576
|
* comment for.</p>
|
|
7101
7577
|
*/
|
|
7102
7578
|
Id: string | undefined;
|
|
7103
7579
|
/**
|
|
7580
|
+
* @public
|
|
7104
7581
|
* <p>The value of <code>Version</code> for the traffic policy that you want to update the
|
|
7105
7582
|
* comment for.</p>
|
|
7106
7583
|
*/
|
|
7107
7584
|
Version: number | undefined;
|
|
7108
7585
|
/**
|
|
7586
|
+
* @public
|
|
7109
7587
|
* <p>The new comment for the specified traffic policy and version.</p>
|
|
7110
7588
|
*/
|
|
7111
7589
|
Comment: string | undefined;
|
|
@@ -7116,6 +7594,7 @@ export interface UpdateTrafficPolicyCommentRequest {
|
|
|
7116
7594
|
*/
|
|
7117
7595
|
export interface UpdateTrafficPolicyCommentResponse {
|
|
7118
7596
|
/**
|
|
7597
|
+
* @public
|
|
7119
7598
|
* <p>A complex type that contains settings for the specified traffic policy.</p>
|
|
7120
7599
|
*/
|
|
7121
7600
|
TrafficPolicy: TrafficPolicy | undefined;
|
|
@@ -7142,20 +7621,24 @@ export declare class ConflictingTypes extends __BaseException {
|
|
|
7142
7621
|
*/
|
|
7143
7622
|
export interface UpdateTrafficPolicyInstanceRequest {
|
|
7144
7623
|
/**
|
|
7624
|
+
* @public
|
|
7145
7625
|
* <p>The ID of the traffic policy instance that you want to update.</p>
|
|
7146
7626
|
*/
|
|
7147
7627
|
Id: string | undefined;
|
|
7148
7628
|
/**
|
|
7629
|
+
* @public
|
|
7149
7630
|
* <p>The TTL that you want Amazon Route 53 to assign to all of the updated resource record
|
|
7150
7631
|
* sets.</p>
|
|
7151
7632
|
*/
|
|
7152
7633
|
TTL: number | undefined;
|
|
7153
7634
|
/**
|
|
7635
|
+
* @public
|
|
7154
7636
|
* <p>The ID of the traffic policy that you want Amazon Route 53 to use to update resource
|
|
7155
7637
|
* record sets for the specified traffic policy instance.</p>
|
|
7156
7638
|
*/
|
|
7157
7639
|
TrafficPolicyId: string | undefined;
|
|
7158
7640
|
/**
|
|
7641
|
+
* @public
|
|
7159
7642
|
* <p>The version of the traffic policy that you want Amazon Route 53 to use to update
|
|
7160
7643
|
* resource record sets for the specified traffic policy instance.</p>
|
|
7161
7644
|
*/
|
|
@@ -7168,6 +7651,7 @@ export interface UpdateTrafficPolicyInstanceRequest {
|
|
|
7168
7651
|
*/
|
|
7169
7652
|
export interface UpdateTrafficPolicyInstanceResponse {
|
|
7170
7653
|
/**
|
|
7654
|
+
* @public
|
|
7171
7655
|
* <p>A complex type that contains settings for the updated traffic policy instance.</p>
|
|
7172
7656
|
*/
|
|
7173
7657
|
TrafficPolicyInstance: TrafficPolicyInstance | undefined;
|