agent-claw: automated task changes
This commit is contained in:
1
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './mwaaserverless.generated';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";var __createBinding=exports&&exports.__createBinding||(Object.create?(function(o,m,k,k2){k2===void 0&&(k2=k);var desc=Object.getOwnPropertyDescriptor(m,k);(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable))&&(desc={enumerable:!0,get:function(){return m[k]}}),Object.defineProperty(o,k2,desc)}):(function(o,m,k,k2){k2===void 0&&(k2=k),o[k2]=m[k]})),__exportStar=exports&&exports.__exportStar||function(m,exports2){for(var p in m)p!=="default"&&!Object.prototype.hasOwnProperty.call(exports2,p)&&__createBinding(exports2,m,p)};Object.defineProperty(exports,"__esModule",{value:!0});var _noFold;exports.CfnWorkflow=void 0,Object.defineProperty(exports,_noFold="CfnWorkflow",{enumerable:!0,configurable:!0,get:()=>{var value=require("./mwaaserverless.generated").CfnWorkflow;return Object.defineProperty(exports,_noFold="CfnWorkflow",{enumerable:!0,configurable:!0,value}),value}});
|
||||
235
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/mwaaserverless.generated.d.ts
generated
vendored
Normal file
235
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/mwaaserverless.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,235 @@
|
||||
import * as cdk from "../../core/lib";
|
||||
import * as constructs from "constructs";
|
||||
import * as cfn_parse from "../../core/lib/helpers-internal";
|
||||
import { IWorkflowRef, WorkflowReference } from "../../interfaces/generated/aws-mwaaserverless-interfaces.generated";
|
||||
/**
|
||||
* Resource Type definition for AWS::MWAAServerless::Workflow resource.
|
||||
*
|
||||
* @cloudformationResource AWS::MWAAServerless::Workflow
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html
|
||||
*/
|
||||
export declare class CfnWorkflow extends cdk.CfnResource implements cdk.IInspectable, IWorkflowRef, cdk.ITaggableV2 {
|
||||
/**
|
||||
* The CloudFormation resource type name for this resource class.
|
||||
*/
|
||||
static readonly CFN_RESOURCE_TYPE_NAME: string;
|
||||
/**
|
||||
* Build a CfnWorkflow from CloudFormation properties
|
||||
*
|
||||
* A factory method that creates a new instance of this class from an object
|
||||
* containing the CloudFormation properties of this resource.
|
||||
* Used in the @aws-cdk/cloudformation-include module.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
static _fromCloudFormation(scope: constructs.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnWorkflow;
|
||||
/**
|
||||
* Checks whether the given object is a CfnWorkflow
|
||||
*/
|
||||
static isCfnWorkflow(x: any): x is CfnWorkflow;
|
||||
static arnForWorkflow(resource: IWorkflowRef): string;
|
||||
/**
|
||||
* Tag Manager which manages the tags for this resource
|
||||
*/
|
||||
readonly cdkTagManager: cdk.TagManager;
|
||||
private _definitionS3Location;
|
||||
private _description?;
|
||||
private _encryptionConfiguration?;
|
||||
private _loggingConfiguration?;
|
||||
private _name?;
|
||||
private _networkConfiguration?;
|
||||
private _roleArn;
|
||||
/**
|
||||
* A map of key-value pairs to be applied as tags.
|
||||
*/
|
||||
private _tags?;
|
||||
private _triggerMode?;
|
||||
protected readonly cfnPropertyNames: Record<string, string>;
|
||||
/**
|
||||
* Create a new `AWS::MWAAServerless::Workflow`.
|
||||
*
|
||||
* @param scope Scope in which this resource is defined
|
||||
* @param id Construct identifier for this resource (unique in its scope)
|
||||
* @param props Resource properties
|
||||
*/
|
||||
constructor(scope: constructs.Construct, id: string, props: CfnWorkflowProps);
|
||||
get workflowRef(): WorkflowReference;
|
||||
get definitionS3Location(): cdk.IResolvable | CfnWorkflow.S3LocationProperty;
|
||||
set definitionS3Location(value: cdk.IResolvable | CfnWorkflow.S3LocationProperty);
|
||||
get description(): string | undefined;
|
||||
set description(value: string | undefined);
|
||||
get encryptionConfiguration(): CfnWorkflow.EncryptionConfigurationProperty | cdk.IResolvable | undefined;
|
||||
set encryptionConfiguration(value: CfnWorkflow.EncryptionConfigurationProperty | cdk.IResolvable | undefined);
|
||||
get loggingConfiguration(): cdk.IResolvable | CfnWorkflow.LoggingConfigurationProperty | undefined;
|
||||
set loggingConfiguration(value: cdk.IResolvable | CfnWorkflow.LoggingConfigurationProperty | undefined);
|
||||
get name(): string | undefined;
|
||||
set name(value: string | undefined);
|
||||
get networkConfiguration(): cdk.IResolvable | CfnWorkflow.NetworkConfigurationProperty | undefined;
|
||||
set networkConfiguration(value: cdk.IResolvable | CfnWorkflow.NetworkConfigurationProperty | undefined);
|
||||
get roleArn(): string;
|
||||
set roleArn(value: string);
|
||||
/**
|
||||
* A map of key-value pairs to be applied as tags.
|
||||
*/
|
||||
get tags(): Record<string, string> | undefined;
|
||||
/**
|
||||
* A map of key-value pairs to be applied as tags.
|
||||
*/
|
||||
set tags(value: Record<string, string> | undefined);
|
||||
get triggerMode(): string | undefined;
|
||||
set triggerMode(value: string | undefined);
|
||||
/**
|
||||
* @cloudformationAttribute CreatedAt
|
||||
*/
|
||||
get attrCreatedAt(): string;
|
||||
/**
|
||||
* @cloudformationAttribute ModifiedAt
|
||||
*/
|
||||
get attrModifiedAt(): string;
|
||||
/**
|
||||
* @cloudformationAttribute ScheduleConfiguration
|
||||
*/
|
||||
get attrScheduleConfiguration(): cdk.IResolvable;
|
||||
/**
|
||||
* @cloudformationAttribute WorkflowArn
|
||||
*/
|
||||
get attrWorkflowArn(): string;
|
||||
/**
|
||||
* @cloudformationAttribute WorkflowStatus
|
||||
*/
|
||||
get attrWorkflowStatus(): string;
|
||||
/**
|
||||
* @cloudformationAttribute WorkflowVersion
|
||||
*/
|
||||
get attrWorkflowVersion(): string;
|
||||
protected get cfnProperties(): Record<string, any>;
|
||||
/**
|
||||
* Examines the CloudFormation resource and discloses attributes
|
||||
*
|
||||
* @param inspector tree inspector to collect and process attributes
|
||||
*/
|
||||
inspect(inspector: cdk.TreeInspector): void;
|
||||
protected renderProperties(props: Record<string, any>): Record<string, any>;
|
||||
}
|
||||
export declare namespace CfnWorkflow {
|
||||
/**
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-s3location.html
|
||||
*/
|
||||
interface S3LocationProperty {
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-s3location.html#cfn-mwaaserverless-workflow-s3location-bucket
|
||||
*/
|
||||
readonly bucket: string;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-s3location.html#cfn-mwaaserverless-workflow-s3location-objectkey
|
||||
*/
|
||||
readonly objectKey: string;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-s3location.html#cfn-mwaaserverless-workflow-s3location-versionid
|
||||
*/
|
||||
readonly versionId?: string;
|
||||
}
|
||||
/**
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html
|
||||
*/
|
||||
interface EncryptionConfigurationProperty {
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html#cfn-mwaaserverless-workflow-encryptionconfiguration-kmskeyid
|
||||
*/
|
||||
readonly kmsKeyId?: string;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-encryptionconfiguration.html#cfn-mwaaserverless-workflow-encryptionconfiguration-type
|
||||
*/
|
||||
readonly type: string;
|
||||
}
|
||||
/**
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-loggingconfiguration.html
|
||||
*/
|
||||
interface LoggingConfigurationProperty {
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-loggingconfiguration.html#cfn-mwaaserverless-workflow-loggingconfiguration-loggroupname
|
||||
*/
|
||||
readonly logGroupName: string;
|
||||
}
|
||||
/**
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-networkconfiguration.html
|
||||
*/
|
||||
interface NetworkConfigurationProperty {
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-networkconfiguration.html#cfn-mwaaserverless-workflow-networkconfiguration-securitygroupids
|
||||
*/
|
||||
readonly securityGroupIds?: Array<string>;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-networkconfiguration.html#cfn-mwaaserverless-workflow-networkconfiguration-subnetids
|
||||
*/
|
||||
readonly subnetIds?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-scheduleconfiguration.html
|
||||
*/
|
||||
interface ScheduleConfigurationProperty {
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaaserverless-workflow-scheduleconfiguration.html#cfn-mwaaserverless-workflow-scheduleconfiguration-cronexpression
|
||||
*/
|
||||
readonly cronExpression?: string;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Properties for defining a `CfnWorkflow`
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html
|
||||
*/
|
||||
export interface CfnWorkflowProps {
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-definitions3location
|
||||
*/
|
||||
readonly definitionS3Location: cdk.IResolvable | CfnWorkflow.S3LocationProperty;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-description
|
||||
*/
|
||||
readonly description?: string;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-encryptionconfiguration
|
||||
*/
|
||||
readonly encryptionConfiguration?: CfnWorkflow.EncryptionConfigurationProperty | cdk.IResolvable;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-loggingconfiguration
|
||||
*/
|
||||
readonly loggingConfiguration?: cdk.IResolvable | CfnWorkflow.LoggingConfigurationProperty;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-name
|
||||
*/
|
||||
readonly name?: string;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-networkconfiguration
|
||||
*/
|
||||
readonly networkConfiguration?: cdk.IResolvable | CfnWorkflow.NetworkConfigurationProperty;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-rolearn
|
||||
*/
|
||||
readonly roleArn: string;
|
||||
/**
|
||||
* A map of key-value pairs to be applied as tags.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-tags
|
||||
*/
|
||||
readonly tags?: Record<string, string>;
|
||||
/**
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaaserverless-workflow.html#cfn-mwaaserverless-workflow-triggermode
|
||||
*/
|
||||
readonly triggerMode?: string;
|
||||
}
|
||||
export type { IWorkflowRef, WorkflowReference };
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/mwaaserverless.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-mwaaserverless/lib/mwaaserverless.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user