agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-codeconnections/.jsiirc.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-codeconnections/.jsiirc.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"targets": {
|
||||
"java": {
|
||||
"package": "software.amazon.awscdk.services.codeconnections"
|
||||
},
|
||||
"dotnet": {
|
||||
"namespace": "Amazon.CDK.AWS.CodeConnections"
|
||||
},
|
||||
"python": {
|
||||
"module": "aws_cdk.aws_codeconnections"
|
||||
}
|
||||
}
|
||||
}
|
||||
39
cdk/node_modules/aws-cdk-lib/aws-codeconnections/README.md
generated
vendored
Normal file
39
cdk/node_modules/aws-cdk-lib/aws-codeconnections/README.md
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# AWS::CodeConnections Construct Library
|
||||
<!--BEGIN STABILITY BANNER-->
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
|
||||
>
|
||||
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
|
||||
|
||||
---
|
||||
|
||||
<!--END STABILITY BANNER-->
|
||||
|
||||
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
||||
|
||||
```ts nofixture
|
||||
import * as codeconnections from 'aws-cdk-lib/aws-codeconnections';
|
||||
```
|
||||
|
||||
<!--BEGIN CFNONLY DISCLAIMER-->
|
||||
|
||||
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
||||
|
||||
- Search [Construct Hub for CodeConnections construct libraries](https://constructs.dev/search?q=codeconnections)
|
||||
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::CodeConnections resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeConnections.html) directly.
|
||||
|
||||
|
||||
<!--BEGIN CFNONLY DISCLAIMER-->
|
||||
|
||||
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
||||
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
||||
|
||||
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::CodeConnections](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeConnections.html).
|
||||
|
||||
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
||||
|
||||
<!--END CFNONLY DISCLAIMER-->
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './lib';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/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.CfnConnection=void 0,Object.defineProperty(exports,_noFold="CfnConnection",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnConnection;return Object.defineProperty(exports,_noFold="CfnConnection",{enumerable:!0,configurable:!0,value}),value}});
|
||||
160
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/codeconnections.generated.d.ts
generated
vendored
Normal file
160
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/codeconnections.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,160 @@
|
||||
import * as cdk from "../../core/lib";
|
||||
import * as constructs from "constructs";
|
||||
import * as cfn_parse from "../../core/lib/helpers-internal";
|
||||
import { ConnectionReference, IConnectionRef } from "../../interfaces/generated/aws-codeconnections-interfaces.generated";
|
||||
/**
|
||||
* A resource that is used to connect third-party source providers with services like CodePipeline.
|
||||
*
|
||||
* Note: A connection created through CloudFormation , the CLI, or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by updating the connection in the console.
|
||||
*
|
||||
* @cloudformationResource AWS::CodeConnections::Connection
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeconnections-connection.html
|
||||
*/
|
||||
export declare class CfnConnection extends cdk.CfnResource implements cdk.IInspectable, IConnectionRef, cdk.ITaggableV2 {
|
||||
/**
|
||||
* The CloudFormation resource type name for this resource class.
|
||||
*/
|
||||
static readonly CFN_RESOURCE_TYPE_NAME: string;
|
||||
/**
|
||||
* Build a CfnConnection 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): CfnConnection;
|
||||
/**
|
||||
* Checks whether the given object is a CfnConnection
|
||||
*/
|
||||
static isCfnConnection(x: any): x is CfnConnection;
|
||||
static arnForConnection(resource: IConnectionRef): string;
|
||||
/**
|
||||
* Tag Manager which manages the tags for this resource
|
||||
*/
|
||||
readonly cdkTagManager: cdk.TagManager;
|
||||
/**
|
||||
* The name of the connection.
|
||||
*/
|
||||
private _connectionName;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the host associated with the connection.
|
||||
*/
|
||||
private _hostArn?;
|
||||
/**
|
||||
* The name of the external provider where your third-party code repository is configured.
|
||||
*/
|
||||
private _providerType?;
|
||||
/**
|
||||
* Specifies the tags applied to a connection.
|
||||
*/
|
||||
private _tags?;
|
||||
protected readonly cfnPropertyNames: Record<string, string>;
|
||||
/**
|
||||
* Create a new `AWS::CodeConnections::Connection`.
|
||||
*
|
||||
* @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: CfnConnectionProps);
|
||||
get connectionRef(): ConnectionReference;
|
||||
/**
|
||||
* The name of the connection.
|
||||
*/
|
||||
get connectionName(): string;
|
||||
/**
|
||||
* The name of the connection.
|
||||
*/
|
||||
set connectionName(value: string);
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the host associated with the connection.
|
||||
*/
|
||||
get hostArn(): string | undefined;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the host associated with the connection.
|
||||
*/
|
||||
set hostArn(value: string | undefined);
|
||||
/**
|
||||
* The name of the external provider where your third-party code repository is configured.
|
||||
*/
|
||||
get providerType(): string | undefined;
|
||||
/**
|
||||
* The name of the external provider where your third-party code repository is configured.
|
||||
*/
|
||||
set providerType(value: string | undefined);
|
||||
/**
|
||||
* Specifies the tags applied to a connection.
|
||||
*/
|
||||
get tags(): Array<cdk.CfnTag> | undefined;
|
||||
/**
|
||||
* Specifies the tags applied to a connection.
|
||||
*/
|
||||
set tags(value: Array<cdk.CfnTag> | undefined);
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services .
|
||||
*
|
||||
* > The ARN is never reused if the connection is deleted.
|
||||
*
|
||||
* @cloudformationAttribute ConnectionArn
|
||||
*/
|
||||
get attrConnectionArn(): string;
|
||||
/**
|
||||
* The current status of the connection.
|
||||
*
|
||||
* @cloudformationAttribute ConnectionStatus
|
||||
*/
|
||||
get attrConnectionStatus(): string;
|
||||
/**
|
||||
* The identifier of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.
|
||||
*
|
||||
* @cloudformationAttribute OwnerAccountId
|
||||
*/
|
||||
get attrOwnerAccountId(): 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>;
|
||||
}
|
||||
/**
|
||||
* Properties for defining a `CfnConnection`
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeconnections-connection.html
|
||||
*/
|
||||
export interface CfnConnectionProps {
|
||||
/**
|
||||
* The name of the connection.
|
||||
*
|
||||
* Connection names must be unique in an AWS account .
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeconnections-connection.html#cfn-codeconnections-connection-connectionname
|
||||
*/
|
||||
readonly connectionName: string;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the host associated with the connection.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeconnections-connection.html#cfn-codeconnections-connection-hostarn
|
||||
*/
|
||||
readonly hostArn?: string;
|
||||
/**
|
||||
* The name of the external provider where your third-party code repository is configured.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeconnections-connection.html#cfn-codeconnections-connection-providertype
|
||||
*/
|
||||
readonly providerType?: string;
|
||||
/**
|
||||
* Specifies the tags applied to a connection.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeconnections-connection.html#cfn-codeconnections-connection-tags
|
||||
*/
|
||||
readonly tags?: Array<cdk.CfnTag>;
|
||||
}
|
||||
export type { IConnectionRef, ConnectionReference };
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/codeconnections.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/codeconnections.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './codeconnections.generated';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-codeconnections/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.CfnConnection=void 0,Object.defineProperty(exports,_noFold="CfnConnection",{enumerable:!0,configurable:!0,get:()=>{var value=require("./codeconnections.generated").CfnConnection;return Object.defineProperty(exports,_noFold="CfnConnection",{enumerable:!0,configurable:!0,value}),value}});
|
||||
Reference in New Issue
Block a user