@aws-sdk/client-verifiedpermissions 3.721.0 → 3.726.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 +221 -130
- package/dist-es/VerifiedPermissionsClient.js +1 -0
- package/dist-es/models/models_0.js +28 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -283,7 +283,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
283
283
|
}, "resolveRuntimeExtensions");
|
|
284
284
|
|
|
285
285
|
// src/VerifiedPermissionsClient.ts
|
|
286
|
-
var
|
|
286
|
+
var VerifiedPermissionsClient = class extends import_smithy_client.Client {
|
|
287
|
+
static {
|
|
288
|
+
__name(this, "VerifiedPermissionsClient");
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* The resolved configuration of VerifiedPermissionsClient class. This is resolved and normalized from the {@link VerifiedPermissionsClientConfig | constructor configuration interface}.
|
|
292
|
+
*/
|
|
293
|
+
config;
|
|
287
294
|
constructor(...[configuration]) {
|
|
288
295
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
289
296
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -293,7 +300,7 @@ var _VerifiedPermissionsClient = class _VerifiedPermissionsClient extends import
|
|
|
293
300
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
294
301
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
295
302
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
296
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
303
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
297
304
|
super(_config_8);
|
|
298
305
|
this.config = _config_8;
|
|
299
306
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -321,8 +328,6 @@ var _VerifiedPermissionsClient = class _VerifiedPermissionsClient extends import
|
|
|
321
328
|
super.destroy();
|
|
322
329
|
}
|
|
323
330
|
};
|
|
324
|
-
__name(_VerifiedPermissionsClient, "VerifiedPermissionsClient");
|
|
325
|
-
var VerifiedPermissionsClient = _VerifiedPermissionsClient;
|
|
326
331
|
|
|
327
332
|
// src/VerifiedPermissions.ts
|
|
328
333
|
|
|
@@ -337,7 +342,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
337
342
|
|
|
338
343
|
// src/models/VerifiedPermissionsServiceException.ts
|
|
339
344
|
|
|
340
|
-
var
|
|
345
|
+
var VerifiedPermissionsServiceException = class _VerifiedPermissionsServiceException extends import_smithy_client.ServiceException {
|
|
346
|
+
static {
|
|
347
|
+
__name(this, "VerifiedPermissionsServiceException");
|
|
348
|
+
}
|
|
341
349
|
/**
|
|
342
350
|
* @internal
|
|
343
351
|
*/
|
|
@@ -346,11 +354,14 @@ var _VerifiedPermissionsServiceException = class _VerifiedPermissionsServiceExce
|
|
|
346
354
|
Object.setPrototypeOf(this, _VerifiedPermissionsServiceException.prototype);
|
|
347
355
|
}
|
|
348
356
|
};
|
|
349
|
-
__name(_VerifiedPermissionsServiceException, "VerifiedPermissionsServiceException");
|
|
350
|
-
var VerifiedPermissionsServiceException = _VerifiedPermissionsServiceException;
|
|
351
357
|
|
|
352
358
|
// src/models/models_0.ts
|
|
353
|
-
var
|
|
359
|
+
var AccessDeniedException = class _AccessDeniedException extends VerifiedPermissionsServiceException {
|
|
360
|
+
static {
|
|
361
|
+
__name(this, "AccessDeniedException");
|
|
362
|
+
}
|
|
363
|
+
name = "AccessDeniedException";
|
|
364
|
+
$fault = "client";
|
|
354
365
|
/**
|
|
355
366
|
* @internal
|
|
356
367
|
*/
|
|
@@ -360,13 +371,9 @@ var _AccessDeniedException = class _AccessDeniedException extends VerifiedPermis
|
|
|
360
371
|
$fault: "client",
|
|
361
372
|
...opts
|
|
362
373
|
});
|
|
363
|
-
this.name = "AccessDeniedException";
|
|
364
|
-
this.$fault = "client";
|
|
365
374
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
366
375
|
}
|
|
367
376
|
};
|
|
368
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
369
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
370
377
|
var BatchGetPolicyErrorCode = {
|
|
371
378
|
POLICY_NOT_FOUND: "POLICY_NOT_FOUND",
|
|
372
379
|
POLICY_STORE_NOT_FOUND: "POLICY_STORE_NOT_FOUND"
|
|
@@ -385,7 +392,13 @@ var PolicyType = {
|
|
|
385
392
|
STATIC: "STATIC",
|
|
386
393
|
TEMPLATE_LINKED: "TEMPLATE_LINKED"
|
|
387
394
|
};
|
|
388
|
-
var
|
|
395
|
+
var InternalServerException = class _InternalServerException extends VerifiedPermissionsServiceException {
|
|
396
|
+
static {
|
|
397
|
+
__name(this, "InternalServerException");
|
|
398
|
+
}
|
|
399
|
+
name = "InternalServerException";
|
|
400
|
+
$fault = "server";
|
|
401
|
+
$retryable = {};
|
|
389
402
|
/**
|
|
390
403
|
* @internal
|
|
391
404
|
*/
|
|
@@ -395,15 +408,28 @@ var _InternalServerException = class _InternalServerException extends VerifiedPe
|
|
|
395
408
|
$fault: "server",
|
|
396
409
|
...opts
|
|
397
410
|
});
|
|
398
|
-
this.name = "InternalServerException";
|
|
399
|
-
this.$fault = "server";
|
|
400
|
-
this.$retryable = {};
|
|
401
411
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
402
412
|
}
|
|
403
413
|
};
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
414
|
+
var ThrottlingException = class _ThrottlingException extends VerifiedPermissionsServiceException {
|
|
415
|
+
static {
|
|
416
|
+
__name(this, "ThrottlingException");
|
|
417
|
+
}
|
|
418
|
+
name = "ThrottlingException";
|
|
419
|
+
$fault = "client";
|
|
420
|
+
$retryable = {
|
|
421
|
+
throttling: true
|
|
422
|
+
};
|
|
423
|
+
/**
|
|
424
|
+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
427
|
+
serviceCode;
|
|
428
|
+
/**
|
|
429
|
+
* <p>The quota code recognized by the Amazon Web Services Service Quotas service.</p>
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
432
|
+
quotaCode;
|
|
407
433
|
/**
|
|
408
434
|
* @internal
|
|
409
435
|
*/
|
|
@@ -413,19 +439,22 @@ var _ThrottlingException = class _ThrottlingException extends VerifiedPermission
|
|
|
413
439
|
$fault: "client",
|
|
414
440
|
...opts
|
|
415
441
|
});
|
|
416
|
-
this.name = "ThrottlingException";
|
|
417
|
-
this.$fault = "client";
|
|
418
|
-
this.$retryable = {
|
|
419
|
-
throttling: true
|
|
420
|
-
};
|
|
421
442
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
422
443
|
this.serviceCode = opts.serviceCode;
|
|
423
444
|
this.quotaCode = opts.quotaCode;
|
|
424
445
|
}
|
|
425
446
|
};
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
447
|
+
var ValidationException = class _ValidationException extends VerifiedPermissionsServiceException {
|
|
448
|
+
static {
|
|
449
|
+
__name(this, "ValidationException");
|
|
450
|
+
}
|
|
451
|
+
name = "ValidationException";
|
|
452
|
+
$fault = "client";
|
|
453
|
+
/**
|
|
454
|
+
* <p>The list of fields that aren't valid.</p>
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
457
|
+
fieldList;
|
|
429
458
|
/**
|
|
430
459
|
* @internal
|
|
431
460
|
*/
|
|
@@ -435,14 +464,10 @@ var _ValidationException = class _ValidationException extends VerifiedPermission
|
|
|
435
464
|
$fault: "client",
|
|
436
465
|
...opts
|
|
437
466
|
});
|
|
438
|
-
this.name = "ValidationException";
|
|
439
|
-
this.$fault = "client";
|
|
440
467
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
441
468
|
this.fieldList = opts.fieldList;
|
|
442
469
|
}
|
|
443
470
|
};
|
|
444
|
-
__name(_ValidationException, "ValidationException");
|
|
445
|
-
var ValidationException = _ValidationException;
|
|
446
471
|
var Decision = {
|
|
447
472
|
ALLOW: "ALLOW",
|
|
448
473
|
DENY: "DENY"
|
|
@@ -454,7 +479,22 @@ var ResourceType = {
|
|
|
454
479
|
POLICY_TEMPLATE: "POLICY_TEMPLATE",
|
|
455
480
|
SCHEMA: "SCHEMA"
|
|
456
481
|
};
|
|
457
|
-
var
|
|
482
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends VerifiedPermissionsServiceException {
|
|
483
|
+
static {
|
|
484
|
+
__name(this, "ResourceNotFoundException");
|
|
485
|
+
}
|
|
486
|
+
name = "ResourceNotFoundException";
|
|
487
|
+
$fault = "client";
|
|
488
|
+
/**
|
|
489
|
+
* <p>The unique ID of the resource referenced in the failed request.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
resourceId;
|
|
493
|
+
/**
|
|
494
|
+
* <p>The resource type of the resource referenced in the failed request.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
resourceType;
|
|
458
498
|
/**
|
|
459
499
|
* @internal
|
|
460
500
|
*/
|
|
@@ -464,15 +504,11 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Verifi
|
|
|
464
504
|
$fault: "client",
|
|
465
505
|
...opts
|
|
466
506
|
});
|
|
467
|
-
this.name = "ResourceNotFoundException";
|
|
468
|
-
this.$fault = "client";
|
|
469
507
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
470
508
|
this.resourceId = opts.resourceId;
|
|
471
509
|
this.resourceType = opts.resourceType;
|
|
472
510
|
}
|
|
473
511
|
};
|
|
474
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
475
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
476
512
|
var OpenIdConnectTokenSelection;
|
|
477
513
|
((OpenIdConnectTokenSelection3) => {
|
|
478
514
|
OpenIdConnectTokenSelection3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -533,7 +569,17 @@ var ConfigurationItem;
|
|
|
533
569
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
534
570
|
}, "visit");
|
|
535
571
|
})(ConfigurationItem || (ConfigurationItem = {}));
|
|
536
|
-
var
|
|
572
|
+
var ConflictException = class _ConflictException extends VerifiedPermissionsServiceException {
|
|
573
|
+
static {
|
|
574
|
+
__name(this, "ConflictException");
|
|
575
|
+
}
|
|
576
|
+
name = "ConflictException";
|
|
577
|
+
$fault = "client";
|
|
578
|
+
/**
|
|
579
|
+
* <p>The list of resources referenced with this failed request.</p>
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
resources;
|
|
537
583
|
/**
|
|
538
584
|
* @internal
|
|
539
585
|
*/
|
|
@@ -543,15 +589,36 @@ var _ConflictException = class _ConflictException extends VerifiedPermissionsSer
|
|
|
543
589
|
$fault: "client",
|
|
544
590
|
...opts
|
|
545
591
|
});
|
|
546
|
-
this.name = "ConflictException";
|
|
547
|
-
this.$fault = "client";
|
|
548
592
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
549
593
|
this.resources = opts.resources;
|
|
550
594
|
}
|
|
551
595
|
};
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
596
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends VerifiedPermissionsServiceException {
|
|
597
|
+
static {
|
|
598
|
+
__name(this, "ServiceQuotaExceededException");
|
|
599
|
+
}
|
|
600
|
+
name = "ServiceQuotaExceededException";
|
|
601
|
+
$fault = "client";
|
|
602
|
+
/**
|
|
603
|
+
* <p>The unique ID of the resource referenced in the failed request.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
resourceId;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The resource type of the resource referenced in the failed request.</p>
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
611
|
+
resourceType;
|
|
612
|
+
/**
|
|
613
|
+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
616
|
+
serviceCode;
|
|
617
|
+
/**
|
|
618
|
+
* <p>The quota code recognized by the Amazon Web Services Service Quotas service.</p>
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
quotaCode;
|
|
555
622
|
/**
|
|
556
623
|
* @internal
|
|
557
624
|
*/
|
|
@@ -561,8 +628,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
561
628
|
$fault: "client",
|
|
562
629
|
...opts
|
|
563
630
|
});
|
|
564
|
-
this.name = "ServiceQuotaExceededException";
|
|
565
|
-
this.$fault = "client";
|
|
566
631
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
567
632
|
this.resourceId = opts.resourceId;
|
|
568
633
|
this.resourceType = opts.resourceType;
|
|
@@ -570,8 +635,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
570
635
|
this.quotaCode = opts.quotaCode;
|
|
571
636
|
}
|
|
572
637
|
};
|
|
573
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
574
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
575
638
|
var PolicyDefinition;
|
|
576
639
|
((PolicyDefinition3) => {
|
|
577
640
|
PolicyDefinition3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -2465,379 +2528,406 @@ function sharedHeaders(operation) {
|
|
|
2465
2528
|
__name(sharedHeaders, "sharedHeaders");
|
|
2466
2529
|
|
|
2467
2530
|
// src/commands/BatchGetPolicyCommand.ts
|
|
2468
|
-
var
|
|
2531
|
+
var BatchGetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2469
2532
|
return [
|
|
2470
2533
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2471
2534
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2472
2535
|
];
|
|
2473
2536
|
}).s("VerifiedPermissions", "BatchGetPolicy", {}).n("VerifiedPermissionsClient", "BatchGetPolicyCommand").f(void 0, BatchGetPolicyOutputFilterSensitiveLog).ser(se_BatchGetPolicyCommand).de(de_BatchGetPolicyCommand).build() {
|
|
2537
|
+
static {
|
|
2538
|
+
__name(this, "BatchGetPolicyCommand");
|
|
2539
|
+
}
|
|
2474
2540
|
};
|
|
2475
|
-
__name(_BatchGetPolicyCommand, "BatchGetPolicyCommand");
|
|
2476
|
-
var BatchGetPolicyCommand = _BatchGetPolicyCommand;
|
|
2477
2541
|
|
|
2478
2542
|
// src/commands/BatchIsAuthorizedCommand.ts
|
|
2479
2543
|
|
|
2480
2544
|
|
|
2481
2545
|
|
|
2482
|
-
var
|
|
2546
|
+
var BatchIsAuthorizedCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2483
2547
|
return [
|
|
2484
2548
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2485
2549
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2486
2550
|
];
|
|
2487
2551
|
}).s("VerifiedPermissions", "BatchIsAuthorized", {}).n("VerifiedPermissionsClient", "BatchIsAuthorizedCommand").f(BatchIsAuthorizedInputFilterSensitiveLog, BatchIsAuthorizedOutputFilterSensitiveLog).ser(se_BatchIsAuthorizedCommand).de(de_BatchIsAuthorizedCommand).build() {
|
|
2552
|
+
static {
|
|
2553
|
+
__name(this, "BatchIsAuthorizedCommand");
|
|
2554
|
+
}
|
|
2488
2555
|
};
|
|
2489
|
-
__name(_BatchIsAuthorizedCommand, "BatchIsAuthorizedCommand");
|
|
2490
|
-
var BatchIsAuthorizedCommand = _BatchIsAuthorizedCommand;
|
|
2491
2556
|
|
|
2492
2557
|
// src/commands/BatchIsAuthorizedWithTokenCommand.ts
|
|
2493
2558
|
|
|
2494
2559
|
|
|
2495
2560
|
|
|
2496
|
-
var
|
|
2561
|
+
var BatchIsAuthorizedWithTokenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2497
2562
|
return [
|
|
2498
2563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2499
2564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2500
2565
|
];
|
|
2501
2566
|
}).s("VerifiedPermissions", "BatchIsAuthorizedWithToken", {}).n("VerifiedPermissionsClient", "BatchIsAuthorizedWithTokenCommand").f(BatchIsAuthorizedWithTokenInputFilterSensitiveLog, BatchIsAuthorizedWithTokenOutputFilterSensitiveLog).ser(se_BatchIsAuthorizedWithTokenCommand).de(de_BatchIsAuthorizedWithTokenCommand).build() {
|
|
2567
|
+
static {
|
|
2568
|
+
__name(this, "BatchIsAuthorizedWithTokenCommand");
|
|
2569
|
+
}
|
|
2502
2570
|
};
|
|
2503
|
-
__name(_BatchIsAuthorizedWithTokenCommand, "BatchIsAuthorizedWithTokenCommand");
|
|
2504
|
-
var BatchIsAuthorizedWithTokenCommand = _BatchIsAuthorizedWithTokenCommand;
|
|
2505
2571
|
|
|
2506
2572
|
// src/commands/CreateIdentitySourceCommand.ts
|
|
2507
2573
|
|
|
2508
2574
|
|
|
2509
2575
|
|
|
2510
|
-
var
|
|
2576
|
+
var CreateIdentitySourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2511
2577
|
return [
|
|
2512
2578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2513
2579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2514
2580
|
];
|
|
2515
2581
|
}).s("VerifiedPermissions", "CreateIdentitySource", {}).n("VerifiedPermissionsClient", "CreateIdentitySourceCommand").f(CreateIdentitySourceInputFilterSensitiveLog, void 0).ser(se_CreateIdentitySourceCommand).de(de_CreateIdentitySourceCommand).build() {
|
|
2582
|
+
static {
|
|
2583
|
+
__name(this, "CreateIdentitySourceCommand");
|
|
2584
|
+
}
|
|
2516
2585
|
};
|
|
2517
|
-
__name(_CreateIdentitySourceCommand, "CreateIdentitySourceCommand");
|
|
2518
|
-
var CreateIdentitySourceCommand = _CreateIdentitySourceCommand;
|
|
2519
2586
|
|
|
2520
2587
|
// src/commands/CreatePolicyCommand.ts
|
|
2521
2588
|
|
|
2522
2589
|
|
|
2523
2590
|
|
|
2524
|
-
var
|
|
2591
|
+
var CreatePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2525
2592
|
return [
|
|
2526
2593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2527
2594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2528
2595
|
];
|
|
2529
2596
|
}).s("VerifiedPermissions", "CreatePolicy", {}).n("VerifiedPermissionsClient", "CreatePolicyCommand").f(CreatePolicyInputFilterSensitiveLog, CreatePolicyOutputFilterSensitiveLog).ser(se_CreatePolicyCommand).de(de_CreatePolicyCommand).build() {
|
|
2597
|
+
static {
|
|
2598
|
+
__name(this, "CreatePolicyCommand");
|
|
2599
|
+
}
|
|
2530
2600
|
};
|
|
2531
|
-
__name(_CreatePolicyCommand, "CreatePolicyCommand");
|
|
2532
|
-
var CreatePolicyCommand = _CreatePolicyCommand;
|
|
2533
2601
|
|
|
2534
2602
|
// src/commands/CreatePolicyStoreCommand.ts
|
|
2535
2603
|
|
|
2536
2604
|
|
|
2537
2605
|
|
|
2538
|
-
var
|
|
2606
|
+
var CreatePolicyStoreCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2539
2607
|
return [
|
|
2540
2608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2541
2609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2542
2610
|
];
|
|
2543
2611
|
}).s("VerifiedPermissions", "CreatePolicyStore", {}).n("VerifiedPermissionsClient", "CreatePolicyStoreCommand").f(CreatePolicyStoreInputFilterSensitiveLog, void 0).ser(se_CreatePolicyStoreCommand).de(de_CreatePolicyStoreCommand).build() {
|
|
2612
|
+
static {
|
|
2613
|
+
__name(this, "CreatePolicyStoreCommand");
|
|
2614
|
+
}
|
|
2544
2615
|
};
|
|
2545
|
-
__name(_CreatePolicyStoreCommand, "CreatePolicyStoreCommand");
|
|
2546
|
-
var CreatePolicyStoreCommand = _CreatePolicyStoreCommand;
|
|
2547
2616
|
|
|
2548
2617
|
// src/commands/CreatePolicyTemplateCommand.ts
|
|
2549
2618
|
|
|
2550
2619
|
|
|
2551
2620
|
|
|
2552
|
-
var
|
|
2621
|
+
var CreatePolicyTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2553
2622
|
return [
|
|
2554
2623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2555
2624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2556
2625
|
];
|
|
2557
2626
|
}).s("VerifiedPermissions", "CreatePolicyTemplate", {}).n("VerifiedPermissionsClient", "CreatePolicyTemplateCommand").f(CreatePolicyTemplateInputFilterSensitiveLog, void 0).ser(se_CreatePolicyTemplateCommand).de(de_CreatePolicyTemplateCommand).build() {
|
|
2627
|
+
static {
|
|
2628
|
+
__name(this, "CreatePolicyTemplateCommand");
|
|
2629
|
+
}
|
|
2558
2630
|
};
|
|
2559
|
-
__name(_CreatePolicyTemplateCommand, "CreatePolicyTemplateCommand");
|
|
2560
|
-
var CreatePolicyTemplateCommand = _CreatePolicyTemplateCommand;
|
|
2561
2631
|
|
|
2562
2632
|
// src/commands/DeleteIdentitySourceCommand.ts
|
|
2563
2633
|
|
|
2564
2634
|
|
|
2565
2635
|
|
|
2566
|
-
var
|
|
2636
|
+
var DeleteIdentitySourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2567
2637
|
return [
|
|
2568
2638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2569
2639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2570
2640
|
];
|
|
2571
2641
|
}).s("VerifiedPermissions", "DeleteIdentitySource", {}).n("VerifiedPermissionsClient", "DeleteIdentitySourceCommand").f(void 0, void 0).ser(se_DeleteIdentitySourceCommand).de(de_DeleteIdentitySourceCommand).build() {
|
|
2642
|
+
static {
|
|
2643
|
+
__name(this, "DeleteIdentitySourceCommand");
|
|
2644
|
+
}
|
|
2572
2645
|
};
|
|
2573
|
-
__name(_DeleteIdentitySourceCommand, "DeleteIdentitySourceCommand");
|
|
2574
|
-
var DeleteIdentitySourceCommand = _DeleteIdentitySourceCommand;
|
|
2575
2646
|
|
|
2576
2647
|
// src/commands/DeletePolicyCommand.ts
|
|
2577
2648
|
|
|
2578
2649
|
|
|
2579
2650
|
|
|
2580
|
-
var
|
|
2651
|
+
var DeletePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2581
2652
|
return [
|
|
2582
2653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2583
2654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2584
2655
|
];
|
|
2585
2656
|
}).s("VerifiedPermissions", "DeletePolicy", {}).n("VerifiedPermissionsClient", "DeletePolicyCommand").f(void 0, void 0).ser(se_DeletePolicyCommand).de(de_DeletePolicyCommand).build() {
|
|
2657
|
+
static {
|
|
2658
|
+
__name(this, "DeletePolicyCommand");
|
|
2659
|
+
}
|
|
2586
2660
|
};
|
|
2587
|
-
__name(_DeletePolicyCommand, "DeletePolicyCommand");
|
|
2588
|
-
var DeletePolicyCommand = _DeletePolicyCommand;
|
|
2589
2661
|
|
|
2590
2662
|
// src/commands/DeletePolicyStoreCommand.ts
|
|
2591
2663
|
|
|
2592
2664
|
|
|
2593
2665
|
|
|
2594
|
-
var
|
|
2666
|
+
var DeletePolicyStoreCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2595
2667
|
return [
|
|
2596
2668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2597
2669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2598
2670
|
];
|
|
2599
2671
|
}).s("VerifiedPermissions", "DeletePolicyStore", {}).n("VerifiedPermissionsClient", "DeletePolicyStoreCommand").f(void 0, void 0).ser(se_DeletePolicyStoreCommand).de(de_DeletePolicyStoreCommand).build() {
|
|
2672
|
+
static {
|
|
2673
|
+
__name(this, "DeletePolicyStoreCommand");
|
|
2674
|
+
}
|
|
2600
2675
|
};
|
|
2601
|
-
__name(_DeletePolicyStoreCommand, "DeletePolicyStoreCommand");
|
|
2602
|
-
var DeletePolicyStoreCommand = _DeletePolicyStoreCommand;
|
|
2603
2676
|
|
|
2604
2677
|
// src/commands/DeletePolicyTemplateCommand.ts
|
|
2605
2678
|
|
|
2606
2679
|
|
|
2607
2680
|
|
|
2608
|
-
var
|
|
2681
|
+
var DeletePolicyTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2609
2682
|
return [
|
|
2610
2683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2611
2684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2612
2685
|
];
|
|
2613
2686
|
}).s("VerifiedPermissions", "DeletePolicyTemplate", {}).n("VerifiedPermissionsClient", "DeletePolicyTemplateCommand").f(void 0, void 0).ser(se_DeletePolicyTemplateCommand).de(de_DeletePolicyTemplateCommand).build() {
|
|
2687
|
+
static {
|
|
2688
|
+
__name(this, "DeletePolicyTemplateCommand");
|
|
2689
|
+
}
|
|
2614
2690
|
};
|
|
2615
|
-
__name(_DeletePolicyTemplateCommand, "DeletePolicyTemplateCommand");
|
|
2616
|
-
var DeletePolicyTemplateCommand = _DeletePolicyTemplateCommand;
|
|
2617
2691
|
|
|
2618
2692
|
// src/commands/GetIdentitySourceCommand.ts
|
|
2619
2693
|
|
|
2620
2694
|
|
|
2621
2695
|
|
|
2622
|
-
var
|
|
2696
|
+
var GetIdentitySourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2623
2697
|
return [
|
|
2624
2698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2625
2699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2626
2700
|
];
|
|
2627
2701
|
}).s("VerifiedPermissions", "GetIdentitySource", {}).n("VerifiedPermissionsClient", "GetIdentitySourceCommand").f(void 0, GetIdentitySourceOutputFilterSensitiveLog).ser(se_GetIdentitySourceCommand).de(de_GetIdentitySourceCommand).build() {
|
|
2702
|
+
static {
|
|
2703
|
+
__name(this, "GetIdentitySourceCommand");
|
|
2704
|
+
}
|
|
2628
2705
|
};
|
|
2629
|
-
__name(_GetIdentitySourceCommand, "GetIdentitySourceCommand");
|
|
2630
|
-
var GetIdentitySourceCommand = _GetIdentitySourceCommand;
|
|
2631
2706
|
|
|
2632
2707
|
// src/commands/GetPolicyCommand.ts
|
|
2633
2708
|
|
|
2634
2709
|
|
|
2635
2710
|
|
|
2636
|
-
var
|
|
2711
|
+
var GetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2637
2712
|
return [
|
|
2638
2713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2639
2714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2640
2715
|
];
|
|
2641
2716
|
}).s("VerifiedPermissions", "GetPolicy", {}).n("VerifiedPermissionsClient", "GetPolicyCommand").f(void 0, GetPolicyOutputFilterSensitiveLog).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() {
|
|
2717
|
+
static {
|
|
2718
|
+
__name(this, "GetPolicyCommand");
|
|
2719
|
+
}
|
|
2642
2720
|
};
|
|
2643
|
-
__name(_GetPolicyCommand, "GetPolicyCommand");
|
|
2644
|
-
var GetPolicyCommand = _GetPolicyCommand;
|
|
2645
2721
|
|
|
2646
2722
|
// src/commands/GetPolicyStoreCommand.ts
|
|
2647
2723
|
|
|
2648
2724
|
|
|
2649
2725
|
|
|
2650
|
-
var
|
|
2726
|
+
var GetPolicyStoreCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2651
2727
|
return [
|
|
2652
2728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2653
2729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2654
2730
|
];
|
|
2655
2731
|
}).s("VerifiedPermissions", "GetPolicyStore", {}).n("VerifiedPermissionsClient", "GetPolicyStoreCommand").f(void 0, GetPolicyStoreOutputFilterSensitiveLog).ser(se_GetPolicyStoreCommand).de(de_GetPolicyStoreCommand).build() {
|
|
2732
|
+
static {
|
|
2733
|
+
__name(this, "GetPolicyStoreCommand");
|
|
2734
|
+
}
|
|
2656
2735
|
};
|
|
2657
|
-
__name(_GetPolicyStoreCommand, "GetPolicyStoreCommand");
|
|
2658
|
-
var GetPolicyStoreCommand = _GetPolicyStoreCommand;
|
|
2659
2736
|
|
|
2660
2737
|
// src/commands/GetPolicyTemplateCommand.ts
|
|
2661
2738
|
|
|
2662
2739
|
|
|
2663
2740
|
|
|
2664
|
-
var
|
|
2741
|
+
var GetPolicyTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2665
2742
|
return [
|
|
2666
2743
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2667
2744
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2668
2745
|
];
|
|
2669
2746
|
}).s("VerifiedPermissions", "GetPolicyTemplate", {}).n("VerifiedPermissionsClient", "GetPolicyTemplateCommand").f(void 0, GetPolicyTemplateOutputFilterSensitiveLog).ser(se_GetPolicyTemplateCommand).de(de_GetPolicyTemplateCommand).build() {
|
|
2747
|
+
static {
|
|
2748
|
+
__name(this, "GetPolicyTemplateCommand");
|
|
2749
|
+
}
|
|
2670
2750
|
};
|
|
2671
|
-
__name(_GetPolicyTemplateCommand, "GetPolicyTemplateCommand");
|
|
2672
|
-
var GetPolicyTemplateCommand = _GetPolicyTemplateCommand;
|
|
2673
2751
|
|
|
2674
2752
|
// src/commands/GetSchemaCommand.ts
|
|
2675
2753
|
|
|
2676
2754
|
|
|
2677
2755
|
|
|
2678
|
-
var
|
|
2756
|
+
var GetSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2679
2757
|
return [
|
|
2680
2758
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2681
2759
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2682
2760
|
];
|
|
2683
2761
|
}).s("VerifiedPermissions", "GetSchema", {}).n("VerifiedPermissionsClient", "GetSchemaCommand").f(void 0, GetSchemaOutputFilterSensitiveLog).ser(se_GetSchemaCommand).de(de_GetSchemaCommand).build() {
|
|
2762
|
+
static {
|
|
2763
|
+
__name(this, "GetSchemaCommand");
|
|
2764
|
+
}
|
|
2684
2765
|
};
|
|
2685
|
-
__name(_GetSchemaCommand, "GetSchemaCommand");
|
|
2686
|
-
var GetSchemaCommand = _GetSchemaCommand;
|
|
2687
2766
|
|
|
2688
2767
|
// src/commands/IsAuthorizedCommand.ts
|
|
2689
2768
|
|
|
2690
2769
|
|
|
2691
2770
|
|
|
2692
|
-
var
|
|
2771
|
+
var IsAuthorizedCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2693
2772
|
return [
|
|
2694
2773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2695
2774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2696
2775
|
];
|
|
2697
2776
|
}).s("VerifiedPermissions", "IsAuthorized", {}).n("VerifiedPermissionsClient", "IsAuthorizedCommand").f(IsAuthorizedInputFilterSensitiveLog, IsAuthorizedOutputFilterSensitiveLog).ser(se_IsAuthorizedCommand).de(de_IsAuthorizedCommand).build() {
|
|
2777
|
+
static {
|
|
2778
|
+
__name(this, "IsAuthorizedCommand");
|
|
2779
|
+
}
|
|
2698
2780
|
};
|
|
2699
|
-
__name(_IsAuthorizedCommand, "IsAuthorizedCommand");
|
|
2700
|
-
var IsAuthorizedCommand = _IsAuthorizedCommand;
|
|
2701
2781
|
|
|
2702
2782
|
// src/commands/IsAuthorizedWithTokenCommand.ts
|
|
2703
2783
|
|
|
2704
2784
|
|
|
2705
2785
|
|
|
2706
|
-
var
|
|
2786
|
+
var IsAuthorizedWithTokenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2707
2787
|
return [
|
|
2708
2788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2709
2789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2710
2790
|
];
|
|
2711
2791
|
}).s("VerifiedPermissions", "IsAuthorizedWithToken", {}).n("VerifiedPermissionsClient", "IsAuthorizedWithTokenCommand").f(IsAuthorizedWithTokenInputFilterSensitiveLog, IsAuthorizedWithTokenOutputFilterSensitiveLog).ser(se_IsAuthorizedWithTokenCommand).de(de_IsAuthorizedWithTokenCommand).build() {
|
|
2792
|
+
static {
|
|
2793
|
+
__name(this, "IsAuthorizedWithTokenCommand");
|
|
2794
|
+
}
|
|
2712
2795
|
};
|
|
2713
|
-
__name(_IsAuthorizedWithTokenCommand, "IsAuthorizedWithTokenCommand");
|
|
2714
|
-
var IsAuthorizedWithTokenCommand = _IsAuthorizedWithTokenCommand;
|
|
2715
2796
|
|
|
2716
2797
|
// src/commands/ListIdentitySourcesCommand.ts
|
|
2717
2798
|
|
|
2718
2799
|
|
|
2719
2800
|
|
|
2720
|
-
var
|
|
2801
|
+
var ListIdentitySourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2721
2802
|
return [
|
|
2722
2803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2723
2804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2724
2805
|
];
|
|
2725
2806
|
}).s("VerifiedPermissions", "ListIdentitySources", {}).n("VerifiedPermissionsClient", "ListIdentitySourcesCommand").f(ListIdentitySourcesInputFilterSensitiveLog, ListIdentitySourcesOutputFilterSensitiveLog).ser(se_ListIdentitySourcesCommand).de(de_ListIdentitySourcesCommand).build() {
|
|
2807
|
+
static {
|
|
2808
|
+
__name(this, "ListIdentitySourcesCommand");
|
|
2809
|
+
}
|
|
2726
2810
|
};
|
|
2727
|
-
__name(_ListIdentitySourcesCommand, "ListIdentitySourcesCommand");
|
|
2728
|
-
var ListIdentitySourcesCommand = _ListIdentitySourcesCommand;
|
|
2729
2811
|
|
|
2730
2812
|
// src/commands/ListPoliciesCommand.ts
|
|
2731
2813
|
|
|
2732
2814
|
|
|
2733
2815
|
|
|
2734
|
-
var
|
|
2816
|
+
var ListPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2735
2817
|
return [
|
|
2736
2818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2737
2819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2738
2820
|
];
|
|
2739
2821
|
}).s("VerifiedPermissions", "ListPolicies", {}).n("VerifiedPermissionsClient", "ListPoliciesCommand").f(ListPoliciesInputFilterSensitiveLog, ListPoliciesOutputFilterSensitiveLog).ser(se_ListPoliciesCommand).de(de_ListPoliciesCommand).build() {
|
|
2822
|
+
static {
|
|
2823
|
+
__name(this, "ListPoliciesCommand");
|
|
2824
|
+
}
|
|
2740
2825
|
};
|
|
2741
|
-
__name(_ListPoliciesCommand, "ListPoliciesCommand");
|
|
2742
|
-
var ListPoliciesCommand = _ListPoliciesCommand;
|
|
2743
2826
|
|
|
2744
2827
|
// src/commands/ListPolicyStoresCommand.ts
|
|
2745
2828
|
|
|
2746
2829
|
|
|
2747
2830
|
|
|
2748
|
-
var
|
|
2831
|
+
var ListPolicyStoresCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2749
2832
|
return [
|
|
2750
2833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2751
2834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2752
2835
|
];
|
|
2753
2836
|
}).s("VerifiedPermissions", "ListPolicyStores", {}).n("VerifiedPermissionsClient", "ListPolicyStoresCommand").f(void 0, ListPolicyStoresOutputFilterSensitiveLog).ser(se_ListPolicyStoresCommand).de(de_ListPolicyStoresCommand).build() {
|
|
2837
|
+
static {
|
|
2838
|
+
__name(this, "ListPolicyStoresCommand");
|
|
2839
|
+
}
|
|
2754
2840
|
};
|
|
2755
|
-
__name(_ListPolicyStoresCommand, "ListPolicyStoresCommand");
|
|
2756
|
-
var ListPolicyStoresCommand = _ListPolicyStoresCommand;
|
|
2757
2841
|
|
|
2758
2842
|
// src/commands/ListPolicyTemplatesCommand.ts
|
|
2759
2843
|
|
|
2760
2844
|
|
|
2761
2845
|
|
|
2762
|
-
var
|
|
2846
|
+
var ListPolicyTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2763
2847
|
return [
|
|
2764
2848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2765
2849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2766
2850
|
];
|
|
2767
2851
|
}).s("VerifiedPermissions", "ListPolicyTemplates", {}).n("VerifiedPermissionsClient", "ListPolicyTemplatesCommand").f(void 0, ListPolicyTemplatesOutputFilterSensitiveLog).ser(se_ListPolicyTemplatesCommand).de(de_ListPolicyTemplatesCommand).build() {
|
|
2852
|
+
static {
|
|
2853
|
+
__name(this, "ListPolicyTemplatesCommand");
|
|
2854
|
+
}
|
|
2768
2855
|
};
|
|
2769
|
-
__name(_ListPolicyTemplatesCommand, "ListPolicyTemplatesCommand");
|
|
2770
|
-
var ListPolicyTemplatesCommand = _ListPolicyTemplatesCommand;
|
|
2771
2856
|
|
|
2772
2857
|
// src/commands/PutSchemaCommand.ts
|
|
2773
2858
|
|
|
2774
2859
|
|
|
2775
2860
|
|
|
2776
|
-
var
|
|
2861
|
+
var PutSchemaCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2777
2862
|
return [
|
|
2778
2863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2779
2864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2780
2865
|
];
|
|
2781
2866
|
}).s("VerifiedPermissions", "PutSchema", {}).n("VerifiedPermissionsClient", "PutSchemaCommand").f(PutSchemaInputFilterSensitiveLog, PutSchemaOutputFilterSensitiveLog).ser(se_PutSchemaCommand).de(de_PutSchemaCommand).build() {
|
|
2867
|
+
static {
|
|
2868
|
+
__name(this, "PutSchemaCommand");
|
|
2869
|
+
}
|
|
2782
2870
|
};
|
|
2783
|
-
__name(_PutSchemaCommand, "PutSchemaCommand");
|
|
2784
|
-
var PutSchemaCommand = _PutSchemaCommand;
|
|
2785
2871
|
|
|
2786
2872
|
// src/commands/UpdateIdentitySourceCommand.ts
|
|
2787
2873
|
|
|
2788
2874
|
|
|
2789
2875
|
|
|
2790
|
-
var
|
|
2876
|
+
var UpdateIdentitySourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2791
2877
|
return [
|
|
2792
2878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2793
2879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2794
2880
|
];
|
|
2795
2881
|
}).s("VerifiedPermissions", "UpdateIdentitySource", {}).n("VerifiedPermissionsClient", "UpdateIdentitySourceCommand").f(UpdateIdentitySourceInputFilterSensitiveLog, void 0).ser(se_UpdateIdentitySourceCommand).de(de_UpdateIdentitySourceCommand).build() {
|
|
2882
|
+
static {
|
|
2883
|
+
__name(this, "UpdateIdentitySourceCommand");
|
|
2884
|
+
}
|
|
2796
2885
|
};
|
|
2797
|
-
__name(_UpdateIdentitySourceCommand, "UpdateIdentitySourceCommand");
|
|
2798
|
-
var UpdateIdentitySourceCommand = _UpdateIdentitySourceCommand;
|
|
2799
2886
|
|
|
2800
2887
|
// src/commands/UpdatePolicyCommand.ts
|
|
2801
2888
|
|
|
2802
2889
|
|
|
2803
2890
|
|
|
2804
|
-
var
|
|
2891
|
+
var UpdatePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2805
2892
|
return [
|
|
2806
2893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2807
2894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2808
2895
|
];
|
|
2809
2896
|
}).s("VerifiedPermissions", "UpdatePolicy", {}).n("VerifiedPermissionsClient", "UpdatePolicyCommand").f(UpdatePolicyInputFilterSensitiveLog, UpdatePolicyOutputFilterSensitiveLog).ser(se_UpdatePolicyCommand).de(de_UpdatePolicyCommand).build() {
|
|
2897
|
+
static {
|
|
2898
|
+
__name(this, "UpdatePolicyCommand");
|
|
2899
|
+
}
|
|
2810
2900
|
};
|
|
2811
|
-
__name(_UpdatePolicyCommand, "UpdatePolicyCommand");
|
|
2812
|
-
var UpdatePolicyCommand = _UpdatePolicyCommand;
|
|
2813
2901
|
|
|
2814
2902
|
// src/commands/UpdatePolicyStoreCommand.ts
|
|
2815
2903
|
|
|
2816
2904
|
|
|
2817
2905
|
|
|
2818
|
-
var
|
|
2906
|
+
var UpdatePolicyStoreCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2819
2907
|
return [
|
|
2820
2908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2821
2909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2822
2910
|
];
|
|
2823
2911
|
}).s("VerifiedPermissions", "UpdatePolicyStore", {}).n("VerifiedPermissionsClient", "UpdatePolicyStoreCommand").f(UpdatePolicyStoreInputFilterSensitiveLog, void 0).ser(se_UpdatePolicyStoreCommand).de(de_UpdatePolicyStoreCommand).build() {
|
|
2912
|
+
static {
|
|
2913
|
+
__name(this, "UpdatePolicyStoreCommand");
|
|
2914
|
+
}
|
|
2824
2915
|
};
|
|
2825
|
-
__name(_UpdatePolicyStoreCommand, "UpdatePolicyStoreCommand");
|
|
2826
|
-
var UpdatePolicyStoreCommand = _UpdatePolicyStoreCommand;
|
|
2827
2916
|
|
|
2828
2917
|
// src/commands/UpdatePolicyTemplateCommand.ts
|
|
2829
2918
|
|
|
2830
2919
|
|
|
2831
2920
|
|
|
2832
|
-
var
|
|
2921
|
+
var UpdatePolicyTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2833
2922
|
return [
|
|
2834
2923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2835
2924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2836
2925
|
];
|
|
2837
2926
|
}).s("VerifiedPermissions", "UpdatePolicyTemplate", {}).n("VerifiedPermissionsClient", "UpdatePolicyTemplateCommand").f(UpdatePolicyTemplateInputFilterSensitiveLog, void 0).ser(se_UpdatePolicyTemplateCommand).de(de_UpdatePolicyTemplateCommand).build() {
|
|
2927
|
+
static {
|
|
2928
|
+
__name(this, "UpdatePolicyTemplateCommand");
|
|
2929
|
+
}
|
|
2838
2930
|
};
|
|
2839
|
-
__name(_UpdatePolicyTemplateCommand, "UpdatePolicyTemplateCommand");
|
|
2840
|
-
var UpdatePolicyTemplateCommand = _UpdatePolicyTemplateCommand;
|
|
2841
2931
|
|
|
2842
2932
|
// src/VerifiedPermissions.ts
|
|
2843
2933
|
var commands = {
|
|
@@ -2869,10 +2959,11 @@ var commands = {
|
|
|
2869
2959
|
UpdatePolicyStoreCommand,
|
|
2870
2960
|
UpdatePolicyTemplateCommand
|
|
2871
2961
|
};
|
|
2872
|
-
var
|
|
2962
|
+
var VerifiedPermissions = class extends VerifiedPermissionsClient {
|
|
2963
|
+
static {
|
|
2964
|
+
__name(this, "VerifiedPermissions");
|
|
2965
|
+
}
|
|
2873
2966
|
};
|
|
2874
|
-
__name(_VerifiedPermissions, "VerifiedPermissions");
|
|
2875
|
-
var VerifiedPermissions = _VerifiedPermissions;
|
|
2876
2967
|
(0, import_smithy_client.createAggregatedClient)(commands, VerifiedPermissions);
|
|
2877
2968
|
|
|
2878
2969
|
// src/pagination/ListIdentitySourcesPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class VerifiedPermissionsClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedPermissionsServiceException as __BaseException } from "./VerifiedPermissionsServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
4
6
|
constructor(opts) {
|
|
5
7
|
super({
|
|
6
8
|
name: "AccessDeniedException",
|
|
7
9
|
$fault: "client",
|
|
8
10
|
...opts,
|
|
9
11
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -31,44 +31,47 @@ export const PolicyType = {
|
|
|
31
31
|
TEMPLATE_LINKED: "TEMPLATE_LINKED",
|
|
32
32
|
};
|
|
33
33
|
export class InternalServerException extends __BaseException {
|
|
34
|
+
name = "InternalServerException";
|
|
35
|
+
$fault = "server";
|
|
36
|
+
$retryable = {};
|
|
34
37
|
constructor(opts) {
|
|
35
38
|
super({
|
|
36
39
|
name: "InternalServerException",
|
|
37
40
|
$fault: "server",
|
|
38
41
|
...opts,
|
|
39
42
|
});
|
|
40
|
-
this.name = "InternalServerException";
|
|
41
|
-
this.$fault = "server";
|
|
42
|
-
this.$retryable = {};
|
|
43
43
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
export class ThrottlingException extends __BaseException {
|
|
47
|
+
name = "ThrottlingException";
|
|
48
|
+
$fault = "client";
|
|
49
|
+
$retryable = {
|
|
50
|
+
throttling: true,
|
|
51
|
+
};
|
|
52
|
+
serviceCode;
|
|
53
|
+
quotaCode;
|
|
47
54
|
constructor(opts) {
|
|
48
55
|
super({
|
|
49
56
|
name: "ThrottlingException",
|
|
50
57
|
$fault: "client",
|
|
51
58
|
...opts,
|
|
52
59
|
});
|
|
53
|
-
this.name = "ThrottlingException";
|
|
54
|
-
this.$fault = "client";
|
|
55
|
-
this.$retryable = {
|
|
56
|
-
throttling: true,
|
|
57
|
-
};
|
|
58
60
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
59
61
|
this.serviceCode = opts.serviceCode;
|
|
60
62
|
this.quotaCode = opts.quotaCode;
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
65
|
export class ValidationException extends __BaseException {
|
|
66
|
+
name = "ValidationException";
|
|
67
|
+
$fault = "client";
|
|
68
|
+
fieldList;
|
|
64
69
|
constructor(opts) {
|
|
65
70
|
super({
|
|
66
71
|
name: "ValidationException",
|
|
67
72
|
$fault: "client",
|
|
68
73
|
...opts,
|
|
69
74
|
});
|
|
70
|
-
this.name = "ValidationException";
|
|
71
|
-
this.$fault = "client";
|
|
72
75
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
73
76
|
this.fieldList = opts.fieldList;
|
|
74
77
|
}
|
|
@@ -85,14 +88,16 @@ export const ResourceType = {
|
|
|
85
88
|
SCHEMA: "SCHEMA",
|
|
86
89
|
};
|
|
87
90
|
export class ResourceNotFoundException extends __BaseException {
|
|
91
|
+
name = "ResourceNotFoundException";
|
|
92
|
+
$fault = "client";
|
|
93
|
+
resourceId;
|
|
94
|
+
resourceType;
|
|
88
95
|
constructor(opts) {
|
|
89
96
|
super({
|
|
90
97
|
name: "ResourceNotFoundException",
|
|
91
98
|
$fault: "client",
|
|
92
99
|
...opts,
|
|
93
100
|
});
|
|
94
|
-
this.name = "ResourceNotFoundException";
|
|
95
|
-
this.$fault = "client";
|
|
96
101
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
97
102
|
this.resourceId = opts.resourceId;
|
|
98
103
|
this.resourceType = opts.resourceType;
|
|
@@ -159,27 +164,32 @@ export var ConfigurationItem;
|
|
|
159
164
|
};
|
|
160
165
|
})(ConfigurationItem || (ConfigurationItem = {}));
|
|
161
166
|
export class ConflictException extends __BaseException {
|
|
167
|
+
name = "ConflictException";
|
|
168
|
+
$fault = "client";
|
|
169
|
+
resources;
|
|
162
170
|
constructor(opts) {
|
|
163
171
|
super({
|
|
164
172
|
name: "ConflictException",
|
|
165
173
|
$fault: "client",
|
|
166
174
|
...opts,
|
|
167
175
|
});
|
|
168
|
-
this.name = "ConflictException";
|
|
169
|
-
this.$fault = "client";
|
|
170
176
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
171
177
|
this.resources = opts.resources;
|
|
172
178
|
}
|
|
173
179
|
}
|
|
174
180
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
181
|
+
name = "ServiceQuotaExceededException";
|
|
182
|
+
$fault = "client";
|
|
183
|
+
resourceId;
|
|
184
|
+
resourceType;
|
|
185
|
+
serviceCode;
|
|
186
|
+
quotaCode;
|
|
175
187
|
constructor(opts) {
|
|
176
188
|
super({
|
|
177
189
|
name: "ServiceQuotaExceededException",
|
|
178
190
|
$fault: "client",
|
|
179
191
|
...opts,
|
|
180
192
|
});
|
|
181
|
-
this.name = "ServiceQuotaExceededException";
|
|
182
|
-
this.$fault = "client";
|
|
183
193
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
184
194
|
this.resourceId = opts.resourceId;
|
|
185
195
|
this.resourceType = opts.resourceType;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: VerifiedPermissionsClientConfig)
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-verifiedpermissions",
|
|
3
3
|
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.726.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-verifiedpermissions",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.726.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.726.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.726.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.726.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|