agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/custom-resource-handlers/dist/aws-iam/oidc-provider.generated.d.ts
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/custom-resource-handlers/dist/aws-iam/oidc-provider.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Construct } from "constructs";
|
||||
import { CustomResourceProviderBase, CustomResourceProviderOptions } from "../../../core";
|
||||
export declare class OidcProvider extends CustomResourceProviderBase {
|
||||
/**
|
||||
* Returns a stack-level singleton ARN (service token) for the custom resource provider.
|
||||
*/
|
||||
static getOrCreate(scope: Construct, uniqueid: string, props?: CustomResourceProviderOptions): string;
|
||||
/**
|
||||
* Returns a stack-level singleton for the custom resource provider.
|
||||
*/
|
||||
static getOrCreateProvider(scope: Construct, uniqueid: string, props?: CustomResourceProviderOptions): OidcProvider;
|
||||
private constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user