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