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.iotcoredeviceadvisor"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.IoTCoreDeviceAdvisor"
},
"python": {
"module": "aws_cdk.aws_iotcoredeviceadvisor"
}
}
}

View File

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

View File

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

View File

@@ -0,0 +1,226 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { ISuiteDefinitionRef, SuiteDefinitionReference } from "../../interfaces/generated/aws-iotcoredeviceadvisor-interfaces.generated";
/**
* Creates a Device Advisor test suite.
*
* Requires permission to access the [CreateSuiteDefinition](https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.
*
* @cloudformationResource AWS::IoTCoreDeviceAdvisor::SuiteDefinition
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html
*/
export declare class CfnSuiteDefinition extends cdk.CfnResource implements cdk.IInspectable, ISuiteDefinitionRef, cdk.ITaggable {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnSuiteDefinition 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): CfnSuiteDefinition;
/**
* Checks whether the given object is a CfnSuiteDefinition
*/
static isCfnSuiteDefinition(x: any): x is CfnSuiteDefinition;
/**
* Creates a new ISuiteDefinitionRef from an ARN
*/
static fromSuiteDefinitionArn(scope: constructs.Construct, id: string, arn: string): ISuiteDefinitionRef;
/**
* Creates a new ISuiteDefinitionRef from a suiteDefinitionId
*/
static fromSuiteDefinitionId(scope: constructs.Construct, id: string, suiteDefinitionId: string): ISuiteDefinitionRef;
static arnForSuiteDefinition(resource: ISuiteDefinitionRef): string;
/**
* Gets the suite definition configuration.
*/
private _suiteDefinitionConfiguration;
/**
* Tag Manager which manages the tags for this resource
*/
readonly tags: cdk.TagManager;
/**
* Metadata that can be used to manage the the Suite Definition.
*/
private _tagsRaw?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::IoTCoreDeviceAdvisor::SuiteDefinition`.
*
* @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: CfnSuiteDefinitionProps);
get suiteDefinitionRef(): SuiteDefinitionReference;
/**
* Gets the suite definition configuration.
*/
get suiteDefinitionConfiguration(): any | cdk.IResolvable;
/**
* Gets the suite definition configuration.
*/
set suiteDefinitionConfiguration(value: any | cdk.IResolvable);
/**
* Metadata that can be used to manage the the Suite Definition.
*/
get tagsRaw(): Array<cdk.CfnTag> | undefined;
/**
* Metadata that can be used to manage the the Suite Definition.
*/
set tagsRaw(value: Array<cdk.CfnTag> | undefined);
/**
* The Arn of the Suite Definition.
*
* @cloudformationAttribute SuiteDefinitionArn
*/
get attrSuiteDefinitionArn(): string;
/**
* The version of the Suite Definition.
*
* @cloudformationAttribute SuiteDefinitionId
*/
get attrSuiteDefinitionId(): string;
/**
* The ID of the Suite Definition.
*
* @cloudformationAttribute SuiteDefinitionVersion
*/
get attrSuiteDefinitionVersion(): 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 CfnSuiteDefinition {
/**
* The configuration of the Suite Definition. Listed below are the required elements of the `SuiteDefinitionConfiguration` .
*
* - ***devicePermissionRoleArn*** - The device permission arn.
*
* This is a required element.
*
* *Type:* String
* - ***devices*** - The list of configured devices under test. For more information on devices under test, see [DeviceUnderTest](https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html)
*
* Not a required element.
*
* *Type:* List of devices under test
* - ***intendedForQualification*** - The tests intended for qualification in a suite.
*
* Not a required element.
*
* *Type:* Boolean
* - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the [Device Advisor workflow](https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html) .
*
* This is a required element.
*
* *Type:* String
* - ***suiteDefinitionName*** - The Suite Definition Configuration name.
*
* This is a required element.
*
* *Type:* String
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html
*/
interface SuiteDefinitionConfigurationProperty {
/**
* Gets the device permission ARN.
*
* This is a required parameter.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-devicepermissionrolearn
*/
readonly devicePermissionRoleArn: string;
/**
* Gets the devices configured.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-devices
*/
readonly devices?: Array<CfnSuiteDefinition.DeviceUnderTestProperty | cdk.IResolvable> | cdk.IResolvable;
/**
* Gets the tests intended for qualification in a suite.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-intendedforqualification
*/
readonly intendedForQualification?: boolean | cdk.IResolvable;
/**
* Gets the test suite root group.
*
* This is a required parameter. For updating or creating the latest qualification suite, if `intendedForQualification` is set to true, `rootGroup` can be an empty string. If `intendedForQualification` is false, `rootGroup` cannot be an empty string. If `rootGroup` is empty, and `intendedForQualification` is set to true, all the qualification tests are included, and the configuration is default.
*
* For a qualification suite, the minimum length is 0, and the maximum is 2048. For a non-qualification suite, the minimum length is 1, and the maximum is 2048.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-rootgroup
*/
readonly rootGroup: string;
/**
* Gets the suite definition name.
*
* This is a required parameter.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-suitedefinitionname
*/
readonly suiteDefinitionName?: string;
}
/**
* Information of a test device.
*
* A thing ARN, certificate ARN or device role ARN is required.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html
*/
interface DeviceUnderTestProperty {
/**
* Lists device's certificate ARN.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html#cfn-iotcoredeviceadvisor-suitedefinition-deviceundertest-certificatearn
*/
readonly certificateArn?: string;
/**
* Lists device's thing ARN.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-deviceundertest.html#cfn-iotcoredeviceadvisor-suitedefinition-deviceundertest-thingarn
*/
readonly thingArn?: string;
}
}
/**
* Properties for defining a `CfnSuiteDefinition`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html
*/
export interface CfnSuiteDefinitionProps {
/**
* Gets the suite definition configuration.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration
*/
readonly suiteDefinitionConfiguration: any | cdk.IResolvable;
/**
* Metadata that can be used to manage the the Suite Definition.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html#cfn-iotcoredeviceadvisor-suitedefinition-tags
*/
readonly tags?: Array<cdk.CfnTag>;
}
export type { ISuiteDefinitionRef, SuiteDefinitionReference };

File diff suppressed because one or more lines are too long