@aws-sdk/client-verifiedpermissions 3.462.0 → 3.465.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/commands/CreatePolicyStoreCommand.js +2 -1
- package/dist-cjs/commands/GetPolicyStoreCommand.js +2 -1
- package/dist-cjs/commands/ListPolicyStoresCommand.js +2 -1
- package/dist-cjs/commands/UpdatePolicyStoreCommand.js +2 -1
- package/dist-cjs/models/models_0.js +28 -2
- package/dist-cjs/protocols/Aws_json1_0.js +5 -0
- package/dist-es/commands/CreatePolicyStoreCommand.js +2 -1
- package/dist-es/commands/GetPolicyStoreCommand.js +2 -1
- package/dist-es/commands/ListPolicyStoresCommand.js +2 -1
- package/dist-es/commands/UpdatePolicyStoreCommand.js +2 -1
- package/dist-es/models/models_0.js +21 -0
- package/dist-es/protocols/Aws_json1_0.js +5 -0
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +8 -3
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +1 -0
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +1 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +54 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/package.json +14 -16
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
11
|
class CreatePolicyStoreCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class CreatePolicyStoreCommand extends smithy_client_1.Command {
|
|
|
31
32
|
logger,
|
|
32
33
|
clientName,
|
|
33
34
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
35
|
+
inputFilterSensitiveLog: models_0_1.CreatePolicyStoreInputFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
36
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
38
|
service: "VerifiedPermissions",
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
11
|
class GetPolicyStoreCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +33,7 @@ class GetPolicyStoreCommand extends smithy_client_1.Command {
|
|
|
32
33
|
clientName,
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_0_1.GetPolicyStoreOutputFilterSensitiveLog,
|
|
36
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
38
|
service: "VerifiedPermissions",
|
|
38
39
|
operation: "GetPolicyStore",
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
11
|
class ListPolicyStoresCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +33,7 @@ class ListPolicyStoresCommand extends smithy_client_1.Command {
|
|
|
32
33
|
clientName,
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_0_1.ListPolicyStoresOutputFilterSensitiveLog,
|
|
36
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
38
|
service: "VerifiedPermissions",
|
|
38
39
|
operation: "ListPolicyStores",
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
11
|
class UpdatePolicyStoreCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class UpdatePolicyStoreCommand extends smithy_client_1.Command {
|
|
|
31
32
|
logger,
|
|
32
33
|
clientName,
|
|
33
34
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
35
|
+
inputFilterSensitiveLog: models_0_1.UpdatePolicyStoreInputFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
36
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
38
|
service: "VerifiedPermissions",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.BatchIsAuthorizedInputFilterSensitiveLog = exports.IsAuthorizedWithTokenInputFilterSensitiveLog = exports.IsAuthorizedInputFilterSensitiveLog = exports.BatchIsAuthorizedOutputFilterSensitiveLog = exports.EntitiesDefinitionFilterSensitiveLog = exports.BatchIsAuthorizedOutputItemFilterSensitiveLog = exports.BatchIsAuthorizedInputItemFilterSensitiveLog = exports.EntityItemFilterSensitiveLog = exports.ContextDefinitionFilterSensitiveLog = exports.AttributeValueFilterSensitiveLog = exports.PutSchemaOutputFilterSensitiveLog = exports.PutSchemaInputFilterSensitiveLog = exports.SchemaDefinitionFilterSensitiveLog = exports.UpdatePolicyTemplateInputFilterSensitiveLog = exports.UpdatePolicyOutputFilterSensitiveLog = exports.UpdatePolicyInputFilterSensitiveLog = exports.UpdatePolicyDefinitionFilterSensitiveLog = exports.UpdateStaticPolicyDefinitionFilterSensitiveLog = exports.ListPolicyTemplatesOutputFilterSensitiveLog = exports.PolicyTemplateItemFilterSensitiveLog = exports.ListPoliciesOutputFilterSensitiveLog = exports.PolicyItemFilterSensitiveLog = exports.PolicyDefinitionItemFilterSensitiveLog = exports.TemplateLinkedPolicyDefinitionItemFilterSensitiveLog = exports.StaticPolicyDefinitionItemFilterSensitiveLog = exports.ListPoliciesInputFilterSensitiveLog = exports.PolicyFilterFilterSensitiveLog = exports.IsAuthorizedWithTokenOutputFilterSensitiveLog = exports.IsAuthorizedOutputFilterSensitiveLog = exports.UpdateIdentitySourceInputFilterSensitiveLog = exports.UpdateConfigurationFilterSensitiveLog = void 0;
|
|
3
|
+
exports.IdentitySourceItemFilterSensitiveLog = exports.IdentitySourceItemDetailsFilterSensitiveLog = exports.ListIdentitySourcesInputFilterSensitiveLog = exports.IdentitySourceFilterFilterSensitiveLog = exports.GetSchemaOutputFilterSensitiveLog = exports.GetPolicyTemplateOutputFilterSensitiveLog = exports.GetPolicyStoreOutputFilterSensitiveLog = exports.GetPolicyOutputFilterSensitiveLog = exports.PolicyDefinitionDetailFilterSensitiveLog = exports.TemplateLinkedPolicyDefinitionDetailFilterSensitiveLog = exports.StaticPolicyDefinitionDetailFilterSensitiveLog = exports.GetIdentitySourceOutputFilterSensitiveLog = exports.IdentitySourceDetailsFilterSensitiveLog = exports.EntityReferenceFilterSensitiveLog = exports.CreatePolicyTemplateInputFilterSensitiveLog = exports.CreatePolicyStoreInputFilterSensitiveLog = exports.CreatePolicyOutputFilterSensitiveLog = exports.CreatePolicyInputFilterSensitiveLog = exports.PolicyDefinitionFilterSensitiveLog = exports.TemplateLinkedPolicyDefinitionFilterSensitiveLog = exports.StaticPolicyDefinitionFilterSensitiveLog = exports.CreateIdentitySourceInputFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = exports.CognitoUserPoolConfigurationFilterSensitiveLog = exports.EvaluationErrorItemFilterSensitiveLog = exports.EntityIdentifierFilterSensitiveLog = exports.ActionIdentifierFilterSensitiveLog = exports.EntitiesDefinition = exports.ContextDefinition = exports.AttributeValue = exports.SchemaDefinition = exports.UpdatePolicyDefinition = exports.PolicyDefinitionItem = exports.UpdateConfiguration = exports.PolicyDefinitionDetail = exports.OpenIdIssuer = exports.EntityReference = exports.ValidationMode = exports.PolicyType = exports.PolicyDefinition = exports.ServiceQuotaExceededException = exports.ConflictException = exports.Configuration = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceType = exports.InternalServerException = exports.Decision = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.BatchIsAuthorizedInputFilterSensitiveLog = exports.IsAuthorizedWithTokenInputFilterSensitiveLog = exports.IsAuthorizedInputFilterSensitiveLog = exports.BatchIsAuthorizedOutputFilterSensitiveLog = exports.EntitiesDefinitionFilterSensitiveLog = exports.BatchIsAuthorizedOutputItemFilterSensitiveLog = exports.BatchIsAuthorizedInputItemFilterSensitiveLog = exports.EntityItemFilterSensitiveLog = exports.ContextDefinitionFilterSensitiveLog = exports.AttributeValueFilterSensitiveLog = exports.UpdatePolicyStoreInputFilterSensitiveLog = exports.PutSchemaOutputFilterSensitiveLog = exports.PutSchemaInputFilterSensitiveLog = exports.SchemaDefinitionFilterSensitiveLog = exports.UpdatePolicyTemplateInputFilterSensitiveLog = exports.UpdatePolicyOutputFilterSensitiveLog = exports.UpdatePolicyInputFilterSensitiveLog = exports.UpdatePolicyDefinitionFilterSensitiveLog = exports.UpdateStaticPolicyDefinitionFilterSensitiveLog = exports.ListPolicyTemplatesOutputFilterSensitiveLog = exports.PolicyTemplateItemFilterSensitiveLog = exports.ListPolicyStoresOutputFilterSensitiveLog = exports.PolicyStoreItemFilterSensitiveLog = exports.ListPoliciesOutputFilterSensitiveLog = exports.PolicyItemFilterSensitiveLog = exports.PolicyDefinitionItemFilterSensitiveLog = exports.TemplateLinkedPolicyDefinitionItemFilterSensitiveLog = exports.StaticPolicyDefinitionItemFilterSensitiveLog = exports.ListPoliciesInputFilterSensitiveLog = exports.PolicyFilterFilterSensitiveLog = exports.IsAuthorizedWithTokenOutputFilterSensitiveLog = exports.IsAuthorizedOutputFilterSensitiveLog = exports.UpdateIdentitySourceInputFilterSensitiveLog = exports.UpdateConfigurationFilterSensitiveLog = exports.UpdateCognitoUserPoolConfigurationFilterSensitiveLog = exports.ListIdentitySourcesOutputFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const VerifiedPermissionsServiceException_1 = require("./VerifiedPermissionsServiceException");
|
|
7
7
|
class AccessDeniedException extends VerifiedPermissionsServiceException_1.VerifiedPermissionsServiceException {
|
|
@@ -305,6 +305,11 @@ const CreatePolicyOutputFilterSensitiveLog = (obj) => ({
|
|
|
305
305
|
...(obj.resource && { resource: (0, exports.EntityIdentifierFilterSensitiveLog)(obj.resource) }),
|
|
306
306
|
});
|
|
307
307
|
exports.CreatePolicyOutputFilterSensitiveLog = CreatePolicyOutputFilterSensitiveLog;
|
|
308
|
+
const CreatePolicyStoreInputFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
311
|
+
});
|
|
312
|
+
exports.CreatePolicyStoreInputFilterSensitiveLog = CreatePolicyStoreInputFilterSensitiveLog;
|
|
308
313
|
const CreatePolicyTemplateInputFilterSensitiveLog = (obj) => ({
|
|
309
314
|
...obj,
|
|
310
315
|
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -359,6 +364,11 @@ const GetPolicyOutputFilterSensitiveLog = (obj) => ({
|
|
|
359
364
|
...(obj.definition && { definition: (0, exports.PolicyDefinitionDetailFilterSensitiveLog)(obj.definition) }),
|
|
360
365
|
});
|
|
361
366
|
exports.GetPolicyOutputFilterSensitiveLog = GetPolicyOutputFilterSensitiveLog;
|
|
367
|
+
const GetPolicyStoreOutputFilterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
370
|
+
});
|
|
371
|
+
exports.GetPolicyStoreOutputFilterSensitiveLog = GetPolicyStoreOutputFilterSensitiveLog;
|
|
362
372
|
const GetPolicyTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
363
373
|
...obj,
|
|
364
374
|
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -368,6 +378,7 @@ exports.GetPolicyTemplateOutputFilterSensitiveLog = GetPolicyTemplateOutputFilte
|
|
|
368
378
|
const GetSchemaOutputFilterSensitiveLog = (obj) => ({
|
|
369
379
|
...obj,
|
|
370
380
|
...(obj.schema && { schema: smithy_client_1.SENSITIVE_STRING }),
|
|
381
|
+
...(obj.namespaces && { namespaces: smithy_client_1.SENSITIVE_STRING }),
|
|
371
382
|
});
|
|
372
383
|
exports.GetSchemaOutputFilterSensitiveLog = GetSchemaOutputFilterSensitiveLog;
|
|
373
384
|
const IdentitySourceFilterFilterSensitiveLog = (obj) => ({
|
|
@@ -473,6 +484,16 @@ const ListPoliciesOutputFilterSensitiveLog = (obj) => ({
|
|
|
473
484
|
...(obj.policies && { policies: obj.policies.map((item) => (0, exports.PolicyItemFilterSensitiveLog)(item)) }),
|
|
474
485
|
});
|
|
475
486
|
exports.ListPoliciesOutputFilterSensitiveLog = ListPoliciesOutputFilterSensitiveLog;
|
|
487
|
+
const PolicyStoreItemFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
490
|
+
});
|
|
491
|
+
exports.PolicyStoreItemFilterSensitiveLog = PolicyStoreItemFilterSensitiveLog;
|
|
492
|
+
const ListPolicyStoresOutputFilterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
...(obj.policyStores && { policyStores: obj.policyStores.map((item) => (0, exports.PolicyStoreItemFilterSensitiveLog)(item)) }),
|
|
495
|
+
});
|
|
496
|
+
exports.ListPolicyStoresOutputFilterSensitiveLog = ListPolicyStoresOutputFilterSensitiveLog;
|
|
476
497
|
const PolicyTemplateItemFilterSensitiveLog = (obj) => ({
|
|
477
498
|
...obj,
|
|
478
499
|
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -532,6 +553,11 @@ const PutSchemaOutputFilterSensitiveLog = (obj) => ({
|
|
|
532
553
|
...(obj.namespaces && { namespaces: smithy_client_1.SENSITIVE_STRING }),
|
|
533
554
|
});
|
|
534
555
|
exports.PutSchemaOutputFilterSensitiveLog = PutSchemaOutputFilterSensitiveLog;
|
|
556
|
+
const UpdatePolicyStoreInputFilterSensitiveLog = (obj) => ({
|
|
557
|
+
...obj,
|
|
558
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
559
|
+
});
|
|
560
|
+
exports.UpdatePolicyStoreInputFilterSensitiveLog = UpdatePolicyStoreInputFilterSensitiveLog;
|
|
535
561
|
const AttributeValueFilterSensitiveLog = (obj) => {
|
|
536
562
|
if (obj.boolean !== undefined)
|
|
537
563
|
return { boolean: smithy_client_1.SENSITIVE_STRING };
|
|
@@ -1481,6 +1481,7 @@ const se_CreatePolicyInput = (input, context) => {
|
|
|
1481
1481
|
const se_CreatePolicyStoreInput = (input, context) => {
|
|
1482
1482
|
return (0, smithy_client_1.take)(input, {
|
|
1483
1483
|
clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
1484
|
+
description: [],
|
|
1484
1485
|
validationSettings: smithy_client_1._json,
|
|
1485
1486
|
});
|
|
1486
1487
|
};
|
|
@@ -1692,6 +1693,7 @@ const de_GetPolicyStoreOutput = (output, context) => {
|
|
|
1692
1693
|
return (0, smithy_client_1.take)(output, {
|
|
1693
1694
|
arn: smithy_client_1.expectString,
|
|
1694
1695
|
createdDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1696
|
+
description: smithy_client_1.expectString,
|
|
1695
1697
|
lastUpdatedDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1696
1698
|
policyStoreId: smithy_client_1.expectString,
|
|
1697
1699
|
validationSettings: smithy_client_1._json,
|
|
@@ -1711,6 +1713,7 @@ const de_GetSchemaOutput = (output, context) => {
|
|
|
1711
1713
|
return (0, smithy_client_1.take)(output, {
|
|
1712
1714
|
createdDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1713
1715
|
lastUpdatedDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1716
|
+
namespaces: smithy_client_1._json,
|
|
1714
1717
|
policyStoreId: smithy_client_1.expectString,
|
|
1715
1718
|
schema: smithy_client_1.expectString,
|
|
1716
1719
|
});
|
|
@@ -1781,6 +1784,8 @@ const de_PolicyStoreItem = (output, context) => {
|
|
|
1781
1784
|
return (0, smithy_client_1.take)(output, {
|
|
1782
1785
|
arn: smithy_client_1.expectString,
|
|
1783
1786
|
createdDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1787
|
+
description: smithy_client_1.expectString,
|
|
1788
|
+
lastUpdatedDate: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1784
1789
|
policyStoreId: smithy_client_1.expectString,
|
|
1785
1790
|
});
|
|
1786
1791
|
};
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { CreatePolicyStoreInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreatePolicyStoreCommand, se_CreatePolicyStoreCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CreatePolicyStoreCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class CreatePolicyStoreCommand extends $Command {
|
|
|
28
29
|
logger,
|
|
29
30
|
clientName,
|
|
30
31
|
commandName,
|
|
31
|
-
inputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: CreatePolicyStoreInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
33
34
|
[SMITHY_CONTEXT_KEY]: {
|
|
34
35
|
service: "VerifiedPermissions",
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { GetPolicyStoreOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetPolicyStoreCommand, se_GetPolicyStoreCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetPolicyStoreCommand extends $Command {
|
|
@@ -29,7 +30,7 @@ export class GetPolicyStoreCommand extends $Command {
|
|
|
29
30
|
clientName,
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog:
|
|
33
|
+
outputFilterSensitiveLog: GetPolicyStoreOutputFilterSensitiveLog,
|
|
33
34
|
[SMITHY_CONTEXT_KEY]: {
|
|
34
35
|
service: "VerifiedPermissions",
|
|
35
36
|
operation: "GetPolicyStore",
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { ListPolicyStoresOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListPolicyStoresCommand, se_ListPolicyStoresCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class ListPolicyStoresCommand extends $Command {
|
|
@@ -29,7 +30,7 @@ export class ListPolicyStoresCommand extends $Command {
|
|
|
29
30
|
clientName,
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog:
|
|
33
|
+
outputFilterSensitiveLog: ListPolicyStoresOutputFilterSensitiveLog,
|
|
33
34
|
[SMITHY_CONTEXT_KEY]: {
|
|
34
35
|
service: "VerifiedPermissions",
|
|
35
36
|
operation: "ListPolicyStores",
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { UpdatePolicyStoreInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdatePolicyStoreCommand, se_UpdatePolicyStoreCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class UpdatePolicyStoreCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class UpdatePolicyStoreCommand extends $Command {
|
|
|
28
29
|
logger,
|
|
29
30
|
clientName,
|
|
30
31
|
commandName,
|
|
31
|
-
inputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: UpdatePolicyStoreInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
33
34
|
[SMITHY_CONTEXT_KEY]: {
|
|
34
35
|
service: "VerifiedPermissions",
|
|
@@ -283,6 +283,10 @@ export const CreatePolicyOutputFilterSensitiveLog = (obj) => ({
|
|
|
283
283
|
...(obj.principal && { principal: EntityIdentifierFilterSensitiveLog(obj.principal) }),
|
|
284
284
|
...(obj.resource && { resource: EntityIdentifierFilterSensitiveLog(obj.resource) }),
|
|
285
285
|
});
|
|
286
|
+
export const CreatePolicyStoreInputFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
289
|
+
});
|
|
286
290
|
export const CreatePolicyTemplateInputFilterSensitiveLog = (obj) => ({
|
|
287
291
|
...obj,
|
|
288
292
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -329,6 +333,10 @@ export const GetPolicyOutputFilterSensitiveLog = (obj) => ({
|
|
|
329
333
|
...(obj.resource && { resource: EntityIdentifierFilterSensitiveLog(obj.resource) }),
|
|
330
334
|
...(obj.definition && { definition: PolicyDefinitionDetailFilterSensitiveLog(obj.definition) }),
|
|
331
335
|
});
|
|
336
|
+
export const GetPolicyStoreOutputFilterSensitiveLog = (obj) => ({
|
|
337
|
+
...obj,
|
|
338
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
339
|
+
});
|
|
332
340
|
export const GetPolicyTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
333
341
|
...obj,
|
|
334
342
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -337,6 +345,7 @@ export const GetPolicyTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
|
337
345
|
export const GetSchemaOutputFilterSensitiveLog = (obj) => ({
|
|
338
346
|
...obj,
|
|
339
347
|
...(obj.schema && { schema: SENSITIVE_STRING }),
|
|
348
|
+
...(obj.namespaces && { namespaces: SENSITIVE_STRING }),
|
|
340
349
|
});
|
|
341
350
|
export const IdentitySourceFilterFilterSensitiveLog = (obj) => ({
|
|
342
351
|
...obj,
|
|
@@ -424,6 +433,14 @@ export const ListPoliciesOutputFilterSensitiveLog = (obj) => ({
|
|
|
424
433
|
...obj,
|
|
425
434
|
...(obj.policies && { policies: obj.policies.map((item) => PolicyItemFilterSensitiveLog(item)) }),
|
|
426
435
|
});
|
|
436
|
+
export const PolicyStoreItemFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
439
|
+
});
|
|
440
|
+
export const ListPolicyStoresOutputFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
...(obj.policyStores && { policyStores: obj.policyStores.map((item) => PolicyStoreItemFilterSensitiveLog(item)) }),
|
|
443
|
+
});
|
|
427
444
|
export const PolicyTemplateItemFilterSensitiveLog = (obj) => ({
|
|
428
445
|
...obj,
|
|
429
446
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -473,6 +490,10 @@ export const PutSchemaOutputFilterSensitiveLog = (obj) => ({
|
|
|
473
490
|
...obj,
|
|
474
491
|
...(obj.namespaces && { namespaces: SENSITIVE_STRING }),
|
|
475
492
|
});
|
|
493
|
+
export const UpdatePolicyStoreInputFilterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
496
|
+
});
|
|
476
497
|
export const AttributeValueFilterSensitiveLog = (obj) => {
|
|
477
498
|
if (obj.boolean !== undefined)
|
|
478
499
|
return { boolean: SENSITIVE_STRING };
|
|
@@ -1428,6 +1428,7 @@ const se_CreatePolicyInput = (input, context) => {
|
|
|
1428
1428
|
const se_CreatePolicyStoreInput = (input, context) => {
|
|
1429
1429
|
return take(input, {
|
|
1430
1430
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
1431
|
+
description: [],
|
|
1431
1432
|
validationSettings: _json,
|
|
1432
1433
|
});
|
|
1433
1434
|
};
|
|
@@ -1639,6 +1640,7 @@ const de_GetPolicyStoreOutput = (output, context) => {
|
|
|
1639
1640
|
return take(output, {
|
|
1640
1641
|
arn: __expectString,
|
|
1641
1642
|
createdDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1643
|
+
description: __expectString,
|
|
1642
1644
|
lastUpdatedDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1643
1645
|
policyStoreId: __expectString,
|
|
1644
1646
|
validationSettings: _json,
|
|
@@ -1658,6 +1660,7 @@ const de_GetSchemaOutput = (output, context) => {
|
|
|
1658
1660
|
return take(output, {
|
|
1659
1661
|
createdDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1660
1662
|
lastUpdatedDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1663
|
+
namespaces: _json,
|
|
1661
1664
|
policyStoreId: __expectString,
|
|
1662
1665
|
schema: __expectString,
|
|
1663
1666
|
});
|
|
@@ -1728,6 +1731,8 @@ const de_PolicyStoreItem = (output, context) => {
|
|
|
1728
1731
|
return take(output, {
|
|
1729
1732
|
arn: __expectString,
|
|
1730
1733
|
createdDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1734
|
+
description: __expectString,
|
|
1735
|
+
lastUpdatedDate: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
1731
1736
|
policyStoreId: __expectString,
|
|
1732
1737
|
});
|
|
1733
1738
|
};
|
|
@@ -36,9 +36,14 @@ export interface BatchIsAuthorizedCommandOutput extends BatchIsAuthorizedOutput,
|
|
|
36
36
|
* entities that you declare. The result of the decisions is a series of <code>Allow</code>
|
|
37
37
|
* or <code>Deny</code> responses, along with the IDs of the policies that produced each
|
|
38
38
|
* decision.</p>
|
|
39
|
-
* <p>The <code>entities</code> of a <code>BatchIsAuthorized</code> API request can contain
|
|
40
|
-
* to 100 resources. The <code>requests</code> of a
|
|
41
|
-
*
|
|
39
|
+
* <p>The <code>entities</code> of a <code>BatchIsAuthorized</code> API request can contain
|
|
40
|
+
* up to 100 principals and up to 100 resources. The <code>requests</code> of a
|
|
41
|
+
* <code>BatchIsAuthorized</code> API request can contain up to 30 requests.</p>
|
|
42
|
+
* <note>
|
|
43
|
+
* <p>The <code>BatchIsAuthorized</code> operation doesn't have its own IAM
|
|
44
|
+
* permission. To authorize this operation for Amazon Web Services principals, include the permission
|
|
45
|
+
* <code>verifiedpermissions:IsAuthorized</code> in their IAM policies.</p>
|
|
46
|
+
* </note>
|
|
42
47
|
* @example
|
|
43
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
49
|
* ```javascript
|
|
@@ -45,6 +45,7 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
|
|
|
45
45
|
* validationSettings: { // ValidationSettings
|
|
46
46
|
* mode: "OFF" || "STRICT", // required
|
|
47
47
|
* },
|
|
48
|
+
* description: "STRING_VALUE",
|
|
48
49
|
* };
|
|
49
50
|
* const command = new CreatePolicyStoreCommand(input);
|
|
50
51
|
* const response = await client.send(command);
|
|
@@ -43,6 +43,7 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
|
|
|
43
43
|
* // },
|
|
44
44
|
* // createdDate: new Date("TIMESTAMP"), // required
|
|
45
45
|
* // lastUpdatedDate: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // description: "STRING_VALUE",
|
|
46
47
|
* // };
|
|
47
48
|
*
|
|
48
49
|
* ```
|
|
@@ -40,6 +40,9 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
|
|
|
40
40
|
* // schema: "STRING_VALUE", // required
|
|
41
41
|
* // createdDate: new Date("TIMESTAMP"), // required
|
|
42
42
|
* // lastUpdatedDate: new Date("TIMESTAMP"), // required
|
|
43
|
+
* // namespaces: [ // NamespaceList
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
43
46
|
* // };
|
|
44
47
|
*
|
|
45
48
|
* ```
|
|
@@ -43,6 +43,8 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
|
|
|
43
43
|
* // policyStoreId: "STRING_VALUE", // required
|
|
44
44
|
* // arn: "STRING_VALUE", // required
|
|
45
45
|
* // createdDate: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // lastUpdatedDate: new Date("TIMESTAMP"),
|
|
47
|
+
* // description: "STRING_VALUE",
|
|
46
48
|
* // },
|
|
47
49
|
* // ],
|
|
48
50
|
* // };
|
|
@@ -41,6 +41,7 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
|
|
|
41
41
|
* validationSettings: { // ValidationSettings
|
|
42
42
|
* mode: "OFF" || "STRICT", // required
|
|
43
43
|
* },
|
|
44
|
+
* description: "STRING_VALUE",
|
|
44
45
|
* };
|
|
45
46
|
* const command = new UpdatePolicyStoreCommand(input);
|
|
46
47
|
* const response = await client.send(command);
|
|
@@ -759,6 +759,12 @@ export interface CreatePolicyStoreInput {
|
|
|
759
759
|
* </important>
|
|
760
760
|
*/
|
|
761
761
|
validationSettings: ValidationSettings | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
* <p>Descriptive text that you can provide to help with identification
|
|
765
|
+
* of the current policy store.</p>
|
|
766
|
+
*/
|
|
767
|
+
description?: string;
|
|
762
768
|
}
|
|
763
769
|
/**
|
|
764
770
|
* @public
|
|
@@ -1261,6 +1267,12 @@ export interface GetPolicyStoreOutput {
|
|
|
1261
1267
|
* <p>The date and time that the policy store was last updated.</p>
|
|
1262
1268
|
*/
|
|
1263
1269
|
lastUpdatedDate: Date | undefined;
|
|
1270
|
+
/**
|
|
1271
|
+
* @public
|
|
1272
|
+
* <p>Descriptive text that you can provide to help with identification
|
|
1273
|
+
* of the current policy store.</p>
|
|
1274
|
+
*/
|
|
1275
|
+
description?: string;
|
|
1264
1276
|
}
|
|
1265
1277
|
/**
|
|
1266
1278
|
* @public
|
|
@@ -1347,6 +1359,11 @@ export interface GetSchemaOutput {
|
|
|
1347
1359
|
* <p>The date and time that the schema was most recently updated.</p>
|
|
1348
1360
|
*/
|
|
1349
1361
|
lastUpdatedDate: Date | undefined;
|
|
1362
|
+
/**
|
|
1363
|
+
* @public
|
|
1364
|
+
* <p>The namespaces of the entities referenced by this schema.</p>
|
|
1365
|
+
*/
|
|
1366
|
+
namespaces?: string[];
|
|
1350
1367
|
}
|
|
1351
1368
|
/**
|
|
1352
1369
|
* @public
|
|
@@ -1946,6 +1963,17 @@ export interface PolicyStoreItem {
|
|
|
1946
1963
|
* <p>The date and time the policy was created.</p>
|
|
1947
1964
|
*/
|
|
1948
1965
|
createdDate: Date | undefined;
|
|
1966
|
+
/**
|
|
1967
|
+
* @public
|
|
1968
|
+
* <p>The date and time the policy store was most recently updated.</p>
|
|
1969
|
+
*/
|
|
1970
|
+
lastUpdatedDate?: Date;
|
|
1971
|
+
/**
|
|
1972
|
+
* @public
|
|
1973
|
+
* <p>Descriptive text that you can provide to help with identification
|
|
1974
|
+
* of the current policy store.</p>
|
|
1975
|
+
*/
|
|
1976
|
+
description?: string;
|
|
1949
1977
|
}
|
|
1950
1978
|
/**
|
|
1951
1979
|
* @public
|
|
@@ -2381,6 +2409,12 @@ export interface UpdatePolicyStoreInput {
|
|
|
2381
2409
|
* policy store.</p>
|
|
2382
2410
|
*/
|
|
2383
2411
|
validationSettings: ValidationSettings | undefined;
|
|
2412
|
+
/**
|
|
2413
|
+
* @public
|
|
2414
|
+
* <p>Descriptive text that you can provide to help with identification
|
|
2415
|
+
* of the current policy store.</p>
|
|
2416
|
+
*/
|
|
2417
|
+
description?: string;
|
|
2384
2418
|
}
|
|
2385
2419
|
/**
|
|
2386
2420
|
* @public
|
|
@@ -2901,6 +2935,10 @@ export declare const CreatePolicyInputFilterSensitiveLog: (obj: CreatePolicyInpu
|
|
|
2901
2935
|
* @internal
|
|
2902
2936
|
*/
|
|
2903
2937
|
export declare const CreatePolicyOutputFilterSensitiveLog: (obj: CreatePolicyOutput) => any;
|
|
2938
|
+
/**
|
|
2939
|
+
* @internal
|
|
2940
|
+
*/
|
|
2941
|
+
export declare const CreatePolicyStoreInputFilterSensitiveLog: (obj: CreatePolicyStoreInput) => any;
|
|
2904
2942
|
/**
|
|
2905
2943
|
* @internal
|
|
2906
2944
|
*/
|
|
@@ -2933,6 +2971,10 @@ export declare const PolicyDefinitionDetailFilterSensitiveLog: (obj: PolicyDefin
|
|
|
2933
2971
|
* @internal
|
|
2934
2972
|
*/
|
|
2935
2973
|
export declare const GetPolicyOutputFilterSensitiveLog: (obj: GetPolicyOutput) => any;
|
|
2974
|
+
/**
|
|
2975
|
+
* @internal
|
|
2976
|
+
*/
|
|
2977
|
+
export declare const GetPolicyStoreOutputFilterSensitiveLog: (obj: GetPolicyStoreOutput) => any;
|
|
2936
2978
|
/**
|
|
2937
2979
|
* @internal
|
|
2938
2980
|
*/
|
|
@@ -3009,6 +3051,14 @@ export declare const PolicyItemFilterSensitiveLog: (obj: PolicyItem) => any;
|
|
|
3009
3051
|
* @internal
|
|
3010
3052
|
*/
|
|
3011
3053
|
export declare const ListPoliciesOutputFilterSensitiveLog: (obj: ListPoliciesOutput) => any;
|
|
3054
|
+
/**
|
|
3055
|
+
* @internal
|
|
3056
|
+
*/
|
|
3057
|
+
export declare const PolicyStoreItemFilterSensitiveLog: (obj: PolicyStoreItem) => any;
|
|
3058
|
+
/**
|
|
3059
|
+
* @internal
|
|
3060
|
+
*/
|
|
3061
|
+
export declare const ListPolicyStoresOutputFilterSensitiveLog: (obj: ListPolicyStoresOutput) => any;
|
|
3012
3062
|
/**
|
|
3013
3063
|
* @internal
|
|
3014
3064
|
*/
|
|
@@ -3049,6 +3099,10 @@ export declare const PutSchemaInputFilterSensitiveLog: (obj: PutSchemaInput) =>
|
|
|
3049
3099
|
* @internal
|
|
3050
3100
|
*/
|
|
3051
3101
|
export declare const PutSchemaOutputFilterSensitiveLog: (obj: PutSchemaOutput) => any;
|
|
3102
|
+
/**
|
|
3103
|
+
* @internal
|
|
3104
|
+
*/
|
|
3105
|
+
export declare const UpdatePolicyStoreInputFilterSensitiveLog: (obj: UpdatePolicyStoreInput) => any;
|
|
3052
3106
|
/**
|
|
3053
3107
|
* @internal
|
|
3054
3108
|
*/
|
|
@@ -197,6 +197,7 @@ export interface ValidationSettings {
|
|
|
197
197
|
export interface CreatePolicyStoreInput {
|
|
198
198
|
clientToken?: string;
|
|
199
199
|
validationSettings: ValidationSettings | undefined;
|
|
200
|
+
description?: string;
|
|
200
201
|
}
|
|
201
202
|
export interface CreatePolicyStoreOutput {
|
|
202
203
|
policyStoreId: string | undefined;
|
|
@@ -343,6 +344,7 @@ export interface GetPolicyStoreOutput {
|
|
|
343
344
|
validationSettings: ValidationSettings | undefined;
|
|
344
345
|
createdDate: Date | undefined;
|
|
345
346
|
lastUpdatedDate: Date | undefined;
|
|
347
|
+
description?: string;
|
|
346
348
|
}
|
|
347
349
|
export interface GetPolicyTemplateInput {
|
|
348
350
|
policyStoreId: string | undefined;
|
|
@@ -364,6 +366,7 @@ export interface GetSchemaOutput {
|
|
|
364
366
|
schema: string | undefined;
|
|
365
367
|
createdDate: Date | undefined;
|
|
366
368
|
lastUpdatedDate: Date | undefined;
|
|
369
|
+
namespaces?: string[];
|
|
367
370
|
}
|
|
368
371
|
export interface IdentitySourceFilter {
|
|
369
372
|
principalEntityType?: string;
|
|
@@ -507,6 +510,8 @@ export interface PolicyStoreItem {
|
|
|
507
510
|
policyStoreId: string | undefined;
|
|
508
511
|
arn: string | undefined;
|
|
509
512
|
createdDate: Date | undefined;
|
|
513
|
+
lastUpdatedDate?: Date;
|
|
514
|
+
description?: string;
|
|
510
515
|
}
|
|
511
516
|
export interface ListPolicyStoresOutput {
|
|
512
517
|
nextToken?: string;
|
|
@@ -607,6 +612,7 @@ export interface PutSchemaOutput {
|
|
|
607
612
|
export interface UpdatePolicyStoreInput {
|
|
608
613
|
policyStoreId: string | undefined;
|
|
609
614
|
validationSettings: ValidationSettings | undefined;
|
|
615
|
+
description?: string;
|
|
610
616
|
}
|
|
611
617
|
export interface UpdatePolicyStoreOutput {
|
|
612
618
|
policyStoreId: string | undefined;
|
|
@@ -808,6 +814,9 @@ export declare const CreatePolicyInputFilterSensitiveLog: (
|
|
|
808
814
|
export declare const CreatePolicyOutputFilterSensitiveLog: (
|
|
809
815
|
obj: CreatePolicyOutput
|
|
810
816
|
) => any;
|
|
817
|
+
export declare const CreatePolicyStoreInputFilterSensitiveLog: (
|
|
818
|
+
obj: CreatePolicyStoreInput
|
|
819
|
+
) => any;
|
|
811
820
|
export declare const CreatePolicyTemplateInputFilterSensitiveLog: (
|
|
812
821
|
obj: CreatePolicyTemplateInput
|
|
813
822
|
) => any;
|
|
@@ -832,6 +841,9 @@ export declare const PolicyDefinitionDetailFilterSensitiveLog: (
|
|
|
832
841
|
export declare const GetPolicyOutputFilterSensitiveLog: (
|
|
833
842
|
obj: GetPolicyOutput
|
|
834
843
|
) => any;
|
|
844
|
+
export declare const GetPolicyStoreOutputFilterSensitiveLog: (
|
|
845
|
+
obj: GetPolicyStoreOutput
|
|
846
|
+
) => any;
|
|
835
847
|
export declare const GetPolicyTemplateOutputFilterSensitiveLog: (
|
|
836
848
|
obj: GetPolicyTemplateOutput
|
|
837
849
|
) => any;
|
|
@@ -885,6 +897,12 @@ export declare const PolicyItemFilterSensitiveLog: (obj: PolicyItem) => any;
|
|
|
885
897
|
export declare const ListPoliciesOutputFilterSensitiveLog: (
|
|
886
898
|
obj: ListPoliciesOutput
|
|
887
899
|
) => any;
|
|
900
|
+
export declare const PolicyStoreItemFilterSensitiveLog: (
|
|
901
|
+
obj: PolicyStoreItem
|
|
902
|
+
) => any;
|
|
903
|
+
export declare const ListPolicyStoresOutputFilterSensitiveLog: (
|
|
904
|
+
obj: ListPolicyStoresOutput
|
|
905
|
+
) => any;
|
|
888
906
|
export declare const PolicyTemplateItemFilterSensitiveLog: (
|
|
889
907
|
obj: PolicyTemplateItem
|
|
890
908
|
) => any;
|
|
@@ -915,6 +933,9 @@ export declare const PutSchemaInputFilterSensitiveLog: (
|
|
|
915
933
|
export declare const PutSchemaOutputFilterSensitiveLog: (
|
|
916
934
|
obj: PutSchemaOutput
|
|
917
935
|
) => any;
|
|
936
|
+
export declare const UpdatePolicyStoreInputFilterSensitiveLog: (
|
|
937
|
+
obj: UpdatePolicyStoreInput
|
|
938
|
+
) => any;
|
|
918
939
|
export declare const AttributeValueFilterSensitiveLog: (
|
|
919
940
|
obj: AttributeValue
|
|
920
941
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
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.465.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
-
"build:docs": "typedoc",
|
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -21,19 +20,19 @@
|
|
|
21
20
|
"dependencies": {
|
|
22
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
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-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.465.0",
|
|
24
|
+
"@aws-sdk/core": "3.465.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.465.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.465.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.465.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.465.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.465.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.465.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.465.0",
|
|
32
|
+
"@aws-sdk/types": "3.465.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.465.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.465.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.465.0",
|
|
37
36
|
"@smithy/config-resolver": "^2.0.18",
|
|
38
37
|
"@smithy/fetch-http-handler": "^2.2.6",
|
|
39
38
|
"@smithy/hash-node": "^2.0.15",
|
|
@@ -68,7 +67,6 @@
|
|
|
68
67
|
"concurrently": "7.0.0",
|
|
69
68
|
"downlevel-dts": "0.10.1",
|
|
70
69
|
"rimraf": "3.0.2",
|
|
71
|
-
"typedoc": "0.23.23",
|
|
72
70
|
"typescript": "~4.9.5"
|
|
73
71
|
},
|
|
74
72
|
"engines": {
|