@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 { 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
  }
@@ -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 { PutSchemaInput, PutSchemaOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutSchemaCommandInput extends PutSchemaInput {
21
20
  */
22
21
  export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutSchemaCommand_base: {
24
+ new (input: PutSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates the policy schema in the specified policy store. The schema is used to
@@ -172,23 +175,5 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
172
175
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
173
176
  *
174
177
  */
175
- export declare class PutSchemaCommand extends $Command<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig> {
176
- readonly input: PutSchemaCommandInput;
177
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
178
- /**
179
- * @public
180
- */
181
- constructor(input: PutSchemaCommandInput);
182
- /**
183
- * @internal
184
- */
185
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSchemaCommandInput, PutSchemaCommandOutput>;
186
- /**
187
- * @internal
188
- */
189
- private serialize;
190
- /**
191
- * @internal
192
- */
193
- private deserialize;
178
+ export declare class PutSchemaCommand extends PutSchemaCommand_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 { UpdateIdentitySourceInput, UpdateIdentitySourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateIdentitySourceCommandInput extends UpdateIdentitySourceIn
21
20
  */
22
21
  export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateIdentitySourceCommand_base: {
24
+ new (input: UpdateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified identity source to use a new identity provider (IdP) source, or to change
@@ -171,23 +174,5 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
171
174
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
172
175
  *
173
176
  */
174
- export declare class UpdateIdentitySourceCommand extends $Command<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig> {
175
- readonly input: UpdateIdentitySourceCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: UpdateIdentitySourceCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_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 { UpdatePolicyInput, UpdatePolicyOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePolicyCommandInput extends UpdatePolicyInput {
21
20
  */
22
21
  export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePolicyCommand_base: {
24
+ new (input: UpdatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies a Cedar static policy in the specified policy store. You can change only certain elements of
@@ -223,23 +226,5 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
223
226
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
224
227
  *
225
228
  */
226
- export declare class UpdatePolicyCommand extends $Command<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig> {
227
- readonly input: UpdatePolicyCommandInput;
228
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
229
- /**
230
- * @public
231
- */
232
- constructor(input: UpdatePolicyCommandInput);
233
- /**
234
- * @internal
235
- */
236
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePolicyCommandInput, UpdatePolicyCommandOutput>;
237
- /**
238
- * @internal
239
- */
240
- private serialize;
241
- /**
242
- * @internal
243
- */
244
- private deserialize;
229
+ export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
245
230
  }
@@ -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 { UpdatePolicyStoreInput, UpdatePolicyStoreOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePolicyStoreCommandInput extends UpdatePolicyStoreInput {
21
20
  */
22
21
  export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePolicyStoreCommand_base: {
24
+ new (input: UpdatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the validation setting for a policy store.</p>
@@ -164,23 +167,5 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
164
167
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
165
168
  *
166
169
  */
167
- export declare class UpdatePolicyStoreCommand extends $Command<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig> {
168
- readonly input: UpdatePolicyStoreCommandInput;
169
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
170
- /**
171
- * @public
172
- */
173
- constructor(input: UpdatePolicyStoreCommandInput);
174
- /**
175
- * @internal
176
- */
177
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput>;
178
- /**
179
- * @internal
180
- */
181
- private serialize;
182
- /**
183
- * @internal
184
- */
185
- private deserialize;
170
+ export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {
186
171
  }
@@ -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 { UpdatePolicyTemplateInput, UpdatePolicyTemplateOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePolicyTemplateCommandInput extends UpdatePolicyTemplateIn
21
20
  */
22
21
  export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePolicyTemplateCommand_base: {
24
+ new (input: UpdatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the specified policy template. You can update only the description and the some elements
@@ -169,23 +172,5 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
169
172
  * <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
170
173
  *
171
174
  */
172
- export declare class UpdatePolicyTemplateCommand extends $Command<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig> {
173
- readonly input: UpdatePolicyTemplateCommandInput;
174
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
175
- /**
176
- * @public
177
- */
178
- constructor(input: UpdatePolicyTemplateCommandInput);
179
- /**
180
- * @internal
181
- */
182
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: VerifiedPermissionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput>;
183
- /**
184
- * @internal
185
- */
186
- private serialize;
187
- /**
188
- * @internal
189
- */
190
- private deserialize;
175
+ export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {
191
176
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIdentitySources(config: VerifiedPermissionsPaginationConfiguration, input: ListIdentitySourcesCommandInput, ...additionalArguments: any): Paginator<ListIdentitySourcesCommandOutput>;
7
+ export declare const paginateListIdentitySources: (config: VerifiedPermissionsPaginationConfiguration, input: ListIdentitySourcesCommandInput, ...rest: any[]) => Paginator<ListIdentitySourcesCommandOutput>;
@@ -4,4 +4,4 @@ import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPolicies(config: VerifiedPermissionsPaginationConfiguration, input: ListPoliciesCommandInput, ...additionalArguments: any): Paginator<ListPoliciesCommandOutput>;
7
+ export declare const paginateListPolicies: (config: VerifiedPermissionsPaginationConfiguration, input: ListPoliciesCommandInput, ...rest: any[]) => Paginator<ListPoliciesCommandOutput>;
@@ -4,4 +4,4 @@ import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPolicyStores(config: VerifiedPermissionsPaginationConfiguration, input: ListPolicyStoresCommandInput, ...additionalArguments: any): Paginator<ListPolicyStoresCommandOutput>;
7
+ export declare const paginateListPolicyStores: (config: VerifiedPermissionsPaginationConfiguration, input: ListPolicyStoresCommandInput, ...rest: any[]) => Paginator<ListPolicyStoresCommandOutput>;
@@ -4,4 +4,4 @@ import { VerifiedPermissionsPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPolicyTemplates(config: VerifiedPermissionsPaginationConfiguration, input: ListPolicyTemplatesCommandInput, ...additionalArguments: any): Paginator<ListPolicyTemplatesCommandOutput>;
7
+ export declare const paginateListPolicyTemplates: (config: VerifiedPermissionsPaginationConfiguration, input: ListPolicyTemplatesCommandInput, ...rest: any[]) => Paginator<ListPolicyTemplatesCommandOutput>;
@@ -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
  BatchIsAuthorizedInput,
11
5
  BatchIsAuthorizedOutput,
@@ -20,19 +14,16 @@ export interface BatchIsAuthorizedCommandInput extends BatchIsAuthorizedInput {}
20
14
  export interface BatchIsAuthorizedCommandOutput
21
15
  extends BatchIsAuthorizedOutput,
22
16
  __MetadataBearer {}
23
- export declare class BatchIsAuthorizedCommand extends $Command<
24
- BatchIsAuthorizedCommandInput,
25
- BatchIsAuthorizedCommandOutput,
26
- VerifiedPermissionsClientResolvedConfig
27
- > {
28
- readonly input: BatchIsAuthorizedCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: BatchIsAuthorizedCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: VerifiedPermissionsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const BatchIsAuthorizedCommand_base: {
18
+ new (
19
+ input: BatchIsAuthorizedCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ BatchIsAuthorizedCommandInput,
22
+ BatchIsAuthorizedCommandOutput,
23
+ VerifiedPermissionsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_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
  CreateIdentitySourceInput,
11
5
  CreateIdentitySourceOutput,
@@ -21,22 +15,16 @@ export interface CreateIdentitySourceCommandInput
21
15
  export interface CreateIdentitySourceCommandOutput
22
16
  extends CreateIdentitySourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateIdentitySourceCommand extends $Command<
25
- CreateIdentitySourceCommandInput,
26
- CreateIdentitySourceCommandOutput,
27
- VerifiedPermissionsClientResolvedConfig
28
- > {
29
- readonly input: CreateIdentitySourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateIdentitySourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: VerifiedPermissionsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateIdentitySourceCommand_base: {
19
+ new (
20
+ input: CreateIdentitySourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateIdentitySourceCommandInput,
38
- CreateIdentitySourceCommandOutput
23
+ CreateIdentitySourceCommandOutput,
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 CreateIdentitySourceCommand extends CreateIdentitySourceCommand_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 { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreatePolicyCommandInput extends CreatePolicyInput {}
17
11
  export interface CreatePolicyCommandOutput
18
12
  extends CreatePolicyOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreatePolicyCommand extends $Command<
21
- CreatePolicyCommandInput,
22
- CreatePolicyCommandOutput,
23
- VerifiedPermissionsClientResolvedConfig
24
- > {
25
- readonly input: CreatePolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreatePolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: VerifiedPermissionsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreatePolicyCommandInput, CreatePolicyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreatePolicyCommand_base: {
15
+ new (
16
+ input: CreatePolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreatePolicyCommandInput,
19
+ CreatePolicyCommandOutput,
20
+ VerifiedPermissionsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreatePolicyCommand extends CreatePolicyCommand_base {}