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 @@
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.AppSyncTarget=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var cloudfront_target_1=()=>{var tmp=require("./cloudfront-target");return cloudfront_target_1=()=>tmp,tmp};class AppSyncTarget{graphqlApi;static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_route53_targets.AppSyncTarget",version:"2.252.0"};constructor(graphqlApi){this.graphqlApi=graphqlApi;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_appsync_GraphqlApi(graphqlApi)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,AppSyncTarget),error}}bind(_record,_zone){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_route53_IRecordSet(_record),jsiiDeprecationWarnings().aws_cdk_lib_aws_route53_IHostedZone(_zone)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.bind),error}return{dnsName:this.graphqlApi.appSyncDomainName,hostedZoneId:cloudfront_target_1().CloudFrontTarget.getHostedZoneId(this.graphqlApi)}}}exports.AppSyncTarget=AppSyncTarget;