agent-claw: automated task changes
This commit is contained in:
22
cdk/node_modules/aws-cdk-lib/aws-kinesisfirehose/lib/kinesisfirehose-grants.generated.d.ts
generated
vendored
Normal file
22
cdk/node_modules/aws-cdk-lib/aws-kinesisfirehose/lib/kinesisfirehose-grants.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as kinesisfirehose from "./kinesisfirehose.generated";
|
||||
import * as iam from "../../aws-iam";
|
||||
import * as cdk from "../../core/lib";
|
||||
/**
|
||||
* Collection of grant methods for a IDeliveryStreamRef
|
||||
*/
|
||||
export declare class DeliveryStreamGrants {
|
||||
/**
|
||||
* Creates grants for DeliveryStreamGrants
|
||||
*/
|
||||
static fromDeliveryStream(resource: kinesisfirehose.IDeliveryStreamRef): DeliveryStreamGrants;
|
||||
protected readonly resource: kinesisfirehose.IDeliveryStreamRef;
|
||||
private constructor();
|
||||
/**
|
||||
* Grant the given identity custom permissions
|
||||
*/
|
||||
actions(grantee: iam.IGrantable, actions: Array<string>, options?: cdk.PermissionsOptions): iam.Grant;
|
||||
/**
|
||||
* Grant the `grantee` identity permissions to perform `actions`.
|
||||
*/
|
||||
putRecords(grantee: iam.IGrantable): iam.Grant;
|
||||
}
|
||||
Reference in New Issue
Block a user