@aws-sdk/client-verifiedpermissions 3.477.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 (121) 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-cjs/pagination/ListIdentitySourcesPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListPoliciesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListPolicyStoresPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListPolicyTemplatesPaginator.js +2 -24
  31. package/dist-es/commands/BatchIsAuthorizedCommand.js +18 -41
  32. package/dist-es/commands/CreateIdentitySourceCommand.js +18 -41
  33. package/dist-es/commands/CreatePolicyCommand.js +18 -41
  34. package/dist-es/commands/CreatePolicyStoreCommand.js +18 -41
  35. package/dist-es/commands/CreatePolicyTemplateCommand.js +18 -41
  36. package/dist-es/commands/DeleteIdentitySourceCommand.js +18 -41
  37. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  38. package/dist-es/commands/DeletePolicyStoreCommand.js +18 -41
  39. package/dist-es/commands/DeletePolicyTemplateCommand.js +18 -41
  40. package/dist-es/commands/GetIdentitySourceCommand.js +18 -41
  41. package/dist-es/commands/GetPolicyCommand.js +18 -41
  42. package/dist-es/commands/GetPolicyStoreCommand.js +18 -41
  43. package/dist-es/commands/GetPolicyTemplateCommand.js +18 -41
  44. package/dist-es/commands/GetSchemaCommand.js +18 -41
  45. package/dist-es/commands/IsAuthorizedCommand.js +18 -41
  46. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +18 -41
  47. package/dist-es/commands/ListIdentitySourcesCommand.js +18 -41
  48. package/dist-es/commands/ListPoliciesCommand.js +18 -41
  49. package/dist-es/commands/ListPolicyStoresCommand.js +18 -41
  50. package/dist-es/commands/ListPolicyTemplatesCommand.js +18 -41
  51. package/dist-es/commands/PutSchemaCommand.js +18 -41
  52. package/dist-es/commands/UpdateIdentitySourceCommand.js +18 -41
  53. package/dist-es/commands/UpdatePolicyCommand.js +18 -41
  54. package/dist-es/commands/UpdatePolicyStoreCommand.js +18 -41
  55. package/dist-es/commands/UpdatePolicyTemplateCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-es/pagination/ListIdentitySourcesPaginator.js +2 -23
  58. package/dist-es/pagination/ListPoliciesPaginator.js +2 -23
  59. package/dist-es/pagination/ListPolicyStoresPaginator.js +2 -23
  60. package/dist-es/pagination/ListPolicyTemplatesPaginator.js +2 -23
  61. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -21
  63. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
  64. package/dist-types/commands/CreatePolicyStoreCommand.d.ts +6 -21
  65. package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +6 -21
  67. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  68. package/dist-types/commands/DeletePolicyStoreCommand.d.ts +6 -21
  69. package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +6 -21
  70. package/dist-types/commands/GetIdentitySourceCommand.d.ts +6 -21
  71. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  72. package/dist-types/commands/GetPolicyStoreCommand.d.ts +6 -21
  73. package/dist-types/commands/GetPolicyTemplateCommand.d.ts +6 -21
  74. package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
  75. package/dist-types/commands/IsAuthorizedCommand.d.ts +6 -21
  76. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +6 -21
  77. package/dist-types/commands/ListIdentitySourcesCommand.d.ts +6 -21
  78. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
  79. package/dist-types/commands/ListPolicyStoresCommand.d.ts +6 -21
  80. package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +6 -21
  81. package/dist-types/commands/PutSchemaCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +6 -21
  86. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  87. package/dist-types/pagination/ListIdentitySourcesPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListPolicyStoresPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListPolicyTemplatesPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/dist-types/ts3.4/pagination/ListIdentitySourcesPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListPolicyStoresPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListPolicyTemplatesPaginator.d.ts +3 -3
  121. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreatePolicyStoreInput,
11
5
  CreatePolicyStoreOutput,
@@ -20,19 +14,16 @@ export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {}
20
14
  export interface CreatePolicyStoreCommandOutput
21
15
  extends CreatePolicyStoreOutput,
22
16
  __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
- }
17
+ declare const CreatePolicyStoreCommand_base: {
18
+ new (
19
+ input: CreatePolicyStoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreatePolicyStoreCommandInput,
22
+ CreatePolicyStoreCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreatePolicyTemplateInput,
11
5
  CreatePolicyTemplateOutput,
@@ -21,22 +15,16 @@ export interface CreatePolicyTemplateCommandInput
21
15
  export interface CreatePolicyTemplateCommandOutput
22
16
  extends CreatePolicyTemplateOutput,
23
17
  __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<
18
+ declare const CreatePolicyTemplateCommand_base: {
19
+ new (
20
+ input: CreatePolicyTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreatePolicyTemplateCommandInput,
38
- CreatePolicyTemplateCommandOutput
23
+ CreatePolicyTemplateCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteIdentitySourceInput,
11
5
  DeleteIdentitySourceOutput,
@@ -21,22 +15,16 @@ export interface DeleteIdentitySourceCommandInput
21
15
  export interface DeleteIdentitySourceCommandOutput
22
16
  extends DeleteIdentitySourceOutput,
23
17
  __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<
18
+ declare const DeleteIdentitySourceCommand_base: {
19
+ new (
20
+ input: DeleteIdentitySourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteIdentitySourceCommandInput,
38
- DeleteIdentitySourceCommandOutput
23
+ DeleteIdentitySourceCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeletePolicyInput, DeletePolicyOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeletePolicyCommandInput extends DeletePolicyInput {}
17
11
  export interface DeletePolicyCommandOutput
18
12
  extends DeletePolicyOutput,
19
13
  __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
- }
14
+ declare const DeletePolicyCommand_base: {
15
+ new (
16
+ input: DeletePolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeletePolicyCommandInput,
19
+ DeletePolicyCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeletePolicyStoreInput,
11
5
  DeletePolicyStoreOutput,
@@ -20,19 +14,16 @@ export interface DeletePolicyStoreCommandInput extends DeletePolicyStoreInput {}
20
14
  export interface DeletePolicyStoreCommandOutput
21
15
  extends DeletePolicyStoreOutput,
22
16
  __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
- }
17
+ declare const DeletePolicyStoreCommand_base: {
18
+ new (
19
+ input: DeletePolicyStoreCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeletePolicyStoreCommandInput,
22
+ DeletePolicyStoreCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeletePolicyTemplateInput,
11
5
  DeletePolicyTemplateOutput,
@@ -21,22 +15,16 @@ export interface DeletePolicyTemplateCommandInput
21
15
  export interface DeletePolicyTemplateCommandOutput
22
16
  extends DeletePolicyTemplateOutput,
23
17
  __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<
18
+ declare const DeletePolicyTemplateCommand_base: {
19
+ new (
20
+ input: DeletePolicyTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeletePolicyTemplateCommandInput,
38
- DeletePolicyTemplateCommandOutput
23
+ DeletePolicyTemplateCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetIdentitySourceInput,
11
5
  GetIdentitySourceOutput,
@@ -20,19 +14,16 @@ export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {}
20
14
  export interface GetIdentitySourceCommandOutput
21
15
  extends GetIdentitySourceOutput,
22
16
  __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
- }
17
+ declare const GetIdentitySourceCommand_base: {
18
+ new (
19
+ input: GetIdentitySourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetIdentitySourceCommandInput,
22
+ GetIdentitySourceCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPolicyCommandInput extends GetPolicyInput {}
17
11
  export interface GetPolicyCommandOutput
18
12
  extends GetPolicyOutput,
19
13
  __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
- }
14
+ declare const GetPolicyCommand_base: {
15
+ new (
16
+ input: GetPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPolicyCommandInput,
19
+ GetPolicyCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetPolicyStoreInput, GetPolicyStoreOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPolicyStoreCommandInput extends GetPolicyStoreInput {}
17
11
  export interface GetPolicyStoreCommandOutput
18
12
  extends GetPolicyStoreOutput,
19
13
  __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
- }
14
+ declare const GetPolicyStoreCommand_base: {
15
+ new (
16
+ input: GetPolicyStoreCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPolicyStoreCommandInput,
19
+ GetPolicyStoreCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetPolicyTemplateInput,
11
5
  GetPolicyTemplateOutput,
@@ -20,19 +14,16 @@ export interface GetPolicyTemplateCommandInput extends GetPolicyTemplateInput {}
20
14
  export interface GetPolicyTemplateCommandOutput
21
15
  extends GetPolicyTemplateOutput,
22
16
  __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
- }
17
+ declare const GetPolicyTemplateCommand_base: {
18
+ new (
19
+ input: GetPolicyTemplateCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetPolicyTemplateCommandInput,
22
+ GetPolicyTemplateCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetSchemaCommandInput extends GetSchemaInput {}
17
11
  export interface GetSchemaCommandOutput
18
12
  extends GetSchemaOutput,
19
13
  __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
- }
14
+ declare const GetSchemaCommand_base: {
15
+ new (
16
+ input: GetSchemaCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetSchemaCommandInput,
19
+ GetSchemaCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetSchemaCommand extends GetSchemaCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { IsAuthorizedInput, IsAuthorizedOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface IsAuthorizedCommandInput extends IsAuthorizedInput {}
17
11
  export interface IsAuthorizedCommandOutput
18
12
  extends IsAuthorizedOutput,
19
13
  __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
- }
14
+ declare const IsAuthorizedCommand_base: {
15
+ new (
16
+ input: IsAuthorizedCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ IsAuthorizedCommandInput,
19
+ IsAuthorizedCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IsAuthorizedWithTokenInput,
11
5
  IsAuthorizedWithTokenOutput,
@@ -21,22 +15,16 @@ export interface IsAuthorizedWithTokenCommandInput
21
15
  export interface IsAuthorizedWithTokenCommandOutput
22
16
  extends IsAuthorizedWithTokenOutput,
23
17
  __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<
18
+ declare const IsAuthorizedWithTokenCommand_base: {
19
+ new (
20
+ input: IsAuthorizedWithTokenCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  IsAuthorizedWithTokenCommandInput,
38
- IsAuthorizedWithTokenCommandOutput
23
+ IsAuthorizedWithTokenCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListIdentitySourcesInput,
11
5
  ListIdentitySourcesOutput,
@@ -21,19 +15,16 @@ export interface ListIdentitySourcesCommandInput
21
15
  export interface ListIdentitySourcesCommandOutput
22
16
  extends ListIdentitySourcesOutput,
23
17
  __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
- }
18
+ declare const ListIdentitySourcesCommand_base: {
19
+ new (
20
+ input: ListIdentitySourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListIdentitySourcesCommandInput,
23
+ ListIdentitySourcesCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {}