@aws-sdk/client-cloudwatch 3.1075.0 → 3.1077.0
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/README.md +58 -13
- package/dist-cjs/index.js +2210 -24
- package/dist-es/CloudWatch.js +4 -0
- package/dist-es/commands/PutLogAlarmCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +1 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +77 -7
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForLogAlarmExists.js +32 -0
- package/dist-types/CloudWatch.d.ts +64 -13
- package/dist-types/CloudWatchClient.d.ts +54 -15
- package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +7 -3
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +8 -5
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +54 -3
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +11 -5
- package/dist-types/commands/GetMetricDataCommand.d.ts +3 -3
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +1 -1
- package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +2 -3
- package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +7 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +24 -6
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +1 -1
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +6 -6
- package/dist-types/commands/PutLogAlarmCommand.d.ts +131 -0
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +4 -4
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +16 -10
- package/dist-types/commands/PutMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -6
- package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +7 -8
- package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +51 -13
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +849 -294
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +9 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +26 -0
- package/dist-types/ts3.4/CloudWatchClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +92 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForLogAlarmExists.d.ts +17 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForLogAlarmExists.d.ts +15 -0
- package/package.json +10 -12
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -49
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/CloudWatchServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -227
- package/dist-cjs/runtimeConfig.browser.js +0 -35
- package/dist-cjs/runtimeConfig.js +0 -48
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -40
- package/dist-cjs/schemas/schemas_0.js +0 -1600
package/dist-cjs/index.js
CHANGED
|
@@ -1,22 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const { resolveCompressionConfig, getCompressionPlugin } = require("@smithy/middleware-compression");
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
const {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
const {
|
|
19
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { NODE_REQUEST_MIN_COMPRESSION_SIZE_BYTES_CONFIG_OPTIONS, NODE_DISABLE_REQUEST_COMPRESSION_CONFIG_OPTIONS, resolveCompressionConfig, getCompressionPlugin } = require("@smithy/middleware-compression");
|
|
12
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
13
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
15
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
16
|
+
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
18
|
+
|
|
19
|
+
const defaultCloudWatchHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
20
|
+
return {
|
|
21
|
+
operation: getSmithyContext(context).operation,
|
|
22
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
23
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
24
|
+
})(),
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
28
|
+
return {
|
|
29
|
+
schemeId: "aws.auth#sigv4",
|
|
30
|
+
signingProperties: {
|
|
31
|
+
name: "monitoring",
|
|
32
|
+
region: authParameters.region,
|
|
33
|
+
},
|
|
34
|
+
propertiesExtractor: (config, context) => ({
|
|
35
|
+
signingProperties: {
|
|
36
|
+
config,
|
|
37
|
+
context,
|
|
38
|
+
},
|
|
39
|
+
}),
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
const defaultCloudWatchHttpAuthSchemeProvider = (authParameters) => {
|
|
43
|
+
const options = [];
|
|
44
|
+
switch (authParameters.operation) {
|
|
45
|
+
default: {
|
|
46
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return options;
|
|
50
|
+
};
|
|
51
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
52
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
53
|
+
return Object.assign(config_0, {
|
|
54
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
55
|
+
});
|
|
56
|
+
};
|
|
20
57
|
|
|
21
58
|
const resolveClientEndpointParameters = (options) => {
|
|
22
59
|
return Object.assign(options, {
|
|
@@ -32,6 +69,1877 @@ const commonParams = {
|
|
|
32
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
33
70
|
};
|
|
34
71
|
|
|
72
|
+
var version = "3.1076.0";
|
|
73
|
+
var packageInfo = {
|
|
74
|
+
version: version};
|
|
75
|
+
|
|
76
|
+
const k = "ref";
|
|
77
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
78
|
+
const _data = {
|
|
79
|
+
conditions: [
|
|
80
|
+
[c, [g]],
|
|
81
|
+
[c, j],
|
|
82
|
+
["aws.partition", j, d],
|
|
83
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
84
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
85
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
|
|
86
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
87
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]]
|
|
88
|
+
],
|
|
89
|
+
results: [
|
|
90
|
+
[a],
|
|
91
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
92
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
93
|
+
[g, i],
|
|
94
|
+
["https://monitoring.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
["https://monitoring.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
96
|
+
["https://monitoring-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
98
|
+
["https://monitoring-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
100
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
101
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
102
|
+
]
|
|
103
|
+
};
|
|
104
|
+
const root = 2;
|
|
105
|
+
const r = 100_000_000;
|
|
106
|
+
const nodes = new Int32Array([
|
|
107
|
+
-1, 1, -1,
|
|
108
|
+
0, 14, 3,
|
|
109
|
+
1, 4, r + 11,
|
|
110
|
+
2, 5, r + 11,
|
|
111
|
+
3, 8, 6,
|
|
112
|
+
4, 7, r + 4,
|
|
113
|
+
7, r + 5, r + 10,
|
|
114
|
+
4, 11, 9,
|
|
115
|
+
5, r + 4, 10,
|
|
116
|
+
6, r + 8, r + 9,
|
|
117
|
+
5, r + 5, 12,
|
|
118
|
+
6, 13, r + 7,
|
|
119
|
+
7, r + 6, r + 7,
|
|
120
|
+
3, r + 1, 15,
|
|
121
|
+
4, r + 2, r + 3,
|
|
122
|
+
]);
|
|
123
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
124
|
+
|
|
125
|
+
const cache = new EndpointCache({
|
|
126
|
+
size: 50,
|
|
127
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
128
|
+
});
|
|
129
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
130
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
131
|
+
endpointParams: endpointParams,
|
|
132
|
+
logger: context.logger,
|
|
133
|
+
}));
|
|
134
|
+
};
|
|
135
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
136
|
+
|
|
137
|
+
class CloudWatchServiceException extends ServiceException {
|
|
138
|
+
constructor(options) {
|
|
139
|
+
super(options);
|
|
140
|
+
Object.setPrototypeOf(this, CloudWatchServiceException.prototype);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
class ConflictException extends CloudWatchServiceException {
|
|
145
|
+
name = "ConflictException";
|
|
146
|
+
$fault = "client";
|
|
147
|
+
Message;
|
|
148
|
+
constructor(opts) {
|
|
149
|
+
super({
|
|
150
|
+
name: "ConflictException",
|
|
151
|
+
$fault: "client",
|
|
152
|
+
...opts,
|
|
153
|
+
});
|
|
154
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
155
|
+
this.Message = opts.Message;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
class KmsAccessDeniedException extends CloudWatchServiceException {
|
|
159
|
+
name = "KmsAccessDeniedException";
|
|
160
|
+
$fault = "client";
|
|
161
|
+
Message;
|
|
162
|
+
constructor(opts) {
|
|
163
|
+
super({
|
|
164
|
+
name: "KmsAccessDeniedException",
|
|
165
|
+
$fault: "client",
|
|
166
|
+
...opts,
|
|
167
|
+
});
|
|
168
|
+
Object.setPrototypeOf(this, KmsAccessDeniedException.prototype);
|
|
169
|
+
this.Message = opts.Message;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
class KmsKeyDisabledException extends CloudWatchServiceException {
|
|
173
|
+
name = "KmsKeyDisabledException";
|
|
174
|
+
$fault = "client";
|
|
175
|
+
Message;
|
|
176
|
+
constructor(opts) {
|
|
177
|
+
super({
|
|
178
|
+
name: "KmsKeyDisabledException",
|
|
179
|
+
$fault: "client",
|
|
180
|
+
...opts,
|
|
181
|
+
});
|
|
182
|
+
Object.setPrototypeOf(this, KmsKeyDisabledException.prototype);
|
|
183
|
+
this.Message = opts.Message;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
class KmsKeyNotFoundException extends CloudWatchServiceException {
|
|
187
|
+
name = "KmsKeyNotFoundException";
|
|
188
|
+
$fault = "client";
|
|
189
|
+
Message;
|
|
190
|
+
constructor(opts) {
|
|
191
|
+
super({
|
|
192
|
+
name: "KmsKeyNotFoundException",
|
|
193
|
+
$fault: "client",
|
|
194
|
+
...opts,
|
|
195
|
+
});
|
|
196
|
+
Object.setPrototypeOf(this, KmsKeyNotFoundException.prototype);
|
|
197
|
+
this.Message = opts.Message;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
class ResourceNotFoundException extends CloudWatchServiceException {
|
|
201
|
+
name = "ResourceNotFoundException";
|
|
202
|
+
$fault = "client";
|
|
203
|
+
ResourceType;
|
|
204
|
+
ResourceId;
|
|
205
|
+
Message;
|
|
206
|
+
constructor(opts) {
|
|
207
|
+
super({
|
|
208
|
+
name: "ResourceNotFoundException",
|
|
209
|
+
$fault: "client",
|
|
210
|
+
...opts,
|
|
211
|
+
});
|
|
212
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
213
|
+
this.ResourceType = opts.ResourceType;
|
|
214
|
+
this.ResourceId = opts.ResourceId;
|
|
215
|
+
this.Message = opts.Message;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
class ConcurrentModificationException extends CloudWatchServiceException {
|
|
219
|
+
name = "ConcurrentModificationException";
|
|
220
|
+
$fault = "client";
|
|
221
|
+
Message;
|
|
222
|
+
constructor(opts) {
|
|
223
|
+
super({
|
|
224
|
+
name: "ConcurrentModificationException",
|
|
225
|
+
$fault: "client",
|
|
226
|
+
...opts,
|
|
227
|
+
});
|
|
228
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
229
|
+
this.Message = opts.Message;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
class DashboardInvalidInputError extends CloudWatchServiceException {
|
|
233
|
+
name = "DashboardInvalidInputError";
|
|
234
|
+
$fault = "client";
|
|
235
|
+
dashboardValidationMessages;
|
|
236
|
+
constructor(opts) {
|
|
237
|
+
super({
|
|
238
|
+
name: "DashboardInvalidInputError",
|
|
239
|
+
$fault: "client",
|
|
240
|
+
...opts,
|
|
241
|
+
});
|
|
242
|
+
Object.setPrototypeOf(this, DashboardInvalidInputError.prototype);
|
|
243
|
+
this.dashboardValidationMessages = opts.dashboardValidationMessages;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
class DashboardNotFoundError extends CloudWatchServiceException {
|
|
247
|
+
name = "DashboardNotFoundError";
|
|
248
|
+
$fault = "client";
|
|
249
|
+
constructor(opts) {
|
|
250
|
+
super({
|
|
251
|
+
name: "DashboardNotFoundError",
|
|
252
|
+
$fault: "client",
|
|
253
|
+
...opts,
|
|
254
|
+
});
|
|
255
|
+
Object.setPrototypeOf(this, DashboardNotFoundError.prototype);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
class ResourceConflict extends CloudWatchServiceException {
|
|
259
|
+
name = "ResourceConflict";
|
|
260
|
+
$fault = "client";
|
|
261
|
+
constructor(opts) {
|
|
262
|
+
super({
|
|
263
|
+
name: "ResourceConflict",
|
|
264
|
+
$fault: "client",
|
|
265
|
+
...opts,
|
|
266
|
+
});
|
|
267
|
+
Object.setPrototypeOf(this, ResourceConflict.prototype);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
class ResourceNotFound extends CloudWatchServiceException {
|
|
271
|
+
name = "ResourceNotFound";
|
|
272
|
+
$fault = "client";
|
|
273
|
+
constructor(opts) {
|
|
274
|
+
super({
|
|
275
|
+
name: "ResourceNotFound",
|
|
276
|
+
$fault: "client",
|
|
277
|
+
...opts,
|
|
278
|
+
});
|
|
279
|
+
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
class InternalServiceFault extends CloudWatchServiceException {
|
|
283
|
+
name = "InternalServiceFault";
|
|
284
|
+
$fault = "server";
|
|
285
|
+
Message;
|
|
286
|
+
constructor(opts) {
|
|
287
|
+
super({
|
|
288
|
+
name: "InternalServiceFault",
|
|
289
|
+
$fault: "server",
|
|
290
|
+
...opts,
|
|
291
|
+
});
|
|
292
|
+
Object.setPrototypeOf(this, InternalServiceFault.prototype);
|
|
293
|
+
this.Message = opts.Message;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
class InvalidParameterCombinationException extends CloudWatchServiceException {
|
|
297
|
+
name = "InvalidParameterCombinationException";
|
|
298
|
+
$fault = "client";
|
|
299
|
+
constructor(opts) {
|
|
300
|
+
super({
|
|
301
|
+
name: "InvalidParameterCombinationException",
|
|
302
|
+
$fault: "client",
|
|
303
|
+
...opts,
|
|
304
|
+
});
|
|
305
|
+
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
class InvalidParameterValueException extends CloudWatchServiceException {
|
|
309
|
+
name = "InvalidParameterValueException";
|
|
310
|
+
$fault = "client";
|
|
311
|
+
constructor(opts) {
|
|
312
|
+
super({
|
|
313
|
+
name: "InvalidParameterValueException",
|
|
314
|
+
$fault: "client",
|
|
315
|
+
...opts,
|
|
316
|
+
});
|
|
317
|
+
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
class MissingRequiredParameterException extends CloudWatchServiceException {
|
|
321
|
+
name = "MissingRequiredParameterException";
|
|
322
|
+
$fault = "client";
|
|
323
|
+
constructor(opts) {
|
|
324
|
+
super({
|
|
325
|
+
name: "MissingRequiredParameterException",
|
|
326
|
+
$fault: "client",
|
|
327
|
+
...opts,
|
|
328
|
+
});
|
|
329
|
+
Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
class InvalidNextToken extends CloudWatchServiceException {
|
|
333
|
+
name = "InvalidNextToken";
|
|
334
|
+
$fault = "client";
|
|
335
|
+
constructor(opts) {
|
|
336
|
+
super({
|
|
337
|
+
name: "InvalidNextToken",
|
|
338
|
+
$fault: "client",
|
|
339
|
+
...opts,
|
|
340
|
+
});
|
|
341
|
+
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
class LimitExceededException extends CloudWatchServiceException {
|
|
345
|
+
name = "LimitExceededException";
|
|
346
|
+
$fault = "client";
|
|
347
|
+
Message;
|
|
348
|
+
constructor(opts) {
|
|
349
|
+
super({
|
|
350
|
+
name: "LimitExceededException",
|
|
351
|
+
$fault: "client",
|
|
352
|
+
...opts,
|
|
353
|
+
});
|
|
354
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
355
|
+
this.Message = opts.Message;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
class LimitExceededFault extends CloudWatchServiceException {
|
|
359
|
+
name = "LimitExceededFault";
|
|
360
|
+
$fault = "client";
|
|
361
|
+
constructor(opts) {
|
|
362
|
+
super({
|
|
363
|
+
name: "LimitExceededFault",
|
|
364
|
+
$fault: "client",
|
|
365
|
+
...opts,
|
|
366
|
+
});
|
|
367
|
+
Object.setPrototypeOf(this, LimitExceededFault.prototype);
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
class InvalidFormatFault extends CloudWatchServiceException {
|
|
371
|
+
name = "InvalidFormatFault";
|
|
372
|
+
$fault = "client";
|
|
373
|
+
constructor(opts) {
|
|
374
|
+
super({
|
|
375
|
+
name: "InvalidFormatFault",
|
|
376
|
+
$fault: "client",
|
|
377
|
+
...opts,
|
|
378
|
+
});
|
|
379
|
+
Object.setPrototypeOf(this, InvalidFormatFault.prototype);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
const _A = "Average";
|
|
384
|
+
const _AA = "AlarmActions";
|
|
385
|
+
const _AAV = "ApproximateAggregateValue";
|
|
386
|
+
const _AAl = "AlarmArn";
|
|
387
|
+
const _AC = "AlarmContributor";
|
|
388
|
+
const _ACA = "AlarmContributorAttributes";
|
|
389
|
+
const _ACI = "AlarmContributorId";
|
|
390
|
+
const _ACUT = "AlarmConfigurationUpdatedTimestamp";
|
|
391
|
+
const _ACl = "AlarmContributors";
|
|
392
|
+
const _AD = "AnomalyDetector";
|
|
393
|
+
const _ADC = "AnomalyDetectorConfiguration";
|
|
394
|
+
const _ADETR = "AnomalyDetectorExcludedTimeRanges";
|
|
395
|
+
const _ADKK = "AssociateDatasetKmsKey";
|
|
396
|
+
const _ADKKI = "AssociateDatasetKmsKeyInput";
|
|
397
|
+
const _ADKKO = "AssociateDatasetKmsKeyOutput";
|
|
398
|
+
const _ADT = "AnomalyDetectorTypes";
|
|
399
|
+
const _ADl = "AlarmDescription";
|
|
400
|
+
const _ADn = "AnomalyDetectors";
|
|
401
|
+
const _AE = "ActionsEnabled";
|
|
402
|
+
const _AEg = "AggregationExpression";
|
|
403
|
+
const _AHI = "AlarmHistoryItem";
|
|
404
|
+
const _AHIl = "AlarmHistoryItems";
|
|
405
|
+
const _AI = "AccountId";
|
|
406
|
+
const _ALLC = "ActionLogLineCount";
|
|
407
|
+
const _ALLRA = "ActionLogLineRoleArn";
|
|
408
|
+
const _AMRA = "AlarmMuteRuleArn";
|
|
409
|
+
const _AMRN = "AlarmMuteRuleName";
|
|
410
|
+
const _AMRS = "AlarmMuteRuleSummary";
|
|
411
|
+
const _AMRSl = "AlarmMuteRuleSummaries";
|
|
412
|
+
const _AN = "AlarmName";
|
|
413
|
+
const _ANP = "AlarmNamePrefix";
|
|
414
|
+
const _ANl = "AlarmNames";
|
|
415
|
+
const _AOTL = "ApplyOnTransformedLogs";
|
|
416
|
+
const _AP = "ActionPrefix";
|
|
417
|
+
const _APQLC = "AlarmPromQLCriteria";
|
|
418
|
+
const _AR = "AlarmRule";
|
|
419
|
+
const _AS = "ActionsSuppressor";
|
|
420
|
+
const _ASB = "ActionsSuppressedBy";
|
|
421
|
+
const _ASEP = "ActionsSuppressorExtensionPeriod";
|
|
422
|
+
const _ASR = "ActionsSuppressedReason";
|
|
423
|
+
const _ASWP = "ActionsSuppressorWaitPeriod";
|
|
424
|
+
const _ASd = "AdditionalStatistics";
|
|
425
|
+
const _ASg = "AggregationStatistic";
|
|
426
|
+
const _AT = "AlarmType";
|
|
427
|
+
const _ATl = "AlarmTypes";
|
|
428
|
+
const _AUC = "ApproximateUniqueCount";
|
|
429
|
+
const _AV = "AggregateValue";
|
|
430
|
+
const _AVp = "ApproximateValue";
|
|
431
|
+
const _Ar = "Arn";
|
|
432
|
+
const _At = "Attributes";
|
|
433
|
+
const _BF = "BatchFailures";
|
|
434
|
+
const _C = "Configuration";
|
|
435
|
+
const _CA = "ContributorAttributes";
|
|
436
|
+
const _CAo = "CompositeAlarm";
|
|
437
|
+
const _CAom = "CompositeAlarms";
|
|
438
|
+
const _CD = "CreationDate";
|
|
439
|
+
const _CE = "ConflictException";
|
|
440
|
+
const _CI = "ContributorId";
|
|
441
|
+
const _CME = "ConcurrentModificationException";
|
|
442
|
+
const _CO = "ComparisonOperator";
|
|
443
|
+
const _COAN = "ChildrenOfAlarmName";
|
|
444
|
+
const _Co = "Contributors";
|
|
445
|
+
const _Cod = "Code";
|
|
446
|
+
const _Cou = "Counts";
|
|
447
|
+
const _D = "Dimensions";
|
|
448
|
+
const _DA = "DashboardArn";
|
|
449
|
+
const _DAA = "DisableAlarmActions";
|
|
450
|
+
const _DAAI = "DisableAlarmActionsInput";
|
|
451
|
+
const _DAC = "DescribeAlarmContributors";
|
|
452
|
+
const _DACI = "DescribeAlarmContributorsInput";
|
|
453
|
+
const _DACO = "DescribeAlarmContributorsOutput";
|
|
454
|
+
const _DAD = "DeleteAnomalyDetector";
|
|
455
|
+
const _DADI = "DeleteAnomalyDetectorInput";
|
|
456
|
+
const _DADIe = "DescribeAnomalyDetectorsInput";
|
|
457
|
+
const _DADO = "DeleteAnomalyDetectorOutput";
|
|
458
|
+
const _DADOe = "DescribeAnomalyDetectorsOutput";
|
|
459
|
+
const _DADe = "DescribeAnomalyDetectors";
|
|
460
|
+
const _DAFM = "DescribeAlarmsForMetric";
|
|
461
|
+
const _DAFMI = "DescribeAlarmsForMetricInput";
|
|
462
|
+
const _DAFMO = "DescribeAlarmsForMetricOutput";
|
|
463
|
+
const _DAH = "DescribeAlarmHistory";
|
|
464
|
+
const _DAHI = "DescribeAlarmHistoryInput";
|
|
465
|
+
const _DAHO = "DescribeAlarmHistoryOutput";
|
|
466
|
+
const _DAI = "DeleteAlarmsInput";
|
|
467
|
+
const _DAIe = "DescribeAlarmsInput";
|
|
468
|
+
const _DAMR = "DeleteAlarmMuteRule";
|
|
469
|
+
const _DAMRI = "DeleteAlarmMuteRuleInput";
|
|
470
|
+
const _DAO = "DescribeAlarmsOutput";
|
|
471
|
+
const _DAe = "DeleteAlarms";
|
|
472
|
+
const _DAes = "DescribeAlarms";
|
|
473
|
+
const _DB = "DashboardBody";
|
|
474
|
+
const _DD = "DeleteDashboards";
|
|
475
|
+
const _DDI = "DeleteDashboardsInput";
|
|
476
|
+
const _DDKK = "DisassociateDatasetKmsKey";
|
|
477
|
+
const _DDKKI = "DisassociateDatasetKmsKeyInput";
|
|
478
|
+
const _DDKKO = "DisassociateDatasetKmsKeyOutput";
|
|
479
|
+
const _DDO = "DeleteDashboardsOutput";
|
|
480
|
+
const _DE = "DashboardEntry";
|
|
481
|
+
const _DEa = "DashboardEntries";
|
|
482
|
+
const _DF = "DimensionFilter";
|
|
483
|
+
const _DFi = "DimensionFilters";
|
|
484
|
+
const _DI = "DatasetIdentifier";
|
|
485
|
+
const _DIIE = "DashboardInvalidInputError";
|
|
486
|
+
const _DIR = "DeleteInsightRules";
|
|
487
|
+
const _DIRI = "DeleteInsightRulesInput";
|
|
488
|
+
const _DIRIe = "DescribeInsightRulesInput";
|
|
489
|
+
const _DIRIi = "DisableInsightRulesInput";
|
|
490
|
+
const _DIRO = "DeleteInsightRulesOutput";
|
|
491
|
+
const _DIROe = "DescribeInsightRulesOutput";
|
|
492
|
+
const _DIROi = "DisableInsightRulesOutput";
|
|
493
|
+
const _DIRe = "DescribeInsightRules";
|
|
494
|
+
const _DIRi = "DisableInsightRules";
|
|
495
|
+
const _DIa = "DatasetId";
|
|
496
|
+
const _DMS = "DeleteMetricStream";
|
|
497
|
+
const _DMSI = "DeleteMetricStreamInput";
|
|
498
|
+
const _DMSO = "DeleteMetricStreamOutput";
|
|
499
|
+
const _DN = "DashboardName";
|
|
500
|
+
const _DNFE = "DashboardNotFoundError";
|
|
501
|
+
const _DNP = "DashboardNamePrefix";
|
|
502
|
+
const _DNa = "DashboardNames";
|
|
503
|
+
const _DP = "DataPath";
|
|
504
|
+
const _DTA = "DatapointsToAlarm";
|
|
505
|
+
const _DVM = "DashboardValidationMessage";
|
|
506
|
+
const _DVMa = "DashboardValidationMessages";
|
|
507
|
+
const _Da = "Datapoint";
|
|
508
|
+
const _Dat = "Datapoints";
|
|
509
|
+
const _De = "Description";
|
|
510
|
+
const _Def = "Definition";
|
|
511
|
+
const _Di = "Dimension";
|
|
512
|
+
const _Du = "Duration";
|
|
513
|
+
const _E = "Entity";
|
|
514
|
+
const _EAA = "EnableAlarmActions";
|
|
515
|
+
const _EAAI = "EnableAlarmActionsInput";
|
|
516
|
+
const _EC = "EvaluationCriteria";
|
|
517
|
+
const _ED = "ExpireDate";
|
|
518
|
+
const _EDn = "EndDate";
|
|
519
|
+
const _EF = "ExcludeFilters";
|
|
520
|
+
const _EI = "EvaluationInterval";
|
|
521
|
+
const _EIR = "EnableInsightRules";
|
|
522
|
+
const _EIRI = "EnableInsightRulesInput";
|
|
523
|
+
const _EIRO = "EnableInsightRulesOutput";
|
|
524
|
+
const _ELSCP = "EvaluateLowSampleCountPercentile";
|
|
525
|
+
const _EMD = "EntityMetricData";
|
|
526
|
+
const _EMDL = "EntityMetricDataList";
|
|
527
|
+
const _EP = "EvaluationPeriods";
|
|
528
|
+
const _ES = "ExtendedStatistics";
|
|
529
|
+
const _ESv = "EvaluationState";
|
|
530
|
+
const _ESx = "ExtendedStatistic";
|
|
531
|
+
const _ET = "EndTime";
|
|
532
|
+
const _ETO = "EndTimeOffset";
|
|
533
|
+
const _ETR = "ExcludedTimeRanges";
|
|
534
|
+
const _ETx = "ExceptionType";
|
|
535
|
+
const _EW = "EvaluationWindow";
|
|
536
|
+
const _En = "Entries";
|
|
537
|
+
const _Ex = "Expression";
|
|
538
|
+
const _F = "Failures";
|
|
539
|
+
const _FA = "FirehoseArn";
|
|
540
|
+
const _FC = "FailureCode";
|
|
541
|
+
const _FD = "FailureDescription";
|
|
542
|
+
const _FR = "FailureResource";
|
|
543
|
+
const _GAMR = "GetAlarmMuteRule";
|
|
544
|
+
const _GAMRI = "GetAlarmMuteRuleInput";
|
|
545
|
+
const _GAMRO = "GetAlarmMuteRuleOutput";
|
|
546
|
+
const _GD = "GetDashboard";
|
|
547
|
+
const _GDI = "GetDashboardInput";
|
|
548
|
+
const _GDIe = "GetDatasetInput";
|
|
549
|
+
const _GDO = "GetDashboardOutput";
|
|
550
|
+
const _GDOe = "GetDatasetOutput";
|
|
551
|
+
const _GDe = "GetDataset";
|
|
552
|
+
const _GIRR = "GetInsightRuleReport";
|
|
553
|
+
const _GIRRI = "GetInsightRuleReportInput";
|
|
554
|
+
const _GIRRO = "GetInsightRuleReportOutput";
|
|
555
|
+
const _GMD = "GetMetricData";
|
|
556
|
+
const _GMDI = "GetMetricDataInput";
|
|
557
|
+
const _GMDO = "GetMetricDataOutput";
|
|
558
|
+
const _GMS = "GetMetricStatistics";
|
|
559
|
+
const _GMSI = "GetMetricStatisticsInput";
|
|
560
|
+
const _GMSIe = "GetMetricStreamInput";
|
|
561
|
+
const _GMSO = "GetMetricStatisticsOutput";
|
|
562
|
+
const _GMSOe = "GetMetricStreamOutput";
|
|
563
|
+
const _GMSe = "GetMetricStream";
|
|
564
|
+
const _GMWI = "GetMetricWidgetImage";
|
|
565
|
+
const _GMWII = "GetMetricWidgetImageInput";
|
|
566
|
+
const _GMWIO = "GetMetricWidgetImageOutput";
|
|
567
|
+
const _GOTE = "GetOTelEnrichment";
|
|
568
|
+
const _GOTEI = "GetOTelEnrichmentInput";
|
|
569
|
+
const _GOTEO = "GetOTelEnrichmentOutput";
|
|
570
|
+
const _HD = "HistoryData";
|
|
571
|
+
const _HIT = "HistoryItemType";
|
|
572
|
+
const _HS = "HistorySummary";
|
|
573
|
+
const _I = "Id";
|
|
574
|
+
const _IDA = "InsufficientDataActions";
|
|
575
|
+
const _IF = "IncludeFilters";
|
|
576
|
+
const _IFF = "InvalidFormatFault";
|
|
577
|
+
const _ILA = "IncludeLinkedAccounts";
|
|
578
|
+
const _ILAM = "IncludeLinkedAccountsMetrics";
|
|
579
|
+
const _IM = "IncludeMetrics";
|
|
580
|
+
const _INT = "InvalidNextToken";
|
|
581
|
+
const _IPCE = "InvalidParameterCombinationException";
|
|
582
|
+
const _IPVE = "InvalidParameterValueException";
|
|
583
|
+
const _IR = "InsightRules";
|
|
584
|
+
const _IRC = "InsightRuleContributor";
|
|
585
|
+
const _IRCD = "InsightRuleContributorDatapoint";
|
|
586
|
+
const _IRCDn = "InsightRuleContributorDatapoints";
|
|
587
|
+
const _IRCn = "InsightRuleContributors";
|
|
588
|
+
const _IRMD = "InsightRuleMetricDatapoint";
|
|
589
|
+
const _IRMDn = "InsightRuleMetricDatapoints";
|
|
590
|
+
const _IRn = "InsightRule";
|
|
591
|
+
const _ISF = "InternalServiceFault";
|
|
592
|
+
const _K = "Keys";
|
|
593
|
+
const _KA = "KeyAttributes";
|
|
594
|
+
const _KADE = "KmsAccessDeniedException";
|
|
595
|
+
const _KKA = "KmsKeyArn";
|
|
596
|
+
const _KKDE = "KmsKeyDisabledException";
|
|
597
|
+
const _KKNFE = "KmsKeyNotFoundException";
|
|
598
|
+
const _KL = "KeyLabels";
|
|
599
|
+
const _Ke = "Key";
|
|
600
|
+
const _L = "Label";
|
|
601
|
+
const _LA = "LogAlarms";
|
|
602
|
+
const _LAMR = "ListAlarmMuteRules";
|
|
603
|
+
const _LAMRI = "ListAlarmMuteRulesInput";
|
|
604
|
+
const _LAMRO = "ListAlarmMuteRulesOutput";
|
|
605
|
+
const _LAo = "LogAlarm";
|
|
606
|
+
const _LD = "ListDashboards";
|
|
607
|
+
const _LDI = "ListDashboardsInput";
|
|
608
|
+
const _LDO = "ListDashboardsOutput";
|
|
609
|
+
const _LEE = "LimitExceededException";
|
|
610
|
+
const _LEF = "LimitExceededFault";
|
|
611
|
+
const _LGI = "LogGroupIdentifiers";
|
|
612
|
+
const _LM = "LastModified";
|
|
613
|
+
const _LMI = "ListMetricsInput";
|
|
614
|
+
const _LMIR = "ListManagedInsightRules";
|
|
615
|
+
const _LMIRI = "ListManagedInsightRulesInput";
|
|
616
|
+
const _LMIRO = "ListManagedInsightRulesOutput";
|
|
617
|
+
const _LMO = "ListMetricsOutput";
|
|
618
|
+
const _LMS = "ListMetricStreams";
|
|
619
|
+
const _LMSI = "ListMetricStreamsInput";
|
|
620
|
+
const _LMSO = "ListMetricStreamsOutput";
|
|
621
|
+
const _LMi = "ListMetrics";
|
|
622
|
+
const _LO = "LabelOptions";
|
|
623
|
+
const _LTFR = "ListTagsForResource";
|
|
624
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
625
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
626
|
+
const _LUD = "LastUpdateDate";
|
|
627
|
+
const _LUT = "LastUpdatedTimestamp";
|
|
628
|
+
const _M = "Message";
|
|
629
|
+
const _MA = "MetricAlarms";
|
|
630
|
+
const _MAe = "MetricAlarm";
|
|
631
|
+
const _MC = "MetricCharacteristics";
|
|
632
|
+
const _MCC = "MaxContributorCount";
|
|
633
|
+
const _MCV = "MaxContributorValue";
|
|
634
|
+
const _MD = "MetricData";
|
|
635
|
+
const _MDQ = "MetricDataQueries";
|
|
636
|
+
const _MDQe = "MetricDataQuery";
|
|
637
|
+
const _MDR = "MetricDataResults";
|
|
638
|
+
const _MDRM = "MetricDataResultMessages";
|
|
639
|
+
const _MDRe = "MetricDataResult";
|
|
640
|
+
const _MDa = "MaxDatapoints";
|
|
641
|
+
const _MDe = "MetricDatapoints";
|
|
642
|
+
const _MDes = "MessageData";
|
|
643
|
+
const _MDet = "MetricDatum";
|
|
644
|
+
const _MMAD = "MetricMathAnomalyDetector";
|
|
645
|
+
const _MN = "MetricName";
|
|
646
|
+
const _MNe = "MetricNames";
|
|
647
|
+
const _MR = "MaxRecords";
|
|
648
|
+
const _MRD = "ManagedRuleDescription";
|
|
649
|
+
const _MRDa = "ManagedRuleDescriptions";
|
|
650
|
+
const _MRPE = "MissingRequiredParameterException";
|
|
651
|
+
const _MRS = "ManagedRuleState";
|
|
652
|
+
const _MRa = "MaxResults";
|
|
653
|
+
const _MRan = "ManagedRule";
|
|
654
|
+
const _MRana = "ManagedRules";
|
|
655
|
+
const _MS = "MetricStat";
|
|
656
|
+
const _MSE = "MetricStreamEntry";
|
|
657
|
+
const _MSEe = "MetricStreamEntries";
|
|
658
|
+
const _MSF = "MetricStreamFilter";
|
|
659
|
+
const _MSFe = "MetricStreamFilters";
|
|
660
|
+
const _MSSC = "MetricStreamStatisticsConfiguration";
|
|
661
|
+
const _MSSCe = "MetricStreamStatisticsConfigurations";
|
|
662
|
+
const _MSSIM = "MetricStreamStatisticsIncludeMetrics";
|
|
663
|
+
const _MSSM = "MetricStreamStatisticsMetric";
|
|
664
|
+
const _MT = "MuteType";
|
|
665
|
+
const _MTe = "MetricTimezone";
|
|
666
|
+
const _MTu = "MuteTargets";
|
|
667
|
+
const _MW = "MetricWidget";
|
|
668
|
+
const _MWI = "MetricWidgetImage";
|
|
669
|
+
const _Ma = "Maximum";
|
|
670
|
+
const _Me = "Metrics";
|
|
671
|
+
const _Mes = "Messages";
|
|
672
|
+
const _Met = "Metric";
|
|
673
|
+
const _Mi = "Minimum";
|
|
674
|
+
const _N = "Namespace";
|
|
675
|
+
const _NT = "NextToken";
|
|
676
|
+
const _Na = "Name";
|
|
677
|
+
const _Nam = "Names";
|
|
678
|
+
const _OA = "OwningAccount";
|
|
679
|
+
const _OAw = "OwningAccounts";
|
|
680
|
+
const _OB = "OrderBy";
|
|
681
|
+
const _OF = "OutputFormat";
|
|
682
|
+
const _OKA = "OKActions";
|
|
683
|
+
const _P = "Period";
|
|
684
|
+
const _PAD = "PutAnomalyDetector";
|
|
685
|
+
const _PADI = "PutAnomalyDetectorInput";
|
|
686
|
+
const _PADO = "PutAnomalyDetectorOutput";
|
|
687
|
+
const _PAMR = "PutAlarmMuteRule";
|
|
688
|
+
const _PAMRI = "PutAlarmMuteRuleInput";
|
|
689
|
+
const _PCA = "PutCompositeAlarm";
|
|
690
|
+
const _PCAI = "PutCompositeAlarmInput";
|
|
691
|
+
const _PD = "PutDashboard";
|
|
692
|
+
const _PDI = "PutDashboardInput";
|
|
693
|
+
const _PDO = "PutDashboardOutput";
|
|
694
|
+
const _PF = "PartialFailure";
|
|
695
|
+
const _PIR = "PutInsightRule";
|
|
696
|
+
const _PIRI = "PutInsightRuleInput";
|
|
697
|
+
const _PIRO = "PutInsightRuleOutput";
|
|
698
|
+
const _PLA = "PutLogAlarm";
|
|
699
|
+
const _PLAI = "PutLogAlarmInput";
|
|
700
|
+
const _PMA = "PutMetricAlarm";
|
|
701
|
+
const _PMAI = "PutMetricAlarmInput";
|
|
702
|
+
const _PMD = "PutMetricData";
|
|
703
|
+
const _PMDI = "PutMetricDataInput";
|
|
704
|
+
const _PMIR = "PutManagedInsightRules";
|
|
705
|
+
const _PMIRI = "PutManagedInsightRulesInput";
|
|
706
|
+
const _PMIRO = "PutManagedInsightRulesOutput";
|
|
707
|
+
const _PMS = "PutMetricStream";
|
|
708
|
+
const _PMSI = "PutMetricStreamInput";
|
|
709
|
+
const _PMSO = "PutMetricStreamOutput";
|
|
710
|
+
const _POAN = "ParentsOfAlarmName";
|
|
711
|
+
const _PP = "PendingPeriod";
|
|
712
|
+
const _PQLC = "PromQLCriteria";
|
|
713
|
+
const _PS = "PeriodicSpikes";
|
|
714
|
+
const _Q = "Query";
|
|
715
|
+
const _QARN = "QueryARN";
|
|
716
|
+
const _QRTA = "QueryResultsToAlarm";
|
|
717
|
+
const _QRTE = "QueryResultsToEvaluate";
|
|
718
|
+
const _QS = "QueryString";
|
|
719
|
+
const _R = "Rule";
|
|
720
|
+
const _RA = "RoleArn";
|
|
721
|
+
const _RARN = "ResourceARN";
|
|
722
|
+
const _RAe = "RecentlyActive";
|
|
723
|
+
const _RC = "ResourceConflict";
|
|
724
|
+
const _RD = "ReturnData";
|
|
725
|
+
const _RDu = "RuleDefinition";
|
|
726
|
+
const _RI = "ResourceId";
|
|
727
|
+
const _RN = "RuleNames";
|
|
728
|
+
const _RNF = "ResourceNotFound";
|
|
729
|
+
const _RNFE = "ResourceNotFoundException";
|
|
730
|
+
const _RNu = "RuleName";
|
|
731
|
+
const _RP = "RecoveryPeriod";
|
|
732
|
+
const _RS = "RuleState";
|
|
733
|
+
const _RT = "ResourceType";
|
|
734
|
+
const _Ra = "Range";
|
|
735
|
+
const _S = "Status";
|
|
736
|
+
const _SAS = "SetAlarmState";
|
|
737
|
+
const _SASI = "SetAlarmStateInput";
|
|
738
|
+
const _SB = "ScanBy";
|
|
739
|
+
const _SC = "SampleCount";
|
|
740
|
+
const _SCc = "ScheduleConfiguration";
|
|
741
|
+
const _SCt = "StatisticsConfigurations";
|
|
742
|
+
const _SCta = "StatusCode";
|
|
743
|
+
const _SD = "StartDate";
|
|
744
|
+
const _SE = "ScheduleExpression";
|
|
745
|
+
const _SEV = "StrictEntityValidation";
|
|
746
|
+
const _SMAD = "SingleMetricAnomalyDetector";
|
|
747
|
+
const _SMS = "StartMetricStreams";
|
|
748
|
+
const _SMSI = "StartMetricStreamsInput";
|
|
749
|
+
const _SMSIt = "StopMetricStreamsInput";
|
|
750
|
+
const _SMSO = "StartMetricStreamsOutput";
|
|
751
|
+
const _SMSOt = "StopMetricStreamsOutput";
|
|
752
|
+
const _SMSt = "StopMetricStreams";
|
|
753
|
+
const _SOTE = "StartOTelEnrichment";
|
|
754
|
+
const _SOTEI = "StartOTelEnrichmentInput";
|
|
755
|
+
const _SOTEIt = "StopOTelEnrichmentInput";
|
|
756
|
+
const _SOTEO = "StartOTelEnrichmentOutput";
|
|
757
|
+
const _SOTEOt = "StopOTelEnrichmentOutput";
|
|
758
|
+
const _SOTEt = "StopOTelEnrichment";
|
|
759
|
+
const _SQC = "ScheduledQueryConfiguration";
|
|
760
|
+
const _SQRARN = "ScheduledQueryRoleARN";
|
|
761
|
+
const _SR = "StateReason";
|
|
762
|
+
const _SRD = "StateReasonData";
|
|
763
|
+
const _SRt = "StorageResolution";
|
|
764
|
+
const _SS = "StatisticSet";
|
|
765
|
+
const _ST = "StartTime";
|
|
766
|
+
const _STO = "StartTimeOffset";
|
|
767
|
+
const _STT = "StateTransitionedTimestamp";
|
|
768
|
+
const _SUT = "StateUpdatedTimestamp";
|
|
769
|
+
const _SV = "StateValue";
|
|
770
|
+
const _SVt = "StatisticValues";
|
|
771
|
+
const _SW = "SlidingWindow";
|
|
772
|
+
const _Sc = "Schema";
|
|
773
|
+
const _Sch = "Schedule";
|
|
774
|
+
const _Si = "Size";
|
|
775
|
+
const _St = "Stat";
|
|
776
|
+
const _Sta = "Statistic";
|
|
777
|
+
const _Stat = "Statistics";
|
|
778
|
+
const _State = "State";
|
|
779
|
+
const _Statu = "Statuses";
|
|
780
|
+
const _Su = "Sum";
|
|
781
|
+
const _T = "Timestamp";
|
|
782
|
+
const _TK = "TagKeys";
|
|
783
|
+
const _TL = "TagList";
|
|
784
|
+
const _TMD = "TreatMissingData";
|
|
785
|
+
const _TMI = "ThresholdMetricId";
|
|
786
|
+
const _TN = "TemplateName";
|
|
787
|
+
const _TR = "TagResource";
|
|
788
|
+
const _TRI = "TagResourceInput";
|
|
789
|
+
const _TRO = "TagResourceOutput";
|
|
790
|
+
const _Ta = "Tags";
|
|
791
|
+
const _Tag = "Tag";
|
|
792
|
+
const _Th = "Threshold";
|
|
793
|
+
const _Ti = "Timezone";
|
|
794
|
+
const _Tim = "Timestamps";
|
|
795
|
+
const _U = "Unit";
|
|
796
|
+
const _UC = "UniqueContributors";
|
|
797
|
+
const _UR = "UntagResource";
|
|
798
|
+
const _URI = "UntagResourceInput";
|
|
799
|
+
const _URO = "UntagResourceOutput";
|
|
800
|
+
const _V = "Value";
|
|
801
|
+
const _Va = "Values";
|
|
802
|
+
const _WCW = "WallClockWindow";
|
|
803
|
+
const _aQE = "awsQueryError";
|
|
804
|
+
const _c = "client";
|
|
805
|
+
const _dVM = "dashboardValidationMessages";
|
|
806
|
+
const _e = "error";
|
|
807
|
+
const _hE = "httpError";
|
|
808
|
+
const _m = "message";
|
|
809
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatch";
|
|
810
|
+
const _se = "server";
|
|
811
|
+
const n0 = "com.amazonaws.cloudwatch";
|
|
812
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
813
|
+
var CloudWatchServiceException$ = [-3, _s, "CloudWatchServiceException", 0, [], []];
|
|
814
|
+
_s_registry.registerError(CloudWatchServiceException$, CloudWatchServiceException);
|
|
815
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
816
|
+
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
817
|
+
{ [_aQE]: [`ConcurrentModificationException`, 429], [_e]: _c, [_hE]: 429 },
|
|
818
|
+
[_M],
|
|
819
|
+
[0]
|
|
820
|
+
];
|
|
821
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
822
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
823
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
824
|
+
[_M],
|
|
825
|
+
[0]
|
|
826
|
+
];
|
|
827
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
828
|
+
var DashboardInvalidInputError$ = [-3, n0, _DIIE,
|
|
829
|
+
{ [_aQE]: [`InvalidParameterInput`, 400], [_e]: _c, [_hE]: 400 },
|
|
830
|
+
[_m, _dVM],
|
|
831
|
+
[0, () => DashboardValidationMessages]
|
|
832
|
+
];
|
|
833
|
+
n0_registry.registerError(DashboardInvalidInputError$, DashboardInvalidInputError);
|
|
834
|
+
var DashboardNotFoundError$ = [-3, n0, _DNFE,
|
|
835
|
+
{ [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
836
|
+
[_m],
|
|
837
|
+
[0]
|
|
838
|
+
];
|
|
839
|
+
n0_registry.registerError(DashboardNotFoundError$, DashboardNotFoundError);
|
|
840
|
+
var InternalServiceFault$ = [-3, n0, _ISF,
|
|
841
|
+
{ [_aQE]: [`InternalServiceError`, 500], [_e]: _se, [_hE]: 500 },
|
|
842
|
+
[_M],
|
|
843
|
+
[0]
|
|
844
|
+
];
|
|
845
|
+
n0_registry.registerError(InternalServiceFault$, InternalServiceFault);
|
|
846
|
+
var InvalidFormatFault$ = [-3, n0, _IFF,
|
|
847
|
+
{ [_aQE]: [`InvalidFormat`, 400], [_e]: _c, [_hE]: 400 },
|
|
848
|
+
[_m],
|
|
849
|
+
[0]
|
|
850
|
+
];
|
|
851
|
+
n0_registry.registerError(InvalidFormatFault$, InvalidFormatFault);
|
|
852
|
+
var InvalidNextToken$ = [-3, n0, _INT,
|
|
853
|
+
{ [_aQE]: [`InvalidNextToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
854
|
+
[_m],
|
|
855
|
+
[0]
|
|
856
|
+
];
|
|
857
|
+
n0_registry.registerError(InvalidNextToken$, InvalidNextToken);
|
|
858
|
+
var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
|
|
859
|
+
{ [_aQE]: [`InvalidParameterCombination`, 400], [_e]: _c, [_hE]: 400 },
|
|
860
|
+
[_m],
|
|
861
|
+
[0]
|
|
862
|
+
];
|
|
863
|
+
n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
864
|
+
var InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
865
|
+
{ [_aQE]: [`InvalidParameterValue`, 400], [_e]: _c, [_hE]: 400 },
|
|
866
|
+
[_m],
|
|
867
|
+
[0]
|
|
868
|
+
];
|
|
869
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
870
|
+
var KmsAccessDeniedException$ = [-3, n0, _KADE,
|
|
871
|
+
{ [_e]: _c },
|
|
872
|
+
[_M],
|
|
873
|
+
[0], 1
|
|
874
|
+
];
|
|
875
|
+
n0_registry.registerError(KmsAccessDeniedException$, KmsAccessDeniedException);
|
|
876
|
+
var KmsKeyDisabledException$ = [-3, n0, _KKDE,
|
|
877
|
+
{ [_e]: _c },
|
|
878
|
+
[_M],
|
|
879
|
+
[0], 1
|
|
880
|
+
];
|
|
881
|
+
n0_registry.registerError(KmsKeyDisabledException$, KmsKeyDisabledException);
|
|
882
|
+
var KmsKeyNotFoundException$ = [-3, n0, _KKNFE,
|
|
883
|
+
{ [_e]: _c },
|
|
884
|
+
[_M],
|
|
885
|
+
[0], 1
|
|
886
|
+
];
|
|
887
|
+
n0_registry.registerError(KmsKeyNotFoundException$, KmsKeyNotFoundException);
|
|
888
|
+
var LimitExceededException$ = [-3, n0, _LEE,
|
|
889
|
+
{ [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
890
|
+
[_M],
|
|
891
|
+
[0]
|
|
892
|
+
];
|
|
893
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
894
|
+
var LimitExceededFault$ = [-3, n0, _LEF,
|
|
895
|
+
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
896
|
+
[_m],
|
|
897
|
+
[0]
|
|
898
|
+
];
|
|
899
|
+
n0_registry.registerError(LimitExceededFault$, LimitExceededFault);
|
|
900
|
+
var MissingRequiredParameterException$ = [-3, n0, _MRPE,
|
|
901
|
+
{ [_aQE]: [`MissingParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
902
|
+
[_m],
|
|
903
|
+
[0]
|
|
904
|
+
];
|
|
905
|
+
n0_registry.registerError(MissingRequiredParameterException$, MissingRequiredParameterException);
|
|
906
|
+
var ResourceConflict$ = [-3, n0, _RC,
|
|
907
|
+
{ [_aQE]: [`ResourceConflict`, 409], [_e]: _c, [_hE]: 409 },
|
|
908
|
+
[_m],
|
|
909
|
+
[0]
|
|
910
|
+
];
|
|
911
|
+
n0_registry.registerError(ResourceConflict$, ResourceConflict);
|
|
912
|
+
var ResourceNotFound$ = [-3, n0, _RNF,
|
|
913
|
+
{ [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
914
|
+
[_m],
|
|
915
|
+
[0]
|
|
916
|
+
];
|
|
917
|
+
n0_registry.registerError(ResourceNotFound$, ResourceNotFound);
|
|
918
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
919
|
+
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
920
|
+
[_RT, _RI, _M],
|
|
921
|
+
[0, 0, 0]
|
|
922
|
+
];
|
|
923
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
924
|
+
const errorTypeRegistries = [
|
|
925
|
+
_s_registry,
|
|
926
|
+
n0_registry,
|
|
927
|
+
];
|
|
928
|
+
var AlarmContributor$ = [3, n0, _AC,
|
|
929
|
+
0,
|
|
930
|
+
[_CI, _CA, _SR, _STT],
|
|
931
|
+
[0, 128 | 0, 0, 4], 3
|
|
932
|
+
];
|
|
933
|
+
var AlarmHistoryItem$ = [3, n0, _AHI,
|
|
934
|
+
0,
|
|
935
|
+
[_AN, _ACI, _AT, _T, _HIT, _HS, _HD, _ACA],
|
|
936
|
+
[0, 0, 0, 4, 0, 0, 0, 128 | 0]
|
|
937
|
+
];
|
|
938
|
+
var AlarmMuteRuleSummary$ = [3, n0, _AMRS,
|
|
939
|
+
0,
|
|
940
|
+
[_AMRA, _ED, _S, _MT, _LUT],
|
|
941
|
+
[0, 4, 0, 0, 4]
|
|
942
|
+
];
|
|
943
|
+
var AlarmPromQLCriteria$ = [3, n0, _APQLC,
|
|
944
|
+
0,
|
|
945
|
+
[_Q, _PP, _RP],
|
|
946
|
+
[0, 1, 1], 1
|
|
947
|
+
];
|
|
948
|
+
var AnomalyDetector$ = [3, n0, _AD,
|
|
949
|
+
0,
|
|
950
|
+
[_N, _MN, _D, _St, _C, _SV, _MC, _SMAD, _MMAD],
|
|
951
|
+
[0, 0, () => Dimensions, 0, () => AnomalyDetectorConfiguration$, 0, () => MetricCharacteristics$, () => SingleMetricAnomalyDetector$, () => MetricMathAnomalyDetector$]
|
|
952
|
+
];
|
|
953
|
+
var AnomalyDetectorConfiguration$ = [3, n0, _ADC,
|
|
954
|
+
0,
|
|
955
|
+
[_ETR, _MTe],
|
|
956
|
+
[() => AnomalyDetectorExcludedTimeRanges, 0]
|
|
957
|
+
];
|
|
958
|
+
var AssociateDatasetKmsKeyInput$ = [3, n0, _ADKKI,
|
|
959
|
+
0,
|
|
960
|
+
[_DI, _KKA],
|
|
961
|
+
[0, 0], 2
|
|
962
|
+
];
|
|
963
|
+
var AssociateDatasetKmsKeyOutput$ = [3, n0, _ADKKO,
|
|
964
|
+
0,
|
|
965
|
+
[],
|
|
966
|
+
[]
|
|
967
|
+
];
|
|
968
|
+
var CompositeAlarm$ = [3, n0, _CAo,
|
|
969
|
+
0,
|
|
970
|
+
[_AE, _AA, _AAl, _ACUT, _ADl, _AN, _AR, _IDA, _OKA, _SR, _SRD, _SUT, _SV, _STT, _ASB, _ASR, _AS, _ASWP, _ASEP],
|
|
971
|
+
[2, 64 | 0, 0, 4, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 4, 0, 4, 0, 0, 0, 1, 1]
|
|
972
|
+
];
|
|
973
|
+
var DashboardEntry$ = [3, n0, _DE,
|
|
974
|
+
0,
|
|
975
|
+
[_DN, _DA, _LM, _Si],
|
|
976
|
+
[0, 0, 4, 1]
|
|
977
|
+
];
|
|
978
|
+
var DashboardValidationMessage$ = [3, n0, _DVM,
|
|
979
|
+
0,
|
|
980
|
+
[_DP, _M],
|
|
981
|
+
[0, 0]
|
|
982
|
+
];
|
|
983
|
+
var Datapoint$ = [3, n0, _Da,
|
|
984
|
+
0,
|
|
985
|
+
[_T, _SC, _A, _Su, _Mi, _Ma, _U, _ES],
|
|
986
|
+
[4, 1, 1, 1, 1, 1, 0, 128 | 1]
|
|
987
|
+
];
|
|
988
|
+
var DeleteAlarmMuteRuleInput$ = [3, n0, _DAMRI,
|
|
989
|
+
0,
|
|
990
|
+
[_AMRN],
|
|
991
|
+
[0], 1
|
|
992
|
+
];
|
|
993
|
+
var DeleteAlarmsInput$ = [3, n0, _DAI,
|
|
994
|
+
0,
|
|
995
|
+
[_ANl],
|
|
996
|
+
[64 | 0], 1
|
|
997
|
+
];
|
|
998
|
+
var DeleteAnomalyDetectorInput$ = [3, n0, _DADI,
|
|
999
|
+
0,
|
|
1000
|
+
[_N, _MN, _D, _St, _SMAD, _MMAD],
|
|
1001
|
+
[0, 0, () => Dimensions, 0, () => SingleMetricAnomalyDetector$, () => MetricMathAnomalyDetector$]
|
|
1002
|
+
];
|
|
1003
|
+
var DeleteAnomalyDetectorOutput$ = [3, n0, _DADO,
|
|
1004
|
+
0,
|
|
1005
|
+
[],
|
|
1006
|
+
[]
|
|
1007
|
+
];
|
|
1008
|
+
var DeleteDashboardsInput$ = [3, n0, _DDI,
|
|
1009
|
+
0,
|
|
1010
|
+
[_DNa],
|
|
1011
|
+
[64 | 0], 1
|
|
1012
|
+
];
|
|
1013
|
+
var DeleteDashboardsOutput$ = [3, n0, _DDO,
|
|
1014
|
+
0,
|
|
1015
|
+
[],
|
|
1016
|
+
[]
|
|
1017
|
+
];
|
|
1018
|
+
var DeleteInsightRulesInput$ = [3, n0, _DIRI,
|
|
1019
|
+
0,
|
|
1020
|
+
[_RN],
|
|
1021
|
+
[64 | 0], 1
|
|
1022
|
+
];
|
|
1023
|
+
var DeleteInsightRulesOutput$ = [3, n0, _DIRO,
|
|
1024
|
+
0,
|
|
1025
|
+
[_F],
|
|
1026
|
+
[() => BatchFailures]
|
|
1027
|
+
];
|
|
1028
|
+
var DeleteMetricStreamInput$ = [3, n0, _DMSI,
|
|
1029
|
+
0,
|
|
1030
|
+
[_Na],
|
|
1031
|
+
[0], 1
|
|
1032
|
+
];
|
|
1033
|
+
var DeleteMetricStreamOutput$ = [3, n0, _DMSO,
|
|
1034
|
+
0,
|
|
1035
|
+
[],
|
|
1036
|
+
[]
|
|
1037
|
+
];
|
|
1038
|
+
var DescribeAlarmContributorsInput$ = [3, n0, _DACI,
|
|
1039
|
+
0,
|
|
1040
|
+
[_AN, _NT],
|
|
1041
|
+
[0, 0], 1
|
|
1042
|
+
];
|
|
1043
|
+
var DescribeAlarmContributorsOutput$ = [3, n0, _DACO,
|
|
1044
|
+
0,
|
|
1045
|
+
[_ACl, _NT],
|
|
1046
|
+
[() => AlarmContributors, 0], 1
|
|
1047
|
+
];
|
|
1048
|
+
var DescribeAlarmHistoryInput$ = [3, n0, _DAHI,
|
|
1049
|
+
0,
|
|
1050
|
+
[_AN, _ACI, _ATl, _HIT, _SD, _EDn, _MR, _NT, _SB],
|
|
1051
|
+
[0, 0, 64 | 0, 0, 4, 4, 1, 0, 0]
|
|
1052
|
+
];
|
|
1053
|
+
var DescribeAlarmHistoryOutput$ = [3, n0, _DAHO,
|
|
1054
|
+
0,
|
|
1055
|
+
[_AHIl, _NT],
|
|
1056
|
+
[() => AlarmHistoryItems, 0]
|
|
1057
|
+
];
|
|
1058
|
+
var DescribeAlarmsForMetricInput$ = [3, n0, _DAFMI,
|
|
1059
|
+
0,
|
|
1060
|
+
[_MN, _N, _Sta, _ESx, _D, _P, _U],
|
|
1061
|
+
[0, 0, 0, 0, () => Dimensions, 1, 0], 2
|
|
1062
|
+
];
|
|
1063
|
+
var DescribeAlarmsForMetricOutput$ = [3, n0, _DAFMO,
|
|
1064
|
+
0,
|
|
1065
|
+
[_MA],
|
|
1066
|
+
[() => MetricAlarms]
|
|
1067
|
+
];
|
|
1068
|
+
var DescribeAlarmsInput$ = [3, n0, _DAIe,
|
|
1069
|
+
0,
|
|
1070
|
+
[_ANl, _ANP, _ATl, _COAN, _POAN, _SV, _AP, _MR, _NT],
|
|
1071
|
+
[64 | 0, 0, 64 | 0, 0, 0, 0, 0, 1, 0]
|
|
1072
|
+
];
|
|
1073
|
+
var DescribeAlarmsOutput$ = [3, n0, _DAO,
|
|
1074
|
+
0,
|
|
1075
|
+
[_CAom, _MA, _LA, _NT],
|
|
1076
|
+
[() => CompositeAlarms, () => MetricAlarms, () => LogAlarms, 0]
|
|
1077
|
+
];
|
|
1078
|
+
var DescribeAnomalyDetectorsInput$ = [3, n0, _DADIe,
|
|
1079
|
+
0,
|
|
1080
|
+
[_NT, _MRa, _N, _MN, _D, _ADT],
|
|
1081
|
+
[0, 1, 0, 0, () => Dimensions, 64 | 0]
|
|
1082
|
+
];
|
|
1083
|
+
var DescribeAnomalyDetectorsOutput$ = [3, n0, _DADOe,
|
|
1084
|
+
0,
|
|
1085
|
+
[_ADn, _NT],
|
|
1086
|
+
[() => AnomalyDetectors, 0]
|
|
1087
|
+
];
|
|
1088
|
+
var DescribeInsightRulesInput$ = [3, n0, _DIRIe,
|
|
1089
|
+
0,
|
|
1090
|
+
[_NT, _MRa],
|
|
1091
|
+
[0, 1]
|
|
1092
|
+
];
|
|
1093
|
+
var DescribeInsightRulesOutput$ = [3, n0, _DIROe,
|
|
1094
|
+
0,
|
|
1095
|
+
[_NT, _IR],
|
|
1096
|
+
[0, () => InsightRules]
|
|
1097
|
+
];
|
|
1098
|
+
var Dimension$ = [3, n0, _Di,
|
|
1099
|
+
0,
|
|
1100
|
+
[_Na, _V],
|
|
1101
|
+
[0, 0], 2
|
|
1102
|
+
];
|
|
1103
|
+
var DimensionFilter$ = [3, n0, _DF,
|
|
1104
|
+
0,
|
|
1105
|
+
[_Na, _V],
|
|
1106
|
+
[0, 0], 1
|
|
1107
|
+
];
|
|
1108
|
+
var DisableAlarmActionsInput$ = [3, n0, _DAAI,
|
|
1109
|
+
0,
|
|
1110
|
+
[_ANl],
|
|
1111
|
+
[64 | 0], 1
|
|
1112
|
+
];
|
|
1113
|
+
var DisableInsightRulesInput$ = [3, n0, _DIRIi,
|
|
1114
|
+
0,
|
|
1115
|
+
[_RN],
|
|
1116
|
+
[64 | 0], 1
|
|
1117
|
+
];
|
|
1118
|
+
var DisableInsightRulesOutput$ = [3, n0, _DIROi,
|
|
1119
|
+
0,
|
|
1120
|
+
[_F],
|
|
1121
|
+
[() => BatchFailures]
|
|
1122
|
+
];
|
|
1123
|
+
var DisassociateDatasetKmsKeyInput$ = [3, n0, _DDKKI,
|
|
1124
|
+
0,
|
|
1125
|
+
[_DI],
|
|
1126
|
+
[0], 1
|
|
1127
|
+
];
|
|
1128
|
+
var DisassociateDatasetKmsKeyOutput$ = [3, n0, _DDKKO,
|
|
1129
|
+
0,
|
|
1130
|
+
[],
|
|
1131
|
+
[]
|
|
1132
|
+
];
|
|
1133
|
+
var EnableAlarmActionsInput$ = [3, n0, _EAAI,
|
|
1134
|
+
0,
|
|
1135
|
+
[_ANl],
|
|
1136
|
+
[64 | 0], 1
|
|
1137
|
+
];
|
|
1138
|
+
var EnableInsightRulesInput$ = [3, n0, _EIRI,
|
|
1139
|
+
0,
|
|
1140
|
+
[_RN],
|
|
1141
|
+
[64 | 0], 1
|
|
1142
|
+
];
|
|
1143
|
+
var EnableInsightRulesOutput$ = [3, n0, _EIRO,
|
|
1144
|
+
0,
|
|
1145
|
+
[_F],
|
|
1146
|
+
[() => BatchFailures]
|
|
1147
|
+
];
|
|
1148
|
+
var Entity$ = [3, n0, _E,
|
|
1149
|
+
0,
|
|
1150
|
+
[_KA, _At],
|
|
1151
|
+
[128 | 0, 128 | 0]
|
|
1152
|
+
];
|
|
1153
|
+
var EntityMetricData$ = [3, n0, _EMD,
|
|
1154
|
+
0,
|
|
1155
|
+
[_E, _MD],
|
|
1156
|
+
[() => Entity$, () => MetricData]
|
|
1157
|
+
];
|
|
1158
|
+
var GetAlarmMuteRuleInput$ = [3, n0, _GAMRI,
|
|
1159
|
+
0,
|
|
1160
|
+
[_AMRN],
|
|
1161
|
+
[0], 1
|
|
1162
|
+
];
|
|
1163
|
+
var GetAlarmMuteRuleOutput$ = [3, n0, _GAMRO,
|
|
1164
|
+
0,
|
|
1165
|
+
[_Na, _AMRA, _De, _R, _MTu, _SD, _ED, _S, _LUT, _MT],
|
|
1166
|
+
[0, 0, 0, () => Rule$, () => MuteTargets$, 4, 4, 0, 4, 0]
|
|
1167
|
+
];
|
|
1168
|
+
var GetDashboardInput$ = [3, n0, _GDI,
|
|
1169
|
+
0,
|
|
1170
|
+
[_DN],
|
|
1171
|
+
[0], 1
|
|
1172
|
+
];
|
|
1173
|
+
var GetDashboardOutput$ = [3, n0, _GDO,
|
|
1174
|
+
0,
|
|
1175
|
+
[_DA, _DB, _DN],
|
|
1176
|
+
[0, 0, 0]
|
|
1177
|
+
];
|
|
1178
|
+
var GetDatasetInput$ = [3, n0, _GDIe,
|
|
1179
|
+
0,
|
|
1180
|
+
[_DI],
|
|
1181
|
+
[0], 1
|
|
1182
|
+
];
|
|
1183
|
+
var GetDatasetOutput$ = [3, n0, _GDOe,
|
|
1184
|
+
0,
|
|
1185
|
+
[_DIa, _Ar, _KKA],
|
|
1186
|
+
[0, 0, 0], 2
|
|
1187
|
+
];
|
|
1188
|
+
var GetInsightRuleReportInput$ = [3, n0, _GIRRI,
|
|
1189
|
+
0,
|
|
1190
|
+
[_RNu, _ST, _ET, _P, _MCC, _Me, _OB],
|
|
1191
|
+
[0, 4, 4, 1, 1, 64 | 0, 0], 4
|
|
1192
|
+
];
|
|
1193
|
+
var GetInsightRuleReportOutput$ = [3, n0, _GIRRO,
|
|
1194
|
+
0,
|
|
1195
|
+
[_KL, _ASg, _AV, _AUC, _Co, _MDe],
|
|
1196
|
+
[64 | 0, 0, 1, 1, () => InsightRuleContributors, () => InsightRuleMetricDatapoints]
|
|
1197
|
+
];
|
|
1198
|
+
var GetMetricDataInput$ = [3, n0, _GMDI,
|
|
1199
|
+
0,
|
|
1200
|
+
[_MDQ, _ST, _ET, _NT, _SB, _MDa, _LO],
|
|
1201
|
+
[() => MetricDataQueries, 4, 4, 0, 0, 1, () => LabelOptions$], 3
|
|
1202
|
+
];
|
|
1203
|
+
var GetMetricDataOutput$ = [3, n0, _GMDO,
|
|
1204
|
+
0,
|
|
1205
|
+
[_MDR, _NT, _Mes],
|
|
1206
|
+
[() => MetricDataResults, 0, () => MetricDataResultMessages]
|
|
1207
|
+
];
|
|
1208
|
+
var GetMetricStatisticsInput$ = [3, n0, _GMSI,
|
|
1209
|
+
0,
|
|
1210
|
+
[_N, _MN, _ST, _ET, _P, _D, _Stat, _ES, _U],
|
|
1211
|
+
[0, 0, 4, 4, 1, () => Dimensions, 64 | 0, 64 | 0, 0], 5
|
|
1212
|
+
];
|
|
1213
|
+
var GetMetricStatisticsOutput$ = [3, n0, _GMSO,
|
|
1214
|
+
0,
|
|
1215
|
+
[_L, _Dat],
|
|
1216
|
+
[0, () => Datapoints]
|
|
1217
|
+
];
|
|
1218
|
+
var GetMetricStreamInput$ = [3, n0, _GMSIe,
|
|
1219
|
+
0,
|
|
1220
|
+
[_Na],
|
|
1221
|
+
[0], 1
|
|
1222
|
+
];
|
|
1223
|
+
var GetMetricStreamOutput$ = [3, n0, _GMSOe,
|
|
1224
|
+
0,
|
|
1225
|
+
[_Ar, _Na, _IF, _EF, _FA, _RA, _State, _CD, _LUD, _OF, _SCt, _ILAM],
|
|
1226
|
+
[0, 0, () => MetricStreamFilters, () => MetricStreamFilters, 0, 0, 0, 4, 4, 0, () => MetricStreamStatisticsConfigurations, 2]
|
|
1227
|
+
];
|
|
1228
|
+
var GetMetricWidgetImageInput$ = [3, n0, _GMWII,
|
|
1229
|
+
0,
|
|
1230
|
+
[_MW, _OF],
|
|
1231
|
+
[0, 0], 1
|
|
1232
|
+
];
|
|
1233
|
+
var GetMetricWidgetImageOutput$ = [3, n0, _GMWIO,
|
|
1234
|
+
0,
|
|
1235
|
+
[_MWI],
|
|
1236
|
+
[21]
|
|
1237
|
+
];
|
|
1238
|
+
var GetOTelEnrichmentInput$ = [3, n0, _GOTEI,
|
|
1239
|
+
0,
|
|
1240
|
+
[],
|
|
1241
|
+
[]
|
|
1242
|
+
];
|
|
1243
|
+
var GetOTelEnrichmentOutput$ = [3, n0, _GOTEO,
|
|
1244
|
+
0,
|
|
1245
|
+
[_S],
|
|
1246
|
+
[0], 1
|
|
1247
|
+
];
|
|
1248
|
+
var InsightRule$ = [3, n0, _IRn,
|
|
1249
|
+
0,
|
|
1250
|
+
[_Na, _State, _Sc, _Def, _MRan, _AOTL],
|
|
1251
|
+
[0, 0, 0, 0, 2, 2], 4
|
|
1252
|
+
];
|
|
1253
|
+
var InsightRuleContributor$ = [3, n0, _IRC,
|
|
1254
|
+
0,
|
|
1255
|
+
[_K, _AAV, _Dat],
|
|
1256
|
+
[64 | 0, 1, () => InsightRuleContributorDatapoints], 3
|
|
1257
|
+
];
|
|
1258
|
+
var InsightRuleContributorDatapoint$ = [3, n0, _IRCD,
|
|
1259
|
+
0,
|
|
1260
|
+
[_T, _AVp],
|
|
1261
|
+
[4, 1], 2
|
|
1262
|
+
];
|
|
1263
|
+
var InsightRuleMetricDatapoint$ = [3, n0, _IRMD,
|
|
1264
|
+
0,
|
|
1265
|
+
[_T, _UC, _MCV, _SC, _A, _Su, _Mi, _Ma],
|
|
1266
|
+
[4, 1, 1, 1, 1, 1, 1, 1], 1
|
|
1267
|
+
];
|
|
1268
|
+
var LabelOptions$ = [3, n0, _LO,
|
|
1269
|
+
0,
|
|
1270
|
+
[_Ti],
|
|
1271
|
+
[0]
|
|
1272
|
+
];
|
|
1273
|
+
var ListAlarmMuteRulesInput$ = [3, n0, _LAMRI,
|
|
1274
|
+
0,
|
|
1275
|
+
[_AN, _Statu, _MR, _NT],
|
|
1276
|
+
[0, 64 | 0, 1, 0]
|
|
1277
|
+
];
|
|
1278
|
+
var ListAlarmMuteRulesOutput$ = [3, n0, _LAMRO,
|
|
1279
|
+
0,
|
|
1280
|
+
[_AMRSl, _NT],
|
|
1281
|
+
[() => AlarmMuteRuleSummaries, 0]
|
|
1282
|
+
];
|
|
1283
|
+
var ListDashboardsInput$ = [3, n0, _LDI,
|
|
1284
|
+
0,
|
|
1285
|
+
[_DNP, _NT],
|
|
1286
|
+
[0, 0]
|
|
1287
|
+
];
|
|
1288
|
+
var ListDashboardsOutput$ = [3, n0, _LDO,
|
|
1289
|
+
0,
|
|
1290
|
+
[_DEa, _NT],
|
|
1291
|
+
[() => DashboardEntries, 0]
|
|
1292
|
+
];
|
|
1293
|
+
var ListManagedInsightRulesInput$ = [3, n0, _LMIRI,
|
|
1294
|
+
0,
|
|
1295
|
+
[_RARN, _NT, _MRa],
|
|
1296
|
+
[0, 0, 1], 1
|
|
1297
|
+
];
|
|
1298
|
+
var ListManagedInsightRulesOutput$ = [3, n0, _LMIRO,
|
|
1299
|
+
0,
|
|
1300
|
+
[_MRana, _NT],
|
|
1301
|
+
[() => ManagedRuleDescriptions, 0]
|
|
1302
|
+
];
|
|
1303
|
+
var ListMetricsInput$ = [3, n0, _LMI,
|
|
1304
|
+
0,
|
|
1305
|
+
[_N, _MN, _D, _NT, _RAe, _ILA, _OA],
|
|
1306
|
+
[0, 0, () => DimensionFilters, 0, 0, 2, 0]
|
|
1307
|
+
];
|
|
1308
|
+
var ListMetricsOutput$ = [3, n0, _LMO,
|
|
1309
|
+
0,
|
|
1310
|
+
[_Me, _NT, _OAw],
|
|
1311
|
+
[() => Metrics, 0, 64 | 0]
|
|
1312
|
+
];
|
|
1313
|
+
var ListMetricStreamsInput$ = [3, n0, _LMSI,
|
|
1314
|
+
0,
|
|
1315
|
+
[_NT, _MRa],
|
|
1316
|
+
[0, 1]
|
|
1317
|
+
];
|
|
1318
|
+
var ListMetricStreamsOutput$ = [3, n0, _LMSO,
|
|
1319
|
+
0,
|
|
1320
|
+
[_NT, _En],
|
|
1321
|
+
[0, () => MetricStreamEntries]
|
|
1322
|
+
];
|
|
1323
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
1324
|
+
0,
|
|
1325
|
+
[_RARN],
|
|
1326
|
+
[0], 1
|
|
1327
|
+
];
|
|
1328
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
1329
|
+
0,
|
|
1330
|
+
[_Ta],
|
|
1331
|
+
[() => TagList]
|
|
1332
|
+
];
|
|
1333
|
+
var LogAlarm$ = [3, n0, _LAo,
|
|
1334
|
+
0,
|
|
1335
|
+
[_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _SQC, _QRTE, _QRTA, _Th, _CO, _TMD, _STT, _ESv, _ALLC, _ALLRA],
|
|
1336
|
+
[0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, () => ScheduledQueryConfiguration$, 1, 1, 1, 0, 0, 4, 0, 1, 0]
|
|
1337
|
+
];
|
|
1338
|
+
var ManagedRule$ = [3, n0, _MRan,
|
|
1339
|
+
0,
|
|
1340
|
+
[_TN, _RARN, _Ta],
|
|
1341
|
+
[0, 0, () => TagList], 2
|
|
1342
|
+
];
|
|
1343
|
+
var ManagedRuleDescription$ = [3, n0, _MRD,
|
|
1344
|
+
0,
|
|
1345
|
+
[_TN, _RARN, _RS],
|
|
1346
|
+
[0, 0, () => ManagedRuleState$]
|
|
1347
|
+
];
|
|
1348
|
+
var ManagedRuleState$ = [3, n0, _MRS,
|
|
1349
|
+
0,
|
|
1350
|
+
[_RNu, _State],
|
|
1351
|
+
[0, 0], 2
|
|
1352
|
+
];
|
|
1353
|
+
var MessageData$ = [3, n0, _MDes,
|
|
1354
|
+
0,
|
|
1355
|
+
[_Cod, _V],
|
|
1356
|
+
[0, 0]
|
|
1357
|
+
];
|
|
1358
|
+
var Metric$ = [3, n0, _Met,
|
|
1359
|
+
0,
|
|
1360
|
+
[_N, _MN, _D],
|
|
1361
|
+
[0, 0, () => Dimensions]
|
|
1362
|
+
];
|
|
1363
|
+
var MetricAlarm$ = [3, n0, _MAe,
|
|
1364
|
+
0,
|
|
1365
|
+
[_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT, _EW, _EC, _EI],
|
|
1366
|
+
[0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4, () => EvaluationWindow$, () => EvaluationCriteria$, 1]
|
|
1367
|
+
];
|
|
1368
|
+
var MetricCharacteristics$ = [3, n0, _MC,
|
|
1369
|
+
0,
|
|
1370
|
+
[_PS],
|
|
1371
|
+
[2]
|
|
1372
|
+
];
|
|
1373
|
+
var MetricDataQuery$ = [3, n0, _MDQe,
|
|
1374
|
+
0,
|
|
1375
|
+
[_I, _MS, _Ex, _L, _RD, _P, _AI],
|
|
1376
|
+
[0, () => MetricStat$, 0, 0, 2, 1, 0], 1
|
|
1377
|
+
];
|
|
1378
|
+
var MetricDataResult$ = [3, n0, _MDRe,
|
|
1379
|
+
0,
|
|
1380
|
+
[_I, _L, _Tim, _Va, _SCta, _Mes],
|
|
1381
|
+
[0, 0, 64 | 4, 64 | 1, 0, () => MetricDataResultMessages]
|
|
1382
|
+
];
|
|
1383
|
+
var MetricDatum$ = [3, n0, _MDet,
|
|
1384
|
+
0,
|
|
1385
|
+
[_MN, _D, _T, _V, _SVt, _Va, _Cou, _U, _SRt],
|
|
1386
|
+
[0, () => Dimensions, 4, 1, () => StatisticSet$, 64 | 1, 64 | 1, 0, 1], 1
|
|
1387
|
+
];
|
|
1388
|
+
var MetricMathAnomalyDetector$ = [3, n0, _MMAD,
|
|
1389
|
+
0,
|
|
1390
|
+
[_MDQ],
|
|
1391
|
+
[() => MetricDataQueries]
|
|
1392
|
+
];
|
|
1393
|
+
var MetricStat$ = [3, n0, _MS,
|
|
1394
|
+
0,
|
|
1395
|
+
[_Met, _P, _St, _U],
|
|
1396
|
+
[() => Metric$, 1, 0, 0], 3
|
|
1397
|
+
];
|
|
1398
|
+
var MetricStreamEntry$ = [3, n0, _MSE,
|
|
1399
|
+
0,
|
|
1400
|
+
[_Ar, _CD, _LUD, _Na, _FA, _State, _OF],
|
|
1401
|
+
[0, 4, 4, 0, 0, 0, 0]
|
|
1402
|
+
];
|
|
1403
|
+
var MetricStreamFilter$ = [3, n0, _MSF,
|
|
1404
|
+
0,
|
|
1405
|
+
[_N, _MNe],
|
|
1406
|
+
[0, 64 | 0]
|
|
1407
|
+
];
|
|
1408
|
+
var MetricStreamStatisticsConfiguration$ = [3, n0, _MSSC,
|
|
1409
|
+
0,
|
|
1410
|
+
[_IM, _ASd],
|
|
1411
|
+
[() => MetricStreamStatisticsIncludeMetrics, 64 | 0], 2
|
|
1412
|
+
];
|
|
1413
|
+
var MetricStreamStatisticsMetric$ = [3, n0, _MSSM,
|
|
1414
|
+
0,
|
|
1415
|
+
[_N, _MN],
|
|
1416
|
+
[0, 0], 2
|
|
1417
|
+
];
|
|
1418
|
+
var MuteTargets$ = [3, n0, _MTu,
|
|
1419
|
+
0,
|
|
1420
|
+
[_ANl],
|
|
1421
|
+
[64 | 0], 1
|
|
1422
|
+
];
|
|
1423
|
+
var PartialFailure$ = [3, n0, _PF,
|
|
1424
|
+
0,
|
|
1425
|
+
[_FR, _ETx, _FC, _FD],
|
|
1426
|
+
[0, 0, 0, 0]
|
|
1427
|
+
];
|
|
1428
|
+
var PutAlarmMuteRuleInput$ = [3, n0, _PAMRI,
|
|
1429
|
+
0,
|
|
1430
|
+
[_Na, _R, _De, _MTu, _Ta, _SD, _ED],
|
|
1431
|
+
[0, () => Rule$, 0, () => MuteTargets$, () => TagList, 4, 4], 2
|
|
1432
|
+
];
|
|
1433
|
+
var PutAnomalyDetectorInput$ = [3, n0, _PADI,
|
|
1434
|
+
0,
|
|
1435
|
+
[_N, _MN, _D, _St, _C, _MC, _SMAD, _MMAD],
|
|
1436
|
+
[0, 0, () => Dimensions, 0, () => AnomalyDetectorConfiguration$, () => MetricCharacteristics$, () => SingleMetricAnomalyDetector$, () => MetricMathAnomalyDetector$]
|
|
1437
|
+
];
|
|
1438
|
+
var PutAnomalyDetectorOutput$ = [3, n0, _PADO,
|
|
1439
|
+
0,
|
|
1440
|
+
[],
|
|
1441
|
+
[]
|
|
1442
|
+
];
|
|
1443
|
+
var PutCompositeAlarmInput$ = [3, n0, _PCAI,
|
|
1444
|
+
0,
|
|
1445
|
+
[_AN, _AR, _AE, _AA, _ADl, _IDA, _OKA, _Ta, _AS, _ASWP, _ASEP],
|
|
1446
|
+
[0, 0, 2, 64 | 0, 0, 64 | 0, 64 | 0, () => TagList, 0, 1, 1], 2
|
|
1447
|
+
];
|
|
1448
|
+
var PutDashboardInput$ = [3, n0, _PDI,
|
|
1449
|
+
0,
|
|
1450
|
+
[_DN, _DB, _Ta],
|
|
1451
|
+
[0, 0, () => TagList], 2
|
|
1452
|
+
];
|
|
1453
|
+
var PutDashboardOutput$ = [3, n0, _PDO,
|
|
1454
|
+
0,
|
|
1455
|
+
[_DVMa],
|
|
1456
|
+
[() => DashboardValidationMessages]
|
|
1457
|
+
];
|
|
1458
|
+
var PutInsightRuleInput$ = [3, n0, _PIRI,
|
|
1459
|
+
0,
|
|
1460
|
+
[_RNu, _RDu, _RS, _Ta, _AOTL],
|
|
1461
|
+
[0, 0, 0, () => TagList, 2], 2
|
|
1462
|
+
];
|
|
1463
|
+
var PutInsightRuleOutput$ = [3, n0, _PIRO,
|
|
1464
|
+
0,
|
|
1465
|
+
[],
|
|
1466
|
+
[]
|
|
1467
|
+
];
|
|
1468
|
+
var PutLogAlarmInput$ = [3, n0, _PLAI,
|
|
1469
|
+
0,
|
|
1470
|
+
[_AN, _SQC, _QRTE, _QRTA, _Th, _CO, _ADl, _ALLC, _ALLRA, _AE, _OKA, _AA, _IDA, _TMD, _Ta],
|
|
1471
|
+
[0, () => ScheduledQueryConfiguration$, 1, 1, 1, 0, 0, 1, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, () => TagList], 6
|
|
1472
|
+
];
|
|
1473
|
+
var PutManagedInsightRulesInput$ = [3, n0, _PMIRI,
|
|
1474
|
+
0,
|
|
1475
|
+
[_MRana],
|
|
1476
|
+
[() => ManagedRules], 1
|
|
1477
|
+
];
|
|
1478
|
+
var PutManagedInsightRulesOutput$ = [3, n0, _PMIRO,
|
|
1479
|
+
0,
|
|
1480
|
+
[_F],
|
|
1481
|
+
[() => BatchFailures]
|
|
1482
|
+
];
|
|
1483
|
+
var PutMetricAlarmInput$ = [3, n0, _PMAI,
|
|
1484
|
+
0,
|
|
1485
|
+
[_AN, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _Ta, _TMI, _EW, _EC, _EI],
|
|
1486
|
+
[0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, () => TagList, 0, () => EvaluationWindow$, () => EvaluationCriteria$, 1], 1
|
|
1487
|
+
];
|
|
1488
|
+
var PutMetricDataInput$ = [3, n0, _PMDI,
|
|
1489
|
+
0,
|
|
1490
|
+
[_N, _MD, _EMD, _SEV],
|
|
1491
|
+
[0, () => MetricData, () => EntityMetricDataList, 2], 1
|
|
1492
|
+
];
|
|
1493
|
+
var PutMetricStreamInput$ = [3, n0, _PMSI,
|
|
1494
|
+
0,
|
|
1495
|
+
[_Na, _FA, _RA, _OF, _IF, _EF, _Ta, _SCt, _ILAM],
|
|
1496
|
+
[0, 0, 0, 0, () => MetricStreamFilters, () => MetricStreamFilters, () => TagList, () => MetricStreamStatisticsConfigurations, 2], 4
|
|
1497
|
+
];
|
|
1498
|
+
var PutMetricStreamOutput$ = [3, n0, _PMSO,
|
|
1499
|
+
0,
|
|
1500
|
+
[_Ar],
|
|
1501
|
+
[0]
|
|
1502
|
+
];
|
|
1503
|
+
var Range$ = [3, n0, _Ra,
|
|
1504
|
+
0,
|
|
1505
|
+
[_ST, _ET],
|
|
1506
|
+
[4, 4], 2
|
|
1507
|
+
];
|
|
1508
|
+
var Rule$ = [3, n0, _R,
|
|
1509
|
+
0,
|
|
1510
|
+
[_Sch],
|
|
1511
|
+
[() => Schedule$], 1
|
|
1512
|
+
];
|
|
1513
|
+
var Schedule$ = [3, n0, _Sch,
|
|
1514
|
+
0,
|
|
1515
|
+
[_Ex, _Du, _Ti],
|
|
1516
|
+
[0, 0, 0], 2
|
|
1517
|
+
];
|
|
1518
|
+
var ScheduleConfiguration$ = [3, n0, _SCc,
|
|
1519
|
+
0,
|
|
1520
|
+
[_SE, _STO, _ETO],
|
|
1521
|
+
[0, 1, 1], 1
|
|
1522
|
+
];
|
|
1523
|
+
var ScheduledQueryConfiguration$ = [3, n0, _SQC,
|
|
1524
|
+
0,
|
|
1525
|
+
[_QS, _SQRARN, _SCc, _AEg, _LGI, _QARN, _Ta],
|
|
1526
|
+
[0, 0, () => ScheduleConfiguration$, 0, 64 | 0, 0, () => TagList], 4
|
|
1527
|
+
];
|
|
1528
|
+
var SetAlarmStateInput$ = [3, n0, _SASI,
|
|
1529
|
+
0,
|
|
1530
|
+
[_AN, _SV, _SR, _SRD],
|
|
1531
|
+
[0, 0, 0, 0], 3
|
|
1532
|
+
];
|
|
1533
|
+
var SingleMetricAnomalyDetector$ = [3, n0, _SMAD,
|
|
1534
|
+
0,
|
|
1535
|
+
[_AI, _N, _MN, _D, _St],
|
|
1536
|
+
[0, 0, 0, () => Dimensions, 0]
|
|
1537
|
+
];
|
|
1538
|
+
var SlidingWindow$ = [3, n0, _SW,
|
|
1539
|
+
0,
|
|
1540
|
+
[],
|
|
1541
|
+
[]
|
|
1542
|
+
];
|
|
1543
|
+
var StartMetricStreamsInput$ = [3, n0, _SMSI,
|
|
1544
|
+
0,
|
|
1545
|
+
[_Nam],
|
|
1546
|
+
[64 | 0], 1
|
|
1547
|
+
];
|
|
1548
|
+
var StartMetricStreamsOutput$ = [3, n0, _SMSO,
|
|
1549
|
+
0,
|
|
1550
|
+
[],
|
|
1551
|
+
[]
|
|
1552
|
+
];
|
|
1553
|
+
var StartOTelEnrichmentInput$ = [3, n0, _SOTEI,
|
|
1554
|
+
0,
|
|
1555
|
+
[],
|
|
1556
|
+
[]
|
|
1557
|
+
];
|
|
1558
|
+
var StartOTelEnrichmentOutput$ = [3, n0, _SOTEO,
|
|
1559
|
+
0,
|
|
1560
|
+
[],
|
|
1561
|
+
[]
|
|
1562
|
+
];
|
|
1563
|
+
var StatisticSet$ = [3, n0, _SS,
|
|
1564
|
+
0,
|
|
1565
|
+
[_SC, _Su, _Mi, _Ma],
|
|
1566
|
+
[1, 1, 1, 1], 4
|
|
1567
|
+
];
|
|
1568
|
+
var StopMetricStreamsInput$ = [3, n0, _SMSIt,
|
|
1569
|
+
0,
|
|
1570
|
+
[_Nam],
|
|
1571
|
+
[64 | 0], 1
|
|
1572
|
+
];
|
|
1573
|
+
var StopMetricStreamsOutput$ = [3, n0, _SMSOt,
|
|
1574
|
+
0,
|
|
1575
|
+
[],
|
|
1576
|
+
[]
|
|
1577
|
+
];
|
|
1578
|
+
var StopOTelEnrichmentInput$ = [3, n0, _SOTEIt,
|
|
1579
|
+
0,
|
|
1580
|
+
[],
|
|
1581
|
+
[]
|
|
1582
|
+
];
|
|
1583
|
+
var StopOTelEnrichmentOutput$ = [3, n0, _SOTEOt,
|
|
1584
|
+
0,
|
|
1585
|
+
[],
|
|
1586
|
+
[]
|
|
1587
|
+
];
|
|
1588
|
+
var Tag$ = [3, n0, _Tag,
|
|
1589
|
+
0,
|
|
1590
|
+
[_Ke, _V],
|
|
1591
|
+
[0, 0], 2
|
|
1592
|
+
];
|
|
1593
|
+
var TagResourceInput$ = [3, n0, _TRI,
|
|
1594
|
+
0,
|
|
1595
|
+
[_RARN, _Ta],
|
|
1596
|
+
[0, () => TagList], 2
|
|
1597
|
+
];
|
|
1598
|
+
var TagResourceOutput$ = [3, n0, _TRO,
|
|
1599
|
+
0,
|
|
1600
|
+
[],
|
|
1601
|
+
[]
|
|
1602
|
+
];
|
|
1603
|
+
var UntagResourceInput$ = [3, n0, _URI,
|
|
1604
|
+
0,
|
|
1605
|
+
[_RARN, _TK],
|
|
1606
|
+
[0, 64 | 0], 2
|
|
1607
|
+
];
|
|
1608
|
+
var UntagResourceOutput$ = [3, n0, _URO,
|
|
1609
|
+
0,
|
|
1610
|
+
[],
|
|
1611
|
+
[]
|
|
1612
|
+
];
|
|
1613
|
+
var WallClockWindow$ = [3, n0, _WCW,
|
|
1614
|
+
0,
|
|
1615
|
+
[_Ti],
|
|
1616
|
+
[0]
|
|
1617
|
+
];
|
|
1618
|
+
var __Unit = "unit";
|
|
1619
|
+
var AlarmContributors = [1, n0, _ACl,
|
|
1620
|
+
0, () => AlarmContributor$
|
|
1621
|
+
];
|
|
1622
|
+
var AlarmHistoryItems = [1, n0, _AHIl,
|
|
1623
|
+
0, () => AlarmHistoryItem$
|
|
1624
|
+
];
|
|
1625
|
+
var AlarmMuteRuleSummaries = [1, n0, _AMRSl,
|
|
1626
|
+
0, () => AlarmMuteRuleSummary$
|
|
1627
|
+
];
|
|
1628
|
+
var AnomalyDetectorExcludedTimeRanges = [1, n0, _ADETR,
|
|
1629
|
+
0, () => Range$
|
|
1630
|
+
];
|
|
1631
|
+
var AnomalyDetectors = [1, n0, _ADn,
|
|
1632
|
+
0, () => AnomalyDetector$
|
|
1633
|
+
];
|
|
1634
|
+
var BatchFailures = [1, n0, _BF,
|
|
1635
|
+
0, () => PartialFailure$
|
|
1636
|
+
];
|
|
1637
|
+
var CompositeAlarms = [1, n0, _CAom,
|
|
1638
|
+
0, () => CompositeAlarm$
|
|
1639
|
+
];
|
|
1640
|
+
var DashboardEntries = [1, n0, _DEa,
|
|
1641
|
+
0, () => DashboardEntry$
|
|
1642
|
+
];
|
|
1643
|
+
var DashboardValidationMessages = [1, n0, _DVMa,
|
|
1644
|
+
0, () => DashboardValidationMessage$
|
|
1645
|
+
];
|
|
1646
|
+
var Datapoints = [1, n0, _Dat,
|
|
1647
|
+
0, () => Datapoint$
|
|
1648
|
+
];
|
|
1649
|
+
var DimensionFilters = [1, n0, _DFi,
|
|
1650
|
+
0, () => DimensionFilter$
|
|
1651
|
+
];
|
|
1652
|
+
var Dimensions = [1, n0, _D,
|
|
1653
|
+
0, () => Dimension$
|
|
1654
|
+
];
|
|
1655
|
+
var EntityMetricDataList = [1, n0, _EMDL,
|
|
1656
|
+
0, () => EntityMetricData$
|
|
1657
|
+
];
|
|
1658
|
+
var InsightRuleContributorDatapoints = [1, n0, _IRCDn,
|
|
1659
|
+
0, () => InsightRuleContributorDatapoint$
|
|
1660
|
+
];
|
|
1661
|
+
var InsightRuleContributors = [1, n0, _IRCn,
|
|
1662
|
+
0, () => InsightRuleContributor$
|
|
1663
|
+
];
|
|
1664
|
+
var InsightRuleMetricDatapoints = [1, n0, _IRMDn,
|
|
1665
|
+
0, () => InsightRuleMetricDatapoint$
|
|
1666
|
+
];
|
|
1667
|
+
var InsightRules = [1, n0, _IR,
|
|
1668
|
+
0, () => InsightRule$
|
|
1669
|
+
];
|
|
1670
|
+
var LogAlarms = [1, n0, _LA,
|
|
1671
|
+
0, () => LogAlarm$
|
|
1672
|
+
];
|
|
1673
|
+
var ManagedRuleDescriptions = [1, n0, _MRDa,
|
|
1674
|
+
0, () => ManagedRuleDescription$
|
|
1675
|
+
];
|
|
1676
|
+
var ManagedRules = [1, n0, _MRana,
|
|
1677
|
+
0, () => ManagedRule$
|
|
1678
|
+
];
|
|
1679
|
+
var MetricAlarms = [1, n0, _MA,
|
|
1680
|
+
0, () => MetricAlarm$
|
|
1681
|
+
];
|
|
1682
|
+
var MetricData = [1, n0, _MD,
|
|
1683
|
+
0, () => MetricDatum$
|
|
1684
|
+
];
|
|
1685
|
+
var MetricDataQueries = [1, n0, _MDQ,
|
|
1686
|
+
0, () => MetricDataQuery$
|
|
1687
|
+
];
|
|
1688
|
+
var MetricDataResultMessages = [1, n0, _MDRM,
|
|
1689
|
+
0, () => MessageData$
|
|
1690
|
+
];
|
|
1691
|
+
var MetricDataResults = [1, n0, _MDR,
|
|
1692
|
+
0, () => MetricDataResult$
|
|
1693
|
+
];
|
|
1694
|
+
var Metrics = [1, n0, _Me,
|
|
1695
|
+
0, () => Metric$
|
|
1696
|
+
];
|
|
1697
|
+
var MetricStreamEntries = [1, n0, _MSEe,
|
|
1698
|
+
0, () => MetricStreamEntry$
|
|
1699
|
+
];
|
|
1700
|
+
var MetricStreamFilters = [1, n0, _MSFe,
|
|
1701
|
+
0, () => MetricStreamFilter$
|
|
1702
|
+
];
|
|
1703
|
+
var MetricStreamStatisticsConfigurations = [1, n0, _MSSCe,
|
|
1704
|
+
0, () => MetricStreamStatisticsConfiguration$
|
|
1705
|
+
];
|
|
1706
|
+
var MetricStreamStatisticsIncludeMetrics = [1, n0, _MSSIM,
|
|
1707
|
+
0, () => MetricStreamStatisticsMetric$
|
|
1708
|
+
];
|
|
1709
|
+
var TagList = [1, n0, _TL,
|
|
1710
|
+
0, () => Tag$
|
|
1711
|
+
];
|
|
1712
|
+
var EvaluationCriteria$ = [4, n0, _EC,
|
|
1713
|
+
0,
|
|
1714
|
+
[_PQLC],
|
|
1715
|
+
[() => AlarmPromQLCriteria$]
|
|
1716
|
+
];
|
|
1717
|
+
var EvaluationWindow$ = [4, n0, _EW,
|
|
1718
|
+
0,
|
|
1719
|
+
[_WCW, _SW],
|
|
1720
|
+
[() => WallClockWindow$, () => SlidingWindow$]
|
|
1721
|
+
];
|
|
1722
|
+
var AssociateDatasetKmsKey$ = [9, n0, _ADKK,
|
|
1723
|
+
0, () => AssociateDatasetKmsKeyInput$, () => AssociateDatasetKmsKeyOutput$
|
|
1724
|
+
];
|
|
1725
|
+
var DeleteAlarmMuteRule$ = [9, n0, _DAMR,
|
|
1726
|
+
0, () => DeleteAlarmMuteRuleInput$, () => __Unit
|
|
1727
|
+
];
|
|
1728
|
+
var DeleteAlarms$ = [9, n0, _DAe,
|
|
1729
|
+
0, () => DeleteAlarmsInput$, () => __Unit
|
|
1730
|
+
];
|
|
1731
|
+
var DeleteAnomalyDetector$ = [9, n0, _DAD,
|
|
1732
|
+
0, () => DeleteAnomalyDetectorInput$, () => DeleteAnomalyDetectorOutput$
|
|
1733
|
+
];
|
|
1734
|
+
var DeleteDashboards$ = [9, n0, _DD,
|
|
1735
|
+
0, () => DeleteDashboardsInput$, () => DeleteDashboardsOutput$
|
|
1736
|
+
];
|
|
1737
|
+
var DeleteInsightRules$ = [9, n0, _DIR,
|
|
1738
|
+
0, () => DeleteInsightRulesInput$, () => DeleteInsightRulesOutput$
|
|
1739
|
+
];
|
|
1740
|
+
var DeleteMetricStream$ = [9, n0, _DMS,
|
|
1741
|
+
0, () => DeleteMetricStreamInput$, () => DeleteMetricStreamOutput$
|
|
1742
|
+
];
|
|
1743
|
+
var DescribeAlarmContributors$ = [9, n0, _DAC,
|
|
1744
|
+
0, () => DescribeAlarmContributorsInput$, () => DescribeAlarmContributorsOutput$
|
|
1745
|
+
];
|
|
1746
|
+
var DescribeAlarmHistory$ = [9, n0, _DAH,
|
|
1747
|
+
0, () => DescribeAlarmHistoryInput$, () => DescribeAlarmHistoryOutput$
|
|
1748
|
+
];
|
|
1749
|
+
var DescribeAlarms$ = [9, n0, _DAes,
|
|
1750
|
+
0, () => DescribeAlarmsInput$, () => DescribeAlarmsOutput$
|
|
1751
|
+
];
|
|
1752
|
+
var DescribeAlarmsForMetric$ = [9, n0, _DAFM,
|
|
1753
|
+
0, () => DescribeAlarmsForMetricInput$, () => DescribeAlarmsForMetricOutput$
|
|
1754
|
+
];
|
|
1755
|
+
var DescribeAnomalyDetectors$ = [9, n0, _DADe,
|
|
1756
|
+
0, () => DescribeAnomalyDetectorsInput$, () => DescribeAnomalyDetectorsOutput$
|
|
1757
|
+
];
|
|
1758
|
+
var DescribeInsightRules$ = [9, n0, _DIRe,
|
|
1759
|
+
0, () => DescribeInsightRulesInput$, () => DescribeInsightRulesOutput$
|
|
1760
|
+
];
|
|
1761
|
+
var DisableAlarmActions$ = [9, n0, _DAA,
|
|
1762
|
+
0, () => DisableAlarmActionsInput$, () => __Unit
|
|
1763
|
+
];
|
|
1764
|
+
var DisableInsightRules$ = [9, n0, _DIRi,
|
|
1765
|
+
0, () => DisableInsightRulesInput$, () => DisableInsightRulesOutput$
|
|
1766
|
+
];
|
|
1767
|
+
var DisassociateDatasetKmsKey$ = [9, n0, _DDKK,
|
|
1768
|
+
2, () => DisassociateDatasetKmsKeyInput$, () => DisassociateDatasetKmsKeyOutput$
|
|
1769
|
+
];
|
|
1770
|
+
var EnableAlarmActions$ = [9, n0, _EAA,
|
|
1771
|
+
0, () => EnableAlarmActionsInput$, () => __Unit
|
|
1772
|
+
];
|
|
1773
|
+
var EnableInsightRules$ = [9, n0, _EIR,
|
|
1774
|
+
0, () => EnableInsightRulesInput$, () => EnableInsightRulesOutput$
|
|
1775
|
+
];
|
|
1776
|
+
var GetAlarmMuteRule$ = [9, n0, _GAMR,
|
|
1777
|
+
0, () => GetAlarmMuteRuleInput$, () => GetAlarmMuteRuleOutput$
|
|
1778
|
+
];
|
|
1779
|
+
var GetDashboard$ = [9, n0, _GD,
|
|
1780
|
+
0, () => GetDashboardInput$, () => GetDashboardOutput$
|
|
1781
|
+
];
|
|
1782
|
+
var GetDataset$ = [9, n0, _GDe,
|
|
1783
|
+
0, () => GetDatasetInput$, () => GetDatasetOutput$
|
|
1784
|
+
];
|
|
1785
|
+
var GetInsightRuleReport$ = [9, n0, _GIRR,
|
|
1786
|
+
0, () => GetInsightRuleReportInput$, () => GetInsightRuleReportOutput$
|
|
1787
|
+
];
|
|
1788
|
+
var GetMetricData$ = [9, n0, _GMD,
|
|
1789
|
+
0, () => GetMetricDataInput$, () => GetMetricDataOutput$
|
|
1790
|
+
];
|
|
1791
|
+
var GetMetricStatistics$ = [9, n0, _GMS,
|
|
1792
|
+
0, () => GetMetricStatisticsInput$, () => GetMetricStatisticsOutput$
|
|
1793
|
+
];
|
|
1794
|
+
var GetMetricStream$ = [9, n0, _GMSe,
|
|
1795
|
+
0, () => GetMetricStreamInput$, () => GetMetricStreamOutput$
|
|
1796
|
+
];
|
|
1797
|
+
var GetMetricWidgetImage$ = [9, n0, _GMWI,
|
|
1798
|
+
0, () => GetMetricWidgetImageInput$, () => GetMetricWidgetImageOutput$
|
|
1799
|
+
];
|
|
1800
|
+
var GetOTelEnrichment$ = [9, n0, _GOTE,
|
|
1801
|
+
0, () => GetOTelEnrichmentInput$, () => GetOTelEnrichmentOutput$
|
|
1802
|
+
];
|
|
1803
|
+
var ListAlarmMuteRules$ = [9, n0, _LAMR,
|
|
1804
|
+
0, () => ListAlarmMuteRulesInput$, () => ListAlarmMuteRulesOutput$
|
|
1805
|
+
];
|
|
1806
|
+
var ListDashboards$ = [9, n0, _LD,
|
|
1807
|
+
0, () => ListDashboardsInput$, () => ListDashboardsOutput$
|
|
1808
|
+
];
|
|
1809
|
+
var ListManagedInsightRules$ = [9, n0, _LMIR,
|
|
1810
|
+
0, () => ListManagedInsightRulesInput$, () => ListManagedInsightRulesOutput$
|
|
1811
|
+
];
|
|
1812
|
+
var ListMetrics$ = [9, n0, _LMi,
|
|
1813
|
+
0, () => ListMetricsInput$, () => ListMetricsOutput$
|
|
1814
|
+
];
|
|
1815
|
+
var ListMetricStreams$ = [9, n0, _LMS,
|
|
1816
|
+
0, () => ListMetricStreamsInput$, () => ListMetricStreamsOutput$
|
|
1817
|
+
];
|
|
1818
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1819
|
+
0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1820
|
+
];
|
|
1821
|
+
var PutAlarmMuteRule$ = [9, n0, _PAMR,
|
|
1822
|
+
0, () => PutAlarmMuteRuleInput$, () => __Unit
|
|
1823
|
+
];
|
|
1824
|
+
var PutAnomalyDetector$ = [9, n0, _PAD,
|
|
1825
|
+
0, () => PutAnomalyDetectorInput$, () => PutAnomalyDetectorOutput$
|
|
1826
|
+
];
|
|
1827
|
+
var PutCompositeAlarm$ = [9, n0, _PCA,
|
|
1828
|
+
0, () => PutCompositeAlarmInput$, () => __Unit
|
|
1829
|
+
];
|
|
1830
|
+
var PutDashboard$ = [9, n0, _PD,
|
|
1831
|
+
0, () => PutDashboardInput$, () => PutDashboardOutput$
|
|
1832
|
+
];
|
|
1833
|
+
var PutInsightRule$ = [9, n0, _PIR,
|
|
1834
|
+
0, () => PutInsightRuleInput$, () => PutInsightRuleOutput$
|
|
1835
|
+
];
|
|
1836
|
+
var PutLogAlarm$ = [9, n0, _PLA,
|
|
1837
|
+
0, () => PutLogAlarmInput$, () => __Unit
|
|
1838
|
+
];
|
|
1839
|
+
var PutManagedInsightRules$ = [9, n0, _PMIR,
|
|
1840
|
+
0, () => PutManagedInsightRulesInput$, () => PutManagedInsightRulesOutput$
|
|
1841
|
+
];
|
|
1842
|
+
var PutMetricAlarm$ = [9, n0, _PMA,
|
|
1843
|
+
0, () => PutMetricAlarmInput$, () => __Unit
|
|
1844
|
+
];
|
|
1845
|
+
var PutMetricData$ = [9, n0, _PMD,
|
|
1846
|
+
0, () => PutMetricDataInput$, () => __Unit
|
|
1847
|
+
];
|
|
1848
|
+
var PutMetricStream$ = [9, n0, _PMS,
|
|
1849
|
+
0, () => PutMetricStreamInput$, () => PutMetricStreamOutput$
|
|
1850
|
+
];
|
|
1851
|
+
var SetAlarmState$ = [9, n0, _SAS,
|
|
1852
|
+
0, () => SetAlarmStateInput$, () => __Unit
|
|
1853
|
+
];
|
|
1854
|
+
var StartMetricStreams$ = [9, n0, _SMS,
|
|
1855
|
+
0, () => StartMetricStreamsInput$, () => StartMetricStreamsOutput$
|
|
1856
|
+
];
|
|
1857
|
+
var StartOTelEnrichment$ = [9, n0, _SOTE,
|
|
1858
|
+
0, () => StartOTelEnrichmentInput$, () => StartOTelEnrichmentOutput$
|
|
1859
|
+
];
|
|
1860
|
+
var StopMetricStreams$ = [9, n0, _SMSt,
|
|
1861
|
+
0, () => StopMetricStreamsInput$, () => StopMetricStreamsOutput$
|
|
1862
|
+
];
|
|
1863
|
+
var StopOTelEnrichment$ = [9, n0, _SOTEt,
|
|
1864
|
+
0, () => StopOTelEnrichmentInput$, () => StopOTelEnrichmentOutput$
|
|
1865
|
+
];
|
|
1866
|
+
var TagResource$ = [9, n0, _TR,
|
|
1867
|
+
0, () => TagResourceInput$, () => TagResourceOutput$
|
|
1868
|
+
];
|
|
1869
|
+
var UntagResource$ = [9, n0, _UR,
|
|
1870
|
+
0, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
1871
|
+
];
|
|
1872
|
+
|
|
1873
|
+
const getRuntimeConfig$1 = (config) => {
|
|
1874
|
+
return {
|
|
1875
|
+
apiVersion: "2010-08-01",
|
|
1876
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
1877
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
1878
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
1879
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
1880
|
+
extensions: config?.extensions ?? [],
|
|
1881
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultCloudWatchHttpAuthSchemeProvider,
|
|
1882
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
1883
|
+
{
|
|
1884
|
+
schemeId: "aws.auth#sigv4",
|
|
1885
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
1886
|
+
signer: new AwsSdkSigV4Signer(),
|
|
1887
|
+
},
|
|
1888
|
+
],
|
|
1889
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
1890
|
+
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
1891
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
1892
|
+
defaultNamespace: "com.amazonaws.cloudwatch",
|
|
1893
|
+
errorTypeRegistries,
|
|
1894
|
+
xmlNamespace: "http://monitoring.amazonaws.com/doc/2010-08-01/",
|
|
1895
|
+
version: "2010-08-01",
|
|
1896
|
+
serviceTarget: "GraniteServiceVersion20100801",
|
|
1897
|
+
awsQueryCompatible: true,
|
|
1898
|
+
},
|
|
1899
|
+
serviceId: config?.serviceId ?? "CloudWatch",
|
|
1900
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1901
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
1902
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1903
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
1904
|
+
};
|
|
1905
|
+
};
|
|
1906
|
+
|
|
1907
|
+
const getRuntimeConfig = (config) => {
|
|
1908
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
1909
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
1910
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
1911
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
1912
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
1913
|
+
const loaderConfig = {
|
|
1914
|
+
profile: config?.profile,
|
|
1915
|
+
logger: clientSharedValues.logger,
|
|
1916
|
+
};
|
|
1917
|
+
return {
|
|
1918
|
+
...clientSharedValues,
|
|
1919
|
+
...config,
|
|
1920
|
+
runtime: "node",
|
|
1921
|
+
defaultsMode,
|
|
1922
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
1923
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
1924
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
1925
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
1926
|
+
disableRequestCompression: config?.disableRequestCompression ?? loadConfig(NODE_DISABLE_REQUEST_COMPRESSION_CONFIG_OPTIONS, config),
|
|
1927
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
1928
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
1929
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
1930
|
+
requestMinCompressionSizeBytes: config?.requestMinCompressionSizeBytes ?? loadConfig(NODE_REQUEST_MIN_COMPRESSION_SIZE_BYTES_CONFIG_OPTIONS, config),
|
|
1931
|
+
retryMode: config?.retryMode ??
|
|
1932
|
+
loadConfig({
|
|
1933
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1934
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1935
|
+
}, config),
|
|
1936
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1937
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1938
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1939
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
1940
|
+
};
|
|
1941
|
+
};
|
|
1942
|
+
|
|
35
1943
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
36
1944
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
37
1945
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -569,6 +2477,18 @@ class PutInsightRuleCommand extends Command
|
|
|
569
2477
|
.build() {
|
|
570
2478
|
}
|
|
571
2479
|
|
|
2480
|
+
class PutLogAlarmCommand extends Command
|
|
2481
|
+
.classBuilder()
|
|
2482
|
+
.ep(commonParams)
|
|
2483
|
+
.m(function (Command, cs, config, o) {
|
|
2484
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2485
|
+
})
|
|
2486
|
+
.s("GraniteServiceVersion20100801", "PutLogAlarm", {})
|
|
2487
|
+
.n("CloudWatchClient", "PutLogAlarmCommand")
|
|
2488
|
+
.sc(PutLogAlarm$)
|
|
2489
|
+
.build() {
|
|
2490
|
+
}
|
|
2491
|
+
|
|
572
2492
|
class PutManagedInsightRulesCommand extends Command
|
|
573
2493
|
.classBuilder()
|
|
574
2494
|
.ep(commonParams)
|
|
@@ -726,7 +2646,7 @@ const paginateListMetrics = createPaginator(CloudWatchClient, ListMetricsCommand
|
|
|
726
2646
|
|
|
727
2647
|
const paginateListMetricStreams = createPaginator(CloudWatchClient, ListMetricStreamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
728
2648
|
|
|
729
|
-
const checkState$
|
|
2649
|
+
const checkState$3 = async (client, input) => {
|
|
730
2650
|
let reason;
|
|
731
2651
|
try {
|
|
732
2652
|
let result = await client.send(new DescribeAlarmsCommand(input));
|
|
@@ -749,15 +2669,15 @@ const checkState$2 = async (client, input) => {
|
|
|
749
2669
|
};
|
|
750
2670
|
const waitForAlarmExists = async (params, input) => {
|
|
751
2671
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
752
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
2672
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
753
2673
|
};
|
|
754
2674
|
const waitUntilAlarmExists = async (params, input) => {
|
|
755
2675
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
756
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
2676
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
757
2677
|
return checkExceptions(result);
|
|
758
2678
|
};
|
|
759
2679
|
|
|
760
|
-
const checkState$
|
|
2680
|
+
const checkState$2 = async (client, input) => {
|
|
761
2681
|
let reason;
|
|
762
2682
|
try {
|
|
763
2683
|
let result = await client.send(new GetAlarmMuteRuleCommand(input));
|
|
@@ -774,15 +2694,15 @@ const checkState$1 = async (client, input) => {
|
|
|
774
2694
|
};
|
|
775
2695
|
const waitForAlarmMuteRuleExists = async (params, input) => {
|
|
776
2696
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
777
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
2697
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
778
2698
|
};
|
|
779
2699
|
const waitUntilAlarmMuteRuleExists = async (params, input) => {
|
|
780
2700
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
781
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
2701
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
782
2702
|
return checkExceptions(result);
|
|
783
2703
|
};
|
|
784
2704
|
|
|
785
|
-
const checkState = async (client, input) => {
|
|
2705
|
+
const checkState$1 = async (client, input) => {
|
|
786
2706
|
let reason;
|
|
787
2707
|
try {
|
|
788
2708
|
let result = await client.send(new DescribeAlarmsCommand(input));
|
|
@@ -805,9 +2725,40 @@ const checkState = async (client, input) => {
|
|
|
805
2725
|
};
|
|
806
2726
|
const waitForCompositeAlarmExists = async (params, input) => {
|
|
807
2727
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
808
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2728
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
809
2729
|
};
|
|
810
2730
|
const waitUntilCompositeAlarmExists = async (params, input) => {
|
|
2731
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2732
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2733
|
+
return checkExceptions(result);
|
|
2734
|
+
};
|
|
2735
|
+
|
|
2736
|
+
const checkState = async (client, input) => {
|
|
2737
|
+
let reason;
|
|
2738
|
+
try {
|
|
2739
|
+
let result = await client.send(new DescribeAlarmsCommand(input));
|
|
2740
|
+
reason = result;
|
|
2741
|
+
try {
|
|
2742
|
+
const returnComparator = () => {
|
|
2743
|
+
let flat_1 = [].concat(...result.LogAlarms);
|
|
2744
|
+
return (flat_1.length > 0);
|
|
2745
|
+
};
|
|
2746
|
+
if (returnComparator() == true) {
|
|
2747
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
catch (e) { }
|
|
2751
|
+
}
|
|
2752
|
+
catch (exception) {
|
|
2753
|
+
reason = exception;
|
|
2754
|
+
}
|
|
2755
|
+
return { state: WaiterState.RETRY, reason };
|
|
2756
|
+
};
|
|
2757
|
+
const waitForLogAlarmExists = async (params, input) => {
|
|
2758
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2759
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2760
|
+
};
|
|
2761
|
+
const waitUntilLogAlarmExists = async (params, input) => {
|
|
811
2762
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
812
2763
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
813
2764
|
return checkExceptions(result);
|
|
@@ -852,6 +2803,7 @@ const commands = {
|
|
|
852
2803
|
PutCompositeAlarmCommand,
|
|
853
2804
|
PutDashboardCommand,
|
|
854
2805
|
PutInsightRuleCommand,
|
|
2806
|
+
PutLogAlarmCommand,
|
|
855
2807
|
PutManagedInsightRulesCommand,
|
|
856
2808
|
PutMetricAlarmCommand,
|
|
857
2809
|
PutMetricDataCommand,
|
|
@@ -879,6 +2831,7 @@ const paginators = {
|
|
|
879
2831
|
const waiters = {
|
|
880
2832
|
waitUntilAlarmExists,
|
|
881
2833
|
waitUntilCompositeAlarmExists,
|
|
2834
|
+
waitUntilLogAlarmExists,
|
|
882
2835
|
waitUntilAlarmMuteRuleExists,
|
|
883
2836
|
};
|
|
884
2837
|
class CloudWatch extends CloudWatchClient {
|
|
@@ -892,6 +2845,7 @@ const ActionsSuppressedBy = {
|
|
|
892
2845
|
};
|
|
893
2846
|
const AlarmType = {
|
|
894
2847
|
CompositeAlarm: "CompositeAlarm",
|
|
2848
|
+
LogAlarm: "LogAlarm",
|
|
895
2849
|
MetricAlarm: "MetricAlarm",
|
|
896
2850
|
};
|
|
897
2851
|
const HistoryItemType = {
|
|
@@ -994,72 +2948,302 @@ const RecentlyActive = {
|
|
|
994
2948
|
};
|
|
995
2949
|
|
|
996
2950
|
exports.ActionsSuppressedBy = ActionsSuppressedBy;
|
|
2951
|
+
exports.AlarmContributor$ = AlarmContributor$;
|
|
2952
|
+
exports.AlarmHistoryItem$ = AlarmHistoryItem$;
|
|
997
2953
|
exports.AlarmMuteRuleStatus = AlarmMuteRuleStatus;
|
|
2954
|
+
exports.AlarmMuteRuleSummary$ = AlarmMuteRuleSummary$;
|
|
2955
|
+
exports.AlarmPromQLCriteria$ = AlarmPromQLCriteria$;
|
|
998
2956
|
exports.AlarmType = AlarmType;
|
|
2957
|
+
exports.AnomalyDetector$ = AnomalyDetector$;
|
|
2958
|
+
exports.AnomalyDetectorConfiguration$ = AnomalyDetectorConfiguration$;
|
|
999
2959
|
exports.AnomalyDetectorStateValue = AnomalyDetectorStateValue;
|
|
1000
2960
|
exports.AnomalyDetectorType = AnomalyDetectorType;
|
|
2961
|
+
exports.AssociateDatasetKmsKey$ = AssociateDatasetKmsKey$;
|
|
1001
2962
|
exports.AssociateDatasetKmsKeyCommand = AssociateDatasetKmsKeyCommand;
|
|
2963
|
+
exports.AssociateDatasetKmsKeyInput$ = AssociateDatasetKmsKeyInput$;
|
|
2964
|
+
exports.AssociateDatasetKmsKeyOutput$ = AssociateDatasetKmsKeyOutput$;
|
|
1002
2965
|
exports.CloudWatch = CloudWatch;
|
|
1003
2966
|
exports.CloudWatchClient = CloudWatchClient;
|
|
2967
|
+
exports.CloudWatchServiceException = CloudWatchServiceException;
|
|
2968
|
+
exports.CloudWatchServiceException$ = CloudWatchServiceException$;
|
|
1004
2969
|
exports.ComparisonOperator = ComparisonOperator;
|
|
2970
|
+
exports.CompositeAlarm$ = CompositeAlarm$;
|
|
2971
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
2972
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
2973
|
+
exports.ConflictException = ConflictException;
|
|
2974
|
+
exports.ConflictException$ = ConflictException$;
|
|
2975
|
+
exports.DashboardEntry$ = DashboardEntry$;
|
|
2976
|
+
exports.DashboardInvalidInputError = DashboardInvalidInputError;
|
|
2977
|
+
exports.DashboardInvalidInputError$ = DashboardInvalidInputError$;
|
|
2978
|
+
exports.DashboardNotFoundError = DashboardNotFoundError;
|
|
2979
|
+
exports.DashboardNotFoundError$ = DashboardNotFoundError$;
|
|
2980
|
+
exports.DashboardValidationMessage$ = DashboardValidationMessage$;
|
|
2981
|
+
exports.Datapoint$ = Datapoint$;
|
|
2982
|
+
exports.DeleteAlarmMuteRule$ = DeleteAlarmMuteRule$;
|
|
1005
2983
|
exports.DeleteAlarmMuteRuleCommand = DeleteAlarmMuteRuleCommand;
|
|
2984
|
+
exports.DeleteAlarmMuteRuleInput$ = DeleteAlarmMuteRuleInput$;
|
|
2985
|
+
exports.DeleteAlarms$ = DeleteAlarms$;
|
|
1006
2986
|
exports.DeleteAlarmsCommand = DeleteAlarmsCommand;
|
|
2987
|
+
exports.DeleteAlarmsInput$ = DeleteAlarmsInput$;
|
|
2988
|
+
exports.DeleteAnomalyDetector$ = DeleteAnomalyDetector$;
|
|
1007
2989
|
exports.DeleteAnomalyDetectorCommand = DeleteAnomalyDetectorCommand;
|
|
2990
|
+
exports.DeleteAnomalyDetectorInput$ = DeleteAnomalyDetectorInput$;
|
|
2991
|
+
exports.DeleteAnomalyDetectorOutput$ = DeleteAnomalyDetectorOutput$;
|
|
2992
|
+
exports.DeleteDashboards$ = DeleteDashboards$;
|
|
1008
2993
|
exports.DeleteDashboardsCommand = DeleteDashboardsCommand;
|
|
2994
|
+
exports.DeleteDashboardsInput$ = DeleteDashboardsInput$;
|
|
2995
|
+
exports.DeleteDashboardsOutput$ = DeleteDashboardsOutput$;
|
|
2996
|
+
exports.DeleteInsightRules$ = DeleteInsightRules$;
|
|
1009
2997
|
exports.DeleteInsightRulesCommand = DeleteInsightRulesCommand;
|
|
2998
|
+
exports.DeleteInsightRulesInput$ = DeleteInsightRulesInput$;
|
|
2999
|
+
exports.DeleteInsightRulesOutput$ = DeleteInsightRulesOutput$;
|
|
3000
|
+
exports.DeleteMetricStream$ = DeleteMetricStream$;
|
|
1010
3001
|
exports.DeleteMetricStreamCommand = DeleteMetricStreamCommand;
|
|
3002
|
+
exports.DeleteMetricStreamInput$ = DeleteMetricStreamInput$;
|
|
3003
|
+
exports.DeleteMetricStreamOutput$ = DeleteMetricStreamOutput$;
|
|
3004
|
+
exports.DescribeAlarmContributors$ = DescribeAlarmContributors$;
|
|
1011
3005
|
exports.DescribeAlarmContributorsCommand = DescribeAlarmContributorsCommand;
|
|
3006
|
+
exports.DescribeAlarmContributorsInput$ = DescribeAlarmContributorsInput$;
|
|
3007
|
+
exports.DescribeAlarmContributorsOutput$ = DescribeAlarmContributorsOutput$;
|
|
3008
|
+
exports.DescribeAlarmHistory$ = DescribeAlarmHistory$;
|
|
1012
3009
|
exports.DescribeAlarmHistoryCommand = DescribeAlarmHistoryCommand;
|
|
3010
|
+
exports.DescribeAlarmHistoryInput$ = DescribeAlarmHistoryInput$;
|
|
3011
|
+
exports.DescribeAlarmHistoryOutput$ = DescribeAlarmHistoryOutput$;
|
|
3012
|
+
exports.DescribeAlarms$ = DescribeAlarms$;
|
|
1013
3013
|
exports.DescribeAlarmsCommand = DescribeAlarmsCommand;
|
|
3014
|
+
exports.DescribeAlarmsForMetric$ = DescribeAlarmsForMetric$;
|
|
1014
3015
|
exports.DescribeAlarmsForMetricCommand = DescribeAlarmsForMetricCommand;
|
|
3016
|
+
exports.DescribeAlarmsForMetricInput$ = DescribeAlarmsForMetricInput$;
|
|
3017
|
+
exports.DescribeAlarmsForMetricOutput$ = DescribeAlarmsForMetricOutput$;
|
|
3018
|
+
exports.DescribeAlarmsInput$ = DescribeAlarmsInput$;
|
|
3019
|
+
exports.DescribeAlarmsOutput$ = DescribeAlarmsOutput$;
|
|
3020
|
+
exports.DescribeAnomalyDetectors$ = DescribeAnomalyDetectors$;
|
|
1015
3021
|
exports.DescribeAnomalyDetectorsCommand = DescribeAnomalyDetectorsCommand;
|
|
3022
|
+
exports.DescribeAnomalyDetectorsInput$ = DescribeAnomalyDetectorsInput$;
|
|
3023
|
+
exports.DescribeAnomalyDetectorsOutput$ = DescribeAnomalyDetectorsOutput$;
|
|
3024
|
+
exports.DescribeInsightRules$ = DescribeInsightRules$;
|
|
1016
3025
|
exports.DescribeInsightRulesCommand = DescribeInsightRulesCommand;
|
|
3026
|
+
exports.DescribeInsightRulesInput$ = DescribeInsightRulesInput$;
|
|
3027
|
+
exports.DescribeInsightRulesOutput$ = DescribeInsightRulesOutput$;
|
|
3028
|
+
exports.Dimension$ = Dimension$;
|
|
3029
|
+
exports.DimensionFilter$ = DimensionFilter$;
|
|
3030
|
+
exports.DisableAlarmActions$ = DisableAlarmActions$;
|
|
1017
3031
|
exports.DisableAlarmActionsCommand = DisableAlarmActionsCommand;
|
|
3032
|
+
exports.DisableAlarmActionsInput$ = DisableAlarmActionsInput$;
|
|
3033
|
+
exports.DisableInsightRules$ = DisableInsightRules$;
|
|
1018
3034
|
exports.DisableInsightRulesCommand = DisableInsightRulesCommand;
|
|
3035
|
+
exports.DisableInsightRulesInput$ = DisableInsightRulesInput$;
|
|
3036
|
+
exports.DisableInsightRulesOutput$ = DisableInsightRulesOutput$;
|
|
3037
|
+
exports.DisassociateDatasetKmsKey$ = DisassociateDatasetKmsKey$;
|
|
1019
3038
|
exports.DisassociateDatasetKmsKeyCommand = DisassociateDatasetKmsKeyCommand;
|
|
3039
|
+
exports.DisassociateDatasetKmsKeyInput$ = DisassociateDatasetKmsKeyInput$;
|
|
3040
|
+
exports.DisassociateDatasetKmsKeyOutput$ = DisassociateDatasetKmsKeyOutput$;
|
|
3041
|
+
exports.EnableAlarmActions$ = EnableAlarmActions$;
|
|
1020
3042
|
exports.EnableAlarmActionsCommand = EnableAlarmActionsCommand;
|
|
3043
|
+
exports.EnableAlarmActionsInput$ = EnableAlarmActionsInput$;
|
|
3044
|
+
exports.EnableInsightRules$ = EnableInsightRules$;
|
|
1021
3045
|
exports.EnableInsightRulesCommand = EnableInsightRulesCommand;
|
|
3046
|
+
exports.EnableInsightRulesInput$ = EnableInsightRulesInput$;
|
|
3047
|
+
exports.EnableInsightRulesOutput$ = EnableInsightRulesOutput$;
|
|
3048
|
+
exports.Entity$ = Entity$;
|
|
3049
|
+
exports.EntityMetricData$ = EntityMetricData$;
|
|
3050
|
+
exports.EvaluationCriteria$ = EvaluationCriteria$;
|
|
1022
3051
|
exports.EvaluationState = EvaluationState;
|
|
3052
|
+
exports.EvaluationWindow$ = EvaluationWindow$;
|
|
3053
|
+
exports.GetAlarmMuteRule$ = GetAlarmMuteRule$;
|
|
1023
3054
|
exports.GetAlarmMuteRuleCommand = GetAlarmMuteRuleCommand;
|
|
3055
|
+
exports.GetAlarmMuteRuleInput$ = GetAlarmMuteRuleInput$;
|
|
3056
|
+
exports.GetAlarmMuteRuleOutput$ = GetAlarmMuteRuleOutput$;
|
|
3057
|
+
exports.GetDashboard$ = GetDashboard$;
|
|
1024
3058
|
exports.GetDashboardCommand = GetDashboardCommand;
|
|
3059
|
+
exports.GetDashboardInput$ = GetDashboardInput$;
|
|
3060
|
+
exports.GetDashboardOutput$ = GetDashboardOutput$;
|
|
3061
|
+
exports.GetDataset$ = GetDataset$;
|
|
1025
3062
|
exports.GetDatasetCommand = GetDatasetCommand;
|
|
3063
|
+
exports.GetDatasetInput$ = GetDatasetInput$;
|
|
3064
|
+
exports.GetDatasetOutput$ = GetDatasetOutput$;
|
|
3065
|
+
exports.GetInsightRuleReport$ = GetInsightRuleReport$;
|
|
1026
3066
|
exports.GetInsightRuleReportCommand = GetInsightRuleReportCommand;
|
|
3067
|
+
exports.GetInsightRuleReportInput$ = GetInsightRuleReportInput$;
|
|
3068
|
+
exports.GetInsightRuleReportOutput$ = GetInsightRuleReportOutput$;
|
|
3069
|
+
exports.GetMetricData$ = GetMetricData$;
|
|
1027
3070
|
exports.GetMetricDataCommand = GetMetricDataCommand;
|
|
3071
|
+
exports.GetMetricDataInput$ = GetMetricDataInput$;
|
|
3072
|
+
exports.GetMetricDataOutput$ = GetMetricDataOutput$;
|
|
3073
|
+
exports.GetMetricStatistics$ = GetMetricStatistics$;
|
|
1028
3074
|
exports.GetMetricStatisticsCommand = GetMetricStatisticsCommand;
|
|
3075
|
+
exports.GetMetricStatisticsInput$ = GetMetricStatisticsInput$;
|
|
3076
|
+
exports.GetMetricStatisticsOutput$ = GetMetricStatisticsOutput$;
|
|
3077
|
+
exports.GetMetricStream$ = GetMetricStream$;
|
|
1029
3078
|
exports.GetMetricStreamCommand = GetMetricStreamCommand;
|
|
3079
|
+
exports.GetMetricStreamInput$ = GetMetricStreamInput$;
|
|
3080
|
+
exports.GetMetricStreamOutput$ = GetMetricStreamOutput$;
|
|
3081
|
+
exports.GetMetricWidgetImage$ = GetMetricWidgetImage$;
|
|
1030
3082
|
exports.GetMetricWidgetImageCommand = GetMetricWidgetImageCommand;
|
|
3083
|
+
exports.GetMetricWidgetImageInput$ = GetMetricWidgetImageInput$;
|
|
3084
|
+
exports.GetMetricWidgetImageOutput$ = GetMetricWidgetImageOutput$;
|
|
3085
|
+
exports.GetOTelEnrichment$ = GetOTelEnrichment$;
|
|
1031
3086
|
exports.GetOTelEnrichmentCommand = GetOTelEnrichmentCommand;
|
|
3087
|
+
exports.GetOTelEnrichmentInput$ = GetOTelEnrichmentInput$;
|
|
3088
|
+
exports.GetOTelEnrichmentOutput$ = GetOTelEnrichmentOutput$;
|
|
1032
3089
|
exports.HistoryItemType = HistoryItemType;
|
|
3090
|
+
exports.InsightRule$ = InsightRule$;
|
|
3091
|
+
exports.InsightRuleContributor$ = InsightRuleContributor$;
|
|
3092
|
+
exports.InsightRuleContributorDatapoint$ = InsightRuleContributorDatapoint$;
|
|
3093
|
+
exports.InsightRuleMetricDatapoint$ = InsightRuleMetricDatapoint$;
|
|
3094
|
+
exports.InternalServiceFault = InternalServiceFault;
|
|
3095
|
+
exports.InternalServiceFault$ = InternalServiceFault$;
|
|
3096
|
+
exports.InvalidFormatFault = InvalidFormatFault;
|
|
3097
|
+
exports.InvalidFormatFault$ = InvalidFormatFault$;
|
|
3098
|
+
exports.InvalidNextToken = InvalidNextToken;
|
|
3099
|
+
exports.InvalidNextToken$ = InvalidNextToken$;
|
|
3100
|
+
exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
|
|
3101
|
+
exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
|
|
3102
|
+
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
3103
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
3104
|
+
exports.KmsAccessDeniedException = KmsAccessDeniedException;
|
|
3105
|
+
exports.KmsAccessDeniedException$ = KmsAccessDeniedException$;
|
|
3106
|
+
exports.KmsKeyDisabledException = KmsKeyDisabledException;
|
|
3107
|
+
exports.KmsKeyDisabledException$ = KmsKeyDisabledException$;
|
|
3108
|
+
exports.KmsKeyNotFoundException = KmsKeyNotFoundException;
|
|
3109
|
+
exports.KmsKeyNotFoundException$ = KmsKeyNotFoundException$;
|
|
3110
|
+
exports.LabelOptions$ = LabelOptions$;
|
|
3111
|
+
exports.LimitExceededException = LimitExceededException;
|
|
3112
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
3113
|
+
exports.LimitExceededFault = LimitExceededFault;
|
|
3114
|
+
exports.LimitExceededFault$ = LimitExceededFault$;
|
|
3115
|
+
exports.ListAlarmMuteRules$ = ListAlarmMuteRules$;
|
|
1033
3116
|
exports.ListAlarmMuteRulesCommand = ListAlarmMuteRulesCommand;
|
|
3117
|
+
exports.ListAlarmMuteRulesInput$ = ListAlarmMuteRulesInput$;
|
|
3118
|
+
exports.ListAlarmMuteRulesOutput$ = ListAlarmMuteRulesOutput$;
|
|
3119
|
+
exports.ListDashboards$ = ListDashboards$;
|
|
1034
3120
|
exports.ListDashboardsCommand = ListDashboardsCommand;
|
|
3121
|
+
exports.ListDashboardsInput$ = ListDashboardsInput$;
|
|
3122
|
+
exports.ListDashboardsOutput$ = ListDashboardsOutput$;
|
|
3123
|
+
exports.ListManagedInsightRules$ = ListManagedInsightRules$;
|
|
1035
3124
|
exports.ListManagedInsightRulesCommand = ListManagedInsightRulesCommand;
|
|
3125
|
+
exports.ListManagedInsightRulesInput$ = ListManagedInsightRulesInput$;
|
|
3126
|
+
exports.ListManagedInsightRulesOutput$ = ListManagedInsightRulesOutput$;
|
|
3127
|
+
exports.ListMetricStreams$ = ListMetricStreams$;
|
|
1036
3128
|
exports.ListMetricStreamsCommand = ListMetricStreamsCommand;
|
|
3129
|
+
exports.ListMetricStreamsInput$ = ListMetricStreamsInput$;
|
|
3130
|
+
exports.ListMetricStreamsOutput$ = ListMetricStreamsOutput$;
|
|
3131
|
+
exports.ListMetrics$ = ListMetrics$;
|
|
1037
3132
|
exports.ListMetricsCommand = ListMetricsCommand;
|
|
3133
|
+
exports.ListMetricsInput$ = ListMetricsInput$;
|
|
3134
|
+
exports.ListMetricsOutput$ = ListMetricsOutput$;
|
|
3135
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1038
3136
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3137
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
3138
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
3139
|
+
exports.LogAlarm$ = LogAlarm$;
|
|
3140
|
+
exports.ManagedRule$ = ManagedRule$;
|
|
3141
|
+
exports.ManagedRuleDescription$ = ManagedRuleDescription$;
|
|
3142
|
+
exports.ManagedRuleState$ = ManagedRuleState$;
|
|
3143
|
+
exports.MessageData$ = MessageData$;
|
|
3144
|
+
exports.Metric$ = Metric$;
|
|
3145
|
+
exports.MetricAlarm$ = MetricAlarm$;
|
|
3146
|
+
exports.MetricCharacteristics$ = MetricCharacteristics$;
|
|
3147
|
+
exports.MetricDataQuery$ = MetricDataQuery$;
|
|
3148
|
+
exports.MetricDataResult$ = MetricDataResult$;
|
|
3149
|
+
exports.MetricDatum$ = MetricDatum$;
|
|
3150
|
+
exports.MetricMathAnomalyDetector$ = MetricMathAnomalyDetector$;
|
|
3151
|
+
exports.MetricStat$ = MetricStat$;
|
|
3152
|
+
exports.MetricStreamEntry$ = MetricStreamEntry$;
|
|
3153
|
+
exports.MetricStreamFilter$ = MetricStreamFilter$;
|
|
1039
3154
|
exports.MetricStreamOutputFormat = MetricStreamOutputFormat;
|
|
3155
|
+
exports.MetricStreamStatisticsConfiguration$ = MetricStreamStatisticsConfiguration$;
|
|
3156
|
+
exports.MetricStreamStatisticsMetric$ = MetricStreamStatisticsMetric$;
|
|
3157
|
+
exports.MissingRequiredParameterException = MissingRequiredParameterException;
|
|
3158
|
+
exports.MissingRequiredParameterException$ = MissingRequiredParameterException$;
|
|
3159
|
+
exports.MuteTargets$ = MuteTargets$;
|
|
1040
3160
|
exports.OTelEnrichmentStatus = OTelEnrichmentStatus;
|
|
3161
|
+
exports.PartialFailure$ = PartialFailure$;
|
|
3162
|
+
exports.PutAlarmMuteRule$ = PutAlarmMuteRule$;
|
|
1041
3163
|
exports.PutAlarmMuteRuleCommand = PutAlarmMuteRuleCommand;
|
|
3164
|
+
exports.PutAlarmMuteRuleInput$ = PutAlarmMuteRuleInput$;
|
|
3165
|
+
exports.PutAnomalyDetector$ = PutAnomalyDetector$;
|
|
1042
3166
|
exports.PutAnomalyDetectorCommand = PutAnomalyDetectorCommand;
|
|
3167
|
+
exports.PutAnomalyDetectorInput$ = PutAnomalyDetectorInput$;
|
|
3168
|
+
exports.PutAnomalyDetectorOutput$ = PutAnomalyDetectorOutput$;
|
|
3169
|
+
exports.PutCompositeAlarm$ = PutCompositeAlarm$;
|
|
1043
3170
|
exports.PutCompositeAlarmCommand = PutCompositeAlarmCommand;
|
|
3171
|
+
exports.PutCompositeAlarmInput$ = PutCompositeAlarmInput$;
|
|
3172
|
+
exports.PutDashboard$ = PutDashboard$;
|
|
1044
3173
|
exports.PutDashboardCommand = PutDashboardCommand;
|
|
3174
|
+
exports.PutDashboardInput$ = PutDashboardInput$;
|
|
3175
|
+
exports.PutDashboardOutput$ = PutDashboardOutput$;
|
|
3176
|
+
exports.PutInsightRule$ = PutInsightRule$;
|
|
1045
3177
|
exports.PutInsightRuleCommand = PutInsightRuleCommand;
|
|
3178
|
+
exports.PutInsightRuleInput$ = PutInsightRuleInput$;
|
|
3179
|
+
exports.PutInsightRuleOutput$ = PutInsightRuleOutput$;
|
|
3180
|
+
exports.PutLogAlarm$ = PutLogAlarm$;
|
|
3181
|
+
exports.PutLogAlarmCommand = PutLogAlarmCommand;
|
|
3182
|
+
exports.PutLogAlarmInput$ = PutLogAlarmInput$;
|
|
3183
|
+
exports.PutManagedInsightRules$ = PutManagedInsightRules$;
|
|
1046
3184
|
exports.PutManagedInsightRulesCommand = PutManagedInsightRulesCommand;
|
|
3185
|
+
exports.PutManagedInsightRulesInput$ = PutManagedInsightRulesInput$;
|
|
3186
|
+
exports.PutManagedInsightRulesOutput$ = PutManagedInsightRulesOutput$;
|
|
3187
|
+
exports.PutMetricAlarm$ = PutMetricAlarm$;
|
|
1047
3188
|
exports.PutMetricAlarmCommand = PutMetricAlarmCommand;
|
|
3189
|
+
exports.PutMetricAlarmInput$ = PutMetricAlarmInput$;
|
|
3190
|
+
exports.PutMetricData$ = PutMetricData$;
|
|
1048
3191
|
exports.PutMetricDataCommand = PutMetricDataCommand;
|
|
3192
|
+
exports.PutMetricDataInput$ = PutMetricDataInput$;
|
|
3193
|
+
exports.PutMetricStream$ = PutMetricStream$;
|
|
1049
3194
|
exports.PutMetricStreamCommand = PutMetricStreamCommand;
|
|
3195
|
+
exports.PutMetricStreamInput$ = PutMetricStreamInput$;
|
|
3196
|
+
exports.PutMetricStreamOutput$ = PutMetricStreamOutput$;
|
|
3197
|
+
exports.Range$ = Range$;
|
|
1050
3198
|
exports.RecentlyActive = RecentlyActive;
|
|
3199
|
+
exports.ResourceConflict = ResourceConflict;
|
|
3200
|
+
exports.ResourceConflict$ = ResourceConflict$;
|
|
3201
|
+
exports.ResourceNotFound = ResourceNotFound;
|
|
3202
|
+
exports.ResourceNotFound$ = ResourceNotFound$;
|
|
3203
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3204
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3205
|
+
exports.Rule$ = Rule$;
|
|
1051
3206
|
exports.ScanBy = ScanBy;
|
|
3207
|
+
exports.Schedule$ = Schedule$;
|
|
3208
|
+
exports.ScheduleConfiguration$ = ScheduleConfiguration$;
|
|
3209
|
+
exports.ScheduledQueryConfiguration$ = ScheduledQueryConfiguration$;
|
|
3210
|
+
exports.SetAlarmState$ = SetAlarmState$;
|
|
1052
3211
|
exports.SetAlarmStateCommand = SetAlarmStateCommand;
|
|
3212
|
+
exports.SetAlarmStateInput$ = SetAlarmStateInput$;
|
|
3213
|
+
exports.SingleMetricAnomalyDetector$ = SingleMetricAnomalyDetector$;
|
|
3214
|
+
exports.SlidingWindow$ = SlidingWindow$;
|
|
1053
3215
|
exports.StandardUnit = StandardUnit;
|
|
3216
|
+
exports.StartMetricStreams$ = StartMetricStreams$;
|
|
1054
3217
|
exports.StartMetricStreamsCommand = StartMetricStreamsCommand;
|
|
3218
|
+
exports.StartMetricStreamsInput$ = StartMetricStreamsInput$;
|
|
3219
|
+
exports.StartMetricStreamsOutput$ = StartMetricStreamsOutput$;
|
|
3220
|
+
exports.StartOTelEnrichment$ = StartOTelEnrichment$;
|
|
1055
3221
|
exports.StartOTelEnrichmentCommand = StartOTelEnrichmentCommand;
|
|
3222
|
+
exports.StartOTelEnrichmentInput$ = StartOTelEnrichmentInput$;
|
|
3223
|
+
exports.StartOTelEnrichmentOutput$ = StartOTelEnrichmentOutput$;
|
|
1056
3224
|
exports.StateValue = StateValue;
|
|
1057
3225
|
exports.Statistic = Statistic;
|
|
3226
|
+
exports.StatisticSet$ = StatisticSet$;
|
|
1058
3227
|
exports.StatusCode = StatusCode;
|
|
3228
|
+
exports.StopMetricStreams$ = StopMetricStreams$;
|
|
1059
3229
|
exports.StopMetricStreamsCommand = StopMetricStreamsCommand;
|
|
3230
|
+
exports.StopMetricStreamsInput$ = StopMetricStreamsInput$;
|
|
3231
|
+
exports.StopMetricStreamsOutput$ = StopMetricStreamsOutput$;
|
|
3232
|
+
exports.StopOTelEnrichment$ = StopOTelEnrichment$;
|
|
1060
3233
|
exports.StopOTelEnrichmentCommand = StopOTelEnrichmentCommand;
|
|
3234
|
+
exports.StopOTelEnrichmentInput$ = StopOTelEnrichmentInput$;
|
|
3235
|
+
exports.StopOTelEnrichmentOutput$ = StopOTelEnrichmentOutput$;
|
|
3236
|
+
exports.Tag$ = Tag$;
|
|
3237
|
+
exports.TagResource$ = TagResource$;
|
|
1061
3238
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3239
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
3240
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
3241
|
+
exports.UntagResource$ = UntagResource$;
|
|
1062
3242
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3243
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
3244
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
3245
|
+
exports.WallClockWindow$ = WallClockWindow$;
|
|
3246
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1063
3247
|
exports.paginateDescribeAlarmHistory = paginateDescribeAlarmHistory;
|
|
1064
3248
|
exports.paginateDescribeAlarms = paginateDescribeAlarms;
|
|
1065
3249
|
exports.paginateDescribeAnomalyDetectors = paginateDescribeAnomalyDetectors;
|
|
@@ -1073,6 +3257,8 @@ exports.paginateListMetrics = paginateListMetrics;
|
|
|
1073
3257
|
exports.waitForAlarmExists = waitForAlarmExists;
|
|
1074
3258
|
exports.waitForAlarmMuteRuleExists = waitForAlarmMuteRuleExists;
|
|
1075
3259
|
exports.waitForCompositeAlarmExists = waitForCompositeAlarmExists;
|
|
3260
|
+
exports.waitForLogAlarmExists = waitForLogAlarmExists;
|
|
1076
3261
|
exports.waitUntilAlarmExists = waitUntilAlarmExists;
|
|
1077
3262
|
exports.waitUntilAlarmMuteRuleExists = waitUntilAlarmMuteRuleExists;
|
|
1078
3263
|
exports.waitUntilCompositeAlarmExists = waitUntilCompositeAlarmExists;
|
|
3264
|
+
exports.waitUntilLogAlarmExists = waitUntilLogAlarmExists;
|