agent-claw: automated task changes
This commit is contained in:
19
cdk/node_modules/aws-cdk-lib/aws-route53/lib/hosted-zone-grants.d.ts
generated
vendored
Normal file
19
cdk/node_modules/aws-cdk-lib/aws-route53/lib/hosted-zone-grants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import type { GrantDelegationOptions, INamedHostedZoneRef } from './hosted-zone-ref';
|
||||
import type { IGrantable } from '../../aws-iam';
|
||||
import type { Grant } from '../../aws-iam/lib/grant';
|
||||
/**
|
||||
* Collection of grant methods for a INamedHostedZoneRef
|
||||
*/
|
||||
export declare class HostedZoneGrants {
|
||||
private readonly hostedZone;
|
||||
/**
|
||||
* Creates grants for INamedHostedZoneRef
|
||||
*
|
||||
*/
|
||||
static fromHostedZone(hostedZone: INamedHostedZoneRef): HostedZoneGrants;
|
||||
private constructor();
|
||||
/**
|
||||
* Grant permissions to add delegation records to this zone
|
||||
*/
|
||||
delegation(grantee: IGrantable, delegationOptions?: GrantDelegationOptions): Grant;
|
||||
}
|
||||
Reference in New Issue
Block a user