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