@aws-sdk/client-route-53 3.933.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
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
Provider,
|
|
6
6
|
} from "@smithy/types";
|
|
7
7
|
export interface ClientInputEndpointParameters {
|
|
8
|
-
region?: string | undefined | Provider<string | undefined>;
|
|
9
8
|
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
10
9
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
11
10
|
endpoint?:
|
|
@@ -15,6 +14,7 @@ export interface ClientInputEndpointParameters {
|
|
|
15
14
|
| Provider<Endpoint>
|
|
16
15
|
| EndpointV2
|
|
17
16
|
| Provider<EndpointV2>;
|
|
17
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
18
18
|
}
|
|
19
19
|
export type ClientResolvedEndpointParameters = Pick<
|
|
20
20
|
ClientInputEndpointParameters,
|
|
@@ -44,8 +44,8 @@ export declare const commonParams: {
|
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
47
|
-
Region?: string | undefined;
|
|
48
47
|
UseDualStack?: boolean | undefined;
|
|
49
48
|
UseFIPS?: boolean | undefined;
|
|
50
49
|
Endpoint?: string | undefined;
|
|
50
|
+
Region?: string | undefined;
|
|
51
51
|
}
|
|
@@ -6,5 +6,7 @@ export { Route53ExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./waiters";
|
|
9
|
-
export * from "./models";
|
|
9
|
+
export * from "./models/enums";
|
|
10
|
+
export * from "./models/errors";
|
|
11
|
+
export * from "./models/models_0";
|
|
10
12
|
export { Route53ServiceException } from "./models/Route53ServiceException";
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
export declare const AccountLimitType: {
|
|
2
|
+
readonly MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER";
|
|
3
|
+
readonly MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER";
|
|
4
|
+
readonly MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER";
|
|
5
|
+
readonly MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER";
|
|
6
|
+
readonly MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER";
|
|
7
|
+
};
|
|
8
|
+
export type AccountLimitType =
|
|
9
|
+
(typeof AccountLimitType)[keyof typeof AccountLimitType];
|
|
10
|
+
export declare const ChangeStatus: {
|
|
11
|
+
readonly INSYNC: "INSYNC";
|
|
12
|
+
readonly PENDING: "PENDING";
|
|
13
|
+
};
|
|
14
|
+
export type ChangeStatus = (typeof ChangeStatus)[keyof typeof ChangeStatus];
|
|
15
|
+
export declare const CloudWatchRegion: {
|
|
16
|
+
readonly af_south_1: "af-south-1";
|
|
17
|
+
readonly ap_east_1: "ap-east-1";
|
|
18
|
+
readonly ap_east_2: "ap-east-2";
|
|
19
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
20
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
21
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
22
|
+
readonly ap_south_1: "ap-south-1";
|
|
23
|
+
readonly ap_south_2: "ap-south-2";
|
|
24
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
25
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
26
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
27
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
28
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
29
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
30
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
31
|
+
readonly ca_central_1: "ca-central-1";
|
|
32
|
+
readonly ca_west_1: "ca-west-1";
|
|
33
|
+
readonly cn_north_1: "cn-north-1";
|
|
34
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
35
|
+
readonly eu_central_1: "eu-central-1";
|
|
36
|
+
readonly eu_central_2: "eu-central-2";
|
|
37
|
+
readonly eu_isoe_west_1: "eu-isoe-west-1";
|
|
38
|
+
readonly eu_north_1: "eu-north-1";
|
|
39
|
+
readonly eu_south_1: "eu-south-1";
|
|
40
|
+
readonly eu_south_2: "eu-south-2";
|
|
41
|
+
readonly eu_west_1: "eu-west-1";
|
|
42
|
+
readonly eu_west_2: "eu-west-2";
|
|
43
|
+
readonly eu_west_3: "eu-west-3";
|
|
44
|
+
readonly il_central_1: "il-central-1";
|
|
45
|
+
readonly me_central_1: "me-central-1";
|
|
46
|
+
readonly me_south_1: "me-south-1";
|
|
47
|
+
readonly mx_central_1: "mx-central-1";
|
|
48
|
+
readonly sa_east_1: "sa-east-1";
|
|
49
|
+
readonly us_east_1: "us-east-1";
|
|
50
|
+
readonly us_east_2: "us-east-2";
|
|
51
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
52
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
53
|
+
readonly us_iso_east_1: "us-iso-east-1";
|
|
54
|
+
readonly us_iso_west_1: "us-iso-west-1";
|
|
55
|
+
readonly us_isob_east_1: "us-isob-east-1";
|
|
56
|
+
readonly us_isob_west_1: "us-isob-west-1";
|
|
57
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
58
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
59
|
+
readonly us_west_1: "us-west-1";
|
|
60
|
+
readonly us_west_2: "us-west-2";
|
|
61
|
+
};
|
|
62
|
+
export type CloudWatchRegion =
|
|
63
|
+
(typeof CloudWatchRegion)[keyof typeof CloudWatchRegion];
|
|
64
|
+
export declare const VPCRegion: {
|
|
65
|
+
readonly af_south_1: "af-south-1";
|
|
66
|
+
readonly ap_east_1: "ap-east-1";
|
|
67
|
+
readonly ap_east_2: "ap-east-2";
|
|
68
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
69
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
70
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
71
|
+
readonly ap_south_1: "ap-south-1";
|
|
72
|
+
readonly ap_south_2: "ap-south-2";
|
|
73
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
74
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
75
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
76
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
77
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
78
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
79
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
80
|
+
readonly ca_central_1: "ca-central-1";
|
|
81
|
+
readonly ca_west_1: "ca-west-1";
|
|
82
|
+
readonly cn_north_1: "cn-north-1";
|
|
83
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
84
|
+
readonly eu_central_1: "eu-central-1";
|
|
85
|
+
readonly eu_central_2: "eu-central-2";
|
|
86
|
+
readonly eu_isoe_west_1: "eu-isoe-west-1";
|
|
87
|
+
readonly eu_north_1: "eu-north-1";
|
|
88
|
+
readonly eu_south_1: "eu-south-1";
|
|
89
|
+
readonly eu_south_2: "eu-south-2";
|
|
90
|
+
readonly eu_west_1: "eu-west-1";
|
|
91
|
+
readonly eu_west_2: "eu-west-2";
|
|
92
|
+
readonly eu_west_3: "eu-west-3";
|
|
93
|
+
readonly il_central_1: "il-central-1";
|
|
94
|
+
readonly me_central_1: "me-central-1";
|
|
95
|
+
readonly me_south_1: "me-south-1";
|
|
96
|
+
readonly mx_central_1: "mx-central-1";
|
|
97
|
+
readonly sa_east_1: "sa-east-1";
|
|
98
|
+
readonly us_east_1: "us-east-1";
|
|
99
|
+
readonly us_east_2: "us-east-2";
|
|
100
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
101
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
102
|
+
readonly us_iso_east_1: "us-iso-east-1";
|
|
103
|
+
readonly us_iso_west_1: "us-iso-west-1";
|
|
104
|
+
readonly us_isob_east_1: "us-isob-east-1";
|
|
105
|
+
readonly us_isob_west_1: "us-isob-west-1";
|
|
106
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
107
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
108
|
+
readonly us_west_1: "us-west-1";
|
|
109
|
+
readonly us_west_2: "us-west-2";
|
|
110
|
+
};
|
|
111
|
+
export type VPCRegion = (typeof VPCRegion)[keyof typeof VPCRegion];
|
|
112
|
+
export declare const CidrCollectionChangeAction: {
|
|
113
|
+
readonly DELETE_IF_EXISTS: "DELETE_IF_EXISTS";
|
|
114
|
+
readonly PUT: "PUT";
|
|
115
|
+
};
|
|
116
|
+
export type CidrCollectionChangeAction =
|
|
117
|
+
(typeof CidrCollectionChangeAction)[keyof typeof CidrCollectionChangeAction];
|
|
118
|
+
export declare const ChangeAction: {
|
|
119
|
+
readonly CREATE: "CREATE";
|
|
120
|
+
readonly DELETE: "DELETE";
|
|
121
|
+
readonly UPSERT: "UPSERT";
|
|
122
|
+
};
|
|
123
|
+
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
124
|
+
export declare const ResourceRecordSetFailover: {
|
|
125
|
+
readonly PRIMARY: "PRIMARY";
|
|
126
|
+
readonly SECONDARY: "SECONDARY";
|
|
127
|
+
};
|
|
128
|
+
export type ResourceRecordSetFailover =
|
|
129
|
+
(typeof ResourceRecordSetFailover)[keyof typeof ResourceRecordSetFailover];
|
|
130
|
+
export declare const ResourceRecordSetRegion: {
|
|
131
|
+
readonly af_south_1: "af-south-1";
|
|
132
|
+
readonly ap_east_1: "ap-east-1";
|
|
133
|
+
readonly ap_east_2: "ap-east-2";
|
|
134
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
135
|
+
readonly ap_northeast_2: "ap-northeast-2";
|
|
136
|
+
readonly ap_northeast_3: "ap-northeast-3";
|
|
137
|
+
readonly ap_south_1: "ap-south-1";
|
|
138
|
+
readonly ap_south_2: "ap-south-2";
|
|
139
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
140
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
141
|
+
readonly ap_southeast_3: "ap-southeast-3";
|
|
142
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
143
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
144
|
+
readonly ap_southeast_6: "ap-southeast-6";
|
|
145
|
+
readonly ap_southeast_7: "ap-southeast-7";
|
|
146
|
+
readonly ca_central_1: "ca-central-1";
|
|
147
|
+
readonly ca_west_1: "ca-west-1";
|
|
148
|
+
readonly cn_north_1: "cn-north-1";
|
|
149
|
+
readonly cn_northwest_1: "cn-northwest-1";
|
|
150
|
+
readonly eu_central_1: "eu-central-1";
|
|
151
|
+
readonly eu_central_2: "eu-central-2";
|
|
152
|
+
readonly eu_north_1: "eu-north-1";
|
|
153
|
+
readonly eu_south_1: "eu-south-1";
|
|
154
|
+
readonly eu_south_2: "eu-south-2";
|
|
155
|
+
readonly eu_west_1: "eu-west-1";
|
|
156
|
+
readonly eu_west_2: "eu-west-2";
|
|
157
|
+
readonly eu_west_3: "eu-west-3";
|
|
158
|
+
readonly il_central_1: "il-central-1";
|
|
159
|
+
readonly me_central_1: "me-central-1";
|
|
160
|
+
readonly me_south_1: "me-south-1";
|
|
161
|
+
readonly mx_central_1: "mx-central-1";
|
|
162
|
+
readonly sa_east_1: "sa-east-1";
|
|
163
|
+
readonly us_east_1: "us-east-1";
|
|
164
|
+
readonly us_east_2: "us-east-2";
|
|
165
|
+
readonly us_gov_east_1: "us-gov-east-1";
|
|
166
|
+
readonly us_gov_west_1: "us-gov-west-1";
|
|
167
|
+
readonly us_west_1: "us-west-1";
|
|
168
|
+
readonly us_west_2: "us-west-2";
|
|
169
|
+
};
|
|
170
|
+
export type ResourceRecordSetRegion =
|
|
171
|
+
(typeof ResourceRecordSetRegion)[keyof typeof ResourceRecordSetRegion];
|
|
172
|
+
export declare const RRType: {
|
|
173
|
+
readonly A: "A";
|
|
174
|
+
readonly AAAA: "AAAA";
|
|
175
|
+
readonly CAA: "CAA";
|
|
176
|
+
readonly CNAME: "CNAME";
|
|
177
|
+
readonly DS: "DS";
|
|
178
|
+
readonly HTTPS: "HTTPS";
|
|
179
|
+
readonly MX: "MX";
|
|
180
|
+
readonly NAPTR: "NAPTR";
|
|
181
|
+
readonly NS: "NS";
|
|
182
|
+
readonly PTR: "PTR";
|
|
183
|
+
readonly SOA: "SOA";
|
|
184
|
+
readonly SPF: "SPF";
|
|
185
|
+
readonly SRV: "SRV";
|
|
186
|
+
readonly SSHFP: "SSHFP";
|
|
187
|
+
readonly SVCB: "SVCB";
|
|
188
|
+
readonly TLSA: "TLSA";
|
|
189
|
+
readonly TXT: "TXT";
|
|
190
|
+
};
|
|
191
|
+
export type RRType = (typeof RRType)[keyof typeof RRType];
|
|
192
|
+
export declare const TagResourceType: {
|
|
193
|
+
readonly healthcheck: "healthcheck";
|
|
194
|
+
readonly hostedzone: "hostedzone";
|
|
195
|
+
};
|
|
196
|
+
export type TagResourceType =
|
|
197
|
+
(typeof TagResourceType)[keyof typeof TagResourceType];
|
|
198
|
+
export declare const InsufficientDataHealthStatus: {
|
|
199
|
+
readonly Healthy: "Healthy";
|
|
200
|
+
readonly LastKnownStatus: "LastKnownStatus";
|
|
201
|
+
readonly Unhealthy: "Unhealthy";
|
|
202
|
+
};
|
|
203
|
+
export type InsufficientDataHealthStatus =
|
|
204
|
+
(typeof InsufficientDataHealthStatus)[keyof typeof InsufficientDataHealthStatus];
|
|
205
|
+
export declare const HealthCheckRegion: {
|
|
206
|
+
readonly ap_northeast_1: "ap-northeast-1";
|
|
207
|
+
readonly ap_southeast_1: "ap-southeast-1";
|
|
208
|
+
readonly ap_southeast_2: "ap-southeast-2";
|
|
209
|
+
readonly eu_west_1: "eu-west-1";
|
|
210
|
+
readonly sa_east_1: "sa-east-1";
|
|
211
|
+
readonly us_east_1: "us-east-1";
|
|
212
|
+
readonly us_west_1: "us-west-1";
|
|
213
|
+
readonly us_west_2: "us-west-2";
|
|
214
|
+
};
|
|
215
|
+
export type HealthCheckRegion =
|
|
216
|
+
(typeof HealthCheckRegion)[keyof typeof HealthCheckRegion];
|
|
217
|
+
export declare const HealthCheckType: {
|
|
218
|
+
readonly CALCULATED: "CALCULATED";
|
|
219
|
+
readonly CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC";
|
|
220
|
+
readonly HTTP: "HTTP";
|
|
221
|
+
readonly HTTPS: "HTTPS";
|
|
222
|
+
readonly HTTPS_STR_MATCH: "HTTPS_STR_MATCH";
|
|
223
|
+
readonly HTTP_STR_MATCH: "HTTP_STR_MATCH";
|
|
224
|
+
readonly RECOVERY_CONTROL: "RECOVERY_CONTROL";
|
|
225
|
+
readonly TCP: "TCP";
|
|
226
|
+
};
|
|
227
|
+
export type HealthCheckType =
|
|
228
|
+
(typeof HealthCheckType)[keyof typeof HealthCheckType];
|
|
229
|
+
export declare const ComparisonOperator: {
|
|
230
|
+
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
231
|
+
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
232
|
+
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
233
|
+
readonly LessThanThreshold: "LessThanThreshold";
|
|
234
|
+
};
|
|
235
|
+
export type ComparisonOperator =
|
|
236
|
+
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
237
|
+
export declare const Statistic: {
|
|
238
|
+
readonly Average: "Average";
|
|
239
|
+
readonly Maximum: "Maximum";
|
|
240
|
+
readonly Minimum: "Minimum";
|
|
241
|
+
readonly SampleCount: "SampleCount";
|
|
242
|
+
readonly Sum: "Sum";
|
|
243
|
+
};
|
|
244
|
+
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
245
|
+
export declare const HostedZoneLimitType: {
|
|
246
|
+
readonly MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE";
|
|
247
|
+
readonly MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE";
|
|
248
|
+
};
|
|
249
|
+
export type HostedZoneLimitType =
|
|
250
|
+
(typeof HostedZoneLimitType)[keyof typeof HostedZoneLimitType];
|
|
251
|
+
export declare const ReusableDelegationSetLimitType: {
|
|
252
|
+
readonly MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET";
|
|
253
|
+
};
|
|
254
|
+
export type ReusableDelegationSetLimitType =
|
|
255
|
+
(typeof ReusableDelegationSetLimitType)[keyof typeof ReusableDelegationSetLimitType];
|
|
256
|
+
export declare const HostedZoneType: {
|
|
257
|
+
readonly PRIVATE_HOSTED_ZONE: "PrivateHostedZone";
|
|
258
|
+
};
|
|
259
|
+
export type HostedZoneType =
|
|
260
|
+
(typeof HostedZoneType)[keyof typeof HostedZoneType];
|
|
261
|
+
export declare const ResettableElementName: {
|
|
262
|
+
readonly ChildHealthChecks: "ChildHealthChecks";
|
|
263
|
+
readonly FullyQualifiedDomainName: "FullyQualifiedDomainName";
|
|
264
|
+
readonly Regions: "Regions";
|
|
265
|
+
readonly ResourcePath: "ResourcePath";
|
|
266
|
+
};
|
|
267
|
+
export type ResettableElementName =
|
|
268
|
+
(typeof ResettableElementName)[keyof typeof ResettableElementName];
|