agent-claw: automated task changes

This commit is contained in:
daniel
2026-05-06 18:55:16 -05:00
parent 38905bb1e9
commit 732b00fb66
8494 changed files with 2018127 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "software.amazon.awscdk.services.codegurureviewer"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CodeGuruReviewer"
},
"python": {
"module": "aws_cdk.aws_codegurureviewer"
}
}
}

View File

@@ -0,0 +1,27 @@
# AWS::CodeGuruReviewer Construct Library
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
```ts nofixture
import * as codegurureviewer from 'aws-cdk-lib/aws-codegurureviewer';
```
<!--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 CodeGuruReviewer construct libraries](https://constructs.dev/search?q=codegurureviewer)
- 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::CodeGuruReviewer resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeGuruReviewer.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::CodeGuruReviewer](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeGuruReviewer.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-->

View File

@@ -0,0 +1 @@
export * from './lib';

View 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.CfnRepositoryAssociation=void 0,Object.defineProperty(exports,_noFold="CfnRepositoryAssociation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnRepositoryAssociation;return Object.defineProperty(exports,_noFold="CfnRepositoryAssociation",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1,206 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { IRepositoryAssociationRef, RepositoryAssociationReference } from "../../interfaces/generated/aws-codegurureviewer-interfaces.generated";
/**
* This resource configures how Amazon CodeGuru Reviewer retrieves the source code to be reviewed.
*
* You can use an AWS CloudFormation template to create an association with the following repository types:
*
* - AWS CodeCommit - For more information, see [Create an AWS CodeCommit repository association](https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/create-codecommit-association.html) in the *Amazon CodeGuru Reviewer User Guide* .
* - Bitbucket - For more information, see [Create a Bitbucket repository association](https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/create-bitbucket-association.html) in the *Amazon CodeGuru Reviewer User Guide* .
* - GitHub Enterprise Server - For more information, see [Create a GitHub Enterprise Server repository association](https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/create-github-enterprise-association.html) in the *Amazon CodeGuru Reviewer User Guide* .
* - S3Bucket - For more information, see [Create code reviews with GitHub Actions](https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/working-with-cicd.html) in the *Amazon CodeGuru Reviewer User Guide* .
*
* > You cannot use a CloudFormation template to create an association with a GitHub repository.
*
* @cloudformationResource AWS::CodeGuruReviewer::RepositoryAssociation
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html
*/
export declare class CfnRepositoryAssociation extends cdk.CfnResource implements cdk.IInspectable, IRepositoryAssociationRef, cdk.ITaggable {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnRepositoryAssociation 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): CfnRepositoryAssociation;
/**
* Checks whether the given object is a CfnRepositoryAssociation
*/
static isCfnRepositoryAssociation(x: any): x is CfnRepositoryAssociation;
/**
* The name of the bucket.
*/
private _bucketName?;
/**
* The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
*/
private _connectionArn?;
/**
* The name of the repository.
*/
private _name;
/**
* The owner of the repository.
*/
private _owner?;
/**
* Tag Manager which manages the tags for this resource
*/
readonly tags: cdk.TagManager;
/**
* An array of key-value pairs used to tag an associated repository.
*/
private _tagsRaw?;
/**
* The type of repository that contains the source code to be reviewed. The valid values are:.
*/
private _type;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::CodeGuruReviewer::RepositoryAssociation`.
*
* @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: CfnRepositoryAssociationProps);
get repositoryAssociationRef(): RepositoryAssociationReference;
/**
* The name of the bucket.
*/
get bucketName(): string | undefined;
/**
* The name of the bucket.
*/
set bucketName(value: string | undefined);
/**
* The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
*/
get connectionArn(): string | undefined;
/**
* The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
*/
set connectionArn(value: string | undefined);
/**
* The name of the repository.
*/
get name(): string;
/**
* The name of the repository.
*/
set name(value: string);
/**
* The owner of the repository.
*/
get owner(): string | undefined;
/**
* The owner of the repository.
*/
set owner(value: string | undefined);
/**
* An array of key-value pairs used to tag an associated repository.
*/
get tagsRaw(): Array<cdk.CfnTag> | undefined;
/**
* An array of key-value pairs used to tag an associated repository.
*/
set tagsRaw(value: Array<cdk.CfnTag> | undefined);
/**
* The type of repository that contains the source code to be reviewed. The valid values are:.
*/
get type(): string;
/**
* The type of repository that contains the source code to be reviewed. The valid values are:.
*/
set type(value: string);
/**
* The Amazon Resource Name (ARN) of the [`RepositoryAssociation`](https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html) object. You can retrieve this ARN by calling `ListRepositories` .
*
* @cloudformationAttribute AssociationArn
*/
get attrAssociationArn(): 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 `CfnRepositoryAssociation`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html
*/
export interface CfnRepositoryAssociationProps {
/**
* The name of the bucket.
*
* This is required for your S3Bucket repository. The name must start with the prefix `codeguru-reviewer-*` .
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html#cfn-codegurureviewer-repositoryassociation-bucketname
*/
readonly bucketName?: string;
/**
* The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
*
* Its format is `arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id` . For more information, see [Connection](https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_Connection.html) in the *AWS CodeStar Connections API Reference* .
*
* `ConnectionArn` must be specified for Bitbucket and GitHub Enterprise Server repositories. It has no effect if it is specified for an AWS CodeCommit repository.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html#cfn-codegurureviewer-repositoryassociation-connectionarn
*/
readonly connectionArn?: string;
/**
* The name of the repository.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html#cfn-codegurureviewer-repositoryassociation-name
*/
readonly name: string;
/**
* The owner of the repository.
*
* For a GitHub Enterprise Server or Bitbucket repository, this is the username for the account that owns the repository.
*
* `Owner` must be specified for Bitbucket and GitHub Enterprise Server repositories. It has no effect if it is specified for an AWS CodeCommit repository.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html#cfn-codegurureviewer-repositoryassociation-owner
*/
readonly owner?: string;
/**
* An array of key-value pairs used to tag an associated repository.
*
* A tag is a custom attribute label with two parts:
*
* - A *tag key* (for example, `CostCenter` , `Environment` , `Project` , or `Secret` ). Tag keys are case sensitive.
* - An optional field known as a *tag value* (for example, `111122223333` , `Production` , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case sensitive.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html#cfn-codegurureviewer-repositoryassociation-tags
*/
readonly tags?: Array<cdk.CfnTag>;
/**
* The type of repository that contains the source code to be reviewed. The valid values are:.
*
* - `CodeCommit`
* - `Bitbucket`
* - `GitHubEnterpriseServer`
* - `S3Bucket`
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codegurureviewer-repositoryassociation.html#cfn-codegurureviewer-repositoryassociation-type
*/
readonly type: string;
}
export type { IRepositoryAssociationRef, RepositoryAssociationReference };

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
export * from './codegurureviewer.generated';

View 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.CfnRepositoryAssociation=void 0,Object.defineProperty(exports,_noFold="CfnRepositoryAssociation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./codegurureviewer.generated").CfnRepositoryAssociation;return Object.defineProperty(exports,_noFold="CfnRepositoryAssociation",{enumerable:!0,configurable:!0,value}),value}});