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.iotfleethub"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.IoTFleetHub"
},
"python": {
"module": "aws_cdk.aws_iotfleethub"
}
}
}

27
cdk/node_modules/aws-cdk-lib/aws-iotfleethub/README.md generated vendored Normal file
View File

@@ -0,0 +1,27 @@
# AWS::IoTFleetHub Construct Library
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
```ts nofixture
import * as iotfleethub from 'aws-cdk-lib/aws-iotfleethub';
```
<!--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 IoTFleetHub construct libraries](https://constructs.dev/search?q=iotfleethub)
- 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::IoTFleetHub resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_IoTFleetHub.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::IoTFleetHub](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_IoTFleetHub.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.CfnApplication=void 0,Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnApplication;return Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,value}),value}});

View File

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

View File

@@ -0,0 +1,188 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { ApplicationReference, IApplicationRef } from "../../interfaces/generated/aws-iotfleethub-interfaces.generated";
/**
* Represents a Fleet Hub for AWS IoT Device Management web application.
*
* @cloudformationResource AWS::IoTFleetHub::Application
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html
*/
export declare class CfnApplication extends cdk.CfnResource implements cdk.IInspectable, IApplicationRef, cdk.ITaggable {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnApplication 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): CfnApplication;
/**
* Checks whether the given object is a CfnApplication
*/
static isCfnApplication(x: any): x is CfnApplication;
static arnForApplication(resource: IApplicationRef): string;
/**
* An optional description of the web application.
*/
private _applicationDescription?;
/**
* The name of the web application.
*/
private _applicationName;
/**
* The ARN of the role that the web application assumes when it interacts with AWS IoT Core .
*/
private _roleArn;
/**
* Tag Manager which manages the tags for this resource
*/
readonly tags: cdk.TagManager;
/**
* A set of key/value pairs that you can use to manage the web application resource.
*/
private _tagsRaw?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::IoTFleetHub::Application`.
*
* @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: CfnApplicationProps);
get applicationRef(): ApplicationReference;
/**
* An optional description of the web application.
*/
get applicationDescription(): string | undefined;
/**
* An optional description of the web application.
*/
set applicationDescription(value: string | undefined);
/**
* The name of the web application.
*/
get applicationName(): string;
/**
* The name of the web application.
*/
set applicationName(value: string);
/**
* The ARN of the role that the web application assumes when it interacts with AWS IoT Core .
*/
get roleArn(): string;
/**
* The ARN of the role that the web application assumes when it interacts with AWS IoT Core .
*/
set roleArn(value: string);
/**
* A set of key/value pairs that you can use to manage the web application resource.
*/
get tagsRaw(): Array<cdk.CfnTag> | undefined;
/**
* A set of key/value pairs that you can use to manage the web application resource.
*/
set tagsRaw(value: Array<cdk.CfnTag> | undefined);
/**
* The ARN of the web application.
*
* @cloudformationAttribute ApplicationArn
*/
get attrApplicationArn(): string;
/**
* The date (in Unix epoch time) when the web application was created.
*
* @cloudformationAttribute ApplicationCreationDate
*/
get attrApplicationCreationDate(): number;
/**
* The unique Id of the web application.
*
* @cloudformationAttribute ApplicationId
*/
get attrApplicationId(): string;
/**
* The date (in Unix epoch time) when the web application was last updated.
*
* @cloudformationAttribute ApplicationLastUpdateDate
*/
get attrApplicationLastUpdateDate(): number;
/**
* The current state of the web application.
*
* @cloudformationAttribute ApplicationState
*/
get attrApplicationState(): string;
/**
* The URL of the web application.
*
* @cloudformationAttribute ApplicationUrl
*/
get attrApplicationUrl(): string;
/**
* A message that explains any failures included in the applicationState response field. This message explains failures in the `CreateApplication` and `DeleteApplication` actions.
*
* @cloudformationAttribute ErrorMessage
*/
get attrErrorMessage(): string;
/**
* The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
*
* @cloudformationAttribute SsoClientId
*/
get attrSsoClientId(): 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 `CfnApplication`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html
*/
export interface CfnApplicationProps {
/**
* An optional description of the web application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html#cfn-iotfleethub-application-applicationdescription
*/
readonly applicationDescription?: string;
/**
* The name of the web application.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html#cfn-iotfleethub-application-applicationname
*/
readonly applicationName: string;
/**
* The ARN of the role that the web application assumes when it interacts with AWS IoT Core .
*
* > The name of the role must be in the form `FleetHub_random_string` .
*
* Pattern: `^arn:[!-~]+$`
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html#cfn-iotfleethub-application-rolearn
*/
readonly roleArn: string;
/**
* A set of key/value pairs that you can use to manage the web application resource.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleethub-application.html#cfn-iotfleethub-application-tags
*/
readonly tags?: Array<cdk.CfnTag>;
}
export type { IApplicationRef, ApplicationReference };

File diff suppressed because one or more lines are too long