terraconstructs 0.0.23 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +61226 -46941
- package/go.mod +10 -7
- package/go.sum +20 -14
- package/lib/aws/arn.js +1 -1
- package/lib/aws/aws-construct.js +1 -1
- package/lib/aws/aws-stack.js +1 -1
- package/lib/aws/aws-tags.js +2 -2
- package/lib/aws/cloudwatch/actions/ec2.js +1 -1
- package/lib/aws/cloudwatch/actions/lambda.js +1 -1
- package/lib/aws/cloudwatch/alarm-base.js +1 -1
- package/lib/aws/cloudwatch/alarm-rule.js +1 -1
- package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
- package/lib/aws/cloudwatch/alarm.js +4 -5
- package/lib/aws/cloudwatch/composite-alarm.js +1 -1
- package/lib/aws/cloudwatch/dashboard.js +1 -1
- package/lib/aws/cloudwatch/data-protection-policy.js +5 -5
- package/lib/aws/cloudwatch/graph.js +8 -8
- package/lib/aws/cloudwatch/layout.js +3 -3
- package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
- package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
- package/lib/aws/cloudwatch/log-group.js +3 -3
- package/lib/aws/cloudwatch/log-query.js +1 -1
- package/lib/aws/cloudwatch/log-stream.js +1 -1
- package/lib/aws/cloudwatch/metric-filter.js +1 -1
- package/lib/aws/cloudwatch/metric.js +4 -4
- package/lib/aws/cloudwatch/pattern.js +3 -3
- package/lib/aws/cloudwatch/policy.js +1 -1
- package/lib/aws/cloudwatch/private/metric-util.js +1 -2
- package/lib/aws/cloudwatch/query-definition.js +2 -2
- package/lib/aws/cloudwatch/stats.js +1 -1
- package/lib/aws/cloudwatch/subscription-filter.js +1 -1
- package/lib/aws/cloudwatch/text.js +1 -1
- package/lib/aws/cloudwatch/variable.js +3 -3
- package/lib/aws/cloudwatch/widget.js +1 -1
- package/lib/aws/compute/activity.js +1 -1
- package/lib/aws/compute/alb/application-listener-action.js +1 -1
- package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
- package/lib/aws/compute/alb/application-listener-rule.js +1 -1
- package/lib/aws/compute/alb/application-listener.js +2 -4
- package/lib/aws/compute/alb/application-load-balancer.js +2 -4
- package/lib/aws/compute/alb/application-target-group.js +1 -1
- package/lib/aws/compute/alb/conditions.js +1 -1
- package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
- package/lib/aws/compute/alb/trust-store.js +1 -1
- package/lib/aws/compute/architecture.js +1 -1
- package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
- package/lib/aws/compute/autoscaling-common/index.d.ts +3 -0
- package/lib/aws/compute/autoscaling-common/index.js +21 -0
- package/lib/aws/compute/autoscaling-common/interval-utils.d.ts +21 -0
- package/lib/aws/compute/autoscaling-common/interval-utils.js +213 -0
- package/lib/aws/compute/autoscaling-common/test-utils.d.ts +21 -0
- package/lib/aws/compute/autoscaling-common/test-utils.js +94 -0
- package/lib/aws/compute/autoscaling-common/types.d.ts +34 -0
- package/lib/aws/compute/autoscaling-common/types.js +3 -0
- package/lib/aws/compute/base-scalable-attribute.d.ts +74 -0
- package/lib/aws/compute/base-scalable-attribute.js +58 -0
- package/lib/aws/compute/bastion-host.js +1 -1
- package/lib/aws/compute/chain.js +1 -1
- package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
- package/lib/aws/compute/client-vpn-endpoint.js +2 -2
- package/lib/aws/compute/client-vpn-route.js +2 -2
- package/lib/aws/compute/condition.js +1 -1
- package/lib/aws/compute/connections.js +1 -1
- package/lib/aws/compute/ec2-util.js +1 -4
- package/lib/aws/compute/event-invoke-config.js +1 -1
- package/lib/aws/compute/event-source-filter.js +2 -2
- package/lib/aws/compute/event-source-mapping.js +3 -3
- package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
- package/lib/aws/compute/event-sources/s3.js +1 -1
- package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
- package/lib/aws/compute/event-sources/sqs.js +1 -1
- package/lib/aws/compute/fields.js +4 -4
- package/lib/aws/compute/function-alias.js +1 -1
- package/lib/aws/compute/function-base.js +7 -8
- package/lib/aws/compute/function-destinations/event-bridge.js +3 -3
- package/lib/aws/compute/function-destinations/function.js +1 -1
- package/lib/aws/compute/function-destinations/sqs.js +1 -1
- package/lib/aws/compute/function-nodejs.js +1 -1
- package/lib/aws/compute/function-url.js +1 -1
- package/lib/aws/compute/function.js +1 -1
- package/lib/aws/compute/index.d.ts +7 -0
- package/lib/aws/compute/index.js +11 -2
- package/lib/aws/compute/instance-types.js +1 -1
- package/lib/aws/compute/instance.js +1 -1
- package/lib/aws/compute/ip-addresses.js +2 -2
- package/lib/aws/compute/ipam.js +1 -1
- package/lib/aws/compute/key-pair.js +1 -1
- package/lib/aws/compute/launch-template.js +2 -2
- package/lib/aws/compute/lb-shared/base-listener.js +1 -1
- package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
- package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
- package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
- package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
- package/lib/aws/compute/lb-shared/util.js +1 -2
- package/lib/aws/compute/lb-targets/alb-target.js +3 -3
- package/lib/aws/compute/lb-targets/instance-target.js +2 -2
- package/lib/aws/compute/lb-targets/ip-target.js +1 -1
- package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
- package/lib/aws/compute/load-balancer.js +3 -3
- package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
- package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
- package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
- package/lib/aws/compute/machine-image/common.js +1 -1
- package/lib/aws/compute/machine-image/machine-image.js +8 -8
- package/lib/aws/compute/machine-image/utils.js +6 -6
- package/lib/aws/compute/nat.js +5 -5
- package/lib/aws/compute/network-acl-types.js +2 -2
- package/lib/aws/compute/network-acl.js +3 -3
- package/lib/aws/compute/nlb/network-listener-action.js +1 -1
- package/lib/aws/compute/nlb/network-listener.js +2 -3
- package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
- package/lib/aws/compute/nlb/network-target-group.js +1 -1
- package/lib/aws/compute/peer.js +1 -1
- package/lib/aws/compute/placement-group.js +1 -1
- package/lib/aws/compute/port.js +1 -1
- package/lib/aws/compute/prefix-list.js +1 -1
- package/lib/aws/compute/private/context-stub.js +2 -2
- package/lib/aws/compute/route.js +11 -11
- package/lib/aws/compute/scalable-target.d.ts +197 -0
- package/lib/aws/compute/scalable-target.js +168 -0
- package/lib/aws/compute/schedule.d.ts +81 -0
- package/lib/aws/compute/schedule.js +145 -0
- package/lib/aws/compute/security-group.js +4 -4
- package/lib/aws/compute/state-graph.js +1 -1
- package/lib/aws/compute/state-machine-fragment.js +1 -1
- package/lib/aws/compute/state-machine.js +4 -4
- package/lib/aws/compute/states/choice.js +1 -1
- package/lib/aws/compute/states/custom-state.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-reader.js +7 -7
- package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
- package/lib/aws/compute/states/distributed-map.js +4 -4
- package/lib/aws/compute/states/fail.js +1 -1
- package/lib/aws/compute/states/map-base.js +1 -1
- package/lib/aws/compute/states/map.js +1 -1
- package/lib/aws/compute/states/parallel.js +1 -1
- package/lib/aws/compute/states/pass.js +2 -2
- package/lib/aws/compute/states/state.js +1 -1
- package/lib/aws/compute/states/succeed.js +1 -1
- package/lib/aws/compute/states/task-base.js +2 -2
- package/lib/aws/compute/states/task.js +1 -1
- package/lib/aws/compute/states/wait.js +2 -2
- package/lib/aws/compute/step-scaling-action.d.ts +148 -0
- package/lib/aws/compute/step-scaling-action.js +109 -0
- package/lib/aws/compute/step-scaling-policy.d.ts +132 -0
- package/lib/aws/compute/step-scaling-policy.js +153 -0
- package/lib/aws/compute/subnet-v2.js +2 -2
- package/lib/aws/compute/subnet.js +1 -1
- package/lib/aws/compute/target-tracking-scaling-policy.d.ts +262 -0
- package/lib/aws/compute/target-tracking-scaling-policy.js +234 -0
- package/lib/aws/compute/task-credentials.js +1 -1
- package/lib/aws/compute/task-input.js +1 -1
- package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
- package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
- package/lib/aws/compute/tasks/http/invoke.js +1 -1
- package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
- package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
- package/lib/aws/compute/types.js +1 -1
- package/lib/aws/compute/user-data.js +3 -3
- package/lib/aws/compute/volume.js +2 -2
- package/lib/aws/compute/vpc-endpoint-service.js +1 -1
- package/lib/aws/compute/vpc-endpoint.js +6 -6
- package/lib/aws/compute/vpc-flow-logs.js +4 -4
- package/lib/aws/compute/vpc-v2-base.js +1 -1
- package/lib/aws/compute/vpc-v2.js +2 -2
- package/lib/aws/compute/vpc.d.ts +1 -1
- package/lib/aws/compute/vpc.js +10 -16
- package/lib/aws/compute/vpn.js +4 -7
- package/lib/aws/compute/windows-versions.js +1 -2
- package/lib/aws/edge/certificate.js +1 -1
- package/lib/aws/edge/distribution.js +4 -5
- package/lib/aws/edge/dns-alias-record-targets.js +3 -3
- package/lib/aws/edge/dns-record.js +13 -13
- package/lib/aws/edge/dns-zone.js +1 -1
- package/lib/aws/edge/function.js +2 -2
- package/lib/aws/edge/key-value-store.js +4 -4
- package/lib/aws/edge/origin.js +3 -3
- package/lib/aws/edge/response-headers-policy.js +1 -1
- package/lib/aws/encryption/alias.js +1 -1
- package/lib/aws/encryption/key.js +1 -1
- package/lib/aws/encryption/via-service-principal.js +1 -1
- package/lib/aws/iam/grant.js +3 -4
- package/lib/aws/iam/group.js +1 -1
- package/lib/aws/iam/instance-profile.js +1 -1
- package/lib/aws/iam/managed-policy.js +1 -1
- package/lib/aws/iam/oidc-provider.js +3 -3
- package/lib/aws/iam/policy-document.js +1 -1
- package/lib/aws/iam/policy-statement.js +1 -1
- package/lib/aws/iam/policy.js +1 -1
- package/lib/aws/iam/principals.js +20 -20
- package/lib/aws/iam/role.js +1 -1
- package/lib/aws/iam/saml-provider.js +2 -2
- package/lib/aws/iam/unknown-principal.js +1 -1
- package/lib/aws/iam/user.js +1 -1
- package/lib/aws/network/simple-ipv4-vpc.js +1 -1
- package/lib/aws/network/subnet-group.js +3 -3
- package/lib/aws/network/subnet.js +4 -4
- package/lib/aws/notify/archive.js +1 -1
- package/lib/aws/notify/connection.js +7 -7
- package/lib/aws/notify/event-bus.js +3 -3
- package/lib/aws/notify/event-pattern.js +1 -1
- package/lib/aws/notify/input.js +2 -2
- package/lib/aws/notify/kinesis-stream.js +1 -1
- package/lib/aws/notify/notification-rule.js +1 -1
- package/lib/aws/notify/policy.js +1 -1
- package/lib/aws/notify/queue-policy.js +1 -1
- package/lib/aws/notify/queue.js +1 -1
- package/lib/aws/notify/resource-policy.js +1 -1
- package/lib/aws/notify/rule.js +1 -1
- package/lib/aws/notify/schedule.js +1 -1
- package/lib/aws/notify/subscription-filter.js +1 -1
- package/lib/aws/notify/subscription.js +4 -4
- package/lib/aws/notify/subscriptions/email.js +1 -1
- package/lib/aws/notify/subscriptions/lambda.js +1 -1
- package/lib/aws/notify/subscriptions/sms.js +1 -1
- package/lib/aws/notify/subscriptions/sqs.js +1 -1
- package/lib/aws/notify/subscriptions/url.js +1 -1
- package/lib/aws/notify/targets/event-bus.js +1 -1
- package/lib/aws/notify/targets/function.js +1 -1
- package/lib/aws/notify/targets/log-group.js +2 -2
- package/lib/aws/notify/targets/sqs.js +3 -3
- package/lib/aws/notify/targets/state-machine.js +1 -1
- package/lib/aws/notify/targets/util.js +2 -2
- package/lib/aws/notify/topic-base.js +1 -1
- package/lib/aws/notify/topic.js +1 -1
- package/lib/aws/storage/billing.d.ts +62 -0
- package/lib/aws/storage/billing.js +49 -0
- package/lib/aws/storage/bucket-notifications.js +1 -1
- package/lib/aws/storage/bucket-policy.js +1 -1
- package/lib/aws/storage/bucket-source.js +3 -3
- package/lib/aws/storage/bucket.js +2 -2
- package/lib/aws/storage/capacity.d.ts +96 -0
- package/lib/aws/storage/capacity.js +103 -0
- package/lib/aws/storage/dynamodb-canned-metrics.generated.d.ts +493 -0
- package/lib/aws/storage/dynamodb-canned-metrics.generated.js +263 -0
- package/lib/aws/storage/dynamodb-perms.d.ts +8 -0
- package/lib/aws/storage/dynamodb-perms.js +45 -0
- package/lib/aws/storage/encryption.d.ts +54 -0
- package/lib/aws/storage/encryption.js +116 -0
- package/lib/aws/storage/index.d.ts +6 -0
- package/lib/aws/storage/index.js +10 -1
- package/lib/aws/storage/notification-targets/function.js +1 -1
- package/lib/aws/storage/notification-targets/queue.js +1 -1
- package/lib/aws/storage/origin-access-identity.js +1 -1
- package/lib/aws/storage/parameter.js +2 -2
- package/lib/aws/storage/scalable-attribute-api.d.ts +36 -0
- package/lib/aws/storage/scalable-attribute-api.js +3 -0
- package/lib/aws/storage/scalable-table-attribute.d.ts +32 -0
- package/lib/aws/storage/scalable-table-attribute.js +48 -0
- package/lib/aws/storage/shared.d.ts +419 -0
- package/lib/aws/storage/shared.js +161 -0
- package/lib/aws/storage/table.d.ts +536 -0
- package/lib/aws/storage/table.js +1054 -0
- package/lib/construct-base.js +2 -2
- package/lib/duration.js +1 -1
- package/lib/expiration.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/size.js +1 -1
- package/lib/stack-base.js +1 -1
- package/lib/terra-func.js +1 -1
- package/lib/time-zone.d.ts +724 -0
- package/lib/time-zone.js +737 -0
- package/package.json +2 -1
|
@@ -0,0 +1,493 @@
|
|
|
1
|
+
export interface MetricWithDims<D> {
|
|
2
|
+
readonly namespace: string;
|
|
3
|
+
readonly metricName: string;
|
|
4
|
+
readonly statistic: string;
|
|
5
|
+
readonly dimensionsMap: D;
|
|
6
|
+
}
|
|
7
|
+
export declare class DynamoDBMetrics {
|
|
8
|
+
static conditionalCheckFailedRequestsSum(dimensions: {
|
|
9
|
+
TableName: string;
|
|
10
|
+
}): MetricWithDims<{
|
|
11
|
+
TableName: string;
|
|
12
|
+
}>;
|
|
13
|
+
static consumedReadCapacityUnitsSum(dimensions: {
|
|
14
|
+
TableName: string;
|
|
15
|
+
}): MetricWithDims<{
|
|
16
|
+
TableName: string;
|
|
17
|
+
}>;
|
|
18
|
+
static consumedReadCapacityUnitsSum(dimensions: {
|
|
19
|
+
TableName: string;
|
|
20
|
+
GlobalSecondaryIndexName: string;
|
|
21
|
+
}): MetricWithDims<{
|
|
22
|
+
TableName: string;
|
|
23
|
+
GlobalSecondaryIndexName: string;
|
|
24
|
+
}>;
|
|
25
|
+
static consumedWriteCapacityUnitsSum(dimensions: {
|
|
26
|
+
TableName: string;
|
|
27
|
+
}): MetricWithDims<{
|
|
28
|
+
TableName: string;
|
|
29
|
+
}>;
|
|
30
|
+
static consumedWriteCapacityUnitsSum(dimensions: {
|
|
31
|
+
TableName: string;
|
|
32
|
+
GlobalSecondaryIndexName: string;
|
|
33
|
+
}): MetricWithDims<{
|
|
34
|
+
TableName: string;
|
|
35
|
+
GlobalSecondaryIndexName: string;
|
|
36
|
+
}>;
|
|
37
|
+
static provisionedReadCapacityUnitsAverage(dimensions: {
|
|
38
|
+
TableName: string;
|
|
39
|
+
}): MetricWithDims<{
|
|
40
|
+
TableName: string;
|
|
41
|
+
}>;
|
|
42
|
+
static provisionedReadCapacityUnitsAverage(dimensions: {
|
|
43
|
+
TableName: string;
|
|
44
|
+
GlobalSecondaryIndexName: string;
|
|
45
|
+
}): MetricWithDims<{
|
|
46
|
+
TableName: string;
|
|
47
|
+
GlobalSecondaryIndexName: string;
|
|
48
|
+
}>;
|
|
49
|
+
static provisionedWriteCapacityUnitsAverage(dimensions: {
|
|
50
|
+
TableName: string;
|
|
51
|
+
}): MetricWithDims<{
|
|
52
|
+
TableName: string;
|
|
53
|
+
}>;
|
|
54
|
+
static provisionedWriteCapacityUnitsAverage(dimensions: {
|
|
55
|
+
TableName: string;
|
|
56
|
+
GlobalSecondaryIndexName: string;
|
|
57
|
+
}): MetricWithDims<{
|
|
58
|
+
TableName: string;
|
|
59
|
+
GlobalSecondaryIndexName: string;
|
|
60
|
+
}>;
|
|
61
|
+
static readThrottleEventsSum(dimensions: {
|
|
62
|
+
TableName: string;
|
|
63
|
+
}): MetricWithDims<{
|
|
64
|
+
TableName: string;
|
|
65
|
+
}>;
|
|
66
|
+
static readThrottleEventsSum(dimensions: {
|
|
67
|
+
TableName: string;
|
|
68
|
+
GlobalSecondaryIndexName: string;
|
|
69
|
+
}): MetricWithDims<{
|
|
70
|
+
TableName: string;
|
|
71
|
+
GlobalSecondaryIndexName: string;
|
|
72
|
+
}>;
|
|
73
|
+
static timeToLiveDeletedItemCountSum(dimensions: {
|
|
74
|
+
TableName: string;
|
|
75
|
+
}): MetricWithDims<{
|
|
76
|
+
TableName: string;
|
|
77
|
+
}>;
|
|
78
|
+
static transactionConflictAverage(dimensions: {
|
|
79
|
+
TableName: string;
|
|
80
|
+
}): MetricWithDims<{
|
|
81
|
+
TableName: string;
|
|
82
|
+
}>;
|
|
83
|
+
static writeThrottleEventsSum(dimensions: {
|
|
84
|
+
TableName: string;
|
|
85
|
+
}): MetricWithDims<{
|
|
86
|
+
TableName: string;
|
|
87
|
+
}>;
|
|
88
|
+
static writeThrottleEventsSum(dimensions: {
|
|
89
|
+
TableName: string;
|
|
90
|
+
GlobalSecondaryIndexName: string;
|
|
91
|
+
}): MetricWithDims<{
|
|
92
|
+
TableName: string;
|
|
93
|
+
GlobalSecondaryIndexName: string;
|
|
94
|
+
}>;
|
|
95
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
96
|
+
TableName: string;
|
|
97
|
+
Operation: string;
|
|
98
|
+
}): MetricWithDims<{
|
|
99
|
+
TableName: string;
|
|
100
|
+
Operation: string;
|
|
101
|
+
}>;
|
|
102
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
103
|
+
TableName: string;
|
|
104
|
+
Operation: string;
|
|
105
|
+
}): MetricWithDims<{
|
|
106
|
+
TableName: string;
|
|
107
|
+
Operation: string;
|
|
108
|
+
}>;
|
|
109
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
110
|
+
TableName: string;
|
|
111
|
+
Operation: string;
|
|
112
|
+
}): MetricWithDims<{
|
|
113
|
+
TableName: string;
|
|
114
|
+
Operation: string;
|
|
115
|
+
}>;
|
|
116
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
117
|
+
TableName: string;
|
|
118
|
+
Operation: string;
|
|
119
|
+
}): MetricWithDims<{
|
|
120
|
+
TableName: string;
|
|
121
|
+
Operation: string;
|
|
122
|
+
}>;
|
|
123
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
124
|
+
TableName: string;
|
|
125
|
+
Operation: string;
|
|
126
|
+
}): MetricWithDims<{
|
|
127
|
+
TableName: string;
|
|
128
|
+
Operation: string;
|
|
129
|
+
}>;
|
|
130
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
131
|
+
TableName: string;
|
|
132
|
+
Operation: string;
|
|
133
|
+
}): MetricWithDims<{
|
|
134
|
+
TableName: string;
|
|
135
|
+
Operation: string;
|
|
136
|
+
}>;
|
|
137
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
138
|
+
TableName: string;
|
|
139
|
+
Operation: string;
|
|
140
|
+
}): MetricWithDims<{
|
|
141
|
+
TableName: string;
|
|
142
|
+
Operation: string;
|
|
143
|
+
}>;
|
|
144
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
145
|
+
TableName: string;
|
|
146
|
+
Operation: string;
|
|
147
|
+
}): MetricWithDims<{
|
|
148
|
+
TableName: string;
|
|
149
|
+
Operation: string;
|
|
150
|
+
}>;
|
|
151
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
152
|
+
TableName: string;
|
|
153
|
+
Operation: string;
|
|
154
|
+
}): MetricWithDims<{
|
|
155
|
+
TableName: string;
|
|
156
|
+
Operation: string;
|
|
157
|
+
}>;
|
|
158
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
159
|
+
TableName: string;
|
|
160
|
+
Operation: string;
|
|
161
|
+
}): MetricWithDims<{
|
|
162
|
+
TableName: string;
|
|
163
|
+
Operation: string;
|
|
164
|
+
}>;
|
|
165
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
166
|
+
TableName: string;
|
|
167
|
+
Operation: string;
|
|
168
|
+
}): MetricWithDims<{
|
|
169
|
+
TableName: string;
|
|
170
|
+
Operation: string;
|
|
171
|
+
}>;
|
|
172
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
173
|
+
TableName: string;
|
|
174
|
+
Operation: string;
|
|
175
|
+
}): MetricWithDims<{
|
|
176
|
+
TableName: string;
|
|
177
|
+
Operation: string;
|
|
178
|
+
}>;
|
|
179
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
180
|
+
TableName: string;
|
|
181
|
+
Operation: string;
|
|
182
|
+
}): MetricWithDims<{
|
|
183
|
+
TableName: string;
|
|
184
|
+
Operation: string;
|
|
185
|
+
}>;
|
|
186
|
+
static successfulRequestLatencyAverage(dimensions: {
|
|
187
|
+
TableName: string;
|
|
188
|
+
Operation: string;
|
|
189
|
+
}): MetricWithDims<{
|
|
190
|
+
TableName: string;
|
|
191
|
+
Operation: string;
|
|
192
|
+
}>;
|
|
193
|
+
static systemErrorsSum(dimensions: {
|
|
194
|
+
TableName: string;
|
|
195
|
+
Operation: string;
|
|
196
|
+
}): MetricWithDims<{
|
|
197
|
+
TableName: string;
|
|
198
|
+
Operation: string;
|
|
199
|
+
}>;
|
|
200
|
+
static systemErrorsSum(dimensions: {
|
|
201
|
+
TableName: string;
|
|
202
|
+
Operation: string;
|
|
203
|
+
}): MetricWithDims<{
|
|
204
|
+
TableName: string;
|
|
205
|
+
Operation: string;
|
|
206
|
+
}>;
|
|
207
|
+
static systemErrorsSum(dimensions: {
|
|
208
|
+
TableName: string;
|
|
209
|
+
Operation: string;
|
|
210
|
+
}): MetricWithDims<{
|
|
211
|
+
TableName: string;
|
|
212
|
+
Operation: string;
|
|
213
|
+
}>;
|
|
214
|
+
static systemErrorsSum(dimensions: {
|
|
215
|
+
TableName: string;
|
|
216
|
+
Operation: string;
|
|
217
|
+
}): MetricWithDims<{
|
|
218
|
+
TableName: string;
|
|
219
|
+
Operation: string;
|
|
220
|
+
}>;
|
|
221
|
+
static systemErrorsSum(dimensions: {
|
|
222
|
+
TableName: string;
|
|
223
|
+
Operation: string;
|
|
224
|
+
}): MetricWithDims<{
|
|
225
|
+
TableName: string;
|
|
226
|
+
Operation: string;
|
|
227
|
+
}>;
|
|
228
|
+
static systemErrorsSum(dimensions: {
|
|
229
|
+
TableName: string;
|
|
230
|
+
Operation: string;
|
|
231
|
+
}): MetricWithDims<{
|
|
232
|
+
TableName: string;
|
|
233
|
+
Operation: string;
|
|
234
|
+
}>;
|
|
235
|
+
static systemErrorsSum(dimensions: {
|
|
236
|
+
TableName: string;
|
|
237
|
+
Operation: string;
|
|
238
|
+
}): MetricWithDims<{
|
|
239
|
+
TableName: string;
|
|
240
|
+
Operation: string;
|
|
241
|
+
}>;
|
|
242
|
+
static systemErrorsSum(dimensions: {
|
|
243
|
+
TableName: string;
|
|
244
|
+
Operation: string;
|
|
245
|
+
}): MetricWithDims<{
|
|
246
|
+
TableName: string;
|
|
247
|
+
Operation: string;
|
|
248
|
+
}>;
|
|
249
|
+
static systemErrorsSum(dimensions: {
|
|
250
|
+
TableName: string;
|
|
251
|
+
Operation: string;
|
|
252
|
+
}): MetricWithDims<{
|
|
253
|
+
TableName: string;
|
|
254
|
+
Operation: string;
|
|
255
|
+
}>;
|
|
256
|
+
static systemErrorsSum(dimensions: {
|
|
257
|
+
TableName: string;
|
|
258
|
+
Operation: string;
|
|
259
|
+
}): MetricWithDims<{
|
|
260
|
+
TableName: string;
|
|
261
|
+
Operation: string;
|
|
262
|
+
}>;
|
|
263
|
+
static systemErrorsSum(dimensions: {
|
|
264
|
+
TableName: string;
|
|
265
|
+
Operation: string;
|
|
266
|
+
}): MetricWithDims<{
|
|
267
|
+
TableName: string;
|
|
268
|
+
Operation: string;
|
|
269
|
+
}>;
|
|
270
|
+
static systemErrorsSum(dimensions: {
|
|
271
|
+
TableName: string;
|
|
272
|
+
Operation: string;
|
|
273
|
+
}): MetricWithDims<{
|
|
274
|
+
TableName: string;
|
|
275
|
+
Operation: string;
|
|
276
|
+
}>;
|
|
277
|
+
static systemErrorsSum(dimensions: {
|
|
278
|
+
TableName: string;
|
|
279
|
+
Operation: string;
|
|
280
|
+
}): MetricWithDims<{
|
|
281
|
+
TableName: string;
|
|
282
|
+
Operation: string;
|
|
283
|
+
}>;
|
|
284
|
+
static systemErrorsSum(dimensions: {
|
|
285
|
+
TableName: string;
|
|
286
|
+
Operation: string;
|
|
287
|
+
}): MetricWithDims<{
|
|
288
|
+
TableName: string;
|
|
289
|
+
Operation: string;
|
|
290
|
+
}>;
|
|
291
|
+
static throttledRequestsSum(dimensions: {
|
|
292
|
+
TableName: string;
|
|
293
|
+
Operation: string;
|
|
294
|
+
}): MetricWithDims<{
|
|
295
|
+
TableName: string;
|
|
296
|
+
Operation: string;
|
|
297
|
+
}>;
|
|
298
|
+
static throttledRequestsSum(dimensions: {
|
|
299
|
+
TableName: string;
|
|
300
|
+
Operation: string;
|
|
301
|
+
}): MetricWithDims<{
|
|
302
|
+
TableName: string;
|
|
303
|
+
Operation: string;
|
|
304
|
+
}>;
|
|
305
|
+
static throttledRequestsSum(dimensions: {
|
|
306
|
+
TableName: string;
|
|
307
|
+
Operation: string;
|
|
308
|
+
}): MetricWithDims<{
|
|
309
|
+
TableName: string;
|
|
310
|
+
Operation: string;
|
|
311
|
+
}>;
|
|
312
|
+
static throttledRequestsSum(dimensions: {
|
|
313
|
+
TableName: string;
|
|
314
|
+
Operation: string;
|
|
315
|
+
}): MetricWithDims<{
|
|
316
|
+
TableName: string;
|
|
317
|
+
Operation: string;
|
|
318
|
+
}>;
|
|
319
|
+
static throttledRequestsSum(dimensions: {
|
|
320
|
+
TableName: string;
|
|
321
|
+
Operation: string;
|
|
322
|
+
}): MetricWithDims<{
|
|
323
|
+
TableName: string;
|
|
324
|
+
Operation: string;
|
|
325
|
+
}>;
|
|
326
|
+
static throttledRequestsSum(dimensions: {
|
|
327
|
+
TableName: string;
|
|
328
|
+
Operation: string;
|
|
329
|
+
}): MetricWithDims<{
|
|
330
|
+
TableName: string;
|
|
331
|
+
Operation: string;
|
|
332
|
+
}>;
|
|
333
|
+
static throttledRequestsSum(dimensions: {
|
|
334
|
+
TableName: string;
|
|
335
|
+
Operation: string;
|
|
336
|
+
}): MetricWithDims<{
|
|
337
|
+
TableName: string;
|
|
338
|
+
Operation: string;
|
|
339
|
+
}>;
|
|
340
|
+
static throttledRequestsSum(dimensions: {
|
|
341
|
+
TableName: string;
|
|
342
|
+
Operation: string;
|
|
343
|
+
}): MetricWithDims<{
|
|
344
|
+
TableName: string;
|
|
345
|
+
Operation: string;
|
|
346
|
+
}>;
|
|
347
|
+
static throttledRequestsSum(dimensions: {
|
|
348
|
+
TableName: string;
|
|
349
|
+
Operation: string;
|
|
350
|
+
}): MetricWithDims<{
|
|
351
|
+
TableName: string;
|
|
352
|
+
Operation: string;
|
|
353
|
+
}>;
|
|
354
|
+
static throttledRequestsSum(dimensions: {
|
|
355
|
+
TableName: string;
|
|
356
|
+
Operation: string;
|
|
357
|
+
}): MetricWithDims<{
|
|
358
|
+
TableName: string;
|
|
359
|
+
Operation: string;
|
|
360
|
+
}>;
|
|
361
|
+
static throttledRequestsSum(dimensions: {
|
|
362
|
+
TableName: string;
|
|
363
|
+
Operation: string;
|
|
364
|
+
}): MetricWithDims<{
|
|
365
|
+
TableName: string;
|
|
366
|
+
Operation: string;
|
|
367
|
+
}>;
|
|
368
|
+
static throttledRequestsSum(dimensions: {
|
|
369
|
+
TableName: string;
|
|
370
|
+
Operation: string;
|
|
371
|
+
}): MetricWithDims<{
|
|
372
|
+
TableName: string;
|
|
373
|
+
Operation: string;
|
|
374
|
+
}>;
|
|
375
|
+
static throttledRequestsSum(dimensions: {
|
|
376
|
+
TableName: string;
|
|
377
|
+
Operation: string;
|
|
378
|
+
}): MetricWithDims<{
|
|
379
|
+
TableName: string;
|
|
380
|
+
Operation: string;
|
|
381
|
+
}>;
|
|
382
|
+
static throttledRequestsSum(dimensions: {
|
|
383
|
+
TableName: string;
|
|
384
|
+
Operation: string;
|
|
385
|
+
}): MetricWithDims<{
|
|
386
|
+
TableName: string;
|
|
387
|
+
Operation: string;
|
|
388
|
+
}>;
|
|
389
|
+
static returnedItemCountSum(dimensions: {
|
|
390
|
+
TableName: string;
|
|
391
|
+
Operation: string;
|
|
392
|
+
}): MetricWithDims<{
|
|
393
|
+
TableName: string;
|
|
394
|
+
Operation: string;
|
|
395
|
+
}>;
|
|
396
|
+
static returnedItemCountSum(dimensions: {
|
|
397
|
+
TableName: string;
|
|
398
|
+
Operation: string;
|
|
399
|
+
}): MetricWithDims<{
|
|
400
|
+
TableName: string;
|
|
401
|
+
Operation: string;
|
|
402
|
+
}>;
|
|
403
|
+
static returnedItemCountSum(dimensions: {
|
|
404
|
+
TableName: string;
|
|
405
|
+
Operation: string;
|
|
406
|
+
}): MetricWithDims<{
|
|
407
|
+
TableName: string;
|
|
408
|
+
Operation: string;
|
|
409
|
+
}>;
|
|
410
|
+
static onlineIndexConsumedWriteCapacitySum(dimensions: {
|
|
411
|
+
TableName: string;
|
|
412
|
+
GlobalSecondaryIndexName: string;
|
|
413
|
+
}): MetricWithDims<{
|
|
414
|
+
TableName: string;
|
|
415
|
+
GlobalSecondaryIndexName: string;
|
|
416
|
+
}>;
|
|
417
|
+
static onlineIndexPercentageProgressAverage(dimensions: {
|
|
418
|
+
TableName: string;
|
|
419
|
+
GlobalSecondaryIndexName: string;
|
|
420
|
+
}): MetricWithDims<{
|
|
421
|
+
TableName: string;
|
|
422
|
+
GlobalSecondaryIndexName: string;
|
|
423
|
+
}>;
|
|
424
|
+
static onlineIndexThrottleEventsSum(dimensions: {
|
|
425
|
+
TableName: string;
|
|
426
|
+
GlobalSecondaryIndexName: string;
|
|
427
|
+
}): MetricWithDims<{
|
|
428
|
+
TableName: string;
|
|
429
|
+
GlobalSecondaryIndexName: string;
|
|
430
|
+
}>;
|
|
431
|
+
static ageOfOldestUnreplicatedRecordAverage(dimensions: {
|
|
432
|
+
TableName: string;
|
|
433
|
+
DelegatedOperation: string;
|
|
434
|
+
}): MetricWithDims<{
|
|
435
|
+
TableName: string;
|
|
436
|
+
DelegatedOperation: string;
|
|
437
|
+
}>;
|
|
438
|
+
static consumedChangeDataCaptureUnitsAverage(dimensions: {
|
|
439
|
+
TableName: string;
|
|
440
|
+
DelegatedOperation: string;
|
|
441
|
+
}): MetricWithDims<{
|
|
442
|
+
TableName: string;
|
|
443
|
+
DelegatedOperation: string;
|
|
444
|
+
}>;
|
|
445
|
+
static throttledPutRecordCountAverage(dimensions: {
|
|
446
|
+
TableName: string;
|
|
447
|
+
DelegatedOperation: string;
|
|
448
|
+
}): MetricWithDims<{
|
|
449
|
+
TableName: string;
|
|
450
|
+
DelegatedOperation: string;
|
|
451
|
+
}>;
|
|
452
|
+
static pendingReplicationCountAverage(dimensions: {
|
|
453
|
+
TableName: string;
|
|
454
|
+
ReceivingRegion: string;
|
|
455
|
+
}): MetricWithDims<{
|
|
456
|
+
TableName: string;
|
|
457
|
+
ReceivingRegion: string;
|
|
458
|
+
}>;
|
|
459
|
+
static replicationLatencyAverage(dimensions: {
|
|
460
|
+
TableName: string;
|
|
461
|
+
ReceivingRegion: string;
|
|
462
|
+
}): MetricWithDims<{
|
|
463
|
+
TableName: string;
|
|
464
|
+
ReceivingRegion: string;
|
|
465
|
+
}>;
|
|
466
|
+
static returnedBytesAverage(dimensions: {
|
|
467
|
+
TableName: string;
|
|
468
|
+
StreamLabel: string;
|
|
469
|
+
Operation: string;
|
|
470
|
+
}): MetricWithDims<{
|
|
471
|
+
TableName: string;
|
|
472
|
+
StreamLabel: string;
|
|
473
|
+
Operation: string;
|
|
474
|
+
}>;
|
|
475
|
+
static returnedRecordsCountAverage(dimensions: {
|
|
476
|
+
TableName: string;
|
|
477
|
+
StreamLabel: string;
|
|
478
|
+
Operation: string;
|
|
479
|
+
}): MetricWithDims<{
|
|
480
|
+
TableName: string;
|
|
481
|
+
StreamLabel: string;
|
|
482
|
+
Operation: string;
|
|
483
|
+
}>;
|
|
484
|
+
static accountMaxReadsMaximum(dimensions: {}): MetricWithDims<{}>;
|
|
485
|
+
static accountMaxTableLevelReadsMaximum(dimensions: {}): MetricWithDims<{}>;
|
|
486
|
+
static accountMaxTableLevelWritesMaximum(dimensions: {}): MetricWithDims<{}>;
|
|
487
|
+
static accountMaxWritesMaximum(dimensions: {}): MetricWithDims<{}>;
|
|
488
|
+
static accountProvisionedReadCapacityUtilizationAverage(dimensions: {}): MetricWithDims<{}>;
|
|
489
|
+
static accountProvisionedWriteCapacityUtilizationAverage(dimensions: {}): MetricWithDims<{}>;
|
|
490
|
+
static maxProvisionedTableReadCapacityUtilizationAverage(dimensions: {}): MetricWithDims<{}>;
|
|
491
|
+
static maxProvisionedTableWriteCapacityUtilizationAverage(dimensions: {}): MetricWithDims<{}>;
|
|
492
|
+
static userErrorsSum(dimensions: {}): MetricWithDims<{}>;
|
|
493
|
+
}
|