@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,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 { CreateIdentitySourceInput, CreateIdentitySourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateIdentitySourceCommandInput extends CreateIdentitySourceIn
21
20
  */
22
21
  export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateIdentitySourceCommand_base: {
24
+ new (input: CreateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
@@ -198,23 +201,5 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
198
201
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
199
202
  *
200
203
  */
201
- export declare class CreateIdentitySourceCommand extends $Command<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig> {
202
- readonly input: CreateIdentitySourceCommandInput;
203
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
204
- /**
205
- * @public
206
- */
207
- constructor(input: CreateIdentitySourceCommandInput);
208
- /**
209
- * @internal
210
- */
211
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput>;
212
- /**
213
- * @internal
214
- */
215
- private serialize;
216
- /**
217
- * @internal
218
- */
219
- private deserialize;
204
+ export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
220
205
  }
@@ -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 { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePolicyCommandInput extends CreatePolicyInput {
21
20
  */
22
21
  export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePolicyCommand_base: {
24
+ new (input: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Cedar policy and saves it in the specified policy store. You can create either a
@@ -210,23 +213,5 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
210
213
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
211
214
  *
212
215
  */
213
- export declare class CreatePolicyCommand extends $Command<CreatePolicyCommandInput, CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig> {
214
- readonly input: CreatePolicyCommandInput;
215
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
216
- /**
217
- * @public
218
- */
219
- constructor(input: CreatePolicyCommandInput);
220
- /**
221
- * @internal
222
- */
223
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyCommandInput, CreatePolicyCommandOutput>;
224
- /**
225
- * @internal
226
- */
227
- private serialize;
228
- /**
229
- * @internal
230
- */
231
- private deserialize;
216
+ export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
232
217
  }
@@ -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 { CreatePolicyStoreInput, CreatePolicyStoreOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {
21
20
  */
22
21
  export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePolicyStoreCommand_base: {
24
+ new (input: CreatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a policy store. A policy store is a container for policy resources.</p>
@@ -168,23 +171,5 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
168
171
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
169
172
  *
170
173
  */
171
- export declare class CreatePolicyStoreCommand extends $Command<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig> {
172
- readonly input: CreatePolicyStoreCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: CreatePolicyStoreCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
190
175
  }
@@ -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 { CreatePolicyTemplateInput, CreatePolicyTemplateOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePolicyTemplateCommandInput extends CreatePolicyTemplateIn
21
20
  */
22
21
  export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreatePolicyTemplateCommand_base: {
24
+ new (input: CreatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a policy template. A template can use placeholders for the principal and resource. A
@@ -172,23 +175,5 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
172
175
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
173
176
  *
174
177
  */
175
- export declare class CreatePolicyTemplateCommand extends $Command<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig> {
176
- readonly input: CreatePolicyTemplateCommandInput;
177
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
178
- /**
179
- * @public
180
- */
181
- constructor(input: CreatePolicyTemplateCommandInput);
182
- /**
183
- * @internal
184
- */
185
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput>;
186
- /**
187
- * @internal
188
- */
189
- private serialize;
190
- /**
191
- * @internal
192
- */
193
- private deserialize;
178
+ export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {
194
179
  }
@@ -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 { DeleteIdentitySourceInput, DeleteIdentitySourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIdentitySourceCommandInput extends DeleteIdentitySourceIn
21
20
  */
22
21
  export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteIdentitySourceCommand_base: {
24
+ new (input: DeleteIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito. After
@@ -153,23 +156,5 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
153
156
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
154
157
  *
155
158
  */
156
- export declare class DeleteIdentitySourceCommand extends $Command<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig> {
157
- readonly input: DeleteIdentitySourceCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: DeleteIdentitySourceCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_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 { 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
  }