@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 { 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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|