@aws-sdk/client-application-signals 3.927.0 → 3.929.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 +1416 -1212
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ApplicationSignalsClient.js +2 -0
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +3 -9
- package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +3 -9
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +3 -9
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +3 -9
- package/dist-es/commands/GetServiceCommand.js +3 -9
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +3 -9
- package/dist-es/commands/ListAuditFindingsCommand.js +3 -9
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListServiceDependenciesCommand.js +3 -9
- package/dist-es/commands/ListServiceDependentsCommand.js +3 -9
- package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +3 -9
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +3 -9
- package/dist-es/commands/ListServiceOperationsCommand.js +3 -9
- package/dist-es/commands/ListServiceStatesCommand.js +3 -9
- package/dist-es/commands/ListServicesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutGroupingConfigurationCommand.js +3 -9
- package/dist-es/commands/StartDiscoveryCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1371 -0
- package/dist-types/ApplicationSignalsClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +160 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +165 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1050
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -200
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -269
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -89,6 +88,7 @@ class ApplicationSignalsClient extends smithyClient.Client {
|
|
|
89
88
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
90
89
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
91
90
|
this.config = _config_8;
|
|
91
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
92
92
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
93
93
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -108,14 +108,14 @@ class ApplicationSignalsClient extends smithyClient.Client {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
class ApplicationSignalsServiceException extends smithyClient.ServiceException {
|
|
111
|
+
let ApplicationSignalsServiceException$1 = class ApplicationSignalsServiceException extends smithyClient.ServiceException {
|
|
112
112
|
constructor(options) {
|
|
113
113
|
super(options);
|
|
114
114
|
Object.setPrototypeOf(this, ApplicationSignalsServiceException.prototype);
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
};
|
|
117
117
|
|
|
118
|
-
class AccessDeniedException extends ApplicationSignalsServiceException {
|
|
118
|
+
let AccessDeniedException$1 = class AccessDeniedException extends ApplicationSignalsServiceException$1 {
|
|
119
119
|
name = "AccessDeniedException";
|
|
120
120
|
$fault = "client";
|
|
121
121
|
Message;
|
|
@@ -128,7 +128,7 @@ class AccessDeniedException extends ApplicationSignalsServiceException {
|
|
|
128
128
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
129
129
|
this.Message = opts.Message;
|
|
130
130
|
}
|
|
131
|
-
}
|
|
131
|
+
};
|
|
132
132
|
const ServiceLevelObjectiveBudgetStatus = {
|
|
133
133
|
BREACHED: "BREACHED",
|
|
134
134
|
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
@@ -204,7 +204,7 @@ exports.MonitoredRequestCountMetricDataQueries = void 0;
|
|
|
204
204
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
205
205
|
};
|
|
206
206
|
})(exports.MonitoredRequestCountMetricDataQueries || (exports.MonitoredRequestCountMetricDataQueries = {}));
|
|
207
|
-
class ThrottlingException extends ApplicationSignalsServiceException {
|
|
207
|
+
let ThrottlingException$1 = class ThrottlingException extends ApplicationSignalsServiceException$1 {
|
|
208
208
|
name = "ThrottlingException";
|
|
209
209
|
$fault = "client";
|
|
210
210
|
Message;
|
|
@@ -217,8 +217,8 @@ class ThrottlingException extends ApplicationSignalsServiceException {
|
|
|
217
217
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
218
218
|
this.Message = opts.Message;
|
|
219
219
|
}
|
|
220
|
-
}
|
|
221
|
-
class ValidationException extends ApplicationSignalsServiceException {
|
|
220
|
+
};
|
|
221
|
+
let ValidationException$1 = class ValidationException extends ApplicationSignalsServiceException$1 {
|
|
222
222
|
name = "ValidationException";
|
|
223
223
|
$fault = "client";
|
|
224
224
|
constructor(opts) {
|
|
@@ -229,8 +229,8 @@ class ValidationException extends ApplicationSignalsServiceException {
|
|
|
229
229
|
});
|
|
230
230
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
231
231
|
}
|
|
232
|
-
}
|
|
233
|
-
class ResourceNotFoundException extends ApplicationSignalsServiceException {
|
|
232
|
+
};
|
|
233
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends ApplicationSignalsServiceException$1 {
|
|
234
234
|
name = "ResourceNotFoundException";
|
|
235
235
|
$fault = "client";
|
|
236
236
|
ResourceType;
|
|
@@ -247,7 +247,7 @@ class ResourceNotFoundException extends ApplicationSignalsServiceException {
|
|
|
247
247
|
this.ResourceId = opts.ResourceId;
|
|
248
248
|
this.Message = opts.Message;
|
|
249
249
|
}
|
|
250
|
-
}
|
|
250
|
+
};
|
|
251
251
|
exports.AuditTargetEntity = void 0;
|
|
252
252
|
(function (AuditTargetEntity) {
|
|
253
253
|
AuditTargetEntity.visit = (value, visitor) => {
|
|
@@ -276,7 +276,7 @@ const ConnectionType = {
|
|
|
276
276
|
const ChangeEventType = {
|
|
277
277
|
DEPLOYMENT: "DEPLOYMENT",
|
|
278
278
|
};
|
|
279
|
-
class ConflictException extends ApplicationSignalsServiceException {
|
|
279
|
+
let ConflictException$1 = class ConflictException extends ApplicationSignalsServiceException$1 {
|
|
280
280
|
name = "ConflictException";
|
|
281
281
|
$fault = "client";
|
|
282
282
|
Message;
|
|
@@ -289,13 +289,13 @@ class ConflictException extends ApplicationSignalsServiceException {
|
|
|
289
289
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
290
290
|
this.Message = opts.Message;
|
|
291
291
|
}
|
|
292
|
-
}
|
|
292
|
+
};
|
|
293
293
|
const MetricSourceType = {
|
|
294
294
|
CLOUDWATCH_METRIC: "CloudWatchMetric",
|
|
295
295
|
SERVICE_DEPENDENCY: "ServiceDependency",
|
|
296
296
|
SERVICE_OPERATION: "ServiceOperation",
|
|
297
297
|
};
|
|
298
|
-
class ServiceQuotaExceededException extends ApplicationSignalsServiceException {
|
|
298
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends ApplicationSignalsServiceException$1 {
|
|
299
299
|
name = "ServiceQuotaExceededException";
|
|
300
300
|
$fault = "client";
|
|
301
301
|
Message;
|
|
@@ -308,1067 +308,1376 @@ class ServiceQuotaExceededException extends ApplicationSignalsServiceException {
|
|
|
308
308
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
309
309
|
this.Message = opts.Message;
|
|
310
310
|
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
const se_BatchGetServiceLevelObjectiveBudgetReportCommand = async (input, context) => {
|
|
314
|
-
const b = core.requestBuilder(input, context);
|
|
315
|
-
const headers = {
|
|
316
|
-
"content-type": "application/json",
|
|
317
|
-
};
|
|
318
|
-
b.bp("/budget-report");
|
|
319
|
-
let body;
|
|
320
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
321
|
-
SloIds: (_) => smithyClient._json(_),
|
|
322
|
-
Timestamp: (_) => _.getTime() / 1_000,
|
|
323
|
-
}));
|
|
324
|
-
b.m("POST").h(headers).b(body);
|
|
325
|
-
return b.build();
|
|
326
|
-
};
|
|
327
|
-
const se_BatchUpdateExclusionWindowsCommand = async (input, context) => {
|
|
328
|
-
const b = core.requestBuilder(input, context);
|
|
329
|
-
const headers = {
|
|
330
|
-
"content-type": "application/json",
|
|
331
|
-
};
|
|
332
|
-
b.bp("/exclusion-windows");
|
|
333
|
-
let body;
|
|
334
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
335
|
-
AddExclusionWindows: (_) => se_ExclusionWindows(_),
|
|
336
|
-
RemoveExclusionWindows: (_) => se_ExclusionWindows(_),
|
|
337
|
-
SloIds: (_) => smithyClient._json(_),
|
|
338
|
-
}));
|
|
339
|
-
b.m("PATCH").h(headers).b(body);
|
|
340
|
-
return b.build();
|
|
341
|
-
};
|
|
342
|
-
const se_CreateServiceLevelObjectiveCommand = async (input, context) => {
|
|
343
|
-
const b = core.requestBuilder(input, context);
|
|
344
|
-
const headers = {
|
|
345
|
-
"content-type": "application/json",
|
|
346
|
-
};
|
|
347
|
-
b.bp("/slo");
|
|
348
|
-
let body;
|
|
349
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
350
|
-
BurnRateConfigurations: (_) => smithyClient._json(_),
|
|
351
|
-
Description: [],
|
|
352
|
-
Goal: (_) => se_Goal(_),
|
|
353
|
-
Name: [],
|
|
354
|
-
RequestBasedSliConfig: (_) => se_RequestBasedServiceLevelIndicatorConfig(_),
|
|
355
|
-
SliConfig: (_) => se_ServiceLevelIndicatorConfig(_),
|
|
356
|
-
Tags: (_) => smithyClient._json(_),
|
|
357
|
-
}));
|
|
358
|
-
b.m("POST").h(headers).b(body);
|
|
359
|
-
return b.build();
|
|
360
|
-
};
|
|
361
|
-
const se_DeleteGroupingConfigurationCommand = async (input, context) => {
|
|
362
|
-
const b = core.requestBuilder(input, context);
|
|
363
|
-
const headers = {};
|
|
364
|
-
b.bp("/grouping-configuration");
|
|
365
|
-
let body;
|
|
366
|
-
b.m("DELETE").h(headers).b(body);
|
|
367
|
-
return b.build();
|
|
368
|
-
};
|
|
369
|
-
const se_DeleteServiceLevelObjectiveCommand = async (input, context) => {
|
|
370
|
-
const b = core.requestBuilder(input, context);
|
|
371
|
-
const headers = {};
|
|
372
|
-
b.bp("/slo/{Id}");
|
|
373
|
-
b.p("Id", () => input.Id, "{Id}", false);
|
|
374
|
-
let body;
|
|
375
|
-
b.m("DELETE").h(headers).b(body);
|
|
376
|
-
return b.build();
|
|
377
|
-
};
|
|
378
|
-
const se_GetServiceCommand = async (input, context) => {
|
|
379
|
-
const b = core.requestBuilder(input, context);
|
|
380
|
-
const headers = {
|
|
381
|
-
"content-type": "application/json",
|
|
382
|
-
};
|
|
383
|
-
b.bp("/service");
|
|
384
|
-
const query = smithyClient.map({
|
|
385
|
-
[_ST]: [smithyClient.expectNonNull(input.StartTime, `StartTime`) != null, () => smithyClient.serializeDateTime(input[_ST]).toString()],
|
|
386
|
-
[_ET]: [smithyClient.expectNonNull(input.EndTime, `EndTime`) != null, () => smithyClient.serializeDateTime(input[_ET]).toString()],
|
|
387
|
-
});
|
|
388
|
-
let body;
|
|
389
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
390
|
-
KeyAttributes: (_) => smithyClient._json(_),
|
|
391
|
-
}));
|
|
392
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
393
|
-
return b.build();
|
|
394
|
-
};
|
|
395
|
-
const se_GetServiceLevelObjectiveCommand = async (input, context) => {
|
|
396
|
-
const b = core.requestBuilder(input, context);
|
|
397
|
-
const headers = {};
|
|
398
|
-
b.bp("/slo/{Id}");
|
|
399
|
-
b.p("Id", () => input.Id, "{Id}", false);
|
|
400
|
-
let body;
|
|
401
|
-
b.m("GET").h(headers).b(body);
|
|
402
|
-
return b.build();
|
|
403
|
-
};
|
|
404
|
-
const se_ListAuditFindingsCommand = async (input, context) => {
|
|
405
|
-
const b = core.requestBuilder(input, context);
|
|
406
|
-
const headers = {
|
|
407
|
-
"content-type": "application/json",
|
|
408
|
-
};
|
|
409
|
-
b.bp("/auditFindings");
|
|
410
|
-
const query = smithyClient.map({
|
|
411
|
-
[_ST]: [smithyClient.expectNonNull(input.StartTime, `StartTime`) != null, () => smithyClient.serializeDateTime(input[_ST]).toString()],
|
|
412
|
-
[_ET]: [smithyClient.expectNonNull(input.EndTime, `EndTime`) != null, () => smithyClient.serializeDateTime(input[_ET]).toString()],
|
|
413
|
-
});
|
|
414
|
-
let body;
|
|
415
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
416
|
-
AuditTargets: (_) => smithyClient._json(_),
|
|
417
|
-
Auditors: (_) => smithyClient._json(_),
|
|
418
|
-
MaxResults: [],
|
|
419
|
-
NextToken: [],
|
|
420
|
-
}));
|
|
421
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
422
|
-
return b.build();
|
|
423
|
-
};
|
|
424
|
-
const se_ListGroupingAttributeDefinitionsCommand = async (input, context) => {
|
|
425
|
-
const b = core.requestBuilder(input, context);
|
|
426
|
-
const headers = {};
|
|
427
|
-
b.bp("/grouping-attribute-definitions");
|
|
428
|
-
const query = smithyClient.map({
|
|
429
|
-
[_NT]: [, input[_NT]],
|
|
430
|
-
});
|
|
431
|
-
let body;
|
|
432
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
433
|
-
return b.build();
|
|
434
|
-
};
|
|
435
|
-
const se_ListServiceDependenciesCommand = async (input, context) => {
|
|
436
|
-
const b = core.requestBuilder(input, context);
|
|
437
|
-
const headers = {
|
|
438
|
-
"content-type": "application/json",
|
|
439
|
-
};
|
|
440
|
-
b.bp("/service-dependencies");
|
|
441
|
-
const query = smithyClient.map({
|
|
442
|
-
[_ST]: [smithyClient.expectNonNull(input.StartTime, `StartTime`) != null, () => smithyClient.serializeDateTime(input[_ST]).toString()],
|
|
443
|
-
[_ET]: [smithyClient.expectNonNull(input.EndTime, `EndTime`) != null, () => smithyClient.serializeDateTime(input[_ET]).toString()],
|
|
444
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
445
|
-
[_NT]: [, input[_NT]],
|
|
446
|
-
});
|
|
447
|
-
let body;
|
|
448
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
449
|
-
KeyAttributes: (_) => smithyClient._json(_),
|
|
450
|
-
}));
|
|
451
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
452
|
-
return b.build();
|
|
453
|
-
};
|
|
454
|
-
const se_ListServiceDependentsCommand = async (input, context) => {
|
|
455
|
-
const b = core.requestBuilder(input, context);
|
|
456
|
-
const headers = {
|
|
457
|
-
"content-type": "application/json",
|
|
458
|
-
};
|
|
459
|
-
b.bp("/service-dependents");
|
|
460
|
-
const query = smithyClient.map({
|
|
461
|
-
[_ST]: [smithyClient.expectNonNull(input.StartTime, `StartTime`) != null, () => smithyClient.serializeDateTime(input[_ST]).toString()],
|
|
462
|
-
[_ET]: [smithyClient.expectNonNull(input.EndTime, `EndTime`) != null, () => smithyClient.serializeDateTime(input[_ET]).toString()],
|
|
463
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
464
|
-
[_NT]: [, input[_NT]],
|
|
465
|
-
});
|
|
466
|
-
let body;
|
|
467
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
468
|
-
KeyAttributes: (_) => smithyClient._json(_),
|
|
469
|
-
}));
|
|
470
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
471
|
-
return b.build();
|
|
472
|
-
};
|
|
473
|
-
const se_ListServiceLevelObjectiveExclusionWindowsCommand = async (input, context) => {
|
|
474
|
-
const b = core.requestBuilder(input, context);
|
|
475
|
-
const headers = {};
|
|
476
|
-
b.bp("/slo/{Id}/exclusion-windows");
|
|
477
|
-
b.p("Id", () => input.Id, "{Id}", false);
|
|
478
|
-
const query = smithyClient.map({
|
|
479
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
480
|
-
[_NT]: [, input[_NT]],
|
|
481
|
-
});
|
|
482
|
-
let body;
|
|
483
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
484
|
-
return b.build();
|
|
485
|
-
};
|
|
486
|
-
const se_ListServiceLevelObjectivesCommand = async (input, context) => {
|
|
487
|
-
const b = core.requestBuilder(input, context);
|
|
488
|
-
const headers = {
|
|
489
|
-
"content-type": "application/json",
|
|
490
|
-
};
|
|
491
|
-
b.bp("/slos");
|
|
492
|
-
const query = smithyClient.map({
|
|
493
|
-
[_ON]: [, input[_ON]],
|
|
494
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
495
|
-
[_NT]: [, input[_NT]],
|
|
496
|
-
[_ILA]: [() => input.IncludeLinkedAccounts !== void 0, () => input[_ILA].toString()],
|
|
497
|
-
[_SOAAI]: [, input[_SOAAI]],
|
|
498
|
-
});
|
|
499
|
-
let body;
|
|
500
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
501
|
-
DependencyConfig: (_) => smithyClient._json(_),
|
|
502
|
-
KeyAttributes: (_) => smithyClient._json(_),
|
|
503
|
-
MetricSourceTypes: (_) => smithyClient._json(_),
|
|
504
|
-
}));
|
|
505
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
506
|
-
return b.build();
|
|
507
|
-
};
|
|
508
|
-
const se_ListServiceOperationsCommand = async (input, context) => {
|
|
509
|
-
const b = core.requestBuilder(input, context);
|
|
510
|
-
const headers = {
|
|
511
|
-
"content-type": "application/json",
|
|
512
|
-
};
|
|
513
|
-
b.bp("/service-operations");
|
|
514
|
-
const query = smithyClient.map({
|
|
515
|
-
[_ST]: [smithyClient.expectNonNull(input.StartTime, `StartTime`) != null, () => smithyClient.serializeDateTime(input[_ST]).toString()],
|
|
516
|
-
[_ET]: [smithyClient.expectNonNull(input.EndTime, `EndTime`) != null, () => smithyClient.serializeDateTime(input[_ET]).toString()],
|
|
517
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
518
|
-
[_NT]: [, input[_NT]],
|
|
519
|
-
});
|
|
520
|
-
let body;
|
|
521
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
522
|
-
KeyAttributes: (_) => smithyClient._json(_),
|
|
523
|
-
}));
|
|
524
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
525
|
-
return b.build();
|
|
526
|
-
};
|
|
527
|
-
const se_ListServicesCommand = async (input, context) => {
|
|
528
|
-
const b = core.requestBuilder(input, context);
|
|
529
|
-
const headers = {};
|
|
530
|
-
b.bp("/services");
|
|
531
|
-
const query = smithyClient.map({
|
|
532
|
-
[_ST]: [smithyClient.expectNonNull(input.StartTime, `StartTime`) != null, () => smithyClient.serializeDateTime(input[_ST]).toString()],
|
|
533
|
-
[_ET]: [smithyClient.expectNonNull(input.EndTime, `EndTime`) != null, () => smithyClient.serializeDateTime(input[_ET]).toString()],
|
|
534
|
-
[_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
535
|
-
[_NT]: [, input[_NT]],
|
|
536
|
-
[_ILA]: [() => input.IncludeLinkedAccounts !== void 0, () => input[_ILA].toString()],
|
|
537
|
-
[_AAI]: [, input[_AAI]],
|
|
538
|
-
});
|
|
539
|
-
let body;
|
|
540
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
541
|
-
return b.build();
|
|
542
|
-
};
|
|
543
|
-
const se_ListServiceStatesCommand = async (input, context) => {
|
|
544
|
-
const b = core.requestBuilder(input, context);
|
|
545
|
-
const headers = {
|
|
546
|
-
"content-type": "application/json",
|
|
547
|
-
};
|
|
548
|
-
b.bp("/service/states");
|
|
549
|
-
let body;
|
|
550
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
551
|
-
AttributeFilters: (_) => smithyClient._json(_),
|
|
552
|
-
AwsAccountId: [],
|
|
553
|
-
EndTime: (_) => _.getTime() / 1_000,
|
|
554
|
-
IncludeLinkedAccounts: [],
|
|
555
|
-
MaxResults: [],
|
|
556
|
-
NextToken: [],
|
|
557
|
-
StartTime: (_) => _.getTime() / 1_000,
|
|
558
|
-
}));
|
|
559
|
-
b.m("POST").h(headers).b(body);
|
|
560
|
-
return b.build();
|
|
561
|
-
};
|
|
562
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
563
|
-
const b = core.requestBuilder(input, context);
|
|
564
|
-
const headers = {};
|
|
565
|
-
b.bp("/tags");
|
|
566
|
-
const query = smithyClient.map({
|
|
567
|
-
[_RA]: [, smithyClient.expectNonNull(input[_RA], `ResourceArn`)],
|
|
568
|
-
});
|
|
569
|
-
let body;
|
|
570
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
571
|
-
return b.build();
|
|
572
|
-
};
|
|
573
|
-
const se_PutGroupingConfigurationCommand = async (input, context) => {
|
|
574
|
-
const b = core.requestBuilder(input, context);
|
|
575
|
-
const headers = {
|
|
576
|
-
"content-type": "application/json",
|
|
577
|
-
};
|
|
578
|
-
b.bp("/grouping-configuration");
|
|
579
|
-
let body;
|
|
580
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
581
|
-
GroupingAttributeDefinitions: (_) => smithyClient._json(_),
|
|
582
|
-
}));
|
|
583
|
-
b.m("PUT").h(headers).b(body);
|
|
584
|
-
return b.build();
|
|
585
|
-
};
|
|
586
|
-
const se_StartDiscoveryCommand = async (input, context) => {
|
|
587
|
-
const b = core.requestBuilder(input, context);
|
|
588
|
-
const headers = {};
|
|
589
|
-
b.bp("/start-discovery");
|
|
590
|
-
let body;
|
|
591
|
-
b.m("POST").h(headers).b(body);
|
|
592
|
-
return b.build();
|
|
593
|
-
};
|
|
594
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
595
|
-
const b = core.requestBuilder(input, context);
|
|
596
|
-
const headers = {
|
|
597
|
-
"content-type": "application/json",
|
|
598
|
-
};
|
|
599
|
-
b.bp("/tag-resource");
|
|
600
|
-
let body;
|
|
601
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
602
|
-
ResourceArn: [],
|
|
603
|
-
Tags: (_) => smithyClient._json(_),
|
|
604
|
-
}));
|
|
605
|
-
b.m("POST").h(headers).b(body);
|
|
606
|
-
return b.build();
|
|
607
|
-
};
|
|
608
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
609
|
-
const b = core.requestBuilder(input, context);
|
|
610
|
-
const headers = {
|
|
611
|
-
"content-type": "application/json",
|
|
612
|
-
};
|
|
613
|
-
b.bp("/untag-resource");
|
|
614
|
-
let body;
|
|
615
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
616
|
-
ResourceArn: [],
|
|
617
|
-
TagKeys: (_) => smithyClient._json(_),
|
|
618
|
-
}));
|
|
619
|
-
b.m("POST").h(headers).b(body);
|
|
620
|
-
return b.build();
|
|
621
|
-
};
|
|
622
|
-
const se_UpdateServiceLevelObjectiveCommand = async (input, context) => {
|
|
623
|
-
const b = core.requestBuilder(input, context);
|
|
624
|
-
const headers = {
|
|
625
|
-
"content-type": "application/json",
|
|
626
|
-
};
|
|
627
|
-
b.bp("/slo/{Id}");
|
|
628
|
-
b.p("Id", () => input.Id, "{Id}", false);
|
|
629
|
-
let body;
|
|
630
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
631
|
-
BurnRateConfigurations: (_) => smithyClient._json(_),
|
|
632
|
-
Description: [],
|
|
633
|
-
Goal: (_) => se_Goal(_),
|
|
634
|
-
RequestBasedSliConfig: (_) => se_RequestBasedServiceLevelIndicatorConfig(_),
|
|
635
|
-
SliConfig: (_) => se_ServiceLevelIndicatorConfig(_),
|
|
636
|
-
}));
|
|
637
|
-
b.m("PATCH").h(headers).b(body);
|
|
638
|
-
return b.build();
|
|
639
|
-
};
|
|
640
|
-
const de_BatchGetServiceLevelObjectiveBudgetReportCommand = async (output, context) => {
|
|
641
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
642
|
-
return de_CommandError(output, context);
|
|
643
|
-
}
|
|
644
|
-
const contents = smithyClient.map({
|
|
645
|
-
$metadata: deserializeMetadata(output),
|
|
646
|
-
});
|
|
647
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
648
|
-
const doc = smithyClient.take(data, {
|
|
649
|
-
Errors: smithyClient._json,
|
|
650
|
-
Reports: (_) => de_ServiceLevelObjectiveBudgetReports(_),
|
|
651
|
-
Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
652
|
-
});
|
|
653
|
-
Object.assign(contents, doc);
|
|
654
|
-
return contents;
|
|
655
|
-
};
|
|
656
|
-
const de_BatchUpdateExclusionWindowsCommand = async (output, context) => {
|
|
657
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
658
|
-
return de_CommandError(output, context);
|
|
659
|
-
}
|
|
660
|
-
const contents = smithyClient.map({
|
|
661
|
-
$metadata: deserializeMetadata(output),
|
|
662
|
-
});
|
|
663
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
664
|
-
const doc = smithyClient.take(data, {
|
|
665
|
-
Errors: smithyClient._json,
|
|
666
|
-
SloIds: smithyClient._json,
|
|
667
|
-
});
|
|
668
|
-
Object.assign(contents, doc);
|
|
669
|
-
return contents;
|
|
670
|
-
};
|
|
671
|
-
const de_CreateServiceLevelObjectiveCommand = async (output, context) => {
|
|
672
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
673
|
-
return de_CommandError(output, context);
|
|
674
|
-
}
|
|
675
|
-
const contents = smithyClient.map({
|
|
676
|
-
$metadata: deserializeMetadata(output),
|
|
677
|
-
});
|
|
678
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
679
|
-
const doc = smithyClient.take(data, {
|
|
680
|
-
Slo: (_) => de_ServiceLevelObjective(_),
|
|
681
|
-
});
|
|
682
|
-
Object.assign(contents, doc);
|
|
683
|
-
return contents;
|
|
684
|
-
};
|
|
685
|
-
const de_DeleteGroupingConfigurationCommand = async (output, context) => {
|
|
686
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
687
|
-
return de_CommandError(output, context);
|
|
688
|
-
}
|
|
689
|
-
const contents = smithyClient.map({
|
|
690
|
-
$metadata: deserializeMetadata(output),
|
|
691
|
-
});
|
|
692
|
-
await smithyClient.collectBody(output.body, context);
|
|
693
|
-
return contents;
|
|
694
|
-
};
|
|
695
|
-
const de_DeleteServiceLevelObjectiveCommand = async (output, context) => {
|
|
696
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
697
|
-
return de_CommandError(output, context);
|
|
698
|
-
}
|
|
699
|
-
const contents = smithyClient.map({
|
|
700
|
-
$metadata: deserializeMetadata(output),
|
|
701
|
-
});
|
|
702
|
-
await smithyClient.collectBody(output.body, context);
|
|
703
|
-
return contents;
|
|
704
|
-
};
|
|
705
|
-
const de_GetServiceCommand = async (output, context) => {
|
|
706
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
707
|
-
return de_CommandError(output, context);
|
|
708
|
-
}
|
|
709
|
-
const contents = smithyClient.map({
|
|
710
|
-
$metadata: deserializeMetadata(output),
|
|
711
|
-
});
|
|
712
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
713
|
-
const doc = smithyClient.take(data, {
|
|
714
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
715
|
-
LogGroupReferences: smithyClient._json,
|
|
716
|
-
Service: smithyClient._json,
|
|
717
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
718
|
-
});
|
|
719
|
-
Object.assign(contents, doc);
|
|
720
|
-
return contents;
|
|
721
|
-
};
|
|
722
|
-
const de_GetServiceLevelObjectiveCommand = async (output, context) => {
|
|
723
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
724
|
-
return de_CommandError(output, context);
|
|
725
|
-
}
|
|
726
|
-
const contents = smithyClient.map({
|
|
727
|
-
$metadata: deserializeMetadata(output),
|
|
728
|
-
});
|
|
729
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
730
|
-
const doc = smithyClient.take(data, {
|
|
731
|
-
Slo: (_) => de_ServiceLevelObjective(_),
|
|
732
|
-
});
|
|
733
|
-
Object.assign(contents, doc);
|
|
734
|
-
return contents;
|
|
735
|
-
};
|
|
736
|
-
const de_ListAuditFindingsCommand = async (output, context) => {
|
|
737
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
738
|
-
return de_CommandError(output, context);
|
|
739
|
-
}
|
|
740
|
-
const contents = smithyClient.map({
|
|
741
|
-
$metadata: deserializeMetadata(output),
|
|
742
|
-
});
|
|
743
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
744
|
-
const doc = smithyClient.take(data, {
|
|
745
|
-
AuditFindings: (_) => de_AuditFindings(_),
|
|
746
|
-
NextToken: smithyClient.expectString,
|
|
747
|
-
});
|
|
748
|
-
Object.assign(contents, doc);
|
|
749
|
-
return contents;
|
|
750
|
-
};
|
|
751
|
-
const de_ListGroupingAttributeDefinitionsCommand = async (output, context) => {
|
|
752
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
753
|
-
return de_CommandError(output, context);
|
|
754
|
-
}
|
|
755
|
-
const contents = smithyClient.map({
|
|
756
|
-
$metadata: deserializeMetadata(output),
|
|
757
|
-
});
|
|
758
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
759
|
-
const doc = smithyClient.take(data, {
|
|
760
|
-
GroupingAttributeDefinitions: smithyClient._json,
|
|
761
|
-
NextToken: smithyClient.expectString,
|
|
762
|
-
UpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
763
|
-
});
|
|
764
|
-
Object.assign(contents, doc);
|
|
765
|
-
return contents;
|
|
766
|
-
};
|
|
767
|
-
const de_ListServiceDependenciesCommand = async (output, context) => {
|
|
768
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
769
|
-
return de_CommandError(output, context);
|
|
770
|
-
}
|
|
771
|
-
const contents = smithyClient.map({
|
|
772
|
-
$metadata: deserializeMetadata(output),
|
|
773
|
-
});
|
|
774
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
775
|
-
const doc = smithyClient.take(data, {
|
|
776
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
777
|
-
NextToken: smithyClient.expectString,
|
|
778
|
-
ServiceDependencies: smithyClient._json,
|
|
779
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
780
|
-
});
|
|
781
|
-
Object.assign(contents, doc);
|
|
782
|
-
return contents;
|
|
783
|
-
};
|
|
784
|
-
const de_ListServiceDependentsCommand = async (output, context) => {
|
|
785
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
786
|
-
return de_CommandError(output, context);
|
|
787
|
-
}
|
|
788
|
-
const contents = smithyClient.map({
|
|
789
|
-
$metadata: deserializeMetadata(output),
|
|
790
|
-
});
|
|
791
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
792
|
-
const doc = smithyClient.take(data, {
|
|
793
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
794
|
-
NextToken: smithyClient.expectString,
|
|
795
|
-
ServiceDependents: smithyClient._json,
|
|
796
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
797
|
-
});
|
|
798
|
-
Object.assign(contents, doc);
|
|
799
|
-
return contents;
|
|
800
|
-
};
|
|
801
|
-
const de_ListServiceLevelObjectiveExclusionWindowsCommand = async (output, context) => {
|
|
802
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
803
|
-
return de_CommandError(output, context);
|
|
804
|
-
}
|
|
805
|
-
const contents = smithyClient.map({
|
|
806
|
-
$metadata: deserializeMetadata(output),
|
|
807
|
-
});
|
|
808
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
809
|
-
const doc = smithyClient.take(data, {
|
|
810
|
-
ExclusionWindows: (_) => de_ExclusionWindows(_),
|
|
811
|
-
NextToken: smithyClient.expectString,
|
|
812
|
-
});
|
|
813
|
-
Object.assign(contents, doc);
|
|
814
|
-
return contents;
|
|
815
|
-
};
|
|
816
|
-
const de_ListServiceLevelObjectivesCommand = async (output, context) => {
|
|
817
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
818
|
-
return de_CommandError(output, context);
|
|
819
|
-
}
|
|
820
|
-
const contents = smithyClient.map({
|
|
821
|
-
$metadata: deserializeMetadata(output),
|
|
822
|
-
});
|
|
823
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
824
|
-
const doc = smithyClient.take(data, {
|
|
825
|
-
NextToken: smithyClient.expectString,
|
|
826
|
-
SloSummaries: (_) => de_ServiceLevelObjectiveSummaries(_),
|
|
827
|
-
});
|
|
828
|
-
Object.assign(contents, doc);
|
|
829
|
-
return contents;
|
|
830
|
-
};
|
|
831
|
-
const de_ListServiceOperationsCommand = async (output, context) => {
|
|
832
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
833
|
-
return de_CommandError(output, context);
|
|
834
|
-
}
|
|
835
|
-
const contents = smithyClient.map({
|
|
836
|
-
$metadata: deserializeMetadata(output),
|
|
837
|
-
});
|
|
838
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
839
|
-
const doc = smithyClient.take(data, {
|
|
840
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
841
|
-
NextToken: smithyClient.expectString,
|
|
842
|
-
ServiceOperations: smithyClient._json,
|
|
843
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
844
|
-
});
|
|
845
|
-
Object.assign(contents, doc);
|
|
846
|
-
return contents;
|
|
847
|
-
};
|
|
848
|
-
const de_ListServicesCommand = async (output, context) => {
|
|
849
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
850
|
-
return de_CommandError(output, context);
|
|
851
|
-
}
|
|
852
|
-
const contents = smithyClient.map({
|
|
853
|
-
$metadata: deserializeMetadata(output),
|
|
854
|
-
});
|
|
855
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
856
|
-
const doc = smithyClient.take(data, {
|
|
857
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
858
|
-
NextToken: smithyClient.expectString,
|
|
859
|
-
ServiceSummaries: smithyClient._json,
|
|
860
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
861
|
-
});
|
|
862
|
-
Object.assign(contents, doc);
|
|
863
|
-
return contents;
|
|
864
|
-
};
|
|
865
|
-
const de_ListServiceStatesCommand = async (output, context) => {
|
|
866
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
867
|
-
return de_CommandError(output, context);
|
|
868
|
-
}
|
|
869
|
-
const contents = smithyClient.map({
|
|
870
|
-
$metadata: deserializeMetadata(output),
|
|
871
|
-
});
|
|
872
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
873
|
-
const doc = smithyClient.take(data, {
|
|
874
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
875
|
-
NextToken: smithyClient.expectString,
|
|
876
|
-
ServiceStates: (_) => de_ServiceStates(_),
|
|
877
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
878
|
-
});
|
|
879
|
-
Object.assign(contents, doc);
|
|
880
|
-
return contents;
|
|
881
|
-
};
|
|
882
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
883
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
884
|
-
return de_CommandError(output, context);
|
|
885
|
-
}
|
|
886
|
-
const contents = smithyClient.map({
|
|
887
|
-
$metadata: deserializeMetadata(output),
|
|
888
|
-
});
|
|
889
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
890
|
-
const doc = smithyClient.take(data, {
|
|
891
|
-
Tags: smithyClient._json,
|
|
892
|
-
});
|
|
893
|
-
Object.assign(contents, doc);
|
|
894
|
-
return contents;
|
|
895
|
-
};
|
|
896
|
-
const de_PutGroupingConfigurationCommand = async (output, context) => {
|
|
897
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
898
|
-
return de_CommandError(output, context);
|
|
899
|
-
}
|
|
900
|
-
const contents = smithyClient.map({
|
|
901
|
-
$metadata: deserializeMetadata(output),
|
|
902
|
-
});
|
|
903
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
904
|
-
const doc = smithyClient.take(data, {
|
|
905
|
-
GroupingConfiguration: (_) => de_GroupingConfiguration(_),
|
|
906
|
-
});
|
|
907
|
-
Object.assign(contents, doc);
|
|
908
|
-
return contents;
|
|
909
|
-
};
|
|
910
|
-
const de_StartDiscoveryCommand = async (output, context) => {
|
|
911
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
912
|
-
return de_CommandError(output, context);
|
|
913
|
-
}
|
|
914
|
-
const contents = smithyClient.map({
|
|
915
|
-
$metadata: deserializeMetadata(output),
|
|
916
|
-
});
|
|
917
|
-
await smithyClient.collectBody(output.body, context);
|
|
918
|
-
return contents;
|
|
919
|
-
};
|
|
920
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
921
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
922
|
-
return de_CommandError(output, context);
|
|
923
|
-
}
|
|
924
|
-
const contents = smithyClient.map({
|
|
925
|
-
$metadata: deserializeMetadata(output),
|
|
926
|
-
});
|
|
927
|
-
await smithyClient.collectBody(output.body, context);
|
|
928
|
-
return contents;
|
|
929
|
-
};
|
|
930
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
931
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
932
|
-
return de_CommandError(output, context);
|
|
933
|
-
}
|
|
934
|
-
const contents = smithyClient.map({
|
|
935
|
-
$metadata: deserializeMetadata(output),
|
|
936
|
-
});
|
|
937
|
-
await smithyClient.collectBody(output.body, context);
|
|
938
|
-
return contents;
|
|
939
|
-
};
|
|
940
|
-
const de_UpdateServiceLevelObjectiveCommand = async (output, context) => {
|
|
941
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
942
|
-
return de_CommandError(output, context);
|
|
943
|
-
}
|
|
944
|
-
const contents = smithyClient.map({
|
|
945
|
-
$metadata: deserializeMetadata(output),
|
|
946
|
-
});
|
|
947
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
948
|
-
const doc = smithyClient.take(data, {
|
|
949
|
-
Slo: (_) => de_ServiceLevelObjective(_),
|
|
950
|
-
});
|
|
951
|
-
Object.assign(contents, doc);
|
|
952
|
-
return contents;
|
|
953
|
-
};
|
|
954
|
-
const de_CommandError = async (output, context) => {
|
|
955
|
-
const parsedOutput = {
|
|
956
|
-
...output,
|
|
957
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
958
|
-
};
|
|
959
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
960
|
-
switch (errorCode) {
|
|
961
|
-
case "ThrottlingException":
|
|
962
|
-
case "com.amazonaws.applicationsignals#ThrottlingException":
|
|
963
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
964
|
-
case "ValidationException":
|
|
965
|
-
case "com.amazonaws.applicationsignals#ValidationException":
|
|
966
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
967
|
-
case "ResourceNotFoundException":
|
|
968
|
-
case "com.amazonaws.applicationsignals#ResourceNotFoundException":
|
|
969
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
970
|
-
case "AccessDeniedException":
|
|
971
|
-
case "com.amazonaws.applicationsignals#AccessDeniedException":
|
|
972
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput);
|
|
973
|
-
case "ConflictException":
|
|
974
|
-
case "com.amazonaws.applicationsignals#ConflictException":
|
|
975
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
976
|
-
case "ServiceQuotaExceededException":
|
|
977
|
-
case "com.amazonaws.applicationsignals#ServiceQuotaExceededException":
|
|
978
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
979
|
-
default:
|
|
980
|
-
const parsedBody = parsedOutput.body;
|
|
981
|
-
return throwDefaultError({
|
|
982
|
-
output,
|
|
983
|
-
parsedBody,
|
|
984
|
-
errorCode,
|
|
985
|
-
});
|
|
986
|
-
}
|
|
987
|
-
};
|
|
988
|
-
const throwDefaultError = smithyClient.withBaseException(ApplicationSignalsServiceException);
|
|
989
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
990
|
-
const contents = smithyClient.map({});
|
|
991
|
-
const data = parsedOutput.body;
|
|
992
|
-
const doc = smithyClient.take(data, {
|
|
993
|
-
Message: smithyClient.expectString,
|
|
994
|
-
});
|
|
995
|
-
Object.assign(contents, doc);
|
|
996
|
-
const exception = new AccessDeniedException({
|
|
997
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
998
|
-
...contents,
|
|
999
|
-
});
|
|
1000
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1001
|
-
};
|
|
1002
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1003
|
-
const contents = smithyClient.map({});
|
|
1004
|
-
const data = parsedOutput.body;
|
|
1005
|
-
const doc = smithyClient.take(data, {
|
|
1006
|
-
Message: smithyClient.expectString,
|
|
1007
|
-
});
|
|
1008
|
-
Object.assign(contents, doc);
|
|
1009
|
-
const exception = new ConflictException({
|
|
1010
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1011
|
-
...contents,
|
|
1012
|
-
});
|
|
1013
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1014
|
-
};
|
|
1015
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1016
|
-
const contents = smithyClient.map({});
|
|
1017
|
-
const data = parsedOutput.body;
|
|
1018
|
-
const doc = smithyClient.take(data, {
|
|
1019
|
-
Message: smithyClient.expectString,
|
|
1020
|
-
ResourceId: smithyClient.expectString,
|
|
1021
|
-
ResourceType: smithyClient.expectString,
|
|
1022
|
-
});
|
|
1023
|
-
Object.assign(contents, doc);
|
|
1024
|
-
const exception = new ResourceNotFoundException({
|
|
1025
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1026
|
-
...contents,
|
|
1027
|
-
});
|
|
1028
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1029
|
-
};
|
|
1030
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1031
|
-
const contents = smithyClient.map({});
|
|
1032
|
-
const data = parsedOutput.body;
|
|
1033
|
-
const doc = smithyClient.take(data, {
|
|
1034
|
-
Message: smithyClient.expectString,
|
|
1035
|
-
});
|
|
1036
|
-
Object.assign(contents, doc);
|
|
1037
|
-
const exception = new ServiceQuotaExceededException({
|
|
1038
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1039
|
-
...contents,
|
|
1040
|
-
});
|
|
1041
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1042
|
-
};
|
|
1043
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1044
|
-
const contents = smithyClient.map({});
|
|
1045
|
-
const data = parsedOutput.body;
|
|
1046
|
-
const doc = smithyClient.take(data, {
|
|
1047
|
-
Message: smithyClient.expectString,
|
|
1048
|
-
});
|
|
1049
|
-
Object.assign(contents, doc);
|
|
1050
|
-
const exception = new ThrottlingException({
|
|
1051
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1052
|
-
...contents,
|
|
1053
|
-
});
|
|
1054
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1055
|
-
};
|
|
1056
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
1057
|
-
const contents = smithyClient.map({});
|
|
1058
|
-
const data = parsedOutput.body;
|
|
1059
|
-
const doc = smithyClient.take(data, {
|
|
1060
|
-
message: smithyClient.expectString,
|
|
1061
|
-
});
|
|
1062
|
-
Object.assign(contents, doc);
|
|
1063
|
-
const exception = new ValidationException({
|
|
1064
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1065
|
-
...contents,
|
|
1066
|
-
});
|
|
1067
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1068
|
-
};
|
|
1069
|
-
const se_CalendarInterval = (input, context) => {
|
|
1070
|
-
return smithyClient.take(input, {
|
|
1071
|
-
Duration: [],
|
|
1072
|
-
DurationUnit: [],
|
|
1073
|
-
StartTime: (_) => _.getTime() / 1_000,
|
|
1074
|
-
});
|
|
1075
|
-
};
|
|
1076
|
-
const se_ExclusionWindow = (input, context) => {
|
|
1077
|
-
return smithyClient.take(input, {
|
|
1078
|
-
Reason: [],
|
|
1079
|
-
RecurrenceRule: smithyClient._json,
|
|
1080
|
-
StartTime: (_) => _.getTime() / 1_000,
|
|
1081
|
-
Window: smithyClient._json,
|
|
1082
|
-
});
|
|
1083
|
-
};
|
|
1084
|
-
const se_ExclusionWindows = (input, context) => {
|
|
1085
|
-
return input
|
|
1086
|
-
.filter((e) => e != null)
|
|
1087
|
-
.map((entry) => {
|
|
1088
|
-
return se_ExclusionWindow(entry);
|
|
1089
|
-
});
|
|
1090
|
-
};
|
|
1091
|
-
const se_Goal = (input, context) => {
|
|
1092
|
-
return smithyClient.take(input, {
|
|
1093
|
-
AttainmentGoal: smithyClient.serializeFloat,
|
|
1094
|
-
Interval: (_) => se_Interval(_),
|
|
1095
|
-
WarningThreshold: smithyClient.serializeFloat,
|
|
1096
|
-
});
|
|
1097
|
-
};
|
|
1098
|
-
const se_Interval = (input, context) => {
|
|
1099
|
-
return exports.Interval.visit(input, {
|
|
1100
|
-
CalendarInterval: (value) => ({ CalendarInterval: se_CalendarInterval(value) }),
|
|
1101
|
-
RollingInterval: (value) => ({ RollingInterval: smithyClient._json(value) }),
|
|
1102
|
-
_: (name, value) => ({ [name]: value }),
|
|
1103
|
-
});
|
|
1104
311
|
};
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
ComparisonOperator: [],
|
|
1108
|
-
MetricThreshold: smithyClient.serializeFloat,
|
|
1109
|
-
RequestBasedSliMetricConfig: smithyClient._json,
|
|
1110
|
-
});
|
|
1111
|
-
};
|
|
1112
|
-
const se_ServiceLevelIndicatorConfig = (input, context) => {
|
|
1113
|
-
return smithyClient.take(input, {
|
|
1114
|
-
ComparisonOperator: [],
|
|
1115
|
-
MetricThreshold: smithyClient.serializeFloat,
|
|
1116
|
-
SliMetricConfig: smithyClient._json,
|
|
1117
|
-
});
|
|
1118
|
-
};
|
|
1119
|
-
const de_AuditFinding = (output, context) => {
|
|
1120
|
-
return smithyClient.take(output, {
|
|
1121
|
-
AuditorResults: smithyClient._json,
|
|
1122
|
-
DependencyGraph: (_) => de_DependencyGraph(_),
|
|
1123
|
-
KeyAttributes: smithyClient._json,
|
|
1124
|
-
MetricGraph: (_) => de_MetricGraph(_),
|
|
1125
|
-
Operation: smithyClient.expectString,
|
|
1126
|
-
Type: smithyClient.expectString,
|
|
1127
|
-
});
|
|
1128
|
-
};
|
|
1129
|
-
const de_AuditFindings = (output, context) => {
|
|
1130
|
-
const retVal = (output || [])
|
|
1131
|
-
.filter((e) => e != null)
|
|
1132
|
-
.map((entry) => {
|
|
1133
|
-
return de_AuditFinding(entry);
|
|
1134
|
-
});
|
|
1135
|
-
return retVal;
|
|
1136
|
-
};
|
|
1137
|
-
const de_CalendarInterval = (output, context) => {
|
|
1138
|
-
return smithyClient.take(output, {
|
|
1139
|
-
Duration: smithyClient.expectInt32,
|
|
1140
|
-
DurationUnit: smithyClient.expectString,
|
|
1141
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1142
|
-
});
|
|
1143
|
-
};
|
|
1144
|
-
const de_ChangeEvent = (output, context) => {
|
|
1145
|
-
return smithyClient.take(output, {
|
|
1146
|
-
AccountId: smithyClient.expectString,
|
|
1147
|
-
ChangeEventType: smithyClient.expectString,
|
|
1148
|
-
Entity: smithyClient._json,
|
|
1149
|
-
EventId: smithyClient.expectString,
|
|
1150
|
-
EventName: smithyClient.expectString,
|
|
1151
|
-
Region: smithyClient.expectString,
|
|
1152
|
-
Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1153
|
-
UserName: smithyClient.expectString,
|
|
1154
|
-
});
|
|
1155
|
-
};
|
|
1156
|
-
const de_DependencyGraph = (output, context) => {
|
|
1157
|
-
return smithyClient.take(output, {
|
|
1158
|
-
Edges: (_) => de_Edges(_),
|
|
1159
|
-
Nodes: (_) => de_Nodes(_),
|
|
1160
|
-
});
|
|
1161
|
-
};
|
|
1162
|
-
const de_Edge = (output, context) => {
|
|
1163
|
-
return smithyClient.take(output, {
|
|
1164
|
-
ConnectionType: smithyClient.expectString,
|
|
1165
|
-
DestinationNodeId: smithyClient.expectString,
|
|
1166
|
-
Duration: smithyClient.limitedParseDouble,
|
|
1167
|
-
SourceNodeId: smithyClient.expectString,
|
|
1168
|
-
});
|
|
1169
|
-
};
|
|
1170
|
-
const de_Edges = (output, context) => {
|
|
1171
|
-
const retVal = (output || [])
|
|
1172
|
-
.filter((e) => e != null)
|
|
1173
|
-
.map((entry) => {
|
|
1174
|
-
return de_Edge(entry);
|
|
1175
|
-
});
|
|
1176
|
-
return retVal;
|
|
1177
|
-
};
|
|
1178
|
-
const de_ExclusionWindow = (output, context) => {
|
|
1179
|
-
return smithyClient.take(output, {
|
|
1180
|
-
Reason: smithyClient.expectString,
|
|
1181
|
-
RecurrenceRule: smithyClient._json,
|
|
1182
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1183
|
-
Window: smithyClient._json,
|
|
1184
|
-
});
|
|
1185
|
-
};
|
|
1186
|
-
const de_ExclusionWindows = (output, context) => {
|
|
1187
|
-
const retVal = (output || [])
|
|
1188
|
-
.filter((e) => e != null)
|
|
1189
|
-
.map((entry) => {
|
|
1190
|
-
return de_ExclusionWindow(entry);
|
|
1191
|
-
});
|
|
1192
|
-
return retVal;
|
|
1193
|
-
};
|
|
1194
|
-
const de_Goal = (output, context) => {
|
|
1195
|
-
return smithyClient.take(output, {
|
|
1196
|
-
AttainmentGoal: smithyClient.limitedParseDouble,
|
|
1197
|
-
Interval: (_) => de_Interval(core$1.awsExpectUnion(_)),
|
|
1198
|
-
WarningThreshold: smithyClient.limitedParseDouble,
|
|
1199
|
-
});
|
|
1200
|
-
};
|
|
1201
|
-
const de_GroupingConfiguration = (output, context) => {
|
|
1202
|
-
return smithyClient.take(output, {
|
|
1203
|
-
GroupingAttributeDefinitions: smithyClient._json,
|
|
1204
|
-
UpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1205
|
-
});
|
|
1206
|
-
};
|
|
1207
|
-
const de_Interval = (output, context) => {
|
|
1208
|
-
if (output.CalendarInterval != null) {
|
|
1209
|
-
return {
|
|
1210
|
-
CalendarInterval: de_CalendarInterval(output.CalendarInterval),
|
|
1211
|
-
};
|
|
1212
|
-
}
|
|
1213
|
-
if (output.RollingInterval != null) {
|
|
1214
|
-
return {
|
|
1215
|
-
RollingInterval: smithyClient._json(output.RollingInterval),
|
|
1216
|
-
};
|
|
1217
|
-
}
|
|
1218
|
-
return { $unknown: Object.entries(output)[0] };
|
|
1219
|
-
};
|
|
1220
|
-
const de_LatestChangeEvents = (output, context) => {
|
|
1221
|
-
const retVal = (output || [])
|
|
1222
|
-
.filter((e) => e != null)
|
|
1223
|
-
.map((entry) => {
|
|
1224
|
-
return de_ChangeEvent(entry);
|
|
1225
|
-
});
|
|
1226
|
-
return retVal;
|
|
1227
|
-
};
|
|
1228
|
-
const de_MetricGraph = (output, context) => {
|
|
1229
|
-
return smithyClient.take(output, {
|
|
1230
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1231
|
-
MetricDataQueries: smithyClient._json,
|
|
1232
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1233
|
-
});
|
|
1234
|
-
};
|
|
1235
|
-
const de_Node = (output, context) => {
|
|
1236
|
-
return smithyClient.take(output, {
|
|
1237
|
-
Duration: smithyClient.limitedParseDouble,
|
|
1238
|
-
KeyAttributes: smithyClient._json,
|
|
1239
|
-
Name: smithyClient.expectString,
|
|
1240
|
-
NodeId: smithyClient.expectString,
|
|
1241
|
-
Operation: smithyClient.expectString,
|
|
1242
|
-
Status: smithyClient.expectString,
|
|
1243
|
-
Type: smithyClient.expectString,
|
|
1244
|
-
});
|
|
1245
|
-
};
|
|
1246
|
-
const de_Nodes = (output, context) => {
|
|
1247
|
-
const retVal = (output || [])
|
|
1248
|
-
.filter((e) => e != null)
|
|
1249
|
-
.map((entry) => {
|
|
1250
|
-
return de_Node(entry);
|
|
1251
|
-
});
|
|
1252
|
-
return retVal;
|
|
1253
|
-
};
|
|
1254
|
-
const de_RequestBasedServiceLevelIndicator = (output, context) => {
|
|
1255
|
-
return smithyClient.take(output, {
|
|
1256
|
-
ComparisonOperator: smithyClient.expectString,
|
|
1257
|
-
MetricThreshold: smithyClient.limitedParseDouble,
|
|
1258
|
-
RequestBasedSliMetric: smithyClient._json,
|
|
1259
|
-
});
|
|
1260
|
-
};
|
|
1261
|
-
const de_ServiceLevelIndicator = (output, context) => {
|
|
1262
|
-
return smithyClient.take(output, {
|
|
1263
|
-
ComparisonOperator: smithyClient.expectString,
|
|
1264
|
-
MetricThreshold: smithyClient.limitedParseDouble,
|
|
1265
|
-
SliMetric: smithyClient._json,
|
|
1266
|
-
});
|
|
1267
|
-
};
|
|
1268
|
-
const de_ServiceLevelObjective = (output, context) => {
|
|
1269
|
-
return smithyClient.take(output, {
|
|
1270
|
-
Arn: smithyClient.expectString,
|
|
1271
|
-
BurnRateConfigurations: smithyClient._json,
|
|
1272
|
-
CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1273
|
-
Description: smithyClient.expectString,
|
|
1274
|
-
EvaluationType: smithyClient.expectString,
|
|
1275
|
-
Goal: (_) => de_Goal(_),
|
|
1276
|
-
LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1277
|
-
MetricSourceType: smithyClient.expectString,
|
|
1278
|
-
Name: smithyClient.expectString,
|
|
1279
|
-
RequestBasedSli: (_) => de_RequestBasedServiceLevelIndicator(_),
|
|
1280
|
-
Sli: (_) => de_ServiceLevelIndicator(_),
|
|
1281
|
-
});
|
|
1282
|
-
};
|
|
1283
|
-
const de_ServiceLevelObjectiveBudgetReport = (output, context) => {
|
|
1284
|
-
return smithyClient.take(output, {
|
|
1285
|
-
Arn: smithyClient.expectString,
|
|
1286
|
-
Attainment: smithyClient.limitedParseDouble,
|
|
1287
|
-
BudgetRequestsRemaining: smithyClient.expectInt32,
|
|
1288
|
-
BudgetSecondsRemaining: smithyClient.expectInt32,
|
|
1289
|
-
BudgetStatus: smithyClient.expectString,
|
|
1290
|
-
EvaluationType: smithyClient.expectString,
|
|
1291
|
-
Goal: (_) => de_Goal(_),
|
|
1292
|
-
Name: smithyClient.expectString,
|
|
1293
|
-
RequestBasedSli: (_) => de_RequestBasedServiceLevelIndicator(_),
|
|
1294
|
-
Sli: (_) => de_ServiceLevelIndicator(_),
|
|
1295
|
-
TotalBudgetRequests: smithyClient.expectInt32,
|
|
1296
|
-
TotalBudgetSeconds: smithyClient.expectInt32,
|
|
1297
|
-
});
|
|
1298
|
-
};
|
|
1299
|
-
const de_ServiceLevelObjectiveBudgetReports = (output, context) => {
|
|
1300
|
-
const retVal = (output || [])
|
|
1301
|
-
.filter((e) => e != null)
|
|
1302
|
-
.map((entry) => {
|
|
1303
|
-
return de_ServiceLevelObjectiveBudgetReport(entry);
|
|
1304
|
-
});
|
|
1305
|
-
return retVal;
|
|
1306
|
-
};
|
|
1307
|
-
const de_ServiceLevelObjectiveSummaries = (output, context) => {
|
|
1308
|
-
const retVal = (output || [])
|
|
1309
|
-
.filter((e) => e != null)
|
|
1310
|
-
.map((entry) => {
|
|
1311
|
-
return de_ServiceLevelObjectiveSummary(entry);
|
|
1312
|
-
});
|
|
1313
|
-
return retVal;
|
|
1314
|
-
};
|
|
1315
|
-
const de_ServiceLevelObjectiveSummary = (output, context) => {
|
|
1316
|
-
return smithyClient.take(output, {
|
|
1317
|
-
Arn: smithyClient.expectString,
|
|
1318
|
-
CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1319
|
-
DependencyConfig: smithyClient._json,
|
|
1320
|
-
EvaluationType: smithyClient.expectString,
|
|
1321
|
-
KeyAttributes: smithyClient._json,
|
|
1322
|
-
MetricSourceType: smithyClient.expectString,
|
|
1323
|
-
Name: smithyClient.expectString,
|
|
1324
|
-
OperationName: smithyClient.expectString,
|
|
1325
|
-
});
|
|
1326
|
-
};
|
|
1327
|
-
const de_ServiceState = (output, context) => {
|
|
1328
|
-
return smithyClient.take(output, {
|
|
1329
|
-
AttributeFilters: smithyClient._json,
|
|
1330
|
-
LatestChangeEvents: (_) => de_LatestChangeEvents(_),
|
|
1331
|
-
Service: smithyClient._json,
|
|
1332
|
-
});
|
|
1333
|
-
};
|
|
1334
|
-
const de_ServiceStates = (output, context) => {
|
|
1335
|
-
const retVal = (output || [])
|
|
1336
|
-
.filter((e) => e != null)
|
|
1337
|
-
.map((entry) => {
|
|
1338
|
-
return de_ServiceState(entry);
|
|
1339
|
-
});
|
|
1340
|
-
return retVal;
|
|
1341
|
-
};
|
|
1342
|
-
const deserializeMetadata = (output) => ({
|
|
1343
|
-
httpStatusCode: output.statusCode,
|
|
1344
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1345
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1346
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1347
|
-
});
|
|
312
|
+
|
|
313
|
+
const _A = "Auditor";
|
|
1348
314
|
const _AAI = "AwsAccountId";
|
|
315
|
+
const _ADE = "AccessDeniedException";
|
|
316
|
+
const _AEW = "AddExclusionWindows";
|
|
317
|
+
const _AF = "AttributeFilter";
|
|
318
|
+
const _AFN = "AttributeFilterName";
|
|
319
|
+
const _AFV = "AttributeFilterValues";
|
|
320
|
+
const _AFt = "AttributeFilters";
|
|
321
|
+
const _AFu = "AuditFinding";
|
|
322
|
+
const _AFud = "AuditFindings";
|
|
323
|
+
const _AG = "AttainmentGoal";
|
|
324
|
+
const _AI = "AccountId";
|
|
325
|
+
const _AM = "AttributeMaps";
|
|
326
|
+
const _AR = "AuditorResults";
|
|
327
|
+
const _ARu = "AuditorResult";
|
|
328
|
+
const _AT = "AuditTarget";
|
|
329
|
+
const _ATE = "AuditTargetEntity";
|
|
330
|
+
const _ATu = "AuditTargets";
|
|
331
|
+
const _Ar = "Arn";
|
|
332
|
+
const _At = "Attainment";
|
|
333
|
+
const _Au = "Auditors";
|
|
334
|
+
const _BCM = "BadCountMetric";
|
|
335
|
+
const _BGSLOBR = "BatchGetServiceLevelObjectiveBudgetReport";
|
|
336
|
+
const _BGSLOBRI = "BatchGetServiceLevelObjectiveBudgetReportInput";
|
|
337
|
+
const _BGSLOBRO = "BatchGetServiceLevelObjectiveBudgetReportOutput";
|
|
338
|
+
const _BRC = "BurnRateConfiguration";
|
|
339
|
+
const _BRCu = "BurnRateConfigurations";
|
|
340
|
+
const _BRR = "BudgetRequestsRemaining";
|
|
341
|
+
const _BS = "BudgetStatus";
|
|
342
|
+
const _BSR = "BudgetSecondsRemaining";
|
|
343
|
+
const _BUEW = "BatchUpdateExclusionWindows";
|
|
344
|
+
const _BUEWE = "BatchUpdateExclusionWindowsError";
|
|
345
|
+
const _BUEWEa = "BatchUpdateExclusionWindowsErrors";
|
|
346
|
+
const _BUEWI = "BatchUpdateExclusionWindowsInput";
|
|
347
|
+
const _BUEWO = "BatchUpdateExclusionWindowsOutput";
|
|
348
|
+
const _C = "Canary";
|
|
349
|
+
const _CE = "CanaryEntity";
|
|
350
|
+
const _CET = "ChangeEventType";
|
|
351
|
+
const _CEh = "ChangeEvent";
|
|
352
|
+
const _CEo = "ConflictException";
|
|
353
|
+
const _CI = "CalendarInterval";
|
|
354
|
+
const _CN = "CanaryName";
|
|
355
|
+
const _CO = "ComparisonOperator";
|
|
356
|
+
const _CSLO = "CreateServiceLevelObjective";
|
|
357
|
+
const _CSLOI = "CreateServiceLevelObjectiveInput";
|
|
358
|
+
const _CSLOO = "CreateServiceLevelObjectiveOutput";
|
|
359
|
+
const _CT = "ConnectionType";
|
|
360
|
+
const _CTr = "CreatedTime";
|
|
361
|
+
const _D = "Description";
|
|
362
|
+
const _DC = "DependencyConfig";
|
|
363
|
+
const _DG = "DependencyGraph";
|
|
364
|
+
const _DGC = "DeleteGroupingConfiguration";
|
|
365
|
+
const _DGCO = "DeleteGroupingConfigurationOutput";
|
|
366
|
+
const _DGV = "DefaultGroupingValue";
|
|
367
|
+
const _DKA = "DependencyKeyAttributes";
|
|
368
|
+
const _DKAe = "DependentKeyAttributes";
|
|
369
|
+
const _DNI = "DestinationNodeId";
|
|
370
|
+
const _DON = "DependencyOperationName";
|
|
371
|
+
const _DONe = "DependentOperationName";
|
|
372
|
+
const _DSLO = "DeleteServiceLevelObjective";
|
|
373
|
+
const _DSLOI = "DeleteServiceLevelObjectiveInput";
|
|
374
|
+
const _DSLOO = "DeleteServiceLevelObjectiveOutput";
|
|
375
|
+
const _DU = "DurationUnit";
|
|
376
|
+
const _Da = "Data";
|
|
377
|
+
const _Di = "Dimension";
|
|
378
|
+
const _Dim = "Dimensions";
|
|
379
|
+
const _Du = "Duration";
|
|
380
|
+
const _E = "Errors";
|
|
381
|
+
const _EC = "ErrorCode";
|
|
382
|
+
const _EI = "EventId";
|
|
383
|
+
const _EM = "ErrorMessage";
|
|
384
|
+
const _EN = "EventName";
|
|
1349
385
|
const _ET = "EndTime";
|
|
386
|
+
const _ETv = "EvaluationType";
|
|
387
|
+
const _EW = "ExclusionWindow";
|
|
388
|
+
const _EWx = "ExclusionWindows";
|
|
389
|
+
const _Ed = "Edges";
|
|
390
|
+
const _Edg = "Edge";
|
|
391
|
+
const _En = "Entity";
|
|
392
|
+
const _Env = "Environment";
|
|
393
|
+
const _Ex = "Expression";
|
|
394
|
+
const _G = "Goal";
|
|
395
|
+
const _GAD = "GroupingAttributeDefinition";
|
|
396
|
+
const _GADr = "GroupingAttributeDefinitions";
|
|
397
|
+
const _GC = "GroupingConfiguration";
|
|
398
|
+
const _GCM = "GoodCountMetric";
|
|
399
|
+
const _GI = "GroupIdentifier";
|
|
400
|
+
const _GN = "GroupingName";
|
|
401
|
+
const _GNr = "GroupName";
|
|
402
|
+
const _GS = "GroupSource";
|
|
403
|
+
const _GSI = "GetServiceInput";
|
|
404
|
+
const _GSK = "GroupingSourceKeys";
|
|
405
|
+
const _GSLO = "GetServiceLevelObjective";
|
|
406
|
+
const _GSLOI = "GetServiceLevelObjectiveInput";
|
|
407
|
+
const _GSLOO = "GetServiceLevelObjectiveOutput";
|
|
408
|
+
const _GSO = "GetServiceOutput";
|
|
409
|
+
const _GSe = "GetService";
|
|
410
|
+
const _GV = "GroupValue";
|
|
411
|
+
const _I = "Id";
|
|
1350
412
|
const _ILA = "IncludeLinkedAccounts";
|
|
413
|
+
const _In = "Interval";
|
|
414
|
+
const _K = "Key";
|
|
415
|
+
const _KA = "KeyAttributes";
|
|
416
|
+
const _L = "Label";
|
|
417
|
+
const _LAF = "ListAuditFindings";
|
|
418
|
+
const _LAFI = "ListAuditFindingsInput";
|
|
419
|
+
const _LAFO = "ListAuditFindingsOutput";
|
|
420
|
+
const _LBWM = "LookBackWindowMinutes";
|
|
421
|
+
const _LCE = "LatestChangeEvents";
|
|
422
|
+
const _LGAD = "ListGroupingAttributeDefinitions";
|
|
423
|
+
const _LGADI = "ListGroupingAttributeDefinitionsInput";
|
|
424
|
+
const _LGADO = "ListGroupingAttributeDefinitionsOutput";
|
|
425
|
+
const _LGR = "LogGroupReferences";
|
|
426
|
+
const _LS = "ListServices";
|
|
427
|
+
const _LSD = "ListServiceDependencies";
|
|
428
|
+
const _LSDI = "ListServiceDependenciesInput";
|
|
429
|
+
const _LSDIi = "ListServiceDependentsInput";
|
|
430
|
+
const _LSDO = "ListServiceDependenciesOutput";
|
|
431
|
+
const _LSDOi = "ListServiceDependentsOutput";
|
|
432
|
+
const _LSDi = "ListServiceDependents";
|
|
433
|
+
const _LSI = "ListServicesInput";
|
|
434
|
+
const _LSLO = "ListServiceLevelObjectives";
|
|
435
|
+
const _LSLOEW = "ListServiceLevelObjectiveExclusionWindows";
|
|
436
|
+
const _LSLOEWI = "ListServiceLevelObjectiveExclusionWindowsInput";
|
|
437
|
+
const _LSLOEWO = "ListServiceLevelObjectiveExclusionWindowsOutput";
|
|
438
|
+
const _LSLOI = "ListServiceLevelObjectivesInput";
|
|
439
|
+
const _LSLOO = "ListServiceLevelObjectivesOutput";
|
|
440
|
+
const _LSO = "ListServicesOutput";
|
|
441
|
+
const _LSOI = "ListServiceOperationsInput";
|
|
442
|
+
const _LSOO = "ListServiceOperationsOutput";
|
|
443
|
+
const _LSOi = "ListServiceOperations";
|
|
444
|
+
const _LSS = "ListServiceStates";
|
|
445
|
+
const _LSSI = "ListServiceStatesInput";
|
|
446
|
+
const _LSSO = "ListServiceStatesOutput";
|
|
447
|
+
const _LTFR = "ListTagsForResource";
|
|
448
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
449
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
450
|
+
const _LUT = "LastUpdatedTime";
|
|
451
|
+
const _M = "Message";
|
|
452
|
+
const _MDQ = "MetricDataQuery";
|
|
453
|
+
const _MDQe = "MetricDataQueries";
|
|
454
|
+
const _MG = "MetricGraph";
|
|
455
|
+
const _MN = "MetricName";
|
|
1351
456
|
const _MR = "MaxResults";
|
|
457
|
+
const _MRCM = "MonitoredRequestCountMetric";
|
|
458
|
+
const _MRCMDQ = "MonitoredRequestCountMetricDataQueries";
|
|
459
|
+
const _MRe = "MetricReference";
|
|
460
|
+
const _MRet = "MetricReferences";
|
|
461
|
+
const _MS = "MetricStat";
|
|
462
|
+
const _MST = "MetricSourceTypes";
|
|
463
|
+
const _MSTe = "MetricSourceType";
|
|
464
|
+
const _MT = "MetricType";
|
|
465
|
+
const _MTe = "MetricThreshold";
|
|
466
|
+
const _Me = "Metric";
|
|
467
|
+
const _N = "Name";
|
|
468
|
+
const _NI = "NodeId";
|
|
1352
469
|
const _NT = "NextToken";
|
|
470
|
+
const _Na = "Namespace";
|
|
471
|
+
const _No = "Nodes";
|
|
472
|
+
const _Nod = "Node";
|
|
473
|
+
const _O = "Operation";
|
|
1353
474
|
const _ON = "OperationName";
|
|
475
|
+
const _P = "Period";
|
|
476
|
+
const _PGC = "PutGroupingConfiguration";
|
|
477
|
+
const _PGCI = "PutGroupingConfigurationInput";
|
|
478
|
+
const _PGCO = "PutGroupingConfigurationOutput";
|
|
479
|
+
const _PS = "PeriodSeconds";
|
|
480
|
+
const _R = "Reports";
|
|
1354
481
|
const _RA = "ResourceArn";
|
|
482
|
+
const _RBS = "RequestBasedSli";
|
|
483
|
+
const _RBSC = "RequestBasedSliConfig";
|
|
484
|
+
const _RBSLI = "RequestBasedServiceLevelIndicator";
|
|
485
|
+
const _RBSLIC = "RequestBasedServiceLevelIndicatorConfig";
|
|
486
|
+
const _RBSLIM = "RequestBasedServiceLevelIndicatorMetric";
|
|
487
|
+
const _RBSLIMC = "RequestBasedServiceLevelIndicatorMetricConfig";
|
|
488
|
+
const _RBSM = "RequestBasedSliMetric";
|
|
489
|
+
const _RBSMC = "RequestBasedSliMetricConfig";
|
|
490
|
+
const _RD = "ReturnData";
|
|
491
|
+
const _REW = "RemoveExclusionWindows";
|
|
492
|
+
const _RI = "ResourceId";
|
|
493
|
+
const _RIo = "RollingInterval";
|
|
494
|
+
const _RNFE = "ResourceNotFoundException";
|
|
495
|
+
const _RR = "RecurrenceRule";
|
|
496
|
+
const _RT = "ResourceType";
|
|
497
|
+
const _Re = "Region";
|
|
498
|
+
const _Rea = "Reason";
|
|
499
|
+
const _S = "Severity";
|
|
500
|
+
const _SA = "SloArn";
|
|
501
|
+
const _SC = "SliConfig";
|
|
502
|
+
const _SD = "ServiceDependencies";
|
|
503
|
+
const _SDI = "StartDiscoveryInput";
|
|
504
|
+
const _SDO = "StartDiscoveryOutput";
|
|
505
|
+
const _SDe = "ServiceDependents";
|
|
506
|
+
const _SDer = "ServiceDependency";
|
|
507
|
+
const _SDerv = "ServiceDependent";
|
|
508
|
+
const _SDt = "StartDiscovery";
|
|
509
|
+
const _SE = "ServiceEntity";
|
|
510
|
+
const _SG = "ServiceGroups";
|
|
511
|
+
const _SGe = "ServiceGroup";
|
|
512
|
+
const _SI = "SloIds";
|
|
513
|
+
const _SIl = "SloId";
|
|
514
|
+
const _SLI = "ServiceLevelIndicator";
|
|
515
|
+
const _SLIC = "ServiceLevelIndicatorConfig";
|
|
516
|
+
const _SLIM = "ServiceLevelIndicatorMetric";
|
|
517
|
+
const _SLIMC = "ServiceLevelIndicatorMetricConfig";
|
|
518
|
+
const _SLO = "ServiceLevelObjective";
|
|
519
|
+
const _SLOBR = "ServiceLevelObjectiveBudgetReport";
|
|
520
|
+
const _SLOBRE = "ServiceLevelObjectiveBudgetReportError";
|
|
521
|
+
const _SLOBREe = "ServiceLevelObjectiveBudgetReportErrors";
|
|
522
|
+
const _SLOBRe = "ServiceLevelObjectiveBudgetReports";
|
|
523
|
+
const _SLOE = "ServiceLevelObjectiveEntity";
|
|
524
|
+
const _SLOS = "ServiceLevelObjectiveSummary";
|
|
525
|
+
const _SLOSe = "ServiceLevelObjectiveSummaries";
|
|
526
|
+
const _SM = "SliMetric";
|
|
527
|
+
const _SMC = "SliMetricConfig";
|
|
528
|
+
const _SN = "SloName";
|
|
529
|
+
const _SNI = "SourceNodeId";
|
|
530
|
+
const _SO = "ServiceOperations";
|
|
1355
531
|
const _SOAAI = "SloOwnerAwsAccountId";
|
|
532
|
+
const _SOE = "ServiceOperationEntity";
|
|
533
|
+
const _SOe = "ServiceOperation";
|
|
534
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
535
|
+
const _SS = "SloSummaries";
|
|
536
|
+
const _SSe = "ServiceSummaries";
|
|
537
|
+
const _SSer = "ServiceStates";
|
|
538
|
+
const _SServ = "ServiceState";
|
|
539
|
+
const _SServi = "ServiceSummary";
|
|
1356
540
|
const _ST = "StartTime";
|
|
541
|
+
const _Se = "Service";
|
|
542
|
+
const _Sl = "Slo";
|
|
543
|
+
const _Sli = "Sli";
|
|
544
|
+
const _St = "Stat";
|
|
545
|
+
const _Sta = "Status";
|
|
546
|
+
const _Stat = "Statistic";
|
|
547
|
+
const _T = "Type";
|
|
548
|
+
const _TBR = "TotalBudgetRequests";
|
|
549
|
+
const _TBS = "TotalBudgetSeconds";
|
|
550
|
+
const _TE = "ThrottlingException";
|
|
551
|
+
const _TK = "TagKeys";
|
|
552
|
+
const _TL = "TagList";
|
|
553
|
+
const _TR = "TagResource";
|
|
554
|
+
const _TRCM = "TotalRequestCountMetric";
|
|
555
|
+
const _TRR = "TagResourceRequest";
|
|
556
|
+
const _TRRa = "TagResourceResponse";
|
|
557
|
+
const _Ta = "Tags";
|
|
558
|
+
const _Tag = "Tag";
|
|
559
|
+
const _Ti = "Timestamp";
|
|
560
|
+
const _U = "Unit";
|
|
561
|
+
const _UA = "UpdatedAt";
|
|
562
|
+
const _UN = "UserName";
|
|
563
|
+
const _UR = "UntagResource";
|
|
564
|
+
const _URR = "UntagResourceRequest";
|
|
565
|
+
const _URRn = "UntagResourceResponse";
|
|
566
|
+
const _USLO = "UpdateServiceLevelObjective";
|
|
567
|
+
const _USLOI = "UpdateServiceLevelObjectiveInput";
|
|
568
|
+
const _USLOO = "UpdateServiceLevelObjectiveOutput";
|
|
569
|
+
const _V = "Value";
|
|
570
|
+
const _VE = "ValidationException";
|
|
571
|
+
const _W = "Window";
|
|
572
|
+
const _WT = "WarningThreshold";
|
|
573
|
+
const _aQE = "awsQueryError";
|
|
574
|
+
const _c = "client";
|
|
575
|
+
const _e = "error";
|
|
576
|
+
const _h = "http";
|
|
577
|
+
const _hE = "httpError";
|
|
578
|
+
const _hQ = "httpQuery";
|
|
579
|
+
const _m = "message";
|
|
580
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationsignals";
|
|
581
|
+
const n0 = "com.amazonaws.applicationsignals";
|
|
582
|
+
var AccessDeniedException = [
|
|
583
|
+
-3,
|
|
584
|
+
n0,
|
|
585
|
+
_ADE,
|
|
586
|
+
{
|
|
587
|
+
[_e]: _c,
|
|
588
|
+
[_hE]: 403,
|
|
589
|
+
[_aQE]: [`AccessDenied`, 403],
|
|
590
|
+
},
|
|
591
|
+
[_M],
|
|
592
|
+
[0],
|
|
593
|
+
];
|
|
594
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
595
|
+
var AttributeFilter = [3, n0, _AF, 0, [_AFN, _AFV], [0, 64 | 0]];
|
|
596
|
+
var AuditFinding = [
|
|
597
|
+
3,
|
|
598
|
+
n0,
|
|
599
|
+
_AFu,
|
|
600
|
+
0,
|
|
601
|
+
[_KA, _AR, _O, _MG, _DG, _T],
|
|
602
|
+
[128 | 0, () => AuditorResults, 0, () => MetricGraph, () => DependencyGraph, 0],
|
|
603
|
+
];
|
|
604
|
+
var AuditorResult = [3, n0, _ARu, 0, [_A, _D, _S], [0, 0, 0]];
|
|
605
|
+
var AuditTarget = [3, n0, _AT, 0, [_T, _Da], [0, () => AuditTargetEntity]];
|
|
606
|
+
var BatchGetServiceLevelObjectiveBudgetReportInput = [
|
|
607
|
+
3,
|
|
608
|
+
n0,
|
|
609
|
+
_BGSLOBRI,
|
|
610
|
+
0,
|
|
611
|
+
[_Ti, _SI],
|
|
612
|
+
[4, 64 | 0],
|
|
613
|
+
];
|
|
614
|
+
var BatchGetServiceLevelObjectiveBudgetReportOutput = [
|
|
615
|
+
3,
|
|
616
|
+
n0,
|
|
617
|
+
_BGSLOBRO,
|
|
618
|
+
0,
|
|
619
|
+
[_Ti, _R, _E],
|
|
620
|
+
[4, () => ServiceLevelObjectiveBudgetReports, () => ServiceLevelObjectiveBudgetReportErrors],
|
|
621
|
+
];
|
|
622
|
+
var BatchUpdateExclusionWindowsError = [3, n0, _BUEWE, 0, [_SIl, _EC, _EM], [0, 0, 0]];
|
|
623
|
+
var BatchUpdateExclusionWindowsInput = [
|
|
624
|
+
3,
|
|
625
|
+
n0,
|
|
626
|
+
_BUEWI,
|
|
627
|
+
0,
|
|
628
|
+
[_SI, _AEW, _REW],
|
|
629
|
+
[64 | 0, () => ExclusionWindows, () => ExclusionWindows],
|
|
630
|
+
];
|
|
631
|
+
var BatchUpdateExclusionWindowsOutput = [
|
|
632
|
+
3,
|
|
633
|
+
n0,
|
|
634
|
+
_BUEWO,
|
|
635
|
+
0,
|
|
636
|
+
[_SI, _E],
|
|
637
|
+
[64 | 0, () => BatchUpdateExclusionWindowsErrors],
|
|
638
|
+
];
|
|
639
|
+
var BurnRateConfiguration = [3, n0, _BRC, 0, [_LBWM], [1]];
|
|
640
|
+
var CalendarInterval = [3, n0, _CI, 0, [_ST, _DU, _Du], [4, 0, 1]];
|
|
641
|
+
var CanaryEntity = [3, n0, _CE, 0, [_CN], [0]];
|
|
642
|
+
var ChangeEvent = [
|
|
643
|
+
3,
|
|
644
|
+
n0,
|
|
645
|
+
_CEh,
|
|
646
|
+
0,
|
|
647
|
+
[_Ti, _AI, _Re, _En, _CET, _EI, _UN, _EN],
|
|
648
|
+
[4, 0, 0, 128 | 0, 0, 0, 0, 0],
|
|
649
|
+
];
|
|
650
|
+
var ConflictException = [
|
|
651
|
+
-3,
|
|
652
|
+
n0,
|
|
653
|
+
_CEo,
|
|
654
|
+
{
|
|
655
|
+
[_e]: _c,
|
|
656
|
+
[_hE]: 409,
|
|
657
|
+
},
|
|
658
|
+
[_M],
|
|
659
|
+
[0],
|
|
660
|
+
];
|
|
661
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
662
|
+
var CreateServiceLevelObjectiveInput = [
|
|
663
|
+
3,
|
|
664
|
+
n0,
|
|
665
|
+
_CSLOI,
|
|
666
|
+
0,
|
|
667
|
+
[_N, _D, _SC, _RBSC, _G, _Ta, _BRCu],
|
|
668
|
+
[
|
|
669
|
+
0,
|
|
670
|
+
0,
|
|
671
|
+
() => ServiceLevelIndicatorConfig,
|
|
672
|
+
() => RequestBasedServiceLevelIndicatorConfig,
|
|
673
|
+
() => Goal,
|
|
674
|
+
() => TagList,
|
|
675
|
+
() => BurnRateConfigurations,
|
|
676
|
+
],
|
|
677
|
+
];
|
|
678
|
+
var CreateServiceLevelObjectiveOutput = [
|
|
679
|
+
3,
|
|
680
|
+
n0,
|
|
681
|
+
_CSLOO,
|
|
682
|
+
0,
|
|
683
|
+
[_Sl],
|
|
684
|
+
[() => ServiceLevelObjective],
|
|
685
|
+
];
|
|
686
|
+
var DeleteGroupingConfigurationOutput = [3, n0, _DGCO, 0, [], []];
|
|
687
|
+
var DeleteServiceLevelObjectiveInput = [3, n0, _DSLOI, 0, [_I], [[0, 1]]];
|
|
688
|
+
var DeleteServiceLevelObjectiveOutput = [3, n0, _DSLOO, 0, [], []];
|
|
689
|
+
var DependencyConfig = [3, n0, _DC, 0, [_DKA, _DON], [128 | 0, 0]];
|
|
690
|
+
var DependencyGraph = [3, n0, _DG, 0, [_No, _Ed], [() => Nodes, () => Edges]];
|
|
691
|
+
var Dimension = [3, n0, _Di, 0, [_N, _V], [0, 0]];
|
|
692
|
+
var Edge = [3, n0, _Edg, 0, [_SNI, _DNI, _Du, _CT], [0, 0, 1, 0]];
|
|
693
|
+
var ExclusionWindow = [
|
|
694
|
+
3,
|
|
695
|
+
n0,
|
|
696
|
+
_EW,
|
|
697
|
+
0,
|
|
698
|
+
[_W, _ST, _RR, _Rea],
|
|
699
|
+
[() => Window, 4, () => RecurrenceRule, 0],
|
|
700
|
+
];
|
|
701
|
+
var GetServiceInput = [
|
|
702
|
+
3,
|
|
703
|
+
n0,
|
|
704
|
+
_GSI,
|
|
705
|
+
0,
|
|
706
|
+
[_ST, _ET, _KA],
|
|
707
|
+
[
|
|
708
|
+
[
|
|
709
|
+
4,
|
|
710
|
+
{
|
|
711
|
+
[_hQ]: _ST,
|
|
712
|
+
},
|
|
713
|
+
],
|
|
714
|
+
[
|
|
715
|
+
4,
|
|
716
|
+
{
|
|
717
|
+
[_hQ]: _ET,
|
|
718
|
+
},
|
|
719
|
+
],
|
|
720
|
+
128 | 0,
|
|
721
|
+
],
|
|
722
|
+
];
|
|
723
|
+
var GetServiceLevelObjectiveInput = [3, n0, _GSLOI, 0, [_I], [[0, 1]]];
|
|
724
|
+
var GetServiceLevelObjectiveOutput = [
|
|
725
|
+
3,
|
|
726
|
+
n0,
|
|
727
|
+
_GSLOO,
|
|
728
|
+
0,
|
|
729
|
+
[_Sl],
|
|
730
|
+
[() => ServiceLevelObjective],
|
|
731
|
+
];
|
|
732
|
+
var GetServiceOutput = [
|
|
733
|
+
3,
|
|
734
|
+
n0,
|
|
735
|
+
_GSO,
|
|
736
|
+
0,
|
|
737
|
+
[_Se, _ST, _ET, _LGR],
|
|
738
|
+
[() => Service, 4, 4, [1, n0, _LGR, 0, 128 | 0]],
|
|
739
|
+
];
|
|
740
|
+
var Goal = [3, n0, _G, 0, [_In, _AG, _WT], [() => Interval, 1, 1]];
|
|
741
|
+
var GroupingAttributeDefinition = [3, n0, _GAD, 0, [_GN, _GSK, _DGV], [0, 64 | 0, 0]];
|
|
742
|
+
var GroupingConfiguration = [
|
|
743
|
+
3,
|
|
744
|
+
n0,
|
|
745
|
+
_GC,
|
|
746
|
+
0,
|
|
747
|
+
[_GADr, _UA],
|
|
748
|
+
[() => GroupingAttributeDefinitions, 4],
|
|
749
|
+
];
|
|
750
|
+
var ListAuditFindingsInput = [
|
|
751
|
+
3,
|
|
752
|
+
n0,
|
|
753
|
+
_LAFI,
|
|
754
|
+
0,
|
|
755
|
+
[_ST, _ET, _Au, _ATu, _NT, _MR],
|
|
756
|
+
[
|
|
757
|
+
[
|
|
758
|
+
4,
|
|
759
|
+
{
|
|
760
|
+
[_hQ]: _ST,
|
|
761
|
+
},
|
|
762
|
+
],
|
|
763
|
+
[
|
|
764
|
+
4,
|
|
765
|
+
{
|
|
766
|
+
[_hQ]: _ET,
|
|
767
|
+
},
|
|
768
|
+
],
|
|
769
|
+
64 | 0,
|
|
770
|
+
() => AuditTargets,
|
|
771
|
+
0,
|
|
772
|
+
1,
|
|
773
|
+
],
|
|
774
|
+
];
|
|
775
|
+
var ListAuditFindingsOutput = [3, n0, _LAFO, 0, [_AFud, _NT], [() => AuditFindings, 0]];
|
|
776
|
+
var ListGroupingAttributeDefinitionsInput = [
|
|
777
|
+
3,
|
|
778
|
+
n0,
|
|
779
|
+
_LGADI,
|
|
780
|
+
0,
|
|
781
|
+
[_NT],
|
|
782
|
+
[
|
|
783
|
+
[
|
|
784
|
+
0,
|
|
785
|
+
{
|
|
786
|
+
[_hQ]: _NT,
|
|
787
|
+
},
|
|
788
|
+
],
|
|
789
|
+
],
|
|
790
|
+
];
|
|
791
|
+
var ListGroupingAttributeDefinitionsOutput = [
|
|
792
|
+
3,
|
|
793
|
+
n0,
|
|
794
|
+
_LGADO,
|
|
795
|
+
0,
|
|
796
|
+
[_GADr, _UA, _NT],
|
|
797
|
+
[() => GroupingAttributeDefinitions, 4, 0],
|
|
798
|
+
];
|
|
799
|
+
var ListServiceDependenciesInput = [
|
|
800
|
+
3,
|
|
801
|
+
n0,
|
|
802
|
+
_LSDI,
|
|
803
|
+
0,
|
|
804
|
+
[_ST, _ET, _KA, _MR, _NT],
|
|
805
|
+
[
|
|
806
|
+
[
|
|
807
|
+
4,
|
|
808
|
+
{
|
|
809
|
+
[_hQ]: _ST,
|
|
810
|
+
},
|
|
811
|
+
],
|
|
812
|
+
[
|
|
813
|
+
4,
|
|
814
|
+
{
|
|
815
|
+
[_hQ]: _ET,
|
|
816
|
+
},
|
|
817
|
+
],
|
|
818
|
+
128 | 0,
|
|
819
|
+
[
|
|
820
|
+
1,
|
|
821
|
+
{
|
|
822
|
+
[_hQ]: _MR,
|
|
823
|
+
},
|
|
824
|
+
],
|
|
825
|
+
[
|
|
826
|
+
0,
|
|
827
|
+
{
|
|
828
|
+
[_hQ]: _NT,
|
|
829
|
+
},
|
|
830
|
+
],
|
|
831
|
+
],
|
|
832
|
+
];
|
|
833
|
+
var ListServiceDependenciesOutput = [
|
|
834
|
+
3,
|
|
835
|
+
n0,
|
|
836
|
+
_LSDO,
|
|
837
|
+
0,
|
|
838
|
+
[_ST, _ET, _SD, _NT],
|
|
839
|
+
[4, 4, () => ServiceDependencies, 0],
|
|
840
|
+
];
|
|
841
|
+
var ListServiceDependentsInput = [
|
|
842
|
+
3,
|
|
843
|
+
n0,
|
|
844
|
+
_LSDIi,
|
|
845
|
+
0,
|
|
846
|
+
[_ST, _ET, _KA, _MR, _NT],
|
|
847
|
+
[
|
|
848
|
+
[
|
|
849
|
+
4,
|
|
850
|
+
{
|
|
851
|
+
[_hQ]: _ST,
|
|
852
|
+
},
|
|
853
|
+
],
|
|
854
|
+
[
|
|
855
|
+
4,
|
|
856
|
+
{
|
|
857
|
+
[_hQ]: _ET,
|
|
858
|
+
},
|
|
859
|
+
],
|
|
860
|
+
128 | 0,
|
|
861
|
+
[
|
|
862
|
+
1,
|
|
863
|
+
{
|
|
864
|
+
[_hQ]: _MR,
|
|
865
|
+
},
|
|
866
|
+
],
|
|
867
|
+
[
|
|
868
|
+
0,
|
|
869
|
+
{
|
|
870
|
+
[_hQ]: _NT,
|
|
871
|
+
},
|
|
872
|
+
],
|
|
873
|
+
],
|
|
874
|
+
];
|
|
875
|
+
var ListServiceDependentsOutput = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_LSDOi,
|
|
879
|
+
0,
|
|
880
|
+
[_ST, _ET, _SDe, _NT],
|
|
881
|
+
[4, 4, () => ServiceDependents, 0],
|
|
882
|
+
];
|
|
883
|
+
var ListServiceLevelObjectiveExclusionWindowsInput = [
|
|
884
|
+
3,
|
|
885
|
+
n0,
|
|
886
|
+
_LSLOEWI,
|
|
887
|
+
0,
|
|
888
|
+
[_I, _MR, _NT],
|
|
889
|
+
[
|
|
890
|
+
[0, 1],
|
|
891
|
+
[
|
|
892
|
+
1,
|
|
893
|
+
{
|
|
894
|
+
[_hQ]: _MR,
|
|
895
|
+
},
|
|
896
|
+
],
|
|
897
|
+
[
|
|
898
|
+
0,
|
|
899
|
+
{
|
|
900
|
+
[_hQ]: _NT,
|
|
901
|
+
},
|
|
902
|
+
],
|
|
903
|
+
],
|
|
904
|
+
];
|
|
905
|
+
var ListServiceLevelObjectiveExclusionWindowsOutput = [
|
|
906
|
+
3,
|
|
907
|
+
n0,
|
|
908
|
+
_LSLOEWO,
|
|
909
|
+
0,
|
|
910
|
+
[_EWx, _NT],
|
|
911
|
+
[() => ExclusionWindows, 0],
|
|
912
|
+
];
|
|
913
|
+
var ListServiceLevelObjectivesInput = [
|
|
914
|
+
3,
|
|
915
|
+
n0,
|
|
916
|
+
_LSLOI,
|
|
917
|
+
0,
|
|
918
|
+
[_KA, _ON, _DC, _MR, _NT, _ILA, _SOAAI, _MST],
|
|
919
|
+
[
|
|
920
|
+
128 | 0,
|
|
921
|
+
[
|
|
922
|
+
0,
|
|
923
|
+
{
|
|
924
|
+
[_hQ]: _ON,
|
|
925
|
+
},
|
|
926
|
+
],
|
|
927
|
+
() => DependencyConfig,
|
|
928
|
+
[
|
|
929
|
+
1,
|
|
930
|
+
{
|
|
931
|
+
[_hQ]: _MR,
|
|
932
|
+
},
|
|
933
|
+
],
|
|
934
|
+
[
|
|
935
|
+
0,
|
|
936
|
+
{
|
|
937
|
+
[_hQ]: _NT,
|
|
938
|
+
},
|
|
939
|
+
],
|
|
940
|
+
[
|
|
941
|
+
2,
|
|
942
|
+
{
|
|
943
|
+
[_hQ]: _ILA,
|
|
944
|
+
},
|
|
945
|
+
],
|
|
946
|
+
[
|
|
947
|
+
0,
|
|
948
|
+
{
|
|
949
|
+
[_hQ]: _SOAAI,
|
|
950
|
+
},
|
|
951
|
+
],
|
|
952
|
+
64 | 0,
|
|
953
|
+
],
|
|
954
|
+
];
|
|
955
|
+
var ListServiceLevelObjectivesOutput = [
|
|
956
|
+
3,
|
|
957
|
+
n0,
|
|
958
|
+
_LSLOO,
|
|
959
|
+
0,
|
|
960
|
+
[_SS, _NT],
|
|
961
|
+
[() => ServiceLevelObjectiveSummaries, 0],
|
|
962
|
+
];
|
|
963
|
+
var ListServiceOperationsInput = [
|
|
964
|
+
3,
|
|
965
|
+
n0,
|
|
966
|
+
_LSOI,
|
|
967
|
+
0,
|
|
968
|
+
[_ST, _ET, _KA, _MR, _NT],
|
|
969
|
+
[
|
|
970
|
+
[
|
|
971
|
+
4,
|
|
972
|
+
{
|
|
973
|
+
[_hQ]: _ST,
|
|
974
|
+
},
|
|
975
|
+
],
|
|
976
|
+
[
|
|
977
|
+
4,
|
|
978
|
+
{
|
|
979
|
+
[_hQ]: _ET,
|
|
980
|
+
},
|
|
981
|
+
],
|
|
982
|
+
128 | 0,
|
|
983
|
+
[
|
|
984
|
+
1,
|
|
985
|
+
{
|
|
986
|
+
[_hQ]: _MR,
|
|
987
|
+
},
|
|
988
|
+
],
|
|
989
|
+
[
|
|
990
|
+
0,
|
|
991
|
+
{
|
|
992
|
+
[_hQ]: _NT,
|
|
993
|
+
},
|
|
994
|
+
],
|
|
995
|
+
],
|
|
996
|
+
];
|
|
997
|
+
var ListServiceOperationsOutput = [
|
|
998
|
+
3,
|
|
999
|
+
n0,
|
|
1000
|
+
_LSOO,
|
|
1001
|
+
0,
|
|
1002
|
+
[_ST, _ET, _SO, _NT],
|
|
1003
|
+
[4, 4, () => ServiceOperations, 0],
|
|
1004
|
+
];
|
|
1005
|
+
var ListServicesInput = [
|
|
1006
|
+
3,
|
|
1007
|
+
n0,
|
|
1008
|
+
_LSI,
|
|
1009
|
+
0,
|
|
1010
|
+
[_ST, _ET, _MR, _NT, _ILA, _AAI],
|
|
1011
|
+
[
|
|
1012
|
+
[
|
|
1013
|
+
4,
|
|
1014
|
+
{
|
|
1015
|
+
[_hQ]: _ST,
|
|
1016
|
+
},
|
|
1017
|
+
],
|
|
1018
|
+
[
|
|
1019
|
+
4,
|
|
1020
|
+
{
|
|
1021
|
+
[_hQ]: _ET,
|
|
1022
|
+
},
|
|
1023
|
+
],
|
|
1024
|
+
[
|
|
1025
|
+
1,
|
|
1026
|
+
{
|
|
1027
|
+
[_hQ]: _MR,
|
|
1028
|
+
},
|
|
1029
|
+
],
|
|
1030
|
+
[
|
|
1031
|
+
0,
|
|
1032
|
+
{
|
|
1033
|
+
[_hQ]: _NT,
|
|
1034
|
+
},
|
|
1035
|
+
],
|
|
1036
|
+
[
|
|
1037
|
+
2,
|
|
1038
|
+
{
|
|
1039
|
+
[_hQ]: _ILA,
|
|
1040
|
+
},
|
|
1041
|
+
],
|
|
1042
|
+
[
|
|
1043
|
+
0,
|
|
1044
|
+
{
|
|
1045
|
+
[_hQ]: _AAI,
|
|
1046
|
+
},
|
|
1047
|
+
],
|
|
1048
|
+
],
|
|
1049
|
+
];
|
|
1050
|
+
var ListServicesOutput = [
|
|
1051
|
+
3,
|
|
1052
|
+
n0,
|
|
1053
|
+
_LSO,
|
|
1054
|
+
0,
|
|
1055
|
+
[_ST, _ET, _SSe, _NT],
|
|
1056
|
+
[4, 4, () => ServiceSummaries, 0],
|
|
1057
|
+
];
|
|
1058
|
+
var ListServiceStatesInput = [
|
|
1059
|
+
3,
|
|
1060
|
+
n0,
|
|
1061
|
+
_LSSI,
|
|
1062
|
+
0,
|
|
1063
|
+
[_ST, _ET, _MR, _NT, _ILA, _AAI, _AFt],
|
|
1064
|
+
[4, 4, 1, 0, 2, 0, () => AttributeFilters],
|
|
1065
|
+
];
|
|
1066
|
+
var ListServiceStatesOutput = [
|
|
1067
|
+
3,
|
|
1068
|
+
n0,
|
|
1069
|
+
_LSSO,
|
|
1070
|
+
0,
|
|
1071
|
+
[_ST, _ET, _SSer, _NT],
|
|
1072
|
+
[4, 4, () => ServiceStates, 0],
|
|
1073
|
+
];
|
|
1074
|
+
var ListTagsForResourceRequest = [
|
|
1075
|
+
3,
|
|
1076
|
+
n0,
|
|
1077
|
+
_LTFRR,
|
|
1078
|
+
0,
|
|
1079
|
+
[_RA],
|
|
1080
|
+
[
|
|
1081
|
+
[
|
|
1082
|
+
0,
|
|
1083
|
+
{
|
|
1084
|
+
[_hQ]: _RA,
|
|
1085
|
+
},
|
|
1086
|
+
],
|
|
1087
|
+
],
|
|
1088
|
+
];
|
|
1089
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
1090
|
+
var Metric = [3, n0, _Me, 0, [_Na, _MN, _Dim], [0, 0, () => Dimensions]];
|
|
1091
|
+
var MetricDataQuery = [
|
|
1092
|
+
3,
|
|
1093
|
+
n0,
|
|
1094
|
+
_MDQ,
|
|
1095
|
+
0,
|
|
1096
|
+
[_I, _MS, _Ex, _L, _RD, _P, _AI],
|
|
1097
|
+
[0, () => MetricStat, 0, 0, 2, 1, 0],
|
|
1098
|
+
];
|
|
1099
|
+
var MetricGraph = [3, n0, _MG, 0, [_MDQe, _ST, _ET], [() => MetricDataQueries, 4, 4]];
|
|
1100
|
+
var MetricReference = [
|
|
1101
|
+
3,
|
|
1102
|
+
n0,
|
|
1103
|
+
_MRe,
|
|
1104
|
+
0,
|
|
1105
|
+
[_Na, _MT, _Dim, _MN, _AI],
|
|
1106
|
+
[0, 0, () => Dimensions, 0, 0],
|
|
1107
|
+
];
|
|
1108
|
+
var MetricStat = [3, n0, _MS, 0, [_Me, _P, _St, _U], [() => Metric, 1, 0, 0]];
|
|
1109
|
+
var Node = [
|
|
1110
|
+
3,
|
|
1111
|
+
n0,
|
|
1112
|
+
_Nod,
|
|
1113
|
+
0,
|
|
1114
|
+
[_KA, _N, _NI, _O, _T, _Du, _Sta],
|
|
1115
|
+
[128 | 0, 0, 0, 0, 0, 1, 0],
|
|
1116
|
+
];
|
|
1117
|
+
var PutGroupingConfigurationInput = [
|
|
1118
|
+
3,
|
|
1119
|
+
n0,
|
|
1120
|
+
_PGCI,
|
|
1121
|
+
0,
|
|
1122
|
+
[_GADr],
|
|
1123
|
+
[() => GroupingAttributeDefinitions],
|
|
1124
|
+
];
|
|
1125
|
+
var PutGroupingConfigurationOutput = [
|
|
1126
|
+
3,
|
|
1127
|
+
n0,
|
|
1128
|
+
_PGCO,
|
|
1129
|
+
0,
|
|
1130
|
+
[_GC],
|
|
1131
|
+
[() => GroupingConfiguration],
|
|
1132
|
+
];
|
|
1133
|
+
var RecurrenceRule = [3, n0, _RR, 0, [_Ex], [0]];
|
|
1134
|
+
var RequestBasedServiceLevelIndicator = [
|
|
1135
|
+
3,
|
|
1136
|
+
n0,
|
|
1137
|
+
_RBSLI,
|
|
1138
|
+
0,
|
|
1139
|
+
[_RBSM, _MTe, _CO],
|
|
1140
|
+
[() => RequestBasedServiceLevelIndicatorMetric, 1, 0],
|
|
1141
|
+
];
|
|
1142
|
+
var RequestBasedServiceLevelIndicatorConfig = [
|
|
1143
|
+
3,
|
|
1144
|
+
n0,
|
|
1145
|
+
_RBSLIC,
|
|
1146
|
+
0,
|
|
1147
|
+
[_RBSMC, _MTe, _CO],
|
|
1148
|
+
[() => RequestBasedServiceLevelIndicatorMetricConfig, 1, 0],
|
|
1149
|
+
];
|
|
1150
|
+
var RequestBasedServiceLevelIndicatorMetric = [
|
|
1151
|
+
3,
|
|
1152
|
+
n0,
|
|
1153
|
+
_RBSLIM,
|
|
1154
|
+
0,
|
|
1155
|
+
[_KA, _ON, _MT, _TRCM, _MRCM, _DC],
|
|
1156
|
+
[128 | 0, 0, 0, () => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries, () => DependencyConfig],
|
|
1157
|
+
];
|
|
1158
|
+
var RequestBasedServiceLevelIndicatorMetricConfig = [
|
|
1159
|
+
3,
|
|
1160
|
+
n0,
|
|
1161
|
+
_RBSLIMC,
|
|
1162
|
+
0,
|
|
1163
|
+
[_KA, _ON, _MT, _TRCM, _MRCM, _DC],
|
|
1164
|
+
[128 | 0, 0, 0, () => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries, () => DependencyConfig],
|
|
1165
|
+
];
|
|
1166
|
+
var ResourceNotFoundException = [
|
|
1167
|
+
-3,
|
|
1168
|
+
n0,
|
|
1169
|
+
_RNFE,
|
|
1170
|
+
{
|
|
1171
|
+
[_e]: _c,
|
|
1172
|
+
[_hE]: 404,
|
|
1173
|
+
},
|
|
1174
|
+
[_RT, _RI, _M],
|
|
1175
|
+
[0, 0, 0],
|
|
1176
|
+
];
|
|
1177
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1178
|
+
var RollingInterval = [3, n0, _RIo, 0, [_DU, _Du], [0, 1]];
|
|
1179
|
+
var Service = [
|
|
1180
|
+
3,
|
|
1181
|
+
n0,
|
|
1182
|
+
_Se,
|
|
1183
|
+
0,
|
|
1184
|
+
[_KA, _AM, _SG, _MRet, _LGR],
|
|
1185
|
+
[128 | 0, [1, n0, _AM, 0, 128 | 0], () => ServiceGroups, () => MetricReferences, [1, n0, _LGR, 0, 128 | 0]],
|
|
1186
|
+
];
|
|
1187
|
+
var ServiceDependency = [
|
|
1188
|
+
3,
|
|
1189
|
+
n0,
|
|
1190
|
+
_SDer,
|
|
1191
|
+
0,
|
|
1192
|
+
[_ON, _DKA, _DON, _MRet],
|
|
1193
|
+
[0, 128 | 0, 0, () => MetricReferences],
|
|
1194
|
+
];
|
|
1195
|
+
var ServiceDependent = [
|
|
1196
|
+
3,
|
|
1197
|
+
n0,
|
|
1198
|
+
_SDerv,
|
|
1199
|
+
0,
|
|
1200
|
+
[_ON, _DKAe, _DONe, _MRet],
|
|
1201
|
+
[0, 128 | 0, 0, () => MetricReferences],
|
|
1202
|
+
];
|
|
1203
|
+
var ServiceEntity = [3, n0, _SE, 0, [_T, _N, _Env, _AAI], [0, 0, 0, 0]];
|
|
1204
|
+
var ServiceGroup = [3, n0, _SGe, 0, [_GNr, _GV, _GS, _GI], [0, 0, 0, 0]];
|
|
1205
|
+
var ServiceLevelIndicator = [
|
|
1206
|
+
3,
|
|
1207
|
+
n0,
|
|
1208
|
+
_SLI,
|
|
1209
|
+
0,
|
|
1210
|
+
[_SM, _MTe, _CO],
|
|
1211
|
+
[() => ServiceLevelIndicatorMetric, 1, 0],
|
|
1212
|
+
];
|
|
1213
|
+
var ServiceLevelIndicatorConfig = [
|
|
1214
|
+
3,
|
|
1215
|
+
n0,
|
|
1216
|
+
_SLIC,
|
|
1217
|
+
0,
|
|
1218
|
+
[_SMC, _MTe, _CO],
|
|
1219
|
+
[() => ServiceLevelIndicatorMetricConfig, 1, 0],
|
|
1220
|
+
];
|
|
1221
|
+
var ServiceLevelIndicatorMetric = [
|
|
1222
|
+
3,
|
|
1223
|
+
n0,
|
|
1224
|
+
_SLIM,
|
|
1225
|
+
0,
|
|
1226
|
+
[_KA, _ON, _MT, _MDQe, _DC],
|
|
1227
|
+
[128 | 0, 0, 0, () => MetricDataQueries, () => DependencyConfig],
|
|
1228
|
+
];
|
|
1229
|
+
var ServiceLevelIndicatorMetricConfig = [
|
|
1230
|
+
3,
|
|
1231
|
+
n0,
|
|
1232
|
+
_SLIMC,
|
|
1233
|
+
0,
|
|
1234
|
+
[_KA, _ON, _MT, _MN, _Stat, _PS, _MDQe, _DC],
|
|
1235
|
+
[128 | 0, 0, 0, 0, 0, 1, () => MetricDataQueries, () => DependencyConfig],
|
|
1236
|
+
];
|
|
1237
|
+
var ServiceLevelObjective = [
|
|
1238
|
+
3,
|
|
1239
|
+
n0,
|
|
1240
|
+
_SLO,
|
|
1241
|
+
0,
|
|
1242
|
+
[_Ar, _N, _D, _CTr, _LUT, _Sli, _RBS, _ETv, _G, _BRCu, _MSTe],
|
|
1243
|
+
[
|
|
1244
|
+
0,
|
|
1245
|
+
0,
|
|
1246
|
+
0,
|
|
1247
|
+
4,
|
|
1248
|
+
4,
|
|
1249
|
+
() => ServiceLevelIndicator,
|
|
1250
|
+
() => RequestBasedServiceLevelIndicator,
|
|
1251
|
+
0,
|
|
1252
|
+
() => Goal,
|
|
1253
|
+
() => BurnRateConfigurations,
|
|
1254
|
+
0,
|
|
1255
|
+
],
|
|
1256
|
+
];
|
|
1257
|
+
var ServiceLevelObjectiveBudgetReport = [
|
|
1258
|
+
3,
|
|
1259
|
+
n0,
|
|
1260
|
+
_SLOBR,
|
|
1261
|
+
0,
|
|
1262
|
+
[_Ar, _N, _ETv, _BS, _At, _TBS, _BSR, _TBR, _BRR, _Sli, _RBS, _G],
|
|
1263
|
+
[0, 0, 0, 0, 1, 1, 1, 1, 1, () => ServiceLevelIndicator, () => RequestBasedServiceLevelIndicator, () => Goal],
|
|
1264
|
+
];
|
|
1265
|
+
var ServiceLevelObjectiveBudgetReportError = [
|
|
1266
|
+
3,
|
|
1267
|
+
n0,
|
|
1268
|
+
_SLOBRE,
|
|
1269
|
+
0,
|
|
1270
|
+
[_N, _Ar, _EC, _EM],
|
|
1271
|
+
[0, 0, 0, 0],
|
|
1272
|
+
];
|
|
1273
|
+
var ServiceLevelObjectiveEntity = [3, n0, _SLOE, 0, [_SN, _SA], [0, 0]];
|
|
1274
|
+
var ServiceLevelObjectiveSummary = [
|
|
1275
|
+
3,
|
|
1276
|
+
n0,
|
|
1277
|
+
_SLOS,
|
|
1278
|
+
0,
|
|
1279
|
+
[_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe],
|
|
1280
|
+
[0, 0, 128 | 0, 0, () => DependencyConfig, 4, 0, 0],
|
|
1281
|
+
];
|
|
1282
|
+
var ServiceOperation = [3, n0, _SOe, 0, [_N, _MRet], [0, () => MetricReferences]];
|
|
1283
|
+
var ServiceOperationEntity = [
|
|
1284
|
+
3,
|
|
1285
|
+
n0,
|
|
1286
|
+
_SOE,
|
|
1287
|
+
0,
|
|
1288
|
+
[_Se, _O, _MT],
|
|
1289
|
+
[() => ServiceEntity, 0, 0],
|
|
1290
|
+
];
|
|
1291
|
+
var ServiceQuotaExceededException = [
|
|
1292
|
+
-3,
|
|
1293
|
+
n0,
|
|
1294
|
+
_SQEE,
|
|
1295
|
+
{
|
|
1296
|
+
[_e]: _c,
|
|
1297
|
+
[_hE]: 402,
|
|
1298
|
+
},
|
|
1299
|
+
[_M],
|
|
1300
|
+
[0],
|
|
1301
|
+
];
|
|
1302
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1303
|
+
var ServiceState = [
|
|
1304
|
+
3,
|
|
1305
|
+
n0,
|
|
1306
|
+
_SServ,
|
|
1307
|
+
0,
|
|
1308
|
+
[_AFt, _Se, _LCE],
|
|
1309
|
+
[() => AttributeFilters, 128 | 0, () => LatestChangeEvents],
|
|
1310
|
+
];
|
|
1311
|
+
var ServiceSummary = [
|
|
1312
|
+
3,
|
|
1313
|
+
n0,
|
|
1314
|
+
_SServi,
|
|
1315
|
+
0,
|
|
1316
|
+
[_KA, _AM, _MRet, _SG],
|
|
1317
|
+
[128 | 0, [1, n0, _AM, 0, 128 | 0], () => MetricReferences, () => ServiceGroups],
|
|
1318
|
+
];
|
|
1319
|
+
var StartDiscoveryInput = [3, n0, _SDI, 0, [], []];
|
|
1320
|
+
var StartDiscoveryOutput = [3, n0, _SDO, 0, [], []];
|
|
1321
|
+
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1322
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1323
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1324
|
+
var ThrottlingException = [
|
|
1325
|
+
-3,
|
|
1326
|
+
n0,
|
|
1327
|
+
_TE,
|
|
1328
|
+
{
|
|
1329
|
+
[_e]: _c,
|
|
1330
|
+
[_hE]: 429,
|
|
1331
|
+
},
|
|
1332
|
+
[_M],
|
|
1333
|
+
[0],
|
|
1334
|
+
];
|
|
1335
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1336
|
+
var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1337
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1338
|
+
var UpdateServiceLevelObjectiveInput = [
|
|
1339
|
+
3,
|
|
1340
|
+
n0,
|
|
1341
|
+
_USLOI,
|
|
1342
|
+
0,
|
|
1343
|
+
[_I, _D, _SC, _RBSC, _G, _BRCu],
|
|
1344
|
+
[
|
|
1345
|
+
[0, 1],
|
|
1346
|
+
0,
|
|
1347
|
+
() => ServiceLevelIndicatorConfig,
|
|
1348
|
+
() => RequestBasedServiceLevelIndicatorConfig,
|
|
1349
|
+
() => Goal,
|
|
1350
|
+
() => BurnRateConfigurations,
|
|
1351
|
+
],
|
|
1352
|
+
];
|
|
1353
|
+
var UpdateServiceLevelObjectiveOutput = [
|
|
1354
|
+
3,
|
|
1355
|
+
n0,
|
|
1356
|
+
_USLOO,
|
|
1357
|
+
0,
|
|
1358
|
+
[_Sl],
|
|
1359
|
+
[() => ServiceLevelObjective],
|
|
1360
|
+
];
|
|
1361
|
+
var ValidationException = [
|
|
1362
|
+
-3,
|
|
1363
|
+
n0,
|
|
1364
|
+
_VE,
|
|
1365
|
+
{
|
|
1366
|
+
[_e]: _c,
|
|
1367
|
+
[_hE]: 400,
|
|
1368
|
+
[_aQE]: [`ValidationError`, 400],
|
|
1369
|
+
},
|
|
1370
|
+
[_m],
|
|
1371
|
+
[0],
|
|
1372
|
+
];
|
|
1373
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1374
|
+
var Window = [3, n0, _W, 0, [_DU, _Du], [0, 1]];
|
|
1375
|
+
var __Unit = "unit";
|
|
1376
|
+
var ApplicationSignalsServiceException = [
|
|
1377
|
+
-3,
|
|
1378
|
+
_s,
|
|
1379
|
+
"ApplicationSignalsServiceException",
|
|
1380
|
+
0,
|
|
1381
|
+
[],
|
|
1382
|
+
[],
|
|
1383
|
+
];
|
|
1384
|
+
schema.TypeRegistry.for(_s).registerError(ApplicationSignalsServiceException, ApplicationSignalsServiceException$1);
|
|
1385
|
+
var AttributeFilters = [1, n0, _AFt, 0, () => AttributeFilter];
|
|
1386
|
+
var AuditFindings = [1, n0, _AFud, 0, () => AuditFinding];
|
|
1387
|
+
var AuditorResults = [1, n0, _AR, 0, () => AuditorResult];
|
|
1388
|
+
var AuditTargets = [1, n0, _ATu, 0, () => AuditTarget];
|
|
1389
|
+
var BatchUpdateExclusionWindowsErrors = [
|
|
1390
|
+
1,
|
|
1391
|
+
n0,
|
|
1392
|
+
_BUEWEa,
|
|
1393
|
+
0,
|
|
1394
|
+
() => BatchUpdateExclusionWindowsError,
|
|
1395
|
+
];
|
|
1396
|
+
var BurnRateConfigurations = [1, n0, _BRCu, 0, () => BurnRateConfiguration];
|
|
1397
|
+
var Dimensions = [1, n0, _Dim, 0, () => Dimension];
|
|
1398
|
+
var Edges = [1, n0, _Ed, 0, () => Edge];
|
|
1399
|
+
var ExclusionWindows = [1, n0, _EWx, 0, () => ExclusionWindow];
|
|
1400
|
+
var GroupingAttributeDefinitions = [1, n0, _GADr, 0, () => GroupingAttributeDefinition];
|
|
1401
|
+
var LatestChangeEvents = [1, n0, _LCE, 0, () => ChangeEvent];
|
|
1402
|
+
var MetricDataQueries = [1, n0, _MDQe, 0, () => MetricDataQuery];
|
|
1403
|
+
var MetricReferences = [1, n0, _MRet, 0, () => MetricReference];
|
|
1404
|
+
var Nodes = [1, n0, _No, 0, () => Node];
|
|
1405
|
+
var ServiceDependencies = [1, n0, _SD, 0, () => ServiceDependency];
|
|
1406
|
+
var ServiceDependents = [1, n0, _SDe, 0, () => ServiceDependent];
|
|
1407
|
+
var ServiceGroups = [1, n0, _SG, 0, () => ServiceGroup];
|
|
1408
|
+
var ServiceLevelObjectiveBudgetReportErrors = [
|
|
1409
|
+
1,
|
|
1410
|
+
n0,
|
|
1411
|
+
_SLOBREe,
|
|
1412
|
+
0,
|
|
1413
|
+
() => ServiceLevelObjectiveBudgetReportError,
|
|
1414
|
+
];
|
|
1415
|
+
var ServiceLevelObjectiveBudgetReports = [
|
|
1416
|
+
1,
|
|
1417
|
+
n0,
|
|
1418
|
+
_SLOBRe,
|
|
1419
|
+
0,
|
|
1420
|
+
() => ServiceLevelObjectiveBudgetReport,
|
|
1421
|
+
];
|
|
1422
|
+
var ServiceLevelObjectiveSummaries = [1, n0, _SLOSe, 0, () => ServiceLevelObjectiveSummary];
|
|
1423
|
+
var ServiceOperations = [1, n0, _SO, 0, () => ServiceOperation];
|
|
1424
|
+
var ServiceStates = [1, n0, _SSer, 0, () => ServiceState];
|
|
1425
|
+
var ServiceSummaries = [1, n0, _SSe, 0, () => ServiceSummary];
|
|
1426
|
+
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1427
|
+
var AuditTargetEntity = [
|
|
1428
|
+
3,
|
|
1429
|
+
n0,
|
|
1430
|
+
_ATE,
|
|
1431
|
+
0,
|
|
1432
|
+
[_Se, _Sl, _SOe, _C],
|
|
1433
|
+
[() => ServiceEntity, () => ServiceLevelObjectiveEntity, () => ServiceOperationEntity, () => CanaryEntity],
|
|
1434
|
+
];
|
|
1435
|
+
var Interval = [
|
|
1436
|
+
3,
|
|
1437
|
+
n0,
|
|
1438
|
+
_In,
|
|
1439
|
+
0,
|
|
1440
|
+
[_RIo, _CI],
|
|
1441
|
+
[() => RollingInterval, () => CalendarInterval],
|
|
1442
|
+
];
|
|
1443
|
+
var MonitoredRequestCountMetricDataQueries = [
|
|
1444
|
+
3,
|
|
1445
|
+
n0,
|
|
1446
|
+
_MRCMDQ,
|
|
1447
|
+
0,
|
|
1448
|
+
[_GCM, _BCM],
|
|
1449
|
+
[() => MetricDataQueries, () => MetricDataQueries],
|
|
1450
|
+
];
|
|
1451
|
+
var BatchGetServiceLevelObjectiveBudgetReport = [
|
|
1452
|
+
9,
|
|
1453
|
+
n0,
|
|
1454
|
+
_BGSLOBR,
|
|
1455
|
+
{
|
|
1456
|
+
[_h]: ["POST", "/budget-report", 200],
|
|
1457
|
+
},
|
|
1458
|
+
() => BatchGetServiceLevelObjectiveBudgetReportInput,
|
|
1459
|
+
() => BatchGetServiceLevelObjectiveBudgetReportOutput,
|
|
1460
|
+
];
|
|
1461
|
+
var BatchUpdateExclusionWindows = [
|
|
1462
|
+
9,
|
|
1463
|
+
n0,
|
|
1464
|
+
_BUEW,
|
|
1465
|
+
{
|
|
1466
|
+
[_h]: ["PATCH", "/exclusion-windows", 200],
|
|
1467
|
+
},
|
|
1468
|
+
() => BatchUpdateExclusionWindowsInput,
|
|
1469
|
+
() => BatchUpdateExclusionWindowsOutput,
|
|
1470
|
+
];
|
|
1471
|
+
var CreateServiceLevelObjective = [
|
|
1472
|
+
9,
|
|
1473
|
+
n0,
|
|
1474
|
+
_CSLO,
|
|
1475
|
+
{
|
|
1476
|
+
[_h]: ["POST", "/slo", 200],
|
|
1477
|
+
},
|
|
1478
|
+
() => CreateServiceLevelObjectiveInput,
|
|
1479
|
+
() => CreateServiceLevelObjectiveOutput,
|
|
1480
|
+
];
|
|
1481
|
+
var DeleteGroupingConfiguration = [
|
|
1482
|
+
9,
|
|
1483
|
+
n0,
|
|
1484
|
+
_DGC,
|
|
1485
|
+
{
|
|
1486
|
+
[_h]: ["DELETE", "/grouping-configuration", 200],
|
|
1487
|
+
},
|
|
1488
|
+
() => __Unit,
|
|
1489
|
+
() => DeleteGroupingConfigurationOutput,
|
|
1490
|
+
];
|
|
1491
|
+
var DeleteServiceLevelObjective = [
|
|
1492
|
+
9,
|
|
1493
|
+
n0,
|
|
1494
|
+
_DSLO,
|
|
1495
|
+
{
|
|
1496
|
+
[_h]: ["DELETE", "/slo/{Id}", 200],
|
|
1497
|
+
},
|
|
1498
|
+
() => DeleteServiceLevelObjectiveInput,
|
|
1499
|
+
() => DeleteServiceLevelObjectiveOutput,
|
|
1500
|
+
];
|
|
1501
|
+
var GetService = [
|
|
1502
|
+
9,
|
|
1503
|
+
n0,
|
|
1504
|
+
_GSe,
|
|
1505
|
+
{
|
|
1506
|
+
[_h]: ["POST", "/service", 200],
|
|
1507
|
+
},
|
|
1508
|
+
() => GetServiceInput,
|
|
1509
|
+
() => GetServiceOutput,
|
|
1510
|
+
];
|
|
1511
|
+
var GetServiceLevelObjective = [
|
|
1512
|
+
9,
|
|
1513
|
+
n0,
|
|
1514
|
+
_GSLO,
|
|
1515
|
+
{
|
|
1516
|
+
[_h]: ["GET", "/slo/{Id}", 200],
|
|
1517
|
+
},
|
|
1518
|
+
() => GetServiceLevelObjectiveInput,
|
|
1519
|
+
() => GetServiceLevelObjectiveOutput,
|
|
1520
|
+
];
|
|
1521
|
+
var ListAuditFindings = [
|
|
1522
|
+
9,
|
|
1523
|
+
n0,
|
|
1524
|
+
_LAF,
|
|
1525
|
+
{
|
|
1526
|
+
[_h]: ["POST", "/auditFindings", 200],
|
|
1527
|
+
},
|
|
1528
|
+
() => ListAuditFindingsInput,
|
|
1529
|
+
() => ListAuditFindingsOutput,
|
|
1530
|
+
];
|
|
1531
|
+
var ListGroupingAttributeDefinitions = [
|
|
1532
|
+
9,
|
|
1533
|
+
n0,
|
|
1534
|
+
_LGAD,
|
|
1535
|
+
{
|
|
1536
|
+
[_h]: ["POST", "/grouping-attribute-definitions", 200],
|
|
1537
|
+
},
|
|
1538
|
+
() => ListGroupingAttributeDefinitionsInput,
|
|
1539
|
+
() => ListGroupingAttributeDefinitionsOutput,
|
|
1540
|
+
];
|
|
1541
|
+
var ListServiceDependencies = [
|
|
1542
|
+
9,
|
|
1543
|
+
n0,
|
|
1544
|
+
_LSD,
|
|
1545
|
+
{
|
|
1546
|
+
[_h]: ["POST", "/service-dependencies", 200],
|
|
1547
|
+
},
|
|
1548
|
+
() => ListServiceDependenciesInput,
|
|
1549
|
+
() => ListServiceDependenciesOutput,
|
|
1550
|
+
];
|
|
1551
|
+
var ListServiceDependents = [
|
|
1552
|
+
9,
|
|
1553
|
+
n0,
|
|
1554
|
+
_LSDi,
|
|
1555
|
+
{
|
|
1556
|
+
[_h]: ["POST", "/service-dependents", 200],
|
|
1557
|
+
},
|
|
1558
|
+
() => ListServiceDependentsInput,
|
|
1559
|
+
() => ListServiceDependentsOutput,
|
|
1560
|
+
];
|
|
1561
|
+
var ListServiceLevelObjectiveExclusionWindows = [
|
|
1562
|
+
9,
|
|
1563
|
+
n0,
|
|
1564
|
+
_LSLOEW,
|
|
1565
|
+
{
|
|
1566
|
+
[_h]: ["GET", "/slo/{Id}/exclusion-windows", 200],
|
|
1567
|
+
},
|
|
1568
|
+
() => ListServiceLevelObjectiveExclusionWindowsInput,
|
|
1569
|
+
() => ListServiceLevelObjectiveExclusionWindowsOutput,
|
|
1570
|
+
];
|
|
1571
|
+
var ListServiceLevelObjectives = [
|
|
1572
|
+
9,
|
|
1573
|
+
n0,
|
|
1574
|
+
_LSLO,
|
|
1575
|
+
{
|
|
1576
|
+
[_h]: ["POST", "/slos", 200],
|
|
1577
|
+
},
|
|
1578
|
+
() => ListServiceLevelObjectivesInput,
|
|
1579
|
+
() => ListServiceLevelObjectivesOutput,
|
|
1580
|
+
];
|
|
1581
|
+
var ListServiceOperations = [
|
|
1582
|
+
9,
|
|
1583
|
+
n0,
|
|
1584
|
+
_LSOi,
|
|
1585
|
+
{
|
|
1586
|
+
[_h]: ["POST", "/service-operations", 200],
|
|
1587
|
+
},
|
|
1588
|
+
() => ListServiceOperationsInput,
|
|
1589
|
+
() => ListServiceOperationsOutput,
|
|
1590
|
+
];
|
|
1591
|
+
var ListServices = [
|
|
1592
|
+
9,
|
|
1593
|
+
n0,
|
|
1594
|
+
_LS,
|
|
1595
|
+
{
|
|
1596
|
+
[_h]: ["GET", "/services", 200],
|
|
1597
|
+
},
|
|
1598
|
+
() => ListServicesInput,
|
|
1599
|
+
() => ListServicesOutput,
|
|
1600
|
+
];
|
|
1601
|
+
var ListServiceStates = [
|
|
1602
|
+
9,
|
|
1603
|
+
n0,
|
|
1604
|
+
_LSS,
|
|
1605
|
+
{
|
|
1606
|
+
[_h]: ["POST", "/service/states", 200],
|
|
1607
|
+
},
|
|
1608
|
+
() => ListServiceStatesInput,
|
|
1609
|
+
() => ListServiceStatesOutput,
|
|
1610
|
+
];
|
|
1611
|
+
var ListTagsForResource = [
|
|
1612
|
+
9,
|
|
1613
|
+
n0,
|
|
1614
|
+
_LTFR,
|
|
1615
|
+
{
|
|
1616
|
+
[_h]: ["GET", "/tags", 200],
|
|
1617
|
+
},
|
|
1618
|
+
() => ListTagsForResourceRequest,
|
|
1619
|
+
() => ListTagsForResourceResponse,
|
|
1620
|
+
];
|
|
1621
|
+
var PutGroupingConfiguration = [
|
|
1622
|
+
9,
|
|
1623
|
+
n0,
|
|
1624
|
+
_PGC,
|
|
1625
|
+
{
|
|
1626
|
+
[_h]: ["PUT", "/grouping-configuration", 200],
|
|
1627
|
+
},
|
|
1628
|
+
() => PutGroupingConfigurationInput,
|
|
1629
|
+
() => PutGroupingConfigurationOutput,
|
|
1630
|
+
];
|
|
1631
|
+
var StartDiscovery = [
|
|
1632
|
+
9,
|
|
1633
|
+
n0,
|
|
1634
|
+
_SDt,
|
|
1635
|
+
{
|
|
1636
|
+
[_h]: ["POST", "/start-discovery", 200],
|
|
1637
|
+
},
|
|
1638
|
+
() => StartDiscoveryInput,
|
|
1639
|
+
() => StartDiscoveryOutput,
|
|
1640
|
+
];
|
|
1641
|
+
var TagResource = [
|
|
1642
|
+
9,
|
|
1643
|
+
n0,
|
|
1644
|
+
_TR,
|
|
1645
|
+
{
|
|
1646
|
+
[_h]: ["POST", "/tag-resource", 200],
|
|
1647
|
+
},
|
|
1648
|
+
() => TagResourceRequest,
|
|
1649
|
+
() => TagResourceResponse,
|
|
1650
|
+
];
|
|
1651
|
+
var UntagResource = [
|
|
1652
|
+
9,
|
|
1653
|
+
n0,
|
|
1654
|
+
_UR,
|
|
1655
|
+
{
|
|
1656
|
+
[_h]: ["POST", "/untag-resource", 200],
|
|
1657
|
+
},
|
|
1658
|
+
() => UntagResourceRequest,
|
|
1659
|
+
() => UntagResourceResponse,
|
|
1660
|
+
];
|
|
1661
|
+
var UpdateServiceLevelObjective = [
|
|
1662
|
+
9,
|
|
1663
|
+
n0,
|
|
1664
|
+
_USLO,
|
|
1665
|
+
{
|
|
1666
|
+
[_h]: ["PATCH", "/slo/{Id}", 200],
|
|
1667
|
+
},
|
|
1668
|
+
() => UpdateServiceLevelObjectiveInput,
|
|
1669
|
+
() => UpdateServiceLevelObjectiveOutput,
|
|
1670
|
+
];
|
|
1357
1671
|
|
|
1358
1672
|
class BatchGetServiceLevelObjectiveBudgetReportCommand extends smithyClient.Command
|
|
1359
1673
|
.classBuilder()
|
|
1360
1674
|
.ep(commonParams)
|
|
1361
1675
|
.m(function (Command, cs, config, o) {
|
|
1362
|
-
return [
|
|
1363
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1364
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1365
|
-
];
|
|
1676
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1366
1677
|
})
|
|
1367
1678
|
.s("ApplicationSignals", "BatchGetServiceLevelObjectiveBudgetReport", {})
|
|
1368
1679
|
.n("ApplicationSignalsClient", "BatchGetServiceLevelObjectiveBudgetReportCommand")
|
|
1369
|
-
.
|
|
1370
|
-
.ser(se_BatchGetServiceLevelObjectiveBudgetReportCommand)
|
|
1371
|
-
.de(de_BatchGetServiceLevelObjectiveBudgetReportCommand)
|
|
1680
|
+
.sc(BatchGetServiceLevelObjectiveBudgetReport)
|
|
1372
1681
|
.build() {
|
|
1373
1682
|
}
|
|
1374
1683
|
|
|
@@ -1376,16 +1685,11 @@ class BatchUpdateExclusionWindowsCommand extends smithyClient.Command
|
|
|
1376
1685
|
.classBuilder()
|
|
1377
1686
|
.ep(commonParams)
|
|
1378
1687
|
.m(function (Command, cs, config, o) {
|
|
1379
|
-
return [
|
|
1380
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1381
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1382
|
-
];
|
|
1688
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1383
1689
|
})
|
|
1384
1690
|
.s("ApplicationSignals", "BatchUpdateExclusionWindows", {})
|
|
1385
1691
|
.n("ApplicationSignalsClient", "BatchUpdateExclusionWindowsCommand")
|
|
1386
|
-
.
|
|
1387
|
-
.ser(se_BatchUpdateExclusionWindowsCommand)
|
|
1388
|
-
.de(de_BatchUpdateExclusionWindowsCommand)
|
|
1692
|
+
.sc(BatchUpdateExclusionWindows)
|
|
1389
1693
|
.build() {
|
|
1390
1694
|
}
|
|
1391
1695
|
|
|
@@ -1393,16 +1697,11 @@ class CreateServiceLevelObjectiveCommand extends smithyClient.Command
|
|
|
1393
1697
|
.classBuilder()
|
|
1394
1698
|
.ep(commonParams)
|
|
1395
1699
|
.m(function (Command, cs, config, o) {
|
|
1396
|
-
return [
|
|
1397
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1398
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1399
|
-
];
|
|
1700
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1400
1701
|
})
|
|
1401
1702
|
.s("ApplicationSignals", "CreateServiceLevelObjective", {})
|
|
1402
1703
|
.n("ApplicationSignalsClient", "CreateServiceLevelObjectiveCommand")
|
|
1403
|
-
.
|
|
1404
|
-
.ser(se_CreateServiceLevelObjectiveCommand)
|
|
1405
|
-
.de(de_CreateServiceLevelObjectiveCommand)
|
|
1704
|
+
.sc(CreateServiceLevelObjective)
|
|
1406
1705
|
.build() {
|
|
1407
1706
|
}
|
|
1408
1707
|
|
|
@@ -1410,16 +1709,11 @@ class DeleteGroupingConfigurationCommand extends smithyClient.Command
|
|
|
1410
1709
|
.classBuilder()
|
|
1411
1710
|
.ep(commonParams)
|
|
1412
1711
|
.m(function (Command, cs, config, o) {
|
|
1413
|
-
return [
|
|
1414
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1415
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1416
|
-
];
|
|
1712
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1417
1713
|
})
|
|
1418
1714
|
.s("ApplicationSignals", "DeleteGroupingConfiguration", {})
|
|
1419
1715
|
.n("ApplicationSignalsClient", "DeleteGroupingConfigurationCommand")
|
|
1420
|
-
.
|
|
1421
|
-
.ser(se_DeleteGroupingConfigurationCommand)
|
|
1422
|
-
.de(de_DeleteGroupingConfigurationCommand)
|
|
1716
|
+
.sc(DeleteGroupingConfiguration)
|
|
1423
1717
|
.build() {
|
|
1424
1718
|
}
|
|
1425
1719
|
|
|
@@ -1427,16 +1721,11 @@ class DeleteServiceLevelObjectiveCommand extends smithyClient.Command
|
|
|
1427
1721
|
.classBuilder()
|
|
1428
1722
|
.ep(commonParams)
|
|
1429
1723
|
.m(function (Command, cs, config, o) {
|
|
1430
|
-
return [
|
|
1431
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1432
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1433
|
-
];
|
|
1724
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1434
1725
|
})
|
|
1435
1726
|
.s("ApplicationSignals", "DeleteServiceLevelObjective", {})
|
|
1436
1727
|
.n("ApplicationSignalsClient", "DeleteServiceLevelObjectiveCommand")
|
|
1437
|
-
.
|
|
1438
|
-
.ser(se_DeleteServiceLevelObjectiveCommand)
|
|
1439
|
-
.de(de_DeleteServiceLevelObjectiveCommand)
|
|
1728
|
+
.sc(DeleteServiceLevelObjective)
|
|
1440
1729
|
.build() {
|
|
1441
1730
|
}
|
|
1442
1731
|
|
|
@@ -1444,16 +1733,11 @@ class GetServiceCommand extends smithyClient.Command
|
|
|
1444
1733
|
.classBuilder()
|
|
1445
1734
|
.ep(commonParams)
|
|
1446
1735
|
.m(function (Command, cs, config, o) {
|
|
1447
|
-
return [
|
|
1448
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1449
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1450
|
-
];
|
|
1736
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1451
1737
|
})
|
|
1452
1738
|
.s("ApplicationSignals", "GetService", {})
|
|
1453
1739
|
.n("ApplicationSignalsClient", "GetServiceCommand")
|
|
1454
|
-
.
|
|
1455
|
-
.ser(se_GetServiceCommand)
|
|
1456
|
-
.de(de_GetServiceCommand)
|
|
1740
|
+
.sc(GetService)
|
|
1457
1741
|
.build() {
|
|
1458
1742
|
}
|
|
1459
1743
|
|
|
@@ -1461,16 +1745,11 @@ class GetServiceLevelObjectiveCommand extends smithyClient.Command
|
|
|
1461
1745
|
.classBuilder()
|
|
1462
1746
|
.ep(commonParams)
|
|
1463
1747
|
.m(function (Command, cs, config, o) {
|
|
1464
|
-
return [
|
|
1465
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1466
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1467
|
-
];
|
|
1748
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1468
1749
|
})
|
|
1469
1750
|
.s("ApplicationSignals", "GetServiceLevelObjective", {})
|
|
1470
1751
|
.n("ApplicationSignalsClient", "GetServiceLevelObjectiveCommand")
|
|
1471
|
-
.
|
|
1472
|
-
.ser(se_GetServiceLevelObjectiveCommand)
|
|
1473
|
-
.de(de_GetServiceLevelObjectiveCommand)
|
|
1752
|
+
.sc(GetServiceLevelObjective)
|
|
1474
1753
|
.build() {
|
|
1475
1754
|
}
|
|
1476
1755
|
|
|
@@ -1478,16 +1757,11 @@ class ListAuditFindingsCommand extends smithyClient.Command
|
|
|
1478
1757
|
.classBuilder()
|
|
1479
1758
|
.ep(commonParams)
|
|
1480
1759
|
.m(function (Command, cs, config, o) {
|
|
1481
|
-
return [
|
|
1482
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1483
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1484
|
-
];
|
|
1760
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1485
1761
|
})
|
|
1486
1762
|
.s("ApplicationSignals", "ListAuditFindings", {})
|
|
1487
1763
|
.n("ApplicationSignalsClient", "ListAuditFindingsCommand")
|
|
1488
|
-
.
|
|
1489
|
-
.ser(se_ListAuditFindingsCommand)
|
|
1490
|
-
.de(de_ListAuditFindingsCommand)
|
|
1764
|
+
.sc(ListAuditFindings)
|
|
1491
1765
|
.build() {
|
|
1492
1766
|
}
|
|
1493
1767
|
|
|
@@ -1495,16 +1769,11 @@ class ListGroupingAttributeDefinitionsCommand extends smithyClient.Command
|
|
|
1495
1769
|
.classBuilder()
|
|
1496
1770
|
.ep(commonParams)
|
|
1497
1771
|
.m(function (Command, cs, config, o) {
|
|
1498
|
-
return [
|
|
1499
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1500
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1501
|
-
];
|
|
1772
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
1773
|
})
|
|
1503
1774
|
.s("ApplicationSignals", "ListGroupingAttributeDefinitions", {})
|
|
1504
1775
|
.n("ApplicationSignalsClient", "ListGroupingAttributeDefinitionsCommand")
|
|
1505
|
-
.
|
|
1506
|
-
.ser(se_ListGroupingAttributeDefinitionsCommand)
|
|
1507
|
-
.de(de_ListGroupingAttributeDefinitionsCommand)
|
|
1776
|
+
.sc(ListGroupingAttributeDefinitions)
|
|
1508
1777
|
.build() {
|
|
1509
1778
|
}
|
|
1510
1779
|
|
|
@@ -1512,16 +1781,11 @@ class ListServiceDependenciesCommand extends smithyClient.Command
|
|
|
1512
1781
|
.classBuilder()
|
|
1513
1782
|
.ep(commonParams)
|
|
1514
1783
|
.m(function (Command, cs, config, o) {
|
|
1515
|
-
return [
|
|
1516
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1517
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1518
|
-
];
|
|
1784
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1519
1785
|
})
|
|
1520
1786
|
.s("ApplicationSignals", "ListServiceDependencies", {})
|
|
1521
1787
|
.n("ApplicationSignalsClient", "ListServiceDependenciesCommand")
|
|
1522
|
-
.
|
|
1523
|
-
.ser(se_ListServiceDependenciesCommand)
|
|
1524
|
-
.de(de_ListServiceDependenciesCommand)
|
|
1788
|
+
.sc(ListServiceDependencies)
|
|
1525
1789
|
.build() {
|
|
1526
1790
|
}
|
|
1527
1791
|
|
|
@@ -1529,16 +1793,11 @@ class ListServiceDependentsCommand extends smithyClient.Command
|
|
|
1529
1793
|
.classBuilder()
|
|
1530
1794
|
.ep(commonParams)
|
|
1531
1795
|
.m(function (Command, cs, config, o) {
|
|
1532
|
-
return [
|
|
1533
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1534
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1535
|
-
];
|
|
1796
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1536
1797
|
})
|
|
1537
1798
|
.s("ApplicationSignals", "ListServiceDependents", {})
|
|
1538
1799
|
.n("ApplicationSignalsClient", "ListServiceDependentsCommand")
|
|
1539
|
-
.
|
|
1540
|
-
.ser(se_ListServiceDependentsCommand)
|
|
1541
|
-
.de(de_ListServiceDependentsCommand)
|
|
1800
|
+
.sc(ListServiceDependents)
|
|
1542
1801
|
.build() {
|
|
1543
1802
|
}
|
|
1544
1803
|
|
|
@@ -1546,16 +1805,11 @@ class ListServiceLevelObjectiveExclusionWindowsCommand extends smithyClient.Comm
|
|
|
1546
1805
|
.classBuilder()
|
|
1547
1806
|
.ep(commonParams)
|
|
1548
1807
|
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [
|
|
1550
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1551
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1552
|
-
];
|
|
1808
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1553
1809
|
})
|
|
1554
1810
|
.s("ApplicationSignals", "ListServiceLevelObjectiveExclusionWindows", {})
|
|
1555
1811
|
.n("ApplicationSignalsClient", "ListServiceLevelObjectiveExclusionWindowsCommand")
|
|
1556
|
-
.
|
|
1557
|
-
.ser(se_ListServiceLevelObjectiveExclusionWindowsCommand)
|
|
1558
|
-
.de(de_ListServiceLevelObjectiveExclusionWindowsCommand)
|
|
1812
|
+
.sc(ListServiceLevelObjectiveExclusionWindows)
|
|
1559
1813
|
.build() {
|
|
1560
1814
|
}
|
|
1561
1815
|
|
|
@@ -1563,16 +1817,11 @@ class ListServiceLevelObjectivesCommand extends smithyClient.Command
|
|
|
1563
1817
|
.classBuilder()
|
|
1564
1818
|
.ep(commonParams)
|
|
1565
1819
|
.m(function (Command, cs, config, o) {
|
|
1566
|
-
return [
|
|
1567
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1568
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1569
|
-
];
|
|
1820
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1570
1821
|
})
|
|
1571
1822
|
.s("ApplicationSignals", "ListServiceLevelObjectives", {})
|
|
1572
1823
|
.n("ApplicationSignalsClient", "ListServiceLevelObjectivesCommand")
|
|
1573
|
-
.
|
|
1574
|
-
.ser(se_ListServiceLevelObjectivesCommand)
|
|
1575
|
-
.de(de_ListServiceLevelObjectivesCommand)
|
|
1824
|
+
.sc(ListServiceLevelObjectives)
|
|
1576
1825
|
.build() {
|
|
1577
1826
|
}
|
|
1578
1827
|
|
|
@@ -1580,16 +1829,11 @@ class ListServiceOperationsCommand extends smithyClient.Command
|
|
|
1580
1829
|
.classBuilder()
|
|
1581
1830
|
.ep(commonParams)
|
|
1582
1831
|
.m(function (Command, cs, config, o) {
|
|
1583
|
-
return [
|
|
1584
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1585
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1586
|
-
];
|
|
1832
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1587
1833
|
})
|
|
1588
1834
|
.s("ApplicationSignals", "ListServiceOperations", {})
|
|
1589
1835
|
.n("ApplicationSignalsClient", "ListServiceOperationsCommand")
|
|
1590
|
-
.
|
|
1591
|
-
.ser(se_ListServiceOperationsCommand)
|
|
1592
|
-
.de(de_ListServiceOperationsCommand)
|
|
1836
|
+
.sc(ListServiceOperations)
|
|
1593
1837
|
.build() {
|
|
1594
1838
|
}
|
|
1595
1839
|
|
|
@@ -1597,16 +1841,11 @@ class ListServicesCommand extends smithyClient.Command
|
|
|
1597
1841
|
.classBuilder()
|
|
1598
1842
|
.ep(commonParams)
|
|
1599
1843
|
.m(function (Command, cs, config, o) {
|
|
1600
|
-
return [
|
|
1601
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1602
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1603
|
-
];
|
|
1844
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1604
1845
|
})
|
|
1605
1846
|
.s("ApplicationSignals", "ListServices", {})
|
|
1606
1847
|
.n("ApplicationSignalsClient", "ListServicesCommand")
|
|
1607
|
-
.
|
|
1608
|
-
.ser(se_ListServicesCommand)
|
|
1609
|
-
.de(de_ListServicesCommand)
|
|
1848
|
+
.sc(ListServices)
|
|
1610
1849
|
.build() {
|
|
1611
1850
|
}
|
|
1612
1851
|
|
|
@@ -1614,16 +1853,11 @@ class ListServiceStatesCommand extends smithyClient.Command
|
|
|
1614
1853
|
.classBuilder()
|
|
1615
1854
|
.ep(commonParams)
|
|
1616
1855
|
.m(function (Command, cs, config, o) {
|
|
1617
|
-
return [
|
|
1618
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1619
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1620
|
-
];
|
|
1856
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1621
1857
|
})
|
|
1622
1858
|
.s("ApplicationSignals", "ListServiceStates", {})
|
|
1623
1859
|
.n("ApplicationSignalsClient", "ListServiceStatesCommand")
|
|
1624
|
-
.
|
|
1625
|
-
.ser(se_ListServiceStatesCommand)
|
|
1626
|
-
.de(de_ListServiceStatesCommand)
|
|
1860
|
+
.sc(ListServiceStates)
|
|
1627
1861
|
.build() {
|
|
1628
1862
|
}
|
|
1629
1863
|
|
|
@@ -1631,16 +1865,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1631
1865
|
.classBuilder()
|
|
1632
1866
|
.ep(commonParams)
|
|
1633
1867
|
.m(function (Command, cs, config, o) {
|
|
1634
|
-
return [
|
|
1635
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1636
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1637
|
-
];
|
|
1868
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1638
1869
|
})
|
|
1639
1870
|
.s("ApplicationSignals", "ListTagsForResource", {})
|
|
1640
1871
|
.n("ApplicationSignalsClient", "ListTagsForResourceCommand")
|
|
1641
|
-
.
|
|
1642
|
-
.ser(se_ListTagsForResourceCommand)
|
|
1643
|
-
.de(de_ListTagsForResourceCommand)
|
|
1872
|
+
.sc(ListTagsForResource)
|
|
1644
1873
|
.build() {
|
|
1645
1874
|
}
|
|
1646
1875
|
|
|
@@ -1648,16 +1877,11 @@ class PutGroupingConfigurationCommand extends smithyClient.Command
|
|
|
1648
1877
|
.classBuilder()
|
|
1649
1878
|
.ep(commonParams)
|
|
1650
1879
|
.m(function (Command, cs, config, o) {
|
|
1651
|
-
return [
|
|
1652
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1653
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1654
|
-
];
|
|
1880
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1655
1881
|
})
|
|
1656
1882
|
.s("ApplicationSignals", "PutGroupingConfiguration", {})
|
|
1657
1883
|
.n("ApplicationSignalsClient", "PutGroupingConfigurationCommand")
|
|
1658
|
-
.
|
|
1659
|
-
.ser(se_PutGroupingConfigurationCommand)
|
|
1660
|
-
.de(de_PutGroupingConfigurationCommand)
|
|
1884
|
+
.sc(PutGroupingConfiguration)
|
|
1661
1885
|
.build() {
|
|
1662
1886
|
}
|
|
1663
1887
|
|
|
@@ -1665,16 +1889,11 @@ class StartDiscoveryCommand extends smithyClient.Command
|
|
|
1665
1889
|
.classBuilder()
|
|
1666
1890
|
.ep(commonParams)
|
|
1667
1891
|
.m(function (Command, cs, config, o) {
|
|
1668
|
-
return [
|
|
1669
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1670
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1671
|
-
];
|
|
1892
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1672
1893
|
})
|
|
1673
1894
|
.s("ApplicationSignals", "StartDiscovery", {})
|
|
1674
1895
|
.n("ApplicationSignalsClient", "StartDiscoveryCommand")
|
|
1675
|
-
.
|
|
1676
|
-
.ser(se_StartDiscoveryCommand)
|
|
1677
|
-
.de(de_StartDiscoveryCommand)
|
|
1896
|
+
.sc(StartDiscovery)
|
|
1678
1897
|
.build() {
|
|
1679
1898
|
}
|
|
1680
1899
|
|
|
@@ -1682,16 +1901,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1682
1901
|
.classBuilder()
|
|
1683
1902
|
.ep(commonParams)
|
|
1684
1903
|
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [
|
|
1686
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1687
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1688
|
-
];
|
|
1904
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1689
1905
|
})
|
|
1690
1906
|
.s("ApplicationSignals", "TagResource", {})
|
|
1691
1907
|
.n("ApplicationSignalsClient", "TagResourceCommand")
|
|
1692
|
-
.
|
|
1693
|
-
.ser(se_TagResourceCommand)
|
|
1694
|
-
.de(de_TagResourceCommand)
|
|
1908
|
+
.sc(TagResource)
|
|
1695
1909
|
.build() {
|
|
1696
1910
|
}
|
|
1697
1911
|
|
|
@@ -1699,16 +1913,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1699
1913
|
.classBuilder()
|
|
1700
1914
|
.ep(commonParams)
|
|
1701
1915
|
.m(function (Command, cs, config, o) {
|
|
1702
|
-
return [
|
|
1703
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1704
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1705
|
-
];
|
|
1916
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1706
1917
|
})
|
|
1707
1918
|
.s("ApplicationSignals", "UntagResource", {})
|
|
1708
1919
|
.n("ApplicationSignalsClient", "UntagResourceCommand")
|
|
1709
|
-
.
|
|
1710
|
-
.ser(se_UntagResourceCommand)
|
|
1711
|
-
.de(de_UntagResourceCommand)
|
|
1920
|
+
.sc(UntagResource)
|
|
1712
1921
|
.build() {
|
|
1713
1922
|
}
|
|
1714
1923
|
|
|
@@ -1716,16 +1925,11 @@ class UpdateServiceLevelObjectiveCommand extends smithyClient.Command
|
|
|
1716
1925
|
.classBuilder()
|
|
1717
1926
|
.ep(commonParams)
|
|
1718
1927
|
.m(function (Command, cs, config, o) {
|
|
1719
|
-
return [
|
|
1720
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1721
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1722
|
-
];
|
|
1928
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1723
1929
|
})
|
|
1724
1930
|
.s("ApplicationSignals", "UpdateServiceLevelObjective", {})
|
|
1725
1931
|
.n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
|
|
1726
|
-
.
|
|
1727
|
-
.ser(se_UpdateServiceLevelObjectiveCommand)
|
|
1728
|
-
.de(de_UpdateServiceLevelObjectiveCommand)
|
|
1932
|
+
.sc(UpdateServiceLevelObjective)
|
|
1729
1933
|
.build() {
|
|
1730
1934
|
}
|
|
1731
1935
|
|
|
@@ -1779,14 +1983,14 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1779
1983
|
enumerable: true,
|
|
1780
1984
|
get: function () { return smithyClient.Client; }
|
|
1781
1985
|
});
|
|
1782
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
1986
|
+
exports.AccessDeniedException = AccessDeniedException$1;
|
|
1783
1987
|
exports.ApplicationSignals = ApplicationSignals;
|
|
1784
1988
|
exports.ApplicationSignalsClient = ApplicationSignalsClient;
|
|
1785
|
-
exports.ApplicationSignalsServiceException = ApplicationSignalsServiceException;
|
|
1989
|
+
exports.ApplicationSignalsServiceException = ApplicationSignalsServiceException$1;
|
|
1786
1990
|
exports.BatchGetServiceLevelObjectiveBudgetReportCommand = BatchGetServiceLevelObjectiveBudgetReportCommand;
|
|
1787
1991
|
exports.BatchUpdateExclusionWindowsCommand = BatchUpdateExclusionWindowsCommand;
|
|
1788
1992
|
exports.ChangeEventType = ChangeEventType;
|
|
1789
|
-
exports.ConflictException = ConflictException;
|
|
1993
|
+
exports.ConflictException = ConflictException$1;
|
|
1790
1994
|
exports.ConnectionType = ConnectionType;
|
|
1791
1995
|
exports.CreateServiceLevelObjectiveCommand = CreateServiceLevelObjectiveCommand;
|
|
1792
1996
|
exports.DeleteGroupingConfigurationCommand = DeleteGroupingConfigurationCommand;
|
|
@@ -1807,19 +2011,19 @@ exports.ListServicesCommand = ListServicesCommand;
|
|
|
1807
2011
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1808
2012
|
exports.MetricSourceType = MetricSourceType;
|
|
1809
2013
|
exports.PutGroupingConfigurationCommand = PutGroupingConfigurationCommand;
|
|
1810
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2014
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
1811
2015
|
exports.ServiceLevelIndicatorComparisonOperator = ServiceLevelIndicatorComparisonOperator;
|
|
1812
2016
|
exports.ServiceLevelIndicatorMetricType = ServiceLevelIndicatorMetricType;
|
|
1813
2017
|
exports.ServiceLevelObjectiveBudgetStatus = ServiceLevelObjectiveBudgetStatus;
|
|
1814
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2018
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
1815
2019
|
exports.Severity = Severity;
|
|
1816
2020
|
exports.StandardUnit = StandardUnit;
|
|
1817
2021
|
exports.StartDiscoveryCommand = StartDiscoveryCommand;
|
|
1818
2022
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1819
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2023
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
1820
2024
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1821
2025
|
exports.UpdateServiceLevelObjectiveCommand = UpdateServiceLevelObjectiveCommand;
|
|
1822
|
-
exports.ValidationException = ValidationException;
|
|
2026
|
+
exports.ValidationException = ValidationException$1;
|
|
1823
2027
|
exports.paginateListServiceDependencies = paginateListServiceDependencies;
|
|
1824
2028
|
exports.paginateListServiceDependents = paginateListServiceDependents;
|
|
1825
2029
|
exports.paginateListServiceLevelObjectiveExclusionWindows = paginateListServiceLevelObjectiveExclusionWindows;
|