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

13
cdk/node_modules/aws-cdk-lib/aws-uxc/.jsiirc.json generated vendored Normal file
View File

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

39
cdk/node_modules/aws-cdk-lib/aws-uxc/README.md generated vendored Normal file
View File

@@ -0,0 +1,39 @@
# AWS::UXC 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 uxc from 'aws-cdk-lib/aws-uxc';
```
<!--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 UXC construct libraries](https://constructs.dev/search?q=uxc)
- 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::UXC resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_UXC.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::UXC](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_UXC.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-uxc/index.d.ts generated vendored Normal file
View File

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

1
cdk/node_modules/aws-cdk-lib/aws-uxc/index.js generated vendored Normal file
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.CfnAccountCustomization=void 0,Object.defineProperty(exports,_noFold="CfnAccountCustomization",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnAccountCustomization;return Object.defineProperty(exports,_noFold="CfnAccountCustomization",{enumerable:!0,configurable:!0,value}),value}});

1
cdk/node_modules/aws-cdk-lib/aws-uxc/lib/index.d.ts generated vendored Normal file
View File

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

1
cdk/node_modules/aws-cdk-lib/aws-uxc/lib/index.js generated vendored Normal file
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.CfnAccountCustomization=void 0,Object.defineProperty(exports,_noFold="CfnAccountCustomization",{enumerable:!0,configurable:!0,get:()=>{var value=require("./uxc.generated").CfnAccountCustomization;return Object.defineProperty(exports,_noFold="CfnAccountCustomization",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1,119 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { AccountCustomizationReference, IAccountCustomizationRef } from "../../interfaces/generated/aws-uxc-interfaces.generated";
/**
* Resource schema for managing AWS account-level UX customization settings, including account color, visible services, and visible regions.
*
* @cloudformationResource AWS::UXC::AccountCustomization
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-uxc-accountcustomization.html
*/
export declare class CfnAccountCustomization extends cdk.CfnResource implements cdk.IInspectable, IAccountCustomizationRef {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnAccountCustomization 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): CfnAccountCustomization;
/**
* Checks whether the given object is a CfnAccountCustomization
*/
static isCfnAccountCustomization(x: any): x is CfnAccountCustomization;
/**
* The color theme assigned to the account for visual identification in the AWS Console.
*/
private _accountColor?;
/**
* A list of AWS region identifiers visible to the account in the AWS Console.
*/
private _visibleRegions?;
/**
* A list of AWS service identifiers visible to the account in the AWS Console.
*/
private _visibleServices?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::UXC::AccountCustomization`.
*
* @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?: CfnAccountCustomizationProps);
get accountCustomizationRef(): AccountCustomizationReference;
/**
* The color theme assigned to the account for visual identification in the AWS Console.
*/
get accountColor(): string | undefined;
/**
* The color theme assigned to the account for visual identification in the AWS Console.
*/
set accountColor(value: string | undefined);
/**
* A list of AWS region identifiers visible to the account in the AWS Console.
*/
get visibleRegions(): Array<string> | undefined;
/**
* A list of AWS region identifiers visible to the account in the AWS Console.
*/
set visibleRegions(value: Array<string> | undefined);
/**
* A list of AWS service identifiers visible to the account in the AWS Console.
*/
get visibleServices(): Array<string> | undefined;
/**
* A list of AWS service identifiers visible to the account in the AWS Console.
*/
set visibleServices(value: Array<string> | undefined);
/**
* The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
*
* @cloudformationAttribute AccountId
*/
get attrAccountId(): 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 `CfnAccountCustomization`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-uxc-accountcustomization.html
*/
export interface CfnAccountCustomizationProps {
/**
* The color theme assigned to the account for visual identification in the AWS Console.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-uxc-accountcustomization.html#cfn-uxc-accountcustomization-accountcolor
*/
readonly accountColor?: string;
/**
* A list of AWS region identifiers visible to the account in the AWS Console.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-uxc-accountcustomization.html#cfn-uxc-accountcustomization-visibleregions
*/
readonly visibleRegions?: Array<string>;
/**
* A list of AWS service identifiers visible to the account in the AWS Console.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-uxc-accountcustomization.html#cfn-uxc-accountcustomization-visibleservices
*/
readonly visibleServices?: Array<string>;
}
export type { IAccountCustomizationRef, AccountCustomizationReference };

File diff suppressed because one or more lines are too long