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,78 @@
export interface MetricWithDims<D> {
readonly namespace: string;
readonly metricName: string;
readonly statistic: string;
readonly dimensionsMap: D;
}
export declare class DataSyncMetrics {
static filesTransferredSum(this: void, dimensions: {
AgentId: string;
}): MetricWithDims<{
AgentId: string;
}>;
static filesTransferredSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static bytesTransferredSum(this: void, dimensions: {
AgentId: string;
}): MetricWithDims<{
AgentId: string;
}>;
static bytesTransferredSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static bytesWrittenSum(this: void, dimensions: {
AgentId: string;
}): MetricWithDims<{
AgentId: string;
}>;
static bytesWrittenSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static bytesPreparedDestinationSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static bytesPreparedSourceSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static bytesVerifiedDestinationSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static bytesVerifiedSourceSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static filesPreparedDestinationSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static filesPreparedSourceSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static filesVerifiedDestinationSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
static filesVerifiedSourceSum(this: void, dimensions: {
TaskId: string;
}): MetricWithDims<{
TaskId: string;
}>;
}

View File

@@ -0,0 +1 @@
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.DataSyncMetrics=void 0;class DataSyncMetrics{static filesTransferredSum(dimensions){return{namespace:"AWS/DataSync",metricName:"FilesTransferred",dimensionsMap:dimensions,statistic:"Sum"}}static bytesTransferredSum(dimensions){return{namespace:"AWS/DataSync",metricName:"BytesTransferred",dimensionsMap:dimensions,statistic:"Sum"}}static bytesWrittenSum(dimensions){return{namespace:"AWS/DataSync",metricName:"BytesWritten",dimensionsMap:dimensions,statistic:"Sum"}}static bytesPreparedDestinationSum(dimensions){return{namespace:"AWS/DataSync",metricName:"BytesPreparedDestination",dimensionsMap:dimensions,statistic:"Sum"}}static bytesPreparedSourceSum(dimensions){return{namespace:"AWS/DataSync",metricName:"BytesPreparedSource",dimensionsMap:dimensions,statistic:"Sum"}}static bytesVerifiedDestinationSum(dimensions){return{namespace:"AWS/DataSync",metricName:"BytesVerifiedDestination",dimensionsMap:dimensions,statistic:"Sum"}}static bytesVerifiedSourceSum(dimensions){return{namespace:"AWS/DataSync",metricName:"BytesVerifiedSource",dimensionsMap:dimensions,statistic:"Sum"}}static filesPreparedDestinationSum(dimensions){return{namespace:"AWS/DataSync",metricName:"FilesPreparedDestination",dimensionsMap:dimensions,statistic:"Sum"}}static filesPreparedSourceSum(dimensions){return{namespace:"AWS/DataSync",metricName:"FilesPreparedSource",dimensionsMap:dimensions,statistic:"Sum"}}static filesVerifiedDestinationSum(dimensions){return{namespace:"AWS/DataSync",metricName:"FilesVerifiedDestination",dimensionsMap:dimensions,statistic:"Sum"}}static filesVerifiedSourceSum(dimensions){return{namespace:"AWS/DataSync",metricName:"FilesVerifiedSource",dimensionsMap:dimensions,statistic:"Sum"}}}exports.DataSyncMetrics=DataSyncMetrics;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
export * from './datasync.generated';

View 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.CfnAgent=void 0,Object.defineProperty(exports,_noFold="CfnAgent",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnAgent;return Object.defineProperty(exports,_noFold="CfnAgent",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationAzureBlob=void 0,Object.defineProperty(exports,_noFold="CfnLocationAzureBlob",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationAzureBlob;return Object.defineProperty(exports,_noFold="CfnLocationAzureBlob",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationEFS=void 0,Object.defineProperty(exports,_noFold="CfnLocationEFS",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationEFS;return Object.defineProperty(exports,_noFold="CfnLocationEFS",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationFSxLustre=void 0,Object.defineProperty(exports,_noFold="CfnLocationFSxLustre",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationFSxLustre;return Object.defineProperty(exports,_noFold="CfnLocationFSxLustre",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationFSxONTAP=void 0,Object.defineProperty(exports,_noFold="CfnLocationFSxONTAP",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationFSxONTAP;return Object.defineProperty(exports,_noFold="CfnLocationFSxONTAP",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationFSxOpenZFS=void 0,Object.defineProperty(exports,_noFold="CfnLocationFSxOpenZFS",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationFSxOpenZFS;return Object.defineProperty(exports,_noFold="CfnLocationFSxOpenZFS",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationFSxWindows=void 0,Object.defineProperty(exports,_noFold="CfnLocationFSxWindows",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationFSxWindows;return Object.defineProperty(exports,_noFold="CfnLocationFSxWindows",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationHDFS=void 0,Object.defineProperty(exports,_noFold="CfnLocationHDFS",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationHDFS;return Object.defineProperty(exports,_noFold="CfnLocationHDFS",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationNFS=void 0,Object.defineProperty(exports,_noFold="CfnLocationNFS",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationNFS;return Object.defineProperty(exports,_noFold="CfnLocationNFS",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationObjectStorage=void 0,Object.defineProperty(exports,_noFold="CfnLocationObjectStorage",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationObjectStorage;return Object.defineProperty(exports,_noFold="CfnLocationObjectStorage",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationS3=void 0,Object.defineProperty(exports,_noFold="CfnLocationS3",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationS3;return Object.defineProperty(exports,_noFold="CfnLocationS3",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnLocationSMB=void 0,Object.defineProperty(exports,_noFold="CfnLocationSMB",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnLocationSMB;return Object.defineProperty(exports,_noFold="CfnLocationSMB",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnTask=void 0,Object.defineProperty(exports,_noFold="CfnTask",{enumerable:!0,configurable:!0,get:()=>{var value=require("./datasync.generated").CfnTask;return Object.defineProperty(exports,_noFold="CfnTask",{enumerable:!0,configurable:!0,value}),value}});