@aws-sdk/client-route-53 3.428.0 → 3.429.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.
|
@@ -55,7 +55,7 @@ export interface AccountLimit {
|
|
|
55
55
|
* </li>
|
|
56
56
|
* </ul>
|
|
57
57
|
*/
|
|
58
|
-
Type: AccountLimitType |
|
|
58
|
+
Type: AccountLimitType | undefined;
|
|
59
59
|
/**
|
|
60
60
|
* @public
|
|
61
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>
|
|
@@ -108,7 +108,7 @@ export interface ChangeInfo {
|
|
|
108
108
|
* <p>The current state of the request. <code>PENDING</code> indicates that this request has
|
|
109
109
|
* not yet been applied to all Amazon Route 53 DNS servers.</p>
|
|
110
110
|
*/
|
|
111
|
-
Status: ChangeStatus |
|
|
111
|
+
Status: ChangeStatus | undefined;
|
|
112
112
|
/**
|
|
113
113
|
* @public
|
|
114
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
|
|
@@ -269,7 +269,7 @@ export interface AlarmIdentifier {
|
|
|
269
269
|
* quotas</a> in the <i>Amazon Web Services General
|
|
270
270
|
* Reference</i>.</p>
|
|
271
271
|
*/
|
|
272
|
-
Region: CloudWatchRegion |
|
|
272
|
+
Region: CloudWatchRegion | undefined;
|
|
273
273
|
/**
|
|
274
274
|
* @public
|
|
275
275
|
* <p>The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use
|
|
@@ -775,7 +775,7 @@ export interface VPC {
|
|
|
775
775
|
* <p>(Private hosted zones only) The region that an Amazon VPC was created
|
|
776
776
|
* in.</p>
|
|
777
777
|
*/
|
|
778
|
-
VPCRegion?: VPCRegion
|
|
778
|
+
VPCRegion?: VPCRegion;
|
|
779
779
|
/**
|
|
780
780
|
* @public
|
|
781
781
|
* <p>(Private hosted zones only) The ID of an Amazon VPC. </p>
|
|
@@ -965,7 +965,7 @@ export interface CidrCollectionChange {
|
|
|
965
965
|
* @public
|
|
966
966
|
* <p>CIDR collection change action. </p>
|
|
967
967
|
*/
|
|
968
|
-
Action: CidrCollectionChangeAction |
|
|
968
|
+
Action: CidrCollectionChangeAction | undefined;
|
|
969
969
|
/**
|
|
970
970
|
* @public
|
|
971
971
|
* <p>List of CIDR blocks.</p>
|
|
@@ -1395,7 +1395,7 @@ export interface ResourceRecordSet {
|
|
|
1395
1395
|
* </li>
|
|
1396
1396
|
* </ul>
|
|
1397
1397
|
*/
|
|
1398
|
-
Type: RRType |
|
|
1398
|
+
Type: RRType | undefined;
|
|
1399
1399
|
/**
|
|
1400
1400
|
* @public
|
|
1401
1401
|
* <p>
|
|
@@ -1487,7 +1487,7 @@ export interface ResourceRecordSet {
|
|
|
1487
1487
|
* </li>
|
|
1488
1488
|
* </ul>
|
|
1489
1489
|
*/
|
|
1490
|
-
Region?: ResourceRecordSetRegion
|
|
1490
|
+
Region?: ResourceRecordSetRegion;
|
|
1491
1491
|
/**
|
|
1492
1492
|
* @public
|
|
1493
1493
|
* <p>
|
|
@@ -1585,7 +1585,7 @@ export interface ResourceRecordSet {
|
|
|
1585
1585
|
* </li>
|
|
1586
1586
|
* </ul>
|
|
1587
1587
|
*/
|
|
1588
|
-
Failover?: ResourceRecordSetFailover
|
|
1588
|
+
Failover?: ResourceRecordSetFailover;
|
|
1589
1589
|
/**
|
|
1590
1590
|
* @public
|
|
1591
1591
|
* <p>
|
|
@@ -1897,7 +1897,7 @@ export interface Change {
|
|
|
1897
1897
|
* </li>
|
|
1898
1898
|
* </ul>
|
|
1899
1899
|
*/
|
|
1900
|
-
Action: ChangeAction |
|
|
1900
|
+
Action: ChangeAction | undefined;
|
|
1901
1901
|
/**
|
|
1902
1902
|
* @public
|
|
1903
1903
|
* <p>Information about the resource record set to create, delete, or update.</p>
|
|
@@ -2069,7 +2069,7 @@ export interface ChangeTagsForResourceRequest {
|
|
|
2069
2069
|
* </li>
|
|
2070
2070
|
* </ul>
|
|
2071
2071
|
*/
|
|
2072
|
-
ResourceType: TagResourceType |
|
|
2072
|
+
ResourceType: TagResourceType | undefined;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* @public
|
|
2075
2075
|
* <p>The ID of the resource for which you want to add, change, or delete tags.</p>
|
|
@@ -2381,7 +2381,7 @@ export interface HealthCheckConfig {
|
|
|
2381
2381
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Route 53 Determines Whether an Endpoint Is Healthy</a> in the
|
|
2382
2382
|
* <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
2383
2383
|
*/
|
|
2384
|
-
Type: HealthCheckType |
|
|
2384
|
+
Type: HealthCheckType | undefined;
|
|
2385
2385
|
/**
|
|
2386
2386
|
* @public
|
|
2387
2387
|
* <p>The path, if any, that you want Amazon Route 53 to request when performing health
|
|
@@ -2607,7 +2607,7 @@ export interface HealthCheckConfig {
|
|
|
2607
2607
|
* some health checkers are always checking the endpoint (for example, if you replace three
|
|
2608
2608
|
* regions with four different regions). </p>
|
|
2609
2609
|
*/
|
|
2610
|
-
Regions?:
|
|
2610
|
+
Regions?: HealthCheckRegion[];
|
|
2611
2611
|
/**
|
|
2612
2612
|
* @public
|
|
2613
2613
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53
|
|
@@ -2639,7 +2639,7 @@ export interface HealthCheckConfig {
|
|
|
2639
2639
|
* </li>
|
|
2640
2640
|
* </ul>
|
|
2641
2641
|
*/
|
|
2642
|
-
InsufficientDataHealthStatus?: InsufficientDataHealthStatus
|
|
2642
|
+
InsufficientDataHealthStatus?: InsufficientDataHealthStatus;
|
|
2643
2643
|
/**
|
|
2644
2644
|
* @public
|
|
2645
2645
|
* <p>The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller
|
|
@@ -2763,7 +2763,7 @@ export interface CloudWatchAlarmConfiguration {
|
|
|
2763
2763
|
* <p>For the metric that the CloudWatch alarm is associated with, the arithmetic operation
|
|
2764
2764
|
* that is used for the comparison.</p>
|
|
2765
2765
|
*/
|
|
2766
|
-
ComparisonOperator: ComparisonOperator |
|
|
2766
|
+
ComparisonOperator: ComparisonOperator | undefined;
|
|
2767
2767
|
/**
|
|
2768
2768
|
* @public
|
|
2769
2769
|
* <p>For the metric that the CloudWatch alarm is associated with, the duration of one
|
|
@@ -2788,7 +2788,7 @@ export interface CloudWatchAlarmConfiguration {
|
|
|
2788
2788
|
* <p>For the metric that the CloudWatch alarm is associated with, the statistic that is
|
|
2789
2789
|
* applied to the metric.</p>
|
|
2790
2790
|
*/
|
|
2791
|
-
Statistic: Statistic |
|
|
2791
|
+
Statistic: Statistic | undefined;
|
|
2792
2792
|
/**
|
|
2793
2793
|
* @public
|
|
2794
2794
|
* <p>For the metric that the CloudWatch alarm is associated with, a complex type that
|
|
@@ -3763,7 +3763,7 @@ export interface TrafficPolicy {
|
|
|
3763
3763
|
* <p>The DNS type of the resource record sets that Amazon Route 53 creates when you use a
|
|
3764
3764
|
* traffic policy to create a traffic policy instance.</p>
|
|
3765
3765
|
*/
|
|
3766
|
-
Type: RRType |
|
|
3766
|
+
Type: RRType | undefined;
|
|
3767
3767
|
/**
|
|
3768
3768
|
* @public
|
|
3769
3769
|
* <p>The definition of a traffic policy in JSON format. You specify the JSON document to
|
|
@@ -3953,7 +3953,7 @@ export interface TrafficPolicyInstance {
|
|
|
3953
3953
|
* <p>The DNS type that Amazon Route 53 assigned to all of the resource record sets that it
|
|
3954
3954
|
* created for this traffic policy instance. </p>
|
|
3955
3955
|
*/
|
|
3956
|
-
TrafficPolicyType: RRType |
|
|
3956
|
+
TrafficPolicyType: RRType | undefined;
|
|
3957
3957
|
}
|
|
3958
3958
|
/**
|
|
3959
3959
|
* @public
|
|
@@ -4646,7 +4646,7 @@ export interface GetAccountLimitRequest {
|
|
|
4646
4646
|
* </li>
|
|
4647
4647
|
* </ul>
|
|
4648
4648
|
*/
|
|
4649
|
-
Type: AccountLimitType |
|
|
4649
|
+
Type: AccountLimitType | undefined;
|
|
4650
4650
|
}
|
|
4651
4651
|
/**
|
|
4652
4652
|
* @public
|
|
@@ -5031,7 +5031,7 @@ export interface HealthCheckObservation {
|
|
|
5031
5031
|
* <p>The region of the Amazon Route 53 health checker that provided the status in
|
|
5032
5032
|
* <code>StatusReport</code>.</p>
|
|
5033
5033
|
*/
|
|
5034
|
-
Region?: HealthCheckRegion
|
|
5034
|
+
Region?: HealthCheckRegion;
|
|
5035
5035
|
/**
|
|
5036
5036
|
* @public
|
|
5037
5037
|
* <p>The IP address of the Amazon Route 53 health checker that provided the failure reason
|
|
@@ -5182,7 +5182,7 @@ export interface GetHostedZoneLimitRequest {
|
|
|
5182
5182
|
* </li>
|
|
5183
5183
|
* </ul>
|
|
5184
5184
|
*/
|
|
5185
|
-
Type: HostedZoneLimitType |
|
|
5185
|
+
Type: HostedZoneLimitType | undefined;
|
|
5186
5186
|
/**
|
|
5187
5187
|
* @public
|
|
5188
5188
|
* <p>The ID of the hosted zone that you want to get a limit for.</p>
|
|
@@ -5212,7 +5212,7 @@ export interface HostedZoneLimit {
|
|
|
5212
5212
|
* </li>
|
|
5213
5213
|
* </ul>
|
|
5214
5214
|
*/
|
|
5215
|
-
Type: HostedZoneLimitType |
|
|
5215
|
+
Type: HostedZoneLimitType | undefined;
|
|
5216
5216
|
/**
|
|
5217
5217
|
* @public
|
|
5218
5218
|
* <p>The current value for the limit that is specified by <code>Type</code>.</p>
|
|
@@ -5321,7 +5321,7 @@ export interface GetReusableDelegationSetLimitRequest {
|
|
|
5321
5321
|
* <p>Specify <code>MAX_ZONES_BY_REUSABLE_DELEGATION_SET</code> to get the maximum number of
|
|
5322
5322
|
* hosted zones that you can associate with the specified reusable delegation set.</p>
|
|
5323
5323
|
*/
|
|
5324
|
-
Type: ReusableDelegationSetLimitType |
|
|
5324
|
+
Type: ReusableDelegationSetLimitType | undefined;
|
|
5325
5325
|
/**
|
|
5326
5326
|
* @public
|
|
5327
5327
|
* <p>The ID of the delegation set that you want to get the limit for.</p>
|
|
@@ -5340,7 +5340,7 @@ export interface ReusableDelegationSetLimit {
|
|
|
5340
5340
|
* maximum number of hosted zones that you can associate with the specified reusable
|
|
5341
5341
|
* delegation set.</p>
|
|
5342
5342
|
*/
|
|
5343
|
-
Type: ReusableDelegationSetLimitType |
|
|
5343
|
+
Type: ReusableDelegationSetLimitType | undefined;
|
|
5344
5344
|
/**
|
|
5345
5345
|
* @public
|
|
5346
5346
|
* <p>The current value for the <code>MAX_ZONES_BY_REUSABLE_DELEGATION_SET</code>
|
|
@@ -5842,7 +5842,7 @@ export interface ListHostedZonesRequest {
|
|
|
5842
5842
|
* (Optional) Specifies if the hosted zone is private.
|
|
5843
5843
|
* </p>
|
|
5844
5844
|
*/
|
|
5845
|
-
HostedZoneType?: HostedZoneType
|
|
5845
|
+
HostedZoneType?: HostedZoneType;
|
|
5846
5846
|
}
|
|
5847
5847
|
/**
|
|
5848
5848
|
* @public
|
|
@@ -6012,7 +6012,7 @@ export interface ListHostedZonesByVPCRequest {
|
|
|
6012
6012
|
* <p>For the Amazon VPC that you specified for <code>VPCId</code>, the Amazon Web Services
|
|
6013
6013
|
* Region that you created the VPC in. </p>
|
|
6014
6014
|
*/
|
|
6015
|
-
VPCRegion: VPCRegion |
|
|
6015
|
+
VPCRegion: VPCRegion | undefined;
|
|
6016
6016
|
/**
|
|
6017
6017
|
* @public
|
|
6018
6018
|
* <p>(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
|
@@ -6240,7 +6240,7 @@ export interface ListResourceRecordSetsRequest {
|
|
|
6240
6240
|
* <p>Constraint: Specifying <code>type</code> without specifying <code>name</code> returns
|
|
6241
6241
|
* an <code>InvalidInput</code> error.</p>
|
|
6242
6242
|
*/
|
|
6243
|
-
StartRecordType?: RRType
|
|
6243
|
+
StartRecordType?: RRType;
|
|
6244
6244
|
/**
|
|
6245
6245
|
* @public
|
|
6246
6246
|
* <p>
|
|
@@ -6289,7 +6289,7 @@ export interface ListResourceRecordSetsResponse {
|
|
|
6289
6289
|
* <p>If the results were truncated, the type of the next record in the list.</p>
|
|
6290
6290
|
* <p>This element is present only if <code>IsTruncated</code> is true. </p>
|
|
6291
6291
|
*/
|
|
6292
|
-
NextRecordType?: RRType
|
|
6292
|
+
NextRecordType?: RRType;
|
|
6293
6293
|
/**
|
|
6294
6294
|
* @public
|
|
6295
6295
|
* <p>
|
|
@@ -6391,7 +6391,7 @@ export interface ListTagsForResourceRequest {
|
|
|
6391
6391
|
* </li>
|
|
6392
6392
|
* </ul>
|
|
6393
6393
|
*/
|
|
6394
|
-
ResourceType: TagResourceType |
|
|
6394
|
+
ResourceType: TagResourceType | undefined;
|
|
6395
6395
|
/**
|
|
6396
6396
|
* @public
|
|
6397
6397
|
* <p>The ID of the resource for which you want to retrieve tags.</p>
|
|
@@ -6415,7 +6415,7 @@ export interface ResourceTagSet {
|
|
|
6415
6415
|
* </li>
|
|
6416
6416
|
* </ul>
|
|
6417
6417
|
*/
|
|
6418
|
-
ResourceType?: TagResourceType
|
|
6418
|
+
ResourceType?: TagResourceType;
|
|
6419
6419
|
/**
|
|
6420
6420
|
* @public
|
|
6421
6421
|
* <p>The ID for the specified resource.</p>
|
|
@@ -6458,7 +6458,7 @@ export interface ListTagsForResourcesRequest {
|
|
|
6458
6458
|
* </li>
|
|
6459
6459
|
* </ul>
|
|
6460
6460
|
*/
|
|
6461
|
-
ResourceType: TagResourceType |
|
|
6461
|
+
ResourceType: TagResourceType | undefined;
|
|
6462
6462
|
/**
|
|
6463
6463
|
* @public
|
|
6464
6464
|
* <p>A complex type that contains the ResourceId element for each resource for which you
|
|
@@ -6528,7 +6528,7 @@ export interface TrafficPolicySummary {
|
|
|
6528
6528
|
* <p>The DNS type of the resource record sets that Amazon Route 53 creates when you use a
|
|
6529
6529
|
* traffic policy to create a traffic policy instance.</p>
|
|
6530
6530
|
*/
|
|
6531
|
-
Type: RRType |
|
|
6531
|
+
Type: RRType | undefined;
|
|
6532
6532
|
/**
|
|
6533
6533
|
* @public
|
|
6534
6534
|
* <p>The version number of the latest version of the traffic policy.</p>
|
|
@@ -6618,7 +6618,7 @@ export interface ListTrafficPolicyInstancesRequest {
|
|
|
6618
6618
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6619
6619
|
* <code>false</code>, there are no more traffic policy instances to get.</p>
|
|
6620
6620
|
*/
|
|
6621
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
6621
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
6622
6622
|
/**
|
|
6623
6623
|
* @public
|
|
6624
6624
|
* <p>The maximum number of traffic policy instances that you want Amazon Route 53 to return
|
|
@@ -6665,7 +6665,7 @@ export interface ListTrafficPolicyInstancesResponse {
|
|
|
6665
6665
|
* will return if you submit another <code>ListTrafficPolicyInstances</code> request.
|
|
6666
6666
|
* </p>
|
|
6667
6667
|
*/
|
|
6668
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
6668
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
6669
6669
|
/**
|
|
6670
6670
|
* @public
|
|
6671
6671
|
* <p>A flag that indicates whether there are more traffic policy instances to be listed. If
|
|
@@ -6719,7 +6719,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
|
6719
6719
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6720
6720
|
* <code>false</code>, there are no more traffic policy instances to get.</p>
|
|
6721
6721
|
*/
|
|
6722
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
6722
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
6723
6723
|
/**
|
|
6724
6724
|
* @public
|
|
6725
6725
|
* <p>The maximum number of traffic policy instances to be included in the response body for
|
|
@@ -6756,7 +6756,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneResponse {
|
|
|
6756
6756
|
* the DNS type of the resource record sets that are associated with the first traffic
|
|
6757
6757
|
* policy instance in the next group of traffic policy instances.</p>
|
|
6758
6758
|
*/
|
|
6759
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
6759
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
6760
6760
|
/**
|
|
6761
6761
|
* @public
|
|
6762
6762
|
* <p>A flag that indicates whether there are more traffic policy instances to be listed. If
|
|
@@ -6836,7 +6836,7 @@ export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
|
6836
6836
|
* <p>If the value of <code>IsTruncated</code> in the previous response was
|
|
6837
6837
|
* <code>false</code>, there are no more traffic policy instances to get.</p>
|
|
6838
6838
|
*/
|
|
6839
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
6839
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
6840
6840
|
/**
|
|
6841
6841
|
* @public
|
|
6842
6842
|
* <p>The maximum number of traffic policy instances to be included in the response body for
|
|
@@ -6881,7 +6881,7 @@ export interface ListTrafficPolicyInstancesByPolicyResponse {
|
|
|
6881
6881
|
* sets that are associated with the first traffic policy instance in the next group of
|
|
6882
6882
|
* <code>MaxItems</code> traffic policy instances.</p>
|
|
6883
6883
|
*/
|
|
6884
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
6884
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
6885
6885
|
/**
|
|
6886
6886
|
* @public
|
|
6887
6887
|
* <p>A flag that indicates whether there are more traffic policy instances to be listed. If
|
|
@@ -7053,7 +7053,7 @@ export interface TestDNSAnswerRequest {
|
|
|
7053
7053
|
* @public
|
|
7054
7054
|
* <p>The type of the resource record set.</p>
|
|
7055
7055
|
*/
|
|
7056
|
-
RecordType: RRType |
|
|
7056
|
+
RecordType: RRType | undefined;
|
|
7057
7057
|
/**
|
|
7058
7058
|
* @public
|
|
7059
7059
|
* <p>If you want to simulate a request from a specific DNS resolver, specify the IP address
|
|
@@ -7114,7 +7114,7 @@ export interface TestDNSAnswerResponse {
|
|
|
7114
7114
|
* @public
|
|
7115
7115
|
* <p>The type of the resource record set that you submitted a request for.</p>
|
|
7116
7116
|
*/
|
|
7117
|
-
RecordType: RRType |
|
|
7117
|
+
RecordType: RRType | undefined;
|
|
7118
7118
|
/**
|
|
7119
7119
|
* @public
|
|
7120
7120
|
* <p>A list that contains values that Amazon Route 53 returned for this resource record
|
|
@@ -7483,7 +7483,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
7483
7483
|
* <p>A complex type that contains one <code>Region</code> element for each region that you
|
|
7484
7484
|
* want Amazon Route 53 health checkers to check the specified endpoint from.</p>
|
|
7485
7485
|
*/
|
|
7486
|
-
Regions?:
|
|
7486
|
+
Regions?: HealthCheckRegion[];
|
|
7487
7487
|
/**
|
|
7488
7488
|
* @public
|
|
7489
7489
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53
|
|
@@ -7515,7 +7515,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
7515
7515
|
* </li>
|
|
7516
7516
|
* </ul>
|
|
7517
7517
|
*/
|
|
7518
|
-
InsufficientDataHealthStatus?: InsufficientDataHealthStatus
|
|
7518
|
+
InsufficientDataHealthStatus?: InsufficientDataHealthStatus;
|
|
7519
7519
|
/**
|
|
7520
7520
|
* @public
|
|
7521
7521
|
* <p>A complex type that contains one <code>ResettableElementName</code> element for each
|
|
@@ -7540,7 +7540,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
7540
7540
|
* </li>
|
|
7541
7541
|
* </ul>
|
|
7542
7542
|
*/
|
|
7543
|
-
ResetElements?:
|
|
7543
|
+
ResetElements?: ResettableElementName[];
|
|
7544
7544
|
}
|
|
7545
7545
|
/**
|
|
7546
7546
|
* @public
|
|
@@ -10,7 +10,7 @@ export declare const AccountLimitType: {
|
|
|
10
10
|
export type AccountLimitType =
|
|
11
11
|
(typeof AccountLimitType)[keyof typeof AccountLimitType];
|
|
12
12
|
export interface AccountLimit {
|
|
13
|
-
Type: AccountLimitType |
|
|
13
|
+
Type: AccountLimitType | undefined;
|
|
14
14
|
Value: number | undefined;
|
|
15
15
|
}
|
|
16
16
|
export interface ActivateKeySigningKeyRequest {
|
|
@@ -24,7 +24,7 @@ export declare const ChangeStatus: {
|
|
|
24
24
|
export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
25
25
|
export interface ChangeInfo {
|
|
26
26
|
Id: string | undefined;
|
|
27
|
-
Status: ChangeStatus |
|
|
27
|
+
Status: ChangeStatus | undefined;
|
|
28
28
|
SubmittedAt: Date | undefined;
|
|
29
29
|
Comment?: string;
|
|
30
30
|
}
|
|
@@ -109,7 +109,7 @@ export declare const CloudWatchRegion: {
|
|
|
109
109
|
export type CloudWatchRegion =
|
|
110
110
|
(typeof CloudWatchRegion)[keyof typeof CloudWatchRegion];
|
|
111
111
|
export interface AlarmIdentifier {
|
|
112
|
-
Region: CloudWatchRegion |
|
|
112
|
+
Region: CloudWatchRegion | undefined;
|
|
113
113
|
Name: string | undefined;
|
|
114
114
|
}
|
|
115
115
|
export interface AliasTarget {
|
|
@@ -155,7 +155,7 @@ export declare const VPCRegion: {
|
|
|
155
155
|
};
|
|
156
156
|
export type VPCRegion = (typeof VPCRegion)[keyof typeof VPCRegion];
|
|
157
157
|
export interface VPC {
|
|
158
|
-
VPCRegion?: VPCRegion
|
|
158
|
+
VPCRegion?: VPCRegion;
|
|
159
159
|
VPCId?: string;
|
|
160
160
|
}
|
|
161
161
|
export interface AssociateVPCWithHostedZoneRequest {
|
|
@@ -217,7 +217,7 @@ export type CidrCollectionChangeAction =
|
|
|
217
217
|
(typeof CidrCollectionChangeAction)[keyof typeof CidrCollectionChangeAction];
|
|
218
218
|
export interface CidrCollectionChange {
|
|
219
219
|
LocationName: string | undefined;
|
|
220
|
-
Action: CidrCollectionChangeAction |
|
|
220
|
+
Action: CidrCollectionChangeAction | undefined;
|
|
221
221
|
CidrList: string[] | undefined;
|
|
222
222
|
}
|
|
223
223
|
export interface ChangeCidrCollectionRequest {
|
|
@@ -331,12 +331,12 @@ export declare const RRType: {
|
|
|
331
331
|
export type RRType = (typeof RRType)[keyof typeof RRType];
|
|
332
332
|
export interface ResourceRecordSet {
|
|
333
333
|
Name: string | undefined;
|
|
334
|
-
Type: RRType |
|
|
334
|
+
Type: RRType | undefined;
|
|
335
335
|
SetIdentifier?: string;
|
|
336
336
|
Weight?: number;
|
|
337
|
-
Region?: ResourceRecordSetRegion
|
|
337
|
+
Region?: ResourceRecordSetRegion;
|
|
338
338
|
GeoLocation?: GeoLocation;
|
|
339
|
-
Failover?: ResourceRecordSetFailover
|
|
339
|
+
Failover?: ResourceRecordSetFailover;
|
|
340
340
|
MultiValueAnswer?: boolean;
|
|
341
341
|
TTL?: number;
|
|
342
342
|
ResourceRecords?: ResourceRecord[];
|
|
@@ -346,7 +346,7 @@ export interface ResourceRecordSet {
|
|
|
346
346
|
CidrRoutingConfig?: CidrRoutingConfig;
|
|
347
347
|
}
|
|
348
348
|
export interface Change {
|
|
349
|
-
Action: ChangeAction |
|
|
349
|
+
Action: ChangeAction | undefined;
|
|
350
350
|
ResourceRecordSet: ResourceRecordSet | undefined;
|
|
351
351
|
}
|
|
352
352
|
export interface ChangeBatch {
|
|
@@ -382,7 +382,7 @@ export declare const TagResourceType: {
|
|
|
382
382
|
export type TagResourceType =
|
|
383
383
|
(typeof TagResourceType)[keyof typeof TagResourceType];
|
|
384
384
|
export interface ChangeTagsForResourceRequest {
|
|
385
|
-
ResourceType: TagResourceType |
|
|
385
|
+
ResourceType: TagResourceType | undefined;
|
|
386
386
|
ResourceId: string | undefined;
|
|
387
387
|
AddTags?: Tag[];
|
|
388
388
|
RemoveTagKeys?: string[];
|
|
@@ -454,7 +454,7 @@ export type HealthCheckType =
|
|
|
454
454
|
export interface HealthCheckConfig {
|
|
455
455
|
IPAddress?: string;
|
|
456
456
|
Port?: number;
|
|
457
|
-
Type: HealthCheckType |
|
|
457
|
+
Type: HealthCheckType | undefined;
|
|
458
458
|
ResourcePath?: string;
|
|
459
459
|
FullyQualifiedDomainName?: string;
|
|
460
460
|
SearchString?: string;
|
|
@@ -466,9 +466,9 @@ export interface HealthCheckConfig {
|
|
|
466
466
|
HealthThreshold?: number;
|
|
467
467
|
ChildHealthChecks?: string[];
|
|
468
468
|
EnableSNI?: boolean;
|
|
469
|
-
Regions?:
|
|
469
|
+
Regions?: HealthCheckRegion[];
|
|
470
470
|
AlarmIdentifier?: AlarmIdentifier;
|
|
471
|
-
InsufficientDataHealthStatus?: InsufficientDataHealthStatus
|
|
471
|
+
InsufficientDataHealthStatus?: InsufficientDataHealthStatus;
|
|
472
472
|
RoutingControlArn?: string;
|
|
473
473
|
}
|
|
474
474
|
export interface CreateHealthCheckRequest {
|
|
@@ -498,11 +498,11 @@ export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
|
498
498
|
export interface CloudWatchAlarmConfiguration {
|
|
499
499
|
EvaluationPeriods: number | undefined;
|
|
500
500
|
Threshold: number | undefined;
|
|
501
|
-
ComparisonOperator: ComparisonOperator |
|
|
501
|
+
ComparisonOperator: ComparisonOperator | undefined;
|
|
502
502
|
Period: number | undefined;
|
|
503
503
|
MetricName: string | undefined;
|
|
504
504
|
Namespace: string | undefined;
|
|
505
|
-
Statistic: Statistic |
|
|
505
|
+
Statistic: Statistic | undefined;
|
|
506
506
|
Dimensions?: Dimension[];
|
|
507
507
|
}
|
|
508
508
|
export interface LinkedService {
|
|
@@ -736,7 +736,7 @@ export interface TrafficPolicy {
|
|
|
736
736
|
Id: string | undefined;
|
|
737
737
|
Version: number | undefined;
|
|
738
738
|
Name: string | undefined;
|
|
739
|
-
Type: RRType |
|
|
739
|
+
Type: RRType | undefined;
|
|
740
740
|
Document: string | undefined;
|
|
741
741
|
Comment?: string;
|
|
742
742
|
}
|
|
@@ -781,7 +781,7 @@ export interface TrafficPolicyInstance {
|
|
|
781
781
|
Message: string | undefined;
|
|
782
782
|
TrafficPolicyId: string | undefined;
|
|
783
783
|
TrafficPolicyVersion: number | undefined;
|
|
784
|
-
TrafficPolicyType: RRType |
|
|
784
|
+
TrafficPolicyType: RRType | undefined;
|
|
785
785
|
}
|
|
786
786
|
export interface CreateTrafficPolicyInstanceResponse {
|
|
787
787
|
TrafficPolicyInstance: TrafficPolicyInstance | undefined;
|
|
@@ -1017,7 +1017,7 @@ export declare class KeySigningKeyWithActiveStatusNotFound extends __BaseExcepti
|
|
|
1017
1017
|
);
|
|
1018
1018
|
}
|
|
1019
1019
|
export interface GetAccountLimitRequest {
|
|
1020
|
-
Type: AccountLimitType |
|
|
1020
|
+
Type: AccountLimitType | undefined;
|
|
1021
1021
|
}
|
|
1022
1022
|
export interface GetAccountLimitResponse {
|
|
1023
1023
|
Limit: AccountLimit | undefined;
|
|
@@ -1095,7 +1095,7 @@ export interface StatusReport {
|
|
|
1095
1095
|
CheckedTime?: Date;
|
|
1096
1096
|
}
|
|
1097
1097
|
export interface HealthCheckObservation {
|
|
1098
|
-
Region?: HealthCheckRegion
|
|
1098
|
+
Region?: HealthCheckRegion;
|
|
1099
1099
|
IPAddress?: string;
|
|
1100
1100
|
StatusReport?: StatusReport;
|
|
1101
1101
|
}
|
|
@@ -1127,11 +1127,11 @@ export declare const HostedZoneLimitType: {
|
|
|
1127
1127
|
export type HostedZoneLimitType =
|
|
1128
1128
|
(typeof HostedZoneLimitType)[keyof typeof HostedZoneLimitType];
|
|
1129
1129
|
export interface GetHostedZoneLimitRequest {
|
|
1130
|
-
Type: HostedZoneLimitType |
|
|
1130
|
+
Type: HostedZoneLimitType | undefined;
|
|
1131
1131
|
HostedZoneId: string | undefined;
|
|
1132
1132
|
}
|
|
1133
1133
|
export interface HostedZoneLimit {
|
|
1134
|
-
Type: HostedZoneLimitType |
|
|
1134
|
+
Type: HostedZoneLimitType | undefined;
|
|
1135
1135
|
Value: number | undefined;
|
|
1136
1136
|
}
|
|
1137
1137
|
export interface GetHostedZoneLimitResponse {
|
|
@@ -1163,11 +1163,11 @@ export declare const ReusableDelegationSetLimitType: {
|
|
|
1163
1163
|
export type ReusableDelegationSetLimitType =
|
|
1164
1164
|
(typeof ReusableDelegationSetLimitType)[keyof typeof ReusableDelegationSetLimitType];
|
|
1165
1165
|
export interface GetReusableDelegationSetLimitRequest {
|
|
1166
|
-
Type: ReusableDelegationSetLimitType |
|
|
1166
|
+
Type: ReusableDelegationSetLimitType | undefined;
|
|
1167
1167
|
DelegationSetId: string | undefined;
|
|
1168
1168
|
}
|
|
1169
1169
|
export interface ReusableDelegationSetLimit {
|
|
1170
|
-
Type: ReusableDelegationSetLimitType |
|
|
1170
|
+
Type: ReusableDelegationSetLimitType | undefined;
|
|
1171
1171
|
Value: number | undefined;
|
|
1172
1172
|
}
|
|
1173
1173
|
export interface GetReusableDelegationSetLimitResponse {
|
|
@@ -1273,7 +1273,7 @@ export interface ListHostedZonesRequest {
|
|
|
1273
1273
|
Marker?: string;
|
|
1274
1274
|
MaxItems?: number;
|
|
1275
1275
|
DelegationSetId?: string;
|
|
1276
|
-
HostedZoneType?: HostedZoneType
|
|
1276
|
+
HostedZoneType?: HostedZoneType;
|
|
1277
1277
|
}
|
|
1278
1278
|
export interface ListHostedZonesResponse {
|
|
1279
1279
|
HostedZones: HostedZone[] | undefined;
|
|
@@ -1305,7 +1305,7 @@ export declare class InvalidPaginationToken extends __BaseException {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
export interface ListHostedZonesByVPCRequest {
|
|
1307
1307
|
VPCId: string | undefined;
|
|
1308
|
-
VPCRegion: VPCRegion |
|
|
1308
|
+
VPCRegion: VPCRegion | undefined;
|
|
1309
1309
|
MaxItems?: number;
|
|
1310
1310
|
NextToken?: string;
|
|
1311
1311
|
}
|
|
@@ -1335,7 +1335,7 @@ export interface ListQueryLoggingConfigsResponse {
|
|
|
1335
1335
|
export interface ListResourceRecordSetsRequest {
|
|
1336
1336
|
HostedZoneId: string | undefined;
|
|
1337
1337
|
StartRecordName?: string;
|
|
1338
|
-
StartRecordType?: RRType
|
|
1338
|
+
StartRecordType?: RRType;
|
|
1339
1339
|
StartRecordIdentifier?: string;
|
|
1340
1340
|
MaxItems?: number;
|
|
1341
1341
|
}
|
|
@@ -1343,7 +1343,7 @@ export interface ListResourceRecordSetsResponse {
|
|
|
1343
1343
|
ResourceRecordSets: ResourceRecordSet[] | undefined;
|
|
1344
1344
|
IsTruncated: boolean | undefined;
|
|
1345
1345
|
NextRecordName?: string;
|
|
1346
|
-
NextRecordType?: RRType
|
|
1346
|
+
NextRecordType?: RRType;
|
|
1347
1347
|
NextRecordIdentifier?: string;
|
|
1348
1348
|
MaxItems: number | undefined;
|
|
1349
1349
|
}
|
|
@@ -1359,11 +1359,11 @@ export interface ListReusableDelegationSetsResponse {
|
|
|
1359
1359
|
MaxItems: number | undefined;
|
|
1360
1360
|
}
|
|
1361
1361
|
export interface ListTagsForResourceRequest {
|
|
1362
|
-
ResourceType: TagResourceType |
|
|
1362
|
+
ResourceType: TagResourceType | undefined;
|
|
1363
1363
|
ResourceId: string | undefined;
|
|
1364
1364
|
}
|
|
1365
1365
|
export interface ResourceTagSet {
|
|
1366
|
-
ResourceType?: TagResourceType
|
|
1366
|
+
ResourceType?: TagResourceType;
|
|
1367
1367
|
ResourceId?: string;
|
|
1368
1368
|
Tags?: Tag[];
|
|
1369
1369
|
}
|
|
@@ -1371,7 +1371,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1371
1371
|
ResourceTagSet: ResourceTagSet | undefined;
|
|
1372
1372
|
}
|
|
1373
1373
|
export interface ListTagsForResourcesRequest {
|
|
1374
|
-
ResourceType: TagResourceType |
|
|
1374
|
+
ResourceType: TagResourceType | undefined;
|
|
1375
1375
|
ResourceIds: string[] | undefined;
|
|
1376
1376
|
}
|
|
1377
1377
|
export interface ListTagsForResourcesResponse {
|
|
@@ -1384,7 +1384,7 @@ export interface ListTrafficPoliciesRequest {
|
|
|
1384
1384
|
export interface TrafficPolicySummary {
|
|
1385
1385
|
Id: string | undefined;
|
|
1386
1386
|
Name: string | undefined;
|
|
1387
|
-
Type: RRType |
|
|
1387
|
+
Type: RRType | undefined;
|
|
1388
1388
|
LatestVersion: number | undefined;
|
|
1389
1389
|
TrafficPolicyCount: number | undefined;
|
|
1390
1390
|
}
|
|
@@ -1397,27 +1397,27 @@ export interface ListTrafficPoliciesResponse {
|
|
|
1397
1397
|
export interface ListTrafficPolicyInstancesRequest {
|
|
1398
1398
|
HostedZoneIdMarker?: string;
|
|
1399
1399
|
TrafficPolicyInstanceNameMarker?: string;
|
|
1400
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
1400
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
1401
1401
|
MaxItems?: number;
|
|
1402
1402
|
}
|
|
1403
1403
|
export interface ListTrafficPolicyInstancesResponse {
|
|
1404
1404
|
TrafficPolicyInstances: TrafficPolicyInstance[] | undefined;
|
|
1405
1405
|
HostedZoneIdMarker?: string;
|
|
1406
1406
|
TrafficPolicyInstanceNameMarker?: string;
|
|
1407
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
1407
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
1408
1408
|
IsTruncated: boolean | undefined;
|
|
1409
1409
|
MaxItems: number | undefined;
|
|
1410
1410
|
}
|
|
1411
1411
|
export interface ListTrafficPolicyInstancesByHostedZoneRequest {
|
|
1412
1412
|
HostedZoneId: string | undefined;
|
|
1413
1413
|
TrafficPolicyInstanceNameMarker?: string;
|
|
1414
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
1414
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
1415
1415
|
MaxItems?: number;
|
|
1416
1416
|
}
|
|
1417
1417
|
export interface ListTrafficPolicyInstancesByHostedZoneResponse {
|
|
1418
1418
|
TrafficPolicyInstances: TrafficPolicyInstance[] | undefined;
|
|
1419
1419
|
TrafficPolicyInstanceNameMarker?: string;
|
|
1420
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
1420
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
1421
1421
|
IsTruncated: boolean | undefined;
|
|
1422
1422
|
MaxItems: number | undefined;
|
|
1423
1423
|
}
|
|
@@ -1426,14 +1426,14 @@ export interface ListTrafficPolicyInstancesByPolicyRequest {
|
|
|
1426
1426
|
TrafficPolicyVersion: number | undefined;
|
|
1427
1427
|
HostedZoneIdMarker?: string;
|
|
1428
1428
|
TrafficPolicyInstanceNameMarker?: string;
|
|
1429
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
1429
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
1430
1430
|
MaxItems?: number;
|
|
1431
1431
|
}
|
|
1432
1432
|
export interface ListTrafficPolicyInstancesByPolicyResponse {
|
|
1433
1433
|
TrafficPolicyInstances: TrafficPolicyInstance[] | undefined;
|
|
1434
1434
|
HostedZoneIdMarker?: string;
|
|
1435
1435
|
TrafficPolicyInstanceNameMarker?: string;
|
|
1436
|
-
TrafficPolicyInstanceTypeMarker?: RRType
|
|
1436
|
+
TrafficPolicyInstanceTypeMarker?: RRType;
|
|
1437
1437
|
IsTruncated: boolean | undefined;
|
|
1438
1438
|
MaxItems: number | undefined;
|
|
1439
1439
|
}
|
|
@@ -1461,7 +1461,7 @@ export interface ListVPCAssociationAuthorizationsResponse {
|
|
|
1461
1461
|
export interface TestDNSAnswerRequest {
|
|
1462
1462
|
HostedZoneId: string | undefined;
|
|
1463
1463
|
RecordName: string | undefined;
|
|
1464
|
-
RecordType: RRType |
|
|
1464
|
+
RecordType: RRType | undefined;
|
|
1465
1465
|
ResolverIP?: string;
|
|
1466
1466
|
EDNS0ClientSubnetIP?: string;
|
|
1467
1467
|
EDNS0ClientSubnetMask?: string;
|
|
@@ -1469,7 +1469,7 @@ export interface TestDNSAnswerRequest {
|
|
|
1469
1469
|
export interface TestDNSAnswerResponse {
|
|
1470
1470
|
Nameserver: string | undefined;
|
|
1471
1471
|
RecordName: string | undefined;
|
|
1472
|
-
RecordType: RRType |
|
|
1472
|
+
RecordType: RRType | undefined;
|
|
1473
1473
|
RecordData: string[] | undefined;
|
|
1474
1474
|
ResponseCode: string | undefined;
|
|
1475
1475
|
Protocol: string | undefined;
|
|
@@ -1503,10 +1503,10 @@ export interface UpdateHealthCheckRequest {
|
|
|
1503
1503
|
HealthThreshold?: number;
|
|
1504
1504
|
ChildHealthChecks?: string[];
|
|
1505
1505
|
EnableSNI?: boolean;
|
|
1506
|
-
Regions?:
|
|
1506
|
+
Regions?: HealthCheckRegion[];
|
|
1507
1507
|
AlarmIdentifier?: AlarmIdentifier;
|
|
1508
|
-
InsufficientDataHealthStatus?: InsufficientDataHealthStatus
|
|
1509
|
-
ResetElements?:
|
|
1508
|
+
InsufficientDataHealthStatus?: InsufficientDataHealthStatus;
|
|
1509
|
+
ResetElements?: ResettableElementName[];
|
|
1510
1510
|
}
|
|
1511
1511
|
export interface UpdateHealthCheckResponse {
|
|
1512
1512
|
HealthCheck: HealthCheck | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-sdk-route53": "3.428.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@smithy/hash-node": "^2.0.11",
|
|
41
41
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
42
42
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
44
44
|
"@smithy/middleware-retry": "^2.0.16",
|
|
45
45
|
"@smithy/middleware-serde": "^2.0.11",
|
|
46
46
|
"@smithy/middleware-stack": "^2.0.5",
|