@aws-sdk/client-route-53 3.183.0 → 3.185.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.
Files changed (90) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_restXml.js +2 -2
  3. package/dist-es/Route53.js +289 -282
  4. package/dist-es/Route53Client.js +28 -22
  5. package/dist-es/commands/ActivateKeySigningKeyCommand.js +28 -21
  6. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +28 -21
  7. package/dist-es/commands/ChangeCidrCollectionCommand.js +28 -21
  8. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +28 -21
  9. package/dist-es/commands/ChangeTagsForResourceCommand.js +28 -21
  10. package/dist-es/commands/CreateCidrCollectionCommand.js +28 -21
  11. package/dist-es/commands/CreateHealthCheckCommand.js +28 -21
  12. package/dist-es/commands/CreateHostedZoneCommand.js +28 -21
  13. package/dist-es/commands/CreateKeySigningKeyCommand.js +28 -21
  14. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +28 -21
  15. package/dist-es/commands/CreateReusableDelegationSetCommand.js +28 -21
  16. package/dist-es/commands/CreateTrafficPolicyCommand.js +28 -21
  17. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +28 -21
  18. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +28 -21
  19. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +28 -21
  20. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +28 -21
  21. package/dist-es/commands/DeleteCidrCollectionCommand.js +28 -21
  22. package/dist-es/commands/DeleteHealthCheckCommand.js +28 -21
  23. package/dist-es/commands/DeleteHostedZoneCommand.js +28 -21
  24. package/dist-es/commands/DeleteKeySigningKeyCommand.js +28 -21
  25. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +28 -21
  26. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +28 -21
  27. package/dist-es/commands/DeleteTrafficPolicyCommand.js +28 -21
  28. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +28 -21
  29. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +28 -21
  30. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +28 -21
  31. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +28 -21
  32. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +28 -21
  33. package/dist-es/commands/GetAccountLimitCommand.js +28 -21
  34. package/dist-es/commands/GetChangeCommand.js +28 -21
  35. package/dist-es/commands/GetCheckerIpRangesCommand.js +28 -21
  36. package/dist-es/commands/GetDNSSECCommand.js +28 -21
  37. package/dist-es/commands/GetGeoLocationCommand.js +28 -21
  38. package/dist-es/commands/GetHealthCheckCommand.js +28 -21
  39. package/dist-es/commands/GetHealthCheckCountCommand.js +28 -21
  40. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +28 -21
  41. package/dist-es/commands/GetHealthCheckStatusCommand.js +28 -21
  42. package/dist-es/commands/GetHostedZoneCommand.js +28 -21
  43. package/dist-es/commands/GetHostedZoneCountCommand.js +28 -21
  44. package/dist-es/commands/GetHostedZoneLimitCommand.js +28 -21
  45. package/dist-es/commands/GetQueryLoggingConfigCommand.js +28 -21
  46. package/dist-es/commands/GetReusableDelegationSetCommand.js +28 -21
  47. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +28 -21
  48. package/dist-es/commands/GetTrafficPolicyCommand.js +28 -21
  49. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +28 -21
  50. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +28 -21
  51. package/dist-es/commands/ListCidrBlocksCommand.js +28 -21
  52. package/dist-es/commands/ListCidrCollectionsCommand.js +28 -21
  53. package/dist-es/commands/ListCidrLocationsCommand.js +28 -21
  54. package/dist-es/commands/ListGeoLocationsCommand.js +28 -21
  55. package/dist-es/commands/ListHealthChecksCommand.js +28 -21
  56. package/dist-es/commands/ListHostedZonesByNameCommand.js +28 -21
  57. package/dist-es/commands/ListHostedZonesByVPCCommand.js +28 -21
  58. package/dist-es/commands/ListHostedZonesCommand.js +28 -21
  59. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +28 -21
  60. package/dist-es/commands/ListResourceRecordSetsCommand.js +28 -21
  61. package/dist-es/commands/ListReusableDelegationSetsCommand.js +28 -21
  62. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  63. package/dist-es/commands/ListTagsForResourcesCommand.js +28 -21
  64. package/dist-es/commands/ListTrafficPoliciesCommand.js +28 -21
  65. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +28 -21
  66. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +28 -21
  67. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +28 -21
  68. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +28 -21
  69. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +28 -21
  70. package/dist-es/commands/TestDNSAnswerCommand.js +28 -21
  71. package/dist-es/commands/UpdateHealthCheckCommand.js +28 -21
  72. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +28 -21
  73. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +28 -21
  74. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +28 -21
  75. package/dist-es/endpoints.js +8 -8
  76. package/dist-es/models/Route53ServiceException.js +10 -5
  77. package/dist-es/models/models_0.js +1015 -1372
  78. package/dist-es/pagination/ListCidrBlocksPaginator.js +68 -25
  79. package/dist-es/pagination/ListCidrCollectionsPaginator.js +68 -25
  80. package/dist-es/pagination/ListCidrLocationsPaginator.js +68 -25
  81. package/dist-es/pagination/ListHealthChecksPaginator.js +68 -25
  82. package/dist-es/pagination/ListHostedZonesPaginator.js +68 -25
  83. package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +68 -25
  84. package/dist-es/protocols/Aws_restXml.js +7941 -5739
  85. package/dist-es/runtimeConfig.browser.js +12 -26
  86. package/dist-es/runtimeConfig.js +12 -30
  87. package/dist-es/runtimeConfig.native.js +5 -8
  88. package/dist-es/runtimeConfig.shared.js +11 -8
  89. package/dist-es/waiters/waitForResourceRecordSetsChanged.js +48 -28
  90. package/package.json +5 -5
@@ -1,254 +1,255 @@
1
+ import { __assign, __extends } from "tslib";
1
2
  import { Route53ServiceException as __BaseException } from "./Route53ServiceException";
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
- }
3
+ var ConcurrentModification = (function (_super) {
4
+ __extends(ConcurrentModification, _super);
5
+ function ConcurrentModification(opts) {
6
+ var _this = _super.call(this, __assign({ name: "ConcurrentModification", $fault: "client" }, opts)) || this;
7
+ _this.name = "ConcurrentModification";
8
+ _this.$fault = "client";
9
+ Object.setPrototypeOf(_this, ConcurrentModification.prototype);
10
+ return _this;
11
+ }
12
+ return ConcurrentModification;
13
+ }(__BaseException));
14
+ export { ConcurrentModification };
15
+ var InvalidInput = (function (_super) {
16
+ __extends(InvalidInput, _super);
17
+ function InvalidInput(opts) {
18
+ var _this = _super.call(this, __assign({ name: "InvalidInput", $fault: "client" }, opts)) || this;
19
+ _this.name = "InvalidInput";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, InvalidInput.prototype);
22
+ return _this;
23
+ }
24
+ return InvalidInput;
25
+ }(__BaseException));
26
+ export { InvalidInput };
27
+ var InvalidKeySigningKeyStatus = (function (_super) {
28
+ __extends(InvalidKeySigningKeyStatus, _super);
29
+ function InvalidKeySigningKeyStatus(opts) {
30
+ var _this = _super.call(this, __assign({ name: "InvalidKeySigningKeyStatus", $fault: "client" }, opts)) || this;
31
+ _this.name = "InvalidKeySigningKeyStatus";
32
+ _this.$fault = "client";
33
+ Object.setPrototypeOf(_this, InvalidKeySigningKeyStatus.prototype);
34
+ return _this;
35
+ }
36
+ return InvalidKeySigningKeyStatus;
37
+ }(__BaseException));
38
+ export { InvalidKeySigningKeyStatus };
39
+ var InvalidKMSArn = (function (_super) {
40
+ __extends(InvalidKMSArn, _super);
41
+ function InvalidKMSArn(opts) {
42
+ var _this = _super.call(this, __assign({ name: "InvalidKMSArn", $fault: "client" }, opts)) || this;
43
+ _this.name = "InvalidKMSArn";
44
+ _this.$fault = "client";
45
+ Object.setPrototypeOf(_this, InvalidKMSArn.prototype);
46
+ return _this;
47
+ }
48
+ return InvalidKMSArn;
49
+ }(__BaseException));
50
+ export { InvalidKMSArn };
51
+ var InvalidSigningStatus = (function (_super) {
52
+ __extends(InvalidSigningStatus, _super);
53
+ function InvalidSigningStatus(opts) {
54
+ var _this = _super.call(this, __assign({ name: "InvalidSigningStatus", $fault: "client" }, opts)) || this;
55
+ _this.name = "InvalidSigningStatus";
56
+ _this.$fault = "client";
57
+ Object.setPrototypeOf(_this, InvalidSigningStatus.prototype);
58
+ return _this;
59
+ }
60
+ return InvalidSigningStatus;
61
+ }(__BaseException));
62
+ export { InvalidSigningStatus };
63
+ var NoSuchKeySigningKey = (function (_super) {
64
+ __extends(NoSuchKeySigningKey, _super);
65
+ function NoSuchKeySigningKey(opts) {
66
+ var _this = _super.call(this, __assign({ name: "NoSuchKeySigningKey", $fault: "client" }, opts)) || this;
67
+ _this.name = "NoSuchKeySigningKey";
68
+ _this.$fault = "client";
69
+ Object.setPrototypeOf(_this, NoSuchKeySigningKey.prototype);
70
+ return _this;
71
+ }
72
+ return NoSuchKeySigningKey;
73
+ }(__BaseException));
74
+ export { NoSuchKeySigningKey };
75
+ var ConflictingDomainExists = (function (_super) {
76
+ __extends(ConflictingDomainExists, _super);
77
+ function ConflictingDomainExists(opts) {
78
+ var _this = _super.call(this, __assign({ name: "ConflictingDomainExists", $fault: "client" }, opts)) || this;
79
+ _this.name = "ConflictingDomainExists";
80
+ _this.$fault = "client";
81
+ Object.setPrototypeOf(_this, ConflictingDomainExists.prototype);
82
+ return _this;
83
+ }
84
+ return ConflictingDomainExists;
85
+ }(__BaseException));
86
+ export { ConflictingDomainExists };
87
+ var InvalidVPCId = (function (_super) {
88
+ __extends(InvalidVPCId, _super);
89
+ function InvalidVPCId(opts) {
90
+ var _this = _super.call(this, __assign({ name: "InvalidVPCId", $fault: "client" }, opts)) || this;
91
+ _this.name = "InvalidVPCId";
92
+ _this.$fault = "client";
93
+ Object.setPrototypeOf(_this, InvalidVPCId.prototype);
94
+ return _this;
95
+ }
96
+ return InvalidVPCId;
97
+ }(__BaseException));
98
+ export { InvalidVPCId };
99
+ var LimitsExceeded = (function (_super) {
100
+ __extends(LimitsExceeded, _super);
101
+ function LimitsExceeded(opts) {
102
+ var _this = _super.call(this, __assign({ name: "LimitsExceeded", $fault: "client" }, opts)) || this;
103
+ _this.name = "LimitsExceeded";
104
+ _this.$fault = "client";
105
+ Object.setPrototypeOf(_this, LimitsExceeded.prototype);
106
+ return _this;
107
+ }
108
+ return LimitsExceeded;
109
+ }(__BaseException));
110
+ export { LimitsExceeded };
111
+ var NoSuchHostedZone = (function (_super) {
112
+ __extends(NoSuchHostedZone, _super);
113
+ function NoSuchHostedZone(opts) {
114
+ var _this = _super.call(this, __assign({ name: "NoSuchHostedZone", $fault: "client" }, opts)) || this;
115
+ _this.name = "NoSuchHostedZone";
116
+ _this.$fault = "client";
117
+ Object.setPrototypeOf(_this, NoSuchHostedZone.prototype);
118
+ return _this;
119
+ }
120
+ return NoSuchHostedZone;
121
+ }(__BaseException));
122
+ export { NoSuchHostedZone };
123
+ var NotAuthorizedException = (function (_super) {
124
+ __extends(NotAuthorizedException, _super);
125
+ function NotAuthorizedException(opts) {
126
+ var _this = _super.call(this, __assign({ name: "NotAuthorizedException", $fault: "client" }, opts)) || this;
127
+ _this.name = "NotAuthorizedException";
128
+ _this.$fault = "client";
129
+ Object.setPrototypeOf(_this, NotAuthorizedException.prototype);
130
+ return _this;
131
+ }
132
+ return NotAuthorizedException;
133
+ }(__BaseException));
134
+ export { NotAuthorizedException };
135
+ var PriorRequestNotComplete = (function (_super) {
136
+ __extends(PriorRequestNotComplete, _super);
137
+ function PriorRequestNotComplete(opts) {
138
+ var _this = _super.call(this, __assign({ name: "PriorRequestNotComplete", $fault: "client" }, opts)) || this;
139
+ _this.name = "PriorRequestNotComplete";
140
+ _this.$fault = "client";
141
+ Object.setPrototypeOf(_this, PriorRequestNotComplete.prototype);
142
+ return _this;
143
+ }
144
+ return PriorRequestNotComplete;
145
+ }(__BaseException));
146
+ export { PriorRequestNotComplete };
147
+ var PublicZoneVPCAssociation = (function (_super) {
148
+ __extends(PublicZoneVPCAssociation, _super);
149
+ function PublicZoneVPCAssociation(opts) {
150
+ var _this = _super.call(this, __assign({ name: "PublicZoneVPCAssociation", $fault: "client" }, opts)) || this;
151
+ _this.name = "PublicZoneVPCAssociation";
152
+ _this.$fault = "client";
153
+ Object.setPrototypeOf(_this, PublicZoneVPCAssociation.prototype);
154
+ return _this;
155
+ }
156
+ return PublicZoneVPCAssociation;
157
+ }(__BaseException));
158
+ export { PublicZoneVPCAssociation };
158
159
  export var CidrCollectionChangeAction;
159
160
  (function (CidrCollectionChangeAction) {
160
161
  CidrCollectionChangeAction["DELETE_IF_EXISTS"] = "DELETE_IF_EXISTS";
161
162
  CidrCollectionChangeAction["PUT"] = "PUT";
162
163
  })(CidrCollectionChangeAction || (CidrCollectionChangeAction = {}));
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
- }
164
+ var CidrBlockInUseException = (function (_super) {
165
+ __extends(CidrBlockInUseException, _super);
166
+ function CidrBlockInUseException(opts) {
167
+ var _this = _super.call(this, __assign({ name: "CidrBlockInUseException", $fault: "client" }, opts)) || this;
168
+ _this.name = "CidrBlockInUseException";
169
+ _this.$fault = "client";
170
+ Object.setPrototypeOf(_this, CidrBlockInUseException.prototype);
171
+ _this.Message = opts.Message;
172
+ return _this;
173
+ }
174
+ return CidrBlockInUseException;
175
+ }(__BaseException));
176
+ export { CidrBlockInUseException };
177
+ var CidrCollectionVersionMismatchException = (function (_super) {
178
+ __extends(CidrCollectionVersionMismatchException, _super);
179
+ function CidrCollectionVersionMismatchException(opts) {
180
+ var _this = _super.call(this, __assign({ name: "CidrCollectionVersionMismatchException", $fault: "client" }, opts)) || this;
181
+ _this.name = "CidrCollectionVersionMismatchException";
182
+ _this.$fault = "client";
183
+ Object.setPrototypeOf(_this, CidrCollectionVersionMismatchException.prototype);
184
+ _this.Message = opts.Message;
185
+ return _this;
186
+ }
187
+ return CidrCollectionVersionMismatchException;
188
+ }(__BaseException));
189
+ export { CidrCollectionVersionMismatchException };
190
+ var NoSuchCidrCollectionException = (function (_super) {
191
+ __extends(NoSuchCidrCollectionException, _super);
192
+ function NoSuchCidrCollectionException(opts) {
193
+ var _this = _super.call(this, __assign({ name: "NoSuchCidrCollectionException", $fault: "client" }, opts)) || this;
194
+ _this.name = "NoSuchCidrCollectionException";
195
+ _this.$fault = "client";
196
+ Object.setPrototypeOf(_this, NoSuchCidrCollectionException.prototype);
197
+ _this.Message = opts.Message;
198
+ return _this;
199
+ }
200
+ return NoSuchCidrCollectionException;
201
+ }(__BaseException));
202
+ export { NoSuchCidrCollectionException };
203
+ var InvalidChangeBatch = (function (_super) {
204
+ __extends(InvalidChangeBatch, _super);
205
+ function InvalidChangeBatch(opts) {
206
+ var _this = _super.call(this, __assign({ name: "InvalidChangeBatch", $fault: "client" }, opts)) || this;
207
+ _this.name = "InvalidChangeBatch";
208
+ _this.$fault = "client";
209
+ Object.setPrototypeOf(_this, InvalidChangeBatch.prototype);
210
+ _this.messages = opts.messages;
211
+ return _this;
212
+ }
213
+ return InvalidChangeBatch;
214
+ }(__BaseException));
215
+ export { InvalidChangeBatch };
216
+ var NoSuchHealthCheck = (function (_super) {
217
+ __extends(NoSuchHealthCheck, _super);
218
+ function NoSuchHealthCheck(opts) {
219
+ var _this = _super.call(this, __assign({ name: "NoSuchHealthCheck", $fault: "client" }, opts)) || this;
220
+ _this.name = "NoSuchHealthCheck";
221
+ _this.$fault = "client";
222
+ Object.setPrototypeOf(_this, NoSuchHealthCheck.prototype);
223
+ return _this;
224
+ }
225
+ return NoSuchHealthCheck;
226
+ }(__BaseException));
227
+ export { NoSuchHealthCheck };
228
+ var ThrottlingException = (function (_super) {
229
+ __extends(ThrottlingException, _super);
230
+ function ThrottlingException(opts) {
231
+ var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
232
+ _this.name = "ThrottlingException";
233
+ _this.$fault = "client";
234
+ Object.setPrototypeOf(_this, ThrottlingException.prototype);
235
+ return _this;
236
+ }
237
+ return ThrottlingException;
238
+ }(__BaseException));
239
+ export { ThrottlingException };
240
+ var CidrCollectionAlreadyExistsException = (function (_super) {
241
+ __extends(CidrCollectionAlreadyExistsException, _super);
242
+ function CidrCollectionAlreadyExistsException(opts) {
243
+ var _this = _super.call(this, __assign({ name: "CidrCollectionAlreadyExistsException", $fault: "client" }, opts)) || this;
244
+ _this.name = "CidrCollectionAlreadyExistsException";
245
+ _this.$fault = "client";
246
+ Object.setPrototypeOf(_this, CidrCollectionAlreadyExistsException.prototype);
247
+ _this.Message = opts.Message;
248
+ return _this;
249
+ }
250
+ return CidrCollectionAlreadyExistsException;
251
+ }(__BaseException));
252
+ export { CidrCollectionAlreadyExistsException };
252
253
  export var HealthCheckType;
253
254
  (function (HealthCheckType) {
254
255
  HealthCheckType["CALCULATED"] = "CALCULATED";
@@ -260,1130 +261,772 @@ export var HealthCheckType;
260
261
  HealthCheckType["RECOVERY_CONTROL"] = "RECOVERY_CONTROL";
261
262
  HealthCheckType["TCP"] = "TCP";
262
263
  })(HealthCheckType || (HealthCheckType = {}));
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
- });
264
+ var HealthCheckAlreadyExists = (function (_super) {
265
+ __extends(HealthCheckAlreadyExists, _super);
266
+ function HealthCheckAlreadyExists(opts) {
267
+ var _this = _super.call(this, __assign({ name: "HealthCheckAlreadyExists", $fault: "client" }, opts)) || this;
268
+ _this.name = "HealthCheckAlreadyExists";
269
+ _this.$fault = "client";
270
+ Object.setPrototypeOf(_this, HealthCheckAlreadyExists.prototype);
271
+ return _this;
272
+ }
273
+ return HealthCheckAlreadyExists;
274
+ }(__BaseException));
275
+ export { HealthCheckAlreadyExists };
276
+ var TooManyHealthChecks = (function (_super) {
277
+ __extends(TooManyHealthChecks, _super);
278
+ function TooManyHealthChecks(opts) {
279
+ var _this = _super.call(this, __assign({ name: "TooManyHealthChecks", $fault: "client" }, opts)) || this;
280
+ _this.name = "TooManyHealthChecks";
281
+ _this.$fault = "client";
282
+ Object.setPrototypeOf(_this, TooManyHealthChecks.prototype);
283
+ return _this;
284
+ }
285
+ return TooManyHealthChecks;
286
+ }(__BaseException));
287
+ export { TooManyHealthChecks };
288
+ var DelegationSetNotAvailable = (function (_super) {
289
+ __extends(DelegationSetNotAvailable, _super);
290
+ function DelegationSetNotAvailable(opts) {
291
+ var _this = _super.call(this, __assign({ name: "DelegationSetNotAvailable", $fault: "client" }, opts)) || this;
292
+ _this.name = "DelegationSetNotAvailable";
293
+ _this.$fault = "client";
294
+ Object.setPrototypeOf(_this, DelegationSetNotAvailable.prototype);
295
+ return _this;
296
+ }
297
+ return DelegationSetNotAvailable;
298
+ }(__BaseException));
299
+ export { DelegationSetNotAvailable };
300
+ var DelegationSetNotReusable = (function (_super) {
301
+ __extends(DelegationSetNotReusable, _super);
302
+ function DelegationSetNotReusable(opts) {
303
+ var _this = _super.call(this, __assign({ name: "DelegationSetNotReusable", $fault: "client" }, opts)) || this;
304
+ _this.name = "DelegationSetNotReusable";
305
+ _this.$fault = "client";
306
+ Object.setPrototypeOf(_this, DelegationSetNotReusable.prototype);
307
+ return _this;
308
+ }
309
+ return DelegationSetNotReusable;
310
+ }(__BaseException));
311
+ export { DelegationSetNotReusable };
312
+ var HostedZoneAlreadyExists = (function (_super) {
313
+ __extends(HostedZoneAlreadyExists, _super);
314
+ function HostedZoneAlreadyExists(opts) {
315
+ var _this = _super.call(this, __assign({ name: "HostedZoneAlreadyExists", $fault: "client" }, opts)) || this;
316
+ _this.name = "HostedZoneAlreadyExists";
317
+ _this.$fault = "client";
318
+ Object.setPrototypeOf(_this, HostedZoneAlreadyExists.prototype);
319
+ return _this;
320
+ }
321
+ return HostedZoneAlreadyExists;
322
+ }(__BaseException));
323
+ export { HostedZoneAlreadyExists };
324
+ var InvalidDomainName = (function (_super) {
325
+ __extends(InvalidDomainName, _super);
326
+ function InvalidDomainName(opts) {
327
+ var _this = _super.call(this, __assign({ name: "InvalidDomainName", $fault: "client" }, opts)) || this;
328
+ _this.name = "InvalidDomainName";
329
+ _this.$fault = "client";
330
+ Object.setPrototypeOf(_this, InvalidDomainName.prototype);
331
+ return _this;
332
+ }
333
+ return InvalidDomainName;
334
+ }(__BaseException));
335
+ export { InvalidDomainName };
336
+ var NoSuchDelegationSet = (function (_super) {
337
+ __extends(NoSuchDelegationSet, _super);
338
+ function NoSuchDelegationSet(opts) {
339
+ var _this = _super.call(this, __assign({ name: "NoSuchDelegationSet", $fault: "client" }, opts)) || this;
340
+ _this.name = "NoSuchDelegationSet";
341
+ _this.$fault = "client";
342
+ Object.setPrototypeOf(_this, NoSuchDelegationSet.prototype);
343
+ return _this;
344
+ }
345
+ return NoSuchDelegationSet;
346
+ }(__BaseException));
347
+ export { NoSuchDelegationSet };
348
+ var TooManyHostedZones = (function (_super) {
349
+ __extends(TooManyHostedZones, _super);
350
+ function TooManyHostedZones(opts) {
351
+ var _this = _super.call(this, __assign({ name: "TooManyHostedZones", $fault: "client" }, opts)) || this;
352
+ _this.name = "TooManyHostedZones";
353
+ _this.$fault = "client";
354
+ Object.setPrototypeOf(_this, TooManyHostedZones.prototype);
355
+ return _this;
356
+ }
357
+ return TooManyHostedZones;
358
+ }(__BaseException));
359
+ export { TooManyHostedZones };
360
+ var InvalidArgument = (function (_super) {
361
+ __extends(InvalidArgument, _super);
362
+ function InvalidArgument(opts) {
363
+ var _this = _super.call(this, __assign({ name: "InvalidArgument", $fault: "client" }, opts)) || this;
364
+ _this.name = "InvalidArgument";
365
+ _this.$fault = "client";
366
+ Object.setPrototypeOf(_this, InvalidArgument.prototype);
367
+ return _this;
368
+ }
369
+ return InvalidArgument;
370
+ }(__BaseException));
371
+ export { InvalidArgument };
372
+ var InvalidKeySigningKeyName = (function (_super) {
373
+ __extends(InvalidKeySigningKeyName, _super);
374
+ function InvalidKeySigningKeyName(opts) {
375
+ var _this = _super.call(this, __assign({ name: "InvalidKeySigningKeyName", $fault: "client" }, opts)) || this;
376
+ _this.name = "InvalidKeySigningKeyName";
377
+ _this.$fault = "client";
378
+ Object.setPrototypeOf(_this, InvalidKeySigningKeyName.prototype);
379
+ return _this;
380
+ }
381
+ return InvalidKeySigningKeyName;
382
+ }(__BaseException));
383
+ export { InvalidKeySigningKeyName };
384
+ var KeySigningKeyAlreadyExists = (function (_super) {
385
+ __extends(KeySigningKeyAlreadyExists, _super);
386
+ function KeySigningKeyAlreadyExists(opts) {
387
+ var _this = _super.call(this, __assign({ name: "KeySigningKeyAlreadyExists", $fault: "client" }, opts)) || this;
388
+ _this.name = "KeySigningKeyAlreadyExists";
389
+ _this.$fault = "client";
390
+ Object.setPrototypeOf(_this, KeySigningKeyAlreadyExists.prototype);
391
+ return _this;
392
+ }
393
+ return KeySigningKeyAlreadyExists;
394
+ }(__BaseException));
395
+ export { KeySigningKeyAlreadyExists };
396
+ var TooManyKeySigningKeys = (function (_super) {
397
+ __extends(TooManyKeySigningKeys, _super);
398
+ function TooManyKeySigningKeys(opts) {
399
+ var _this = _super.call(this, __assign({ name: "TooManyKeySigningKeys", $fault: "client" }, opts)) || this;
400
+ _this.name = "TooManyKeySigningKeys";
401
+ _this.$fault = "client";
402
+ Object.setPrototypeOf(_this, TooManyKeySigningKeys.prototype);
403
+ return _this;
404
+ }
405
+ return TooManyKeySigningKeys;
406
+ }(__BaseException));
407
+ export { TooManyKeySigningKeys };
408
+ var InsufficientCloudWatchLogsResourcePolicy = (function (_super) {
409
+ __extends(InsufficientCloudWatchLogsResourcePolicy, _super);
410
+ function InsufficientCloudWatchLogsResourcePolicy(opts) {
411
+ var _this = _super.call(this, __assign({ name: "InsufficientCloudWatchLogsResourcePolicy", $fault: "client" }, opts)) || this;
412
+ _this.name = "InsufficientCloudWatchLogsResourcePolicy";
413
+ _this.$fault = "client";
414
+ Object.setPrototypeOf(_this, InsufficientCloudWatchLogsResourcePolicy.prototype);
415
+ return _this;
416
+ }
417
+ return InsufficientCloudWatchLogsResourcePolicy;
418
+ }(__BaseException));
419
+ export { InsufficientCloudWatchLogsResourcePolicy };
420
+ var NoSuchCloudWatchLogsLogGroup = (function (_super) {
421
+ __extends(NoSuchCloudWatchLogsLogGroup, _super);
422
+ function NoSuchCloudWatchLogsLogGroup(opts) {
423
+ var _this = _super.call(this, __assign({ name: "NoSuchCloudWatchLogsLogGroup", $fault: "client" }, opts)) || this;
424
+ _this.name = "NoSuchCloudWatchLogsLogGroup";
425
+ _this.$fault = "client";
426
+ Object.setPrototypeOf(_this, NoSuchCloudWatchLogsLogGroup.prototype);
427
+ return _this;
428
+ }
429
+ return NoSuchCloudWatchLogsLogGroup;
430
+ }(__BaseException));
431
+ export { NoSuchCloudWatchLogsLogGroup };
432
+ var QueryLoggingConfigAlreadyExists = (function (_super) {
433
+ __extends(QueryLoggingConfigAlreadyExists, _super);
434
+ function QueryLoggingConfigAlreadyExists(opts) {
435
+ var _this = _super.call(this, __assign({ name: "QueryLoggingConfigAlreadyExists", $fault: "client" }, opts)) || this;
436
+ _this.name = "QueryLoggingConfigAlreadyExists";
437
+ _this.$fault = "client";
438
+ Object.setPrototypeOf(_this, QueryLoggingConfigAlreadyExists.prototype);
439
+ return _this;
440
+ }
441
+ return QueryLoggingConfigAlreadyExists;
442
+ }(__BaseException));
443
+ export { QueryLoggingConfigAlreadyExists };
444
+ var DelegationSetAlreadyCreated = (function (_super) {
445
+ __extends(DelegationSetAlreadyCreated, _super);
446
+ function DelegationSetAlreadyCreated(opts) {
447
+ var _this = _super.call(this, __assign({ name: "DelegationSetAlreadyCreated", $fault: "client" }, opts)) || this;
448
+ _this.name = "DelegationSetAlreadyCreated";
449
+ _this.$fault = "client";
450
+ Object.setPrototypeOf(_this, DelegationSetAlreadyCreated.prototype);
451
+ return _this;
452
+ }
453
+ return DelegationSetAlreadyCreated;
454
+ }(__BaseException));
455
+ export { DelegationSetAlreadyCreated };
456
+ var DelegationSetAlreadyReusable = (function (_super) {
457
+ __extends(DelegationSetAlreadyReusable, _super);
458
+ function DelegationSetAlreadyReusable(opts) {
459
+ var _this = _super.call(this, __assign({ name: "DelegationSetAlreadyReusable", $fault: "client" }, opts)) || this;
460
+ _this.name = "DelegationSetAlreadyReusable";
461
+ _this.$fault = "client";
462
+ Object.setPrototypeOf(_this, DelegationSetAlreadyReusable.prototype);
463
+ return _this;
464
+ }
465
+ return DelegationSetAlreadyReusable;
466
+ }(__BaseException));
467
+ export { DelegationSetAlreadyReusable };
468
+ var HostedZoneNotFound = (function (_super) {
469
+ __extends(HostedZoneNotFound, _super);
470
+ function HostedZoneNotFound(opts) {
471
+ var _this = _super.call(this, __assign({ name: "HostedZoneNotFound", $fault: "client" }, opts)) || this;
472
+ _this.name = "HostedZoneNotFound";
473
+ _this.$fault = "client";
474
+ Object.setPrototypeOf(_this, HostedZoneNotFound.prototype);
475
+ return _this;
476
+ }
477
+ return HostedZoneNotFound;
478
+ }(__BaseException));
479
+ export { HostedZoneNotFound };
480
+ var InvalidTrafficPolicyDocument = (function (_super) {
481
+ __extends(InvalidTrafficPolicyDocument, _super);
482
+ function InvalidTrafficPolicyDocument(opts) {
483
+ var _this = _super.call(this, __assign({ name: "InvalidTrafficPolicyDocument", $fault: "client" }, opts)) || this;
484
+ _this.name = "InvalidTrafficPolicyDocument";
485
+ _this.$fault = "client";
486
+ Object.setPrototypeOf(_this, InvalidTrafficPolicyDocument.prototype);
487
+ return _this;
488
+ }
489
+ return InvalidTrafficPolicyDocument;
490
+ }(__BaseException));
491
+ export { InvalidTrafficPolicyDocument };
492
+ var TooManyTrafficPolicies = (function (_super) {
493
+ __extends(TooManyTrafficPolicies, _super);
494
+ function TooManyTrafficPolicies(opts) {
495
+ var _this = _super.call(this, __assign({ name: "TooManyTrafficPolicies", $fault: "client" }, opts)) || this;
496
+ _this.name = "TooManyTrafficPolicies";
497
+ _this.$fault = "client";
498
+ Object.setPrototypeOf(_this, TooManyTrafficPolicies.prototype);
499
+ return _this;
500
+ }
501
+ return TooManyTrafficPolicies;
502
+ }(__BaseException));
503
+ export { TooManyTrafficPolicies };
504
+ var TrafficPolicyAlreadyExists = (function (_super) {
505
+ __extends(TrafficPolicyAlreadyExists, _super);
506
+ function TrafficPolicyAlreadyExists(opts) {
507
+ var _this = _super.call(this, __assign({ name: "TrafficPolicyAlreadyExists", $fault: "client" }, opts)) || this;
508
+ _this.name = "TrafficPolicyAlreadyExists";
509
+ _this.$fault = "client";
510
+ Object.setPrototypeOf(_this, TrafficPolicyAlreadyExists.prototype);
511
+ return _this;
512
+ }
513
+ return TrafficPolicyAlreadyExists;
514
+ }(__BaseException));
515
+ export { TrafficPolicyAlreadyExists };
516
+ var NoSuchTrafficPolicy = (function (_super) {
517
+ __extends(NoSuchTrafficPolicy, _super);
518
+ function NoSuchTrafficPolicy(opts) {
519
+ var _this = _super.call(this, __assign({ name: "NoSuchTrafficPolicy", $fault: "client" }, opts)) || this;
520
+ _this.name = "NoSuchTrafficPolicy";
521
+ _this.$fault = "client";
522
+ Object.setPrototypeOf(_this, NoSuchTrafficPolicy.prototype);
523
+ return _this;
524
+ }
525
+ return NoSuchTrafficPolicy;
526
+ }(__BaseException));
527
+ export { NoSuchTrafficPolicy };
528
+ var TooManyTrafficPolicyInstances = (function (_super) {
529
+ __extends(TooManyTrafficPolicyInstances, _super);
530
+ function TooManyTrafficPolicyInstances(opts) {
531
+ var _this = _super.call(this, __assign({ name: "TooManyTrafficPolicyInstances", $fault: "client" }, opts)) || this;
532
+ _this.name = "TooManyTrafficPolicyInstances";
533
+ _this.$fault = "client";
534
+ Object.setPrototypeOf(_this, TooManyTrafficPolicyInstances.prototype);
535
+ return _this;
536
+ }
537
+ return TooManyTrafficPolicyInstances;
538
+ }(__BaseException));
539
+ export { TooManyTrafficPolicyInstances };
540
+ var TrafficPolicyInstanceAlreadyExists = (function (_super) {
541
+ __extends(TrafficPolicyInstanceAlreadyExists, _super);
542
+ function TrafficPolicyInstanceAlreadyExists(opts) {
543
+ var _this = _super.call(this, __assign({ name: "TrafficPolicyInstanceAlreadyExists", $fault: "client" }, opts)) || this;
544
+ _this.name = "TrafficPolicyInstanceAlreadyExists";
545
+ _this.$fault = "client";
546
+ Object.setPrototypeOf(_this, TrafficPolicyInstanceAlreadyExists.prototype);
547
+ return _this;
548
+ }
549
+ return TrafficPolicyInstanceAlreadyExists;
550
+ }(__BaseException));
551
+ export { TrafficPolicyInstanceAlreadyExists };
552
+ var TooManyTrafficPolicyVersionsForCurrentPolicy = (function (_super) {
553
+ __extends(TooManyTrafficPolicyVersionsForCurrentPolicy, _super);
554
+ function TooManyTrafficPolicyVersionsForCurrentPolicy(opts) {
555
+ var _this = _super.call(this, __assign({ name: "TooManyTrafficPolicyVersionsForCurrentPolicy", $fault: "client" }, opts)) || this;
556
+ _this.name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
557
+ _this.$fault = "client";
558
+ Object.setPrototypeOf(_this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
559
+ return _this;
560
+ }
561
+ return TooManyTrafficPolicyVersionsForCurrentPolicy;
562
+ }(__BaseException));
563
+ export { TooManyTrafficPolicyVersionsForCurrentPolicy };
564
+ var TooManyVPCAssociationAuthorizations = (function (_super) {
565
+ __extends(TooManyVPCAssociationAuthorizations, _super);
566
+ function TooManyVPCAssociationAuthorizations(opts) {
567
+ var _this = _super.call(this, __assign({ name: "TooManyVPCAssociationAuthorizations", $fault: "client" }, opts)) || this;
568
+ _this.name = "TooManyVPCAssociationAuthorizations";
569
+ _this.$fault = "client";
570
+ Object.setPrototypeOf(_this, TooManyVPCAssociationAuthorizations.prototype);
571
+ return _this;
572
+ }
573
+ return TooManyVPCAssociationAuthorizations;
574
+ }(__BaseException));
575
+ export { TooManyVPCAssociationAuthorizations };
576
+ var KeySigningKeyInParentDSRecord = (function (_super) {
577
+ __extends(KeySigningKeyInParentDSRecord, _super);
578
+ function KeySigningKeyInParentDSRecord(opts) {
579
+ var _this = _super.call(this, __assign({ name: "KeySigningKeyInParentDSRecord", $fault: "client" }, opts)) || this;
580
+ _this.name = "KeySigningKeyInParentDSRecord";
581
+ _this.$fault = "client";
582
+ Object.setPrototypeOf(_this, KeySigningKeyInParentDSRecord.prototype);
583
+ return _this;
584
+ }
585
+ return KeySigningKeyInParentDSRecord;
586
+ }(__BaseException));
587
+ export { KeySigningKeyInParentDSRecord };
588
+ var KeySigningKeyInUse = (function (_super) {
589
+ __extends(KeySigningKeyInUse, _super);
590
+ function KeySigningKeyInUse(opts) {
591
+ var _this = _super.call(this, __assign({ name: "KeySigningKeyInUse", $fault: "client" }, opts)) || this;
592
+ _this.name = "KeySigningKeyInUse";
593
+ _this.$fault = "client";
594
+ Object.setPrototypeOf(_this, KeySigningKeyInUse.prototype);
595
+ return _this;
596
+ }
597
+ return KeySigningKeyInUse;
598
+ }(__BaseException));
599
+ export { KeySigningKeyInUse };
600
+ var CidrCollectionInUseException = (function (_super) {
601
+ __extends(CidrCollectionInUseException, _super);
602
+ function CidrCollectionInUseException(opts) {
603
+ var _this = _super.call(this, __assign({ name: "CidrCollectionInUseException", $fault: "client" }, opts)) || this;
604
+ _this.name = "CidrCollectionInUseException";
605
+ _this.$fault = "client";
606
+ Object.setPrototypeOf(_this, CidrCollectionInUseException.prototype);
607
+ _this.Message = opts.Message;
608
+ return _this;
609
+ }
610
+ return CidrCollectionInUseException;
611
+ }(__BaseException));
612
+ export { CidrCollectionInUseException };
613
+ var HealthCheckInUse = (function (_super) {
614
+ __extends(HealthCheckInUse, _super);
615
+ function HealthCheckInUse(opts) {
616
+ var _this = _super.call(this, __assign({ name: "HealthCheckInUse", $fault: "client" }, opts)) || this;
617
+ _this.name = "HealthCheckInUse";
618
+ _this.$fault = "client";
619
+ Object.setPrototypeOf(_this, HealthCheckInUse.prototype);
620
+ return _this;
621
+ }
622
+ return HealthCheckInUse;
623
+ }(__BaseException));
624
+ export { HealthCheckInUse };
625
+ var HostedZoneNotEmpty = (function (_super) {
626
+ __extends(HostedZoneNotEmpty, _super);
627
+ function HostedZoneNotEmpty(opts) {
628
+ var _this = _super.call(this, __assign({ name: "HostedZoneNotEmpty", $fault: "client" }, opts)) || this;
629
+ _this.name = "HostedZoneNotEmpty";
630
+ _this.$fault = "client";
631
+ Object.setPrototypeOf(_this, HostedZoneNotEmpty.prototype);
632
+ return _this;
633
+ }
634
+ return HostedZoneNotEmpty;
635
+ }(__BaseException));
636
+ export { HostedZoneNotEmpty };
637
+ var NoSuchQueryLoggingConfig = (function (_super) {
638
+ __extends(NoSuchQueryLoggingConfig, _super);
639
+ function NoSuchQueryLoggingConfig(opts) {
640
+ var _this = _super.call(this, __assign({ name: "NoSuchQueryLoggingConfig", $fault: "client" }, opts)) || this;
641
+ _this.name = "NoSuchQueryLoggingConfig";
642
+ _this.$fault = "client";
643
+ Object.setPrototypeOf(_this, NoSuchQueryLoggingConfig.prototype);
644
+ return _this;
645
+ }
646
+ return NoSuchQueryLoggingConfig;
647
+ }(__BaseException));
648
+ export { NoSuchQueryLoggingConfig };
649
+ var DelegationSetInUse = (function (_super) {
650
+ __extends(DelegationSetInUse, _super);
651
+ function DelegationSetInUse(opts) {
652
+ var _this = _super.call(this, __assign({ name: "DelegationSetInUse", $fault: "client" }, opts)) || this;
653
+ _this.name = "DelegationSetInUse";
654
+ _this.$fault = "client";
655
+ Object.setPrototypeOf(_this, DelegationSetInUse.prototype);
656
+ return _this;
657
+ }
658
+ return DelegationSetInUse;
659
+ }(__BaseException));
660
+ export { DelegationSetInUse };
661
+ var TrafficPolicyInUse = (function (_super) {
662
+ __extends(TrafficPolicyInUse, _super);
663
+ function TrafficPolicyInUse(opts) {
664
+ var _this = _super.call(this, __assign({ name: "TrafficPolicyInUse", $fault: "client" }, opts)) || this;
665
+ _this.name = "TrafficPolicyInUse";
666
+ _this.$fault = "client";
667
+ Object.setPrototypeOf(_this, TrafficPolicyInUse.prototype);
668
+ return _this;
669
+ }
670
+ return TrafficPolicyInUse;
671
+ }(__BaseException));
672
+ export { TrafficPolicyInUse };
673
+ var NoSuchTrafficPolicyInstance = (function (_super) {
674
+ __extends(NoSuchTrafficPolicyInstance, _super);
675
+ function NoSuchTrafficPolicyInstance(opts) {
676
+ var _this = _super.call(this, __assign({ name: "NoSuchTrafficPolicyInstance", $fault: "client" }, opts)) || this;
677
+ _this.name = "NoSuchTrafficPolicyInstance";
678
+ _this.$fault = "client";
679
+ Object.setPrototypeOf(_this, NoSuchTrafficPolicyInstance.prototype);
680
+ return _this;
681
+ }
682
+ return NoSuchTrafficPolicyInstance;
683
+ }(__BaseException));
684
+ export { NoSuchTrafficPolicyInstance };
685
+ var VPCAssociationAuthorizationNotFound = (function (_super) {
686
+ __extends(VPCAssociationAuthorizationNotFound, _super);
687
+ function VPCAssociationAuthorizationNotFound(opts) {
688
+ var _this = _super.call(this, __assign({ name: "VPCAssociationAuthorizationNotFound", $fault: "client" }, opts)) || this;
689
+ _this.name = "VPCAssociationAuthorizationNotFound";
690
+ _this.$fault = "client";
691
+ Object.setPrototypeOf(_this, VPCAssociationAuthorizationNotFound.prototype);
692
+ return _this;
693
+ }
694
+ return VPCAssociationAuthorizationNotFound;
695
+ }(__BaseException));
696
+ export { VPCAssociationAuthorizationNotFound };
697
+ var DNSSECNotFound = (function (_super) {
698
+ __extends(DNSSECNotFound, _super);
699
+ function DNSSECNotFound(opts) {
700
+ var _this = _super.call(this, __assign({ name: "DNSSECNotFound", $fault: "client" }, opts)) || this;
701
+ _this.name = "DNSSECNotFound";
702
+ _this.$fault = "client";
703
+ Object.setPrototypeOf(_this, DNSSECNotFound.prototype);
704
+ return _this;
705
+ }
706
+ return DNSSECNotFound;
707
+ }(__BaseException));
708
+ export { DNSSECNotFound };
709
+ var LastVPCAssociation = (function (_super) {
710
+ __extends(LastVPCAssociation, _super);
711
+ function LastVPCAssociation(opts) {
712
+ var _this = _super.call(this, __assign({ name: "LastVPCAssociation", $fault: "client" }, opts)) || this;
713
+ _this.name = "LastVPCAssociation";
714
+ _this.$fault = "client";
715
+ Object.setPrototypeOf(_this, LastVPCAssociation.prototype);
716
+ return _this;
717
+ }
718
+ return LastVPCAssociation;
719
+ }(__BaseException));
720
+ export { LastVPCAssociation };
721
+ var VPCAssociationNotFound = (function (_super) {
722
+ __extends(VPCAssociationNotFound, _super);
723
+ function VPCAssociationNotFound(opts) {
724
+ var _this = _super.call(this, __assign({ name: "VPCAssociationNotFound", $fault: "client" }, opts)) || this;
725
+ _this.name = "VPCAssociationNotFound";
726
+ _this.$fault = "client";
727
+ Object.setPrototypeOf(_this, VPCAssociationNotFound.prototype);
728
+ return _this;
729
+ }
730
+ return VPCAssociationNotFound;
731
+ }(__BaseException));
732
+ export { VPCAssociationNotFound };
733
+ var HostedZonePartiallyDelegated = (function (_super) {
734
+ __extends(HostedZonePartiallyDelegated, _super);
735
+ function HostedZonePartiallyDelegated(opts) {
736
+ var _this = _super.call(this, __assign({ name: "HostedZonePartiallyDelegated", $fault: "client" }, opts)) || this;
737
+ _this.name = "HostedZonePartiallyDelegated";
738
+ _this.$fault = "client";
739
+ Object.setPrototypeOf(_this, HostedZonePartiallyDelegated.prototype);
740
+ return _this;
741
+ }
742
+ return HostedZonePartiallyDelegated;
743
+ }(__BaseException));
744
+ export { HostedZonePartiallyDelegated };
745
+ var KeySigningKeyWithActiveStatusNotFound = (function (_super) {
746
+ __extends(KeySigningKeyWithActiveStatusNotFound, _super);
747
+ function KeySigningKeyWithActiveStatusNotFound(opts) {
748
+ var _this = _super.call(this, __assign({ name: "KeySigningKeyWithActiveStatusNotFound", $fault: "client" }, opts)) || this;
749
+ _this.name = "KeySigningKeyWithActiveStatusNotFound";
750
+ _this.$fault = "client";
751
+ Object.setPrototypeOf(_this, KeySigningKeyWithActiveStatusNotFound.prototype);
752
+ return _this;
753
+ }
754
+ return KeySigningKeyWithActiveStatusNotFound;
755
+ }(__BaseException));
756
+ export { KeySigningKeyWithActiveStatusNotFound };
757
+ var NoSuchChange = (function (_super) {
758
+ __extends(NoSuchChange, _super);
759
+ function NoSuchChange(opts) {
760
+ var _this = _super.call(this, __assign({ name: "NoSuchChange", $fault: "client" }, opts)) || this;
761
+ _this.name = "NoSuchChange";
762
+ _this.$fault = "client";
763
+ Object.setPrototypeOf(_this, NoSuchChange.prototype);
764
+ return _this;
765
+ }
766
+ return NoSuchChange;
767
+ }(__BaseException));
768
+ export { NoSuchChange };
769
+ var NoSuchGeoLocation = (function (_super) {
770
+ __extends(NoSuchGeoLocation, _super);
771
+ function NoSuchGeoLocation(opts) {
772
+ var _this = _super.call(this, __assign({ name: "NoSuchGeoLocation", $fault: "client" }, opts)) || this;
773
+ _this.name = "NoSuchGeoLocation";
774
+ _this.$fault = "client";
775
+ Object.setPrototypeOf(_this, NoSuchGeoLocation.prototype);
776
+ return _this;
777
+ }
778
+ return NoSuchGeoLocation;
779
+ }(__BaseException));
780
+ export { NoSuchGeoLocation };
781
+ var IncompatibleVersion = (function (_super) {
782
+ __extends(IncompatibleVersion, _super);
783
+ function IncompatibleVersion(opts) {
784
+ var _this = _super.call(this, __assign({ name: "IncompatibleVersion", $fault: "client" }, opts)) || this;
785
+ _this.name = "IncompatibleVersion";
786
+ _this.$fault = "client";
787
+ Object.setPrototypeOf(_this, IncompatibleVersion.prototype);
788
+ return _this;
789
+ }
790
+ return IncompatibleVersion;
791
+ }(__BaseException));
792
+ export { IncompatibleVersion };
793
+ var HostedZoneNotPrivate = (function (_super) {
794
+ __extends(HostedZoneNotPrivate, _super);
795
+ function HostedZoneNotPrivate(opts) {
796
+ var _this = _super.call(this, __assign({ name: "HostedZoneNotPrivate", $fault: "client" }, opts)) || this;
797
+ _this.name = "HostedZoneNotPrivate";
798
+ _this.$fault = "client";
799
+ Object.setPrototypeOf(_this, HostedZoneNotPrivate.prototype);
800
+ return _this;
801
+ }
802
+ return HostedZoneNotPrivate;
803
+ }(__BaseException));
804
+ export { HostedZoneNotPrivate };
805
+ var NoSuchCidrLocationException = (function (_super) {
806
+ __extends(NoSuchCidrLocationException, _super);
807
+ function NoSuchCidrLocationException(opts) {
808
+ var _this = _super.call(this, __assign({ name: "NoSuchCidrLocationException", $fault: "client" }, opts)) || this;
809
+ _this.name = "NoSuchCidrLocationException";
810
+ _this.$fault = "client";
811
+ Object.setPrototypeOf(_this, NoSuchCidrLocationException.prototype);
812
+ _this.Message = opts.Message;
813
+ return _this;
814
+ }
815
+ return NoSuchCidrLocationException;
816
+ }(__BaseException));
817
+ export { NoSuchCidrLocationException };
818
+ var InvalidPaginationToken = (function (_super) {
819
+ __extends(InvalidPaginationToken, _super);
820
+ function InvalidPaginationToken(opts) {
821
+ var _this = _super.call(this, __assign({ name: "InvalidPaginationToken", $fault: "client" }, opts)) || this;
822
+ _this.name = "InvalidPaginationToken";
823
+ _this.$fault = "client";
824
+ Object.setPrototypeOf(_this, InvalidPaginationToken.prototype);
825
+ return _this;
826
+ }
827
+ return InvalidPaginationToken;
828
+ }(__BaseException));
829
+ export { InvalidPaginationToken };
830
+ var HealthCheckVersionMismatch = (function (_super) {
831
+ __extends(HealthCheckVersionMismatch, _super);
832
+ function HealthCheckVersionMismatch(opts) {
833
+ var _this = _super.call(this, __assign({ name: "HealthCheckVersionMismatch", $fault: "client" }, opts)) || this;
834
+ _this.name = "HealthCheckVersionMismatch";
835
+ _this.$fault = "client";
836
+ Object.setPrototypeOf(_this, HealthCheckVersionMismatch.prototype);
837
+ return _this;
838
+ }
839
+ return HealthCheckVersionMismatch;
840
+ }(__BaseException));
841
+ export { HealthCheckVersionMismatch };
842
+ var ConflictingTypes = (function (_super) {
843
+ __extends(ConflictingTypes, _super);
844
+ function ConflictingTypes(opts) {
845
+ var _this = _super.call(this, __assign({ name: "ConflictingTypes", $fault: "client" }, opts)) || this;
846
+ _this.name = "ConflictingTypes";
847
+ _this.$fault = "client";
848
+ Object.setPrototypeOf(_this, ConflictingTypes.prototype);
849
+ return _this;
850
+ }
851
+ return ConflictingTypes;
852
+ }(__BaseException));
853
+ export { ConflictingTypes };
854
+ export var AccountLimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
855
+ export var ActivateKeySigningKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
856
+ export var ChangeInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
857
+ export var ActivateKeySigningKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
+ export var AlarmIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
859
+ export var AliasTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
+ export var VPCFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
861
+ export var AssociateVPCWithHostedZoneRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
+ export var AssociateVPCWithHostedZoneResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
863
+ export var CidrCollectionChangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
864
+ export var ChangeCidrCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
865
+ export var ChangeCidrCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
866
+ export var CidrRoutingConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
867
+ export var GeoLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
868
+ export var ResourceRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
869
+ export var ResourceRecordSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
870
+ export var ChangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
871
+ export var ChangeBatchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
872
+ export var ChangeResourceRecordSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
873
+ export var ChangeResourceRecordSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
874
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
875
+ export var ChangeTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
876
+ export var ChangeTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
877
+ export var CreateCidrCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
878
+ export var CidrCollectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
879
+ export var CreateCidrCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
880
+ export var HealthCheckConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
+ export var CreateHealthCheckRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
882
+ export var DimensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
883
+ export var CloudWatchAlarmConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
884
+ export var LinkedServiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
885
+ export var HealthCheckFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
886
+ export var CreateHealthCheckResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
887
+ export var HostedZoneConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
888
+ export var CreateHostedZoneRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
889
+ export var DelegationSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
890
+ export var HostedZoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
891
+ export var CreateHostedZoneResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
892
+ export var CreateKeySigningKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
+ export var KeySigningKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
894
+ export var CreateKeySigningKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
895
+ export var CreateQueryLoggingConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
896
+ export var QueryLoggingConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
897
+ export var CreateQueryLoggingConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
898
+ export var CreateReusableDelegationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
899
+ export var CreateReusableDelegationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
900
+ export var CreateTrafficPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
901
+ export var TrafficPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
+ export var CreateTrafficPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
903
+ export var CreateTrafficPolicyInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
904
+ export var TrafficPolicyInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
905
+ export var CreateTrafficPolicyInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
906
+ export var CreateTrafficPolicyVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
907
+ export var CreateTrafficPolicyVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
908
+ export var CreateVPCAssociationAuthorizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
909
+ export var CreateVPCAssociationAuthorizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
+ export var DeactivateKeySigningKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
911
+ export var DeactivateKeySigningKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
912
+ export var DeleteCidrCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
913
+ export var DeleteCidrCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
914
+ export var DeleteHealthCheckRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
915
+ export var DeleteHealthCheckResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
916
+ export var DeleteHostedZoneRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
917
+ export var DeleteHostedZoneResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
918
+ export var DeleteKeySigningKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
919
+ export var DeleteKeySigningKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
920
+ export var DeleteQueryLoggingConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
921
+ export var DeleteQueryLoggingConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
922
+ export var DeleteReusableDelegationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
923
+ export var DeleteReusableDelegationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
924
+ export var DeleteTrafficPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
925
+ export var DeleteTrafficPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
926
+ export var DeleteTrafficPolicyInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
927
+ export var DeleteTrafficPolicyInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
928
+ export var DeleteVPCAssociationAuthorizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
929
+ export var DeleteVPCAssociationAuthorizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
930
+ export var DisableHostedZoneDNSSECRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
931
+ export var DisableHostedZoneDNSSECResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
932
+ export var DisassociateVPCFromHostedZoneRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
933
+ export var DisassociateVPCFromHostedZoneResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
934
+ export var EnableHostedZoneDNSSECRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
935
+ export var EnableHostedZoneDNSSECResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
936
+ export var GetAccountLimitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
937
+ export var GetAccountLimitResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
938
+ export var GetChangeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
939
+ export var GetChangeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
940
+ export var GetCheckerIpRangesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
941
+ export var GetCheckerIpRangesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
942
+ export var GetDNSSECRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
943
+ export var DNSSECStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
944
+ export var GetDNSSECResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
945
+ export var GetGeoLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
946
+ export var GeoLocationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
947
+ export var GetGeoLocationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
948
+ export var GetHealthCheckRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
949
+ export var GetHealthCheckResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
950
+ export var GetHealthCheckCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
951
+ export var GetHealthCheckCountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
952
+ export var GetHealthCheckLastFailureReasonRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
953
+ export var StatusReportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
954
+ export var HealthCheckObservationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
955
+ export var GetHealthCheckLastFailureReasonResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
956
+ export var GetHealthCheckStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
957
+ export var GetHealthCheckStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
958
+ export var GetHostedZoneRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
959
+ export var GetHostedZoneResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
960
+ export var GetHostedZoneCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
961
+ export var GetHostedZoneCountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
962
+ export var GetHostedZoneLimitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
963
+ export var HostedZoneLimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
964
+ export var GetHostedZoneLimitResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
965
+ export var GetQueryLoggingConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
966
+ export var GetQueryLoggingConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
967
+ export var GetReusableDelegationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
968
+ export var GetReusableDelegationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
969
+ export var GetReusableDelegationSetLimitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
970
+ export var ReusableDelegationSetLimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
971
+ export var GetReusableDelegationSetLimitResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
972
+ export var GetTrafficPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
973
+ export var GetTrafficPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
974
+ export var GetTrafficPolicyInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
975
+ export var GetTrafficPolicyInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
976
+ export var GetTrafficPolicyInstanceCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
977
+ export var GetTrafficPolicyInstanceCountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
978
+ export var ListCidrBlocksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
979
+ export var CidrBlockSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
980
+ export var ListCidrBlocksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
981
+ export var ListCidrCollectionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
982
+ export var CollectionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
983
+ export var ListCidrCollectionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
984
+ export var ListCidrLocationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
985
+ export var LocationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
986
+ export var ListCidrLocationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
987
+ export var ListGeoLocationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
988
+ export var ListGeoLocationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
989
+ export var ListHealthChecksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
990
+ export var ListHealthChecksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
991
+ export var ListHostedZonesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
992
+ export var ListHostedZonesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
993
+ export var ListHostedZonesByNameRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
994
+ export var ListHostedZonesByNameResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
995
+ export var ListHostedZonesByVPCRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
996
+ export var HostedZoneOwnerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
997
+ export var HostedZoneSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
998
+ export var ListHostedZonesByVPCResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
999
+ export var ListQueryLoggingConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1000
+ export var ListQueryLoggingConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1001
+ export var ListResourceRecordSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1002
+ export var ListResourceRecordSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1003
+ export var ListReusableDelegationSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1004
+ export var ListReusableDelegationSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1005
+ export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1006
+ export var ResourceTagSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1007
+ export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1008
+ export var ListTagsForResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1009
+ export var ListTagsForResourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1010
+ export var ListTrafficPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1011
+ export var TrafficPolicySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1012
+ export var ListTrafficPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1013
+ export var ListTrafficPolicyInstancesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1014
+ export var ListTrafficPolicyInstancesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1015
+ export var ListTrafficPolicyInstancesByHostedZoneRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1016
+ export var ListTrafficPolicyInstancesByHostedZoneResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1017
+ export var ListTrafficPolicyInstancesByPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1018
+ export var ListTrafficPolicyInstancesByPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1019
+ export var ListTrafficPolicyVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1020
+ export var ListTrafficPolicyVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1021
+ export var ListVPCAssociationAuthorizationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1022
+ export var ListVPCAssociationAuthorizationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1023
+ export var TestDNSAnswerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1024
+ export var TestDNSAnswerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1025
+ export var UpdateHealthCheckRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1026
+ export var UpdateHealthCheckResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1027
+ export var UpdateHostedZoneCommentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1028
+ export var UpdateHostedZoneCommentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1029
+ export var UpdateTrafficPolicyCommentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1030
+ export var UpdateTrafficPolicyCommentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1031
+ export var UpdateTrafficPolicyInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1032
+ export var UpdateTrafficPolicyInstanceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };