agent-claw: automated task changes
This commit is contained in:
1
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './systemsmanagersap.generated';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/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.CfnApplication=void 0,Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,get:()=>{var value=require("./systemsmanagersap.generated").CfnApplication;return Object.defineProperty(exports,_noFold="CfnApplication",{enumerable:!0,configurable:!0,value}),value}});
|
||||
294
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/systemsmanagersap.generated.d.ts
generated
vendored
Normal file
294
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/systemsmanagersap.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,294 @@
|
||||
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-systemsmanagersap-interfaces.generated";
|
||||
/**
|
||||
* An SAP application registered with AWS Systems Manager for SAP.
|
||||
*
|
||||
* @cloudformationResource AWS::SystemsManagerSAP::Application
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-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;
|
||||
/**
|
||||
* The ID of the application.
|
||||
*/
|
||||
private _applicationId;
|
||||
/**
|
||||
* The type of the application.
|
||||
*/
|
||||
private _applicationType;
|
||||
/**
|
||||
* This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
||||
*/
|
||||
private _componentsInfo?;
|
||||
/**
|
||||
* The credentials of the SAP application.
|
||||
*/
|
||||
private _credentials?;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the database.
|
||||
*/
|
||||
private _databaseArn?;
|
||||
/**
|
||||
* The Amazon EC2 instances on which your SAP application is running.
|
||||
*/
|
||||
private _instances?;
|
||||
/**
|
||||
* The SAP instance number of the application.
|
||||
*/
|
||||
private _sapInstanceNumber?;
|
||||
/**
|
||||
* The System ID of the application.
|
||||
*/
|
||||
private _sid?;
|
||||
/**
|
||||
* Tag Manager which manages the tags for this resource
|
||||
*/
|
||||
readonly tags: cdk.TagManager;
|
||||
/**
|
||||
* The tags on the application.
|
||||
*/
|
||||
private _tagsRaw?;
|
||||
protected readonly cfnPropertyNames: Record<string, string>;
|
||||
/**
|
||||
* Create a new `AWS::SystemsManagerSAP::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;
|
||||
/**
|
||||
* The ID of the application.
|
||||
*/
|
||||
get applicationId(): string;
|
||||
/**
|
||||
* The ID of the application.
|
||||
*/
|
||||
set applicationId(value: string);
|
||||
/**
|
||||
* The type of the application.
|
||||
*/
|
||||
get applicationType(): string;
|
||||
/**
|
||||
* The type of the application.
|
||||
*/
|
||||
set applicationType(value: string);
|
||||
/**
|
||||
* This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
||||
*/
|
||||
get componentsInfo(): Array<CfnApplication.ComponentInfoProperty | cdk.IResolvable> | cdk.IResolvable | undefined;
|
||||
/**
|
||||
* This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
||||
*/
|
||||
set componentsInfo(value: Array<CfnApplication.ComponentInfoProperty | cdk.IResolvable> | cdk.IResolvable | undefined);
|
||||
/**
|
||||
* The credentials of the SAP application.
|
||||
*/
|
||||
get credentials(): Array<CfnApplication.CredentialProperty | cdk.IResolvable> | cdk.IResolvable | undefined;
|
||||
/**
|
||||
* The credentials of the SAP application.
|
||||
*/
|
||||
set credentials(value: Array<CfnApplication.CredentialProperty | cdk.IResolvable> | cdk.IResolvable | undefined);
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the database.
|
||||
*/
|
||||
get databaseArn(): string | undefined;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the database.
|
||||
*/
|
||||
set databaseArn(value: string | undefined);
|
||||
/**
|
||||
* The Amazon EC2 instances on which your SAP application is running.
|
||||
*/
|
||||
get instances(): Array<string> | undefined;
|
||||
/**
|
||||
* The Amazon EC2 instances on which your SAP application is running.
|
||||
*/
|
||||
set instances(value: Array<string> | undefined);
|
||||
/**
|
||||
* The SAP instance number of the application.
|
||||
*/
|
||||
get sapInstanceNumber(): string | undefined;
|
||||
/**
|
||||
* The SAP instance number of the application.
|
||||
*/
|
||||
set sapInstanceNumber(value: string | undefined);
|
||||
/**
|
||||
* The System ID of the application.
|
||||
*/
|
||||
get sid(): string | undefined;
|
||||
/**
|
||||
* The System ID of the application.
|
||||
*/
|
||||
set sid(value: string | undefined);
|
||||
/**
|
||||
* The tags on the application.
|
||||
*/
|
||||
get tagsRaw(): Array<cdk.CfnTag> | undefined;
|
||||
/**
|
||||
* The tags on the application.
|
||||
*/
|
||||
set tagsRaw(value: Array<cdk.CfnTag> | undefined);
|
||||
/**
|
||||
* The Amazon Resource Name of the SAP application.
|
||||
*
|
||||
* @cloudformationAttribute Arn
|
||||
*/
|
||||
get attrArn(): 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 CfnApplication {
|
||||
/**
|
||||
* The credentials of your SAP application.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html
|
||||
*/
|
||||
interface CredentialProperty {
|
||||
/**
|
||||
* The type of the application credentials.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html#cfn-systemsmanagersap-application-credential-credentialtype
|
||||
*/
|
||||
readonly credentialType?: string;
|
||||
/**
|
||||
* The name of the SAP HANA database.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html#cfn-systemsmanagersap-application-credential-databasename
|
||||
*/
|
||||
readonly databaseName?: string;
|
||||
/**
|
||||
* The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-credential.html#cfn-systemsmanagersap-application-credential-secretid
|
||||
*/
|
||||
readonly secretId?: string;
|
||||
}
|
||||
/**
|
||||
* This is information about the component of your SAP application, such as Web Dispatcher.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html
|
||||
*/
|
||||
interface ComponentInfoProperty {
|
||||
/**
|
||||
* This string is the type of the component.
|
||||
*
|
||||
* Accepted value is `WD` .
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html#cfn-systemsmanagersap-application-componentinfo-componenttype
|
||||
*/
|
||||
readonly componentType?: string;
|
||||
/**
|
||||
* This is the Amazon EC2 instance on which your SAP component is running.
|
||||
*
|
||||
* Accepted values are alphanumeric.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html#cfn-systemsmanagersap-application-componentinfo-ec2instanceid
|
||||
*/
|
||||
readonly ec2InstanceId?: string;
|
||||
/**
|
||||
* This string is the SAP System ID of the component.
|
||||
*
|
||||
* Accepted values are alphanumeric.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-systemsmanagersap-application-componentinfo.html#cfn-systemsmanagersap-application-componentinfo-sid
|
||||
*/
|
||||
readonly sid?: string;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Properties for defining a `CfnApplication`
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html
|
||||
*/
|
||||
export interface CfnApplicationProps {
|
||||
/**
|
||||
* The ID of the application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-applicationid
|
||||
*/
|
||||
readonly applicationId: string;
|
||||
/**
|
||||
* The type of the application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-applicationtype
|
||||
*/
|
||||
readonly applicationType: string;
|
||||
/**
|
||||
* This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-componentsinfo
|
||||
*/
|
||||
readonly componentsInfo?: Array<CfnApplication.ComponentInfoProperty | cdk.IResolvable> | cdk.IResolvable;
|
||||
/**
|
||||
* The credentials of the SAP application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-credentials
|
||||
*/
|
||||
readonly credentials?: Array<CfnApplication.CredentialProperty | cdk.IResolvable> | cdk.IResolvable;
|
||||
/**
|
||||
* The Amazon Resource Name (ARN) of the database.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-databasearn
|
||||
*/
|
||||
readonly databaseArn?: string;
|
||||
/**
|
||||
* The Amazon EC2 instances on which your SAP application is running.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-instances
|
||||
*/
|
||||
readonly instances?: Array<string>;
|
||||
/**
|
||||
* The SAP instance number of the application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-sapinstancenumber
|
||||
*/
|
||||
readonly sapInstanceNumber?: string;
|
||||
/**
|
||||
* The System ID of the application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-sid
|
||||
*/
|
||||
readonly sid?: string;
|
||||
/**
|
||||
* The tags on the application.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-systemsmanagersap-application.html#cfn-systemsmanagersap-application-tags
|
||||
*/
|
||||
readonly tags?: Array<cdk.CfnTag>;
|
||||
}
|
||||
export type { IApplicationRef, ApplicationReference };
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/systemsmanagersap.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-systemsmanagersap/lib/systemsmanagersap.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user