@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeletePolicyInput, DeletePolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePolicyCommandInput extends DeletePolicyInput {
21
20
  */
22
21
  export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeletePolicyCommand_base: {
24
+ new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified policy from the policy store.</p>
@@ -152,23 +155,5 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
152
155
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
153
156
  *
154
157
  */
155
- export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig> {
156
- readonly input: DeletePolicyCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: DeletePolicyCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
174
159
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeletePolicyStoreInput, DeletePolicyStoreOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePolicyStoreCommandInput extends DeletePolicyStoreInput {
21
20
  */
22
21
  export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeletePolicyStoreCommand_base: {
24
+ new (input: DeletePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified policy store.</p>
@@ -144,23 +147,5 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
144
147
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
145
148
  *
146
149
  */
147
- export declare class DeletePolicyStoreCommand extends $Command<DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig> {
148
- readonly input: DeletePolicyStoreCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: DeletePolicyStoreCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {
166
151
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeletePolicyTemplateInput, DeletePolicyTemplateOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePolicyTemplateCommandInput extends DeletePolicyTemplateIn
21
20
  */
22
21
  export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeletePolicyTemplateCommand_base: {
24
+ new (input: DeletePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified policy template from the policy store.</p>
@@ -155,23 +158,5 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
155
158
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
156
159
  *
157
160
  */
158
- export declare class DeletePolicyTemplateCommand extends $Command<DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig> {
159
- readonly input: DeletePolicyTemplateCommandInput;
160
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
161
- /**
162
- * @public
163
- */
164
- constructor(input: DeletePolicyTemplateCommandInput);
165
- /**
166
- * @internal
167
- */
168
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput>;
169
- /**
170
- * @internal
171
- */
172
- private serialize;
173
- /**
174
- * @internal
175
- */
176
- private deserialize;
161
+ export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {
177
162
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetIdentitySourceInput, GetIdentitySourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {
21
20
  */
22
21
  export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetIdentitySourceCommand_base: {
24
+ new (input: GetIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the details about the specified identity source.</p>
@@ -160,23 +163,5 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
160
163
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
161
164
  *
162
165
  */
163
- export declare class GetIdentitySourceCommand extends $Command<GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig> {
164
- readonly input: GetIdentitySourceCommandInput;
165
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
166
- /**
167
- * @public
168
- */
169
- constructor(input: GetIdentitySourceCommandInput);
170
- /**
171
- * @internal
172
- */
173
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput>;
174
- /**
175
- * @internal
176
- */
177
- private serialize;
178
- /**
179
- * @internal
180
- */
181
- private deserialize;
166
+ export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {
182
167
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPolicyCommandInput extends GetPolicyInput {
21
20
  */
22
21
  export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPolicyCommand_base: {
24
+ new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the specified policy.</p>
@@ -177,23 +180,5 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
177
180
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
178
181
  *
179
182
  */
180
- export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig> {
181
- readonly input: GetPolicyCommandInput;
182
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
183
- /**
184
- * @public
185
- */
186
- constructor(input: GetPolicyCommandInput);
187
- /**
188
- * @internal
189
- */
190
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
191
- /**
192
- * @internal
193
- */
194
- private serialize;
195
- /**
196
- * @internal
197
- */
198
- private deserialize;
183
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {
199
184
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPolicyStoreInput, GetPolicyStoreOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPolicyStoreCommandInput extends GetPolicyStoreInput {
21
20
  */
22
21
  export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPolicyStoreCommand_base: {
24
+ new (input: GetPolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves details about a policy store.</p>
@@ -154,23 +157,5 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
154
157
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
155
158
  *
156
159
  */
157
- export declare class GetPolicyStoreCommand extends $Command<GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig> {
158
- readonly input: GetPolicyStoreCommandInput;
159
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
- /**
161
- * @public
162
- */
163
- constructor(input: GetPolicyStoreCommandInput);
164
- /**
165
- * @internal
166
- */
167
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput>;
168
- /**
169
- * @internal
170
- */
171
- private serialize;
172
- /**
173
- * @internal
174
- */
175
- private deserialize;
160
+ export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {
176
161
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPolicyTemplateInput, GetPolicyTemplateOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPolicyTemplateCommandInput extends GetPolicyTemplateInput {
21
20
  */
22
21
  export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPolicyTemplateCommand_base: {
24
+ new (input: GetPolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieve the details for the specified policy template in the specified policy store.</p>
@@ -153,23 +156,5 @@ export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput,
153
156
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
154
157
  *
155
158
  */
156
- export declare class GetPolicyTemplateCommand extends $Command<GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig> {
157
- readonly input: GetPolicyTemplateCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: GetPolicyTemplateCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {
175
160
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSchemaCommandInput extends GetSchemaInput {
21
20
  */
22
21
  export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSchemaCommand_base: {
24
+ new (input: GetSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieve the details for the specified schema in the specified policy store.</p>
@@ -153,23 +156,5 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
153
156
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
154
157
  *
155
158
  */
156
- export declare class GetSchemaCommand extends $Command<GetSchemaCommandInput, GetSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig> {
157
- readonly input: GetSchemaCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: GetSchemaCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaCommandInput, GetSchemaCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class GetSchemaCommand extends GetSchemaCommand_base {
175
160
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IsAuthorizedInput, IsAuthorizedOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface IsAuthorizedCommandInput extends IsAuthorizedInput {
21
20
  */
22
21
  export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __MetadataBearer {
23
22
  }
23
+ declare const IsAuthorizedCommand_base: {
24
+ new (input: IsAuthorizedCommandInput): import("@smithy/smithy-client").CommandImpl<IsAuthorizedCommandInput, IsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Makes an authorization decision about a service request described in the parameters.
@@ -217,23 +220,5 @@ export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __Metadat
217
220
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
218
221
  *
219
222
  */
220
- export declare class IsAuthorizedCommand extends $Command<IsAuthorizedCommandInput, IsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig> {
221
- readonly input: IsAuthorizedCommandInput;
222
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
223
- /**
224
- * @public
225
- */
226
- constructor(input: IsAuthorizedCommandInput);
227
- /**
228
- * @internal
229
- */
230
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IsAuthorizedCommandInput, IsAuthorizedCommandOutput>;
231
- /**
232
- * @internal
233
- */
234
- private serialize;
235
- /**
236
- * @internal
237
- */
238
- private deserialize;
223
+ export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {
239
224
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IsAuthorizedWithTokenInput, IsAuthorizedWithTokenOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface IsAuthorizedWithTokenCommandInput extends IsAuthorizedWithToken
21
20
  */
22
21
  export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithTokenOutput, __MetadataBearer {
23
22
  }
23
+ declare const IsAuthorizedWithTokenCommand_base: {
24
+ new (input: IsAuthorizedWithTokenCommandInput): import("@smithy/smithy-client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Makes an authorization decision about a service request described in the parameters.
@@ -232,23 +235,5 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
232
235
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
233
236
  *
234
237
  */
235
- export declare class IsAuthorizedWithTokenCommand extends $Command<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig> {
236
- readonly input: IsAuthorizedWithTokenCommandInput;
237
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
238
- /**
239
- * @public
240
- */
241
- constructor(input: IsAuthorizedWithTokenCommandInput);
242
- /**
243
- * @internal
244
- */
245
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput>;
246
- /**
247
- * @internal
248
- */
249
- private serialize;
250
- /**
251
- * @internal
252
- */
253
- private deserialize;
238
+ export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {
254
239
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListIdentitySourcesInput, ListIdentitySourcesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIdentitySourcesCommandInput extends ListIdentitySourcesInpu
21
20
  */
22
21
  export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListIdentitySourcesCommand_base: {
24
+ new (input: ListIdentitySourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of all of the identity sources defined in the specified policy store.</p>
@@ -171,23 +174,5 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
171
174
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
172
175
  *
173
176
  */
174
- export declare class ListIdentitySourcesCommand extends $Command<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig> {
175
- readonly input: ListIdentitySourcesCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: ListIdentitySourcesCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {
193
178
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPoliciesCommandInput extends ListPoliciesInput {
21
20
  */
22
21
  export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPoliciesCommand_base: {
24
+ new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of all policies stored in the specified policy store.</p>
@@ -200,23 +203,5 @@ export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __Metadat
200
203
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
201
204
  *
202
205
  */
203
- export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig> {
204
- readonly input: ListPoliciesCommandInput;
205
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
206
- /**
207
- * @public
208
- */
209
- constructor(input: ListPoliciesCommandInput);
210
- /**
211
- * @internal
212
- */
213
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
214
- /**
215
- * @internal
216
- */
217
- private serialize;
218
- /**
219
- * @internal
220
- */
221
- private deserialize;
206
+ export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
222
207
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPolicyStoresInput, ListPolicyStoresOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {
21
20
  */
22
21
  export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPolicyStoresCommand_base: {
24
+ new (input: ListPolicyStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of all policy stores in the calling Amazon Web Services account.</p>
@@ -154,23 +157,5 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
154
157
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
155
158
  *
156
159
  */
157
- export declare class ListPolicyStoresCommand extends $Command<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig> {
158
- readonly input: ListPolicyStoresCommandInput;
159
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
- /**
161
- * @public
162
- */
163
- constructor(input: ListPolicyStoresCommandInput);
164
- /**
165
- * @internal
166
- */
167
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput>;
168
- /**
169
- * @internal
170
- */
171
- private serialize;
172
- /**
173
- * @internal
174
- */
175
- private deserialize;
160
+ export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {
176
161
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPolicyTemplatesInput, ListPolicyTemplatesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPolicyTemplatesCommandInput extends ListPolicyTemplatesInpu
21
20
  */
22
21
  export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPolicyTemplatesCommand_base: {
24
+ new (input: ListPolicyTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a paginated list of all policy templates in the specified policy store.</p>
@@ -158,23 +161,5 @@ export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOut
158
161
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
159
162
  *
160
163
  */
161
- export declare class ListPolicyTemplatesCommand extends $Command<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig> {
162
- readonly input: ListPolicyTemplatesCommandInput;
163
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
164
- /**
165
- * @public
166
- */
167
- constructor(input: ListPolicyTemplatesCommandInput);
168
- /**
169
- * @internal
170
- */
171
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput>;
172
- /**
173
- * @internal
174
- */
175
- private serialize;
176
- /**
177
- * @internal
178
- */
179
- private deserialize;
164
+ export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {
180
165
  }