agent-claw: automated task changes
This commit is contained in:
1834
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/acmpca.generated.d.ts
generated
vendored
Normal file
1834
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/acmpca.generated.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/acmpca.generated.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/acmpca.generated.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
26
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/certificate-authority.d.ts
generated
vendored
Normal file
26
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/certificate-authority.d.ts
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
import type { Construct } from 'constructs';
|
||||
import type { ICertificateAuthorityRef } from './acmpca.generated';
|
||||
import * as cdk from '../../core';
|
||||
/**
|
||||
* Interface which all CertificateAuthority based class must implement
|
||||
*/
|
||||
export interface ICertificateAuthority extends cdk.IResource, ICertificateAuthorityRef {
|
||||
/**
|
||||
* The Amazon Resource Name of the Certificate
|
||||
*
|
||||
* @attribute
|
||||
*/
|
||||
readonly certificateAuthorityArn: string;
|
||||
}
|
||||
/**
|
||||
* Defines a Certificate for ACMPCA
|
||||
*
|
||||
* @resource AWS::ACMPCA::CertificateAuthority
|
||||
*/
|
||||
export declare class CertificateAuthority {
|
||||
/**
|
||||
* Import an existing Certificate given an ARN
|
||||
*/
|
||||
static fromCertificateAuthorityArn(scope: Construct, id: string, certificateAuthorityArn: string): ICertificateAuthority;
|
||||
private constructor();
|
||||
}
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/certificate-authority.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/certificate-authority.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.CertificateAuthority=void 0;const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var cdk=()=>{var tmp=require("../../core");return cdk=()=>tmp,tmp};class CertificateAuthority{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_acmpca.CertificateAuthority",version:"2.252.0"};static fromCertificateAuthorityArn(scope,id,certificateAuthorityArn){return new class extends cdk().Resource{certificateAuthorityRef={certificateAuthorityArn};certificateAuthorityArn=certificateAuthorityArn}(scope,id)}constructor(){}}exports.CertificateAuthority=CertificateAuthority;
|
||||
2
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/index.d.ts
generated
vendored
Normal file
2
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from './acmpca.generated';
|
||||
export * from './certificate-authority';
|
||||
1
cdk/node_modules/aws-cdk-lib/aws-acmpca/lib/index.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-acmpca/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.CfnCertificate=void 0,Object.defineProperty(exports,_noFold="CfnCertificate",{enumerable:!0,configurable:!0,get:()=>{var value=require("./acmpca.generated").CfnCertificate;return Object.defineProperty(exports,_noFold="CfnCertificate",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnCertificateAuthority=void 0,Object.defineProperty(exports,_noFold="CfnCertificateAuthority",{enumerable:!0,configurable:!0,get:()=>{var value=require("./acmpca.generated").CfnCertificateAuthority;return Object.defineProperty(exports,_noFold="CfnCertificateAuthority",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnCertificateAuthorityActivation=void 0,Object.defineProperty(exports,_noFold="CfnCertificateAuthorityActivation",{enumerable:!0,configurable:!0,get:()=>{var value=require("./acmpca.generated").CfnCertificateAuthorityActivation;return Object.defineProperty(exports,_noFold="CfnCertificateAuthorityActivation",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnPermission=void 0,Object.defineProperty(exports,_noFold="CfnPermission",{enumerable:!0,configurable:!0,get:()=>{var value=require("./acmpca.generated").CfnPermission;return Object.defineProperty(exports,_noFold="CfnPermission",{enumerable:!0,configurable:!0,value}),value}}),exports.CertificateAuthority=void 0,Object.defineProperty(exports,_noFold="CertificateAuthority",{enumerable:!0,configurable:!0,get:()=>{var value=require("./certificate-authority").CertificateAuthority;return Object.defineProperty(exports,_noFold="CertificateAuthority",{enumerable:!0,configurable:!0,value}),value}});
|
||||
Reference in New Issue
Block a user