@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.
- package/dist-cjs/commands/BatchIsAuthorizedCommand.js +18 -41
- package/dist-cjs/commands/CreateIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaCommand.js +18 -41
- package/dist-cjs/commands/IsAuthorizedCommand.js +18 -41
- package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +18 -41
- package/dist-cjs/commands/ListIdentitySourcesCommand.js +18 -41
- package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListPolicyStoresCommand.js +18 -41
- package/dist-cjs/commands/ListPolicyTemplatesCommand.js +18 -41
- package/dist-cjs/commands/PutSchemaCommand.js +18 -41
- package/dist-cjs/commands/UpdateIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListIdentitySourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListPolicyStoresPaginator.js +2 -24
- package/dist-cjs/pagination/ListPolicyTemplatesPaginator.js +2 -24
- package/dist-es/commands/BatchIsAuthorizedCommand.js +18 -41
- package/dist-es/commands/CreateIdentitySourceCommand.js +18 -41
- package/dist-es/commands/CreatePolicyCommand.js +18 -41
- package/dist-es/commands/CreatePolicyStoreCommand.js +18 -41
- package/dist-es/commands/CreatePolicyTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteIdentitySourceCommand.js +18 -41
- package/dist-es/commands/DeletePolicyCommand.js +18 -41
- package/dist-es/commands/DeletePolicyStoreCommand.js +18 -41
- package/dist-es/commands/DeletePolicyTemplateCommand.js +18 -41
- package/dist-es/commands/GetIdentitySourceCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/GetPolicyStoreCommand.js +18 -41
- package/dist-es/commands/GetPolicyTemplateCommand.js +18 -41
- package/dist-es/commands/GetSchemaCommand.js +18 -41
- package/dist-es/commands/IsAuthorizedCommand.js +18 -41
- package/dist-es/commands/IsAuthorizedWithTokenCommand.js +18 -41
- package/dist-es/commands/ListIdentitySourcesCommand.js +18 -41
- package/dist-es/commands/ListPoliciesCommand.js +18 -41
- package/dist-es/commands/ListPolicyStoresCommand.js +18 -41
- package/dist-es/commands/ListPolicyTemplatesCommand.js +18 -41
- package/dist-es/commands/PutSchemaCommand.js +18 -41
- package/dist-es/commands/UpdateIdentitySourceCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyStoreCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyTemplateCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListIdentitySourcesPaginator.js +2 -23
- package/dist-es/pagination/ListPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListPolicyStoresPaginator.js +2 -23
- package/dist-es/pagination/ListPolicyTemplatesPaginator.js +2 -23
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +6 -21
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
- package/dist-types/commands/IsAuthorizedCommand.d.ts +6 -21
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +6 -21
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/PutSchemaCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListIdentitySourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyTemplatesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListIdentitySourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPolicyStoresPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPolicyTemplatesPaginator.d.ts +3 -3
- 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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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 {}
|