@aws-sdk/client-route-53 3.934.0 → 3.935.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +236 -235
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +235 -0
- package/dist-es/models/errors.js +843 -0
- package/dist-es/models/models_0.js +1 -1078
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +387 -0
- package/dist-types/models/errors.d.ts +981 -0
- package/dist-types/models/models_0.d.ts +28 -1395
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +268 -0
- package/dist-types/ts3.4/models/errors.d.ts +477 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -745
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -551,7 +551,7 @@ const _vp = "vpcregion";
|
|
|
551
551
|
const _xN = "xmlName";
|
|
552
552
|
const n0 = "com.amazonaws.route53";
|
|
553
553
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
554
|
-
import { CidrBlockInUseException as __CidrBlockInUseException, CidrCollectionAlreadyExistsException as __CidrCollectionAlreadyExistsException, CidrCollectionInUseException as __CidrCollectionInUseException, CidrCollectionVersionMismatchException as __CidrCollectionVersionMismatchException, ConcurrentModification as __ConcurrentModification, ConflictingDomainExists as __ConflictingDomainExists, ConflictingTypes as __ConflictingTypes, DelegationSetAlreadyCreated as __DelegationSetAlreadyCreated, DelegationSetAlreadyReusable as __DelegationSetAlreadyReusable, DelegationSetInUse as __DelegationSetInUse, DelegationSetNotAvailable as __DelegationSetNotAvailable, DelegationSetNotReusable as __DelegationSetNotReusable, DNSSECNotFound as __DNSSECNotFound, HealthCheckAlreadyExists as __HealthCheckAlreadyExists, HealthCheckInUse as __HealthCheckInUse, HealthCheckVersionMismatch as __HealthCheckVersionMismatch, HostedZoneAlreadyExists as __HostedZoneAlreadyExists, HostedZoneNotEmpty as __HostedZoneNotEmpty, HostedZoneNotFound as __HostedZoneNotFound, HostedZoneNotPrivate as __HostedZoneNotPrivate, HostedZonePartiallyDelegated as __HostedZonePartiallyDelegated, IncompatibleVersion as __IncompatibleVersion, InsufficientCloudWatchLogsResourcePolicy as __InsufficientCloudWatchLogsResourcePolicy, InvalidArgument as __InvalidArgument, InvalidChangeBatch as __InvalidChangeBatch, InvalidDomainName as __InvalidDomainName, InvalidInput as __InvalidInput, InvalidKeySigningKeyName as __InvalidKeySigningKeyName, InvalidKeySigningKeyStatus as __InvalidKeySigningKeyStatus, InvalidKMSArn as __InvalidKMSArn, InvalidPaginationToken as __InvalidPaginationToken, InvalidSigningStatus as __InvalidSigningStatus, InvalidTrafficPolicyDocument as __InvalidTrafficPolicyDocument, InvalidVPCId as __InvalidVPCId, KeySigningKeyAlreadyExists as __KeySigningKeyAlreadyExists, KeySigningKeyInParentDSRecord as __KeySigningKeyInParentDSRecord, KeySigningKeyInUse as __KeySigningKeyInUse, KeySigningKeyWithActiveStatusNotFound as __KeySigningKeyWithActiveStatusNotFound, LastVPCAssociation as __LastVPCAssociation, LimitsExceeded as __LimitsExceeded, NoSuchChange as __NoSuchChange, NoSuchCidrCollectionException as __NoSuchCidrCollectionException, NoSuchCidrLocationException as __NoSuchCidrLocationException, NoSuchCloudWatchLogsLogGroup as __NoSuchCloudWatchLogsLogGroup, NoSuchDelegationSet as __NoSuchDelegationSet, NoSuchGeoLocation as __NoSuchGeoLocation, NoSuchHealthCheck as __NoSuchHealthCheck, NoSuchHostedZone as __NoSuchHostedZone, NoSuchKeySigningKey as __NoSuchKeySigningKey, NoSuchQueryLoggingConfig as __NoSuchQueryLoggingConfig, NoSuchTrafficPolicy as __NoSuchTrafficPolicy, NoSuchTrafficPolicyInstance as __NoSuchTrafficPolicyInstance, NotAuthorizedException as __NotAuthorizedException, PriorRequestNotComplete as __PriorRequestNotComplete, PublicZoneVPCAssociation as __PublicZoneVPCAssociation, QueryLoggingConfigAlreadyExists as __QueryLoggingConfigAlreadyExists, ThrottlingException as __ThrottlingException, TooManyHealthChecks as __TooManyHealthChecks, TooManyHostedZones as __TooManyHostedZones, TooManyKeySigningKeys as __TooManyKeySigningKeys, TooManyTrafficPolicies as __TooManyTrafficPolicies, TooManyTrafficPolicyInstances as __TooManyTrafficPolicyInstances, TooManyTrafficPolicyVersionsForCurrentPolicy as __TooManyTrafficPolicyVersionsForCurrentPolicy, TooManyVPCAssociationAuthorizations as __TooManyVPCAssociationAuthorizations, TrafficPolicyAlreadyExists as __TrafficPolicyAlreadyExists, TrafficPolicyInstanceAlreadyExists as __TrafficPolicyInstanceAlreadyExists, TrafficPolicyInUse as __TrafficPolicyInUse, VPCAssociationAuthorizationNotFound as __VPCAssociationAuthorizationNotFound, VPCAssociationNotFound as __VPCAssociationNotFound, } from "../models/
|
|
554
|
+
import { CidrBlockInUseException as __CidrBlockInUseException, CidrCollectionAlreadyExistsException as __CidrCollectionAlreadyExistsException, CidrCollectionInUseException as __CidrCollectionInUseException, CidrCollectionVersionMismatchException as __CidrCollectionVersionMismatchException, ConcurrentModification as __ConcurrentModification, ConflictingDomainExists as __ConflictingDomainExists, ConflictingTypes as __ConflictingTypes, DelegationSetAlreadyCreated as __DelegationSetAlreadyCreated, DelegationSetAlreadyReusable as __DelegationSetAlreadyReusable, DelegationSetInUse as __DelegationSetInUse, DelegationSetNotAvailable as __DelegationSetNotAvailable, DelegationSetNotReusable as __DelegationSetNotReusable, DNSSECNotFound as __DNSSECNotFound, HealthCheckAlreadyExists as __HealthCheckAlreadyExists, HealthCheckInUse as __HealthCheckInUse, HealthCheckVersionMismatch as __HealthCheckVersionMismatch, HostedZoneAlreadyExists as __HostedZoneAlreadyExists, HostedZoneNotEmpty as __HostedZoneNotEmpty, HostedZoneNotFound as __HostedZoneNotFound, HostedZoneNotPrivate as __HostedZoneNotPrivate, HostedZonePartiallyDelegated as __HostedZonePartiallyDelegated, IncompatibleVersion as __IncompatibleVersion, InsufficientCloudWatchLogsResourcePolicy as __InsufficientCloudWatchLogsResourcePolicy, InvalidArgument as __InvalidArgument, InvalidChangeBatch as __InvalidChangeBatch, InvalidDomainName as __InvalidDomainName, InvalidInput as __InvalidInput, InvalidKeySigningKeyName as __InvalidKeySigningKeyName, InvalidKeySigningKeyStatus as __InvalidKeySigningKeyStatus, InvalidKMSArn as __InvalidKMSArn, InvalidPaginationToken as __InvalidPaginationToken, InvalidSigningStatus as __InvalidSigningStatus, InvalidTrafficPolicyDocument as __InvalidTrafficPolicyDocument, InvalidVPCId as __InvalidVPCId, KeySigningKeyAlreadyExists as __KeySigningKeyAlreadyExists, KeySigningKeyInParentDSRecord as __KeySigningKeyInParentDSRecord, KeySigningKeyInUse as __KeySigningKeyInUse, KeySigningKeyWithActiveStatusNotFound as __KeySigningKeyWithActiveStatusNotFound, LastVPCAssociation as __LastVPCAssociation, LimitsExceeded as __LimitsExceeded, NoSuchChange as __NoSuchChange, NoSuchCidrCollectionException as __NoSuchCidrCollectionException, NoSuchCidrLocationException as __NoSuchCidrLocationException, NoSuchCloudWatchLogsLogGroup as __NoSuchCloudWatchLogsLogGroup, NoSuchDelegationSet as __NoSuchDelegationSet, NoSuchGeoLocation as __NoSuchGeoLocation, NoSuchHealthCheck as __NoSuchHealthCheck, NoSuchHostedZone as __NoSuchHostedZone, NoSuchKeySigningKey as __NoSuchKeySigningKey, NoSuchQueryLoggingConfig as __NoSuchQueryLoggingConfig, NoSuchTrafficPolicy as __NoSuchTrafficPolicy, NoSuchTrafficPolicyInstance as __NoSuchTrafficPolicyInstance, NotAuthorizedException as __NotAuthorizedException, PriorRequestNotComplete as __PriorRequestNotComplete, PublicZoneVPCAssociation as __PublicZoneVPCAssociation, QueryLoggingConfigAlreadyExists as __QueryLoggingConfigAlreadyExists, ThrottlingException as __ThrottlingException, TooManyHealthChecks as __TooManyHealthChecks, TooManyHostedZones as __TooManyHostedZones, TooManyKeySigningKeys as __TooManyKeySigningKeys, TooManyTrafficPolicies as __TooManyTrafficPolicies, TooManyTrafficPolicyInstances as __TooManyTrafficPolicyInstances, TooManyTrafficPolicyVersionsForCurrentPolicy as __TooManyTrafficPolicyVersionsForCurrentPolicy, TooManyVPCAssociationAuthorizations as __TooManyVPCAssociationAuthorizations, TrafficPolicyAlreadyExists as __TrafficPolicyAlreadyExists, TrafficPolicyInstanceAlreadyExists as __TrafficPolicyInstanceAlreadyExists, TrafficPolicyInUse as __TrafficPolicyInUse, VPCAssociationAuthorizationNotFound as __VPCAssociationAuthorizationNotFound, VPCAssociationNotFound as __VPCAssociationNotFound, } from "../models/errors";
|
|
555
555
|
import { Route53ServiceException as __Route53ServiceException } from "../models/Route53ServiceException";
|
|
556
556
|
export var AccountLimit = [3, n0, _AL, 0, [_T, _V], [0, 1]];
|
|
557
557
|
export var ActivateKeySigningKeyRequest = [
|
|
@@ -3,10 +3,10 @@ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provi
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface ClientInputEndpointParameters {
|
|
6
|
-
region?: string | undefined | Provider<string | undefined>;
|
|
7
6
|
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
8
7
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
8
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
9
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
10
10
|
}
|
|
11
11
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
12
|
defaultSigningName: string;
|
|
@@ -31,8 +31,8 @@ export declare const commonParams: {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
|
-
Region?: string | undefined;
|
|
35
34
|
UseDualStack?: boolean | undefined;
|
|
36
35
|
UseFIPS?: boolean | undefined;
|
|
37
36
|
Endpoint?: string | undefined;
|
|
37
|
+
Region?: string | undefined;
|
|
38
38
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -27,5 +27,7 @@ export type { Route53ExtensionConfiguration } from "./extensionConfiguration";
|
|
|
27
27
|
export * from "./commands";
|
|
28
28
|
export * from "./pagination";
|
|
29
29
|
export * from "./waiters";
|
|
30
|
-
export * from "./models";
|
|
30
|
+
export * from "./models/enums";
|
|
31
|
+
export * from "./models/errors";
|
|
32
|
+
export type * from "./models/models_0";
|
|
31
33
|
export { Route53ServiceException } from "./models/Route53ServiceException";
|
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const AccountLimitType: {
|
|
6
|
+
readonly MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER";
|
|
7
|
+
readonly MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER";
|
|
8
|
+
readonly MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER";
|
|
9
|
+
readonly MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER";
|
|
10
|
+
readonly MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type AccountLimitType = (typeof AccountLimitType)[keyof typeof AccountLimitType];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @enum
|
|
19
|
+
*/
|
|
20
|
+
export declare const ChangeStatus: {
|
|
21
|
+
readonly INSYNC: "INSYNC";
|
|
22
|
+
readonly PENDING: "PENDING";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* @enum
|
|
31
|
+
*/
|
|
32
|
+
export declare const CloudWatchRegion: {
|
|
33
|
+
readonly af_south_1: "af-south-1";
|
|
34
|
+
readonly ap_east_1: "ap-east-1";
|
|
35
|
+
readonly ap_east_2: "ap-east-2";
|
|
36
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
37
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
38
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
39
|
+
readonly ap_south_1: "ap-south-1";
|
|
40
|
+
readonly ap_south_2: "ap-south-2";
|
|
41
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
42
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
43
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
44
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
45
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
46
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
47
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
48
|
+
readonly ca_central_1: "ca-central-1";
|
|
49
|
+
readonly ca_west_1: "ca-west-1";
|
|
50
|
+
readonly cn_north_1: "cn-north-1";
|
|
51
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
52
|
+
readonly eu_central_1: "eu-central-1";
|
|
53
|
+
readonly eu_central_2: "eu-central-2";
|
|
54
|
+
readonly eu_isoe_west_1: "eu-isoe-west-1";
|
|
55
|
+
readonly eu_north_1: "eu-north-1";
|
|
56
|
+
readonly eu_south_1: "eu-south-1";
|
|
57
|
+
readonly eu_south_2: "eu-south-2";
|
|
58
|
+
readonly eu_west_1: "eu-west-1";
|
|
59
|
+
readonly eu_west_2: "eu-west-2";
|
|
60
|
+
readonly eu_west_3: "eu-west-3";
|
|
61
|
+
readonly il_central_1: "il-central-1";
|
|
62
|
+
readonly me_central_1: "me-central-1";
|
|
63
|
+
readonly me_south_1: "me-south-1";
|
|
64
|
+
readonly mx_central_1: "mx-central-1";
|
|
65
|
+
readonly sa_east_1: "sa-east-1";
|
|
66
|
+
readonly us_east_1: "us-east-1";
|
|
67
|
+
readonly us_east_2: "us-east-2";
|
|
68
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
69
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
70
|
+
readonly us_iso_east_1: "us-iso-east-1";
|
|
71
|
+
readonly us_iso_west_1: "us-iso-west-1";
|
|
72
|
+
readonly us_isob_east_1: "us-isob-east-1";
|
|
73
|
+
readonly us_isob_west_1: "us-isob-west-1";
|
|
74
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
75
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
76
|
+
readonly us_west_1: "us-west-1";
|
|
77
|
+
readonly us_west_2: "us-west-2";
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export type CloudWatchRegion = (typeof CloudWatchRegion)[keyof typeof CloudWatchRegion];
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
* @enum
|
|
86
|
+
*/
|
|
87
|
+
export declare const VPCRegion: {
|
|
88
|
+
readonly af_south_1: "af-south-1";
|
|
89
|
+
readonly ap_east_1: "ap-east-1";
|
|
90
|
+
readonly ap_east_2: "ap-east-2";
|
|
91
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
92
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
93
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
94
|
+
readonly ap_south_1: "ap-south-1";
|
|
95
|
+
readonly ap_south_2: "ap-south-2";
|
|
96
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
97
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
98
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
99
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
100
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
101
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
102
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
103
|
+
readonly ca_central_1: "ca-central-1";
|
|
104
|
+
readonly ca_west_1: "ca-west-1";
|
|
105
|
+
readonly cn_north_1: "cn-north-1";
|
|
106
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
107
|
+
readonly eu_central_1: "eu-central-1";
|
|
108
|
+
readonly eu_central_2: "eu-central-2";
|
|
109
|
+
readonly eu_isoe_west_1: "eu-isoe-west-1";
|
|
110
|
+
readonly eu_north_1: "eu-north-1";
|
|
111
|
+
readonly eu_south_1: "eu-south-1";
|
|
112
|
+
readonly eu_south_2: "eu-south-2";
|
|
113
|
+
readonly eu_west_1: "eu-west-1";
|
|
114
|
+
readonly eu_west_2: "eu-west-2";
|
|
115
|
+
readonly eu_west_3: "eu-west-3";
|
|
116
|
+
readonly il_central_1: "il-central-1";
|
|
117
|
+
readonly me_central_1: "me-central-1";
|
|
118
|
+
readonly me_south_1: "me-south-1";
|
|
119
|
+
readonly mx_central_1: "mx-central-1";
|
|
120
|
+
readonly sa_east_1: "sa-east-1";
|
|
121
|
+
readonly us_east_1: "us-east-1";
|
|
122
|
+
readonly us_east_2: "us-east-2";
|
|
123
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
124
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
125
|
+
readonly us_iso_east_1: "us-iso-east-1";
|
|
126
|
+
readonly us_iso_west_1: "us-iso-west-1";
|
|
127
|
+
readonly us_isob_east_1: "us-isob-east-1";
|
|
128
|
+
readonly us_isob_west_1: "us-isob-west-1";
|
|
129
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
130
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
131
|
+
readonly us_west_1: "us-west-1";
|
|
132
|
+
readonly us_west_2: "us-west-2";
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export type VPCRegion = (typeof VPCRegion)[keyof typeof VPCRegion];
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
* @enum
|
|
141
|
+
*/
|
|
142
|
+
export declare const CidrCollectionChangeAction: {
|
|
143
|
+
readonly DELETE_IF_EXISTS: "DELETE_IF_EXISTS";
|
|
144
|
+
readonly PUT: "PUT";
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
export type CidrCollectionChangeAction = (typeof CidrCollectionChangeAction)[keyof typeof CidrCollectionChangeAction];
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
* @enum
|
|
153
|
+
*/
|
|
154
|
+
export declare const ChangeAction: {
|
|
155
|
+
readonly CREATE: "CREATE";
|
|
156
|
+
readonly DELETE: "DELETE";
|
|
157
|
+
readonly UPSERT: "UPSERT";
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
* @enum
|
|
166
|
+
*/
|
|
167
|
+
export declare const ResourceRecordSetFailover: {
|
|
168
|
+
readonly PRIMARY: "PRIMARY";
|
|
169
|
+
readonly SECONDARY: "SECONDARY";
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export type ResourceRecordSetFailover = (typeof ResourceRecordSetFailover)[keyof typeof ResourceRecordSetFailover];
|
|
175
|
+
/**
|
|
176
|
+
* @public
|
|
177
|
+
* @enum
|
|
178
|
+
*/
|
|
179
|
+
export declare const ResourceRecordSetRegion: {
|
|
180
|
+
readonly af_south_1: "af-south-1";
|
|
181
|
+
readonly ap_east_1: "ap-east-1";
|
|
182
|
+
readonly ap_east_2: "ap-east-2";
|
|
183
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
184
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
185
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
186
|
+
readonly ap_south_1: "ap-south-1";
|
|
187
|
+
readonly ap_south_2: "ap-south-2";
|
|
188
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
189
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
190
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
191
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
192
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
193
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
194
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
195
|
+
readonly ca_central_1: "ca-central-1";
|
|
196
|
+
readonly ca_west_1: "ca-west-1";
|
|
197
|
+
readonly cn_north_1: "cn-north-1";
|
|
198
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
199
|
+
readonly eu_central_1: "eu-central-1";
|
|
200
|
+
readonly eu_central_2: "eu-central-2";
|
|
201
|
+
readonly eu_north_1: "eu-north-1";
|
|
202
|
+
readonly eu_south_1: "eu-south-1";
|
|
203
|
+
readonly eu_south_2: "eu-south-2";
|
|
204
|
+
readonly eu_west_1: "eu-west-1";
|
|
205
|
+
readonly eu_west_2: "eu-west-2";
|
|
206
|
+
readonly eu_west_3: "eu-west-3";
|
|
207
|
+
readonly il_central_1: "il-central-1";
|
|
208
|
+
readonly me_central_1: "me-central-1";
|
|
209
|
+
readonly me_south_1: "me-south-1";
|
|
210
|
+
readonly mx_central_1: "mx-central-1";
|
|
211
|
+
readonly sa_east_1: "sa-east-1";
|
|
212
|
+
readonly us_east_1: "us-east-1";
|
|
213
|
+
readonly us_east_2: "us-east-2";
|
|
214
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
215
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
216
|
+
readonly us_west_1: "us-west-1";
|
|
217
|
+
readonly us_west_2: "us-west-2";
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
export type ResourceRecordSetRegion = (typeof ResourceRecordSetRegion)[keyof typeof ResourceRecordSetRegion];
|
|
223
|
+
/**
|
|
224
|
+
* @public
|
|
225
|
+
* @enum
|
|
226
|
+
*/
|
|
227
|
+
export declare const RRType: {
|
|
228
|
+
readonly A: "A";
|
|
229
|
+
readonly AAAA: "AAAA";
|
|
230
|
+
readonly CAA: "CAA";
|
|
231
|
+
readonly CNAME: "CNAME";
|
|
232
|
+
readonly DS: "DS";
|
|
233
|
+
readonly HTTPS: "HTTPS";
|
|
234
|
+
readonly MX: "MX";
|
|
235
|
+
readonly NAPTR: "NAPTR";
|
|
236
|
+
readonly NS: "NS";
|
|
237
|
+
readonly PTR: "PTR";
|
|
238
|
+
readonly SOA: "SOA";
|
|
239
|
+
readonly SPF: "SPF";
|
|
240
|
+
readonly SRV: "SRV";
|
|
241
|
+
readonly SSHFP: "SSHFP";
|
|
242
|
+
readonly SVCB: "SVCB";
|
|
243
|
+
readonly TLSA: "TLSA";
|
|
244
|
+
readonly TXT: "TXT";
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
export type RRType = (typeof RRType)[keyof typeof RRType];
|
|
250
|
+
/**
|
|
251
|
+
* @public
|
|
252
|
+
* @enum
|
|
253
|
+
*/
|
|
254
|
+
export declare const TagResourceType: {
|
|
255
|
+
readonly healthcheck: "healthcheck";
|
|
256
|
+
readonly hostedzone: "hostedzone";
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export type TagResourceType = (typeof TagResourceType)[keyof typeof TagResourceType];
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @enum
|
|
265
|
+
*/
|
|
266
|
+
export declare const InsufficientDataHealthStatus: {
|
|
267
|
+
readonly Healthy: "Healthy";
|
|
268
|
+
readonly LastKnownStatus: "LastKnownStatus";
|
|
269
|
+
readonly Unhealthy: "Unhealthy";
|
|
270
|
+
};
|
|
271
|
+
/**
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
export type InsufficientDataHealthStatus = (typeof InsufficientDataHealthStatus)[keyof typeof InsufficientDataHealthStatus];
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
* @enum
|
|
278
|
+
*/
|
|
279
|
+
export declare const HealthCheckRegion: {
|
|
280
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
281
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
282
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
283
|
+
readonly eu_west_1: "eu-west-1";
|
|
284
|
+
readonly sa_east_1: "sa-east-1";
|
|
285
|
+
readonly us_east_1: "us-east-1";
|
|
286
|
+
readonly us_west_1: "us-west-1";
|
|
287
|
+
readonly us_west_2: "us-west-2";
|
|
288
|
+
};
|
|
289
|
+
/**
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
export type HealthCheckRegion = (typeof HealthCheckRegion)[keyof typeof HealthCheckRegion];
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
* @enum
|
|
296
|
+
*/
|
|
297
|
+
export declare const HealthCheckType: {
|
|
298
|
+
readonly CALCULATED: "CALCULATED";
|
|
299
|
+
readonly CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC";
|
|
300
|
+
readonly HTTP: "HTTP";
|
|
301
|
+
readonly HTTPS: "HTTPS";
|
|
302
|
+
readonly HTTPS_STR_MATCH: "HTTPS_STR_MATCH";
|
|
303
|
+
readonly HTTP_STR_MATCH: "HTTP_STR_MATCH";
|
|
304
|
+
readonly RECOVERY_CONTROL: "RECOVERY_CONTROL";
|
|
305
|
+
readonly TCP: "TCP";
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
export type HealthCheckType = (typeof HealthCheckType)[keyof typeof HealthCheckType];
|
|
311
|
+
/**
|
|
312
|
+
* @public
|
|
313
|
+
* @enum
|
|
314
|
+
*/
|
|
315
|
+
export declare const ComparisonOperator: {
|
|
316
|
+
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
317
|
+
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
318
|
+
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
319
|
+
readonly LessThanThreshold: "LessThanThreshold";
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
325
|
+
/**
|
|
326
|
+
* @public
|
|
327
|
+
* @enum
|
|
328
|
+
*/
|
|
329
|
+
export declare const Statistic: {
|
|
330
|
+
readonly Average: "Average";
|
|
331
|
+
readonly Maximum: "Maximum";
|
|
332
|
+
readonly Minimum: "Minimum";
|
|
333
|
+
readonly SampleCount: "SampleCount";
|
|
334
|
+
readonly Sum: "Sum";
|
|
335
|
+
};
|
|
336
|
+
/**
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
* @enum
|
|
343
|
+
*/
|
|
344
|
+
export declare const HostedZoneLimitType: {
|
|
345
|
+
readonly MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE";
|
|
346
|
+
readonly MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE";
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export type HostedZoneLimitType = (typeof HostedZoneLimitType)[keyof typeof HostedZoneLimitType];
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @enum
|
|
355
|
+
*/
|
|
356
|
+
export declare const ReusableDelegationSetLimitType: {
|
|
357
|
+
readonly MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET";
|
|
358
|
+
};
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
export type ReusableDelegationSetLimitType = (typeof ReusableDelegationSetLimitType)[keyof typeof ReusableDelegationSetLimitType];
|
|
363
|
+
/**
|
|
364
|
+
* @public
|
|
365
|
+
* @enum
|
|
366
|
+
*/
|
|
367
|
+
export declare const HostedZoneType: {
|
|
368
|
+
readonly PRIVATE_HOSTED_ZONE: "PrivateHostedZone";
|
|
369
|
+
};
|
|
370
|
+
/**
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
export type HostedZoneType = (typeof HostedZoneType)[keyof typeof HostedZoneType];
|
|
374
|
+
/**
|
|
375
|
+
* @public
|
|
376
|
+
* @enum
|
|
377
|
+
*/
|
|
378
|
+
export declare const ResettableElementName: {
|
|
379
|
+
readonly ChildHealthChecks: "ChildHealthChecks";
|
|
380
|
+
readonly FullyQualifiedDomainName: "FullyQualifiedDomainName";
|
|
381
|
+
readonly Regions: "Regions";
|
|
382
|
+
readonly ResourcePath: "ResourcePath";
|
|
383
|
+
};
|
|
384
|
+
/**
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
export type ResettableElementName = (typeof ResettableElementName)[keyof typeof ResettableElementName];
|