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.launchwizard"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.LaunchWizard"
},
"python": {
"module": "aws_cdk.aws_launchwizard"
}
}
}

View File

@@ -0,0 +1,39 @@
# AWS::LaunchWizard 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 launchwizard from 'aws-cdk-lib/aws-launchwizard';
```
<!--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 LaunchWizard construct libraries](https://constructs.dev/search?q=launchwizard)
- 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::LaunchWizard resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LaunchWizard.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::LaunchWizard](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LaunchWizard.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.CfnDeployment=void 0,Object.defineProperty(exports,_noFold="CfnDeployment",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnDeployment;return Object.defineProperty(exports,_noFold="CfnDeployment",{enumerable:!0,configurable:!0,value}),value}});

View File

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

View File

@@ -0,0 +1,194 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { DeploymentReference, IDeploymentRef } from "../../interfaces/generated/aws-launchwizard-interfaces.generated";
/**
* Creates a deployment for the given workload.
*
* Deployments created by this operation are not available in the Launch Wizard console to use the `Clone deployment` action on.
*
* @cloudformationResource AWS::LaunchWizard::Deployment
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html
*/
export declare class CfnDeployment extends cdk.CfnResource implements cdk.IInspectable, IDeploymentRef, cdk.ITaggableV2 {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnDeployment 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): CfnDeployment;
/**
* Checks whether the given object is a CfnDeployment
*/
static isCfnDeployment(x: any): x is CfnDeployment;
static arnForDeployment(resource: IDeploymentRef): string;
/**
* Tag Manager which manages the tags for this resource
*/
readonly cdkTagManager: cdk.TagManager;
/**
* The name of the deployment pattern.
*/
private _deploymentPatternName;
/**
* The name of the deployment.
*/
private _name;
/**
* The settings specified for the deployment.
*/
private _specifications?;
/**
* Information about the tags attached to a deployment.
*/
private _tags?;
/**
* The name of the workload.
*/
private _workloadName;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::LaunchWizard::Deployment`.
*
* @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: CfnDeploymentProps);
get deploymentRef(): DeploymentReference;
/**
* The name of the deployment pattern.
*/
get deploymentPatternName(): string;
/**
* The name of the deployment pattern.
*/
set deploymentPatternName(value: string);
/**
* The name of the deployment.
*/
get name(): string;
/**
* The name of the deployment.
*/
set name(value: string);
/**
* The settings specified for the deployment.
*/
get specifications(): cdk.IResolvable | Record<string, string> | undefined;
/**
* The settings specified for the deployment.
*/
set specifications(value: cdk.IResolvable | Record<string, string> | undefined);
/**
* Information about the tags attached to a deployment.
*/
get tags(): Array<cdk.CfnTag> | undefined;
/**
* Information about the tags attached to a deployment.
*/
set tags(value: Array<cdk.CfnTag> | undefined);
/**
* The name of the workload.
*/
get workloadName(): string;
/**
* The name of the workload.
*/
set workloadName(value: string);
/**
* The Amazon Resource Name (ARN) of the deployment.
*
* @cloudformationAttribute Arn
*/
get attrArn(): string;
/**
* The time the deployment was created.
*
* @cloudformationAttribute CreatedAt
*/
get attrCreatedAt(): string;
/**
* The time the deployment was deleted.
*
* @cloudformationAttribute DeletedAt
*/
get attrDeletedAt(): string;
/**
* The ID of the deployment.
*
* @cloudformationAttribute DeploymentId
*/
get attrDeploymentId(): string;
/**
* The resource group of the deployment.
*
* @cloudformationAttribute ResourceGroup
*/
get attrResourceGroup(): string;
/**
* The status of the deployment.
*
* @cloudformationAttribute Status
*/
get attrStatus(): 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 `CfnDeployment`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html
*/
export interface CfnDeploymentProps {
/**
* The name of the deployment pattern.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html#cfn-launchwizard-deployment-deploymentpatternname
*/
readonly deploymentPatternName: string;
/**
* The name of the deployment.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html#cfn-launchwizard-deployment-name
*/
readonly name: string;
/**
* The settings specified for the deployment.
*
* These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see [SAP deployment specifications](https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html) . To retrieve the specifications required to create a deployment for other workloads, use the [`GetWorkloadDeploymentPattern`](https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html) operation.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html#cfn-launchwizard-deployment-specifications
*/
readonly specifications?: cdk.IResolvable | Record<string, string>;
/**
* Information about the tags attached to a deployment.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html#cfn-launchwizard-deployment-tags
*/
readonly tags?: Array<cdk.CfnTag>;
/**
* The name of the workload.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-launchwizard-deployment.html#cfn-launchwizard-deployment-workloadname
*/
readonly workloadName: string;
}
export type { IDeploymentRef, DeploymentReference };

File diff suppressed because one or more lines are too long