@aws-sdk/client-verifiedpermissions 3.478.0 → 3.484.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-cjs/commands/BatchIsAuthorizedCommand.js +18 -41
  2. package/dist-cjs/commands/CreateIdentitySourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreatePolicyCommand.js +18 -41
  4. package/dist-cjs/commands/CreatePolicyStoreCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePolicyTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteIdentitySourceCommand.js +18 -41
  7. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePolicyStoreCommand.js +18 -41
  9. package/dist-cjs/commands/DeletePolicyTemplateCommand.js +18 -41
  10. package/dist-cjs/commands/GetIdentitySourceCommand.js +18 -41
  11. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  12. package/dist-cjs/commands/GetPolicyStoreCommand.js +18 -41
  13. package/dist-cjs/commands/GetPolicyTemplateCommand.js +18 -41
  14. package/dist-cjs/commands/GetSchemaCommand.js +18 -41
  15. package/dist-cjs/commands/IsAuthorizedCommand.js +18 -41
  16. package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +18 -41
  17. package/dist-cjs/commands/ListIdentitySourcesCommand.js +18 -41
  18. package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
  19. package/dist-cjs/commands/ListPolicyStoresCommand.js +18 -41
  20. package/dist-cjs/commands/ListPolicyTemplatesCommand.js +18 -41
  21. package/dist-cjs/commands/PutSchemaCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateIdentitySourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdatePolicyCommand.js +18 -41
  24. package/dist-cjs/commands/UpdatePolicyStoreCommand.js +18 -41
  25. package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-es/commands/BatchIsAuthorizedCommand.js +18 -41
  28. package/dist-es/commands/CreateIdentitySourceCommand.js +18 -41
  29. package/dist-es/commands/CreatePolicyCommand.js +18 -41
  30. package/dist-es/commands/CreatePolicyStoreCommand.js +18 -41
  31. package/dist-es/commands/CreatePolicyTemplateCommand.js +18 -41
  32. package/dist-es/commands/DeleteIdentitySourceCommand.js +18 -41
  33. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  34. package/dist-es/commands/DeletePolicyStoreCommand.js +18 -41
  35. package/dist-es/commands/DeletePolicyTemplateCommand.js +18 -41
  36. package/dist-es/commands/GetIdentitySourceCommand.js +18 -41
  37. package/dist-es/commands/GetPolicyCommand.js +18 -41
  38. package/dist-es/commands/GetPolicyStoreCommand.js +18 -41
  39. package/dist-es/commands/GetPolicyTemplateCommand.js +18 -41
  40. package/dist-es/commands/GetSchemaCommand.js +18 -41
  41. package/dist-es/commands/IsAuthorizedCommand.js +18 -41
  42. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +18 -41
  43. package/dist-es/commands/ListIdentitySourcesCommand.js +18 -41
  44. package/dist-es/commands/ListPoliciesCommand.js +18 -41
  45. package/dist-es/commands/ListPolicyStoresCommand.js +18 -41
  46. package/dist-es/commands/ListPolicyTemplatesCommand.js +18 -41
  47. package/dist-es/commands/PutSchemaCommand.js +18 -41
  48. package/dist-es/commands/UpdateIdentitySourceCommand.js +18 -41
  49. package/dist-es/commands/UpdatePolicyCommand.js +18 -41
  50. package/dist-es/commands/UpdatePolicyStoreCommand.js +18 -41
  51. package/dist-es/commands/UpdatePolicyTemplateCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -21
  55. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
  56. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +6 -21
  57. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +6 -21
  59. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  60. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +6 -21
  61. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +6 -21
  62. package/dist-types/commands/GetIdentitySourceCommand.d.ts +6 -21
  63. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  64. package/dist-types/commands/GetPolicyStoreCommand.d.ts +6 -21
  65. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +6 -21
  66. package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
  67. package/dist-types/commands/IsAuthorizedCommand.d.ts +6 -21
  68. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +6 -21
  69. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +6 -21
  70. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
  71. package/dist-types/commands/ListPolicyStoresCommand.d.ts +6 -21
  72. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +6 -21
  73. package/dist-types/commands/PutSchemaCommand.d.ts +6 -21
  74. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +6 -21
  75. package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
  76. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. package/package.json +11 -11
@@ -1,48 +1,25 @@
1
1
  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
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { PutSchemaInputFilterSensitiveLog, PutSchemaOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_PutSchemaCommand, se_PutSchemaCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class PutSchemaCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, PutSchemaCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "PutSchemaCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: PutSchemaInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: PutSchemaOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "PutSchema",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_PutSchemaCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_PutSchemaCommand(output, context);
47
- }
8
+ export class PutSchemaCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VerifiedPermissions", "PutSchema", {})
20
+ .n("VerifiedPermissionsClient", "PutSchemaCommand")
21
+ .f(PutSchemaInputFilterSensitiveLog, PutSchemaOutputFilterSensitiveLog)
22
+ .ser(se_PutSchemaCommand)
23
+ .de(de_PutSchemaCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  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
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateIdentitySourceInputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateIdentitySourceCommand, se_UpdateIdentitySourceCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UpdateIdentitySourceCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateIdentitySourceCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "UpdateIdentitySourceCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdateIdentitySourceInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "UpdateIdentitySource",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateIdentitySourceCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateIdentitySourceCommand(output, context);
47
- }
8
+ export class UpdateIdentitySourceCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VerifiedPermissions", "UpdateIdentitySource", {})
20
+ .n("VerifiedPermissionsClient", "UpdateIdentitySourceCommand")
21
+ .f(UpdateIdentitySourceInputFilterSensitiveLog, void 0)
22
+ .ser(se_UpdateIdentitySourceCommand)
23
+ .de(de_UpdateIdentitySourceCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  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
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdatePolicyInputFilterSensitiveLog, UpdatePolicyOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdatePolicyCommand, se_UpdatePolicyCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UpdatePolicyCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdatePolicyCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "UpdatePolicyCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdatePolicyInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: UpdatePolicyOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "UpdatePolicy",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdatePolicyCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdatePolicyCommand(output, context);
47
- }
8
+ export class UpdatePolicyCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VerifiedPermissions", "UpdatePolicy", {})
20
+ .n("VerifiedPermissionsClient", "UpdatePolicyCommand")
21
+ .f(UpdatePolicyInputFilterSensitiveLog, UpdatePolicyOutputFilterSensitiveLog)
22
+ .ser(se_UpdatePolicyCommand)
23
+ .de(de_UpdatePolicyCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  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
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdatePolicyStoreInputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdatePolicyStoreCommand, se_UpdatePolicyStoreCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UpdatePolicyStoreCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdatePolicyStoreCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "UpdatePolicyStoreCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdatePolicyStoreInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "UpdatePolicyStore",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdatePolicyStoreCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdatePolicyStoreCommand(output, context);
47
- }
8
+ export class UpdatePolicyStoreCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VerifiedPermissions", "UpdatePolicyStore", {})
20
+ .n("VerifiedPermissionsClient", "UpdatePolicyStoreCommand")
21
+ .f(UpdatePolicyStoreInputFilterSensitiveLog, void 0)
22
+ .ser(se_UpdatePolicyStoreCommand)
23
+ .de(de_UpdatePolicyStoreCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  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
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdatePolicyTemplateInputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdatePolicyTemplateCommand, se_UpdatePolicyTemplateCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class UpdatePolicyTemplateCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdatePolicyTemplateCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "UpdatePolicyTemplateCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: UpdatePolicyTemplateInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "UpdatePolicyTemplate",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdatePolicyTemplateCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdatePolicyTemplateCommand(output, context);
47
- }
8
+ export class UpdatePolicyTemplateCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("VerifiedPermissions", "UpdatePolicyTemplate", {})
20
+ .n("VerifiedPermissionsClient", "UpdatePolicyTemplateCommand")
21
+ .f(UpdatePolicyTemplateInputFilterSensitiveLog, void 0)
22
+ .ser(se_UpdatePolicyTemplateCommand)
23
+ .de(de_UpdatePolicyTemplateCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "verifiedpermissions",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchIsAuthorizedInput, BatchIsAuthorizedOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchIsAuthorizedCommandInput extends BatchIsAuthorizedInput {
21
20
  */
22
21
  export interface BatchIsAuthorizedCommandOutput extends BatchIsAuthorizedOutput, __MetadataBearer {
23
22
  }
23
+ declare const BatchIsAuthorizedCommand_base: {
24
+ new (input: BatchIsAuthorizedCommandInput): import("@smithy/smithy-client").CommandImpl<BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Makes a series of decisions about multiple authorization requests for one principal or
@@ -281,23 +284,5 @@ export interface BatchIsAuthorizedCommandOutput extends BatchIsAuthorizedOutput,
281
284
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
282
285
  *
283
286
  */
284
- export declare class BatchIsAuthorizedCommand extends $Command<BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig> {
285
- readonly input: BatchIsAuthorizedCommandInput;
286
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
287
- /**
288
- * @public
289
- */
290
- constructor(input: BatchIsAuthorizedCommandInput);
291
- /**
292
- * @internal
293
- */
294
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput>;
295
- /**
296
- * @internal
297
- */
298
- private serialize;
299
- /**
300
- * @internal
301
- */
302
- private deserialize;
287
+ export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {
303
288
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateIdentitySourceInput, CreateIdentitySourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateIdentitySourceCommandInput extends CreateIdentitySourceIn
21
20
  */
22
21
  export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateIdentitySourceCommand_base: {
24
+ new (input: CreateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
@@ -198,23 +201,5 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
198
201
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
199
202
  *
200
203
  */
201
- export declare class CreateIdentitySourceCommand extends $Command<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig> {
202
- readonly input: CreateIdentitySourceCommandInput;
203
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
204
- /**
205
- * @public
206
- */
207
- constructor(input: CreateIdentitySourceCommandInput);
208
- /**
209
- * @internal
210
- */
211
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput>;
212
- /**
213
- * @internal
214
- */
215
- private serialize;
216
- /**
217
- * @internal
218
- */
219
- private deserialize;
204
+ export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
220
205
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePolicyCommandInput extends CreatePolicyInput {
21
20
  */
22
21
  export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePolicyCommand_base: {
24
+ new (input: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Cedar policy and saves it in the specified policy store. You can create either a
@@ -210,23 +213,5 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
210
213
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
211
214
  *
212
215
  */
213
- export declare class CreatePolicyCommand extends $Command<CreatePolicyCommandInput, CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig> {
214
- readonly input: CreatePolicyCommandInput;
215
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
216
- /**
217
- * @public
218
- */
219
- constructor(input: CreatePolicyCommandInput);
220
- /**
221
- * @internal
222
- */
223
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyCommandInput, CreatePolicyCommandOutput>;
224
- /**
225
- * @internal
226
- */
227
- private serialize;
228
- /**
229
- * @internal
230
- */
231
- private deserialize;
216
+ export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
232
217
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreatePolicyStoreInput, CreatePolicyStoreOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {
21
20
  */
22
21
  export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePolicyStoreCommand_base: {
24
+ new (input: CreatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a policy store. A policy store is a container for policy resources.</p>
@@ -168,23 +171,5 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
168
171
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
169
172
  *
170
173
  */
171
- export declare class CreatePolicyStoreCommand extends $Command<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig> {
172
- readonly input: CreatePolicyStoreCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: CreatePolicyStoreCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
190
175
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreatePolicyTemplateInput, CreatePolicyTemplateOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePolicyTemplateCommandInput extends CreatePolicyTemplateIn
21
20
  */
22
21
  export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePolicyTemplateCommand_base: {
24
+ new (input: CreatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a policy template. A template can use placeholders for the principal and resource. A
@@ -172,23 +175,5 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
172
175
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
173
176
  *
174
177
  */
175
- export declare class CreatePolicyTemplateCommand extends $Command<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig> {
176
- readonly input: CreatePolicyTemplateCommandInput;
177
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
178
- /**
179
- * @public
180
- */
181
- constructor(input: CreatePolicyTemplateCommandInput);
182
- /**
183
- * @internal
184
- */
185
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput>;
186
- /**
187
- * @internal
188
- */
189
- private serialize;
190
- /**
191
- * @internal
192
- */
193
- private deserialize;
178
+ export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {
194
179
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteIdentitySourceInput, DeleteIdentitySourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIdentitySourceCommandInput extends DeleteIdentitySourceIn
21
20
  */
22
21
  export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteIdentitySourceCommand_base: {
24
+ new (input: DeleteIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito. After
@@ -153,23 +156,5 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
153
156
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
154
157
  *
155
158
  */
156
- export declare class DeleteIdentitySourceCommand extends $Command<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig> {
157
- readonly input: DeleteIdentitySourceCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: DeleteIdentitySourceCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {
175
160
  }