@aws-sdk/client-verifiedpermissions 3.529.1 → 3.535.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-types/VerifiedPermissions.d.ts +2 -1
- package/dist-types/VerifiedPermissionsClient.d.ts +1 -1
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +2 -1
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaCommand.d.ts +2 -1
- package/dist-types/commands/IsAuthorizedCommand.d.ts +2 -1
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +2 -1
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/PutSchemaCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +332 -334
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/VerifiedPermissions.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -137,6 +137,7 @@ export interface VerifiedPermissions {
|
|
|
137
137
|
/**
|
|
138
138
|
* @see {@link ListPolicyStoresCommand}
|
|
139
139
|
*/
|
|
140
|
+
listPolicyStores(): Promise<ListPolicyStoresCommandOutput>;
|
|
140
141
|
listPolicyStores(args: ListPolicyStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyStoresCommandOutput>;
|
|
141
142
|
listPolicyStores(args: ListPolicyStoresCommandInput, cb: (err: any, data?: ListPolicyStoresCommandOutput) => void): void;
|
|
142
143
|
listPolicyStores(args: ListPolicyStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyStoresCommandOutput) => void): void;
|
|
@@ -178,7 +179,6 @@ export interface VerifiedPermissions {
|
|
|
178
179
|
updatePolicyTemplate(args: UpdatePolicyTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePolicyTemplateCommandOutput) => void): void;
|
|
179
180
|
}
|
|
180
181
|
/**
|
|
181
|
-
* @public
|
|
182
182
|
* <p>Amazon Verified Permissions is a permissions management service from Amazon Web Services. You can use Verified Permissions to manage
|
|
183
183
|
* permissions for your application, and authorize user access based on those permissions.
|
|
184
184
|
* Using Verified Permissions, application developers can grant access based on information about the
|
|
@@ -244,6 +244,7 @@ export interface VerifiedPermissions {
|
|
|
244
244
|
* (create and update) operations.</p>
|
|
245
245
|
* </li>
|
|
246
246
|
* </ul>
|
|
247
|
+
* @public
|
|
247
248
|
*/
|
|
248
249
|
export declare class VerifiedPermissions extends VerifiedPermissionsClient implements VerifiedPermissions {
|
|
249
250
|
}
|
|
@@ -176,7 +176,6 @@ export type VerifiedPermissionsClientResolvedConfigType = __SmithyResolvedConfig
|
|
|
176
176
|
export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermissionsClientResolvedConfigType {
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* <p>Amazon Verified Permissions is a permissions management service from Amazon Web Services. You can use Verified Permissions to manage
|
|
181
180
|
* permissions for your application, and authorize user access based on those permissions.
|
|
182
181
|
* Using Verified Permissions, application developers can grant access based on information about the
|
|
@@ -242,6 +241,7 @@ export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermiss
|
|
|
242
241
|
* (create and update) operations.</p>
|
|
243
242
|
* </li>
|
|
244
243
|
* </ul>
|
|
244
|
+
* @public
|
|
245
245
|
*/
|
|
246
246
|
export declare class VerifiedPermissionsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig> {
|
|
247
247
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchIsAuthorizedCommandOutput extends BatchIsAuthorizedOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchIsAuthorizedCommand_base: {
|
|
24
24
|
new (input: BatchIsAuthorizedCommandInput): import("@smithy/smithy-client").CommandImpl<BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchIsAuthorizedCommandInput): import("@smithy/smithy-client").CommandImpl<BatchIsAuthorizedCommandInput, BatchIsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Makes a series of decisions about multiple authorization requests for one principal or
|
|
30
30
|
* resource. Each request contains the equivalent content of an <code>IsAuthorized</code>
|
|
31
31
|
* request: principal, action, resource, and context. Either the <code>principal</code> or
|
|
@@ -283,6 +283,7 @@ declare const BatchIsAuthorizedCommand_base: {
|
|
|
283
283
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
284
284
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
285
285
|
*
|
|
286
|
+
* @public
|
|
286
287
|
*/
|
|
287
288
|
export declare class BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_base {
|
|
288
289
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIdentitySourceCommandOutput extends CreateIdentitySourceO
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIdentitySourceCommand_base: {
|
|
24
24
|
new (input: CreateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
|
|
30
30
|
* </p>
|
|
31
31
|
* <p>After you create an identity source, you can use the identities provided by the IdP as proxies
|
|
@@ -200,6 +200,7 @@ declare const CreateIdentitySourceCommand_base: {
|
|
|
200
200
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
201
201
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
202
202
|
*
|
|
203
|
+
* @public
|
|
203
204
|
*/
|
|
204
205
|
export declare class CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
|
|
205
206
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePolicyCommand_base: {
|
|
24
24
|
new (input: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Cedar policy and saves it in the specified policy store. You can create either a
|
|
30
30
|
* static policy or a policy linked to a policy template.</p>
|
|
31
31
|
* <ul>
|
|
@@ -212,6 +212,7 @@ declare const CreatePolicyCommand_base: {
|
|
|
212
212
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
214
214
|
*
|
|
215
|
+
* @public
|
|
215
216
|
*/
|
|
216
217
|
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
|
|
217
218
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePolicyStoreCommand_base: {
|
|
24
24
|
new (input: CreatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyStoreCommandInput, CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a policy store. A policy store is a container for policy resources.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Although <a href="https://docs.cedarpolicy.com/schema/schema.html#namespace">Cedar supports multiple namespaces</a>, Verified Permissions currently supports only one
|
|
@@ -170,6 +170,7 @@ declare const CreatePolicyStoreCommand_base: {
|
|
|
170
170
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
172
172
|
*
|
|
173
|
+
* @public
|
|
173
174
|
*/
|
|
174
175
|
export declare class CreatePolicyStoreCommand extends CreatePolicyStoreCommand_base {
|
|
175
176
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePolicyTemplateCommandOutput extends CreatePolicyTemplateO
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePolicyTemplateCommand_base: {
|
|
24
24
|
new (input: CreatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyTemplateCommandInput, CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a policy template. A template can use placeholders for the principal and resource. A
|
|
30
30
|
* template must be instantiated into a policy by associating it with specific principals
|
|
31
31
|
* and resources to use for the placeholders. That instantiated policy can then be
|
|
@@ -174,6 +174,7 @@ declare const CreatePolicyTemplateCommand_base: {
|
|
|
174
174
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
175
175
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
176
176
|
*
|
|
177
|
+
* @public
|
|
177
178
|
*/
|
|
178
179
|
export declare class CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_base {
|
|
179
180
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIdentitySourceCommandOutput extends DeleteIdentitySourceO
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIdentitySourceCommand_base: {
|
|
24
24
|
new (input: DeleteIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito. After
|
|
30
30
|
* you delete the identity source, you can no longer use tokens for identities from that identity source to
|
|
31
31
|
* represent principals in authorization queries made using <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html">IsAuthorizedWithToken</a>.
|
|
@@ -155,6 +155,7 @@ declare const DeleteIdentitySourceCommand_base: {
|
|
|
155
155
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePolicyCommand_base: {
|
|
24
24
|
new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified policy from the policy store.</p>
|
|
30
30
|
* <p>This operation is idempotent; if you specify a policy that doesn't
|
|
31
31
|
* exist, the request response returns a successful <code>HTTP 200</code> status code.</p>
|
|
@@ -154,6 +154,7 @@ declare const DeletePolicyCommand_base: {
|
|
|
154
154
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
156
156
|
*
|
|
157
|
+
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
159
160
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePolicyStoreCommand_base: {
|
|
24
24
|
new (input: DeletePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyStoreCommandInput, DeletePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified policy store.</p>
|
|
30
30
|
* <p>This operation is idempotent. If you specify a policy store that does not exist, the request
|
|
31
31
|
* response will still return a successful HTTP 200 status code.</p>
|
|
@@ -146,6 +146,7 @@ declare const DeletePolicyStoreCommand_base: {
|
|
|
146
146
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
148
148
|
*
|
|
149
|
+
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class DeletePolicyStoreCommand extends DeletePolicyStoreCommand_base {
|
|
151
152
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePolicyTemplateCommandOutput extends DeletePolicyTemplateO
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePolicyTemplateCommand_base: {
|
|
24
24
|
new (input: DeletePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyTemplateCommandInput, DeletePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified policy template from the policy store.</p>
|
|
30
30
|
* <important>
|
|
31
31
|
* <p>This operation also deletes any policies that were created from the specified
|
|
@@ -157,6 +157,7 @@ declare const DeletePolicyTemplateCommand_base: {
|
|
|
157
157
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
159
159
|
*
|
|
160
|
+
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {
|
|
162
163
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetIdentitySourceCommand_base: {
|
|
24
24
|
new (input: GetIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the details about the specified identity source.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -171,6 +171,7 @@ declare const GetIdentitySourceCommand_base: {
|
|
|
171
171
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
173
173
|
*
|
|
174
|
+
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {
|
|
176
177
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPolicyCommand_base: {
|
|
24
24
|
new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves information about the specified policy.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -179,6 +179,7 @@ declare const GetPolicyCommand_base: {
|
|
|
179
179
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
180
180
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
181
181
|
*
|
|
182
|
+
* @public
|
|
182
183
|
*/
|
|
183
184
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
184
185
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPolicyStoreCommandOutput extends GetPolicyStoreOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPolicyStoreCommand_base: {
|
|
24
24
|
new (input: GetPolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyStoreCommandInput, GetPolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details about a policy store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -156,6 +156,7 @@ declare const GetPolicyStoreCommand_base: {
|
|
|
156
156
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
158
158
|
*
|
|
159
|
+
* @public
|
|
159
160
|
*/
|
|
160
161
|
export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {
|
|
161
162
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPolicyTemplateCommandOutput extends GetPolicyTemplateOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPolicyTemplateCommand_base: {
|
|
24
24
|
new (input: GetPolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyTemplateCommandInput, GetPolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieve the details for the specified policy template in the specified policy store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -155,6 +155,7 @@ declare const GetPolicyTemplateCommand_base: {
|
|
|
155
155
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSchemaCommand_base: {
|
|
24
24
|
new (input: GetSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieve the details for the specified schema in the specified policy store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -155,6 +155,7 @@ declare const GetSchemaCommand_base: {
|
|
|
155
155
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class GetSchemaCommand extends GetSchemaCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface IsAuthorizedCommandOutput extends IsAuthorizedOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const IsAuthorizedCommand_base: {
|
|
24
24
|
new (input: IsAuthorizedCommandInput): import("@smithy/smithy-client").CommandImpl<IsAuthorizedCommandInput, IsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: IsAuthorizedCommandInput): import("@smithy/smithy-client").CommandImpl<IsAuthorizedCommandInput, IsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Makes an authorization decision about a service request described in the parameters.
|
|
30
30
|
* The information in the parameters can also define additional context that Verified Permissions can
|
|
31
31
|
* include in the evaluation. The request is evaluated against all matching policies in the
|
|
@@ -219,6 +219,7 @@ declare const IsAuthorizedCommand_base: {
|
|
|
219
219
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
220
220
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
221
221
|
*
|
|
222
|
+
* @public
|
|
222
223
|
*/
|
|
223
224
|
export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {
|
|
224
225
|
}
|
|
@@ -22,10 +22,10 @@ export interface IsAuthorizedWithTokenCommandOutput extends IsAuthorizedWithToke
|
|
|
22
22
|
}
|
|
23
23
|
declare const IsAuthorizedWithTokenCommand_base: {
|
|
24
24
|
new (input: IsAuthorizedWithTokenCommandInput): import("@smithy/smithy-client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: IsAuthorizedWithTokenCommandInput): import("@smithy/smithy-client").CommandImpl<IsAuthorizedWithTokenCommandInput, IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Makes an authorization decision about a service request described in the parameters.
|
|
30
30
|
* The principal in this request comes from an external identity source in the form of an identity
|
|
31
31
|
* token formatted as a <a href="https://wikipedia.org/wiki/JSON_Web_Token">JSON web
|
|
@@ -234,6 +234,7 @@ declare const IsAuthorizedWithTokenCommand_base: {
|
|
|
234
234
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
235
235
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
236
236
|
*
|
|
237
|
+
* @public
|
|
237
238
|
*/
|
|
238
239
|
export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {
|
|
239
240
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIdentitySourcesCommandOutput extends ListIdentitySourcesOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIdentitySourcesCommand_base: {
|
|
24
24
|
new (input: ListIdentitySourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIdentitySourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of all of the identity sources defined in the specified policy store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -182,6 +182,7 @@ declare const ListIdentitySourcesCommand_base: {
|
|
|
182
182
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
183
183
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
184
184
|
*
|
|
185
|
+
* @public
|
|
185
186
|
*/
|
|
186
187
|
export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {
|
|
187
188
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPoliciesCommandOutput extends ListPoliciesOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPoliciesCommand_base: {
|
|
24
24
|
new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of all policies stored in the specified policy store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -202,6 +202,7 @@ declare const ListPoliciesCommand_base: {
|
|
|
202
202
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
203
203
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
204
204
|
*
|
|
205
|
+
* @public
|
|
205
206
|
*/
|
|
206
207
|
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
207
208
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPolicyStoresCommandOutput extends ListPolicyStoresOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPolicyStoresCommand_base: {
|
|
24
24
|
new (input: ListPolicyStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPolicyStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPolicyStoresCommandInput, ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of all policy stores in the calling Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -156,6 +156,7 @@ declare const ListPolicyStoresCommand_base: {
|
|
|
156
156
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
158
158
|
*
|
|
159
|
+
* @public
|
|
159
160
|
*/
|
|
160
161
|
export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {
|
|
161
162
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPolicyTemplatesCommandOutput extends ListPolicyTemplatesOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPolicyTemplatesCommand_base: {
|
|
24
24
|
new (input: ListPolicyTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPolicyTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyTemplatesCommandInput, ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a paginated list of all policy templates in the specified policy store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -160,6 +160,7 @@ declare const ListPolicyTemplatesCommand_base: {
|
|
|
160
160
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
162
162
|
*
|
|
163
|
+
* @public
|
|
163
164
|
*/
|
|
164
165
|
export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {
|
|
165
166
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutSchemaCommandOutput extends PutSchemaOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutSchemaCommand_base: {
|
|
24
24
|
new (input: PutSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<PutSchemaCommandInput, PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the policy schema in the specified policy store. The schema is used to
|
|
30
30
|
* validate any Cedar policies and policy templates submitted to the policy store. Any changes to the schema
|
|
31
31
|
* validate only policies and templates submitted after the schema change. Existing
|
|
@@ -174,6 +174,7 @@ declare const PutSchemaCommand_base: {
|
|
|
174
174
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
175
175
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
176
176
|
*
|
|
177
|
+
* @public
|
|
177
178
|
*/
|
|
178
179
|
export declare class PutSchemaCommand extends PutSchemaCommand_base {
|
|
179
180
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateIdentitySourceCommandOutput extends UpdateIdentitySourceO
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateIdentitySourceCommand_base: {
|
|
24
24
|
new (input: UpdateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateIdentitySourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdentitySourceCommandInput, UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified identity source to use a new identity provider (IdP) source, or to change
|
|
30
30
|
* the mapping of identities from the IdP to a different principal entity type.</p>
|
|
31
31
|
* <note>
|
|
@@ -173,6 +173,7 @@ declare const UpdateIdentitySourceCommand_base: {
|
|
|
173
173
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
174
174
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
175
175
|
*
|
|
176
|
+
* @public
|
|
176
177
|
*/
|
|
177
178
|
export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {
|
|
178
179
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePolicyCommandOutput extends UpdatePolicyOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePolicyCommand_base: {
|
|
24
24
|
new (input: UpdatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyCommandInput, UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies a Cedar static policy in the specified policy store. You can change only certain elements of
|
|
30
30
|
* the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyInput.html#amazonverifiedpermissions-UpdatePolicy-request-UpdatePolicyDefinition">UpdatePolicyDefinition</a> parameter. You can directly update only static policies. To
|
|
31
31
|
* change a template-linked policy, you must update the template instead, using <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html">UpdatePolicyTemplate</a>.</p>
|
|
@@ -225,6 +225,7 @@ declare const UpdatePolicyCommand_base: {
|
|
|
225
225
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
226
226
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
227
227
|
*
|
|
228
|
+
* @public
|
|
228
229
|
*/
|
|
229
230
|
export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
|
|
230
231
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePolicyStoreCommandOutput extends UpdatePolicyStoreOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePolicyStoreCommand_base: {
|
|
24
24
|
new (input: UpdatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePolicyStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyStoreCommandInput, UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the validation setting for a policy store.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>Verified Permissions is <i>
|
|
@@ -166,6 +166,7 @@ declare const UpdatePolicyStoreCommand_base: {
|
|
|
166
166
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
167
167
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
168
168
|
*
|
|
169
|
+
* @public
|
|
169
170
|
*/
|
|
170
171
|
export declare class UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {
|
|
171
172
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePolicyTemplateCommandOutput extends UpdatePolicyTemplateO
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePolicyTemplateCommand_base: {
|
|
24
24
|
new (input: UpdatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePolicyTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePolicyTemplateCommandInput, UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified policy template. You can update only the description and the some elements
|
|
30
30
|
* of the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html#amazonverifiedpermissions-UpdatePolicyTemplate-request-policyBody">policyBody</a>. </p>
|
|
31
31
|
* <important>
|
|
@@ -171,6 +171,7 @@ declare const UpdatePolicyTemplateCommand_base: {
|
|
|
171
171
|
* @throws {@link VerifiedPermissionsServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from VerifiedPermissions service.</p>
|
|
173
173
|
*
|
|
174
|
+
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class UpdatePolicyTemplateCommand extends UpdatePolicyTemplateCommand_base {
|
|
176
177
|
}
|