agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/.jsiirc.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/.jsiirc.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"targets": {
|
||||
"java": {
|
||||
"package": "software.amazon.awscdk.services.ssmguiconnect"
|
||||
},
|
||||
"dotnet": {
|
||||
"namespace": "Amazon.CDK.AWS.SSMGuiConnect"
|
||||
},
|
||||
"python": {
|
||||
"module": "aws_cdk.aws_ssmguiconnect"
|
||||
}
|
||||
}
|
||||
}
|
||||
39
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/README.md
generated
vendored
Normal file
39
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/README.md
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# AWS::SSMGuiConnect 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 ssmguiconnect from 'aws-cdk-lib/aws-ssmguiconnect';
|
||||
```
|
||||
|
||||
<!--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 SSMGuiConnect construct libraries](https://constructs.dev/search?q=ssmguiconnect)
|
||||
- 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::SSMGuiConnect resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_SSMGuiConnect.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::SSMGuiConnect](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_SSMGuiConnect.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-ssmguiconnect/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './lib';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/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.CfnPreferences=void 0,Object.defineProperty(exports,_noFold="CfnPreferences",{enumerable:!0,configurable:!0,get:()=>{var value=require("./lib").CfnPreferences;return Object.defineProperty(exports,_noFold="CfnPreferences",{enumerable:!0,configurable:!0,value}),value}});
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/index.d.ts
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from './ssmguiconnect.generated';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/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.CfnPreferences=void 0,Object.defineProperty(exports,_noFold="CfnPreferences",{enumerable:!0,configurable:!0,get:()=>{var value=require("./ssmguiconnect.generated").CfnPreferences;return Object.defineProperty(exports,_noFold="CfnPreferences",{enumerable:!0,configurable:!0,value}),value}});
|
||||
148
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/ssmguiconnect.generated.d.ts
generated
vendored
Normal file
148
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/ssmguiconnect.generated.d.ts
generated
vendored
Normal file
@@ -0,0 +1,148 @@
|
||||
import * as cdk from "../../core/lib";
|
||||
import * as constructs from "constructs";
|
||||
import * as cfn_parse from "../../core/lib/helpers-internal";
|
||||
import { IPreferencesRef, PreferencesReference } from "../../interfaces/generated/aws-ssmguiconnect-interfaces.generated";
|
||||
/**
|
||||
* Specify new or changed connection recording preferences for your AWS Systems Manager GUI Connect connections.
|
||||
*
|
||||
* @cloudformationResource AWS::SSMGuiConnect::Preferences
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmguiconnect-preferences.html
|
||||
*/
|
||||
export declare class CfnPreferences extends cdk.CfnResource implements cdk.IInspectable, IPreferencesRef {
|
||||
/**
|
||||
* The CloudFormation resource type name for this resource class.
|
||||
*/
|
||||
static readonly CFN_RESOURCE_TYPE_NAME: string;
|
||||
/**
|
||||
* Build a CfnPreferences 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): CfnPreferences;
|
||||
/**
|
||||
* Checks whether the given object is a CfnPreferences
|
||||
*/
|
||||
static isCfnPreferences(x: any): x is CfnPreferences;
|
||||
/**
|
||||
* The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .
|
||||
*/
|
||||
private _connectionRecordingPreferences?;
|
||||
protected readonly cfnPropertyNames: Record<string, string>;
|
||||
/**
|
||||
* Create a new `AWS::SSMGuiConnect::Preferences`.
|
||||
*
|
||||
* @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?: CfnPreferencesProps);
|
||||
get preferencesRef(): PreferencesReference;
|
||||
/**
|
||||
* The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .
|
||||
*/
|
||||
get connectionRecordingPreferences(): CfnPreferences.ConnectionRecordingPreferencesProperty | cdk.IResolvable | undefined;
|
||||
/**
|
||||
* The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .
|
||||
*/
|
||||
set connectionRecordingPreferences(value: CfnPreferences.ConnectionRecordingPreferencesProperty | cdk.IResolvable | undefined);
|
||||
/**
|
||||
* The primary identifier for the AWS CloudFormation resource.
|
||||
*
|
||||
* @cloudformationAttribute AccountId
|
||||
*/
|
||||
get attrAccountId(): 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 CfnPreferences {
|
||||
/**
|
||||
* The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .
|
||||
*
|
||||
* This includes details such as which S3 bucket recordings are stored in.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-connectionrecordingpreferences.html
|
||||
*/
|
||||
interface ConnectionRecordingPreferencesProperty {
|
||||
/**
|
||||
* The ARN of a AWS key that is used to encrypt data while it is being processed by the service.
|
||||
*
|
||||
* This key must exist in the same AWS Region as the node you start an RDP connection to.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-connectionrecordingpreferences.html#cfn-ssmguiconnect-preferences-connectionrecordingpreferences-kmskeyarn
|
||||
*/
|
||||
readonly kmsKeyArn: string;
|
||||
/**
|
||||
* Determines where recordings of RDP connections are stored.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-connectionrecordingpreferences.html#cfn-ssmguiconnect-preferences-connectionrecordingpreferences-recordingdestinations
|
||||
*/
|
||||
readonly recordingDestinations: cdk.IResolvable | CfnPreferences.RecordingDestinationsProperty;
|
||||
}
|
||||
/**
|
||||
* Determines where recordings of RDP connections are stored.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-recordingdestinations.html
|
||||
*/
|
||||
interface RecordingDestinationsProperty {
|
||||
/**
|
||||
* The S3 bucket where RDP connection recordings are stored.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-recordingdestinations.html#cfn-ssmguiconnect-preferences-recordingdestinations-s3buckets
|
||||
*/
|
||||
readonly s3Buckets: Array<cdk.IResolvable | CfnPreferences.S3BucketProperty> | cdk.IResolvable;
|
||||
}
|
||||
/**
|
||||
* The S3 bucket where RDP connection recordings are stored.
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.html
|
||||
*/
|
||||
interface S3BucketProperty {
|
||||
/**
|
||||
* The name of the S3 bucket where RDP connection recordings are stored.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.html#cfn-ssmguiconnect-preferences-s3bucket-bucketname
|
||||
*/
|
||||
readonly bucketName: string;
|
||||
/**
|
||||
* The AWS account number that owns the S3 bucket.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmguiconnect-preferences-s3bucket.html#cfn-ssmguiconnect-preferences-s3bucket-bucketowner
|
||||
*/
|
||||
readonly bucketOwner: string;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Properties for defining a `CfnPreferences`
|
||||
*
|
||||
* @struct
|
||||
* @stability external
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmguiconnect-preferences.html
|
||||
*/
|
||||
export interface CfnPreferencesProps {
|
||||
/**
|
||||
* The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region .
|
||||
*
|
||||
* This includes details such as which S3 bucket recordings are stored in.
|
||||
*
|
||||
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmguiconnect-preferences.html#cfn-ssmguiconnect-preferences-connectionrecordingpreferences
|
||||
*/
|
||||
readonly connectionRecordingPreferences?: CfnPreferences.ConnectionRecordingPreferencesProperty | cdk.IResolvable;
|
||||
}
|
||||
export type { IPreferencesRef, PreferencesReference };
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/ssmguiconnect.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-ssmguiconnect/lib/ssmguiconnect.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user