@aws-sdk/client-verifiedpermissions 3.352.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 (183) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +461 -0
  3. package/dist-cjs/VerifiedPermissions.js +59 -0
  4. package/dist-cjs/VerifiedPermissionsClient.js +41 -0
  5. package/dist-cjs/commands/CreateIdentitySourceCommand.js +46 -0
  6. package/dist-cjs/commands/CreatePolicyCommand.js +46 -0
  7. package/dist-cjs/commands/CreatePolicyStoreCommand.js +46 -0
  8. package/dist-cjs/commands/CreatePolicyTemplateCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteIdentitySourceCommand.js +46 -0
  10. package/dist-cjs/commands/DeletePolicyCommand.js +46 -0
  11. package/dist-cjs/commands/DeletePolicyStoreCommand.js +46 -0
  12. package/dist-cjs/commands/DeletePolicyTemplateCommand.js +46 -0
  13. package/dist-cjs/commands/GetIdentitySourceCommand.js +46 -0
  14. package/dist-cjs/commands/GetPolicyCommand.js +46 -0
  15. package/dist-cjs/commands/GetPolicyStoreCommand.js +46 -0
  16. package/dist-cjs/commands/GetPolicyTemplateCommand.js +46 -0
  17. package/dist-cjs/commands/GetSchemaCommand.js +46 -0
  18. package/dist-cjs/commands/IsAuthorizedCommand.js +46 -0
  19. package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +46 -0
  20. package/dist-cjs/commands/ListIdentitySourcesCommand.js +46 -0
  21. package/dist-cjs/commands/ListPoliciesCommand.js +46 -0
  22. package/dist-cjs/commands/ListPolicyStoresCommand.js +46 -0
  23. package/dist-cjs/commands/ListPolicyTemplatesCommand.js +46 -0
  24. package/dist-cjs/commands/PutSchemaCommand.js +46 -0
  25. package/dist-cjs/commands/UpdateIdentitySourceCommand.js +46 -0
  26. package/dist-cjs/commands/UpdatePolicyCommand.js +46 -0
  27. package/dist-cjs/commands/UpdatePolicyStoreCommand.js +46 -0
  28. package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +46 -0
  29. package/dist-cjs/commands/index.js +27 -0
  30. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  31. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  32. package/dist-cjs/endpoint/ruleset.js +7 -0
  33. package/dist-cjs/index.js +11 -0
  34. package/dist-cjs/models/VerifiedPermissionsServiceException.js +12 -0
  35. package/dist-cjs/models/index.js +4 -0
  36. package/dist-cjs/models/models_0.js +237 -0
  37. package/dist-cjs/pagination/Interfaces.js +2 -0
  38. package/dist-cjs/pagination/ListIdentitySourcesPaginator.js +29 -0
  39. package/dist-cjs/pagination/ListPoliciesPaginator.js +29 -0
  40. package/dist-cjs/pagination/ListPolicyStoresPaginator.js +29 -0
  41. package/dist-cjs/pagination/ListPolicyTemplatesPaginator.js +29 -0
  42. package/dist-cjs/pagination/index.js +8 -0
  43. package/dist-cjs/protocols/Aws_json1_0.js +1772 -0
  44. package/dist-cjs/runtimeConfig.browser.js +39 -0
  45. package/dist-cjs/runtimeConfig.js +48 -0
  46. package/dist-cjs/runtimeConfig.native.js +15 -0
  47. package/dist-cjs/runtimeConfig.shared.js +21 -0
  48. package/dist-es/VerifiedPermissions.js +55 -0
  49. package/dist-es/VerifiedPermissionsClient.js +37 -0
  50. package/dist-es/commands/CreateIdentitySourceCommand.js +42 -0
  51. package/dist-es/commands/CreatePolicyCommand.js +42 -0
  52. package/dist-es/commands/CreatePolicyStoreCommand.js +42 -0
  53. package/dist-es/commands/CreatePolicyTemplateCommand.js +42 -0
  54. package/dist-es/commands/DeleteIdentitySourceCommand.js +42 -0
  55. package/dist-es/commands/DeletePolicyCommand.js +42 -0
  56. package/dist-es/commands/DeletePolicyStoreCommand.js +42 -0
  57. package/dist-es/commands/DeletePolicyTemplateCommand.js +42 -0
  58. package/dist-es/commands/GetIdentitySourceCommand.js +42 -0
  59. package/dist-es/commands/GetPolicyCommand.js +42 -0
  60. package/dist-es/commands/GetPolicyStoreCommand.js +42 -0
  61. package/dist-es/commands/GetPolicyTemplateCommand.js +42 -0
  62. package/dist-es/commands/GetSchemaCommand.js +42 -0
  63. package/dist-es/commands/IsAuthorizedCommand.js +42 -0
  64. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +42 -0
  65. package/dist-es/commands/ListIdentitySourcesCommand.js +42 -0
  66. package/dist-es/commands/ListPoliciesCommand.js +42 -0
  67. package/dist-es/commands/ListPolicyStoresCommand.js +42 -0
  68. package/dist-es/commands/ListPolicyTemplatesCommand.js +42 -0
  69. package/dist-es/commands/PutSchemaCommand.js +42 -0
  70. package/dist-es/commands/UpdateIdentitySourceCommand.js +42 -0
  71. package/dist-es/commands/UpdatePolicyCommand.js +42 -0
  72. package/dist-es/commands/UpdatePolicyStoreCommand.js +42 -0
  73. package/dist-es/commands/UpdatePolicyTemplateCommand.js +42 -0
  74. package/dist-es/commands/index.js +24 -0
  75. package/dist-es/endpoint/EndpointParameters.js +8 -0
  76. package/dist-es/endpoint/endpointResolver.js +8 -0
  77. package/dist-es/endpoint/ruleset.js +4 -0
  78. package/dist-es/index.js +6 -0
  79. package/dist-es/models/VerifiedPermissionsServiceException.js +8 -0
  80. package/dist-es/models/index.js +1 -0
  81. package/dist-es/models/models_0.js +227 -0
  82. package/dist-es/pagination/Interfaces.js +1 -0
  83. package/dist-es/pagination/ListIdentitySourcesPaginator.js +25 -0
  84. package/dist-es/pagination/ListPoliciesPaginator.js +25 -0
  85. package/dist-es/pagination/ListPolicyStoresPaginator.js +25 -0
  86. package/dist-es/pagination/ListPolicyTemplatesPaginator.js +25 -0
  87. package/dist-es/pagination/index.js +5 -0
  88. package/dist-es/protocols/Aws_json1_0.js +1721 -0
  89. package/dist-es/runtimeConfig.browser.js +34 -0
  90. package/dist-es/runtimeConfig.js +43 -0
  91. package/dist-es/runtimeConfig.native.js +11 -0
  92. package/dist-es/runtimeConfig.shared.js +17 -0
  93. package/dist-types/VerifiedPermissions.d.ts +242 -0
  94. package/dist-types/VerifiedPermissionsClient.d.ts +250 -0
  95. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +210 -0
  96. package/dist-types/commands/CreatePolicyCommand.d.ts +222 -0
  97. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +175 -0
  98. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +184 -0
  99. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +175 -0
  100. package/dist-types/commands/DeletePolicyCommand.d.ts +174 -0
  101. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +166 -0
  102. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +177 -0
  103. package/dist-types/commands/GetIdentitySourceCommand.d.ts +182 -0
  104. package/dist-types/commands/GetPolicyCommand.d.ts +199 -0
  105. package/dist-types/commands/GetPolicyStoreCommand.d.ts +175 -0
  106. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +175 -0
  107. package/dist-types/commands/GetSchemaCommand.d.ts +172 -0
  108. package/dist-types/commands/IsAuthorizedCommand.d.ts +239 -0
  109. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +240 -0
  110. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +193 -0
  111. package/dist-types/commands/ListPoliciesCommand.d.ts +222 -0
  112. package/dist-types/commands/ListPolicyStoresCommand.d.ts +174 -0
  113. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +180 -0
  114. package/dist-types/commands/PutSchemaCommand.d.ts +188 -0
  115. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +187 -0
  116. package/dist-types/commands/UpdatePolicyCommand.d.ts +202 -0
  117. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +179 -0
  118. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +184 -0
  119. package/dist-types/commands/index.d.ts +24 -0
  120. package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
  121. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  122. package/dist-types/endpoint/ruleset.d.ts +2 -0
  123. package/dist-types/index.d.ts +75 -0
  124. package/dist-types/models/VerifiedPermissionsServiceException.d.ts +13 -0
  125. package/dist-types/models/index.d.ts +1 -0
  126. package/dist-types/models/models_0.d.ts +2456 -0
  127. package/dist-types/pagination/Interfaces.d.ts +8 -0
  128. package/dist-types/pagination/ListIdentitySourcesPaginator.d.ts +7 -0
  129. package/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
  130. package/dist-types/pagination/ListPolicyStoresPaginator.d.ts +7 -0
  131. package/dist-types/pagination/ListPolicyTemplatesPaginator.d.ts +7 -0
  132. package/dist-types/pagination/index.d.ts +5 -0
  133. package/dist-types/protocols/Aws_json1_0.d.ts +218 -0
  134. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  135. package/dist-types/runtimeConfig.d.ts +42 -0
  136. package/dist-types/runtimeConfig.native.d.ts +41 -0
  137. package/dist-types/runtimeConfig.shared.d.ts +18 -0
  138. package/dist-types/ts3.4/VerifiedPermissions.d.ts +415 -0
  139. package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +259 -0
  140. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +42 -0
  141. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +35 -0
  142. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +38 -0
  143. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +42 -0
  144. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +42 -0
  145. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +35 -0
  146. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +38 -0
  147. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +42 -0
  148. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +38 -0
  149. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +35 -0
  150. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +35 -0
  151. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +38 -0
  152. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +35 -0
  153. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +35 -0
  154. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +42 -0
  155. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +39 -0
  156. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +35 -0
  157. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +38 -0
  158. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +35 -0
  160. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +42 -0
  161. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +35 -0
  162. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +38 -0
  163. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +42 -0
  164. package/dist-types/ts3.4/commands/index.d.ts +24 -0
  165. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
  166. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  167. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  168. package/dist-types/ts3.4/index.d.ts +6 -0
  169. package/dist-types/ts3.4/models/VerifiedPermissionsServiceException.d.ts +8 -0
  170. package/dist-types/ts3.4/models/index.d.ts +1 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +757 -0
  172. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  173. package/dist-types/ts3.4/pagination/ListIdentitySourcesPaginator.d.ts +11 -0
  174. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
  175. package/dist-types/ts3.4/pagination/ListPolicyStoresPaginator.d.ts +11 -0
  176. package/dist-types/ts3.4/pagination/ListPolicyTemplatesPaginator.d.ts +11 -0
  177. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  178. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +293 -0
  179. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +96 -0
  180. package/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
  181. package/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  182. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +20 -0
  183. package/package.json +101 -0
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreateIdentitySourceInput,
11
+ CreateIdentitySourceOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateIdentitySourceCommandInput
20
+ extends CreateIdentitySourceInput {}
21
+ export interface CreateIdentitySourceCommandOutput
22
+ extends CreateIdentitySourceOutput,
23
+ __MetadataBearer {}
24
+ export declare class CreateIdentitySourceCommand extends $Command<
25
+ CreateIdentitySourceCommandInput,
26
+ CreateIdentitySourceCommandOutput,
27
+ VerifiedPermissionsClientResolvedConfig
28
+ > {
29
+ readonly input: CreateIdentitySourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateIdentitySourceCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: VerifiedPermissionsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateIdentitySourceCommandInput,
38
+ CreateIdentitySourceCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface CreatePolicyCommandInput extends CreatePolicyInput {}
17
+ export interface CreatePolicyCommandOutput
18
+ extends CreatePolicyOutput,
19
+ __MetadataBearer {}
20
+ export declare class CreatePolicyCommand extends $Command<
21
+ CreatePolicyCommandInput,
22
+ CreatePolicyCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: CreatePolicyCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: CreatePolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreatePolicyCommandInput, CreatePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreatePolicyStoreInput,
11
+ CreatePolicyStoreOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {}
20
+ export interface CreatePolicyStoreCommandOutput
21
+ extends CreatePolicyStoreOutput,
22
+ __MetadataBearer {}
23
+ export declare class CreatePolicyStoreCommand extends $Command<
24
+ CreatePolicyStoreCommandInput,
25
+ CreatePolicyStoreCommandOutput,
26
+ VerifiedPermissionsClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePolicyStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreatePolicyStoreCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: VerifiedPermissionsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreatePolicyTemplateInput,
11
+ CreatePolicyTemplateOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreatePolicyTemplateCommandInput
20
+ extends CreatePolicyTemplateInput {}
21
+ export interface CreatePolicyTemplateCommandOutput
22
+ extends CreatePolicyTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class CreatePolicyTemplateCommand extends $Command<
25
+ CreatePolicyTemplateCommandInput,
26
+ CreatePolicyTemplateCommandOutput,
27
+ VerifiedPermissionsClientResolvedConfig
28
+ > {
29
+ readonly input: CreatePolicyTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreatePolicyTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: VerifiedPermissionsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreatePolicyTemplateCommandInput,
38
+ CreatePolicyTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeleteIdentitySourceInput,
11
+ DeleteIdentitySourceOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteIdentitySourceCommandInput
20
+ extends DeleteIdentitySourceInput {}
21
+ export interface DeleteIdentitySourceCommandOutput
22
+ extends DeleteIdentitySourceOutput,
23
+ __MetadataBearer {}
24
+ export declare class DeleteIdentitySourceCommand extends $Command<
25
+ DeleteIdentitySourceCommandInput,
26
+ DeleteIdentitySourceCommandOutput,
27
+ VerifiedPermissionsClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteIdentitySourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteIdentitySourceCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: VerifiedPermissionsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteIdentitySourceCommandInput,
38
+ DeleteIdentitySourceCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { DeletePolicyInput, DeletePolicyOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeletePolicyCommandInput extends DeletePolicyInput {}
17
+ export interface DeletePolicyCommandOutput
18
+ extends DeletePolicyOutput,
19
+ __MetadataBearer {}
20
+ export declare class DeletePolicyCommand extends $Command<
21
+ DeletePolicyCommandInput,
22
+ DeletePolicyCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: DeletePolicyCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: DeletePolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeletePolicyStoreInput,
11
+ DeletePolicyStoreOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeletePolicyStoreCommandInput extends DeletePolicyStoreInput {}
20
+ export interface DeletePolicyStoreCommandOutput
21
+ extends DeletePolicyStoreOutput,
22
+ __MetadataBearer {}
23
+ export declare class DeletePolicyStoreCommand extends $Command<
24
+ DeletePolicyStoreCommandInput,
25
+ DeletePolicyStoreCommandOutput,
26
+ VerifiedPermissionsClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePolicyStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeletePolicyStoreCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: VerifiedPermissionsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeletePolicyTemplateInput,
11
+ DeletePolicyTemplateOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeletePolicyTemplateCommandInput
20
+ extends DeletePolicyTemplateInput {}
21
+ export interface DeletePolicyTemplateCommandOutput
22
+ extends DeletePolicyTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class DeletePolicyTemplateCommand extends $Command<
25
+ DeletePolicyTemplateCommandInput,
26
+ DeletePolicyTemplateCommandOutput,
27
+ VerifiedPermissionsClientResolvedConfig
28
+ > {
29
+ readonly input: DeletePolicyTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeletePolicyTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: VerifiedPermissionsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeletePolicyTemplateCommandInput,
38
+ DeletePolicyTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GetIdentitySourceInput,
11
+ GetIdentitySourceOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {}
20
+ export interface GetIdentitySourceCommandOutput
21
+ extends GetIdentitySourceOutput,
22
+ __MetadataBearer {}
23
+ export declare class GetIdentitySourceCommand extends $Command<
24
+ GetIdentitySourceCommandInput,
25
+ GetIdentitySourceCommandOutput,
26
+ VerifiedPermissionsClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentitySourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetIdentitySourceCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: VerifiedPermissionsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface GetPolicyCommandInput extends GetPolicyInput {}
17
+ export interface GetPolicyCommandOutput
18
+ extends GetPolicyOutput,
19
+ __MetadataBearer {}
20
+ export declare class GetPolicyCommand extends $Command<
21
+ GetPolicyCommandInput,
22
+ GetPolicyCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: GetPolicyCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: GetPolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { GetPolicyStoreInput, GetPolicyStoreOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface GetPolicyStoreCommandInput extends GetPolicyStoreInput {}
17
+ export interface GetPolicyStoreCommandOutput
18
+ extends GetPolicyStoreOutput,
19
+ __MetadataBearer {}
20
+ export declare class GetPolicyStoreCommand extends $Command<
21
+ GetPolicyStoreCommandInput,
22
+ GetPolicyStoreCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: GetPolicyStoreCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: GetPolicyStoreCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GetPolicyTemplateInput,
11
+ GetPolicyTemplateOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetPolicyTemplateCommandInput extends GetPolicyTemplateInput {}
20
+ export interface GetPolicyTemplateCommandOutput
21
+ extends GetPolicyTemplateOutput,
22
+ __MetadataBearer {}
23
+ export declare class GetPolicyTemplateCommand extends $Command<
24
+ GetPolicyTemplateCommandInput,
25
+ GetPolicyTemplateCommandOutput,
26
+ VerifiedPermissionsClientResolvedConfig
27
+ > {
28
+ readonly input: GetPolicyTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetPolicyTemplateCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: VerifiedPermissionsClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface GetSchemaCommandInput extends GetSchemaInput {}
17
+ export interface GetSchemaCommandOutput
18
+ extends GetSchemaOutput,
19
+ __MetadataBearer {}
20
+ export declare class GetSchemaCommand extends $Command<
21
+ GetSchemaCommandInput,
22
+ GetSchemaCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: GetSchemaCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: GetSchemaCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetSchemaCommandInput, GetSchemaCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { IsAuthorizedInput, IsAuthorizedOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface IsAuthorizedCommandInput extends IsAuthorizedInput {}
17
+ export interface IsAuthorizedCommandOutput
18
+ extends IsAuthorizedOutput,
19
+ __MetadataBearer {}
20
+ export declare class IsAuthorizedCommand extends $Command<
21
+ IsAuthorizedCommandInput,
22
+ IsAuthorizedCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: IsAuthorizedCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: IsAuthorizedCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<IsAuthorizedCommandInput, IsAuthorizedCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ IsAuthorizedWithTokenInput,
11
+ IsAuthorizedWithTokenOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface IsAuthorizedWithTokenCommandInput
20
+ extends IsAuthorizedWithTokenInput {}
21
+ export interface IsAuthorizedWithTokenCommandOutput
22
+ extends IsAuthorizedWithTokenOutput,
23
+ __MetadataBearer {}
24
+ export declare class IsAuthorizedWithTokenCommand extends $Command<
25
+ IsAuthorizedWithTokenCommandInput,
26
+ IsAuthorizedWithTokenCommandOutput,
27
+ VerifiedPermissionsClientResolvedConfig
28
+ > {
29
+ readonly input: IsAuthorizedWithTokenCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: IsAuthorizedWithTokenCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: VerifiedPermissionsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ IsAuthorizedWithTokenCommandInput,
38
+ IsAuthorizedWithTokenCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ListIdentitySourcesInput,
11
+ ListIdentitySourcesOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VerifiedPermissionsClientResolvedConfig,
17
+ } from "../VerifiedPermissionsClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListIdentitySourcesCommandInput
20
+ extends ListIdentitySourcesInput {}
21
+ export interface ListIdentitySourcesCommandOutput
22
+ extends ListIdentitySourcesOutput,
23
+ __MetadataBearer {}
24
+ export declare class ListIdentitySourcesCommand extends $Command<
25
+ ListIdentitySourcesCommandInput,
26
+ ListIdentitySourcesCommandOutput,
27
+ VerifiedPermissionsClientResolvedConfig
28
+ > {
29
+ readonly input: ListIdentitySourcesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListIdentitySourcesCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: VerifiedPermissionsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VerifiedPermissionsClientResolvedConfig,
14
+ } from "../VerifiedPermissionsClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface ListPoliciesCommandInput extends ListPoliciesInput {}
17
+ export interface ListPoliciesCommandOutput
18
+ extends ListPoliciesOutput,
19
+ __MetadataBearer {}
20
+ export declare class ListPoliciesCommand extends $Command<
21
+ ListPoliciesCommandInput,
22
+ ListPoliciesCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig
24
+ > {
25
+ readonly input: ListPoliciesCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: ListPoliciesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: VerifiedPermissionsClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }