@aws-sdk/client-pca-connector-scep 3.987.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +31 -536
- package/dist-cjs/models/PcaConnectorScepServiceException.js +12 -0
- package/dist-cjs/models/errors.js +144 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +339 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +49 -43
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var PcaConnectorScepServiceException = require('./models/PcaConnectorScepServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,472 +113,6 @@ class PcaConnectorScepClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class PcaConnectorScepServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, PcaConnectorScepServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends PcaConnectorScepServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class BadRequestException extends PcaConnectorScepServiceException {
|
|
135
|
-
name = "BadRequestException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "BadRequestException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class ConflictException extends PcaConnectorScepServiceException {
|
|
149
|
-
name = "ConflictException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
Message;
|
|
152
|
-
ResourceId;
|
|
153
|
-
ResourceType;
|
|
154
|
-
constructor(opts) {
|
|
155
|
-
super({
|
|
156
|
-
name: "ConflictException",
|
|
157
|
-
$fault: "client",
|
|
158
|
-
...opts,
|
|
159
|
-
});
|
|
160
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
161
|
-
this.Message = opts.Message;
|
|
162
|
-
this.ResourceId = opts.ResourceId;
|
|
163
|
-
this.ResourceType = opts.ResourceType;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
class InternalServerException extends PcaConnectorScepServiceException {
|
|
167
|
-
name = "InternalServerException";
|
|
168
|
-
$fault = "server";
|
|
169
|
-
$retryable = {};
|
|
170
|
-
Message;
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "InternalServerException",
|
|
174
|
-
$fault: "server",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
178
|
-
this.Message = opts.Message;
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
class ResourceNotFoundException extends PcaConnectorScepServiceException {
|
|
182
|
-
name = "ResourceNotFoundException";
|
|
183
|
-
$fault = "client";
|
|
184
|
-
Message;
|
|
185
|
-
ResourceId;
|
|
186
|
-
ResourceType;
|
|
187
|
-
constructor(opts) {
|
|
188
|
-
super({
|
|
189
|
-
name: "ResourceNotFoundException",
|
|
190
|
-
$fault: "client",
|
|
191
|
-
...opts,
|
|
192
|
-
});
|
|
193
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
194
|
-
this.Message = opts.Message;
|
|
195
|
-
this.ResourceId = opts.ResourceId;
|
|
196
|
-
this.ResourceType = opts.ResourceType;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
class ServiceQuotaExceededException extends PcaConnectorScepServiceException {
|
|
200
|
-
name = "ServiceQuotaExceededException";
|
|
201
|
-
$fault = "client";
|
|
202
|
-
Message;
|
|
203
|
-
ResourceType;
|
|
204
|
-
ServiceCode;
|
|
205
|
-
QuotaCode;
|
|
206
|
-
constructor(opts) {
|
|
207
|
-
super({
|
|
208
|
-
name: "ServiceQuotaExceededException",
|
|
209
|
-
$fault: "client",
|
|
210
|
-
...opts,
|
|
211
|
-
});
|
|
212
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
213
|
-
this.Message = opts.Message;
|
|
214
|
-
this.ResourceType = opts.ResourceType;
|
|
215
|
-
this.ServiceCode = opts.ServiceCode;
|
|
216
|
-
this.QuotaCode = opts.QuotaCode;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
class ThrottlingException extends PcaConnectorScepServiceException {
|
|
220
|
-
name = "ThrottlingException";
|
|
221
|
-
$fault = "client";
|
|
222
|
-
$retryable = {
|
|
223
|
-
throttling: true,
|
|
224
|
-
};
|
|
225
|
-
Message;
|
|
226
|
-
constructor(opts) {
|
|
227
|
-
super({
|
|
228
|
-
name: "ThrottlingException",
|
|
229
|
-
$fault: "client",
|
|
230
|
-
...opts,
|
|
231
|
-
});
|
|
232
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
233
|
-
this.Message = opts.Message;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
class ValidationException extends PcaConnectorScepServiceException {
|
|
237
|
-
name = "ValidationException";
|
|
238
|
-
$fault = "client";
|
|
239
|
-
Message;
|
|
240
|
-
Reason;
|
|
241
|
-
constructor(opts) {
|
|
242
|
-
super({
|
|
243
|
-
name: "ValidationException",
|
|
244
|
-
$fault: "client",
|
|
245
|
-
...opts,
|
|
246
|
-
});
|
|
247
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
248
|
-
this.Message = opts.Message;
|
|
249
|
-
this.Reason = opts.Reason;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
const _A = "Arn";
|
|
254
|
-
const _AAI = "AzureApplicationId";
|
|
255
|
-
const _ADE = "AccessDeniedException";
|
|
256
|
-
const _Au = "Audience";
|
|
257
|
-
const _BRE = "BadRequestException";
|
|
258
|
-
const _C = "Challenge";
|
|
259
|
-
const _CA = "ConnectorArn";
|
|
260
|
-
const _CAA = "CertificateAuthorityArn";
|
|
261
|
-
const _CAh = "ChallengeArn";
|
|
262
|
-
const _CAr = "CreatedAt";
|
|
263
|
-
const _CC = "CreateChallenge";
|
|
264
|
-
const _CCR = "CreateChallengeRequest";
|
|
265
|
-
const _CCRr = "CreateChallengeResponse";
|
|
266
|
-
const _CCRre = "CreateConnectorRequest";
|
|
267
|
-
const _CCRrea = "CreateConnectorResponse";
|
|
268
|
-
const _CCr = "CreateConnector";
|
|
269
|
-
const _CE = "ConflictException";
|
|
270
|
-
const _CL = "ConnectorList";
|
|
271
|
-
const _CM = "ChallengeMetadata";
|
|
272
|
-
const _CML = "ChallengeMetadataList";
|
|
273
|
-
const _CMS = "ChallengeMetadataSummary";
|
|
274
|
-
const _CS = "ConnectorSummary";
|
|
275
|
-
const _CT = "ClientToken";
|
|
276
|
-
const _Ch = "Challenges";
|
|
277
|
-
const _Co = "Connector";
|
|
278
|
-
const _Con = "Connectors";
|
|
279
|
-
const _D = "Domain";
|
|
280
|
-
const _DC = "DeleteChallenge";
|
|
281
|
-
const _DCR = "DeleteChallengeRequest";
|
|
282
|
-
const _DCRe = "DeleteConnectorRequest";
|
|
283
|
-
const _DCe = "DeleteConnector";
|
|
284
|
-
const _E = "Endpoint";
|
|
285
|
-
const _GC = "GetConnector";
|
|
286
|
-
const _GCM = "GetChallengeMetadata";
|
|
287
|
-
const _GCMR = "GetChallengeMetadataRequest";
|
|
288
|
-
const _GCMRe = "GetChallengeMetadataResponse";
|
|
289
|
-
const _GCP = "GetChallengePassword";
|
|
290
|
-
const _GCPR = "GetChallengePasswordRequest";
|
|
291
|
-
const _GCPRe = "GetChallengePasswordResponse";
|
|
292
|
-
const _GCR = "GetConnectorRequest";
|
|
293
|
-
const _GCRe = "GetConnectorResponse";
|
|
294
|
-
const _I = "Issuer";
|
|
295
|
-
const _IC = "IntuneConfiguration";
|
|
296
|
-
const _ISE = "InternalServerException";
|
|
297
|
-
const _In = "Intune";
|
|
298
|
-
const _LC = "ListConnectors";
|
|
299
|
-
const _LCM = "ListChallengeMetadata";
|
|
300
|
-
const _LCMR = "ListChallengeMetadataRequest";
|
|
301
|
-
const _LCMRi = "ListChallengeMetadataResponse";
|
|
302
|
-
const _LCR = "ListConnectorsRequest";
|
|
303
|
-
const _LCRi = "ListConnectorsResponse";
|
|
304
|
-
const _LTFR = "ListTagsForResource";
|
|
305
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
306
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
307
|
-
const _M = "Message";
|
|
308
|
-
const _MDM = "MobileDeviceManagement";
|
|
309
|
-
const _MR = "MaxResults";
|
|
310
|
-
const _NT = "NextToken";
|
|
311
|
-
const _OIC = "OpenIdConfiguration";
|
|
312
|
-
const _P = "Password";
|
|
313
|
-
const _QC = "QuotaCode";
|
|
314
|
-
const _R = "Reason";
|
|
315
|
-
const _RA = "ResourceArn";
|
|
316
|
-
const _RI = "ResourceId";
|
|
317
|
-
const _RNFE = "ResourceNotFoundException";
|
|
318
|
-
const _RT = "ResourceType";
|
|
319
|
-
const _S = "Status";
|
|
320
|
-
const _SC = "ServiceCode";
|
|
321
|
-
const _SQEE = "ServiceQuotaExceededException";
|
|
322
|
-
const _SR = "StatusReason";
|
|
323
|
-
const _SS = "SensitiveString";
|
|
324
|
-
const _Su = "Subject";
|
|
325
|
-
const _T = "Type";
|
|
326
|
-
const _TE = "ThrottlingException";
|
|
327
|
-
const _TK = "TagKeys";
|
|
328
|
-
const _TR = "TagResource";
|
|
329
|
-
const _TRR = "TagResourceRequest";
|
|
330
|
-
const _Ta = "Tags";
|
|
331
|
-
const _UA = "UpdatedAt";
|
|
332
|
-
const _UR = "UntagResource";
|
|
333
|
-
const _URR = "UntagResourceRequest";
|
|
334
|
-
const _VE = "ValidationException";
|
|
335
|
-
const _c = "client";
|
|
336
|
-
const _e = "error";
|
|
337
|
-
const _h = "http";
|
|
338
|
-
const _hE = "httpError";
|
|
339
|
-
const _hQ = "httpQuery";
|
|
340
|
-
const _s = "server";
|
|
341
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pcaconnectorscep";
|
|
342
|
-
const _tK = "tagKeys";
|
|
343
|
-
const n0 = "com.amazonaws.pcaconnectorscep";
|
|
344
|
-
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
345
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
346
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
347
|
-
[_M],
|
|
348
|
-
[0], 1
|
|
349
|
-
];
|
|
350
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
351
|
-
var BadRequestException$ = [-3, n0, _BRE,
|
|
352
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
353
|
-
[_M],
|
|
354
|
-
[0], 1
|
|
355
|
-
];
|
|
356
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
357
|
-
var Challenge$ = [3, n0, _C,
|
|
358
|
-
0,
|
|
359
|
-
[_A, _CA, _CAr, _UA, _P],
|
|
360
|
-
[0, 0, 4, 4, [() => SensitiveString, 0]]
|
|
361
|
-
];
|
|
362
|
-
var ChallengeMetadata$ = [3, n0, _CM,
|
|
363
|
-
0,
|
|
364
|
-
[_A, _CA, _CAr, _UA],
|
|
365
|
-
[0, 0, 4, 4]
|
|
366
|
-
];
|
|
367
|
-
var ChallengeMetadataSummary$ = [3, n0, _CMS,
|
|
368
|
-
0,
|
|
369
|
-
[_A, _CA, _CAr, _UA],
|
|
370
|
-
[0, 0, 4, 4]
|
|
371
|
-
];
|
|
372
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
373
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
374
|
-
[_M, _RI, _RT],
|
|
375
|
-
[0, 0, 0], 3
|
|
376
|
-
];
|
|
377
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
378
|
-
var Connector$ = [3, n0, _Co,
|
|
379
|
-
0,
|
|
380
|
-
[_A, _CAA, _T, _MDM, _OIC, _S, _SR, _E, _CAr, _UA],
|
|
381
|
-
[0, 0, 0, () => MobileDeviceManagement$, () => OpenIdConfiguration$, 0, 0, 0, 4, 4]
|
|
382
|
-
];
|
|
383
|
-
var ConnectorSummary$ = [3, n0, _CS,
|
|
384
|
-
0,
|
|
385
|
-
[_A, _CAA, _T, _MDM, _OIC, _S, _SR, _E, _CAr, _UA],
|
|
386
|
-
[0, 0, 0, () => MobileDeviceManagement$, () => OpenIdConfiguration$, 0, 0, 0, 4, 4]
|
|
387
|
-
];
|
|
388
|
-
var CreateChallengeRequest$ = [3, n0, _CCR,
|
|
389
|
-
0,
|
|
390
|
-
[_CA, _CT, _Ta],
|
|
391
|
-
[0, [0, 4], 128 | 0], 1
|
|
392
|
-
];
|
|
393
|
-
var CreateChallengeResponse$ = [3, n0, _CCRr,
|
|
394
|
-
0,
|
|
395
|
-
[_C],
|
|
396
|
-
[[() => Challenge$, 0]]
|
|
397
|
-
];
|
|
398
|
-
var CreateConnectorRequest$ = [3, n0, _CCRre,
|
|
399
|
-
0,
|
|
400
|
-
[_CAA, _MDM, _CT, _Ta],
|
|
401
|
-
[0, () => MobileDeviceManagement$, [0, 4], 128 | 0], 1
|
|
402
|
-
];
|
|
403
|
-
var CreateConnectorResponse$ = [3, n0, _CCRrea,
|
|
404
|
-
0,
|
|
405
|
-
[_CA],
|
|
406
|
-
[0]
|
|
407
|
-
];
|
|
408
|
-
var DeleteChallengeRequest$ = [3, n0, _DCR,
|
|
409
|
-
0,
|
|
410
|
-
[_CAh],
|
|
411
|
-
[[0, 1]], 1
|
|
412
|
-
];
|
|
413
|
-
var DeleteConnectorRequest$ = [3, n0, _DCRe,
|
|
414
|
-
0,
|
|
415
|
-
[_CA],
|
|
416
|
-
[[0, 1]], 1
|
|
417
|
-
];
|
|
418
|
-
var GetChallengeMetadataRequest$ = [3, n0, _GCMR,
|
|
419
|
-
0,
|
|
420
|
-
[_CAh],
|
|
421
|
-
[[0, 1]], 1
|
|
422
|
-
];
|
|
423
|
-
var GetChallengeMetadataResponse$ = [3, n0, _GCMRe,
|
|
424
|
-
0,
|
|
425
|
-
[_CM],
|
|
426
|
-
[() => ChallengeMetadata$]
|
|
427
|
-
];
|
|
428
|
-
var GetChallengePasswordRequest$ = [3, n0, _GCPR,
|
|
429
|
-
0,
|
|
430
|
-
[_CAh],
|
|
431
|
-
[[0, 1]], 1
|
|
432
|
-
];
|
|
433
|
-
var GetChallengePasswordResponse$ = [3, n0, _GCPRe,
|
|
434
|
-
0,
|
|
435
|
-
[_P],
|
|
436
|
-
[[() => SensitiveString, 0]]
|
|
437
|
-
];
|
|
438
|
-
var GetConnectorRequest$ = [3, n0, _GCR,
|
|
439
|
-
0,
|
|
440
|
-
[_CA],
|
|
441
|
-
[[0, 1]], 1
|
|
442
|
-
];
|
|
443
|
-
var GetConnectorResponse$ = [3, n0, _GCRe,
|
|
444
|
-
0,
|
|
445
|
-
[_Co],
|
|
446
|
-
[() => Connector$]
|
|
447
|
-
];
|
|
448
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
449
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
450
|
-
[_M],
|
|
451
|
-
[0], 1
|
|
452
|
-
];
|
|
453
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
454
|
-
var IntuneConfiguration$ = [3, n0, _IC,
|
|
455
|
-
0,
|
|
456
|
-
[_AAI, _D],
|
|
457
|
-
[0, 0], 2
|
|
458
|
-
];
|
|
459
|
-
var ListChallengeMetadataRequest$ = [3, n0, _LCMR,
|
|
460
|
-
0,
|
|
461
|
-
[_CA, _MR, _NT],
|
|
462
|
-
[[0, { [_hQ]: _CA }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
|
|
463
|
-
];
|
|
464
|
-
var ListChallengeMetadataResponse$ = [3, n0, _LCMRi,
|
|
465
|
-
0,
|
|
466
|
-
[_Ch, _NT],
|
|
467
|
-
[() => ChallengeMetadataList, 0]
|
|
468
|
-
];
|
|
469
|
-
var ListConnectorsRequest$ = [3, n0, _LCR,
|
|
470
|
-
0,
|
|
471
|
-
[_MR, _NT],
|
|
472
|
-
[[1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]]
|
|
473
|
-
];
|
|
474
|
-
var ListConnectorsResponse$ = [3, n0, _LCRi,
|
|
475
|
-
0,
|
|
476
|
-
[_Con, _NT],
|
|
477
|
-
[() => ConnectorList, 0]
|
|
478
|
-
];
|
|
479
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
480
|
-
0,
|
|
481
|
-
[_RA],
|
|
482
|
-
[[0, 1]], 1
|
|
483
|
-
];
|
|
484
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
485
|
-
0,
|
|
486
|
-
[_Ta],
|
|
487
|
-
[128 | 0]
|
|
488
|
-
];
|
|
489
|
-
var OpenIdConfiguration$ = [3, n0, _OIC,
|
|
490
|
-
0,
|
|
491
|
-
[_I, _Su, _Au],
|
|
492
|
-
[0, 0, 0]
|
|
493
|
-
];
|
|
494
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
495
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
496
|
-
[_M, _RI, _RT],
|
|
497
|
-
[0, 0, 0], 3
|
|
498
|
-
];
|
|
499
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
500
|
-
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
501
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
502
|
-
[_M, _RT, _SC, _QC],
|
|
503
|
-
[0, 0, 0, 0], 4
|
|
504
|
-
];
|
|
505
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
506
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
507
|
-
0,
|
|
508
|
-
[_RA, _Ta],
|
|
509
|
-
[[0, 1], 128 | 0], 2
|
|
510
|
-
];
|
|
511
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
512
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
513
|
-
[_M],
|
|
514
|
-
[0], 1
|
|
515
|
-
];
|
|
516
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
517
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
518
|
-
0,
|
|
519
|
-
[_RA, _TK],
|
|
520
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
521
|
-
];
|
|
522
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
523
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
524
|
-
[_M, _R],
|
|
525
|
-
[0, 0], 1
|
|
526
|
-
];
|
|
527
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
528
|
-
var __Unit = "unit";
|
|
529
|
-
var PcaConnectorScepServiceException$ = [-3, _sm, "PcaConnectorScepServiceException", 0, [], []];
|
|
530
|
-
schema.TypeRegistry.for(_sm).registerError(PcaConnectorScepServiceException$, PcaConnectorScepServiceException);
|
|
531
|
-
var ChallengeMetadataList = [1, n0, _CML,
|
|
532
|
-
0, () => ChallengeMetadataSummary$
|
|
533
|
-
];
|
|
534
|
-
var ConnectorList = [1, n0, _CL,
|
|
535
|
-
0, () => ConnectorSummary$
|
|
536
|
-
];
|
|
537
|
-
var MobileDeviceManagement$ = [4, n0, _MDM,
|
|
538
|
-
0,
|
|
539
|
-
[_In],
|
|
540
|
-
[() => IntuneConfiguration$]
|
|
541
|
-
];
|
|
542
|
-
var CreateChallenge$ = [9, n0, _CC,
|
|
543
|
-
{ [_h]: ["POST", "/challenges", 202] }, () => CreateChallengeRequest$, () => CreateChallengeResponse$
|
|
544
|
-
];
|
|
545
|
-
var CreateConnector$ = [9, n0, _CCr,
|
|
546
|
-
{ [_h]: ["POST", "/connectors", 202] }, () => CreateConnectorRequest$, () => CreateConnectorResponse$
|
|
547
|
-
];
|
|
548
|
-
var DeleteChallenge$ = [9, n0, _DC,
|
|
549
|
-
{ [_h]: ["DELETE", "/challenges/{ChallengeArn}", 202] }, () => DeleteChallengeRequest$, () => __Unit
|
|
550
|
-
];
|
|
551
|
-
var DeleteConnector$ = [9, n0, _DCe,
|
|
552
|
-
{ [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202] }, () => DeleteConnectorRequest$, () => __Unit
|
|
553
|
-
];
|
|
554
|
-
var GetChallengeMetadata$ = [9, n0, _GCM,
|
|
555
|
-
{ [_h]: ["GET", "/challengeMetadata/{ChallengeArn}", 200] }, () => GetChallengeMetadataRequest$, () => GetChallengeMetadataResponse$
|
|
556
|
-
];
|
|
557
|
-
var GetChallengePassword$ = [9, n0, _GCP,
|
|
558
|
-
{ [_h]: ["GET", "/challengePasswords/{ChallengeArn}", 200] }, () => GetChallengePasswordRequest$, () => GetChallengePasswordResponse$
|
|
559
|
-
];
|
|
560
|
-
var GetConnector$ = [9, n0, _GC,
|
|
561
|
-
{ [_h]: ["GET", "/connectors/{ConnectorArn}", 200] }, () => GetConnectorRequest$, () => GetConnectorResponse$
|
|
562
|
-
];
|
|
563
|
-
var ListChallengeMetadata$ = [9, n0, _LCM,
|
|
564
|
-
{ [_h]: ["GET", "/challengeMetadata", 200] }, () => ListChallengeMetadataRequest$, () => ListChallengeMetadataResponse$
|
|
565
|
-
];
|
|
566
|
-
var ListConnectors$ = [9, n0, _LC,
|
|
567
|
-
{ [_h]: ["GET", "/connectors", 200] }, () => ListConnectorsRequest$, () => ListConnectorsResponse$
|
|
568
|
-
];
|
|
569
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
570
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
571
|
-
];
|
|
572
|
-
var TagResource$ = [9, n0, _TR,
|
|
573
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
|
|
574
|
-
];
|
|
575
|
-
var UntagResource$ = [9, n0, _UR,
|
|
576
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
|
|
577
|
-
];
|
|
578
|
-
|
|
579
116
|
class CreateChallengeCommand extends smithyClient.Command
|
|
580
117
|
.classBuilder()
|
|
581
118
|
.ep(commonParams)
|
|
@@ -584,7 +121,7 @@ class CreateChallengeCommand extends smithyClient.Command
|
|
|
584
121
|
})
|
|
585
122
|
.s("PcaConnectorScep", "CreateChallenge", {})
|
|
586
123
|
.n("PcaConnectorScepClient", "CreateChallengeCommand")
|
|
587
|
-
.sc(CreateChallenge$)
|
|
124
|
+
.sc(schemas_0.CreateChallenge$)
|
|
588
125
|
.build() {
|
|
589
126
|
}
|
|
590
127
|
|
|
@@ -596,7 +133,7 @@ class CreateConnectorCommand extends smithyClient.Command
|
|
|
596
133
|
})
|
|
597
134
|
.s("PcaConnectorScep", "CreateConnector", {})
|
|
598
135
|
.n("PcaConnectorScepClient", "CreateConnectorCommand")
|
|
599
|
-
.sc(CreateConnector$)
|
|
136
|
+
.sc(schemas_0.CreateConnector$)
|
|
600
137
|
.build() {
|
|
601
138
|
}
|
|
602
139
|
|
|
@@ -608,7 +145,7 @@ class DeleteChallengeCommand extends smithyClient.Command
|
|
|
608
145
|
})
|
|
609
146
|
.s("PcaConnectorScep", "DeleteChallenge", {})
|
|
610
147
|
.n("PcaConnectorScepClient", "DeleteChallengeCommand")
|
|
611
|
-
.sc(DeleteChallenge$)
|
|
148
|
+
.sc(schemas_0.DeleteChallenge$)
|
|
612
149
|
.build() {
|
|
613
150
|
}
|
|
614
151
|
|
|
@@ -620,7 +157,7 @@ class DeleteConnectorCommand extends smithyClient.Command
|
|
|
620
157
|
})
|
|
621
158
|
.s("PcaConnectorScep", "DeleteConnector", {})
|
|
622
159
|
.n("PcaConnectorScepClient", "DeleteConnectorCommand")
|
|
623
|
-
.sc(DeleteConnector$)
|
|
160
|
+
.sc(schemas_0.DeleteConnector$)
|
|
624
161
|
.build() {
|
|
625
162
|
}
|
|
626
163
|
|
|
@@ -632,7 +169,7 @@ class GetChallengeMetadataCommand extends smithyClient.Command
|
|
|
632
169
|
})
|
|
633
170
|
.s("PcaConnectorScep", "GetChallengeMetadata", {})
|
|
634
171
|
.n("PcaConnectorScepClient", "GetChallengeMetadataCommand")
|
|
635
|
-
.sc(GetChallengeMetadata$)
|
|
172
|
+
.sc(schemas_0.GetChallengeMetadata$)
|
|
636
173
|
.build() {
|
|
637
174
|
}
|
|
638
175
|
|
|
@@ -644,7 +181,7 @@ class GetChallengePasswordCommand extends smithyClient.Command
|
|
|
644
181
|
})
|
|
645
182
|
.s("PcaConnectorScep", "GetChallengePassword", {})
|
|
646
183
|
.n("PcaConnectorScepClient", "GetChallengePasswordCommand")
|
|
647
|
-
.sc(GetChallengePassword$)
|
|
184
|
+
.sc(schemas_0.GetChallengePassword$)
|
|
648
185
|
.build() {
|
|
649
186
|
}
|
|
650
187
|
|
|
@@ -656,7 +193,7 @@ class GetConnectorCommand extends smithyClient.Command
|
|
|
656
193
|
})
|
|
657
194
|
.s("PcaConnectorScep", "GetConnector", {})
|
|
658
195
|
.n("PcaConnectorScepClient", "GetConnectorCommand")
|
|
659
|
-
.sc(GetConnector$)
|
|
196
|
+
.sc(schemas_0.GetConnector$)
|
|
660
197
|
.build() {
|
|
661
198
|
}
|
|
662
199
|
|
|
@@ -668,7 +205,7 @@ class ListChallengeMetadataCommand extends smithyClient.Command
|
|
|
668
205
|
})
|
|
669
206
|
.s("PcaConnectorScep", "ListChallengeMetadata", {})
|
|
670
207
|
.n("PcaConnectorScepClient", "ListChallengeMetadataCommand")
|
|
671
|
-
.sc(ListChallengeMetadata$)
|
|
208
|
+
.sc(schemas_0.ListChallengeMetadata$)
|
|
672
209
|
.build() {
|
|
673
210
|
}
|
|
674
211
|
|
|
@@ -680,7 +217,7 @@ class ListConnectorsCommand extends smithyClient.Command
|
|
|
680
217
|
})
|
|
681
218
|
.s("PcaConnectorScep", "ListConnectors", {})
|
|
682
219
|
.n("PcaConnectorScepClient", "ListConnectorsCommand")
|
|
683
|
-
.sc(ListConnectors$)
|
|
220
|
+
.sc(schemas_0.ListConnectors$)
|
|
684
221
|
.build() {
|
|
685
222
|
}
|
|
686
223
|
|
|
@@ -692,7 +229,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
692
229
|
})
|
|
693
230
|
.s("PcaConnectorScep", "ListTagsForResource", {})
|
|
694
231
|
.n("PcaConnectorScepClient", "ListTagsForResourceCommand")
|
|
695
|
-
.sc(ListTagsForResource$)
|
|
232
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
696
233
|
.build() {
|
|
697
234
|
}
|
|
698
235
|
|
|
@@ -704,7 +241,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
704
241
|
})
|
|
705
242
|
.s("PcaConnectorScep", "TagResource", {})
|
|
706
243
|
.n("PcaConnectorScepClient", "TagResourceCommand")
|
|
707
|
-
.sc(TagResource$)
|
|
244
|
+
.sc(schemas_0.TagResource$)
|
|
708
245
|
.build() {
|
|
709
246
|
}
|
|
710
247
|
|
|
@@ -716,7 +253,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
716
253
|
})
|
|
717
254
|
.s("PcaConnectorScep", "UntagResource", {})
|
|
718
255
|
.n("PcaConnectorScepClient", "UntagResourceCommand")
|
|
719
|
-
.sc(UntagResource$)
|
|
256
|
+
.sc(schemas_0.UntagResource$)
|
|
720
257
|
.build() {
|
|
721
258
|
}
|
|
722
259
|
|
|
@@ -780,81 +317,39 @@ Object.defineProperty(exports, "__Client", {
|
|
|
780
317
|
enumerable: true,
|
|
781
318
|
get: function () { return smithyClient.Client; }
|
|
782
319
|
});
|
|
783
|
-
exports
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
exports.Challenge$ = Challenge$;
|
|
788
|
-
exports.ChallengeMetadata$ = ChallengeMetadata$;
|
|
789
|
-
exports.ChallengeMetadataSummary$ = ChallengeMetadataSummary$;
|
|
790
|
-
exports.ConflictException = ConflictException;
|
|
791
|
-
exports.ConflictException$ = ConflictException$;
|
|
792
|
-
exports.Connector$ = Connector$;
|
|
320
|
+
Object.defineProperty(exports, "PcaConnectorScepServiceException", {
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: function () { return PcaConnectorScepServiceException.PcaConnectorScepServiceException; }
|
|
323
|
+
});
|
|
793
324
|
exports.ConnectorStatus = ConnectorStatus;
|
|
794
325
|
exports.ConnectorStatusReason = ConnectorStatusReason;
|
|
795
|
-
exports.ConnectorSummary$ = ConnectorSummary$;
|
|
796
326
|
exports.ConnectorType = ConnectorType;
|
|
797
|
-
exports.CreateChallenge$ = CreateChallenge$;
|
|
798
327
|
exports.CreateChallengeCommand = CreateChallengeCommand;
|
|
799
|
-
exports.CreateChallengeRequest$ = CreateChallengeRequest$;
|
|
800
|
-
exports.CreateChallengeResponse$ = CreateChallengeResponse$;
|
|
801
|
-
exports.CreateConnector$ = CreateConnector$;
|
|
802
328
|
exports.CreateConnectorCommand = CreateConnectorCommand;
|
|
803
|
-
exports.CreateConnectorRequest$ = CreateConnectorRequest$;
|
|
804
|
-
exports.CreateConnectorResponse$ = CreateConnectorResponse$;
|
|
805
|
-
exports.DeleteChallenge$ = DeleteChallenge$;
|
|
806
329
|
exports.DeleteChallengeCommand = DeleteChallengeCommand;
|
|
807
|
-
exports.DeleteChallengeRequest$ = DeleteChallengeRequest$;
|
|
808
|
-
exports.DeleteConnector$ = DeleteConnector$;
|
|
809
330
|
exports.DeleteConnectorCommand = DeleteConnectorCommand;
|
|
810
|
-
exports.DeleteConnectorRequest$ = DeleteConnectorRequest$;
|
|
811
|
-
exports.GetChallengeMetadata$ = GetChallengeMetadata$;
|
|
812
331
|
exports.GetChallengeMetadataCommand = GetChallengeMetadataCommand;
|
|
813
|
-
exports.GetChallengeMetadataRequest$ = GetChallengeMetadataRequest$;
|
|
814
|
-
exports.GetChallengeMetadataResponse$ = GetChallengeMetadataResponse$;
|
|
815
|
-
exports.GetChallengePassword$ = GetChallengePassword$;
|
|
816
332
|
exports.GetChallengePasswordCommand = GetChallengePasswordCommand;
|
|
817
|
-
exports.GetChallengePasswordRequest$ = GetChallengePasswordRequest$;
|
|
818
|
-
exports.GetChallengePasswordResponse$ = GetChallengePasswordResponse$;
|
|
819
|
-
exports.GetConnector$ = GetConnector$;
|
|
820
333
|
exports.GetConnectorCommand = GetConnectorCommand;
|
|
821
|
-
exports.GetConnectorRequest$ = GetConnectorRequest$;
|
|
822
|
-
exports.GetConnectorResponse$ = GetConnectorResponse$;
|
|
823
|
-
exports.InternalServerException = InternalServerException;
|
|
824
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
825
|
-
exports.IntuneConfiguration$ = IntuneConfiguration$;
|
|
826
|
-
exports.ListChallengeMetadata$ = ListChallengeMetadata$;
|
|
827
334
|
exports.ListChallengeMetadataCommand = ListChallengeMetadataCommand;
|
|
828
|
-
exports.ListChallengeMetadataRequest$ = ListChallengeMetadataRequest$;
|
|
829
|
-
exports.ListChallengeMetadataResponse$ = ListChallengeMetadataResponse$;
|
|
830
|
-
exports.ListConnectors$ = ListConnectors$;
|
|
831
335
|
exports.ListConnectorsCommand = ListConnectorsCommand;
|
|
832
|
-
exports.ListConnectorsRequest$ = ListConnectorsRequest$;
|
|
833
|
-
exports.ListConnectorsResponse$ = ListConnectorsResponse$;
|
|
834
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
835
336
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
836
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
837
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
838
|
-
exports.MobileDeviceManagement$ = MobileDeviceManagement$;
|
|
839
|
-
exports.OpenIdConfiguration$ = OpenIdConfiguration$;
|
|
840
337
|
exports.PcaConnectorScep = PcaConnectorScep;
|
|
841
338
|
exports.PcaConnectorScepClient = PcaConnectorScepClient;
|
|
842
|
-
exports.PcaConnectorScepServiceException = PcaConnectorScepServiceException;
|
|
843
|
-
exports.PcaConnectorScepServiceException$ = PcaConnectorScepServiceException$;
|
|
844
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
845
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
846
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
847
|
-
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
848
|
-
exports.TagResource$ = TagResource$;
|
|
849
339
|
exports.TagResourceCommand = TagResourceCommand;
|
|
850
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
851
|
-
exports.ThrottlingException = ThrottlingException;
|
|
852
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
853
|
-
exports.UntagResource$ = UntagResource$;
|
|
854
340
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
855
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
856
|
-
exports.ValidationException = ValidationException;
|
|
857
|
-
exports.ValidationException$ = ValidationException$;
|
|
858
341
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
859
342
|
exports.paginateListChallengeMetadata = paginateListChallengeMetadata;
|
|
860
343
|
exports.paginateListConnectors = paginateListConnectors;
|
|
344
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
345
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
346
|
+
enumerable: true,
|
|
347
|
+
get: function () { return schemas_0[k]; }
|
|
348
|
+
});
|
|
349
|
+
});
|
|
350
|
+
Object.keys(errors).forEach(function (k) {
|
|
351
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
352
|
+
enumerable: true,
|
|
353
|
+
get: function () { return errors[k]; }
|
|
354
|
+
});
|
|
355
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PcaConnectorScepServiceException = exports.__ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
+
class PcaConnectorScepServiceException extends smithy_client_1.ServiceException {
|
|
7
|
+
constructor(options) {
|
|
8
|
+
super(options);
|
|
9
|
+
Object.setPrototypeOf(this, PcaConnectorScepServiceException.prototype);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.PcaConnectorScepServiceException = PcaConnectorScepServiceException;
|