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.interconnect"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Interconnect"
},
"python": {
"module": "aws_cdk.aws_interconnect"
}
}
}

View File

@@ -0,0 +1,39 @@
# AWS::Interconnect Construct Library
<!--BEGIN STABILITY BANNER-->
---
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
> 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 interconnect from 'aws-cdk-lib/aws-interconnect';
```
<!--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 Interconnect construct libraries](https://constructs.dev/search?q=interconnect)
- 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::Interconnect resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Interconnect.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::Interconnect](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Interconnect.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.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}});

View File

@@ -0,0 +1 @@
export * from './interconnect.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.CfnConnection=void 0,Object.defineProperty(exports,_noFold="CfnConnection",{enumerable:!0,configurable:!0,get:()=>{var value=require("./interconnect.generated").CfnConnection;return Object.defineProperty(exports,_noFold="CfnConnection",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1,327 @@
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-interconnect-interfaces.generated";
/**
* Resource Type definition for AWS::Interconnect::Connection.
*
* Creates a managed network connection between AWS and a partner cloud service provider.
*
* @cloudformationResource AWS::Interconnect::Connection
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-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;
/**
* The activation key for accepting a connection proposal from a partner CSP.
*/
private _activationKey?;
/**
* The logical attachment point in your AWS network where the managed connection will be connected.
*/
private _attachPoint;
/**
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
*/
private _bandwidth?;
/**
* Tag Manager which manages the tags for this resource
*/
readonly cdkTagManager: cdk.TagManager;
/**
* A description of the connection.
*/
private _description?;
/**
* The ID of the environment for the connection.
*/
private _environmentId?;
/**
* The remote account identifier for the connection.
*/
private _remoteAccount?;
/**
* Deprecated.
*/
private _remoteOwnerAccount?;
/**
* An array of key-value pairs to apply to this resource.
*/
private _tags?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::Interconnect::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 activation key for accepting a connection proposal from a partner CSP.
*/
get activationKey(): string | undefined;
/**
* The activation key for accepting a connection proposal from a partner CSP.
*/
set activationKey(value: string | undefined);
/**
* The logical attachment point in your AWS network where the managed connection will be connected.
*/
get attachPoint(): CfnConnection.AttachPointProperty | cdk.IResolvable;
/**
* The logical attachment point in your AWS network where the managed connection will be connected.
*/
set attachPoint(value: CfnConnection.AttachPointProperty | cdk.IResolvable);
/**
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
*/
get bandwidth(): string | undefined;
/**
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
*/
set bandwidth(value: string | undefined);
/**
* A description of the connection.
*/
get description(): string | undefined;
/**
* A description of the connection.
*/
set description(value: string | undefined);
/**
* The ID of the environment for the connection.
*/
get environmentId(): string | undefined;
/**
* The ID of the environment for the connection.
*/
set environmentId(value: string | undefined);
/**
* The remote account identifier for the connection.
*/
get remoteAccount(): cdk.IResolvable | CfnConnection.RemoteAccountProperty | undefined;
/**
* The remote account identifier for the connection.
*/
set remoteAccount(value: cdk.IResolvable | CfnConnection.RemoteAccountProperty | undefined);
/**
* Deprecated.
*/
get remoteOwnerAccount(): string | undefined;
/**
* Deprecated.
*/
set remoteOwnerAccount(value: string | undefined);
/**
* An array of key-value pairs to apply to this resource.
*/
get tags(): Array<cdk.CfnTag> | undefined;
/**
* An array of key-value pairs to apply to this resource.
*/
set tags(value: Array<cdk.CfnTag> | undefined);
/**
* The Amazon Resource Name (ARN) of the connection.
*
* @cloudformationAttribute Arn
*/
get attrArn(): string;
/**
* The billing tier for the connection.
*
* @cloudformationAttribute BillingTier
*/
get attrBillingTier(): number;
/**
* The unique identifier for the connection.
*
* @cloudformationAttribute ConnectionId
*/
get attrConnectionId(): string;
/**
* The AWS account ID of the connection owner.
*
* @cloudformationAttribute OwnerAccount
*/
get attrOwnerAccount(): string;
/**
* The partner cloud service provider.
*
* @cloudformationAttribute Provider
*/
get attrProvider(): cdk.IResolvable;
/**
* The shared identifier for the connection pairing.
*
* @cloudformationAttribute SharedId
*/
get attrSharedId(): string;
/**
* The current state of the connection.
*
* @cloudformationAttribute State
*/
get attrState(): string;
/**
* The type of managed connection.
*
* @cloudformationAttribute Type
*/
get attrType(): 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 CfnConnection {
/**
* The logical attachment point in your AWS network where the managed connection will be connected.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-attachpoint.html
*/
interface AttachPointProperty {
/**
* The ARN of the resource to attach to.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-attachpoint.html#cfn-interconnect-connection-attachpoint-arn
*/
readonly arn?: string;
/**
* The ID of the Direct Connect Gateway to attach to.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-attachpoint.html#cfn-interconnect-connection-attachpoint-directconnectgateway
*/
readonly directConnectGateway?: string;
}
/**
* The remote account identifier for the connection.
*
* Required when creating a connection through AWS. Replaces RemoteOwnerAccount.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-remoteaccount.html
*/
interface RemoteAccountProperty {
/**
* The identifier of the remote account.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-remoteaccount.html#cfn-interconnect-connection-remoteaccount-identifier
*/
readonly identifier: string;
}
/**
* The partner cloud service provider.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-provider.html
*/
interface ProviderProperty {
/**
* The name of the cloud service provider.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-provider.html#cfn-interconnect-connection-provider-cloudserviceprovider
*/
readonly cloudServiceProvider?: string;
/**
* The name of the last mile provider.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-interconnect-connection-provider.html#cfn-interconnect-connection-provider-lastmileprovider
*/
readonly lastMileProvider?: string;
}
}
/**
* Properties for defining a `CfnConnection`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html
*/
export interface CfnConnectionProps {
/**
* The activation key for accepting a connection proposal from a partner CSP.
*
* Mutually exclusive with EnvironmentId.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-activationkey
*/
readonly activationKey?: string;
/**
* The logical attachment point in your AWS network where the managed connection will be connected.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-attachpoint
*/
readonly attachPoint: CfnConnection.AttachPointProperty | cdk.IResolvable;
/**
* The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-bandwidth
*/
readonly bandwidth?: string;
/**
* A description of the connection.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-description
*/
readonly description?: string;
/**
* The ID of the environment for the connection.
*
* Required when creating a connection through AWS. Mutually exclusive with ActivationKey.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-environmentid
*/
readonly environmentId?: string;
/**
* The remote account identifier for the connection.
*
* Required when creating a connection through AWS. Replaces RemoteOwnerAccount.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-remoteaccount
*/
readonly remoteAccount?: cdk.IResolvable | CfnConnection.RemoteAccountProperty;
/**
* Deprecated.
*
* Use RemoteAccount instead. The account ID of the remote owner. Required when creating a connection through AWS.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-remoteowneraccount
*/
readonly remoteOwnerAccount?: string;
/**
* An array of key-value pairs to apply to this resource.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-interconnect-connection.html#cfn-interconnect-connection-tags
*/
readonly tags?: Array<cdk.CfnTag>;
}
export type { IConnectionRef, ConnectionReference };

File diff suppressed because one or more lines are too long