@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,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 {}
@@ -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 { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListPoliciesCommandInput extends ListPoliciesInput {}
17
11
  export interface ListPoliciesCommandOutput
18
12
  extends ListPoliciesOutput,
19
13
  __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
- }
14
+ declare const ListPoliciesCommand_base: {
15
+ new (
16
+ input: ListPoliciesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListPoliciesCommandInput,
19
+ ListPoliciesCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListPoliciesCommand extends ListPoliciesCommand_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
  ListPolicyStoresInput,
11
5
  ListPolicyStoresOutput,
@@ -20,19 +14,16 @@ export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {}
20
14
  export interface ListPolicyStoresCommandOutput
21
15
  extends ListPolicyStoresOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListPolicyStoresCommand extends $Command<
24
- ListPolicyStoresCommandInput,
25
- ListPolicyStoresCommandOutput,
26
- VerifiedPermissionsClientResolvedConfig
27
- > {
28
- readonly input: ListPolicyStoresCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListPolicyStoresCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: VerifiedPermissionsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListPolicyStoresCommand_base: {
18
+ new (
19
+ input: ListPolicyStoresCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListPolicyStoresCommandInput,
22
+ ListPolicyStoresCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_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
  ListPolicyTemplatesInput,
11
5
  ListPolicyTemplatesOutput,
@@ -21,19 +15,16 @@ export interface ListPolicyTemplatesCommandInput
21
15
  export interface ListPolicyTemplatesCommandOutput
22
16
  extends ListPolicyTemplatesOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListPolicyTemplatesCommand extends $Command<
25
- ListPolicyTemplatesCommandInput,
26
- ListPolicyTemplatesCommandOutput,
27
- VerifiedPermissionsClientResolvedConfig
28
- > {
29
- readonly input: ListPolicyTemplatesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPolicyTemplatesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VerifiedPermissionsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListPolicyTemplatesCommand_base: {
19
+ new (
20
+ input: ListPolicyTemplatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListPolicyTemplatesCommandInput,
23
+ ListPolicyTemplatesCommandOutput,
24
+ VerifiedPermissionsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_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 { PutSchemaInput, PutSchemaOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PutSchemaCommandInput extends PutSchemaInput {}
17
11
  export interface PutSchemaCommandOutput
18
12
  extends PutSchemaOutput,
19
13
  __MetadataBearer {}
20
- export declare class PutSchemaCommand extends $Command<
21
- PutSchemaCommandInput,
22
- PutSchemaCommandOutput,
23
- VerifiedPermissionsClientResolvedConfig
24
- > {
25
- readonly input: PutSchemaCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PutSchemaCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: VerifiedPermissionsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PutSchemaCommandInput, PutSchemaCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PutSchemaCommand_base: {
15
+ new (
16
+ input: PutSchemaCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutSchemaCommandInput,
19
+ PutSchemaCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PutSchemaCommand extends PutSchemaCommand_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
  UpdateIdentitySourceInput,
11
5
  UpdateIdentitySourceOutput,
@@ -21,22 +15,16 @@ export interface UpdateIdentitySourceCommandInput
21
15
  export interface UpdateIdentitySourceCommandOutput
22
16
  extends UpdateIdentitySourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class UpdateIdentitySourceCommand extends $Command<
25
- UpdateIdentitySourceCommandInput,
26
- UpdateIdentitySourceCommandOutput,
27
- VerifiedPermissionsClientResolvedConfig
28
- > {
29
- readonly input: UpdateIdentitySourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UpdateIdentitySourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VerifiedPermissionsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const UpdateIdentitySourceCommand_base: {
19
+ new (
20
+ input: UpdateIdentitySourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  UpdateIdentitySourceCommandInput,
38
- UpdateIdentitySourceCommandOutput
23
+ UpdateIdentitySourceCommandOutput,
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 UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {}