@aws-sdk/client-route-53 3.300.0 → 3.303.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 +196 -214
- package/dist-es/models/models_0.js +196 -214
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -2
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +4 -4
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +10 -10
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +5 -5
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -3
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -2
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -2
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +1 -1
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -1
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +5 -5
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +289 -199
- package/dist-types/ts3.4/models/models_0.d.ts +227 -196
- package/package.json +37 -37
|
@@ -2,14 +2,19 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { Route53ServiceException as __BaseException } from "./Route53ServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
MAX_HEALTH_CHECKS_BY_OWNER
|
|
8
|
-
MAX_HOSTED_ZONES_BY_OWNER
|
|
9
|
-
MAX_REUSABLE_DELEGATION_SETS_BY_OWNER
|
|
10
|
-
MAX_TRAFFIC_POLICIES_BY_OWNER
|
|
11
|
-
MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER
|
|
12
|
-
}
|
|
7
|
+
export declare const AccountLimitType: {
|
|
8
|
+
readonly MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER";
|
|
9
|
+
readonly MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER";
|
|
10
|
+
readonly MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER";
|
|
11
|
+
readonly MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER";
|
|
12
|
+
readonly MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export type AccountLimitType = (typeof AccountLimitType)[keyof typeof AccountLimitType];
|
|
13
18
|
/**
|
|
14
19
|
* @public
|
|
15
20
|
* <p>A complex type that contains the type of limit that you specified in the request and
|
|
@@ -72,11 +77,16 @@ export interface ActivateKeySigningKeyRequest {
|
|
|
72
77
|
}
|
|
73
78
|
/**
|
|
74
79
|
* @public
|
|
80
|
+
* @enum
|
|
75
81
|
*/
|
|
76
|
-
export declare
|
|
77
|
-
INSYNC
|
|
78
|
-
PENDING
|
|
79
|
-
}
|
|
82
|
+
export declare const ChangeStatus: {
|
|
83
|
+
readonly INSYNC: "INSYNC";
|
|
84
|
+
readonly PENDING: "PENDING";
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
80
90
|
/**
|
|
81
91
|
* @public
|
|
82
92
|
* <p>A complex type that describes change information about changes made to your hosted
|
|
@@ -192,43 +202,48 @@ export declare class NoSuchKeySigningKey extends __BaseException {
|
|
|
192
202
|
}
|
|
193
203
|
/**
|
|
194
204
|
* @public
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
205
|
+
* @enum
|
|
206
|
+
*/
|
|
207
|
+
export declare const CloudWatchRegion: {
|
|
208
|
+
readonly af_south_1: "af-south-1";
|
|
209
|
+
readonly ap_east_1: "ap-east-1";
|
|
210
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
211
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
212
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
213
|
+
readonly ap_south_1: "ap-south-1";
|
|
214
|
+
readonly ap_south_2: "ap-south-2";
|
|
215
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
216
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
217
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
218
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
219
|
+
readonly ca_central_1: "ca-central-1";
|
|
220
|
+
readonly cn_north_1: "cn-north-1";
|
|
221
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
222
|
+
readonly eu_central_1: "eu-central-1";
|
|
223
|
+
readonly eu_central_2: "eu-central-2";
|
|
224
|
+
readonly eu_north_1: "eu-north-1";
|
|
225
|
+
readonly eu_south_1: "eu-south-1";
|
|
226
|
+
readonly eu_south_2: "eu-south-2";
|
|
227
|
+
readonly eu_west_1: "eu-west-1";
|
|
228
|
+
readonly eu_west_2: "eu-west-2";
|
|
229
|
+
readonly eu_west_3: "eu-west-3";
|
|
230
|
+
readonly me_central_1: "me-central-1";
|
|
231
|
+
readonly me_south_1: "me-south-1";
|
|
232
|
+
readonly sa_east_1: "sa-east-1";
|
|
233
|
+
readonly us_east_1: "us-east-1";
|
|
234
|
+
readonly us_east_2: "us-east-2";
|
|
235
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
236
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
237
|
+
readonly us_iso_east_1: "us-iso-east-1";
|
|
238
|
+
readonly us_iso_west_1: "us-iso-west-1";
|
|
239
|
+
readonly us_isob_east_1: "us-isob-east-1";
|
|
240
|
+
readonly us_west_1: "us-west-1";
|
|
241
|
+
readonly us_west_2: "us-west-2";
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export type CloudWatchRegion = (typeof CloudWatchRegion)[keyof typeof CloudWatchRegion];
|
|
232
247
|
/**
|
|
233
248
|
* @public
|
|
234
249
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53
|
|
@@ -690,42 +705,47 @@ export interface AliasTarget {
|
|
|
690
705
|
}
|
|
691
706
|
/**
|
|
692
707
|
* @public
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
708
|
+
* @enum
|
|
709
|
+
*/
|
|
710
|
+
export declare const VPCRegion: {
|
|
711
|
+
readonly af_south_1: "af-south-1";
|
|
712
|
+
readonly ap_east_1: "ap-east-1";
|
|
713
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
714
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
715
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
716
|
+
readonly ap_south_1: "ap-south-1";
|
|
717
|
+
readonly ap_south_2: "ap-south-2";
|
|
718
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
719
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
720
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
721
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
722
|
+
readonly ca_central_1: "ca-central-1";
|
|
723
|
+
readonly cn_north_1: "cn-north-1";
|
|
724
|
+
readonly eu_central_1: "eu-central-1";
|
|
725
|
+
readonly eu_central_2: "eu-central-2";
|
|
726
|
+
readonly eu_north_1: "eu-north-1";
|
|
727
|
+
readonly eu_south_1: "eu-south-1";
|
|
728
|
+
readonly eu_south_2: "eu-south-2";
|
|
729
|
+
readonly eu_west_1: "eu-west-1";
|
|
730
|
+
readonly eu_west_2: "eu-west-2";
|
|
731
|
+
readonly eu_west_3: "eu-west-3";
|
|
732
|
+
readonly me_central_1: "me-central-1";
|
|
733
|
+
readonly me_south_1: "me-south-1";
|
|
734
|
+
readonly sa_east_1: "sa-east-1";
|
|
735
|
+
readonly us_east_1: "us-east-1";
|
|
736
|
+
readonly us_east_2: "us-east-2";
|
|
737
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
738
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
739
|
+
readonly us_iso_east_1: "us-iso-east-1";
|
|
740
|
+
readonly us_iso_west_1: "us-iso-west-1";
|
|
741
|
+
readonly us_isob_east_1: "us-isob-east-1";
|
|
742
|
+
readonly us_west_1: "us-west-1";
|
|
743
|
+
readonly us_west_2: "us-west-2";
|
|
744
|
+
};
|
|
745
|
+
/**
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
export type VPCRegion = (typeof VPCRegion)[keyof typeof VPCRegion];
|
|
729
749
|
/**
|
|
730
750
|
* @public
|
|
731
751
|
* <p>(Private hosted zones only) A complex type that contains information about an Amazon VPC.</p>
|
|
@@ -898,11 +918,16 @@ export declare class PublicZoneVPCAssociation extends __BaseException {
|
|
|
898
918
|
}
|
|
899
919
|
/**
|
|
900
920
|
* @public
|
|
921
|
+
* @enum
|
|
901
922
|
*/
|
|
902
|
-
export declare
|
|
903
|
-
DELETE_IF_EXISTS
|
|
904
|
-
PUT
|
|
905
|
-
}
|
|
923
|
+
export declare const CidrCollectionChangeAction: {
|
|
924
|
+
readonly DELETE_IF_EXISTS: "DELETE_IF_EXISTS";
|
|
925
|
+
readonly PUT: "PUT";
|
|
926
|
+
};
|
|
927
|
+
/**
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
export type CidrCollectionChangeAction = (typeof CidrCollectionChangeAction)[keyof typeof CidrCollectionChangeAction];
|
|
906
931
|
/**
|
|
907
932
|
* @public
|
|
908
933
|
* <p>A complex type that contains information about the CIDR collection change.</p>
|
|
@@ -1010,12 +1035,17 @@ export declare class NoSuchCidrCollectionException extends __BaseException {
|
|
|
1010
1035
|
}
|
|
1011
1036
|
/**
|
|
1012
1037
|
* @public
|
|
1038
|
+
* @enum
|
|
1013
1039
|
*/
|
|
1014
|
-
export declare
|
|
1015
|
-
CREATE
|
|
1016
|
-
DELETE
|
|
1017
|
-
UPSERT
|
|
1018
|
-
}
|
|
1040
|
+
export declare const ChangeAction: {
|
|
1041
|
+
readonly CREATE: "CREATE";
|
|
1042
|
+
readonly DELETE: "DELETE";
|
|
1043
|
+
readonly UPSERT: "UPSERT";
|
|
1044
|
+
};
|
|
1045
|
+
/**
|
|
1046
|
+
* @public
|
|
1047
|
+
*/
|
|
1048
|
+
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
1019
1049
|
/**
|
|
1020
1050
|
* @public
|
|
1021
1051
|
* <p>The object that is specified in resource record set object when you are linking a
|
|
@@ -1035,11 +1065,16 @@ export interface CidrRoutingConfig {
|
|
|
1035
1065
|
}
|
|
1036
1066
|
/**
|
|
1037
1067
|
* @public
|
|
1068
|
+
* @enum
|
|
1038
1069
|
*/
|
|
1039
|
-
export declare
|
|
1040
|
-
PRIMARY
|
|
1041
|
-
SECONDARY
|
|
1042
|
-
}
|
|
1070
|
+
export declare const ResourceRecordSetFailover: {
|
|
1071
|
+
readonly PRIMARY: "PRIMARY";
|
|
1072
|
+
readonly SECONDARY: "SECONDARY";
|
|
1073
|
+
};
|
|
1074
|
+
/**
|
|
1075
|
+
* @public
|
|
1076
|
+
*/
|
|
1077
|
+
export type ResourceRecordSetFailover = (typeof ResourceRecordSetFailover)[keyof typeof ResourceRecordSetFailover];
|
|
1043
1078
|
/**
|
|
1044
1079
|
* @public
|
|
1045
1080
|
* <p>A complex type that contains information about a geographic location.</p>
|
|
@@ -1100,38 +1135,43 @@ export interface GeoLocation {
|
|
|
1100
1135
|
}
|
|
1101
1136
|
/**
|
|
1102
1137
|
* @public
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1138
|
+
* @enum
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const ResourceRecordSetRegion: {
|
|
1141
|
+
readonly af_south_1: "af-south-1";
|
|
1142
|
+
readonly ap_east_1: "ap-east-1";
|
|
1143
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
1144
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
1145
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
1146
|
+
readonly ap_south_1: "ap-south-1";
|
|
1147
|
+
readonly ap_south_2: "ap-south-2";
|
|
1148
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
1149
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
1150
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
1151
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
1152
|
+
readonly ca_central_1: "ca-central-1";
|
|
1153
|
+
readonly cn_north_1: "cn-north-1";
|
|
1154
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
1155
|
+
readonly eu_central_1: "eu-central-1";
|
|
1156
|
+
readonly eu_central_2: "eu-central-2";
|
|
1157
|
+
readonly eu_north_1: "eu-north-1";
|
|
1158
|
+
readonly eu_south_1: "eu-south-1";
|
|
1159
|
+
readonly eu_south_2: "eu-south-2";
|
|
1160
|
+
readonly eu_west_1: "eu-west-1";
|
|
1161
|
+
readonly eu_west_2: "eu-west-2";
|
|
1162
|
+
readonly eu_west_3: "eu-west-3";
|
|
1163
|
+
readonly me_central_1: "me-central-1";
|
|
1164
|
+
readonly me_south_1: "me-south-1";
|
|
1165
|
+
readonly sa_east_1: "sa-east-1";
|
|
1166
|
+
readonly us_east_1: "us-east-1";
|
|
1167
|
+
readonly us_east_2: "us-east-2";
|
|
1168
|
+
readonly us_west_1: "us-west-1";
|
|
1169
|
+
readonly us_west_2: "us-west-2";
|
|
1170
|
+
};
|
|
1171
|
+
/**
|
|
1172
|
+
* @public
|
|
1173
|
+
*/
|
|
1174
|
+
export type ResourceRecordSetRegion = (typeof ResourceRecordSetRegion)[keyof typeof ResourceRecordSetRegion];
|
|
1135
1175
|
/**
|
|
1136
1176
|
* @public
|
|
1137
1177
|
* <p>Information specific to the resource record.</p>
|
|
@@ -1158,22 +1198,27 @@ export interface ResourceRecord {
|
|
|
1158
1198
|
}
|
|
1159
1199
|
/**
|
|
1160
1200
|
* @public
|
|
1201
|
+
* @enum
|
|
1161
1202
|
*/
|
|
1162
|
-
export declare
|
|
1163
|
-
A
|
|
1164
|
-
AAAA
|
|
1165
|
-
CAA
|
|
1166
|
-
CNAME
|
|
1167
|
-
DS
|
|
1168
|
-
MX
|
|
1169
|
-
NAPTR
|
|
1170
|
-
NS
|
|
1171
|
-
PTR
|
|
1172
|
-
SOA
|
|
1173
|
-
SPF
|
|
1174
|
-
SRV
|
|
1175
|
-
TXT
|
|
1176
|
-
}
|
|
1203
|
+
export declare const RRType: {
|
|
1204
|
+
readonly A: "A";
|
|
1205
|
+
readonly AAAA: "AAAA";
|
|
1206
|
+
readonly CAA: "CAA";
|
|
1207
|
+
readonly CNAME: "CNAME";
|
|
1208
|
+
readonly DS: "DS";
|
|
1209
|
+
readonly MX: "MX";
|
|
1210
|
+
readonly NAPTR: "NAPTR";
|
|
1211
|
+
readonly NS: "NS";
|
|
1212
|
+
readonly PTR: "PTR";
|
|
1213
|
+
readonly SOA: "SOA";
|
|
1214
|
+
readonly SPF: "SPF";
|
|
1215
|
+
readonly SRV: "SRV";
|
|
1216
|
+
readonly TXT: "TXT";
|
|
1217
|
+
};
|
|
1218
|
+
/**
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
export type RRType = (typeof RRType)[keyof typeof RRType];
|
|
1177
1222
|
/**
|
|
1178
1223
|
* @public
|
|
1179
1224
|
* <p>Information about the resource record set to create or delete.</p>
|
|
@@ -1935,11 +1980,16 @@ export interface Tag {
|
|
|
1935
1980
|
}
|
|
1936
1981
|
/**
|
|
1937
1982
|
* @public
|
|
1983
|
+
* @enum
|
|
1938
1984
|
*/
|
|
1939
|
-
export declare
|
|
1940
|
-
healthcheck
|
|
1941
|
-
hostedzone
|
|
1942
|
-
}
|
|
1985
|
+
export declare const TagResourceType: {
|
|
1986
|
+
readonly healthcheck: "healthcheck";
|
|
1987
|
+
readonly hostedzone: "hostedzone";
|
|
1988
|
+
};
|
|
1989
|
+
/**
|
|
1990
|
+
* @public
|
|
1991
|
+
*/
|
|
1992
|
+
export type TagResourceType = (typeof TagResourceType)[keyof typeof TagResourceType];
|
|
1943
1993
|
/**
|
|
1944
1994
|
* @public
|
|
1945
1995
|
* <p>A complex type that contains information about the tags that you want to add, edit, or
|
|
@@ -2064,38 +2114,53 @@ export interface CreateCidrCollectionResponse {
|
|
|
2064
2114
|
}
|
|
2065
2115
|
/**
|
|
2066
2116
|
* @public
|
|
2117
|
+
* @enum
|
|
2067
2118
|
*/
|
|
2068
|
-
export declare
|
|
2069
|
-
Healthy
|
|
2070
|
-
LastKnownStatus
|
|
2071
|
-
Unhealthy
|
|
2072
|
-
}
|
|
2119
|
+
export declare const InsufficientDataHealthStatus: {
|
|
2120
|
+
readonly Healthy: "Healthy";
|
|
2121
|
+
readonly LastKnownStatus: "LastKnownStatus";
|
|
2122
|
+
readonly Unhealthy: "Unhealthy";
|
|
2123
|
+
};
|
|
2073
2124
|
/**
|
|
2074
2125
|
* @public
|
|
2075
2126
|
*/
|
|
2076
|
-
export
|
|
2077
|
-
ap_northeast_1 = "ap-northeast-1",
|
|
2078
|
-
ap_southeast_1 = "ap-southeast-1",
|
|
2079
|
-
ap_southeast_2 = "ap-southeast-2",
|
|
2080
|
-
eu_west_1 = "eu-west-1",
|
|
2081
|
-
sa_east_1 = "sa-east-1",
|
|
2082
|
-
us_east_1 = "us-east-1",
|
|
2083
|
-
us_west_1 = "us-west-1",
|
|
2084
|
-
us_west_2 = "us-west-2"
|
|
2085
|
-
}
|
|
2127
|
+
export type InsufficientDataHealthStatus = (typeof InsufficientDataHealthStatus)[keyof typeof InsufficientDataHealthStatus];
|
|
2086
2128
|
/**
|
|
2087
2129
|
* @public
|
|
2130
|
+
* @enum
|
|
2088
2131
|
*/
|
|
2089
|
-
export declare
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
}
|
|
2132
|
+
export declare const HealthCheckRegion: {
|
|
2133
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
2134
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
2135
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
2136
|
+
readonly eu_west_1: "eu-west-1";
|
|
2137
|
+
readonly sa_east_1: "sa-east-1";
|
|
2138
|
+
readonly us_east_1: "us-east-1";
|
|
2139
|
+
readonly us_west_1: "us-west-1";
|
|
2140
|
+
readonly us_west_2: "us-west-2";
|
|
2141
|
+
};
|
|
2142
|
+
/**
|
|
2143
|
+
* @public
|
|
2144
|
+
*/
|
|
2145
|
+
export type HealthCheckRegion = (typeof HealthCheckRegion)[keyof typeof HealthCheckRegion];
|
|
2146
|
+
/**
|
|
2147
|
+
* @public
|
|
2148
|
+
* @enum
|
|
2149
|
+
*/
|
|
2150
|
+
export declare const HealthCheckType: {
|
|
2151
|
+
readonly CALCULATED: "CALCULATED";
|
|
2152
|
+
readonly CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC";
|
|
2153
|
+
readonly HTTP: "HTTP";
|
|
2154
|
+
readonly HTTPS: "HTTPS";
|
|
2155
|
+
readonly HTTPS_STR_MATCH: "HTTPS_STR_MATCH";
|
|
2156
|
+
readonly HTTP_STR_MATCH: "HTTP_STR_MATCH";
|
|
2157
|
+
readonly RECOVERY_CONTROL: "RECOVERY_CONTROL";
|
|
2158
|
+
readonly TCP: "TCP";
|
|
2159
|
+
};
|
|
2160
|
+
/**
|
|
2161
|
+
* @public
|
|
2162
|
+
*/
|
|
2163
|
+
export type HealthCheckType = (typeof HealthCheckType)[keyof typeof HealthCheckType];
|
|
2099
2164
|
/**
|
|
2100
2165
|
* @public
|
|
2101
2166
|
* <p>A complex type that contains information about the health check.</p>
|
|
@@ -2534,13 +2599,18 @@ export interface CreateHealthCheckRequest {
|
|
|
2534
2599
|
}
|
|
2535
2600
|
/**
|
|
2536
2601
|
* @public
|
|
2602
|
+
* @enum
|
|
2537
2603
|
*/
|
|
2538
|
-
export declare
|
|
2539
|
-
GreaterThanOrEqualToThreshold
|
|
2540
|
-
GreaterThanThreshold
|
|
2541
|
-
LessThanOrEqualToThreshold
|
|
2542
|
-
LessThanThreshold
|
|
2543
|
-
}
|
|
2604
|
+
export declare const ComparisonOperator: {
|
|
2605
|
+
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
2606
|
+
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
2607
|
+
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
2608
|
+
readonly LessThanThreshold: "LessThanThreshold";
|
|
2609
|
+
};
|
|
2610
|
+
/**
|
|
2611
|
+
* @public
|
|
2612
|
+
*/
|
|
2613
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
2544
2614
|
/**
|
|
2545
2615
|
* @public
|
|
2546
2616
|
* <p>For the metric that the CloudWatch alarm is associated with, a complex type that
|
|
@@ -2560,14 +2630,19 @@ export interface Dimension {
|
|
|
2560
2630
|
}
|
|
2561
2631
|
/**
|
|
2562
2632
|
* @public
|
|
2633
|
+
* @enum
|
|
2563
2634
|
*/
|
|
2564
|
-
export declare
|
|
2565
|
-
Average
|
|
2566
|
-
Maximum
|
|
2567
|
-
Minimum
|
|
2568
|
-
SampleCount
|
|
2569
|
-
Sum
|
|
2570
|
-
}
|
|
2635
|
+
export declare const Statistic: {
|
|
2636
|
+
readonly Average: "Average";
|
|
2637
|
+
readonly Maximum: "Maximum";
|
|
2638
|
+
readonly Minimum: "Minimum";
|
|
2639
|
+
readonly SampleCount: "SampleCount";
|
|
2640
|
+
readonly Sum: "Sum";
|
|
2641
|
+
};
|
|
2642
|
+
/**
|
|
2643
|
+
* @public
|
|
2644
|
+
*/
|
|
2645
|
+
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
2571
2646
|
/**
|
|
2572
2647
|
* @public
|
|
2573
2648
|
* <p>A complex type that contains information about the CloudWatch alarm that Amazon Route
|
|
@@ -4799,11 +4874,16 @@ export interface GetHostedZoneCountResponse {
|
|
|
4799
4874
|
}
|
|
4800
4875
|
/**
|
|
4801
4876
|
* @public
|
|
4877
|
+
* @enum
|
|
4802
4878
|
*/
|
|
4803
|
-
export declare
|
|
4804
|
-
MAX_RRSETS_BY_ZONE
|
|
4805
|
-
MAX_VPCS_ASSOCIATED_BY_ZONE
|
|
4806
|
-
}
|
|
4879
|
+
export declare const HostedZoneLimitType: {
|
|
4880
|
+
readonly MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE";
|
|
4881
|
+
readonly MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE";
|
|
4882
|
+
};
|
|
4883
|
+
/**
|
|
4884
|
+
* @public
|
|
4885
|
+
*/
|
|
4886
|
+
export type HostedZoneLimitType = (typeof HostedZoneLimitType)[keyof typeof HostedZoneLimitType];
|
|
4807
4887
|
/**
|
|
4808
4888
|
* @public
|
|
4809
4889
|
* <p>A complex type that contains information about the request to create a hosted
|
|
@@ -4936,10 +5016,15 @@ export interface GetReusableDelegationSetResponse {
|
|
|
4936
5016
|
}
|
|
4937
5017
|
/**
|
|
4938
5018
|
* @public
|
|
5019
|
+
* @enum
|
|
4939
5020
|
*/
|
|
4940
|
-
export declare
|
|
4941
|
-
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
|
|
4942
|
-
}
|
|
5021
|
+
export declare const ReusableDelegationSetLimitType: {
|
|
5022
|
+
readonly MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET";
|
|
5023
|
+
};
|
|
5024
|
+
/**
|
|
5025
|
+
* @public
|
|
5026
|
+
*/
|
|
5027
|
+
export type ReusableDelegationSetLimitType = (typeof ReusableDelegationSetLimitType)[keyof typeof ReusableDelegationSetLimitType];
|
|
4943
5028
|
/**
|
|
4944
5029
|
* @public
|
|
4945
5030
|
* <p>A complex type that contains information about the request to create a hosted
|
|
@@ -6583,13 +6668,18 @@ export declare class HealthCheckVersionMismatch extends __BaseException {
|
|
|
6583
6668
|
}
|
|
6584
6669
|
/**
|
|
6585
6670
|
* @public
|
|
6671
|
+
* @enum
|
|
6586
6672
|
*/
|
|
6587
|
-
export declare
|
|
6588
|
-
ChildHealthChecks
|
|
6589
|
-
FullyQualifiedDomainName
|
|
6590
|
-
Regions
|
|
6591
|
-
ResourcePath
|
|
6592
|
-
}
|
|
6673
|
+
export declare const ResettableElementName: {
|
|
6674
|
+
readonly ChildHealthChecks: "ChildHealthChecks";
|
|
6675
|
+
readonly FullyQualifiedDomainName: "FullyQualifiedDomainName";
|
|
6676
|
+
readonly Regions: "Regions";
|
|
6677
|
+
readonly ResourcePath: "ResourcePath";
|
|
6678
|
+
};
|
|
6679
|
+
/**
|
|
6680
|
+
* @public
|
|
6681
|
+
*/
|
|
6682
|
+
export type ResettableElementName = (typeof ResettableElementName)[keyof typeof ResettableElementName];
|
|
6593
6683
|
/**
|
|
6594
6684
|
* @public
|
|
6595
6685
|
* <p>A complex type that contains information about a request to update a health
|