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 @@
export * from './redshift.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.CfnCluster=void 0,Object.defineProperty(exports,_noFold="CfnCluster",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnCluster;return Object.defineProperty(exports,_noFold="CfnCluster",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnClusterParameterGroup=void 0,Object.defineProperty(exports,_noFold="CfnClusterParameterGroup",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnClusterParameterGroup;return Object.defineProperty(exports,_noFold="CfnClusterParameterGroup",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnClusterSecurityGroup=void 0,Object.defineProperty(exports,_noFold="CfnClusterSecurityGroup",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnClusterSecurityGroup;return Object.defineProperty(exports,_noFold="CfnClusterSecurityGroup",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnClusterSecurityGroupIngress=void 0,Object.defineProperty(exports,_noFold="CfnClusterSecurityGroupIngress",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnClusterSecurityGroupIngress;return Object.defineProperty(exports,_noFold="CfnClusterSecurityGroupIngress",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnClusterSubnetGroup=void 0,Object.defineProperty(exports,_noFold="CfnClusterSubnetGroup",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnClusterSubnetGroup;return Object.defineProperty(exports,_noFold="CfnClusterSubnetGroup",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnEndpointAccess=void 0,Object.defineProperty(exports,_noFold="CfnEndpointAccess",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnEndpointAccess;return Object.defineProperty(exports,_noFold="CfnEndpointAccess",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnEndpointAuthorization=void 0,Object.defineProperty(exports,_noFold="CfnEndpointAuthorization",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnEndpointAuthorization;return Object.defineProperty(exports,_noFold="CfnEndpointAuthorization",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnEventSubscription=void 0,Object.defineProperty(exports,_noFold="CfnEventSubscription",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnEventSubscription;return Object.defineProperty(exports,_noFold="CfnEventSubscription",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnScheduledAction=void 0,Object.defineProperty(exports,_noFold="CfnScheduledAction",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnScheduledAction;return Object.defineProperty(exports,_noFold="CfnScheduledAction",{enumerable:!0,configurable:!0,value}),value}}),exports.CfnIntegration=void 0,Object.defineProperty(exports,_noFold="CfnIntegration",{enumerable:!0,configurable:!0,get:()=>{var value=require("./redshift.generated").CfnIntegration;return Object.defineProperty(exports,_noFold="CfnIntegration",{enumerable:!0,configurable:!0,value}),value}});

View File

@@ -0,0 +1,319 @@
export interface MetricWithDims<D> {
readonly namespace: string;
readonly metricName: string;
readonly statistic: string;
readonly dimensionsMap: D;
}
export declare class RedshiftMetrics {
static commitQueueLengthAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static concurrencyScalingActiveClustersAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static concurrencyScalingSecondsAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static cpuUtilizationAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static cpuUtilizationAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static databaseConnectionsAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static healthStatusSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static maintenanceModeSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static maxConfiguredConcurrencyScalingClustersSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static networkReceiveThroughputSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static networkTransmitThroughputSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static numExceededSchemaQuotasAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static percentageDiskSpaceUsedAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static readIopsSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static readLatencyAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static readLatencyAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static readThroughputSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static redshiftManagedStorageTotalCapacityAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static totalTableCountAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static wlmQueueLengthAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static wlmQueueLengthAverage(this: void, dimensions: {
ClusterIdentifier: string;
QueueName: string;
}): MetricWithDims<{
ClusterIdentifier: string;
QueueName: string;
}>;
static wlmQueueLengthAverage(this: void, dimensions: {
ClusterIdentifier: string;
"service class": string;
}): MetricWithDims<{
ClusterIdentifier: string;
"service class": string;
}>;
static writeIopsSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static writeLatencyAverage(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static writeLatencyAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static writeThroughputSum(this: void, dimensions: {
ClusterIdentifier: string;
}): MetricWithDims<{
ClusterIdentifier: string;
}>;
static networkReceiveThroughputAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static networkTransmitThroughputAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static readIopsAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static readThroughputAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static writeIopsAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static writeThroughputAverage(this: void, dimensions: {
ClusterIdentifier: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
NodeID: string;
}>;
static wlmQueriesCompletedPerSecondAverage(this: void, dimensions: {
ClusterIdentifier: string;
wlmid: string;
}): MetricWithDims<{
ClusterIdentifier: string;
wlmid: string;
}>;
static wlmQueriesCompletedPerSecondAverage(this: void, dimensions: {
ClusterIdentifier: string;
QueueName: string;
}): MetricWithDims<{
ClusterIdentifier: string;
QueueName: string;
}>;
static wlmQueriesCompletedPerSecondAverage(this: void, dimensions: {
ClusterIdentifier: string;
wlmid: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
wlmid: string;
NodeID: string;
}>;
static wlmQueryDurationAverage(this: void, dimensions: {
ClusterIdentifier: string;
wlmid: string;
}): MetricWithDims<{
ClusterIdentifier: string;
wlmid: string;
}>;
static wlmQueryDurationAverage(this: void, dimensions: {
ClusterIdentifier: string;
QueueName: string;
}): MetricWithDims<{
ClusterIdentifier: string;
QueueName: string;
}>;
static wlmQueryDurationAverage(this: void, dimensions: {
ClusterIdentifier: string;
wlmid: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
wlmid: string;
NodeID: string;
}>;
static wlmQueueWaitTimeAverage(this: void, dimensions: {
ClusterIdentifier: string;
wlmid: string;
}): MetricWithDims<{
ClusterIdentifier: string;
wlmid: string;
}>;
static wlmQueueWaitTimeAverage(this: void, dimensions: {
ClusterIdentifier: string;
QueueName: string;
}): MetricWithDims<{
ClusterIdentifier: string;
QueueName: string;
}>;
static wlmQueueWaitTimeAverage(this: void, dimensions: {
ClusterIdentifier: string;
QueryPriority: string;
}): MetricWithDims<{
ClusterIdentifier: string;
QueryPriority: string;
}>;
static wlmRunningQueriesAverage(this: void, dimensions: {
ClusterIdentifier: string;
wlmid: string;
}): MetricWithDims<{
ClusterIdentifier: string;
wlmid: string;
}>;
static wlmRunningQueriesAverage(this: void, dimensions: {
ClusterIdentifier: string;
QueueName: string;
}): MetricWithDims<{
ClusterIdentifier: string;
QueueName: string;
}>;
static queryRuntimeBreakdownAverage(this: void, dimensions: {
ClusterIdentifier: string;
stage: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
stage: string;
NodeID: string;
}>;
static queryRuntimeBreakdownAverage(this: void, dimensions: {
ClusterIdentifier: string;
stage: string;
}): MetricWithDims<{
ClusterIdentifier: string;
stage: string;
}>;
static queriesCompletedPerSecondAverage(this: void, dimensions: {
ClusterIdentifier: string;
latency: string;
}): MetricWithDims<{
ClusterIdentifier: string;
latency: string;
}>;
static queriesCompletedPerSecondAverage(this: void, dimensions: {
ClusterIdentifier: string;
latency: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
latency: string;
NodeID: string;
}>;
static queryDurationAverage(this: void, dimensions: {
ClusterIdentifier: string;
latency: string;
}): MetricWithDims<{
ClusterIdentifier: string;
latency: string;
}>;
static queryDurationAverage(this: void, dimensions: {
ClusterIdentifier: string;
latency: string;
NodeID: string;
}): MetricWithDims<{
ClusterIdentifier: string;
latency: string;
NodeID: string;
}>;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long