agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-invoicing/.jsiirc.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-invoicing/.jsiirc.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"targets": {
|
||||
"java": {
|
||||
"package": "software.amazon.awscdk.services.invoicing"
|
||||
},
|
||||
"dotnet": {
|
||||
"namespace": "Amazon.CDK.AWS.Invoicing"
|
||||
},
|
||||
"python": {
|
||||
"module": "aws_cdk.aws_invoicing"
|
||||
}
|
||||
}
|
||||
}
|
||||
39
cdk/node_modules/aws-cdk-lib/aws-invoicing/README.md
generated
vendored
Normal file
39
cdk/node_modules/aws-cdk-lib/aws-invoicing/README.md
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# AWS::Invoicing Construct Library
|
||||
<!--BEGIN STABILITY BANNER-->
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
> 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 invoicing from 'aws-cdk-lib/aws-invoicing';
|
||||
```
|
||||
|
||||
<!--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 Invoicing construct libraries](https://constructs.dev/search?q=invoicing)
|
||||
- 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::Invoicing resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Invoicing.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::Invoicing](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Invoicing.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-invoicing/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './lib';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/index.js
generated
vendored
Normal 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.CfnInvoiceUnit=void 0,Object.defineProperty(exports,_noFold="CfnInvoiceUnit",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnInvoiceUnit;return Object.defineProperty(exports,_noFold="CfnInvoiceUnit",{enumerable:!0,configurable:!0,value}),value}});
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './invoicing.generated';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/index.js
generated
vendored
Normal 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.CfnInvoiceUnit=void 0,Object.defineProperty(exports,_noFold="CfnInvoiceUnit",{enumerable:!0,configurable:!0,get:()=>{var value=require("./invoicing.generated").CfnInvoiceUnit;return Object.defineProperty(exports,_noFold="CfnInvoiceUnit",{enumerable:!0,configurable:!0,value}),value}});
|
||||
226
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/invoicing.generated.d.ts
generated
vendored
Normal file
226
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/invoicing.generated.d.ts
generated
vendored
Normal 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 { IInvoiceUnitRef, InvoiceUnitReference } from "../../interfaces/generated/aws-invoicing-interfaces.generated";
|
||||
/**
|
||||
* An invoice unit is a set of mutually exclusive account that correspond to your business entity.
|
||||
*
|
||||
* Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.
|
||||
*
|
||||
* @cloudformationResource AWS::Invoicing::InvoiceUnit
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html
|
||||
*/
|
||||
export declare class CfnInvoiceUnit extends cdk.CfnResource implements cdk.IInspectable, IInvoiceUnitRef, cdk.ITaggableV2 {
|
||||
/**
|
||||
* The CloudFormation resource type name for this resource class.
|
||||
*/
|
||||
static readonly CFN_RESOURCE_TYPE_NAME: string;
|
||||
/**
|
||||
* Build a CfnInvoiceUnit 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): CfnInvoiceUnit;
|
||||
/**
|
||||
* Checks whether the given object is a CfnInvoiceUnit
|
||||
*/
|
||||
static isCfnInvoiceUnit(x: any): x is CfnInvoiceUnit;
|
||||
static arnForInvoiceUnit(resource: IInvoiceUnitRef): string;
|
||||
/**
|
||||
* Tag Manager which manages the tags for this resource
|
||||
*/
|
||||
readonly cdkTagManager: cdk.TagManager;
|
||||
/**
|
||||
* The assigned description for an invoice unit.
|
||||
*/
|
||||
private _description?;
|
||||
/**
|
||||
* The account that receives invoices related to the invoice unit.
|
||||
*/
|
||||
private _invoiceReceiver;
|
||||
/**
|
||||
* A unique name that is distinctive within your AWS .
|
||||
*/
|
||||
private _name;
|
||||
/**
|
||||
* The tag structure that contains a tag key and value.
|
||||
*/
|
||||
private _resourceTags?;
|
||||
/**
|
||||
* An `InvoiceUnitRule` object used the categorize invoice units.
|
||||
*/
|
||||
private _rule;
|
||||
/**
|
||||
* Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
|
||||
*/
|
||||
private _taxInheritanceDisabled?;
|
||||
protected readonly cfnPropertyNames: Record<string, string>;
|
||||
/**
|
||||
* Create a new `AWS::Invoicing::InvoiceUnit`.
|
||||
*
|
||||
* @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: CfnInvoiceUnitProps);
|
||||
get invoiceUnitRef(): InvoiceUnitReference;
|
||||
/**
|
||||
* The assigned description for an invoice unit.
|
||||
*/
|
||||
get description(): string | undefined;
|
||||
/**
|
||||
* The assigned description for an invoice unit.
|
||||
*/
|
||||
set description(value: string | undefined);
|
||||
/**
|
||||
* The account that receives invoices related to the invoice unit.
|
||||
*/
|
||||
get invoiceReceiver(): string;
|
||||
/**
|
||||
* The account that receives invoices related to the invoice unit.
|
||||
*/
|
||||
set invoiceReceiver(value: string);
|
||||
/**
|
||||
* A unique name that is distinctive within your AWS .
|
||||
*/
|
||||
get name(): string;
|
||||
/**
|
||||
* A unique name that is distinctive within your AWS .
|
||||
*/
|
||||
set name(value: string);
|
||||
/**
|
||||
* The tag structure that contains a tag key and value.
|
||||
*/
|
||||
get resourceTags(): Array<CfnInvoiceUnit.ResourceTagProperty> | undefined;
|
||||
/**
|
||||
* The tag structure that contains a tag key and value.
|
||||
*/
|
||||
set resourceTags(value: Array<CfnInvoiceUnit.ResourceTagProperty> | undefined);
|
||||
/**
|
||||
* An `InvoiceUnitRule` object used the categorize invoice units.
|
||||
*/
|
||||
get rule(): cdk.IResolvable | CfnInvoiceUnit.RuleProperty;
|
||||
/**
|
||||
* An `InvoiceUnitRule` object used the categorize invoice units.
|
||||
*/
|
||||
set rule(value: cdk.IResolvable | CfnInvoiceUnit.RuleProperty);
|
||||
/**
|
||||
* Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
|
||||
*/
|
||||
get taxInheritanceDisabled(): boolean | cdk.IResolvable | undefined;
|
||||
/**
|
||||
* Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
|
||||
*/
|
||||
set taxInheritanceDisabled(value: boolean | cdk.IResolvable | undefined);
|
||||
/**
|
||||
* The ARN to identify an invoice unit. This information can't be modified or deleted.
|
||||
*
|
||||
* @cloudformationAttribute InvoiceUnitArn
|
||||
*/
|
||||
get attrInvoiceUnitArn(): string;
|
||||
/**
|
||||
* The last time the invoice unit was updated. This is important to determine the version of invoice unit configuration used to create the invoices. Any invoice created after this modified time will use this invoice unit configuration.
|
||||
*
|
||||
* @cloudformationAttribute LastModified
|
||||
*/
|
||||
get attrLastModified(): cdk.IResolvable;
|
||||
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 CfnInvoiceUnit {
|
||||
/**
|
||||
* The `InvoiceUnitRule` object used to update invoice units.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-invoiceunit-rule.html
|
||||
*/
|
||||
interface RuleProperty {
|
||||
/**
|
||||
* The list of `LINKED_ACCOUNT` IDs where charges are included within the invoice unit.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-invoiceunit-rule.html#cfn-invoicing-invoiceunit-rule-linkedaccounts
|
||||
*/
|
||||
readonly linkedAccounts: Array<string>;
|
||||
}
|
||||
/**
|
||||
* The tag structure that contains a tag key and value.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-invoiceunit-resourcetag.html
|
||||
*/
|
||||
interface ResourceTagProperty {
|
||||
/**
|
||||
* The object key of your of your resource tag.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-invoiceunit-resourcetag.html#cfn-invoicing-invoiceunit-resourcetag-key
|
||||
*/
|
||||
readonly key: string;
|
||||
/**
|
||||
* The specific value of the resource tag.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-invoicing-invoiceunit-resourcetag.html#cfn-invoicing-invoiceunit-resourcetag-value
|
||||
*/
|
||||
readonly value: string;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Properties for defining a `CfnInvoiceUnit`
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html
|
||||
*/
|
||||
export interface CfnInvoiceUnitProps {
|
||||
/**
|
||||
* The assigned description for an invoice unit.
|
||||
*
|
||||
* This information can't be modified or deleted.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html#cfn-invoicing-invoiceunit-description
|
||||
*/
|
||||
readonly description?: string;
|
||||
/**
|
||||
* The account that receives invoices related to the invoice unit.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html#cfn-invoicing-invoiceunit-invoicereceiver
|
||||
*/
|
||||
readonly invoiceReceiver: string;
|
||||
/**
|
||||
* A unique name that is distinctive within your AWS .
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html#cfn-invoicing-invoiceunit-name
|
||||
*/
|
||||
readonly name: string;
|
||||
/**
|
||||
* The tag structure that contains a tag key and value.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html#cfn-invoicing-invoiceunit-resourcetags
|
||||
*/
|
||||
readonly resourceTags?: Array<CfnInvoiceUnit.ResourceTagProperty>;
|
||||
/**
|
||||
* An `InvoiceUnitRule` object used the categorize invoice units.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html#cfn-invoicing-invoiceunit-rule
|
||||
*/
|
||||
readonly rule: cdk.IResolvable | CfnInvoiceUnit.RuleProperty;
|
||||
/**
|
||||
* Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-invoicing-invoiceunit.html#cfn-invoicing-invoiceunit-taxinheritancedisabled
|
||||
*/
|
||||
readonly taxInheritanceDisabled?: boolean | cdk.IResolvable;
|
||||
}
|
||||
export type { IInvoiceUnitRef, InvoiceUnitReference };
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/invoicing.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-invoicing/lib/invoicing.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user