@aws-sdk/client-route-53 3.180.0 → 3.183.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/CHANGELOG.md +26 -0
- package/dist-cjs/protocols/Aws_restXml.js +93 -85
- package/dist-es/Route53.js +282 -289
- package/dist-es/Route53Client.js +22 -28
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +21 -28
- package/dist-es/commands/ChangeCidrCollectionCommand.js +21 -28
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +21 -28
- package/dist-es/commands/ChangeTagsForResourceCommand.js +21 -28
- package/dist-es/commands/CreateCidrCollectionCommand.js +21 -28
- package/dist-es/commands/CreateHealthCheckCommand.js +21 -28
- package/dist-es/commands/CreateHostedZoneCommand.js +21 -28
- package/dist-es/commands/CreateKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +21 -28
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +21 -28
- package/dist-es/commands/CreateTrafficPolicyCommand.js +21 -28
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +21 -28
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +21 -28
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/DeleteCidrCollectionCommand.js +21 -28
- package/dist-es/commands/DeleteHealthCheckCommand.js +21 -28
- package/dist-es/commands/DeleteHostedZoneCommand.js +21 -28
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +21 -28
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +21 -28
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +21 -28
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +21 -28
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +21 -28
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +21 -28
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +21 -28
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +21 -28
- package/dist-es/commands/GetAccountLimitCommand.js +21 -28
- package/dist-es/commands/GetChangeCommand.js +21 -28
- package/dist-es/commands/GetCheckerIpRangesCommand.js +21 -28
- package/dist-es/commands/GetDNSSECCommand.js +21 -28
- package/dist-es/commands/GetGeoLocationCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckCountCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +21 -28
- package/dist-es/commands/GetHealthCheckStatusCommand.js +21 -28
- package/dist-es/commands/GetHostedZoneCommand.js +21 -28
- package/dist-es/commands/GetHostedZoneCountCommand.js +21 -28
- package/dist-es/commands/GetHostedZoneLimitCommand.js +21 -28
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +21 -28
- package/dist-es/commands/GetReusableDelegationSetCommand.js +21 -28
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +21 -28
- package/dist-es/commands/GetTrafficPolicyCommand.js +21 -28
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +21 -28
- package/dist-es/commands/ListCidrBlocksCommand.js +21 -28
- package/dist-es/commands/ListCidrCollectionsCommand.js +21 -28
- package/dist-es/commands/ListCidrLocationsCommand.js +21 -28
- package/dist-es/commands/ListGeoLocationsCommand.js +21 -28
- package/dist-es/commands/ListHealthChecksCommand.js +21 -28
- package/dist-es/commands/ListHostedZonesByNameCommand.js +21 -28
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +21 -28
- package/dist-es/commands/ListHostedZonesCommand.js +21 -28
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +21 -28
- package/dist-es/commands/ListResourceRecordSetsCommand.js +21 -28
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourcesCommand.js +21 -28
- package/dist-es/commands/ListTrafficPoliciesCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +21 -28
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +21 -28
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +21 -28
- package/dist-es/commands/TestDNSAnswerCommand.js +21 -28
- package/dist-es/commands/UpdateHealthCheckCommand.js +21 -28
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +21 -28
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +21 -28
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ServiceException.js +5 -10
- package/dist-es/models/models_0.js +1372 -1015
- package/dist-es/pagination/ListCidrBlocksPaginator.js +25 -68
- package/dist-es/pagination/ListCidrCollectionsPaginator.js +25 -68
- package/dist-es/pagination/ListCidrLocationsPaginator.js +25 -68
- package/dist-es/pagination/ListHealthChecksPaginator.js +25 -68
- package/dist-es/pagination/ListHostedZonesPaginator.js +25 -68
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +25 -68
- package/dist-es/protocols/Aws_restXml.js +5751 -7938
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForResourceRecordSetsChanged.js +28 -48
- package/package.json +36 -36
|
@@ -1,255 +1,254 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { Route53ServiceException as __BaseException } from "./Route53ServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
2
|
+
export class ConcurrentModification extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "ConcurrentModification",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "ConcurrentModification";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, ConcurrentModification.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class InvalidInput extends __BaseException {
|
|
15
|
+
constructor(opts) {
|
|
16
|
+
super({
|
|
17
|
+
name: "InvalidInput",
|
|
18
|
+
$fault: "client",
|
|
19
|
+
...opts,
|
|
20
|
+
});
|
|
21
|
+
this.name = "InvalidInput";
|
|
22
|
+
this.$fault = "client";
|
|
23
|
+
Object.setPrototypeOf(this, InvalidInput.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class InvalidKeySigningKeyStatus extends __BaseException {
|
|
27
|
+
constructor(opts) {
|
|
28
|
+
super({
|
|
29
|
+
name: "InvalidKeySigningKeyStatus",
|
|
30
|
+
$fault: "client",
|
|
31
|
+
...opts,
|
|
32
|
+
});
|
|
33
|
+
this.name = "InvalidKeySigningKeyStatus";
|
|
34
|
+
this.$fault = "client";
|
|
35
|
+
Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class InvalidKMSArn extends __BaseException {
|
|
39
|
+
constructor(opts) {
|
|
40
|
+
super({
|
|
41
|
+
name: "InvalidKMSArn",
|
|
42
|
+
$fault: "client",
|
|
43
|
+
...opts,
|
|
44
|
+
});
|
|
45
|
+
this.name = "InvalidKMSArn";
|
|
46
|
+
this.$fault = "client";
|
|
47
|
+
Object.setPrototypeOf(this, InvalidKMSArn.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class InvalidSigningStatus extends __BaseException {
|
|
51
|
+
constructor(opts) {
|
|
52
|
+
super({
|
|
53
|
+
name: "InvalidSigningStatus",
|
|
54
|
+
$fault: "client",
|
|
55
|
+
...opts,
|
|
56
|
+
});
|
|
57
|
+
this.name = "InvalidSigningStatus";
|
|
58
|
+
this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class NoSuchKeySigningKey extends __BaseException {
|
|
63
|
+
constructor(opts) {
|
|
64
|
+
super({
|
|
65
|
+
name: "NoSuchKeySigningKey",
|
|
66
|
+
$fault: "client",
|
|
67
|
+
...opts,
|
|
68
|
+
});
|
|
69
|
+
this.name = "NoSuchKeySigningKey";
|
|
70
|
+
this.$fault = "client";
|
|
71
|
+
Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class ConflictingDomainExists extends __BaseException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "ConflictingDomainExists",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "ConflictingDomainExists";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class InvalidVPCId extends __BaseException {
|
|
87
|
+
constructor(opts) {
|
|
88
|
+
super({
|
|
89
|
+
name: "InvalidVPCId",
|
|
90
|
+
$fault: "client",
|
|
91
|
+
...opts,
|
|
92
|
+
});
|
|
93
|
+
this.name = "InvalidVPCId";
|
|
94
|
+
this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(this, InvalidVPCId.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class LimitsExceeded extends __BaseException {
|
|
99
|
+
constructor(opts) {
|
|
100
|
+
super({
|
|
101
|
+
name: "LimitsExceeded",
|
|
102
|
+
$fault: "client",
|
|
103
|
+
...opts,
|
|
104
|
+
});
|
|
105
|
+
this.name = "LimitsExceeded";
|
|
106
|
+
this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(this, LimitsExceeded.prototype);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export class NoSuchHostedZone extends __BaseException {
|
|
111
|
+
constructor(opts) {
|
|
112
|
+
super({
|
|
113
|
+
name: "NoSuchHostedZone",
|
|
114
|
+
$fault: "client",
|
|
115
|
+
...opts,
|
|
116
|
+
});
|
|
117
|
+
this.name = "NoSuchHostedZone";
|
|
118
|
+
this.$fault = "client";
|
|
119
|
+
Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
export class NotAuthorizedException extends __BaseException {
|
|
123
|
+
constructor(opts) {
|
|
124
|
+
super({
|
|
125
|
+
name: "NotAuthorizedException",
|
|
126
|
+
$fault: "client",
|
|
127
|
+
...opts,
|
|
128
|
+
});
|
|
129
|
+
this.name = "NotAuthorizedException";
|
|
130
|
+
this.$fault = "client";
|
|
131
|
+
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export class PriorRequestNotComplete extends __BaseException {
|
|
135
|
+
constructor(opts) {
|
|
136
|
+
super({
|
|
137
|
+
name: "PriorRequestNotComplete",
|
|
138
|
+
$fault: "client",
|
|
139
|
+
...opts,
|
|
140
|
+
});
|
|
141
|
+
this.name = "PriorRequestNotComplete";
|
|
142
|
+
this.$fault = "client";
|
|
143
|
+
Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class PublicZoneVPCAssociation extends __BaseException {
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "PublicZoneVPCAssociation",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
this.name = "PublicZoneVPCAssociation";
|
|
154
|
+
this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
159
158
|
export var CidrCollectionChangeAction;
|
|
160
159
|
(function (CidrCollectionChangeAction) {
|
|
161
160
|
CidrCollectionChangeAction["DELETE_IF_EXISTS"] = "DELETE_IF_EXISTS";
|
|
162
161
|
CidrCollectionChangeAction["PUT"] = "PUT";
|
|
163
162
|
})(CidrCollectionChangeAction || (CidrCollectionChangeAction = {}));
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
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
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
252
|
-
|
|
163
|
+
export class CidrBlockInUseException extends __BaseException {
|
|
164
|
+
constructor(opts) {
|
|
165
|
+
super({
|
|
166
|
+
name: "CidrBlockInUseException",
|
|
167
|
+
$fault: "client",
|
|
168
|
+
...opts,
|
|
169
|
+
});
|
|
170
|
+
this.name = "CidrBlockInUseException";
|
|
171
|
+
this.$fault = "client";
|
|
172
|
+
Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
|
|
173
|
+
this.Message = opts.Message;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
export class CidrCollectionVersionMismatchException extends __BaseException {
|
|
177
|
+
constructor(opts) {
|
|
178
|
+
super({
|
|
179
|
+
name: "CidrCollectionVersionMismatchException",
|
|
180
|
+
$fault: "client",
|
|
181
|
+
...opts,
|
|
182
|
+
});
|
|
183
|
+
this.name = "CidrCollectionVersionMismatchException";
|
|
184
|
+
this.$fault = "client";
|
|
185
|
+
Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
|
|
186
|
+
this.Message = opts.Message;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
export class NoSuchCidrCollectionException extends __BaseException {
|
|
190
|
+
constructor(opts) {
|
|
191
|
+
super({
|
|
192
|
+
name: "NoSuchCidrCollectionException",
|
|
193
|
+
$fault: "client",
|
|
194
|
+
...opts,
|
|
195
|
+
});
|
|
196
|
+
this.name = "NoSuchCidrCollectionException";
|
|
197
|
+
this.$fault = "client";
|
|
198
|
+
Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
|
|
199
|
+
this.Message = opts.Message;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
export class InvalidChangeBatch extends __BaseException {
|
|
203
|
+
constructor(opts) {
|
|
204
|
+
super({
|
|
205
|
+
name: "InvalidChangeBatch",
|
|
206
|
+
$fault: "client",
|
|
207
|
+
...opts,
|
|
208
|
+
});
|
|
209
|
+
this.name = "InvalidChangeBatch";
|
|
210
|
+
this.$fault = "client";
|
|
211
|
+
Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
|
|
212
|
+
this.messages = opts.messages;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
export class NoSuchHealthCheck extends __BaseException {
|
|
216
|
+
constructor(opts) {
|
|
217
|
+
super({
|
|
218
|
+
name: "NoSuchHealthCheck",
|
|
219
|
+
$fault: "client",
|
|
220
|
+
...opts,
|
|
221
|
+
});
|
|
222
|
+
this.name = "NoSuchHealthCheck";
|
|
223
|
+
this.$fault = "client";
|
|
224
|
+
Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
export class ThrottlingException extends __BaseException {
|
|
228
|
+
constructor(opts) {
|
|
229
|
+
super({
|
|
230
|
+
name: "ThrottlingException",
|
|
231
|
+
$fault: "client",
|
|
232
|
+
...opts,
|
|
233
|
+
});
|
|
234
|
+
this.name = "ThrottlingException";
|
|
235
|
+
this.$fault = "client";
|
|
236
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
export class CidrCollectionAlreadyExistsException extends __BaseException {
|
|
240
|
+
constructor(opts) {
|
|
241
|
+
super({
|
|
242
|
+
name: "CidrCollectionAlreadyExistsException",
|
|
243
|
+
$fault: "client",
|
|
244
|
+
...opts,
|
|
245
|
+
});
|
|
246
|
+
this.name = "CidrCollectionAlreadyExistsException";
|
|
247
|
+
this.$fault = "client";
|
|
248
|
+
Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
|
|
249
|
+
this.Message = opts.Message;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
253
252
|
export var HealthCheckType;
|
|
254
253
|
(function (HealthCheckType) {
|
|
255
254
|
HealthCheckType["CALCULATED"] = "CALCULATED";
|
|
@@ -261,772 +260,1130 @@ export var HealthCheckType;
|
|
|
261
260
|
HealthCheckType["RECOVERY_CONTROL"] = "RECOVERY_CONTROL";
|
|
262
261
|
HealthCheckType["TCP"] = "TCP";
|
|
263
262
|
})(HealthCheckType || (HealthCheckType = {}));
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
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
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
export
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
export
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
export
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
export
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
export
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
export
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
export
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
export
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
export
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
export
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
export
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
export
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
export
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
export
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
export
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
export
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
export
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
export
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
export
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
export
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
export
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
export
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
export
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
export
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
export
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
export
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
export
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
export
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
export
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
export
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
export
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
export
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
export
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
export
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
export
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
export
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
export
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
export
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
export
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
export
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
export
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
export
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
export
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
export
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
export
|
|
1032
|
-
|
|
263
|
+
export class HealthCheckAlreadyExists extends __BaseException {
|
|
264
|
+
constructor(opts) {
|
|
265
|
+
super({
|
|
266
|
+
name: "HealthCheckAlreadyExists",
|
|
267
|
+
$fault: "client",
|
|
268
|
+
...opts,
|
|
269
|
+
});
|
|
270
|
+
this.name = "HealthCheckAlreadyExists";
|
|
271
|
+
this.$fault = "client";
|
|
272
|
+
Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
export class TooManyHealthChecks extends __BaseException {
|
|
276
|
+
constructor(opts) {
|
|
277
|
+
super({
|
|
278
|
+
name: "TooManyHealthChecks",
|
|
279
|
+
$fault: "client",
|
|
280
|
+
...opts,
|
|
281
|
+
});
|
|
282
|
+
this.name = "TooManyHealthChecks";
|
|
283
|
+
this.$fault = "client";
|
|
284
|
+
Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
export class DelegationSetNotAvailable extends __BaseException {
|
|
288
|
+
constructor(opts) {
|
|
289
|
+
super({
|
|
290
|
+
name: "DelegationSetNotAvailable",
|
|
291
|
+
$fault: "client",
|
|
292
|
+
...opts,
|
|
293
|
+
});
|
|
294
|
+
this.name = "DelegationSetNotAvailable";
|
|
295
|
+
this.$fault = "client";
|
|
296
|
+
Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
export class DelegationSetNotReusable extends __BaseException {
|
|
300
|
+
constructor(opts) {
|
|
301
|
+
super({
|
|
302
|
+
name: "DelegationSetNotReusable",
|
|
303
|
+
$fault: "client",
|
|
304
|
+
...opts,
|
|
305
|
+
});
|
|
306
|
+
this.name = "DelegationSetNotReusable";
|
|
307
|
+
this.$fault = "client";
|
|
308
|
+
Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
export class HostedZoneAlreadyExists extends __BaseException {
|
|
312
|
+
constructor(opts) {
|
|
313
|
+
super({
|
|
314
|
+
name: "HostedZoneAlreadyExists",
|
|
315
|
+
$fault: "client",
|
|
316
|
+
...opts,
|
|
317
|
+
});
|
|
318
|
+
this.name = "HostedZoneAlreadyExists";
|
|
319
|
+
this.$fault = "client";
|
|
320
|
+
Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
export class InvalidDomainName extends __BaseException {
|
|
324
|
+
constructor(opts) {
|
|
325
|
+
super({
|
|
326
|
+
name: "InvalidDomainName",
|
|
327
|
+
$fault: "client",
|
|
328
|
+
...opts,
|
|
329
|
+
});
|
|
330
|
+
this.name = "InvalidDomainName";
|
|
331
|
+
this.$fault = "client";
|
|
332
|
+
Object.setPrototypeOf(this, InvalidDomainName.prototype);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
export class NoSuchDelegationSet extends __BaseException {
|
|
336
|
+
constructor(opts) {
|
|
337
|
+
super({
|
|
338
|
+
name: "NoSuchDelegationSet",
|
|
339
|
+
$fault: "client",
|
|
340
|
+
...opts,
|
|
341
|
+
});
|
|
342
|
+
this.name = "NoSuchDelegationSet";
|
|
343
|
+
this.$fault = "client";
|
|
344
|
+
Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
export class TooManyHostedZones extends __BaseException {
|
|
348
|
+
constructor(opts) {
|
|
349
|
+
super({
|
|
350
|
+
name: "TooManyHostedZones",
|
|
351
|
+
$fault: "client",
|
|
352
|
+
...opts,
|
|
353
|
+
});
|
|
354
|
+
this.name = "TooManyHostedZones";
|
|
355
|
+
this.$fault = "client";
|
|
356
|
+
Object.setPrototypeOf(this, TooManyHostedZones.prototype);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
export class InvalidArgument extends __BaseException {
|
|
360
|
+
constructor(opts) {
|
|
361
|
+
super({
|
|
362
|
+
name: "InvalidArgument",
|
|
363
|
+
$fault: "client",
|
|
364
|
+
...opts,
|
|
365
|
+
});
|
|
366
|
+
this.name = "InvalidArgument";
|
|
367
|
+
this.$fault = "client";
|
|
368
|
+
Object.setPrototypeOf(this, InvalidArgument.prototype);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
export class InvalidKeySigningKeyName extends __BaseException {
|
|
372
|
+
constructor(opts) {
|
|
373
|
+
super({
|
|
374
|
+
name: "InvalidKeySigningKeyName",
|
|
375
|
+
$fault: "client",
|
|
376
|
+
...opts,
|
|
377
|
+
});
|
|
378
|
+
this.name = "InvalidKeySigningKeyName";
|
|
379
|
+
this.$fault = "client";
|
|
380
|
+
Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
export class KeySigningKeyAlreadyExists extends __BaseException {
|
|
384
|
+
constructor(opts) {
|
|
385
|
+
super({
|
|
386
|
+
name: "KeySigningKeyAlreadyExists",
|
|
387
|
+
$fault: "client",
|
|
388
|
+
...opts,
|
|
389
|
+
});
|
|
390
|
+
this.name = "KeySigningKeyAlreadyExists";
|
|
391
|
+
this.$fault = "client";
|
|
392
|
+
Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
export class TooManyKeySigningKeys extends __BaseException {
|
|
396
|
+
constructor(opts) {
|
|
397
|
+
super({
|
|
398
|
+
name: "TooManyKeySigningKeys",
|
|
399
|
+
$fault: "client",
|
|
400
|
+
...opts,
|
|
401
|
+
});
|
|
402
|
+
this.name = "TooManyKeySigningKeys";
|
|
403
|
+
this.$fault = "client";
|
|
404
|
+
Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
export class InsufficientCloudWatchLogsResourcePolicy extends __BaseException {
|
|
408
|
+
constructor(opts) {
|
|
409
|
+
super({
|
|
410
|
+
name: "InsufficientCloudWatchLogsResourcePolicy",
|
|
411
|
+
$fault: "client",
|
|
412
|
+
...opts,
|
|
413
|
+
});
|
|
414
|
+
this.name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
415
|
+
this.$fault = "client";
|
|
416
|
+
Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
export class NoSuchCloudWatchLogsLogGroup extends __BaseException {
|
|
420
|
+
constructor(opts) {
|
|
421
|
+
super({
|
|
422
|
+
name: "NoSuchCloudWatchLogsLogGroup",
|
|
423
|
+
$fault: "client",
|
|
424
|
+
...opts,
|
|
425
|
+
});
|
|
426
|
+
this.name = "NoSuchCloudWatchLogsLogGroup";
|
|
427
|
+
this.$fault = "client";
|
|
428
|
+
Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
export class QueryLoggingConfigAlreadyExists extends __BaseException {
|
|
432
|
+
constructor(opts) {
|
|
433
|
+
super({
|
|
434
|
+
name: "QueryLoggingConfigAlreadyExists",
|
|
435
|
+
$fault: "client",
|
|
436
|
+
...opts,
|
|
437
|
+
});
|
|
438
|
+
this.name = "QueryLoggingConfigAlreadyExists";
|
|
439
|
+
this.$fault = "client";
|
|
440
|
+
Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
export class DelegationSetAlreadyCreated extends __BaseException {
|
|
444
|
+
constructor(opts) {
|
|
445
|
+
super({
|
|
446
|
+
name: "DelegationSetAlreadyCreated",
|
|
447
|
+
$fault: "client",
|
|
448
|
+
...opts,
|
|
449
|
+
});
|
|
450
|
+
this.name = "DelegationSetAlreadyCreated";
|
|
451
|
+
this.$fault = "client";
|
|
452
|
+
Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
export class DelegationSetAlreadyReusable extends __BaseException {
|
|
456
|
+
constructor(opts) {
|
|
457
|
+
super({
|
|
458
|
+
name: "DelegationSetAlreadyReusable",
|
|
459
|
+
$fault: "client",
|
|
460
|
+
...opts,
|
|
461
|
+
});
|
|
462
|
+
this.name = "DelegationSetAlreadyReusable";
|
|
463
|
+
this.$fault = "client";
|
|
464
|
+
Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
export class HostedZoneNotFound extends __BaseException {
|
|
468
|
+
constructor(opts) {
|
|
469
|
+
super({
|
|
470
|
+
name: "HostedZoneNotFound",
|
|
471
|
+
$fault: "client",
|
|
472
|
+
...opts,
|
|
473
|
+
});
|
|
474
|
+
this.name = "HostedZoneNotFound";
|
|
475
|
+
this.$fault = "client";
|
|
476
|
+
Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
export class InvalidTrafficPolicyDocument extends __BaseException {
|
|
480
|
+
constructor(opts) {
|
|
481
|
+
super({
|
|
482
|
+
name: "InvalidTrafficPolicyDocument",
|
|
483
|
+
$fault: "client",
|
|
484
|
+
...opts,
|
|
485
|
+
});
|
|
486
|
+
this.name = "InvalidTrafficPolicyDocument";
|
|
487
|
+
this.$fault = "client";
|
|
488
|
+
Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
export class TooManyTrafficPolicies extends __BaseException {
|
|
492
|
+
constructor(opts) {
|
|
493
|
+
super({
|
|
494
|
+
name: "TooManyTrafficPolicies",
|
|
495
|
+
$fault: "client",
|
|
496
|
+
...opts,
|
|
497
|
+
});
|
|
498
|
+
this.name = "TooManyTrafficPolicies";
|
|
499
|
+
this.$fault = "client";
|
|
500
|
+
Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
export class TrafficPolicyAlreadyExists extends __BaseException {
|
|
504
|
+
constructor(opts) {
|
|
505
|
+
super({
|
|
506
|
+
name: "TrafficPolicyAlreadyExists",
|
|
507
|
+
$fault: "client",
|
|
508
|
+
...opts,
|
|
509
|
+
});
|
|
510
|
+
this.name = "TrafficPolicyAlreadyExists";
|
|
511
|
+
this.$fault = "client";
|
|
512
|
+
Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
export class NoSuchTrafficPolicy extends __BaseException {
|
|
516
|
+
constructor(opts) {
|
|
517
|
+
super({
|
|
518
|
+
name: "NoSuchTrafficPolicy",
|
|
519
|
+
$fault: "client",
|
|
520
|
+
...opts,
|
|
521
|
+
});
|
|
522
|
+
this.name = "NoSuchTrafficPolicy";
|
|
523
|
+
this.$fault = "client";
|
|
524
|
+
Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
export class TooManyTrafficPolicyInstances extends __BaseException {
|
|
528
|
+
constructor(opts) {
|
|
529
|
+
super({
|
|
530
|
+
name: "TooManyTrafficPolicyInstances",
|
|
531
|
+
$fault: "client",
|
|
532
|
+
...opts,
|
|
533
|
+
});
|
|
534
|
+
this.name = "TooManyTrafficPolicyInstances";
|
|
535
|
+
this.$fault = "client";
|
|
536
|
+
Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
export class TrafficPolicyInstanceAlreadyExists extends __BaseException {
|
|
540
|
+
constructor(opts) {
|
|
541
|
+
super({
|
|
542
|
+
name: "TrafficPolicyInstanceAlreadyExists",
|
|
543
|
+
$fault: "client",
|
|
544
|
+
...opts,
|
|
545
|
+
});
|
|
546
|
+
this.name = "TrafficPolicyInstanceAlreadyExists";
|
|
547
|
+
this.$fault = "client";
|
|
548
|
+
Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
export class TooManyTrafficPolicyVersionsForCurrentPolicy extends __BaseException {
|
|
552
|
+
constructor(opts) {
|
|
553
|
+
super({
|
|
554
|
+
name: "TooManyTrafficPolicyVersionsForCurrentPolicy",
|
|
555
|
+
$fault: "client",
|
|
556
|
+
...opts,
|
|
557
|
+
});
|
|
558
|
+
this.name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
559
|
+
this.$fault = "client";
|
|
560
|
+
Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
export class TooManyVPCAssociationAuthorizations extends __BaseException {
|
|
564
|
+
constructor(opts) {
|
|
565
|
+
super({
|
|
566
|
+
name: "TooManyVPCAssociationAuthorizations",
|
|
567
|
+
$fault: "client",
|
|
568
|
+
...opts,
|
|
569
|
+
});
|
|
570
|
+
this.name = "TooManyVPCAssociationAuthorizations";
|
|
571
|
+
this.$fault = "client";
|
|
572
|
+
Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
export class KeySigningKeyInParentDSRecord extends __BaseException {
|
|
576
|
+
constructor(opts) {
|
|
577
|
+
super({
|
|
578
|
+
name: "KeySigningKeyInParentDSRecord",
|
|
579
|
+
$fault: "client",
|
|
580
|
+
...opts,
|
|
581
|
+
});
|
|
582
|
+
this.name = "KeySigningKeyInParentDSRecord";
|
|
583
|
+
this.$fault = "client";
|
|
584
|
+
Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
export class KeySigningKeyInUse extends __BaseException {
|
|
588
|
+
constructor(opts) {
|
|
589
|
+
super({
|
|
590
|
+
name: "KeySigningKeyInUse",
|
|
591
|
+
$fault: "client",
|
|
592
|
+
...opts,
|
|
593
|
+
});
|
|
594
|
+
this.name = "KeySigningKeyInUse";
|
|
595
|
+
this.$fault = "client";
|
|
596
|
+
Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
export class CidrCollectionInUseException extends __BaseException {
|
|
600
|
+
constructor(opts) {
|
|
601
|
+
super({
|
|
602
|
+
name: "CidrCollectionInUseException",
|
|
603
|
+
$fault: "client",
|
|
604
|
+
...opts,
|
|
605
|
+
});
|
|
606
|
+
this.name = "CidrCollectionInUseException";
|
|
607
|
+
this.$fault = "client";
|
|
608
|
+
Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
|
|
609
|
+
this.Message = opts.Message;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
export class HealthCheckInUse extends __BaseException {
|
|
613
|
+
constructor(opts) {
|
|
614
|
+
super({
|
|
615
|
+
name: "HealthCheckInUse",
|
|
616
|
+
$fault: "client",
|
|
617
|
+
...opts,
|
|
618
|
+
});
|
|
619
|
+
this.name = "HealthCheckInUse";
|
|
620
|
+
this.$fault = "client";
|
|
621
|
+
Object.setPrototypeOf(this, HealthCheckInUse.prototype);
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
export class HostedZoneNotEmpty extends __BaseException {
|
|
625
|
+
constructor(opts) {
|
|
626
|
+
super({
|
|
627
|
+
name: "HostedZoneNotEmpty",
|
|
628
|
+
$fault: "client",
|
|
629
|
+
...opts,
|
|
630
|
+
});
|
|
631
|
+
this.name = "HostedZoneNotEmpty";
|
|
632
|
+
this.$fault = "client";
|
|
633
|
+
Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
export class NoSuchQueryLoggingConfig extends __BaseException {
|
|
637
|
+
constructor(opts) {
|
|
638
|
+
super({
|
|
639
|
+
name: "NoSuchQueryLoggingConfig",
|
|
640
|
+
$fault: "client",
|
|
641
|
+
...opts,
|
|
642
|
+
});
|
|
643
|
+
this.name = "NoSuchQueryLoggingConfig";
|
|
644
|
+
this.$fault = "client";
|
|
645
|
+
Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
export class DelegationSetInUse extends __BaseException {
|
|
649
|
+
constructor(opts) {
|
|
650
|
+
super({
|
|
651
|
+
name: "DelegationSetInUse",
|
|
652
|
+
$fault: "client",
|
|
653
|
+
...opts,
|
|
654
|
+
});
|
|
655
|
+
this.name = "DelegationSetInUse";
|
|
656
|
+
this.$fault = "client";
|
|
657
|
+
Object.setPrototypeOf(this, DelegationSetInUse.prototype);
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
export class TrafficPolicyInUse extends __BaseException {
|
|
661
|
+
constructor(opts) {
|
|
662
|
+
super({
|
|
663
|
+
name: "TrafficPolicyInUse",
|
|
664
|
+
$fault: "client",
|
|
665
|
+
...opts,
|
|
666
|
+
});
|
|
667
|
+
this.name = "TrafficPolicyInUse";
|
|
668
|
+
this.$fault = "client";
|
|
669
|
+
Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
export class NoSuchTrafficPolicyInstance extends __BaseException {
|
|
673
|
+
constructor(opts) {
|
|
674
|
+
super({
|
|
675
|
+
name: "NoSuchTrafficPolicyInstance",
|
|
676
|
+
$fault: "client",
|
|
677
|
+
...opts,
|
|
678
|
+
});
|
|
679
|
+
this.name = "NoSuchTrafficPolicyInstance";
|
|
680
|
+
this.$fault = "client";
|
|
681
|
+
Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
export class VPCAssociationAuthorizationNotFound extends __BaseException {
|
|
685
|
+
constructor(opts) {
|
|
686
|
+
super({
|
|
687
|
+
name: "VPCAssociationAuthorizationNotFound",
|
|
688
|
+
$fault: "client",
|
|
689
|
+
...opts,
|
|
690
|
+
});
|
|
691
|
+
this.name = "VPCAssociationAuthorizationNotFound";
|
|
692
|
+
this.$fault = "client";
|
|
693
|
+
Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
export class DNSSECNotFound extends __BaseException {
|
|
697
|
+
constructor(opts) {
|
|
698
|
+
super({
|
|
699
|
+
name: "DNSSECNotFound",
|
|
700
|
+
$fault: "client",
|
|
701
|
+
...opts,
|
|
702
|
+
});
|
|
703
|
+
this.name = "DNSSECNotFound";
|
|
704
|
+
this.$fault = "client";
|
|
705
|
+
Object.setPrototypeOf(this, DNSSECNotFound.prototype);
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
export class LastVPCAssociation extends __BaseException {
|
|
709
|
+
constructor(opts) {
|
|
710
|
+
super({
|
|
711
|
+
name: "LastVPCAssociation",
|
|
712
|
+
$fault: "client",
|
|
713
|
+
...opts,
|
|
714
|
+
});
|
|
715
|
+
this.name = "LastVPCAssociation";
|
|
716
|
+
this.$fault = "client";
|
|
717
|
+
Object.setPrototypeOf(this, LastVPCAssociation.prototype);
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
export class VPCAssociationNotFound extends __BaseException {
|
|
721
|
+
constructor(opts) {
|
|
722
|
+
super({
|
|
723
|
+
name: "VPCAssociationNotFound",
|
|
724
|
+
$fault: "client",
|
|
725
|
+
...opts,
|
|
726
|
+
});
|
|
727
|
+
this.name = "VPCAssociationNotFound";
|
|
728
|
+
this.$fault = "client";
|
|
729
|
+
Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
export class HostedZonePartiallyDelegated extends __BaseException {
|
|
733
|
+
constructor(opts) {
|
|
734
|
+
super({
|
|
735
|
+
name: "HostedZonePartiallyDelegated",
|
|
736
|
+
$fault: "client",
|
|
737
|
+
...opts,
|
|
738
|
+
});
|
|
739
|
+
this.name = "HostedZonePartiallyDelegated";
|
|
740
|
+
this.$fault = "client";
|
|
741
|
+
Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
export class KeySigningKeyWithActiveStatusNotFound extends __BaseException {
|
|
745
|
+
constructor(opts) {
|
|
746
|
+
super({
|
|
747
|
+
name: "KeySigningKeyWithActiveStatusNotFound",
|
|
748
|
+
$fault: "client",
|
|
749
|
+
...opts,
|
|
750
|
+
});
|
|
751
|
+
this.name = "KeySigningKeyWithActiveStatusNotFound";
|
|
752
|
+
this.$fault = "client";
|
|
753
|
+
Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
export class NoSuchChange extends __BaseException {
|
|
757
|
+
constructor(opts) {
|
|
758
|
+
super({
|
|
759
|
+
name: "NoSuchChange",
|
|
760
|
+
$fault: "client",
|
|
761
|
+
...opts,
|
|
762
|
+
});
|
|
763
|
+
this.name = "NoSuchChange";
|
|
764
|
+
this.$fault = "client";
|
|
765
|
+
Object.setPrototypeOf(this, NoSuchChange.prototype);
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
export class NoSuchGeoLocation extends __BaseException {
|
|
769
|
+
constructor(opts) {
|
|
770
|
+
super({
|
|
771
|
+
name: "NoSuchGeoLocation",
|
|
772
|
+
$fault: "client",
|
|
773
|
+
...opts,
|
|
774
|
+
});
|
|
775
|
+
this.name = "NoSuchGeoLocation";
|
|
776
|
+
this.$fault = "client";
|
|
777
|
+
Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
export class IncompatibleVersion extends __BaseException {
|
|
781
|
+
constructor(opts) {
|
|
782
|
+
super({
|
|
783
|
+
name: "IncompatibleVersion",
|
|
784
|
+
$fault: "client",
|
|
785
|
+
...opts,
|
|
786
|
+
});
|
|
787
|
+
this.name = "IncompatibleVersion";
|
|
788
|
+
this.$fault = "client";
|
|
789
|
+
Object.setPrototypeOf(this, IncompatibleVersion.prototype);
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
export class HostedZoneNotPrivate extends __BaseException {
|
|
793
|
+
constructor(opts) {
|
|
794
|
+
super({
|
|
795
|
+
name: "HostedZoneNotPrivate",
|
|
796
|
+
$fault: "client",
|
|
797
|
+
...opts,
|
|
798
|
+
});
|
|
799
|
+
this.name = "HostedZoneNotPrivate";
|
|
800
|
+
this.$fault = "client";
|
|
801
|
+
Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
export class NoSuchCidrLocationException extends __BaseException {
|
|
805
|
+
constructor(opts) {
|
|
806
|
+
super({
|
|
807
|
+
name: "NoSuchCidrLocationException",
|
|
808
|
+
$fault: "client",
|
|
809
|
+
...opts,
|
|
810
|
+
});
|
|
811
|
+
this.name = "NoSuchCidrLocationException";
|
|
812
|
+
this.$fault = "client";
|
|
813
|
+
Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
|
|
814
|
+
this.Message = opts.Message;
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
export class InvalidPaginationToken extends __BaseException {
|
|
818
|
+
constructor(opts) {
|
|
819
|
+
super({
|
|
820
|
+
name: "InvalidPaginationToken",
|
|
821
|
+
$fault: "client",
|
|
822
|
+
...opts,
|
|
823
|
+
});
|
|
824
|
+
this.name = "InvalidPaginationToken";
|
|
825
|
+
this.$fault = "client";
|
|
826
|
+
Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
export class HealthCheckVersionMismatch extends __BaseException {
|
|
830
|
+
constructor(opts) {
|
|
831
|
+
super({
|
|
832
|
+
name: "HealthCheckVersionMismatch",
|
|
833
|
+
$fault: "client",
|
|
834
|
+
...opts,
|
|
835
|
+
});
|
|
836
|
+
this.name = "HealthCheckVersionMismatch";
|
|
837
|
+
this.$fault = "client";
|
|
838
|
+
Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
export class ConflictingTypes extends __BaseException {
|
|
842
|
+
constructor(opts) {
|
|
843
|
+
super({
|
|
844
|
+
name: "ConflictingTypes",
|
|
845
|
+
$fault: "client",
|
|
846
|
+
...opts,
|
|
847
|
+
});
|
|
848
|
+
this.name = "ConflictingTypes";
|
|
849
|
+
this.$fault = "client";
|
|
850
|
+
Object.setPrototypeOf(this, ConflictingTypes.prototype);
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
export const AccountLimitFilterSensitiveLog = (obj) => ({
|
|
854
|
+
...obj,
|
|
855
|
+
});
|
|
856
|
+
export const ActivateKeySigningKeyRequestFilterSensitiveLog = (obj) => ({
|
|
857
|
+
...obj,
|
|
858
|
+
});
|
|
859
|
+
export const ChangeInfoFilterSensitiveLog = (obj) => ({
|
|
860
|
+
...obj,
|
|
861
|
+
});
|
|
862
|
+
export const ActivateKeySigningKeyResponseFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
export const AlarmIdentifierFilterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
export const AliasTargetFilterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
871
|
+
export const VPCFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
});
|
|
874
|
+
export const AssociateVPCWithHostedZoneRequestFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
export const AssociateVPCWithHostedZoneResponseFilterSensitiveLog = (obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
});
|
|
880
|
+
export const CidrCollectionChangeFilterSensitiveLog = (obj) => ({
|
|
881
|
+
...obj,
|
|
882
|
+
});
|
|
883
|
+
export const ChangeCidrCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
});
|
|
886
|
+
export const ChangeCidrCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
export const CidrRoutingConfigFilterSensitiveLog = (obj) => ({
|
|
890
|
+
...obj,
|
|
891
|
+
});
|
|
892
|
+
export const GeoLocationFilterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
});
|
|
895
|
+
export const ResourceRecordFilterSensitiveLog = (obj) => ({
|
|
896
|
+
...obj,
|
|
897
|
+
});
|
|
898
|
+
export const ResourceRecordSetFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
export const ChangeFilterSensitiveLog = (obj) => ({
|
|
902
|
+
...obj,
|
|
903
|
+
});
|
|
904
|
+
export const ChangeBatchFilterSensitiveLog = (obj) => ({
|
|
905
|
+
...obj,
|
|
906
|
+
});
|
|
907
|
+
export const ChangeResourceRecordSetsRequestFilterSensitiveLog = (obj) => ({
|
|
908
|
+
...obj,
|
|
909
|
+
});
|
|
910
|
+
export const ChangeResourceRecordSetsResponseFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
914
|
+
...obj,
|
|
915
|
+
});
|
|
916
|
+
export const ChangeTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
917
|
+
...obj,
|
|
918
|
+
});
|
|
919
|
+
export const ChangeTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
920
|
+
...obj,
|
|
921
|
+
});
|
|
922
|
+
export const CreateCidrCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
export const CidrCollectionFilterSensitiveLog = (obj) => ({
|
|
926
|
+
...obj,
|
|
927
|
+
});
|
|
928
|
+
export const CreateCidrCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|
|
931
|
+
export const HealthCheckConfigFilterSensitiveLog = (obj) => ({
|
|
932
|
+
...obj,
|
|
933
|
+
});
|
|
934
|
+
export const CreateHealthCheckRequestFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
export const DimensionFilterSensitiveLog = (obj) => ({
|
|
938
|
+
...obj,
|
|
939
|
+
});
|
|
940
|
+
export const CloudWatchAlarmConfigurationFilterSensitiveLog = (obj) => ({
|
|
941
|
+
...obj,
|
|
942
|
+
});
|
|
943
|
+
export const LinkedServiceFilterSensitiveLog = (obj) => ({
|
|
944
|
+
...obj,
|
|
945
|
+
});
|
|
946
|
+
export const HealthCheckFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
export const CreateHealthCheckResponseFilterSensitiveLog = (obj) => ({
|
|
950
|
+
...obj,
|
|
951
|
+
});
|
|
952
|
+
export const HostedZoneConfigFilterSensitiveLog = (obj) => ({
|
|
953
|
+
...obj,
|
|
954
|
+
});
|
|
955
|
+
export const CreateHostedZoneRequestFilterSensitiveLog = (obj) => ({
|
|
956
|
+
...obj,
|
|
957
|
+
});
|
|
958
|
+
export const DelegationSetFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
export const HostedZoneFilterSensitiveLog = (obj) => ({
|
|
962
|
+
...obj,
|
|
963
|
+
});
|
|
964
|
+
export const CreateHostedZoneResponseFilterSensitiveLog = (obj) => ({
|
|
965
|
+
...obj,
|
|
966
|
+
});
|
|
967
|
+
export const CreateKeySigningKeyRequestFilterSensitiveLog = (obj) => ({
|
|
968
|
+
...obj,
|
|
969
|
+
});
|
|
970
|
+
export const KeySigningKeyFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
export const CreateKeySigningKeyResponseFilterSensitiveLog = (obj) => ({
|
|
974
|
+
...obj,
|
|
975
|
+
});
|
|
976
|
+
export const CreateQueryLoggingConfigRequestFilterSensitiveLog = (obj) => ({
|
|
977
|
+
...obj,
|
|
978
|
+
});
|
|
979
|
+
export const QueryLoggingConfigFilterSensitiveLog = (obj) => ({
|
|
980
|
+
...obj,
|
|
981
|
+
});
|
|
982
|
+
export const CreateQueryLoggingConfigResponseFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
export const CreateReusableDelegationSetRequestFilterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
});
|
|
988
|
+
export const CreateReusableDelegationSetResponseFilterSensitiveLog = (obj) => ({
|
|
989
|
+
...obj,
|
|
990
|
+
});
|
|
991
|
+
export const CreateTrafficPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
export const TrafficPolicyFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
export const CreateTrafficPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
998
|
+
...obj,
|
|
999
|
+
});
|
|
1000
|
+
export const CreateTrafficPolicyInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1001
|
+
...obj,
|
|
1002
|
+
});
|
|
1003
|
+
export const TrafficPolicyInstanceFilterSensitiveLog = (obj) => ({
|
|
1004
|
+
...obj,
|
|
1005
|
+
});
|
|
1006
|
+
export const CreateTrafficPolicyInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
});
|
|
1009
|
+
export const CreateTrafficPolicyVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1010
|
+
...obj,
|
|
1011
|
+
});
|
|
1012
|
+
export const CreateTrafficPolicyVersionResponseFilterSensitiveLog = (obj) => ({
|
|
1013
|
+
...obj,
|
|
1014
|
+
});
|
|
1015
|
+
export const CreateVPCAssociationAuthorizationRequestFilterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
});
|
|
1018
|
+
export const CreateVPCAssociationAuthorizationResponseFilterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
export const DeactivateKeySigningKeyRequestFilterSensitiveLog = (obj) => ({
|
|
1022
|
+
...obj,
|
|
1023
|
+
});
|
|
1024
|
+
export const DeactivateKeySigningKeyResponseFilterSensitiveLog = (obj) => ({
|
|
1025
|
+
...obj,
|
|
1026
|
+
});
|
|
1027
|
+
export const DeleteCidrCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
1028
|
+
...obj,
|
|
1029
|
+
});
|
|
1030
|
+
export const DeleteCidrCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
1031
|
+
...obj,
|
|
1032
|
+
});
|
|
1033
|
+
export const DeleteHealthCheckRequestFilterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
export const DeleteHealthCheckResponseFilterSensitiveLog = (obj) => ({
|
|
1037
|
+
...obj,
|
|
1038
|
+
});
|
|
1039
|
+
export const DeleteHostedZoneRequestFilterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
export const DeleteHostedZoneResponseFilterSensitiveLog = (obj) => ({
|
|
1043
|
+
...obj,
|
|
1044
|
+
});
|
|
1045
|
+
export const DeleteKeySigningKeyRequestFilterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
export const DeleteKeySigningKeyResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
+
...obj,
|
|
1050
|
+
});
|
|
1051
|
+
export const DeleteQueryLoggingConfigRequestFilterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
export const DeleteQueryLoggingConfigResponseFilterSensitiveLog = (obj) => ({
|
|
1055
|
+
...obj,
|
|
1056
|
+
});
|
|
1057
|
+
export const DeleteReusableDelegationSetRequestFilterSensitiveLog = (obj) => ({
|
|
1058
|
+
...obj,
|
|
1059
|
+
});
|
|
1060
|
+
export const DeleteReusableDelegationSetResponseFilterSensitiveLog = (obj) => ({
|
|
1061
|
+
...obj,
|
|
1062
|
+
});
|
|
1063
|
+
export const DeleteTrafficPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
export const DeleteTrafficPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
});
|
|
1069
|
+
export const DeleteTrafficPolicyInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1070
|
+
...obj,
|
|
1071
|
+
});
|
|
1072
|
+
export const DeleteTrafficPolicyInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
});
|
|
1075
|
+
export const DeleteVPCAssociationAuthorizationRequestFilterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
});
|
|
1078
|
+
export const DeleteVPCAssociationAuthorizationResponseFilterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
export const DisableHostedZoneDNSSECRequestFilterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
export const DisableHostedZoneDNSSECResponseFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
export const DisassociateVPCFromHostedZoneRequestFilterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
export const DisassociateVPCFromHostedZoneResponseFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
export const EnableHostedZoneDNSSECRequestFilterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
export const EnableHostedZoneDNSSECResponseFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
export const GetAccountLimitRequestFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
export const GetAccountLimitResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
export const GetChangeRequestFilterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
export const GetChangeResponseFilterSensitiveLog = (obj) => ({
|
|
1109
|
+
...obj,
|
|
1110
|
+
});
|
|
1111
|
+
export const GetCheckerIpRangesRequestFilterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
export const GetCheckerIpRangesResponseFilterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
export const GetDNSSECRequestFilterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
export const DNSSECStatusFilterSensitiveLog = (obj) => ({
|
|
1121
|
+
...obj,
|
|
1122
|
+
});
|
|
1123
|
+
export const GetDNSSECResponseFilterSensitiveLog = (obj) => ({
|
|
1124
|
+
...obj,
|
|
1125
|
+
});
|
|
1126
|
+
export const GetGeoLocationRequestFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
export const GeoLocationDetailsFilterSensitiveLog = (obj) => ({
|
|
1130
|
+
...obj,
|
|
1131
|
+
});
|
|
1132
|
+
export const GetGeoLocationResponseFilterSensitiveLog = (obj) => ({
|
|
1133
|
+
...obj,
|
|
1134
|
+
});
|
|
1135
|
+
export const GetHealthCheckRequestFilterSensitiveLog = (obj) => ({
|
|
1136
|
+
...obj,
|
|
1137
|
+
});
|
|
1138
|
+
export const GetHealthCheckResponseFilterSensitiveLog = (obj) => ({
|
|
1139
|
+
...obj,
|
|
1140
|
+
});
|
|
1141
|
+
export const GetHealthCheckCountRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
+
...obj,
|
|
1143
|
+
});
|
|
1144
|
+
export const GetHealthCheckCountResponseFilterSensitiveLog = (obj) => ({
|
|
1145
|
+
...obj,
|
|
1146
|
+
});
|
|
1147
|
+
export const GetHealthCheckLastFailureReasonRequestFilterSensitiveLog = (obj) => ({
|
|
1148
|
+
...obj,
|
|
1149
|
+
});
|
|
1150
|
+
export const StatusReportFilterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
export const HealthCheckObservationFilterSensitiveLog = (obj) => ({
|
|
1154
|
+
...obj,
|
|
1155
|
+
});
|
|
1156
|
+
export const GetHealthCheckLastFailureReasonResponseFilterSensitiveLog = (obj) => ({
|
|
1157
|
+
...obj,
|
|
1158
|
+
});
|
|
1159
|
+
export const GetHealthCheckStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1160
|
+
...obj,
|
|
1161
|
+
});
|
|
1162
|
+
export const GetHealthCheckStatusResponseFilterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
export const GetHostedZoneRequestFilterSensitiveLog = (obj) => ({
|
|
1166
|
+
...obj,
|
|
1167
|
+
});
|
|
1168
|
+
export const GetHostedZoneResponseFilterSensitiveLog = (obj) => ({
|
|
1169
|
+
...obj,
|
|
1170
|
+
});
|
|
1171
|
+
export const GetHostedZoneCountRequestFilterSensitiveLog = (obj) => ({
|
|
1172
|
+
...obj,
|
|
1173
|
+
});
|
|
1174
|
+
export const GetHostedZoneCountResponseFilterSensitiveLog = (obj) => ({
|
|
1175
|
+
...obj,
|
|
1176
|
+
});
|
|
1177
|
+
export const GetHostedZoneLimitRequestFilterSensitiveLog = (obj) => ({
|
|
1178
|
+
...obj,
|
|
1179
|
+
});
|
|
1180
|
+
export const HostedZoneLimitFilterSensitiveLog = (obj) => ({
|
|
1181
|
+
...obj,
|
|
1182
|
+
});
|
|
1183
|
+
export const GetHostedZoneLimitResponseFilterSensitiveLog = (obj) => ({
|
|
1184
|
+
...obj,
|
|
1185
|
+
});
|
|
1186
|
+
export const GetQueryLoggingConfigRequestFilterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
export const GetQueryLoggingConfigResponseFilterSensitiveLog = (obj) => ({
|
|
1190
|
+
...obj,
|
|
1191
|
+
});
|
|
1192
|
+
export const GetReusableDelegationSetRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
+
...obj,
|
|
1194
|
+
});
|
|
1195
|
+
export const GetReusableDelegationSetResponseFilterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
});
|
|
1198
|
+
export const GetReusableDelegationSetLimitRequestFilterSensitiveLog = (obj) => ({
|
|
1199
|
+
...obj,
|
|
1200
|
+
});
|
|
1201
|
+
export const ReusableDelegationSetLimitFilterSensitiveLog = (obj) => ({
|
|
1202
|
+
...obj,
|
|
1203
|
+
});
|
|
1204
|
+
export const GetReusableDelegationSetLimitResponseFilterSensitiveLog = (obj) => ({
|
|
1205
|
+
...obj,
|
|
1206
|
+
});
|
|
1207
|
+
export const GetTrafficPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1208
|
+
...obj,
|
|
1209
|
+
});
|
|
1210
|
+
export const GetTrafficPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1211
|
+
...obj,
|
|
1212
|
+
});
|
|
1213
|
+
export const GetTrafficPolicyInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1214
|
+
...obj,
|
|
1215
|
+
});
|
|
1216
|
+
export const GetTrafficPolicyInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1217
|
+
...obj,
|
|
1218
|
+
});
|
|
1219
|
+
export const GetTrafficPolicyInstanceCountRequestFilterSensitiveLog = (obj) => ({
|
|
1220
|
+
...obj,
|
|
1221
|
+
});
|
|
1222
|
+
export const GetTrafficPolicyInstanceCountResponseFilterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
export const ListCidrBlocksRequestFilterSensitiveLog = (obj) => ({
|
|
1226
|
+
...obj,
|
|
1227
|
+
});
|
|
1228
|
+
export const CidrBlockSummaryFilterSensitiveLog = (obj) => ({
|
|
1229
|
+
...obj,
|
|
1230
|
+
});
|
|
1231
|
+
export const ListCidrBlocksResponseFilterSensitiveLog = (obj) => ({
|
|
1232
|
+
...obj,
|
|
1233
|
+
});
|
|
1234
|
+
export const ListCidrCollectionsRequestFilterSensitiveLog = (obj) => ({
|
|
1235
|
+
...obj,
|
|
1236
|
+
});
|
|
1237
|
+
export const CollectionSummaryFilterSensitiveLog = (obj) => ({
|
|
1238
|
+
...obj,
|
|
1239
|
+
});
|
|
1240
|
+
export const ListCidrCollectionsResponseFilterSensitiveLog = (obj) => ({
|
|
1241
|
+
...obj,
|
|
1242
|
+
});
|
|
1243
|
+
export const ListCidrLocationsRequestFilterSensitiveLog = (obj) => ({
|
|
1244
|
+
...obj,
|
|
1245
|
+
});
|
|
1246
|
+
export const LocationSummaryFilterSensitiveLog = (obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
});
|
|
1249
|
+
export const ListCidrLocationsResponseFilterSensitiveLog = (obj) => ({
|
|
1250
|
+
...obj,
|
|
1251
|
+
});
|
|
1252
|
+
export const ListGeoLocationsRequestFilterSensitiveLog = (obj) => ({
|
|
1253
|
+
...obj,
|
|
1254
|
+
});
|
|
1255
|
+
export const ListGeoLocationsResponseFilterSensitiveLog = (obj) => ({
|
|
1256
|
+
...obj,
|
|
1257
|
+
});
|
|
1258
|
+
export const ListHealthChecksRequestFilterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
});
|
|
1261
|
+
export const ListHealthChecksResponseFilterSensitiveLog = (obj) => ({
|
|
1262
|
+
...obj,
|
|
1263
|
+
});
|
|
1264
|
+
export const ListHostedZonesRequestFilterSensitiveLog = (obj) => ({
|
|
1265
|
+
...obj,
|
|
1266
|
+
});
|
|
1267
|
+
export const ListHostedZonesResponseFilterSensitiveLog = (obj) => ({
|
|
1268
|
+
...obj,
|
|
1269
|
+
});
|
|
1270
|
+
export const ListHostedZonesByNameRequestFilterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
export const ListHostedZonesByNameResponseFilterSensitiveLog = (obj) => ({
|
|
1274
|
+
...obj,
|
|
1275
|
+
});
|
|
1276
|
+
export const ListHostedZonesByVPCRequestFilterSensitiveLog = (obj) => ({
|
|
1277
|
+
...obj,
|
|
1278
|
+
});
|
|
1279
|
+
export const HostedZoneOwnerFilterSensitiveLog = (obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
});
|
|
1282
|
+
export const HostedZoneSummaryFilterSensitiveLog = (obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
});
|
|
1285
|
+
export const ListHostedZonesByVPCResponseFilterSensitiveLog = (obj) => ({
|
|
1286
|
+
...obj,
|
|
1287
|
+
});
|
|
1288
|
+
export const ListQueryLoggingConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
});
|
|
1291
|
+
export const ListQueryLoggingConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
1292
|
+
...obj,
|
|
1293
|
+
});
|
|
1294
|
+
export const ListResourceRecordSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
export const ListResourceRecordSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1298
|
+
...obj,
|
|
1299
|
+
});
|
|
1300
|
+
export const ListReusableDelegationSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1301
|
+
...obj,
|
|
1302
|
+
});
|
|
1303
|
+
export const ListReusableDelegationSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1304
|
+
...obj,
|
|
1305
|
+
});
|
|
1306
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
export const ResourceTagSetFilterSensitiveLog = (obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
});
|
|
1312
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1313
|
+
...obj,
|
|
1314
|
+
});
|
|
1315
|
+
export const ListTagsForResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
1316
|
+
...obj,
|
|
1317
|
+
});
|
|
1318
|
+
export const ListTagsForResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
});
|
|
1321
|
+
export const ListTrafficPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
1322
|
+
...obj,
|
|
1323
|
+
});
|
|
1324
|
+
export const TrafficPolicySummaryFilterSensitiveLog = (obj) => ({
|
|
1325
|
+
...obj,
|
|
1326
|
+
});
|
|
1327
|
+
export const ListTrafficPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
1328
|
+
...obj,
|
|
1329
|
+
});
|
|
1330
|
+
export const ListTrafficPolicyInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
export const ListTrafficPolicyInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
1334
|
+
...obj,
|
|
1335
|
+
});
|
|
1336
|
+
export const ListTrafficPolicyInstancesByHostedZoneRequestFilterSensitiveLog = (obj) => ({
|
|
1337
|
+
...obj,
|
|
1338
|
+
});
|
|
1339
|
+
export const ListTrafficPolicyInstancesByHostedZoneResponseFilterSensitiveLog = (obj) => ({
|
|
1340
|
+
...obj,
|
|
1341
|
+
});
|
|
1342
|
+
export const ListTrafficPolicyInstancesByPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
export const ListTrafficPolicyInstancesByPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1346
|
+
...obj,
|
|
1347
|
+
});
|
|
1348
|
+
export const ListTrafficPolicyVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
});
|
|
1351
|
+
export const ListTrafficPolicyVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
1352
|
+
...obj,
|
|
1353
|
+
});
|
|
1354
|
+
export const ListVPCAssociationAuthorizationsRequestFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
export const ListVPCAssociationAuthorizationsResponseFilterSensitiveLog = (obj) => ({
|
|
1358
|
+
...obj,
|
|
1359
|
+
});
|
|
1360
|
+
export const TestDNSAnswerRequestFilterSensitiveLog = (obj) => ({
|
|
1361
|
+
...obj,
|
|
1362
|
+
});
|
|
1363
|
+
export const TestDNSAnswerResponseFilterSensitiveLog = (obj) => ({
|
|
1364
|
+
...obj,
|
|
1365
|
+
});
|
|
1366
|
+
export const UpdateHealthCheckRequestFilterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
export const UpdateHealthCheckResponseFilterSensitiveLog = (obj) => ({
|
|
1370
|
+
...obj,
|
|
1371
|
+
});
|
|
1372
|
+
export const UpdateHostedZoneCommentRequestFilterSensitiveLog = (obj) => ({
|
|
1373
|
+
...obj,
|
|
1374
|
+
});
|
|
1375
|
+
export const UpdateHostedZoneCommentResponseFilterSensitiveLog = (obj) => ({
|
|
1376
|
+
...obj,
|
|
1377
|
+
});
|
|
1378
|
+
export const UpdateTrafficPolicyCommentRequestFilterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
export const UpdateTrafficPolicyCommentResponseFilterSensitiveLog = (obj) => ({
|
|
1382
|
+
...obj,
|
|
1383
|
+
});
|
|
1384
|
+
export const UpdateTrafficPolicyInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
});
|
|
1387
|
+
export const UpdateTrafficPolicyInstanceResponseFilterSensitiveLog = (obj) => ({
|
|
1388
|
+
...obj,
|
|
1389
|
+
});
|