@aws-sdk/client-observabilityadmin 3.1075.0 → 3.1077.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1556 -15
- package/dist-es/models/enums.js +6 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +2 -2
- package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/GetTelemetryRuleCommand.d.ts +2 -2
- package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/ListResourceTelemetryCommand.d.ts +2 -2
- package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/ListTelemetryRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/TestTelemetryPipelineCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +2 -2
- package/dist-types/models/enums.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +6 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/ObservabilityAdminServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -139
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -1188
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +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, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, 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 {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
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 { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultObservabilityAdminHttpAuthSchemeParametersProvider = 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: "observabilityadmin",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultObservabilityAdminHttpAuthSchemeProvider = (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
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,1336 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.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
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
86
|
+
],
|
|
87
|
+
results: [
|
|
88
|
+
[a],
|
|
89
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
90
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
91
|
+
[g, i],
|
|
92
|
+
["https://observabilityadmin-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
93
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
94
|
+
["https://observabilityadmin-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
96
|
+
["https://observabilityadmin.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
98
|
+
["https://observabilityadmin.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
const root = 2;
|
|
103
|
+
const r = 100_000_000;
|
|
104
|
+
const nodes = new Int32Array([
|
|
105
|
+
-1, 1, -1,
|
|
106
|
+
0, 12, 3,
|
|
107
|
+
1, 4, r + 11,
|
|
108
|
+
2, 5, r + 11,
|
|
109
|
+
3, 8, 6,
|
|
110
|
+
4, 7, r + 10,
|
|
111
|
+
5, r + 8, r + 9,
|
|
112
|
+
4, 10, 9,
|
|
113
|
+
6, r + 6, r + 7,
|
|
114
|
+
5, 11, r + 5,
|
|
115
|
+
6, r + 4, r + 5,
|
|
116
|
+
3, r + 1, 13,
|
|
117
|
+
4, r + 2, r + 3,
|
|
118
|
+
]);
|
|
119
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
120
|
+
|
|
121
|
+
const cache = new EndpointCache({
|
|
122
|
+
size: 50,
|
|
123
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
124
|
+
});
|
|
125
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
126
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
127
|
+
endpointParams: endpointParams,
|
|
128
|
+
logger: context.logger,
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
132
|
+
|
|
133
|
+
class ObservabilityAdminServiceException extends ServiceException {
|
|
134
|
+
constructor(options) {
|
|
135
|
+
super(options);
|
|
136
|
+
Object.setPrototypeOf(this, ObservabilityAdminServiceException.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
class AccessDeniedException extends ObservabilityAdminServiceException {
|
|
141
|
+
name = "AccessDeniedException";
|
|
142
|
+
$fault = "client";
|
|
143
|
+
Message;
|
|
144
|
+
amznErrorType;
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "AccessDeniedException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
152
|
+
this.Message = opts.Message;
|
|
153
|
+
this.amznErrorType = opts.amznErrorType;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
class ConflictException extends ObservabilityAdminServiceException {
|
|
157
|
+
name = "ConflictException";
|
|
158
|
+
$fault = "client";
|
|
159
|
+
Message;
|
|
160
|
+
ResourceId;
|
|
161
|
+
ResourceType;
|
|
162
|
+
constructor(opts) {
|
|
163
|
+
super({
|
|
164
|
+
name: "ConflictException",
|
|
165
|
+
$fault: "client",
|
|
166
|
+
...opts,
|
|
167
|
+
});
|
|
168
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
169
|
+
this.Message = opts.Message;
|
|
170
|
+
this.ResourceId = opts.ResourceId;
|
|
171
|
+
this.ResourceType = opts.ResourceType;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
class InternalServerException extends ObservabilityAdminServiceException {
|
|
175
|
+
name = "InternalServerException";
|
|
176
|
+
$fault = "server";
|
|
177
|
+
Message;
|
|
178
|
+
amznErrorType;
|
|
179
|
+
retryAfterSeconds;
|
|
180
|
+
constructor(opts) {
|
|
181
|
+
super({
|
|
182
|
+
name: "InternalServerException",
|
|
183
|
+
$fault: "server",
|
|
184
|
+
...opts,
|
|
185
|
+
});
|
|
186
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
187
|
+
this.Message = opts.Message;
|
|
188
|
+
this.amznErrorType = opts.amznErrorType;
|
|
189
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
class ServiceQuotaExceededException extends ObservabilityAdminServiceException {
|
|
193
|
+
name = "ServiceQuotaExceededException";
|
|
194
|
+
$fault = "client";
|
|
195
|
+
Message;
|
|
196
|
+
ResourceId;
|
|
197
|
+
ResourceType;
|
|
198
|
+
ServiceCode;
|
|
199
|
+
QuotaCode;
|
|
200
|
+
amznErrorType;
|
|
201
|
+
constructor(opts) {
|
|
202
|
+
super({
|
|
203
|
+
name: "ServiceQuotaExceededException",
|
|
204
|
+
$fault: "client",
|
|
205
|
+
...opts,
|
|
206
|
+
});
|
|
207
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
208
|
+
this.Message = opts.Message;
|
|
209
|
+
this.ResourceId = opts.ResourceId;
|
|
210
|
+
this.ResourceType = opts.ResourceType;
|
|
211
|
+
this.ServiceCode = opts.ServiceCode;
|
|
212
|
+
this.QuotaCode = opts.QuotaCode;
|
|
213
|
+
this.amznErrorType = opts.amznErrorType;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
class TooManyRequestsException extends ObservabilityAdminServiceException {
|
|
217
|
+
name = "TooManyRequestsException";
|
|
218
|
+
$fault = "client";
|
|
219
|
+
Message;
|
|
220
|
+
constructor(opts) {
|
|
221
|
+
super({
|
|
222
|
+
name: "TooManyRequestsException",
|
|
223
|
+
$fault: "client",
|
|
224
|
+
...opts,
|
|
225
|
+
});
|
|
226
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
227
|
+
this.Message = opts.Message;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
class ValidationException extends ObservabilityAdminServiceException {
|
|
231
|
+
name = "ValidationException";
|
|
232
|
+
$fault = "client";
|
|
233
|
+
Message;
|
|
234
|
+
Errors;
|
|
235
|
+
constructor(opts) {
|
|
236
|
+
super({
|
|
237
|
+
name: "ValidationException",
|
|
238
|
+
$fault: "client",
|
|
239
|
+
...opts,
|
|
240
|
+
});
|
|
241
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
242
|
+
this.Message = opts.Message;
|
|
243
|
+
this.Errors = opts.Errors;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
class ResourceNotFoundException extends ObservabilityAdminServiceException {
|
|
247
|
+
name = "ResourceNotFoundException";
|
|
248
|
+
$fault = "client";
|
|
249
|
+
Message;
|
|
250
|
+
ResourceId;
|
|
251
|
+
ResourceType;
|
|
252
|
+
constructor(opts) {
|
|
253
|
+
super({
|
|
254
|
+
name: "ResourceNotFoundException",
|
|
255
|
+
$fault: "client",
|
|
256
|
+
...opts,
|
|
257
|
+
});
|
|
258
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
259
|
+
this.Message = opts.Message;
|
|
260
|
+
this.ResourceId = opts.ResourceId;
|
|
261
|
+
this.ResourceType = opts.ResourceType;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
class InvalidStateException extends ObservabilityAdminServiceException {
|
|
265
|
+
name = "InvalidStateException";
|
|
266
|
+
$fault = "client";
|
|
267
|
+
Message;
|
|
268
|
+
constructor(opts) {
|
|
269
|
+
super({
|
|
270
|
+
name: "InvalidStateException",
|
|
271
|
+
$fault: "client",
|
|
272
|
+
...opts,
|
|
273
|
+
});
|
|
274
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
275
|
+
this.Message = opts.Message;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
const _A = "Action";
|
|
280
|
+
const _AC = "ActionCondition";
|
|
281
|
+
const _ADE = "AccessDeniedException";
|
|
282
|
+
const _AES = "AdvancedEventSelector";
|
|
283
|
+
const _AESd = "AdvancedEventSelectors";
|
|
284
|
+
const _AFS = "AdvancedFieldSelector";
|
|
285
|
+
const _AFU = "AllowFieldUpdates";
|
|
286
|
+
const _AI = "AccountIdentifiers";
|
|
287
|
+
const _AIc = "AccountIdentifier";
|
|
288
|
+
const _AR = "AllRegions";
|
|
289
|
+
const _AREMVA = "AwsResourceExplorerManagedViewArn";
|
|
290
|
+
const _Ac = "Account";
|
|
291
|
+
const _Ar = "Arn";
|
|
292
|
+
const _B = "Behavior";
|
|
293
|
+
const _BC = "BackupConfiguration";
|
|
294
|
+
const _Bo = "Body";
|
|
295
|
+
const _C = "Condition";
|
|
296
|
+
const _CAI = "CreatorAccountId";
|
|
297
|
+
const _CCRFO = "CreateCentralizationRuleForOrganization";
|
|
298
|
+
const _CCRFOI = "CreateCentralizationRuleForOrganizationInput";
|
|
299
|
+
const _CCRFOO = "CreateCentralizationRuleForOrganizationOutput";
|
|
300
|
+
const _CE = "ConflictException";
|
|
301
|
+
const _CP = "CloudtrailParameters";
|
|
302
|
+
const _CR = "CentralizationRule";
|
|
303
|
+
const _CRD = "CentralizationRuleDestination";
|
|
304
|
+
const _CRS = "CentralizationRuleSource";
|
|
305
|
+
const _CRSe = "CentralizationRuleSummary";
|
|
306
|
+
const _CRSen = "CentralizationRuleSummaries";
|
|
307
|
+
const _CRr = "CreatedRegion";
|
|
308
|
+
const _CS = "ConfigurationSummary";
|
|
309
|
+
const _CSTI = "CreateS3TableIntegration";
|
|
310
|
+
const _CSTII = "CreateS3TableIntegrationInput";
|
|
311
|
+
const _CSTIO = "CreateS3TableIntegrationOutput";
|
|
312
|
+
const _CTP = "CreateTelemetryPipeline";
|
|
313
|
+
const _CTPI = "CreateTelemetryPipelineInput";
|
|
314
|
+
const _CTPO = "CreateTelemetryPipelineOutput";
|
|
315
|
+
const _CTR = "CreateTelemetryRule";
|
|
316
|
+
const _CTRFO = "CreateTelemetryRuleForOrganization";
|
|
317
|
+
const _CTRFOI = "CreateTelemetryRuleForOrganizationInput";
|
|
318
|
+
const _CTRFOO = "CreateTelemetryRuleForOrganizationOutput";
|
|
319
|
+
const _CTRI = "CreateTelemetryRuleInput";
|
|
320
|
+
const _CTRO = "CreateTelemetryRuleOutput";
|
|
321
|
+
const _CTS = "CreatedTimeStamp";
|
|
322
|
+
const _Co = "Configuration";
|
|
323
|
+
const _Con = "Conditions";
|
|
324
|
+
const _D = "Destination";
|
|
325
|
+
const _DAI = "DestinationAccountId";
|
|
326
|
+
const _DB = "DefaultBehavior";
|
|
327
|
+
const _DC = "DestinationConfiguration";
|
|
328
|
+
const _DCRFO = "DeleteCentralizationRuleForOrganization";
|
|
329
|
+
const _DCRFOI = "DeleteCentralizationRuleForOrganizationInput";
|
|
330
|
+
const _DLC = "DestinationLogsConfiguration";
|
|
331
|
+
const _DMC = "DestinationMetricsConfiguration";
|
|
332
|
+
const _DP = "DestinationPattern";
|
|
333
|
+
const _DR = "DestinationRegion";
|
|
334
|
+
const _DS = "DataSources";
|
|
335
|
+
const _DSSC = "DataSourceSelectionCriteria";
|
|
336
|
+
const _DSTI = "DeleteS3TableIntegration";
|
|
337
|
+
const _DSTII = "DeleteS3TableIntegrationInput";
|
|
338
|
+
const _DSa = "DataSource";
|
|
339
|
+
const _DT = "DestinationType";
|
|
340
|
+
const _DTBA = "DestinationTableBucketArn";
|
|
341
|
+
const _DTP = "DeleteTelemetryPipeline";
|
|
342
|
+
const _DTPI = "DeleteTelemetryPipelineInput";
|
|
343
|
+
const _DTPO = "DeleteTelemetryPipelineOutput";
|
|
344
|
+
const _DTR = "DeleteTelemetryRule";
|
|
345
|
+
const _DTRFO = "DeleteTelemetryRuleForOrganization";
|
|
346
|
+
const _DTRFOI = "DeleteTelemetryRuleForOrganizationInput";
|
|
347
|
+
const _DTRI = "DeleteTelemetryRuleInput";
|
|
348
|
+
const _Da = "Data";
|
|
349
|
+
const _De = "Description";
|
|
350
|
+
const _E = "Errors";
|
|
351
|
+
const _ECRS = "EncryptionConflictResolutionStrategy";
|
|
352
|
+
const _ELBLBLP = "ELBLoadBalancerLoggingParameters";
|
|
353
|
+
const _ELGS = "EncryptedLogGroupStrategy";
|
|
354
|
+
const _EM = "EnhancedMonitoring";
|
|
355
|
+
const _ES = "EncryptionStrategy";
|
|
356
|
+
const _EW = "EndsWith";
|
|
357
|
+
const _En = "Encryption";
|
|
358
|
+
const _Eq = "Equals";
|
|
359
|
+
const _Er = "Error";
|
|
360
|
+
const _F = "Field";
|
|
361
|
+
const _FD = "FieldDelimiter";
|
|
362
|
+
const _FM = "FieldMap";
|
|
363
|
+
const _FR = "FailureReason";
|
|
364
|
+
const _FS = "FieldSelectors";
|
|
365
|
+
const _FTM = "FieldToMatch";
|
|
366
|
+
const _Fi = "Filter";
|
|
367
|
+
const _Fil = "Filters";
|
|
368
|
+
const _GCRFO = "GetCentralizationRuleForOrganization";
|
|
369
|
+
const _GCRFOI = "GetCentralizationRuleForOrganizationInput";
|
|
370
|
+
const _GCRFOO = "GetCentralizationRuleForOrganizationOutput";
|
|
371
|
+
const _GSTI = "GetS3TableIntegration";
|
|
372
|
+
const _GSTII = "GetS3TableIntegrationInput";
|
|
373
|
+
const _GSTIO = "GetS3TableIntegrationOutput";
|
|
374
|
+
const _GTES = "GetTelemetryEnrichmentStatus";
|
|
375
|
+
const _GTESFO = "GetTelemetryEvaluationStatusForOrganization";
|
|
376
|
+
const _GTESFOO = "GetTelemetryEvaluationStatusForOrganizationOutput";
|
|
377
|
+
const _GTESO = "GetTelemetryEnrichmentStatusOutput";
|
|
378
|
+
const _GTESOe = "GetTelemetryEvaluationStatusOutput";
|
|
379
|
+
const _GTESe = "GetTelemetryEvaluationStatus";
|
|
380
|
+
const _GTP = "GetTelemetryPipeline";
|
|
381
|
+
const _GTPI = "GetTelemetryPipelineInput";
|
|
382
|
+
const _GTPO = "GetTelemetryPipelineOutput";
|
|
383
|
+
const _GTR = "GetTelemetryRule";
|
|
384
|
+
const _GTRFO = "GetTelemetryRuleForOrganization";
|
|
385
|
+
const _GTRFOI = "GetTelemetryRuleForOrganizationInput";
|
|
386
|
+
const _GTRFOO = "GetTelemetryRuleForOrganizationOutput";
|
|
387
|
+
const _GTRI = "GetTelemetryRuleInput";
|
|
388
|
+
const _GTRO = "GetTelemetryRuleOutput";
|
|
389
|
+
const _HR = "HomeRegion";
|
|
390
|
+
const _IR = "IsReplicated";
|
|
391
|
+
const _IS = "IntegrationSummary";
|
|
392
|
+
const _ISE = "InternalServerException";
|
|
393
|
+
const _ISEn = "InvalidStateException";
|
|
394
|
+
const _ISn = "IntegrationSummaries";
|
|
395
|
+
const _KKA = "KmsKeyArn";
|
|
396
|
+
const _LBC = "LogsBackupConfiguration";
|
|
397
|
+
const _LCRFO = "ListCentralizationRulesForOrganization";
|
|
398
|
+
const _LCRFOI = "ListCentralizationRulesForOrganizationInput";
|
|
399
|
+
const _LCRFOO = "ListCentralizationRulesForOrganizationOutput";
|
|
400
|
+
const _LDP = "LogDeliveryParameters";
|
|
401
|
+
const _LEC = "LogsEncryptionConfiguration";
|
|
402
|
+
const _LF = "LoggingFilter";
|
|
403
|
+
const _LFo = "LogFormat";
|
|
404
|
+
const _LGNC = "LogGroupNameConfiguration";
|
|
405
|
+
const _LGNP = "LogGroupNamePattern";
|
|
406
|
+
const _LGSC = "LogGroupSelectionCriteria";
|
|
407
|
+
const _LN = "LabelName";
|
|
408
|
+
const _LNC = "LabelNameCondition";
|
|
409
|
+
const _LRT = "ListResourceTelemetry";
|
|
410
|
+
const _LRTFO = "ListResourceTelemetryForOrganization";
|
|
411
|
+
const _LRTFOI = "ListResourceTelemetryForOrganizationInput";
|
|
412
|
+
const _LRTFOO = "ListResourceTelemetryForOrganizationOutput";
|
|
413
|
+
const _LRTI = "ListResourceTelemetryInput";
|
|
414
|
+
const _LRTO = "ListResourceTelemetryOutput";
|
|
415
|
+
const _LSTI = "ListS3TableIntegrations";
|
|
416
|
+
const _LSTII = "ListS3TableIntegrationsInput";
|
|
417
|
+
const _LSTIO = "ListS3TableIntegrationsOutput";
|
|
418
|
+
const _LT = "LogTypes";
|
|
419
|
+
const _LTFR = "ListTagsForResource";
|
|
420
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
421
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
422
|
+
const _LTP = "ListTelemetryPipelines";
|
|
423
|
+
const _LTPI = "ListTelemetryPipelinesInput";
|
|
424
|
+
const _LTPO = "ListTelemetryPipelinesOutput";
|
|
425
|
+
const _LTR = "ListTelemetryRules";
|
|
426
|
+
const _LTRFO = "ListTelemetryRulesForOrganization";
|
|
427
|
+
const _LTRFOI = "ListTelemetryRulesForOrganizationInput";
|
|
428
|
+
const _LTRFOO = "ListTelemetryRulesForOrganizationOutput";
|
|
429
|
+
const _LTRI = "ListTelemetryRulesInput";
|
|
430
|
+
const _LTRO = "ListTelemetryRulesOutput";
|
|
431
|
+
const _LTo = "LogType";
|
|
432
|
+
const _LUTS = "LastUpdateTimeStamp";
|
|
433
|
+
const _M = "Message";
|
|
434
|
+
const _MAI = "MaxAggregationInterval";
|
|
435
|
+
const _MBC = "MetricsBackupConfiguration";
|
|
436
|
+
const _MMP = "MskMonitoringParameters";
|
|
437
|
+
const _MR = "MaxResults";
|
|
438
|
+
const _MSC = "MetricsSelectionCriteria";
|
|
439
|
+
const _Me = "Method";
|
|
440
|
+
const _N = "Name";
|
|
441
|
+
const _NE = "NotEquals";
|
|
442
|
+
const _NEW = "NotEndsWith";
|
|
443
|
+
const _NSW = "NotStartsWith";
|
|
444
|
+
const _NT = "NextToken";
|
|
445
|
+
const _OF = "OutputFormat";
|
|
446
|
+
const _P = "Processors";
|
|
447
|
+
const _PC = "ProcessorCount";
|
|
448
|
+
const _PI = "PipelineIdentifier";
|
|
449
|
+
const _PO = "PipelineOutput";
|
|
450
|
+
const _POE = "PipelineOutputError";
|
|
451
|
+
const _POi = "PipelineOutputs";
|
|
452
|
+
const _PS = "PipelineSummaries";
|
|
453
|
+
const _Pi = "Pipeline";
|
|
454
|
+
const _QC = "QuotaCode";
|
|
455
|
+
const _QS = "QueryString";
|
|
456
|
+
const _R = "Region";
|
|
457
|
+
const _RA = "Retry-After";
|
|
458
|
+
const _RARN = "ResourceARN";
|
|
459
|
+
const _RAo = "RoleArn";
|
|
460
|
+
const _RAu = "RuleArn";
|
|
461
|
+
const _RF = "RedactedFields";
|
|
462
|
+
const _RH = "RuleHealth";
|
|
463
|
+
const _RI = "ResourceId";
|
|
464
|
+
const _RID = "RetentionInDays";
|
|
465
|
+
const _RIP = "ResourceIdentifierPrefix";
|
|
466
|
+
const _RIe = "ResourceIdentifier";
|
|
467
|
+
const _RIu = "RuleIdentifier";
|
|
468
|
+
const _RN = "RuleName";
|
|
469
|
+
const _RNFE = "ResourceNotFoundException";
|
|
470
|
+
const _RNP = "RuleNamePrefix";
|
|
471
|
+
const _RS = "RegionStatuses";
|
|
472
|
+
const _RSe = "RegionStatus";
|
|
473
|
+
const _RT = "ResourceType";
|
|
474
|
+
const _RTe = "ResourceTypes";
|
|
475
|
+
const _RTes = "ResourceTags";
|
|
476
|
+
const _Re = "Regions";
|
|
477
|
+
const _Rea = "Reason";
|
|
478
|
+
const _Rec = "Record";
|
|
479
|
+
const _Reco = "Records";
|
|
480
|
+
const _Req = "Requirement";
|
|
481
|
+
const _Res = "Results";
|
|
482
|
+
const _Ru = "Rule";
|
|
483
|
+
const _S = "Source";
|
|
484
|
+
const _SA = "SseAlgorithm";
|
|
485
|
+
const _SAI = "SourceAccountIds";
|
|
486
|
+
const _SC = "ServiceCode";
|
|
487
|
+
const _SCe = "SelectionCriteria";
|
|
488
|
+
const _SH = "SingleHeader";
|
|
489
|
+
const _SLC = "SourceLogsConfiguration";
|
|
490
|
+
const _SMC = "SourceMetricsConfiguration";
|
|
491
|
+
const _SOUI = "SourceOrganizationUnitIds";
|
|
492
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
493
|
+
const _SR = "StatusReason";
|
|
494
|
+
const _ST = "SignalType";
|
|
495
|
+
const _STE = "StartTelemetryEnrichment";
|
|
496
|
+
const _STEFO = "StartTelemetryEvaluationForOrganization";
|
|
497
|
+
const _STEFOI = "StartTelemetryEvaluationForOrganizationInput";
|
|
498
|
+
const _STEFOt = "StopTelemetryEvaluationForOrganization";
|
|
499
|
+
const _STEI = "StartTelemetryEvaluationInput";
|
|
500
|
+
const _STEO = "StartTelemetryEnrichmentOutput";
|
|
501
|
+
const _STEOt = "StopTelemetryEnrichmentOutput";
|
|
502
|
+
const _STEt = "StartTelemetryEvaluation";
|
|
503
|
+
const _STEto = "StopTelemetryEnrichment";
|
|
504
|
+
const _STEtop = "StopTelemetryEvaluation";
|
|
505
|
+
const _SW = "StartsWith";
|
|
506
|
+
const _Sc = "Scope";
|
|
507
|
+
const _Si = "Sinks";
|
|
508
|
+
const _So = "Sources";
|
|
509
|
+
const _St = "Status";
|
|
510
|
+
const _T = "Tags";
|
|
511
|
+
const _TC = "TelemetryConfigurations";
|
|
512
|
+
const _TCS = "TelemetryConfigurationState";
|
|
513
|
+
const _TCe = "TelemetryConfiguration";
|
|
514
|
+
const _TDC = "TelemetryDestinationConfiguration";
|
|
515
|
+
const _TK = "TagKeys";
|
|
516
|
+
const _TMRE = "TooManyRequestsException";
|
|
517
|
+
const _TP = "TelemetryPipeline";
|
|
518
|
+
const _TPC = "TelemetryPipelineConfiguration";
|
|
519
|
+
const _TPS = "TelemetryPipelineSummary";
|
|
520
|
+
const _TPSR = "TelemetryPipelineStatusReason";
|
|
521
|
+
const _TPSe = "TelemetryPipelineSummaries";
|
|
522
|
+
const _TR = "TelemetryRule";
|
|
523
|
+
const _TRI = "TagResourceInput";
|
|
524
|
+
const _TRS = "TelemetryRuleSummaries";
|
|
525
|
+
const _TRSe = "TelemetryRuleSummary";
|
|
526
|
+
const _TRa = "TagResource";
|
|
527
|
+
const _TST = "TelemetrySourceType";
|
|
528
|
+
const _TSTe = "TelemetrySourceTypes";
|
|
529
|
+
const _TT = "TelemetryType";
|
|
530
|
+
const _TTP = "TestTelemetryPipeline";
|
|
531
|
+
const _TTPI = "TestTelemetryPipelineInput";
|
|
532
|
+
const _TTPO = "TestTelemetryPipelineOutput";
|
|
533
|
+
const _TTr = "TrafficType";
|
|
534
|
+
const _Ty = "Type";
|
|
535
|
+
const _UCRFO = "UpdateCentralizationRuleForOrganization";
|
|
536
|
+
const _UCRFOI = "UpdateCentralizationRuleForOrganizationInput";
|
|
537
|
+
const _UCRFOO = "UpdateCentralizationRuleForOrganizationOutput";
|
|
538
|
+
const _UP = "UriPath";
|
|
539
|
+
const _UR = "UntagResource";
|
|
540
|
+
const _URI = "UntagResourceInput";
|
|
541
|
+
const _UTP = "UpdateTelemetryPipeline";
|
|
542
|
+
const _UTPI = "UpdateTelemetryPipelineInput";
|
|
543
|
+
const _UTPO = "UpdateTelemetryPipelineOutput";
|
|
544
|
+
const _UTR = "UpdateTelemetryRule";
|
|
545
|
+
const _UTRFO = "UpdateTelemetryRuleForOrganization";
|
|
546
|
+
const _UTRFOI = "UpdateTelemetryRuleForOrganizationInput";
|
|
547
|
+
const _UTRFOO = "UpdateTelemetryRuleForOrganizationOutput";
|
|
548
|
+
const _UTRI = "UpdateTelemetryRuleInput";
|
|
549
|
+
const _UTRO = "UpdateTelemetryRuleOutput";
|
|
550
|
+
const _VE = "ValidationException";
|
|
551
|
+
const _VEa = "ValidationError";
|
|
552
|
+
const _VEal = "ValidationErrors";
|
|
553
|
+
const _VPCFLP = "VPCFlowLogParameters";
|
|
554
|
+
const _VTPC = "ValidateTelemetryPipelineConfiguration";
|
|
555
|
+
const _VTPCI = "ValidateTelemetryPipelineConfigurationInput";
|
|
556
|
+
const _VTPCO = "ValidateTelemetryPipelineConfigurationOutput";
|
|
557
|
+
const _WAFLP = "WAFLoggingParameters";
|
|
558
|
+
const _aET = "amznErrorType";
|
|
559
|
+
const _c = "client";
|
|
560
|
+
const _e = "error";
|
|
561
|
+
const _h = "http";
|
|
562
|
+
const _hE = "httpError";
|
|
563
|
+
const _hH = "httpHeader";
|
|
564
|
+
const _rAS = "retryAfterSeconds";
|
|
565
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.observabilityadmin";
|
|
566
|
+
const _se = "server";
|
|
567
|
+
const _xaE = "x-amzn-ErrorType";
|
|
568
|
+
const n0 = "com.amazonaws.observabilityadmin";
|
|
569
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
570
|
+
var ObservabilityAdminServiceException$ = [-3, _s, "ObservabilityAdminServiceException", 0, [], []];
|
|
571
|
+
_s_registry.registerError(ObservabilityAdminServiceException$, ObservabilityAdminServiceException);
|
|
572
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
573
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
574
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
575
|
+
[_M, _aET],
|
|
576
|
+
[0, [0, { [_hH]: _xaE }]]
|
|
577
|
+
];
|
|
578
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
579
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
580
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
581
|
+
[_M, _RI, _RT],
|
|
582
|
+
[0, 0, 0]
|
|
583
|
+
];
|
|
584
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
585
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
586
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
587
|
+
[_M, _aET, _rAS],
|
|
588
|
+
[0, [0, { [_hH]: _xaE }], [1, { [_hH]: _RA }]]
|
|
589
|
+
];
|
|
590
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
591
|
+
var InvalidStateException$ = [-3, n0, _ISEn,
|
|
592
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
593
|
+
[_M],
|
|
594
|
+
[0]
|
|
595
|
+
];
|
|
596
|
+
n0_registry.registerError(InvalidStateException$, InvalidStateException);
|
|
597
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
598
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
599
|
+
[_M, _RI, _RT],
|
|
600
|
+
[0, 0, 0]
|
|
601
|
+
];
|
|
602
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
603
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
604
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
605
|
+
[_M, _RI, _RT, _SC, _QC, _aET],
|
|
606
|
+
[0, 0, 0, 0, 0, [0, { [_hH]: _xaE }]]
|
|
607
|
+
];
|
|
608
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
609
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
610
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
611
|
+
[_M],
|
|
612
|
+
[0]
|
|
613
|
+
];
|
|
614
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
615
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
616
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
617
|
+
[_M, _E],
|
|
618
|
+
[0, () => ValidationErrors]
|
|
619
|
+
];
|
|
620
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
621
|
+
const errorTypeRegistries = [
|
|
622
|
+
_s_registry,
|
|
623
|
+
n0_registry,
|
|
624
|
+
];
|
|
625
|
+
var ActionCondition$ = [3, n0, _AC,
|
|
626
|
+
0,
|
|
627
|
+
[_A],
|
|
628
|
+
[0]
|
|
629
|
+
];
|
|
630
|
+
var AdvancedEventSelector$ = [3, n0, _AES,
|
|
631
|
+
0,
|
|
632
|
+
[_FS, _N],
|
|
633
|
+
[() => FieldSelectors, 0], 1
|
|
634
|
+
];
|
|
635
|
+
var AdvancedFieldSelector$ = [3, n0, _AFS,
|
|
636
|
+
0,
|
|
637
|
+
[_F, _Eq, _SW, _EW, _NE, _NSW, _NEW],
|
|
638
|
+
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
639
|
+
];
|
|
640
|
+
var CentralizationRule$ = [3, n0, _CR,
|
|
641
|
+
0,
|
|
642
|
+
[_S, _D],
|
|
643
|
+
[() => CentralizationRuleSource$, () => CentralizationRuleDestination$], 2
|
|
644
|
+
];
|
|
645
|
+
var CentralizationRuleDestination$ = [3, n0, _CRD,
|
|
646
|
+
0,
|
|
647
|
+
[_R, _Ac, _DLC, _DMC],
|
|
648
|
+
[0, 0, () => DestinationLogsConfiguration$, () => DestinationMetricsConfiguration$], 1
|
|
649
|
+
];
|
|
650
|
+
var CentralizationRuleSource$ = [3, n0, _CRS,
|
|
651
|
+
0,
|
|
652
|
+
[_Re, _Sc, _SLC, _SMC],
|
|
653
|
+
[64 | 0, 0, () => SourceLogsConfiguration$, () => SourceMetricsConfiguration$], 1
|
|
654
|
+
];
|
|
655
|
+
var CentralizationRuleSummary$ = [3, n0, _CRSe,
|
|
656
|
+
0,
|
|
657
|
+
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _DAI, _DR],
|
|
658
|
+
[0, 0, 0, 1, 0, 1, 0, 0, 0, 0]
|
|
659
|
+
];
|
|
660
|
+
var CloudtrailParameters$ = [3, n0, _CP,
|
|
661
|
+
0,
|
|
662
|
+
[_AESd],
|
|
663
|
+
[() => AdvancedEventSelectors], 1
|
|
664
|
+
];
|
|
665
|
+
var Condition$ = [3, n0, _C,
|
|
666
|
+
0,
|
|
667
|
+
[_AC, _LNC],
|
|
668
|
+
[() => ActionCondition$, () => LabelNameCondition$]
|
|
669
|
+
];
|
|
670
|
+
var ConfigurationSummary$ = [3, n0, _CS,
|
|
671
|
+
0,
|
|
672
|
+
[_So, _DS, _P, _PC, _Si],
|
|
673
|
+
[() => Sources, () => DataSources, 64 | 0, 1, 64 | 0]
|
|
674
|
+
];
|
|
675
|
+
var CreateCentralizationRuleForOrganizationInput$ = [3, n0, _CCRFOI,
|
|
676
|
+
0,
|
|
677
|
+
[_RN, _Ru, _T],
|
|
678
|
+
[0, () => CentralizationRule$, 128 | 0], 2
|
|
679
|
+
];
|
|
680
|
+
var CreateCentralizationRuleForOrganizationOutput$ = [3, n0, _CCRFOO,
|
|
681
|
+
0,
|
|
682
|
+
[_RAu],
|
|
683
|
+
[0]
|
|
684
|
+
];
|
|
685
|
+
var CreateS3TableIntegrationInput$ = [3, n0, _CSTII,
|
|
686
|
+
0,
|
|
687
|
+
[_En, _RAo, _T],
|
|
688
|
+
[() => Encryption$, 0, 128 | 0], 2
|
|
689
|
+
];
|
|
690
|
+
var CreateS3TableIntegrationOutput$ = [3, n0, _CSTIO,
|
|
691
|
+
0,
|
|
692
|
+
[_Ar],
|
|
693
|
+
[0]
|
|
694
|
+
];
|
|
695
|
+
var CreateTelemetryPipelineInput$ = [3, n0, _CTPI,
|
|
696
|
+
0,
|
|
697
|
+
[_N, _Co, _T],
|
|
698
|
+
[0, () => TelemetryPipelineConfiguration$, 128 | 0], 2
|
|
699
|
+
];
|
|
700
|
+
var CreateTelemetryPipelineOutput$ = [3, n0, _CTPO,
|
|
701
|
+
0,
|
|
702
|
+
[_Ar],
|
|
703
|
+
[0]
|
|
704
|
+
];
|
|
705
|
+
var CreateTelemetryRuleForOrganizationInput$ = [3, n0, _CTRFOI,
|
|
706
|
+
0,
|
|
707
|
+
[_RN, _Ru, _T],
|
|
708
|
+
[0, () => TelemetryRule$, 128 | 0], 2
|
|
709
|
+
];
|
|
710
|
+
var CreateTelemetryRuleForOrganizationOutput$ = [3, n0, _CTRFOO,
|
|
711
|
+
0,
|
|
712
|
+
[_RAu],
|
|
713
|
+
[0]
|
|
714
|
+
];
|
|
715
|
+
var CreateTelemetryRuleInput$ = [3, n0, _CTRI,
|
|
716
|
+
0,
|
|
717
|
+
[_RN, _Ru, _T],
|
|
718
|
+
[0, () => TelemetryRule$, 128 | 0], 2
|
|
719
|
+
];
|
|
720
|
+
var CreateTelemetryRuleOutput$ = [3, n0, _CTRO,
|
|
721
|
+
0,
|
|
722
|
+
[_RAu],
|
|
723
|
+
[0]
|
|
724
|
+
];
|
|
725
|
+
var DataSource$ = [3, n0, _DSa,
|
|
726
|
+
0,
|
|
727
|
+
[_N, _Ty],
|
|
728
|
+
[0, 0]
|
|
729
|
+
];
|
|
730
|
+
var DeleteCentralizationRuleForOrganizationInput$ = [3, n0, _DCRFOI,
|
|
731
|
+
0,
|
|
732
|
+
[_RIu],
|
|
733
|
+
[0], 1
|
|
734
|
+
];
|
|
735
|
+
var DeleteS3TableIntegrationInput$ = [3, n0, _DSTII,
|
|
736
|
+
0,
|
|
737
|
+
[_Ar],
|
|
738
|
+
[0], 1
|
|
739
|
+
];
|
|
740
|
+
var DeleteTelemetryPipelineInput$ = [3, n0, _DTPI,
|
|
741
|
+
0,
|
|
742
|
+
[_PI],
|
|
743
|
+
[0], 1
|
|
744
|
+
];
|
|
745
|
+
var DeleteTelemetryPipelineOutput$ = [3, n0, _DTPO,
|
|
746
|
+
0,
|
|
747
|
+
[],
|
|
748
|
+
[]
|
|
749
|
+
];
|
|
750
|
+
var DeleteTelemetryRuleForOrganizationInput$ = [3, n0, _DTRFOI,
|
|
751
|
+
0,
|
|
752
|
+
[_RIu],
|
|
753
|
+
[0], 1
|
|
754
|
+
];
|
|
755
|
+
var DeleteTelemetryRuleInput$ = [3, n0, _DTRI,
|
|
756
|
+
0,
|
|
757
|
+
[_RIu],
|
|
758
|
+
[0], 1
|
|
759
|
+
];
|
|
760
|
+
var DestinationLogsConfiguration$ = [3, n0, _DLC,
|
|
761
|
+
0,
|
|
762
|
+
[_LEC, _BC, _LGNC],
|
|
763
|
+
[() => LogsEncryptionConfiguration$, () => LogsBackupConfiguration$, () => LogGroupNameConfiguration$]
|
|
764
|
+
];
|
|
765
|
+
var DestinationMetricsConfiguration$ = [3, n0, _DMC,
|
|
766
|
+
0,
|
|
767
|
+
[_BC],
|
|
768
|
+
[() => MetricsBackupConfiguration$]
|
|
769
|
+
];
|
|
770
|
+
var ELBLoadBalancerLoggingParameters$ = [3, n0, _ELBLBLP,
|
|
771
|
+
0,
|
|
772
|
+
[_OF, _FD],
|
|
773
|
+
[0, 0]
|
|
774
|
+
];
|
|
775
|
+
var Encryption$ = [3, n0, _En,
|
|
776
|
+
0,
|
|
777
|
+
[_SA, _KKA],
|
|
778
|
+
[0, 0], 1
|
|
779
|
+
];
|
|
780
|
+
var FieldToMatch$ = [3, n0, _FTM,
|
|
781
|
+
0,
|
|
782
|
+
[_SH, _UP, _QS, _Me],
|
|
783
|
+
[() => SingleHeader$, 0, 0, 0]
|
|
784
|
+
];
|
|
785
|
+
var Filter$ = [3, n0, _Fi,
|
|
786
|
+
0,
|
|
787
|
+
[_B, _Req, _Con],
|
|
788
|
+
[0, 0, () => Conditions]
|
|
789
|
+
];
|
|
790
|
+
var GetCentralizationRuleForOrganizationInput$ = [3, n0, _GCRFOI,
|
|
791
|
+
0,
|
|
792
|
+
[_RIu],
|
|
793
|
+
[0], 1
|
|
794
|
+
];
|
|
795
|
+
var GetCentralizationRuleForOrganizationOutput$ = [3, n0, _GCRFOO,
|
|
796
|
+
0,
|
|
797
|
+
[_RN, _RAu, _CAI, _CTS, _CRr, _LUTS, _RH, _FR, _CR],
|
|
798
|
+
[0, 0, 0, 1, 0, 1, 0, 0, () => CentralizationRule$]
|
|
799
|
+
];
|
|
800
|
+
var GetS3TableIntegrationInput$ = [3, n0, _GSTII,
|
|
801
|
+
0,
|
|
802
|
+
[_Ar],
|
|
803
|
+
[0], 1
|
|
804
|
+
];
|
|
805
|
+
var GetS3TableIntegrationOutput$ = [3, n0, _GSTIO,
|
|
806
|
+
0,
|
|
807
|
+
[_Ar, _RAo, _St, _En, _DTBA, _CTS],
|
|
808
|
+
[0, 0, 0, () => Encryption$, 0, 1]
|
|
809
|
+
];
|
|
810
|
+
var GetTelemetryEnrichmentStatusOutput$ = [3, n0, _GTESO,
|
|
811
|
+
0,
|
|
812
|
+
[_St, _AREMVA],
|
|
813
|
+
[0, 0]
|
|
814
|
+
];
|
|
815
|
+
var GetTelemetryEvaluationStatusForOrganizationOutput$ = [3, n0, _GTESFOO,
|
|
816
|
+
0,
|
|
817
|
+
[_St, _FR, _HR, _RS],
|
|
818
|
+
[0, 0, 0, () => RegionStatuses]
|
|
819
|
+
];
|
|
820
|
+
var GetTelemetryEvaluationStatusOutput$ = [3, n0, _GTESOe,
|
|
821
|
+
0,
|
|
822
|
+
[_St, _FR, _HR, _RS],
|
|
823
|
+
[0, 0, 0, () => RegionStatuses]
|
|
824
|
+
];
|
|
825
|
+
var GetTelemetryPipelineInput$ = [3, n0, _GTPI,
|
|
826
|
+
0,
|
|
827
|
+
[_PI],
|
|
828
|
+
[0], 1
|
|
829
|
+
];
|
|
830
|
+
var GetTelemetryPipelineOutput$ = [3, n0, _GTPO,
|
|
831
|
+
0,
|
|
832
|
+
[_Pi],
|
|
833
|
+
[() => TelemetryPipeline$]
|
|
834
|
+
];
|
|
835
|
+
var GetTelemetryRuleForOrganizationInput$ = [3, n0, _GTRFOI,
|
|
836
|
+
0,
|
|
837
|
+
[_RIu],
|
|
838
|
+
[0], 1
|
|
839
|
+
];
|
|
840
|
+
var GetTelemetryRuleForOrganizationOutput$ = [3, n0, _GTRFOO,
|
|
841
|
+
0,
|
|
842
|
+
[_RN, _RAu, _CTS, _LUTS, _TR, _HR, _IR, _RS],
|
|
843
|
+
[0, 0, 1, 1, () => TelemetryRule$, 0, 2, () => RegionStatuses]
|
|
844
|
+
];
|
|
845
|
+
var GetTelemetryRuleInput$ = [3, n0, _GTRI,
|
|
846
|
+
0,
|
|
847
|
+
[_RIu],
|
|
848
|
+
[0], 1
|
|
849
|
+
];
|
|
850
|
+
var GetTelemetryRuleOutput$ = [3, n0, _GTRO,
|
|
851
|
+
0,
|
|
852
|
+
[_RN, _RAu, _CTS, _LUTS, _TR, _HR, _IR, _RS],
|
|
853
|
+
[0, 0, 1, 1, () => TelemetryRule$, 0, 2, () => RegionStatuses]
|
|
854
|
+
];
|
|
855
|
+
var IntegrationSummary$ = [3, n0, _IS,
|
|
856
|
+
0,
|
|
857
|
+
[_Ar, _St],
|
|
858
|
+
[0, 0]
|
|
859
|
+
];
|
|
860
|
+
var LabelNameCondition$ = [3, n0, _LNC,
|
|
861
|
+
0,
|
|
862
|
+
[_LN],
|
|
863
|
+
[0]
|
|
864
|
+
];
|
|
865
|
+
var ListCentralizationRulesForOrganizationInput$ = [3, n0, _LCRFOI,
|
|
866
|
+
0,
|
|
867
|
+
[_RNP, _AR, _MR, _NT],
|
|
868
|
+
[0, 2, 1, 0]
|
|
869
|
+
];
|
|
870
|
+
var ListCentralizationRulesForOrganizationOutput$ = [3, n0, _LCRFOO,
|
|
871
|
+
0,
|
|
872
|
+
[_CRSen, _NT],
|
|
873
|
+
[() => CentralizationRuleSummaries, 0]
|
|
874
|
+
];
|
|
875
|
+
var ListResourceTelemetryForOrganizationInput$ = [3, n0, _LRTFOI,
|
|
876
|
+
0,
|
|
877
|
+
[_AI, _RIP, _RTe, _TCS, _RTes, _MR, _NT],
|
|
878
|
+
[64 | 0, 0, 64 | 0, 128 | 0, 128 | 0, 1, 0]
|
|
879
|
+
];
|
|
880
|
+
var ListResourceTelemetryForOrganizationOutput$ = [3, n0, _LRTFOO,
|
|
881
|
+
0,
|
|
882
|
+
[_TC, _NT],
|
|
883
|
+
[() => TelemetryConfigurations, 0]
|
|
884
|
+
];
|
|
885
|
+
var ListResourceTelemetryInput$ = [3, n0, _LRTI,
|
|
886
|
+
0,
|
|
887
|
+
[_RIP, _RTe, _TCS, _RTes, _MR, _NT],
|
|
888
|
+
[0, 64 | 0, 128 | 0, 128 | 0, 1, 0]
|
|
889
|
+
];
|
|
890
|
+
var ListResourceTelemetryOutput$ = [3, n0, _LRTO,
|
|
891
|
+
0,
|
|
892
|
+
[_TC, _NT],
|
|
893
|
+
[() => TelemetryConfigurations, 0]
|
|
894
|
+
];
|
|
895
|
+
var ListS3TableIntegrationsInput$ = [3, n0, _LSTII,
|
|
896
|
+
0,
|
|
897
|
+
[_MR, _NT],
|
|
898
|
+
[1, 0]
|
|
899
|
+
];
|
|
900
|
+
var ListS3TableIntegrationsOutput$ = [3, n0, _LSTIO,
|
|
901
|
+
0,
|
|
902
|
+
[_ISn, _NT],
|
|
903
|
+
[() => IntegrationSummaries, 0]
|
|
904
|
+
];
|
|
905
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
906
|
+
0,
|
|
907
|
+
[_RARN],
|
|
908
|
+
[0], 1
|
|
909
|
+
];
|
|
910
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
911
|
+
0,
|
|
912
|
+
[_T],
|
|
913
|
+
[128 | 0], 1
|
|
914
|
+
];
|
|
915
|
+
var ListTelemetryPipelinesInput$ = [3, n0, _LTPI,
|
|
916
|
+
0,
|
|
917
|
+
[_MR, _NT],
|
|
918
|
+
[1, 0]
|
|
919
|
+
];
|
|
920
|
+
var ListTelemetryPipelinesOutput$ = [3, n0, _LTPO,
|
|
921
|
+
0,
|
|
922
|
+
[_PS, _NT],
|
|
923
|
+
[() => TelemetryPipelineSummaries, 0]
|
|
924
|
+
];
|
|
925
|
+
var ListTelemetryRulesForOrganizationInput$ = [3, n0, _LTRFOI,
|
|
926
|
+
0,
|
|
927
|
+
[_RNP, _SAI, _SOUI, _MR, _NT],
|
|
928
|
+
[0, 64 | 0, 64 | 0, 1, 0]
|
|
929
|
+
];
|
|
930
|
+
var ListTelemetryRulesForOrganizationOutput$ = [3, n0, _LTRFOO,
|
|
931
|
+
0,
|
|
932
|
+
[_TRS, _NT],
|
|
933
|
+
[() => TelemetryRuleSummaries, 0]
|
|
934
|
+
];
|
|
935
|
+
var ListTelemetryRulesInput$ = [3, n0, _LTRI,
|
|
936
|
+
0,
|
|
937
|
+
[_RNP, _MR, _NT],
|
|
938
|
+
[0, 1, 0]
|
|
939
|
+
];
|
|
940
|
+
var ListTelemetryRulesOutput$ = [3, n0, _LTRO,
|
|
941
|
+
0,
|
|
942
|
+
[_TRS, _NT],
|
|
943
|
+
[() => TelemetryRuleSummaries, 0]
|
|
944
|
+
];
|
|
945
|
+
var LogDeliveryParameters$ = [3, n0, _LDP,
|
|
946
|
+
0,
|
|
947
|
+
[_LT],
|
|
948
|
+
[64 | 0]
|
|
949
|
+
];
|
|
950
|
+
var LoggingFilter$ = [3, n0, _LF,
|
|
951
|
+
0,
|
|
952
|
+
[_Fil, _DB],
|
|
953
|
+
[() => Filters, 0]
|
|
954
|
+
];
|
|
955
|
+
var LogGroupNameConfiguration$ = [3, n0, _LGNC,
|
|
956
|
+
0,
|
|
957
|
+
[_LGNP],
|
|
958
|
+
[0], 1
|
|
959
|
+
];
|
|
960
|
+
var LogsBackupConfiguration$ = [3, n0, _LBC,
|
|
961
|
+
0,
|
|
962
|
+
[_R, _KKA],
|
|
963
|
+
[0, 0], 1
|
|
964
|
+
];
|
|
965
|
+
var LogsEncryptionConfiguration$ = [3, n0, _LEC,
|
|
966
|
+
0,
|
|
967
|
+
[_ES, _KKA, _ECRS],
|
|
968
|
+
[0, 0, 0], 1
|
|
969
|
+
];
|
|
970
|
+
var MetricsBackupConfiguration$ = [3, n0, _MBC,
|
|
971
|
+
0,
|
|
972
|
+
[_R],
|
|
973
|
+
[0], 1
|
|
974
|
+
];
|
|
975
|
+
var MskMonitoringParameters$ = [3, n0, _MMP,
|
|
976
|
+
0,
|
|
977
|
+
[_EM],
|
|
978
|
+
[0]
|
|
979
|
+
];
|
|
980
|
+
var PipelineOutput$ = [3, n0, _PO,
|
|
981
|
+
0,
|
|
982
|
+
[_Rec, _Er],
|
|
983
|
+
[() => _Record$, () => PipelineOutputError$]
|
|
984
|
+
];
|
|
985
|
+
var PipelineOutputError$ = [3, n0, _POE,
|
|
986
|
+
0,
|
|
987
|
+
[_M],
|
|
988
|
+
[0]
|
|
989
|
+
];
|
|
990
|
+
var _Record$ = [3, n0, _Rec,
|
|
991
|
+
0,
|
|
992
|
+
[_Da, _Ty],
|
|
993
|
+
[0, 0]
|
|
994
|
+
];
|
|
995
|
+
var RegionStatus$ = [3, n0, _RSe,
|
|
996
|
+
0,
|
|
997
|
+
[_R, _St, _FR, _RAu],
|
|
998
|
+
[0, 0, 0, 0]
|
|
999
|
+
];
|
|
1000
|
+
var SingleHeader$ = [3, n0, _SH,
|
|
1001
|
+
0,
|
|
1002
|
+
[_N],
|
|
1003
|
+
[0]
|
|
1004
|
+
];
|
|
1005
|
+
var Source$ = [3, n0, _S,
|
|
1006
|
+
0,
|
|
1007
|
+
[_Ty],
|
|
1008
|
+
[0]
|
|
1009
|
+
];
|
|
1010
|
+
var SourceLogsConfiguration$ = [3, n0, _SLC,
|
|
1011
|
+
0,
|
|
1012
|
+
[_ELGS, _LGSC, _DSSC],
|
|
1013
|
+
[0, 0, 0], 1
|
|
1014
|
+
];
|
|
1015
|
+
var SourceMetricsConfiguration$ = [3, n0, _SMC,
|
|
1016
|
+
0,
|
|
1017
|
+
[_MSC],
|
|
1018
|
+
[0]
|
|
1019
|
+
];
|
|
1020
|
+
var StartTelemetryEnrichmentOutput$ = [3, n0, _STEO,
|
|
1021
|
+
0,
|
|
1022
|
+
[_St, _AREMVA],
|
|
1023
|
+
[0, 0]
|
|
1024
|
+
];
|
|
1025
|
+
var StartTelemetryEvaluationForOrganizationInput$ = [3, n0, _STEFOI,
|
|
1026
|
+
0,
|
|
1027
|
+
[_Re, _AR],
|
|
1028
|
+
[64 | 0, 2]
|
|
1029
|
+
];
|
|
1030
|
+
var StartTelemetryEvaluationInput$ = [3, n0, _STEI,
|
|
1031
|
+
0,
|
|
1032
|
+
[_Re, _AR],
|
|
1033
|
+
[64 | 0, 2]
|
|
1034
|
+
];
|
|
1035
|
+
var StopTelemetryEnrichmentOutput$ = [3, n0, _STEOt,
|
|
1036
|
+
0,
|
|
1037
|
+
[_St],
|
|
1038
|
+
[0]
|
|
1039
|
+
];
|
|
1040
|
+
var TagResourceInput$ = [3, n0, _TRI,
|
|
1041
|
+
0,
|
|
1042
|
+
[_RARN, _T],
|
|
1043
|
+
[0, 128 | 0], 2
|
|
1044
|
+
];
|
|
1045
|
+
var TelemetryConfiguration$ = [3, n0, _TCe,
|
|
1046
|
+
0,
|
|
1047
|
+
[_AIc, _TCS, _RT, _RIe, _RTes, _LUTS, _TST],
|
|
1048
|
+
[0, 128 | 0, 0, 0, 128 | 0, 1, 0]
|
|
1049
|
+
];
|
|
1050
|
+
var TelemetryDestinationConfiguration$ = [3, n0, _TDC,
|
|
1051
|
+
0,
|
|
1052
|
+
[_DT, _DP, _RID, _VPCFLP, _CP, _ELBLBLP, _WAFLP, _LDP, _MMP],
|
|
1053
|
+
[0, 0, 1, () => VPCFlowLogParameters$, () => CloudtrailParameters$, () => ELBLoadBalancerLoggingParameters$, () => WAFLoggingParameters$, () => LogDeliveryParameters$, () => MskMonitoringParameters$]
|
|
1054
|
+
];
|
|
1055
|
+
var TelemetryPipeline$ = [3, n0, _TP,
|
|
1056
|
+
0,
|
|
1057
|
+
[_CTS, _LUTS, _Ar, _N, _Co, _St, _SR, _T],
|
|
1058
|
+
[1, 1, 0, 0, () => TelemetryPipelineConfiguration$, 0, () => TelemetryPipelineStatusReason$, 128 | 0]
|
|
1059
|
+
];
|
|
1060
|
+
var TelemetryPipelineConfiguration$ = [3, n0, _TPC,
|
|
1061
|
+
0,
|
|
1062
|
+
[_Bo],
|
|
1063
|
+
[0], 1
|
|
1064
|
+
];
|
|
1065
|
+
var TelemetryPipelineStatusReason$ = [3, n0, _TPSR,
|
|
1066
|
+
0,
|
|
1067
|
+
[_De],
|
|
1068
|
+
[0]
|
|
1069
|
+
];
|
|
1070
|
+
var TelemetryPipelineSummary$ = [3, n0, _TPS,
|
|
1071
|
+
0,
|
|
1072
|
+
[_CTS, _LUTS, _Ar, _N, _St, _T, _CS],
|
|
1073
|
+
[1, 1, 0, 0, 0, 128 | 0, () => ConfigurationSummary$]
|
|
1074
|
+
];
|
|
1075
|
+
var TelemetryRule$ = [3, n0, _TR,
|
|
1076
|
+
0,
|
|
1077
|
+
[_TT, _RT, _TSTe, _DC, _Sc, _SCe, _AFU, _Re, _AR],
|
|
1078
|
+
[0, 0, 64 | 0, () => TelemetryDestinationConfiguration$, 0, 0, 2, 64 | 0, 2], 1
|
|
1079
|
+
];
|
|
1080
|
+
var TelemetryRuleSummary$ = [3, n0, _TRSe,
|
|
1081
|
+
0,
|
|
1082
|
+
[_RN, _RAu, _CTS, _LUTS, _RT, _TT, _TSTe],
|
|
1083
|
+
[0, 0, 1, 1, 0, 0, 64 | 0]
|
|
1084
|
+
];
|
|
1085
|
+
var TestTelemetryPipelineInput$ = [3, n0, _TTPI,
|
|
1086
|
+
0,
|
|
1087
|
+
[_Reco, _Co, _ST],
|
|
1088
|
+
[() => Records, () => TelemetryPipelineConfiguration$, 0], 2
|
|
1089
|
+
];
|
|
1090
|
+
var TestTelemetryPipelineOutput$ = [3, n0, _TTPO,
|
|
1091
|
+
0,
|
|
1092
|
+
[_Res],
|
|
1093
|
+
[() => PipelineOutputs]
|
|
1094
|
+
];
|
|
1095
|
+
var UntagResourceInput$ = [3, n0, _URI,
|
|
1096
|
+
0,
|
|
1097
|
+
[_RARN, _TK],
|
|
1098
|
+
[0, 64 | 0], 2
|
|
1099
|
+
];
|
|
1100
|
+
var UpdateCentralizationRuleForOrganizationInput$ = [3, n0, _UCRFOI,
|
|
1101
|
+
0,
|
|
1102
|
+
[_RIu, _Ru],
|
|
1103
|
+
[0, () => CentralizationRule$], 2
|
|
1104
|
+
];
|
|
1105
|
+
var UpdateCentralizationRuleForOrganizationOutput$ = [3, n0, _UCRFOO,
|
|
1106
|
+
0,
|
|
1107
|
+
[_RAu],
|
|
1108
|
+
[0]
|
|
1109
|
+
];
|
|
1110
|
+
var UpdateTelemetryPipelineInput$ = [3, n0, _UTPI,
|
|
1111
|
+
0,
|
|
1112
|
+
[_PI, _Co],
|
|
1113
|
+
[0, () => TelemetryPipelineConfiguration$], 2
|
|
1114
|
+
];
|
|
1115
|
+
var UpdateTelemetryPipelineOutput$ = [3, n0, _UTPO,
|
|
1116
|
+
0,
|
|
1117
|
+
[],
|
|
1118
|
+
[]
|
|
1119
|
+
];
|
|
1120
|
+
var UpdateTelemetryRuleForOrganizationInput$ = [3, n0, _UTRFOI,
|
|
1121
|
+
0,
|
|
1122
|
+
[_RIu, _Ru],
|
|
1123
|
+
[0, () => TelemetryRule$], 2
|
|
1124
|
+
];
|
|
1125
|
+
var UpdateTelemetryRuleForOrganizationOutput$ = [3, n0, _UTRFOO,
|
|
1126
|
+
0,
|
|
1127
|
+
[_RAu],
|
|
1128
|
+
[0]
|
|
1129
|
+
];
|
|
1130
|
+
var UpdateTelemetryRuleInput$ = [3, n0, _UTRI,
|
|
1131
|
+
0,
|
|
1132
|
+
[_RIu, _Ru],
|
|
1133
|
+
[0, () => TelemetryRule$], 2
|
|
1134
|
+
];
|
|
1135
|
+
var UpdateTelemetryRuleOutput$ = [3, n0, _UTRO,
|
|
1136
|
+
0,
|
|
1137
|
+
[_RAu],
|
|
1138
|
+
[0]
|
|
1139
|
+
];
|
|
1140
|
+
var ValidateTelemetryPipelineConfigurationInput$ = [3, n0, _VTPCI,
|
|
1141
|
+
0,
|
|
1142
|
+
[_Co],
|
|
1143
|
+
[() => TelemetryPipelineConfiguration$], 1
|
|
1144
|
+
];
|
|
1145
|
+
var ValidateTelemetryPipelineConfigurationOutput$ = [3, n0, _VTPCO,
|
|
1146
|
+
0,
|
|
1147
|
+
[_E],
|
|
1148
|
+
[() => ValidationErrors]
|
|
1149
|
+
];
|
|
1150
|
+
var ValidationError$ = [3, n0, _VEa,
|
|
1151
|
+
0,
|
|
1152
|
+
[_M, _Rea, _FM],
|
|
1153
|
+
[0, 0, 128 | 0]
|
|
1154
|
+
];
|
|
1155
|
+
var VPCFlowLogParameters$ = [3, n0, _VPCFLP,
|
|
1156
|
+
0,
|
|
1157
|
+
[_LFo, _TTr, _MAI],
|
|
1158
|
+
[0, 0, 1]
|
|
1159
|
+
];
|
|
1160
|
+
var WAFLoggingParameters$ = [3, n0, _WAFLP,
|
|
1161
|
+
0,
|
|
1162
|
+
[_RF, _LF, _LTo],
|
|
1163
|
+
[() => RedactedFields, () => LoggingFilter$, 0]
|
|
1164
|
+
];
|
|
1165
|
+
var __Unit = "unit";
|
|
1166
|
+
var AdvancedEventSelectors = [1, n0, _AESd,
|
|
1167
|
+
0, () => AdvancedEventSelector$
|
|
1168
|
+
];
|
|
1169
|
+
var CentralizationRuleSummaries = [1, n0, _CRSen,
|
|
1170
|
+
0, () => CentralizationRuleSummary$
|
|
1171
|
+
];
|
|
1172
|
+
var Conditions = [1, n0, _Con,
|
|
1173
|
+
0, () => Condition$
|
|
1174
|
+
];
|
|
1175
|
+
var DataSources = [1, n0, _DS,
|
|
1176
|
+
0, () => DataSource$
|
|
1177
|
+
];
|
|
1178
|
+
var FieldSelectors = [1, n0, _FS,
|
|
1179
|
+
0, () => AdvancedFieldSelector$
|
|
1180
|
+
];
|
|
1181
|
+
var Filters = [1, n0, _Fil,
|
|
1182
|
+
0, () => Filter$
|
|
1183
|
+
];
|
|
1184
|
+
var IntegrationSummaries = [1, n0, _ISn,
|
|
1185
|
+
0, () => IntegrationSummary$
|
|
1186
|
+
];
|
|
1187
|
+
var PipelineOutputs = [1, n0, _POi,
|
|
1188
|
+
0, () => PipelineOutput$
|
|
1189
|
+
];
|
|
1190
|
+
var Records = [1, n0, _Reco,
|
|
1191
|
+
0, () => _Record$
|
|
1192
|
+
];
|
|
1193
|
+
var RedactedFields = [1, n0, _RF,
|
|
1194
|
+
0, () => FieldToMatch$
|
|
1195
|
+
];
|
|
1196
|
+
var RegionStatuses = [1, n0, _RS,
|
|
1197
|
+
0, () => RegionStatus$
|
|
1198
|
+
];
|
|
1199
|
+
var Sources = [1, n0, _So,
|
|
1200
|
+
0, () => Source$
|
|
1201
|
+
];
|
|
1202
|
+
var TelemetryConfigurations = [1, n0, _TC,
|
|
1203
|
+
0, () => TelemetryConfiguration$
|
|
1204
|
+
];
|
|
1205
|
+
var TelemetryPipelineSummaries = [1, n0, _TPSe,
|
|
1206
|
+
0, () => TelemetryPipelineSummary$
|
|
1207
|
+
];
|
|
1208
|
+
var TelemetryRuleSummaries = [1, n0, _TRS,
|
|
1209
|
+
0, () => TelemetryRuleSummary$
|
|
1210
|
+
];
|
|
1211
|
+
var ValidationErrors = [1, n0, _VEal,
|
|
1212
|
+
0, () => ValidationError$
|
|
1213
|
+
];
|
|
1214
|
+
var CreateCentralizationRuleForOrganization$ = [9, n0, _CCRFO,
|
|
1215
|
+
{ [_h]: ["POST", "/CreateCentralizationRuleForOrganization", 200] }, () => CreateCentralizationRuleForOrganizationInput$, () => CreateCentralizationRuleForOrganizationOutput$
|
|
1216
|
+
];
|
|
1217
|
+
var CreateS3TableIntegration$ = [9, n0, _CSTI,
|
|
1218
|
+
{ [_h]: ["POST", "/CreateS3TableIntegration", 200] }, () => CreateS3TableIntegrationInput$, () => CreateS3TableIntegrationOutput$
|
|
1219
|
+
];
|
|
1220
|
+
var CreateTelemetryPipeline$ = [9, n0, _CTP,
|
|
1221
|
+
{ [_h]: ["POST", "/CreateTelemetryPipeline", 200] }, () => CreateTelemetryPipelineInput$, () => CreateTelemetryPipelineOutput$
|
|
1222
|
+
];
|
|
1223
|
+
var CreateTelemetryRule$ = [9, n0, _CTR,
|
|
1224
|
+
{ [_h]: ["POST", "/CreateTelemetryRule", 200] }, () => CreateTelemetryRuleInput$, () => CreateTelemetryRuleOutput$
|
|
1225
|
+
];
|
|
1226
|
+
var CreateTelemetryRuleForOrganization$ = [9, n0, _CTRFO,
|
|
1227
|
+
{ [_h]: ["POST", "/CreateTelemetryRuleForOrganization", 200] }, () => CreateTelemetryRuleForOrganizationInput$, () => CreateTelemetryRuleForOrganizationOutput$
|
|
1228
|
+
];
|
|
1229
|
+
var DeleteCentralizationRuleForOrganization$ = [9, n0, _DCRFO,
|
|
1230
|
+
{ [_h]: ["POST", "/DeleteCentralizationRuleForOrganization", 200] }, () => DeleteCentralizationRuleForOrganizationInput$, () => __Unit
|
|
1231
|
+
];
|
|
1232
|
+
var DeleteS3TableIntegration$ = [9, n0, _DSTI,
|
|
1233
|
+
{ [_h]: ["POST", "/DeleteS3TableIntegration", 204] }, () => DeleteS3TableIntegrationInput$, () => __Unit
|
|
1234
|
+
];
|
|
1235
|
+
var DeleteTelemetryPipeline$ = [9, n0, _DTP,
|
|
1236
|
+
{ [_h]: ["POST", "/DeleteTelemetryPipeline", 200] }, () => DeleteTelemetryPipelineInput$, () => DeleteTelemetryPipelineOutput$
|
|
1237
|
+
];
|
|
1238
|
+
var DeleteTelemetryRule$ = [9, n0, _DTR,
|
|
1239
|
+
{ [_h]: ["POST", "/DeleteTelemetryRule", 200] }, () => DeleteTelemetryRuleInput$, () => __Unit
|
|
1240
|
+
];
|
|
1241
|
+
var DeleteTelemetryRuleForOrganization$ = [9, n0, _DTRFO,
|
|
1242
|
+
{ [_h]: ["POST", "/DeleteTelemetryRuleForOrganization", 200] }, () => DeleteTelemetryRuleForOrganizationInput$, () => __Unit
|
|
1243
|
+
];
|
|
1244
|
+
var GetCentralizationRuleForOrganization$ = [9, n0, _GCRFO,
|
|
1245
|
+
{ [_h]: ["POST", "/GetCentralizationRuleForOrganization", 200] }, () => GetCentralizationRuleForOrganizationInput$, () => GetCentralizationRuleForOrganizationOutput$
|
|
1246
|
+
];
|
|
1247
|
+
var GetS3TableIntegration$ = [9, n0, _GSTI,
|
|
1248
|
+
{ [_h]: ["POST", "/GetS3TableIntegration", 200] }, () => GetS3TableIntegrationInput$, () => GetS3TableIntegrationOutput$
|
|
1249
|
+
];
|
|
1250
|
+
var GetTelemetryEnrichmentStatus$ = [9, n0, _GTES,
|
|
1251
|
+
{ [_h]: ["POST", "/GetTelemetryEnrichmentStatus", 200] }, () => __Unit, () => GetTelemetryEnrichmentStatusOutput$
|
|
1252
|
+
];
|
|
1253
|
+
var GetTelemetryEvaluationStatus$ = [9, n0, _GTESe,
|
|
1254
|
+
{ [_h]: ["POST", "/GetTelemetryEvaluationStatus", 200] }, () => __Unit, () => GetTelemetryEvaluationStatusOutput$
|
|
1255
|
+
];
|
|
1256
|
+
var GetTelemetryEvaluationStatusForOrganization$ = [9, n0, _GTESFO,
|
|
1257
|
+
{ [_h]: ["POST", "/GetTelemetryEvaluationStatusForOrganization", 200] }, () => __Unit, () => GetTelemetryEvaluationStatusForOrganizationOutput$
|
|
1258
|
+
];
|
|
1259
|
+
var GetTelemetryPipeline$ = [9, n0, _GTP,
|
|
1260
|
+
{ [_h]: ["POST", "/GetTelemetryPipeline", 200] }, () => GetTelemetryPipelineInput$, () => GetTelemetryPipelineOutput$
|
|
1261
|
+
];
|
|
1262
|
+
var GetTelemetryRule$ = [9, n0, _GTR,
|
|
1263
|
+
{ [_h]: ["POST", "/GetTelemetryRule", 200] }, () => GetTelemetryRuleInput$, () => GetTelemetryRuleOutput$
|
|
1264
|
+
];
|
|
1265
|
+
var GetTelemetryRuleForOrganization$ = [9, n0, _GTRFO,
|
|
1266
|
+
{ [_h]: ["POST", "/GetTelemetryRuleForOrganization", 200] }, () => GetTelemetryRuleForOrganizationInput$, () => GetTelemetryRuleForOrganizationOutput$
|
|
1267
|
+
];
|
|
1268
|
+
var ListCentralizationRulesForOrganization$ = [9, n0, _LCRFO,
|
|
1269
|
+
{ [_h]: ["POST", "/ListCentralizationRulesForOrganization", 200] }, () => ListCentralizationRulesForOrganizationInput$, () => ListCentralizationRulesForOrganizationOutput$
|
|
1270
|
+
];
|
|
1271
|
+
var ListResourceTelemetry$ = [9, n0, _LRT,
|
|
1272
|
+
{ [_h]: ["POST", "/ListResourceTelemetry", 200] }, () => ListResourceTelemetryInput$, () => ListResourceTelemetryOutput$
|
|
1273
|
+
];
|
|
1274
|
+
var ListResourceTelemetryForOrganization$ = [9, n0, _LRTFO,
|
|
1275
|
+
{ [_h]: ["POST", "/ListResourceTelemetryForOrganization", 200] }, () => ListResourceTelemetryForOrganizationInput$, () => ListResourceTelemetryForOrganizationOutput$
|
|
1276
|
+
];
|
|
1277
|
+
var ListS3TableIntegrations$ = [9, n0, _LSTI,
|
|
1278
|
+
{ [_h]: ["POST", "/ListS3TableIntegrations", 200] }, () => ListS3TableIntegrationsInput$, () => ListS3TableIntegrationsOutput$
|
|
1279
|
+
];
|
|
1280
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1281
|
+
{ [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1282
|
+
];
|
|
1283
|
+
var ListTelemetryPipelines$ = [9, n0, _LTP,
|
|
1284
|
+
{ [_h]: ["POST", "/ListTelemetryPipelines", 200] }, () => ListTelemetryPipelinesInput$, () => ListTelemetryPipelinesOutput$
|
|
1285
|
+
];
|
|
1286
|
+
var ListTelemetryRules$ = [9, n0, _LTR,
|
|
1287
|
+
{ [_h]: ["POST", "/ListTelemetryRules", 200] }, () => ListTelemetryRulesInput$, () => ListTelemetryRulesOutput$
|
|
1288
|
+
];
|
|
1289
|
+
var ListTelemetryRulesForOrganization$ = [9, n0, _LTRFO,
|
|
1290
|
+
{ [_h]: ["POST", "/ListTelemetryRulesForOrganization", 200] }, () => ListTelemetryRulesForOrganizationInput$, () => ListTelemetryRulesForOrganizationOutput$
|
|
1291
|
+
];
|
|
1292
|
+
var StartTelemetryEnrichment$ = [9, n0, _STE,
|
|
1293
|
+
{ [_h]: ["POST", "/StartTelemetryEnrichment", 202] }, () => __Unit, () => StartTelemetryEnrichmentOutput$
|
|
1294
|
+
];
|
|
1295
|
+
var StartTelemetryEvaluation$ = [9, n0, _STEt,
|
|
1296
|
+
{ [_h]: ["POST", "/StartTelemetryEvaluation", 200] }, () => StartTelemetryEvaluationInput$, () => __Unit
|
|
1297
|
+
];
|
|
1298
|
+
var StartTelemetryEvaluationForOrganization$ = [9, n0, _STEFO,
|
|
1299
|
+
{ [_h]: ["POST", "/StartTelemetryEvaluationForOrganization", 200] }, () => StartTelemetryEvaluationForOrganizationInput$, () => __Unit
|
|
1300
|
+
];
|
|
1301
|
+
var StopTelemetryEnrichment$ = [9, n0, _STEto,
|
|
1302
|
+
{ [_h]: ["POST", "/StopTelemetryEnrichment", 202] }, () => __Unit, () => StopTelemetryEnrichmentOutput$
|
|
1303
|
+
];
|
|
1304
|
+
var StopTelemetryEvaluation$ = [9, n0, _STEtop,
|
|
1305
|
+
{ [_h]: ["POST", "/StopTelemetryEvaluation", 200] }, () => __Unit, () => __Unit
|
|
1306
|
+
];
|
|
1307
|
+
var StopTelemetryEvaluationForOrganization$ = [9, n0, _STEFOt,
|
|
1308
|
+
{ [_h]: ["POST", "/StopTelemetryEvaluationForOrganization", 200] }, () => __Unit, () => __Unit
|
|
1309
|
+
];
|
|
1310
|
+
var TagResource$ = [9, n0, _TRa,
|
|
1311
|
+
{ [_h]: ["POST", "/TagResource", 200] }, () => TagResourceInput$, () => __Unit
|
|
1312
|
+
];
|
|
1313
|
+
var TestTelemetryPipeline$ = [9, n0, _TTP,
|
|
1314
|
+
{ [_h]: ["POST", "/TestTelemetryPipeline", 200] }, () => TestTelemetryPipelineInput$, () => TestTelemetryPipelineOutput$
|
|
1315
|
+
];
|
|
1316
|
+
var UntagResource$ = [9, n0, _UR,
|
|
1317
|
+
{ [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceInput$, () => __Unit
|
|
1318
|
+
];
|
|
1319
|
+
var UpdateCentralizationRuleForOrganization$ = [9, n0, _UCRFO,
|
|
1320
|
+
{ [_h]: ["POST", "/UpdateCentralizationRuleForOrganization", 200] }, () => UpdateCentralizationRuleForOrganizationInput$, () => UpdateCentralizationRuleForOrganizationOutput$
|
|
1321
|
+
];
|
|
1322
|
+
var UpdateTelemetryPipeline$ = [9, n0, _UTP,
|
|
1323
|
+
{ [_h]: ["POST", "/UpdateTelemetryPipeline", 200] }, () => UpdateTelemetryPipelineInput$, () => UpdateTelemetryPipelineOutput$
|
|
1324
|
+
];
|
|
1325
|
+
var UpdateTelemetryRule$ = [9, n0, _UTR,
|
|
1326
|
+
{ [_h]: ["POST", "/UpdateTelemetryRule", 200] }, () => UpdateTelemetryRuleInput$, () => UpdateTelemetryRuleOutput$
|
|
1327
|
+
];
|
|
1328
|
+
var UpdateTelemetryRuleForOrganization$ = [9, n0, _UTRFO,
|
|
1329
|
+
{ [_h]: ["POST", "/UpdateTelemetryRuleForOrganization", 200] }, () => UpdateTelemetryRuleForOrganizationInput$, () => UpdateTelemetryRuleForOrganizationOutput$
|
|
1330
|
+
];
|
|
1331
|
+
var ValidateTelemetryPipelineConfiguration$ = [9, n0, _VTPC,
|
|
1332
|
+
{ [_h]: ["POST", "/ValidateTelemetryPipelineConfiguration", 200] }, () => ValidateTelemetryPipelineConfigurationInput$, () => ValidateTelemetryPipelineConfigurationOutput$
|
|
1333
|
+
];
|
|
1334
|
+
|
|
1335
|
+
const getRuntimeConfig$1 = (config) => {
|
|
1336
|
+
return {
|
|
1337
|
+
apiVersion: "2018-05-10",
|
|
1338
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
1339
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
1340
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
1341
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
1342
|
+
extensions: config?.extensions ?? [],
|
|
1343
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultObservabilityAdminHttpAuthSchemeProvider,
|
|
1344
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
1345
|
+
{
|
|
1346
|
+
schemeId: "aws.auth#sigv4",
|
|
1347
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
1348
|
+
signer: new AwsSdkSigV4Signer(),
|
|
1349
|
+
},
|
|
1350
|
+
],
|
|
1351
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
1352
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
1353
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
1354
|
+
defaultNamespace: "com.amazonaws.observabilityadmin",
|
|
1355
|
+
errorTypeRegistries,
|
|
1356
|
+
version: "2018-05-10",
|
|
1357
|
+
serviceTarget: "ObservabilityAdmin",
|
|
1358
|
+
},
|
|
1359
|
+
serviceId: config?.serviceId ?? "ObservabilityAdmin",
|
|
1360
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1361
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
1362
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1363
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
1364
|
+
};
|
|
1365
|
+
};
|
|
1366
|
+
|
|
1367
|
+
const getRuntimeConfig = (config) => {
|
|
1368
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
1369
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
1370
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
1371
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
1372
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
1373
|
+
const loaderConfig = {
|
|
1374
|
+
profile: config?.profile,
|
|
1375
|
+
logger: clientSharedValues.logger,
|
|
1376
|
+
};
|
|
1377
|
+
return {
|
|
1378
|
+
...clientSharedValues,
|
|
1379
|
+
...config,
|
|
1380
|
+
runtime: "node",
|
|
1381
|
+
defaultsMode,
|
|
1382
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
1383
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
1384
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
1385
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
1386
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
1387
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
1388
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
1389
|
+
retryMode: config?.retryMode ??
|
|
1390
|
+
loadConfig({
|
|
1391
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1392
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1393
|
+
}, config),
|
|
1394
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1395
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1396
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1397
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
|
|
34
1401
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
1402
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
1403
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -705,6 +2072,7 @@ const LogType = {
|
|
|
705
2072
|
ACCESS: "ACCESS_LOGS",
|
|
706
2073
|
APPLICATION: "APPLICATION_LOGS",
|
|
707
2074
|
CONNECTION: "CONNECTION_LOGS",
|
|
2075
|
+
S3_SERVER_ACCESS: "S3_SERVER_ACCESS_LOGS",
|
|
708
2076
|
SECURITY_FINDING: "SECURITY_FINDING_LOGS",
|
|
709
2077
|
USAGE: "USAGE_LOGS",
|
|
710
2078
|
};
|
|
@@ -742,6 +2110,7 @@ const ResourceType = {
|
|
|
742
2110
|
AWS_MSK_CLUSTER: "AWS::MSK::Cluster",
|
|
743
2111
|
AWS_OTEL_ENRICHMENT: "AWS::CloudWatch::OTelEnrichment",
|
|
744
2112
|
AWS_ROUTE53_RESOLVER_RESOLVER_ENDPOINT: "AWS::Route53Resolver::ResolverEndpoint",
|
|
2113
|
+
AWS_S3_BUCKET: "AWS::S3::Bucket",
|
|
745
2114
|
AWS_SECURITY_HUB: "AWS::SecurityHub::Hub",
|
|
746
2115
|
AWS_SECURITY_HUB_HUBV2: "AWS::SecurityHub::HubV2",
|
|
747
2116
|
AWS_WAF_V2_WEB_ACL: "AWS::WAFv2::WebACL",
|
|
@@ -795,72 +2164,244 @@ const RecordFormat = {
|
|
|
795
2164
|
JSON: "JSON",
|
|
796
2165
|
STRING: "STRING",
|
|
797
2166
|
};
|
|
2167
|
+
const SignalType = {
|
|
2168
|
+
LOG: "LOG",
|
|
2169
|
+
METRIC: "METRIC",
|
|
2170
|
+
};
|
|
798
2171
|
|
|
2172
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
2173
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
799
2174
|
exports.Action = Action;
|
|
2175
|
+
exports.ActionCondition$ = ActionCondition$;
|
|
2176
|
+
exports.AdvancedEventSelector$ = AdvancedEventSelector$;
|
|
2177
|
+
exports.AdvancedFieldSelector$ = AdvancedFieldSelector$;
|
|
800
2178
|
exports.CentralizationFailureReason = CentralizationFailureReason;
|
|
2179
|
+
exports.CentralizationRule$ = CentralizationRule$;
|
|
2180
|
+
exports.CentralizationRuleDestination$ = CentralizationRuleDestination$;
|
|
2181
|
+
exports.CentralizationRuleSource$ = CentralizationRuleSource$;
|
|
2182
|
+
exports.CentralizationRuleSummary$ = CentralizationRuleSummary$;
|
|
2183
|
+
exports.CloudtrailParameters$ = CloudtrailParameters$;
|
|
2184
|
+
exports.Condition$ = Condition$;
|
|
2185
|
+
exports.ConfigurationSummary$ = ConfigurationSummary$;
|
|
2186
|
+
exports.ConflictException = ConflictException;
|
|
2187
|
+
exports.ConflictException$ = ConflictException$;
|
|
2188
|
+
exports.CreateCentralizationRuleForOrganization$ = CreateCentralizationRuleForOrganization$;
|
|
801
2189
|
exports.CreateCentralizationRuleForOrganizationCommand = CreateCentralizationRuleForOrganizationCommand;
|
|
2190
|
+
exports.CreateCentralizationRuleForOrganizationInput$ = CreateCentralizationRuleForOrganizationInput$;
|
|
2191
|
+
exports.CreateCentralizationRuleForOrganizationOutput$ = CreateCentralizationRuleForOrganizationOutput$;
|
|
2192
|
+
exports.CreateS3TableIntegration$ = CreateS3TableIntegration$;
|
|
802
2193
|
exports.CreateS3TableIntegrationCommand = CreateS3TableIntegrationCommand;
|
|
2194
|
+
exports.CreateS3TableIntegrationInput$ = CreateS3TableIntegrationInput$;
|
|
2195
|
+
exports.CreateS3TableIntegrationOutput$ = CreateS3TableIntegrationOutput$;
|
|
2196
|
+
exports.CreateTelemetryPipeline$ = CreateTelemetryPipeline$;
|
|
803
2197
|
exports.CreateTelemetryPipelineCommand = CreateTelemetryPipelineCommand;
|
|
2198
|
+
exports.CreateTelemetryPipelineInput$ = CreateTelemetryPipelineInput$;
|
|
2199
|
+
exports.CreateTelemetryPipelineOutput$ = CreateTelemetryPipelineOutput$;
|
|
2200
|
+
exports.CreateTelemetryRule$ = CreateTelemetryRule$;
|
|
804
2201
|
exports.CreateTelemetryRuleCommand = CreateTelemetryRuleCommand;
|
|
2202
|
+
exports.CreateTelemetryRuleForOrganization$ = CreateTelemetryRuleForOrganization$;
|
|
805
2203
|
exports.CreateTelemetryRuleForOrganizationCommand = CreateTelemetryRuleForOrganizationCommand;
|
|
2204
|
+
exports.CreateTelemetryRuleForOrganizationInput$ = CreateTelemetryRuleForOrganizationInput$;
|
|
2205
|
+
exports.CreateTelemetryRuleForOrganizationOutput$ = CreateTelemetryRuleForOrganizationOutput$;
|
|
2206
|
+
exports.CreateTelemetryRuleInput$ = CreateTelemetryRuleInput$;
|
|
2207
|
+
exports.CreateTelemetryRuleOutput$ = CreateTelemetryRuleOutput$;
|
|
2208
|
+
exports.DataSource$ = DataSource$;
|
|
2209
|
+
exports.DeleteCentralizationRuleForOrganization$ = DeleteCentralizationRuleForOrganization$;
|
|
806
2210
|
exports.DeleteCentralizationRuleForOrganizationCommand = DeleteCentralizationRuleForOrganizationCommand;
|
|
2211
|
+
exports.DeleteCentralizationRuleForOrganizationInput$ = DeleteCentralizationRuleForOrganizationInput$;
|
|
2212
|
+
exports.DeleteS3TableIntegration$ = DeleteS3TableIntegration$;
|
|
807
2213
|
exports.DeleteS3TableIntegrationCommand = DeleteS3TableIntegrationCommand;
|
|
2214
|
+
exports.DeleteS3TableIntegrationInput$ = DeleteS3TableIntegrationInput$;
|
|
2215
|
+
exports.DeleteTelemetryPipeline$ = DeleteTelemetryPipeline$;
|
|
808
2216
|
exports.DeleteTelemetryPipelineCommand = DeleteTelemetryPipelineCommand;
|
|
2217
|
+
exports.DeleteTelemetryPipelineInput$ = DeleteTelemetryPipelineInput$;
|
|
2218
|
+
exports.DeleteTelemetryPipelineOutput$ = DeleteTelemetryPipelineOutput$;
|
|
2219
|
+
exports.DeleteTelemetryRule$ = DeleteTelemetryRule$;
|
|
809
2220
|
exports.DeleteTelemetryRuleCommand = DeleteTelemetryRuleCommand;
|
|
2221
|
+
exports.DeleteTelemetryRuleForOrganization$ = DeleteTelemetryRuleForOrganization$;
|
|
810
2222
|
exports.DeleteTelemetryRuleForOrganizationCommand = DeleteTelemetryRuleForOrganizationCommand;
|
|
2223
|
+
exports.DeleteTelemetryRuleForOrganizationInput$ = DeleteTelemetryRuleForOrganizationInput$;
|
|
2224
|
+
exports.DeleteTelemetryRuleInput$ = DeleteTelemetryRuleInput$;
|
|
2225
|
+
exports.DestinationLogsConfiguration$ = DestinationLogsConfiguration$;
|
|
2226
|
+
exports.DestinationMetricsConfiguration$ = DestinationMetricsConfiguration$;
|
|
811
2227
|
exports.DestinationType = DestinationType;
|
|
2228
|
+
exports.ELBLoadBalancerLoggingParameters$ = ELBLoadBalancerLoggingParameters$;
|
|
812
2229
|
exports.EncryptedLogGroupStrategy = EncryptedLogGroupStrategy;
|
|
2230
|
+
exports.Encryption$ = Encryption$;
|
|
813
2231
|
exports.EncryptionConflictResolutionStrategy = EncryptionConflictResolutionStrategy;
|
|
814
2232
|
exports.EncryptionStrategy = EncryptionStrategy;
|
|
2233
|
+
exports.FieldToMatch$ = FieldToMatch$;
|
|
2234
|
+
exports.Filter$ = Filter$;
|
|
815
2235
|
exports.FilterBehavior = FilterBehavior;
|
|
816
2236
|
exports.FilterRequirement = FilterRequirement;
|
|
2237
|
+
exports.GetCentralizationRuleForOrganization$ = GetCentralizationRuleForOrganization$;
|
|
817
2238
|
exports.GetCentralizationRuleForOrganizationCommand = GetCentralizationRuleForOrganizationCommand;
|
|
2239
|
+
exports.GetCentralizationRuleForOrganizationInput$ = GetCentralizationRuleForOrganizationInput$;
|
|
2240
|
+
exports.GetCentralizationRuleForOrganizationOutput$ = GetCentralizationRuleForOrganizationOutput$;
|
|
2241
|
+
exports.GetS3TableIntegration$ = GetS3TableIntegration$;
|
|
818
2242
|
exports.GetS3TableIntegrationCommand = GetS3TableIntegrationCommand;
|
|
2243
|
+
exports.GetS3TableIntegrationInput$ = GetS3TableIntegrationInput$;
|
|
2244
|
+
exports.GetS3TableIntegrationOutput$ = GetS3TableIntegrationOutput$;
|
|
2245
|
+
exports.GetTelemetryEnrichmentStatus$ = GetTelemetryEnrichmentStatus$;
|
|
819
2246
|
exports.GetTelemetryEnrichmentStatusCommand = GetTelemetryEnrichmentStatusCommand;
|
|
2247
|
+
exports.GetTelemetryEnrichmentStatusOutput$ = GetTelemetryEnrichmentStatusOutput$;
|
|
2248
|
+
exports.GetTelemetryEvaluationStatus$ = GetTelemetryEvaluationStatus$;
|
|
820
2249
|
exports.GetTelemetryEvaluationStatusCommand = GetTelemetryEvaluationStatusCommand;
|
|
2250
|
+
exports.GetTelemetryEvaluationStatusForOrganization$ = GetTelemetryEvaluationStatusForOrganization$;
|
|
821
2251
|
exports.GetTelemetryEvaluationStatusForOrganizationCommand = GetTelemetryEvaluationStatusForOrganizationCommand;
|
|
2252
|
+
exports.GetTelemetryEvaluationStatusForOrganizationOutput$ = GetTelemetryEvaluationStatusForOrganizationOutput$;
|
|
2253
|
+
exports.GetTelemetryEvaluationStatusOutput$ = GetTelemetryEvaluationStatusOutput$;
|
|
2254
|
+
exports.GetTelemetryPipeline$ = GetTelemetryPipeline$;
|
|
822
2255
|
exports.GetTelemetryPipelineCommand = GetTelemetryPipelineCommand;
|
|
2256
|
+
exports.GetTelemetryPipelineInput$ = GetTelemetryPipelineInput$;
|
|
2257
|
+
exports.GetTelemetryPipelineOutput$ = GetTelemetryPipelineOutput$;
|
|
2258
|
+
exports.GetTelemetryRule$ = GetTelemetryRule$;
|
|
823
2259
|
exports.GetTelemetryRuleCommand = GetTelemetryRuleCommand;
|
|
2260
|
+
exports.GetTelemetryRuleForOrganization$ = GetTelemetryRuleForOrganization$;
|
|
824
2261
|
exports.GetTelemetryRuleForOrganizationCommand = GetTelemetryRuleForOrganizationCommand;
|
|
2262
|
+
exports.GetTelemetryRuleForOrganizationInput$ = GetTelemetryRuleForOrganizationInput$;
|
|
2263
|
+
exports.GetTelemetryRuleForOrganizationOutput$ = GetTelemetryRuleForOrganizationOutput$;
|
|
2264
|
+
exports.GetTelemetryRuleInput$ = GetTelemetryRuleInput$;
|
|
2265
|
+
exports.GetTelemetryRuleOutput$ = GetTelemetryRuleOutput$;
|
|
825
2266
|
exports.IntegrationStatus = IntegrationStatus;
|
|
2267
|
+
exports.IntegrationSummary$ = IntegrationSummary$;
|
|
2268
|
+
exports.InternalServerException = InternalServerException;
|
|
2269
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
2270
|
+
exports.InvalidStateException = InvalidStateException;
|
|
2271
|
+
exports.InvalidStateException$ = InvalidStateException$;
|
|
2272
|
+
exports.LabelNameCondition$ = LabelNameCondition$;
|
|
2273
|
+
exports.ListCentralizationRulesForOrganization$ = ListCentralizationRulesForOrganization$;
|
|
826
2274
|
exports.ListCentralizationRulesForOrganizationCommand = ListCentralizationRulesForOrganizationCommand;
|
|
2275
|
+
exports.ListCentralizationRulesForOrganizationInput$ = ListCentralizationRulesForOrganizationInput$;
|
|
2276
|
+
exports.ListCentralizationRulesForOrganizationOutput$ = ListCentralizationRulesForOrganizationOutput$;
|
|
2277
|
+
exports.ListResourceTelemetry$ = ListResourceTelemetry$;
|
|
827
2278
|
exports.ListResourceTelemetryCommand = ListResourceTelemetryCommand;
|
|
2279
|
+
exports.ListResourceTelemetryForOrganization$ = ListResourceTelemetryForOrganization$;
|
|
828
2280
|
exports.ListResourceTelemetryForOrganizationCommand = ListResourceTelemetryForOrganizationCommand;
|
|
2281
|
+
exports.ListResourceTelemetryForOrganizationInput$ = ListResourceTelemetryForOrganizationInput$;
|
|
2282
|
+
exports.ListResourceTelemetryForOrganizationOutput$ = ListResourceTelemetryForOrganizationOutput$;
|
|
2283
|
+
exports.ListResourceTelemetryInput$ = ListResourceTelemetryInput$;
|
|
2284
|
+
exports.ListResourceTelemetryOutput$ = ListResourceTelemetryOutput$;
|
|
2285
|
+
exports.ListS3TableIntegrations$ = ListS3TableIntegrations$;
|
|
829
2286
|
exports.ListS3TableIntegrationsCommand = ListS3TableIntegrationsCommand;
|
|
2287
|
+
exports.ListS3TableIntegrationsInput$ = ListS3TableIntegrationsInput$;
|
|
2288
|
+
exports.ListS3TableIntegrationsOutput$ = ListS3TableIntegrationsOutput$;
|
|
2289
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
830
2290
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2291
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
2292
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
2293
|
+
exports.ListTelemetryPipelines$ = ListTelemetryPipelines$;
|
|
831
2294
|
exports.ListTelemetryPipelinesCommand = ListTelemetryPipelinesCommand;
|
|
2295
|
+
exports.ListTelemetryPipelinesInput$ = ListTelemetryPipelinesInput$;
|
|
2296
|
+
exports.ListTelemetryPipelinesOutput$ = ListTelemetryPipelinesOutput$;
|
|
2297
|
+
exports.ListTelemetryRules$ = ListTelemetryRules$;
|
|
832
2298
|
exports.ListTelemetryRulesCommand = ListTelemetryRulesCommand;
|
|
2299
|
+
exports.ListTelemetryRulesForOrganization$ = ListTelemetryRulesForOrganization$;
|
|
833
2300
|
exports.ListTelemetryRulesForOrganizationCommand = ListTelemetryRulesForOrganizationCommand;
|
|
2301
|
+
exports.ListTelemetryRulesForOrganizationInput$ = ListTelemetryRulesForOrganizationInput$;
|
|
2302
|
+
exports.ListTelemetryRulesForOrganizationOutput$ = ListTelemetryRulesForOrganizationOutput$;
|
|
2303
|
+
exports.ListTelemetryRulesInput$ = ListTelemetryRulesInput$;
|
|
2304
|
+
exports.ListTelemetryRulesOutput$ = ListTelemetryRulesOutput$;
|
|
2305
|
+
exports.LogDeliveryParameters$ = LogDeliveryParameters$;
|
|
2306
|
+
exports.LogGroupNameConfiguration$ = LogGroupNameConfiguration$;
|
|
834
2307
|
exports.LogType = LogType;
|
|
2308
|
+
exports.LoggingFilter$ = LoggingFilter$;
|
|
2309
|
+
exports.LogsBackupConfiguration$ = LogsBackupConfiguration$;
|
|
2310
|
+
exports.LogsEncryptionConfiguration$ = LogsEncryptionConfiguration$;
|
|
2311
|
+
exports.MetricsBackupConfiguration$ = MetricsBackupConfiguration$;
|
|
835
2312
|
exports.MskEnhancedMonitoringLevel = MskEnhancedMonitoringLevel;
|
|
2313
|
+
exports.MskMonitoringParameters$ = MskMonitoringParameters$;
|
|
836
2314
|
exports.ObservabilityAdmin = ObservabilityAdmin;
|
|
837
2315
|
exports.ObservabilityAdminClient = ObservabilityAdminClient;
|
|
2316
|
+
exports.ObservabilityAdminServiceException = ObservabilityAdminServiceException;
|
|
2317
|
+
exports.ObservabilityAdminServiceException$ = ObservabilityAdminServiceException$;
|
|
838
2318
|
exports.OutputFormat = OutputFormat;
|
|
2319
|
+
exports.PipelineOutput$ = PipelineOutput$;
|
|
2320
|
+
exports.PipelineOutputError$ = PipelineOutputError$;
|
|
839
2321
|
exports.RecordFormat = RecordFormat;
|
|
2322
|
+
exports.RegionStatus$ = RegionStatus$;
|
|
2323
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2324
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
840
2325
|
exports.ResourceType = ResourceType;
|
|
841
2326
|
exports.RuleHealth = RuleHealth;
|
|
842
2327
|
exports.SSEAlgorithm = SSEAlgorithm;
|
|
2328
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2329
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
2330
|
+
exports.SignalType = SignalType;
|
|
2331
|
+
exports.SingleHeader$ = SingleHeader$;
|
|
2332
|
+
exports.Source$ = Source$;
|
|
2333
|
+
exports.SourceLogsConfiguration$ = SourceLogsConfiguration$;
|
|
2334
|
+
exports.SourceMetricsConfiguration$ = SourceMetricsConfiguration$;
|
|
2335
|
+
exports.StartTelemetryEnrichment$ = StartTelemetryEnrichment$;
|
|
843
2336
|
exports.StartTelemetryEnrichmentCommand = StartTelemetryEnrichmentCommand;
|
|
2337
|
+
exports.StartTelemetryEnrichmentOutput$ = StartTelemetryEnrichmentOutput$;
|
|
2338
|
+
exports.StartTelemetryEvaluation$ = StartTelemetryEvaluation$;
|
|
844
2339
|
exports.StartTelemetryEvaluationCommand = StartTelemetryEvaluationCommand;
|
|
2340
|
+
exports.StartTelemetryEvaluationForOrganization$ = StartTelemetryEvaluationForOrganization$;
|
|
845
2341
|
exports.StartTelemetryEvaluationForOrganizationCommand = StartTelemetryEvaluationForOrganizationCommand;
|
|
2342
|
+
exports.StartTelemetryEvaluationForOrganizationInput$ = StartTelemetryEvaluationForOrganizationInput$;
|
|
2343
|
+
exports.StartTelemetryEvaluationInput$ = StartTelemetryEvaluationInput$;
|
|
846
2344
|
exports.Status = Status;
|
|
2345
|
+
exports.StopTelemetryEnrichment$ = StopTelemetryEnrichment$;
|
|
847
2346
|
exports.StopTelemetryEnrichmentCommand = StopTelemetryEnrichmentCommand;
|
|
2347
|
+
exports.StopTelemetryEnrichmentOutput$ = StopTelemetryEnrichmentOutput$;
|
|
2348
|
+
exports.StopTelemetryEvaluation$ = StopTelemetryEvaluation$;
|
|
848
2349
|
exports.StopTelemetryEvaluationCommand = StopTelemetryEvaluationCommand;
|
|
2350
|
+
exports.StopTelemetryEvaluationForOrganization$ = StopTelemetryEvaluationForOrganization$;
|
|
849
2351
|
exports.StopTelemetryEvaluationForOrganizationCommand = StopTelemetryEvaluationForOrganizationCommand;
|
|
2352
|
+
exports.TagResource$ = TagResource$;
|
|
850
2353
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2354
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
2355
|
+
exports.TelemetryConfiguration$ = TelemetryConfiguration$;
|
|
2356
|
+
exports.TelemetryDestinationConfiguration$ = TelemetryDestinationConfiguration$;
|
|
851
2357
|
exports.TelemetryEnrichmentStatus = TelemetryEnrichmentStatus;
|
|
2358
|
+
exports.TelemetryPipeline$ = TelemetryPipeline$;
|
|
2359
|
+
exports.TelemetryPipelineConfiguration$ = TelemetryPipelineConfiguration$;
|
|
852
2360
|
exports.TelemetryPipelineStatus = TelemetryPipelineStatus;
|
|
2361
|
+
exports.TelemetryPipelineStatusReason$ = TelemetryPipelineStatusReason$;
|
|
2362
|
+
exports.TelemetryPipelineSummary$ = TelemetryPipelineSummary$;
|
|
2363
|
+
exports.TelemetryRule$ = TelemetryRule$;
|
|
2364
|
+
exports.TelemetryRuleSummary$ = TelemetryRuleSummary$;
|
|
853
2365
|
exports.TelemetrySourceType = TelemetrySourceType;
|
|
854
2366
|
exports.TelemetryState = TelemetryState;
|
|
855
2367
|
exports.TelemetryType = TelemetryType;
|
|
2368
|
+
exports.TestTelemetryPipeline$ = TestTelemetryPipeline$;
|
|
856
2369
|
exports.TestTelemetryPipelineCommand = TestTelemetryPipelineCommand;
|
|
2370
|
+
exports.TestTelemetryPipelineInput$ = TestTelemetryPipelineInput$;
|
|
2371
|
+
exports.TestTelemetryPipelineOutput$ = TestTelemetryPipelineOutput$;
|
|
2372
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
2373
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
2374
|
+
exports.UntagResource$ = UntagResource$;
|
|
857
2375
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2376
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
2377
|
+
exports.UpdateCentralizationRuleForOrganization$ = UpdateCentralizationRuleForOrganization$;
|
|
858
2378
|
exports.UpdateCentralizationRuleForOrganizationCommand = UpdateCentralizationRuleForOrganizationCommand;
|
|
2379
|
+
exports.UpdateCentralizationRuleForOrganizationInput$ = UpdateCentralizationRuleForOrganizationInput$;
|
|
2380
|
+
exports.UpdateCentralizationRuleForOrganizationOutput$ = UpdateCentralizationRuleForOrganizationOutput$;
|
|
2381
|
+
exports.UpdateTelemetryPipeline$ = UpdateTelemetryPipeline$;
|
|
859
2382
|
exports.UpdateTelemetryPipelineCommand = UpdateTelemetryPipelineCommand;
|
|
2383
|
+
exports.UpdateTelemetryPipelineInput$ = UpdateTelemetryPipelineInput$;
|
|
2384
|
+
exports.UpdateTelemetryPipelineOutput$ = UpdateTelemetryPipelineOutput$;
|
|
2385
|
+
exports.UpdateTelemetryRule$ = UpdateTelemetryRule$;
|
|
860
2386
|
exports.UpdateTelemetryRuleCommand = UpdateTelemetryRuleCommand;
|
|
2387
|
+
exports.UpdateTelemetryRuleForOrganization$ = UpdateTelemetryRuleForOrganization$;
|
|
861
2388
|
exports.UpdateTelemetryRuleForOrganizationCommand = UpdateTelemetryRuleForOrganizationCommand;
|
|
2389
|
+
exports.UpdateTelemetryRuleForOrganizationInput$ = UpdateTelemetryRuleForOrganizationInput$;
|
|
2390
|
+
exports.UpdateTelemetryRuleForOrganizationOutput$ = UpdateTelemetryRuleForOrganizationOutput$;
|
|
2391
|
+
exports.UpdateTelemetryRuleInput$ = UpdateTelemetryRuleInput$;
|
|
2392
|
+
exports.UpdateTelemetryRuleOutput$ = UpdateTelemetryRuleOutput$;
|
|
2393
|
+
exports.VPCFlowLogParameters$ = VPCFlowLogParameters$;
|
|
2394
|
+
exports.ValidateTelemetryPipelineConfiguration$ = ValidateTelemetryPipelineConfiguration$;
|
|
862
2395
|
exports.ValidateTelemetryPipelineConfigurationCommand = ValidateTelemetryPipelineConfigurationCommand;
|
|
2396
|
+
exports.ValidateTelemetryPipelineConfigurationInput$ = ValidateTelemetryPipelineConfigurationInput$;
|
|
2397
|
+
exports.ValidateTelemetryPipelineConfigurationOutput$ = ValidateTelemetryPipelineConfigurationOutput$;
|
|
2398
|
+
exports.ValidationError$ = ValidationError$;
|
|
2399
|
+
exports.ValidationException = ValidationException;
|
|
2400
|
+
exports.ValidationException$ = ValidationException$;
|
|
863
2401
|
exports.WAFLogType = WAFLogType;
|
|
2402
|
+
exports.WAFLoggingParameters$ = WAFLoggingParameters$;
|
|
2403
|
+
exports._Record$ = _Record$;
|
|
2404
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
864
2405
|
exports.paginateListCentralizationRulesForOrganization = paginateListCentralizationRulesForOrganization;
|
|
865
2406
|
exports.paginateListResourceTelemetry = paginateListResourceTelemetry;
|
|
866
2407
|
exports.paginateListResourceTelemetryForOrganization = paginateListResourceTelemetryForOrganization;
|