@aws-sdk/client-verifiedpermissions 3.590.0 → 3.592.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 +0 -26
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +2 -1
- package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaCommand.d.ts +2 -1
- package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -1
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/VerifiedPermissionsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/VerifiedPermissionsServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -309,7 +309,6 @@ var VerifiedPermissionsClient = _VerifiedPermissionsClient;
|
|
|
309
309
|
|
|
310
310
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
311
311
|
|
|
312
|
-
var import_types = require("@smithy/types");
|
|
313
312
|
|
|
314
313
|
// src/models/models_0.ts
|
|
315
314
|
|
|
@@ -2206,7 +2205,6 @@ var BatchIsAuthorizedCommand = _BatchIsAuthorizedCommand;
|
|
|
2206
2205
|
|
|
2207
2206
|
|
|
2208
2207
|
|
|
2209
|
-
|
|
2210
2208
|
var _BatchIsAuthorizedWithTokenCommand = class _BatchIsAuthorizedWithTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2211
2209
|
...commonParams
|
|
2212
2210
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2223,7 +2221,6 @@ var BatchIsAuthorizedWithTokenCommand = _BatchIsAuthorizedWithTokenCommand;
|
|
|
2223
2221
|
|
|
2224
2222
|
|
|
2225
2223
|
|
|
2226
|
-
|
|
2227
2224
|
var _CreateIdentitySourceCommand = class _CreateIdentitySourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2228
2225
|
...commonParams
|
|
2229
2226
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2240,7 +2237,6 @@ var CreateIdentitySourceCommand = _CreateIdentitySourceCommand;
|
|
|
2240
2237
|
|
|
2241
2238
|
|
|
2242
2239
|
|
|
2243
|
-
|
|
2244
2240
|
var _CreatePolicyCommand = class _CreatePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2245
2241
|
...commonParams
|
|
2246
2242
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2257,7 +2253,6 @@ var CreatePolicyCommand = _CreatePolicyCommand;
|
|
|
2257
2253
|
|
|
2258
2254
|
|
|
2259
2255
|
|
|
2260
|
-
|
|
2261
2256
|
var _CreatePolicyStoreCommand = class _CreatePolicyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2262
2257
|
...commonParams
|
|
2263
2258
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2274,7 +2269,6 @@ var CreatePolicyStoreCommand = _CreatePolicyStoreCommand;
|
|
|
2274
2269
|
|
|
2275
2270
|
|
|
2276
2271
|
|
|
2277
|
-
|
|
2278
2272
|
var _CreatePolicyTemplateCommand = class _CreatePolicyTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2279
2273
|
...commonParams
|
|
2280
2274
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2291,7 +2285,6 @@ var CreatePolicyTemplateCommand = _CreatePolicyTemplateCommand;
|
|
|
2291
2285
|
|
|
2292
2286
|
|
|
2293
2287
|
|
|
2294
|
-
|
|
2295
2288
|
var _DeleteIdentitySourceCommand = class _DeleteIdentitySourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2296
2289
|
...commonParams
|
|
2297
2290
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2308,7 +2301,6 @@ var DeleteIdentitySourceCommand = _DeleteIdentitySourceCommand;
|
|
|
2308
2301
|
|
|
2309
2302
|
|
|
2310
2303
|
|
|
2311
|
-
|
|
2312
2304
|
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2313
2305
|
...commonParams
|
|
2314
2306
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2325,7 +2317,6 @@ var DeletePolicyCommand = _DeletePolicyCommand;
|
|
|
2325
2317
|
|
|
2326
2318
|
|
|
2327
2319
|
|
|
2328
|
-
|
|
2329
2320
|
var _DeletePolicyStoreCommand = class _DeletePolicyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2330
2321
|
...commonParams
|
|
2331
2322
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2342,7 +2333,6 @@ var DeletePolicyStoreCommand = _DeletePolicyStoreCommand;
|
|
|
2342
2333
|
|
|
2343
2334
|
|
|
2344
2335
|
|
|
2345
|
-
|
|
2346
2336
|
var _DeletePolicyTemplateCommand = class _DeletePolicyTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2347
2337
|
...commonParams
|
|
2348
2338
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2359,7 +2349,6 @@ var DeletePolicyTemplateCommand = _DeletePolicyTemplateCommand;
|
|
|
2359
2349
|
|
|
2360
2350
|
|
|
2361
2351
|
|
|
2362
|
-
|
|
2363
2352
|
var _GetIdentitySourceCommand = class _GetIdentitySourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2364
2353
|
...commonParams
|
|
2365
2354
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2376,7 +2365,6 @@ var GetIdentitySourceCommand = _GetIdentitySourceCommand;
|
|
|
2376
2365
|
|
|
2377
2366
|
|
|
2378
2367
|
|
|
2379
|
-
|
|
2380
2368
|
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2381
2369
|
...commonParams
|
|
2382
2370
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2393,7 +2381,6 @@ var GetPolicyCommand = _GetPolicyCommand;
|
|
|
2393
2381
|
|
|
2394
2382
|
|
|
2395
2383
|
|
|
2396
|
-
|
|
2397
2384
|
var _GetPolicyStoreCommand = class _GetPolicyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2398
2385
|
...commonParams
|
|
2399
2386
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2410,7 +2397,6 @@ var GetPolicyStoreCommand = _GetPolicyStoreCommand;
|
|
|
2410
2397
|
|
|
2411
2398
|
|
|
2412
2399
|
|
|
2413
|
-
|
|
2414
2400
|
var _GetPolicyTemplateCommand = class _GetPolicyTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2415
2401
|
...commonParams
|
|
2416
2402
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2427,7 +2413,6 @@ var GetPolicyTemplateCommand = _GetPolicyTemplateCommand;
|
|
|
2427
2413
|
|
|
2428
2414
|
|
|
2429
2415
|
|
|
2430
|
-
|
|
2431
2416
|
var _GetSchemaCommand = class _GetSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2432
2417
|
...commonParams
|
|
2433
2418
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2444,7 +2429,6 @@ var GetSchemaCommand = _GetSchemaCommand;
|
|
|
2444
2429
|
|
|
2445
2430
|
|
|
2446
2431
|
|
|
2447
|
-
|
|
2448
2432
|
var _IsAuthorizedCommand = class _IsAuthorizedCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2449
2433
|
...commonParams
|
|
2450
2434
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2461,7 +2445,6 @@ var IsAuthorizedCommand = _IsAuthorizedCommand;
|
|
|
2461
2445
|
|
|
2462
2446
|
|
|
2463
2447
|
|
|
2464
|
-
|
|
2465
2448
|
var _IsAuthorizedWithTokenCommand = class _IsAuthorizedWithTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2466
2449
|
...commonParams
|
|
2467
2450
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2478,7 +2461,6 @@ var IsAuthorizedWithTokenCommand = _IsAuthorizedWithTokenCommand;
|
|
|
2478
2461
|
|
|
2479
2462
|
|
|
2480
2463
|
|
|
2481
|
-
|
|
2482
2464
|
var _ListIdentitySourcesCommand = class _ListIdentitySourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2483
2465
|
...commonParams
|
|
2484
2466
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2495,7 +2477,6 @@ var ListIdentitySourcesCommand = _ListIdentitySourcesCommand;
|
|
|
2495
2477
|
|
|
2496
2478
|
|
|
2497
2479
|
|
|
2498
|
-
|
|
2499
2480
|
var _ListPoliciesCommand = class _ListPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2500
2481
|
...commonParams
|
|
2501
2482
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2512,7 +2493,6 @@ var ListPoliciesCommand = _ListPoliciesCommand;
|
|
|
2512
2493
|
|
|
2513
2494
|
|
|
2514
2495
|
|
|
2515
|
-
|
|
2516
2496
|
var _ListPolicyStoresCommand = class _ListPolicyStoresCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2517
2497
|
...commonParams
|
|
2518
2498
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2529,7 +2509,6 @@ var ListPolicyStoresCommand = _ListPolicyStoresCommand;
|
|
|
2529
2509
|
|
|
2530
2510
|
|
|
2531
2511
|
|
|
2532
|
-
|
|
2533
2512
|
var _ListPolicyTemplatesCommand = class _ListPolicyTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2534
2513
|
...commonParams
|
|
2535
2514
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2546,7 +2525,6 @@ var ListPolicyTemplatesCommand = _ListPolicyTemplatesCommand;
|
|
|
2546
2525
|
|
|
2547
2526
|
|
|
2548
2527
|
|
|
2549
|
-
|
|
2550
2528
|
var _PutSchemaCommand = class _PutSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2551
2529
|
...commonParams
|
|
2552
2530
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2563,7 +2541,6 @@ var PutSchemaCommand = _PutSchemaCommand;
|
|
|
2563
2541
|
|
|
2564
2542
|
|
|
2565
2543
|
|
|
2566
|
-
|
|
2567
2544
|
var _UpdateIdentitySourceCommand = class _UpdateIdentitySourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2568
2545
|
...commonParams
|
|
2569
2546
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2580,7 +2557,6 @@ var UpdateIdentitySourceCommand = _UpdateIdentitySourceCommand;
|
|
|
2580
2557
|
|
|
2581
2558
|
|
|
2582
2559
|
|
|
2583
|
-
|
|
2584
2560
|
var _UpdatePolicyCommand = class _UpdatePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2585
2561
|
...commonParams
|
|
2586
2562
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2597,7 +2573,6 @@ var UpdatePolicyCommand = _UpdatePolicyCommand;
|
|
|
2597
2573
|
|
|
2598
2574
|
|
|
2599
2575
|
|
|
2600
|
-
|
|
2601
2576
|
var _UpdatePolicyStoreCommand = class _UpdatePolicyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2602
2577
|
...commonParams
|
|
2603
2578
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2614,7 +2589,6 @@ var UpdatePolicyStoreCommand = _UpdatePolicyStoreCommand;
|
|
|
2614
2589
|
|
|
2615
2590
|
|
|
2616
2591
|
|
|
2617
|
-
|
|
2618
2592
|
var _UpdatePolicyTemplateCommand = class _UpdatePolicyTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2619
2593
|
...commonParams
|
|
2620
2594
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
export * from "./VerifiedPermissionsClient";
|
|
71
71
|
export * from "./VerifiedPermissions";
|
|
72
72
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
73
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
74
|
-
export { VerifiedPermissionsExtensionConfiguration } from "./extensionConfiguration";
|
|
73
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
74
|
+
export type { VerifiedPermissionsExtensionConfiguration } from "./extensionConfiguration";
|
|
75
75
|
export * from "./commands";
|
|
76
76
|
export * from "./pagination";
|
|
77
77
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchIsAuthorizedCommandInput extends BatchIsAuthorizedInput {}
|
|
14
15
|
export interface BatchIsAuthorizedCommandOutput
|
|
15
16
|
extends BatchIsAuthorizedOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchIsAuthorizedWithTokenCommandInput
|
|
14
15
|
extends BatchIsAuthorizedWithTokenInput {}
|
|
15
16
|
export interface BatchIsAuthorizedWithTokenCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateIdentitySourceCommandInput
|
|
14
15
|
extends CreateIdentitySourceInput {}
|
|
15
16
|
export interface CreateIdentitySourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreatePolicyCommandInput extends CreatePolicyInput {}
|
|
11
12
|
export interface CreatePolicyCommandOutput
|
|
12
13
|
extends CreatePolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {}
|
|
14
15
|
export interface CreatePolicyStoreCommandOutput
|
|
15
16
|
extends CreatePolicyStoreOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreatePolicyTemplateCommandInput
|
|
14
15
|
extends CreatePolicyTemplateInput {}
|
|
15
16
|
export interface CreatePolicyTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteIdentitySourceCommandInput
|
|
14
15
|
extends DeleteIdentitySourceInput {}
|
|
15
16
|
export interface DeleteIdentitySourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeletePolicyCommandInput extends DeletePolicyInput {}
|
|
11
12
|
export interface DeletePolicyCommandOutput
|
|
12
13
|
extends DeletePolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeletePolicyStoreCommandInput extends DeletePolicyStoreInput {}
|
|
14
15
|
export interface DeletePolicyStoreCommandOutput
|
|
15
16
|
extends DeletePolicyStoreOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeletePolicyTemplateCommandInput
|
|
14
15
|
extends DeletePolicyTemplateInput {}
|
|
15
16
|
export interface DeletePolicyTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {}
|
|
14
15
|
export interface GetIdentitySourceCommandOutput
|
|
15
16
|
extends GetIdentitySourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetPolicyCommandInput extends GetPolicyInput {}
|
|
11
12
|
export interface GetPolicyCommandOutput
|
|
12
13
|
extends GetPolicyOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetPolicyStoreCommandInput extends GetPolicyStoreInput {}
|
|
11
12
|
export interface GetPolicyStoreCommandOutput
|
|
12
13
|
extends GetPolicyStoreOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetPolicyTemplateCommandInput extends GetPolicyTemplateInput {}
|
|
14
15
|
export interface GetPolicyTemplateCommandOutput
|
|
15
16
|
extends GetPolicyTemplateOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetSchemaCommandInput extends GetSchemaInput {}
|
|
11
12
|
export interface GetSchemaCommandOutput
|
|
12
13
|
extends GetSchemaOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface IsAuthorizedCommandInput extends IsAuthorizedInput {}
|
|
11
12
|
export interface IsAuthorizedCommandOutput
|
|
12
13
|
extends IsAuthorizedOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface IsAuthorizedWithTokenCommandInput
|
|
14
15
|
extends IsAuthorizedWithTokenInput {}
|
|
15
16
|
export interface IsAuthorizedWithTokenCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListIdentitySourcesCommandInput
|
|
14
15
|
extends ListIdentitySourcesInput {}
|
|
15
16
|
export interface ListIdentitySourcesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListPoliciesCommandInput extends ListPoliciesInput {}
|
|
11
12
|
export interface ListPoliciesCommandOutput
|
|
12
13
|
extends ListPoliciesOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {}
|
|
14
15
|
export interface ListPolicyStoresCommandOutput
|
|
15
16
|
extends ListPolicyStoresOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPolicyTemplatesCommandInput
|
|
14
15
|
extends ListPolicyTemplatesInput {}
|
|
15
16
|
export interface ListPolicyTemplatesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutSchemaCommandInput extends PutSchemaInput {}
|
|
11
12
|
export interface PutSchemaCommandOutput
|
|
12
13
|
extends PutSchemaOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateIdentitySourceCommandInput
|
|
14
15
|
extends UpdateIdentitySourceInput {}
|
|
15
16
|
export interface UpdateIdentitySourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
VerifiedPermissionsClientResolvedConfig,
|
|
8
8
|
} from "../VerifiedPermissionsClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdatePolicyCommandInput extends UpdatePolicyInput {}
|
|
11
12
|
export interface UpdatePolicyCommandOutput
|
|
12
13
|
extends UpdatePolicyOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePolicyStoreCommandInput extends UpdatePolicyStoreInput {}
|
|
14
15
|
export interface UpdatePolicyStoreCommandOutput
|
|
15
16
|
extends UpdatePolicyStoreOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
VerifiedPermissionsClientResolvedConfig,
|
|
11
11
|
} from "../VerifiedPermissionsClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdatePolicyTemplateCommandInput
|
|
14
15
|
extends UpdatePolicyTemplateInput {}
|
|
15
16
|
export interface UpdatePolicyTemplateCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class VerifiedPermissionsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|