@aws-sdk/client-verifiedpermissions 3.478.0 → 3.481.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 +9 -9
@@ -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 { CreatePolicyInputFilterSensitiveLog, CreatePolicyOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreatePolicyCommand, se_CreatePolicyCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class CreatePolicyCommand 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, CreatePolicyCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "CreatePolicyCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreatePolicyInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: CreatePolicyOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "CreatePolicy",
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_CreatePolicyCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreatePolicyCommand(output, context);
47
- }
8
+ export class CreatePolicyCommand 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", "CreatePolicy", {})
20
+ .n("VerifiedPermissionsClient", "CreatePolicyCommand")
21
+ .f(CreatePolicyInputFilterSensitiveLog, CreatePolicyOutputFilterSensitiveLog)
22
+ .ser(se_CreatePolicyCommand)
23
+ .de(de_CreatePolicyCommand)
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 { CreatePolicyStoreInputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreatePolicyStoreCommand, se_CreatePolicyStoreCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class CreatePolicyStoreCommand 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, CreatePolicyStoreCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "CreatePolicyStoreCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreatePolicyStoreInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "CreatePolicyStore",
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_CreatePolicyStoreCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreatePolicyStoreCommand(output, context);
47
- }
8
+ export class CreatePolicyStoreCommand 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", "CreatePolicyStore", {})
20
+ .n("VerifiedPermissionsClient", "CreatePolicyStoreCommand")
21
+ .f(CreatePolicyStoreInputFilterSensitiveLog, void 0)
22
+ .ser(se_CreatePolicyStoreCommand)
23
+ .de(de_CreatePolicyStoreCommand)
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 { CreatePolicyTemplateInputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreatePolicyTemplateCommand, se_CreatePolicyTemplateCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class CreatePolicyTemplateCommand 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, CreatePolicyTemplateCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "CreatePolicyTemplateCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreatePolicyTemplateInputFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "CreatePolicyTemplate",
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_CreatePolicyTemplateCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreatePolicyTemplateCommand(output, context);
47
- }
8
+ export class CreatePolicyTemplateCommand 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", "CreatePolicyTemplate", {})
20
+ .n("VerifiedPermissionsClient", "CreatePolicyTemplateCommand")
21
+ .f(CreatePolicyTemplateInputFilterSensitiveLog, void 0)
22
+ .ser(se_CreatePolicyTemplateCommand)
23
+ .de(de_CreatePolicyTemplateCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
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 { de_DeleteIdentitySourceCommand, se_DeleteIdentitySourceCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
- export class DeleteIdentitySourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
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
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentitySourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "VerifiedPermissionsClient";
26
- const commandName = "DeleteIdentitySourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "VerifiedPermissions",
35
- operation: "DeleteIdentitySource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteIdentitySourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteIdentitySourceCommand(output, context);
46
- }
7
+ export class DeleteIdentitySourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("VerifiedPermissions", "DeleteIdentitySource", {})
19
+ .n("VerifiedPermissionsClient", "DeleteIdentitySourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteIdentitySourceCommand)
22
+ .de(de_DeleteIdentitySourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
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 { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
- export class DeletePolicyCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
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
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeletePolicyCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "VerifiedPermissionsClient";
26
- const commandName = "DeletePolicyCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "VerifiedPermissions",
35
- operation: "DeletePolicy",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeletePolicyCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeletePolicyCommand(output, context);
46
- }
7
+ export class DeletePolicyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("VerifiedPermissions", "DeletePolicy", {})
19
+ .n("VerifiedPermissionsClient", "DeletePolicyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeletePolicyCommand)
22
+ .de(de_DeletePolicyCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
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 { de_DeletePolicyStoreCommand, se_DeletePolicyStoreCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
- export class DeletePolicyStoreCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
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
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeletePolicyStoreCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "VerifiedPermissionsClient";
26
- const commandName = "DeletePolicyStoreCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "VerifiedPermissions",
35
- operation: "DeletePolicyStore",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeletePolicyStoreCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeletePolicyStoreCommand(output, context);
46
- }
7
+ export class DeletePolicyStoreCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("VerifiedPermissions", "DeletePolicyStore", {})
19
+ .n("VerifiedPermissionsClient", "DeletePolicyStoreCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeletePolicyStoreCommand)
22
+ .de(de_DeletePolicyStoreCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
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 { de_DeletePolicyTemplateCommand, se_DeletePolicyTemplateCommand } from "../protocols/Aws_json1_0";
6
6
  export { $Command };
7
- export class DeletePolicyTemplateCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
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
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeletePolicyTemplateCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "VerifiedPermissionsClient";
26
- const commandName = "DeletePolicyTemplateCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "VerifiedPermissions",
35
- operation: "DeletePolicyTemplate",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeletePolicyTemplateCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeletePolicyTemplateCommand(output, context);
46
- }
7
+ export class DeletePolicyTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("VerifiedPermissions", "DeletePolicyTemplate", {})
19
+ .n("VerifiedPermissionsClient", "DeletePolicyTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeletePolicyTemplateCommand)
22
+ .de(de_DeletePolicyTemplateCommand)
23
+ .build() {
47
24
  }
@@ -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 { GetIdentitySourceOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_GetIdentitySourceCommand, se_GetIdentitySourceCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class GetIdentitySourceCommand 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, GetIdentitySourceCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "GetIdentitySourceCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: GetIdentitySourceOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "GetIdentitySource",
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_GetIdentitySourceCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetIdentitySourceCommand(output, context);
47
- }
8
+ export class GetIdentitySourceCommand 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", "GetIdentitySource", {})
20
+ .n("VerifiedPermissionsClient", "GetIdentitySourceCommand")
21
+ .f(void 0, GetIdentitySourceOutputFilterSensitiveLog)
22
+ .ser(se_GetIdentitySourceCommand)
23
+ .de(de_GetIdentitySourceCommand)
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 { GetPolicyOutputFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1_0";
7
7
  export { $Command };
8
- export class GetPolicyCommand 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, GetPolicyCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "VerifiedPermissionsClient";
27
- const commandName = "GetPolicyCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: GetPolicyOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "VerifiedPermissions",
36
- operation: "GetPolicy",
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_GetPolicyCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetPolicyCommand(output, context);
47
- }
8
+ export class GetPolicyCommand 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", "GetPolicy", {})
20
+ .n("VerifiedPermissionsClient", "GetPolicyCommand")
21
+ .f(void 0, GetPolicyOutputFilterSensitiveLog)
22
+ .ser(se_GetPolicyCommand)
23
+ .de(de_GetPolicyCommand)
24
+ .build() {
48
25
  }