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.notificationscontacts"
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.NotificationsContacts"
},
"python": {
"module": "aws_cdk.aws_notificationscontacts"
}
}
}

View File

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

View File

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

View File

@@ -0,0 +1,217 @@
import * as cdk from "../../core/lib";
import * as constructs from "constructs";
import * as cfn_parse from "../../core/lib/helpers-internal";
import { EmailContactReference, IEmailContactRef } from "../../interfaces/generated/aws-notificationscontacts-interfaces.generated";
/**
* Configures email contacts for AWS User Notifications .
*
* @cloudformationResource AWS::NotificationsContacts::EmailContact
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notificationscontacts-emailcontact.html
*/
export declare class CfnEmailContact extends cdk.CfnResource implements cdk.IInspectable, IEmailContactRef, cdk.ITaggableV2 {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME: string;
/**
* Build a CfnEmailContact 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): CfnEmailContact;
/**
* Checks whether the given object is a CfnEmailContact
*/
static isCfnEmailContact(x: any): x is CfnEmailContact;
static arnForEmailContact(resource: IEmailContactRef): string;
/**
* Tag Manager which manages the tags for this resource
*/
readonly cdkTagManager: cdk.TagManager;
/**
* The email address of the contact.
*/
private _emailAddress;
/**
* The name of the contact.
*/
private _name;
/**
* A list of tags to apply to the email contact.
*/
private _tags?;
protected readonly cfnPropertyNames: Record<string, string>;
/**
* Create a new `AWS::NotificationsContacts::EmailContact`.
*
* @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: CfnEmailContactProps);
get emailContactRef(): EmailContactReference;
/**
* The email address of the contact.
*/
get emailAddress(): string;
/**
* The email address of the contact.
*/
set emailAddress(value: string);
/**
* The name of the contact.
*/
get name(): string;
/**
* The name of the contact.
*/
set name(value: string);
/**
* A list of tags to apply to the email contact.
*/
get tags(): Array<cdk.CfnTag> | undefined;
/**
* A list of tags to apply to the email contact.
*/
set tags(value: Array<cdk.CfnTag> | undefined);
/**
* Returns the ARN of the contact.
*
* @cloudformationAttribute Arn
*/
get attrArn(): string;
/**
* @cloudformationAttribute EmailContact
*/
get attrEmailContact(): cdk.IResolvable;
/**
* The email address of the contact.
*
* @cloudformationAttribute EmailContact.Address
*/
get attrEmailContactAddress(): string;
/**
* The Amazon Resource Name (ARN) of the contact.
*
* @cloudformationAttribute EmailContact.Arn
*/
get attrEmailContactArn(): string;
/**
* The creation time of the `EmailContact` .
*
* @cloudformationAttribute EmailContact.CreationTime
*/
get attrEmailContactCreationTime(): string;
/**
* The name of the contact.
*
* @cloudformationAttribute EmailContact.Name
*/
get attrEmailContactName(): string;
/**
* The status of the contact. Only activated contacts receive emails.
*
* @cloudformationAttribute EmailContact.Status
*/
get attrEmailContactStatus(): string;
/**
* The time the `EmailContact` was last updated.
*
* @cloudformationAttribute EmailContact.UpdateTime
*/
get attrEmailContactUpdateTime(): 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 CfnEmailContact {
/**
* Configures email contacts for AWS User Notifications .
*
* You must activate the email contact using the activation token that you will receive when the email contact is set up.
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html
*/
interface EmailContactProperty {
/**
* The email address of the contact.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html#cfn-notificationscontacts-emailcontact-emailcontact-address
*/
readonly address: string;
/**
* The Amazon Resource Name (ARN) of the contact.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html#cfn-notificationscontacts-emailcontact-emailcontact-arn
*/
readonly arn: string;
/**
* The creation time of the `EmailContact` .
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html#cfn-notificationscontacts-emailcontact-emailcontact-creationtime
*/
readonly creationTime: string;
/**
* The name of the contact.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html#cfn-notificationscontacts-emailcontact-emailcontact-name
*/
readonly name: string;
/**
* The status of the contact.
*
* Only activated contacts receive emails.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html#cfn-notificationscontacts-emailcontact-emailcontact-status
*/
readonly status: string;
/**
* The time the `EmailContact` was last updated.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-notificationscontacts-emailcontact-emailcontact.html#cfn-notificationscontacts-emailcontact-emailcontact-updatetime
*/
readonly updateTime: string;
}
}
/**
* Properties for defining a `CfnEmailContact`
*
* @struct
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notificationscontacts-emailcontact.html
*/
export interface CfnEmailContactProps {
/**
* The email address of the contact.
*
* The activation and notification emails are sent here.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notificationscontacts-emailcontact.html#cfn-notificationscontacts-emailcontact-emailaddress
*/
readonly emailAddress: string;
/**
* The name of the contact.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notificationscontacts-emailcontact.html#cfn-notificationscontacts-emailcontact-name
*/
readonly name: string;
/**
* A list of tags to apply to the email contact.
*
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notificationscontacts-emailcontact.html#cfn-notificationscontacts-emailcontact-tags
*/
readonly tags?: Array<cdk.CfnTag>;
}
export type { IEmailContactRef, EmailContactReference };

File diff suppressed because one or more lines are too long