@aws-sdk/client-observabilityadmin 3.908.0 → 3.910.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -4
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +131 -0
- package/dist-es/ObservabilityAdmin.js +6 -0
- package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +22 -0
- package/dist-es/commands/StartTelemetryEnrichmentCommand.js +22 -0
- package/dist-es/commands/StopTelemetryEnrichmentCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +68 -0
- package/dist-types/ObservabilityAdmin.d.ts +25 -4
- package/dist-types/ObservabilityAdminClient.d.ts +6 -6
- package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +6 -18
- package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +7 -21
- package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -21
- package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +6 -18
- package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +6 -18
- package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +85 -0
- package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +4 -12
- package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/GetTelemetryRuleCommand.d.ts +6 -18
- package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +6 -18
- package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +4 -12
- package/dist-types/commands/ListResourceTelemetryCommand.d.ts +5 -15
- package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -18
- package/dist-types/commands/ListTelemetryRulesCommand.d.ts +5 -15
- package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +85 -0
- package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +5 -15
- package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +84 -0
- package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +5 -15
- package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +5 -15
- package/dist-types/commands/TagResourceCommand.d.ts +7 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -18
- package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +6 -18
- package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +7 -21
- package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -21
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -4
- package/dist-types/models/models_0.d.ts +159 -318
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/ObservabilityAdmin.d.ts +54 -0
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +33 -33
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ObservabilityAdminServiceException as __BaseException } from "./ObservabilityAdminServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>
|
|
5
|
-
* Indicates you don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management for Amazon Web Services resources</a> in the IAM user guide.
|
|
6
|
-
* </p>
|
|
4
|
+
* <p> Indicates you don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management for Amazon Web Services resources</a> in the IAM user guide. </p>
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,9 +9,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
9
|
readonly $fault: "client";
|
|
12
10
|
Message?: string | undefined;
|
|
13
11
|
/**
|
|
14
|
-
* <p>
|
|
15
|
-
* The name of the exception.
|
|
16
|
-
* </p>
|
|
12
|
+
* <p> The name of the exception. </p>
|
|
17
13
|
* @public
|
|
18
14
|
*/
|
|
19
15
|
amznErrorType?: string | undefined;
|
|
@@ -268,9 +264,7 @@ export interface CentralizationRuleSummary {
|
|
|
268
264
|
DestinationRegion?: string | undefined;
|
|
269
265
|
}
|
|
270
266
|
/**
|
|
271
|
-
* <p>
|
|
272
|
-
* The requested operation conflicts with the current state of the specified resource or with another request.
|
|
273
|
-
* </p>
|
|
267
|
+
* <p> The requested operation conflicts with the current state of the specified resource or with another request. </p>
|
|
274
268
|
* @public
|
|
275
269
|
*/
|
|
276
270
|
export declare class ConflictException extends __BaseException {
|
|
@@ -313,9 +307,7 @@ export interface CreateCentralizationRuleForOrganizationOutput {
|
|
|
313
307
|
RuleArn?: string | undefined;
|
|
314
308
|
}
|
|
315
309
|
/**
|
|
316
|
-
* <p>
|
|
317
|
-
* Indicates the request has failed to process because of an unknown server error, exception, or failure.
|
|
318
|
-
* </p>
|
|
310
|
+
* <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
|
|
319
311
|
* @public
|
|
320
312
|
*/
|
|
321
313
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -323,9 +315,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
323
315
|
readonly $fault: "server";
|
|
324
316
|
Message?: string | undefined;
|
|
325
317
|
/**
|
|
326
|
-
* <p>
|
|
327
|
-
* The name of the exception.
|
|
328
|
-
* </p>
|
|
318
|
+
* <p> The name of the exception. </p>
|
|
329
319
|
* @public
|
|
330
320
|
*/
|
|
331
321
|
amznErrorType?: string | undefined;
|
|
@@ -335,9 +325,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
335
325
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
336
326
|
}
|
|
337
327
|
/**
|
|
338
|
-
* <p>
|
|
339
|
-
* The requested operation would exceed the allowed quota for the specified resource type.
|
|
340
|
-
* </p>
|
|
328
|
+
* <p> The requested operation would exceed the allowed quota for the specified resource type. </p>
|
|
341
329
|
* @public
|
|
342
330
|
*/
|
|
343
331
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -345,9 +333,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
345
333
|
readonly $fault: "client";
|
|
346
334
|
Message?: string | undefined;
|
|
347
335
|
/**
|
|
348
|
-
* <p>
|
|
349
|
-
* The name of the exception.
|
|
350
|
-
* </p>
|
|
336
|
+
* <p> The name of the exception. </p>
|
|
351
337
|
* @public
|
|
352
338
|
*/
|
|
353
339
|
amznErrorType?: string | undefined;
|
|
@@ -357,9 +343,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
357
343
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
358
344
|
}
|
|
359
345
|
/**
|
|
360
|
-
* <p>
|
|
361
|
-
* The request throughput limit was exceeded.
|
|
362
|
-
* </p>
|
|
346
|
+
* <p> The request throughput limit was exceeded. </p>
|
|
363
347
|
* @public
|
|
364
348
|
*/
|
|
365
349
|
export declare class TooManyRequestsException extends __BaseException {
|
|
@@ -372,9 +356,7 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
372
356
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
373
357
|
}
|
|
374
358
|
/**
|
|
375
|
-
* <p>
|
|
376
|
-
* Indicates input validation failed. Check your request parameters and retry the request.
|
|
377
|
-
* </p>
|
|
359
|
+
* <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
|
|
378
360
|
* @public
|
|
379
361
|
*/
|
|
380
362
|
export declare class ValidationException extends __BaseException {
|
|
@@ -398,66 +380,48 @@ export declare const DestinationType: {
|
|
|
398
380
|
*/
|
|
399
381
|
export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType];
|
|
400
382
|
/**
|
|
401
|
-
* <p>
|
|
402
|
-
* Configuration parameters specific to VPC Flow Logs.
|
|
403
|
-
* </p>
|
|
383
|
+
* <p> Configuration parameters specific to VPC Flow Logs. </p>
|
|
404
384
|
* @public
|
|
405
385
|
*/
|
|
406
386
|
export interface VPCFlowLogParameters {
|
|
407
387
|
/**
|
|
408
|
-
* <p>
|
|
409
|
-
* The format in which VPC Flow Log entries should be logged.
|
|
410
|
-
* </p>
|
|
388
|
+
* <p> The format in which VPC Flow Log entries should be logged. </p>
|
|
411
389
|
* @public
|
|
412
390
|
*/
|
|
413
391
|
LogFormat?: string | undefined;
|
|
414
392
|
/**
|
|
415
|
-
* <p>
|
|
416
|
-
* The type of traffic to log (ACCEPT, REJECT, or ALL).
|
|
417
|
-
* </p>
|
|
393
|
+
* <p> The type of traffic to log (ACCEPT, REJECT, or ALL). </p>
|
|
418
394
|
* @public
|
|
419
395
|
*/
|
|
420
396
|
TrafficType?: string | undefined;
|
|
421
397
|
/**
|
|
422
|
-
* <p>
|
|
423
|
-
* The maximum interval in seconds between the capture of flow log records.
|
|
424
|
-
* </p>
|
|
398
|
+
* <p> The maximum interval in seconds between the capture of flow log records. </p>
|
|
425
399
|
* @public
|
|
426
400
|
*/
|
|
427
401
|
MaxAggregationInterval?: number | undefined;
|
|
428
402
|
}
|
|
429
403
|
/**
|
|
430
|
-
* <p>
|
|
431
|
-
* Configuration specifying where and how telemetry data should be delivered for Amazon Web Services resources.
|
|
432
|
-
* </p>
|
|
404
|
+
* <p> Configuration specifying where and how telemetry data should be delivered for Amazon Web Services resources. </p>
|
|
433
405
|
* @public
|
|
434
406
|
*/
|
|
435
407
|
export interface TelemetryDestinationConfiguration {
|
|
436
408
|
/**
|
|
437
|
-
* <p>
|
|
438
|
-
* The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
439
|
-
* </p>
|
|
409
|
+
* <p> The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3"). </p>
|
|
440
410
|
* @public
|
|
441
411
|
*/
|
|
442
412
|
DestinationType?: DestinationType | undefined;
|
|
443
413
|
/**
|
|
444
|
-
* <p>
|
|
445
|
-
* The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
446
|
-
* </p>
|
|
414
|
+
* <p> The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>. </p>
|
|
447
415
|
* @public
|
|
448
416
|
*/
|
|
449
417
|
DestinationPattern?: string | undefined;
|
|
450
418
|
/**
|
|
451
|
-
* <p>
|
|
452
|
-
* The number of days to retain the telemetry data in the destination.
|
|
453
|
-
* </p>
|
|
419
|
+
* <p> The number of days to retain the telemetry data in the destination. </p>
|
|
454
420
|
* @public
|
|
455
421
|
*/
|
|
456
422
|
RetentionInDays?: number | undefined;
|
|
457
423
|
/**
|
|
458
|
-
* <p>
|
|
459
|
-
* Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
460
|
-
* </p>
|
|
424
|
+
* <p> Configuration parameters specific to VPC Flow Logs when VPC is the resource type. </p>
|
|
461
425
|
* @public
|
|
462
426
|
*/
|
|
463
427
|
VPCFlowLogParameters?: VPCFlowLogParameters | undefined;
|
|
@@ -489,44 +453,32 @@ export declare const TelemetryType: {
|
|
|
489
453
|
*/
|
|
490
454
|
export type TelemetryType = (typeof TelemetryType)[keyof typeof TelemetryType];
|
|
491
455
|
/**
|
|
492
|
-
* <p>
|
|
493
|
-
* Defines how telemetry should be configured for specific Amazon Web Services resources.
|
|
494
|
-
* </p>
|
|
456
|
+
* <p> Defines how telemetry should be configured for specific Amazon Web Services resources. </p>
|
|
495
457
|
* @public
|
|
496
458
|
*/
|
|
497
459
|
export interface TelemetryRule {
|
|
498
460
|
/**
|
|
499
|
-
* <p>
|
|
500
|
-
* The type of Amazon Web Services resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
501
|
-
* </p>
|
|
461
|
+
* <p> The type of Amazon Web Services resource to configure telemetry for (e.g., "AWS::EC2::VPC"). </p>
|
|
502
462
|
* @public
|
|
503
463
|
*/
|
|
504
464
|
ResourceType?: ResourceType | undefined;
|
|
505
465
|
/**
|
|
506
|
-
* <p>
|
|
507
|
-
* The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
508
|
-
* </p>
|
|
466
|
+
* <p> The type of telemetry to collect (Logs, Metrics, or Traces). </p>
|
|
509
467
|
* @public
|
|
510
468
|
*/
|
|
511
469
|
TelemetryType: TelemetryType | undefined;
|
|
512
470
|
/**
|
|
513
|
-
* <p>
|
|
514
|
-
* Configuration specifying where and how the telemetry data should be delivered.
|
|
515
|
-
* </p>
|
|
471
|
+
* <p> Configuration specifying where and how the telemetry data should be delivered. </p>
|
|
516
472
|
* @public
|
|
517
473
|
*/
|
|
518
474
|
DestinationConfiguration?: TelemetryDestinationConfiguration | undefined;
|
|
519
475
|
/**
|
|
520
|
-
* <p>
|
|
521
|
-
* The organizational scope to which the rule applies, specified using accounts or organizational units.
|
|
522
|
-
* </p>
|
|
476
|
+
* <p> The organizational scope to which the rule applies, specified using accounts or organizational units. </p>
|
|
523
477
|
* @public
|
|
524
478
|
*/
|
|
525
479
|
Scope?: string | undefined;
|
|
526
480
|
/**
|
|
527
|
-
* <p>
|
|
528
|
-
* Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
529
|
-
* </p>
|
|
481
|
+
* <p> Criteria for selecting which resources the rule applies to, such as resource tags. </p>
|
|
530
482
|
* @public
|
|
531
483
|
*/
|
|
532
484
|
SelectionCriteria?: string | undefined;
|
|
@@ -536,23 +488,17 @@ export interface TelemetryRule {
|
|
|
536
488
|
*/
|
|
537
489
|
export interface CreateTelemetryRuleInput {
|
|
538
490
|
/**
|
|
539
|
-
* <p>
|
|
540
|
-
* A unique name for the telemetry rule being created.
|
|
541
|
-
* </p>
|
|
491
|
+
* <p> A unique name for the telemetry rule being created. </p>
|
|
542
492
|
* @public
|
|
543
493
|
*/
|
|
544
494
|
RuleName: string | undefined;
|
|
545
495
|
/**
|
|
546
|
-
* <p>
|
|
547
|
-
* The configuration details for the telemetry rule, including the resource type, telemetry type, destination configuration, and selection criteria for which resources the rule applies to.
|
|
548
|
-
* </p>
|
|
496
|
+
* <p> The configuration details for the telemetry rule, including the resource type, telemetry type, destination configuration, and selection criteria for which resources the rule applies to. </p>
|
|
549
497
|
* @public
|
|
550
498
|
*/
|
|
551
499
|
Rule: TelemetryRule | undefined;
|
|
552
500
|
/**
|
|
553
|
-
* <p>
|
|
554
|
-
* The key-value pairs to associate with the telemetry rule resource for categorization and management purposes.
|
|
555
|
-
* </p>
|
|
501
|
+
* <p> The key-value pairs to associate with the telemetry rule resource for categorization and management purposes. </p>
|
|
556
502
|
* @public
|
|
557
503
|
*/
|
|
558
504
|
Tags?: Record<string, string> | undefined;
|
|
@@ -562,9 +508,7 @@ export interface CreateTelemetryRuleInput {
|
|
|
562
508
|
*/
|
|
563
509
|
export interface CreateTelemetryRuleOutput {
|
|
564
510
|
/**
|
|
565
|
-
* <p>
|
|
566
|
-
* The Amazon Resource Name (ARN) of the created telemetry rule.
|
|
567
|
-
* </p>
|
|
511
|
+
* <p> The Amazon Resource Name (ARN) of the created telemetry rule. </p>
|
|
568
512
|
* @public
|
|
569
513
|
*/
|
|
570
514
|
RuleArn?: string | undefined;
|
|
@@ -574,23 +518,17 @@ export interface CreateTelemetryRuleOutput {
|
|
|
574
518
|
*/
|
|
575
519
|
export interface CreateTelemetryRuleForOrganizationInput {
|
|
576
520
|
/**
|
|
577
|
-
* <p>
|
|
578
|
-
* A unique name for the organization-wide telemetry rule being created.
|
|
579
|
-
* </p>
|
|
521
|
+
* <p> A unique name for the organization-wide telemetry rule being created. </p>
|
|
580
522
|
* @public
|
|
581
523
|
*/
|
|
582
524
|
RuleName: string | undefined;
|
|
583
525
|
/**
|
|
584
|
-
* <p>
|
|
585
|
-
* The configuration details for the organization-wide telemetry rule, including the resource type, telemetry type, destination configuration, and selection criteria for which resources the rule applies to across the organization.
|
|
586
|
-
* </p>
|
|
526
|
+
* <p> The configuration details for the organization-wide telemetry rule, including the resource type, telemetry type, destination configuration, and selection criteria for which resources the rule applies to across the organization. </p>
|
|
587
527
|
* @public
|
|
588
528
|
*/
|
|
589
529
|
Rule: TelemetryRule | undefined;
|
|
590
530
|
/**
|
|
591
|
-
* <p>
|
|
592
|
-
* The key-value pairs to associate with the organization telemetry rule resource for categorization and management purposes.
|
|
593
|
-
* </p>
|
|
531
|
+
* <p> The key-value pairs to associate with the organization telemetry rule resource for categorization and management purposes. </p>
|
|
594
532
|
* @public
|
|
595
533
|
*/
|
|
596
534
|
Tags?: Record<string, string> | undefined;
|
|
@@ -600,9 +538,7 @@ export interface CreateTelemetryRuleForOrganizationInput {
|
|
|
600
538
|
*/
|
|
601
539
|
export interface CreateTelemetryRuleForOrganizationOutput {
|
|
602
540
|
/**
|
|
603
|
-
* <p>
|
|
604
|
-
* The Amazon Resource Name (ARN) of the created organization telemetry rule.
|
|
605
|
-
* </p>
|
|
541
|
+
* <p> The Amazon Resource Name (ARN) of the created organization telemetry rule. </p>
|
|
606
542
|
* @public
|
|
607
543
|
*/
|
|
608
544
|
RuleArn?: string | undefined;
|
|
@@ -618,9 +554,7 @@ export interface DeleteCentralizationRuleForOrganizationInput {
|
|
|
618
554
|
RuleIdentifier: string | undefined;
|
|
619
555
|
}
|
|
620
556
|
/**
|
|
621
|
-
* <p>
|
|
622
|
-
* The specified resource (such as a telemetry rule) could not be found.
|
|
623
|
-
* </p>
|
|
557
|
+
* <p> The specified resource (such as a telemetry rule) could not be found. </p>
|
|
624
558
|
* @public
|
|
625
559
|
*/
|
|
626
560
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -637,9 +571,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
637
571
|
*/
|
|
638
572
|
export interface DeleteTelemetryRuleInput {
|
|
639
573
|
/**
|
|
640
|
-
* <p>
|
|
641
|
-
* The identifier (name or ARN) of the telemetry rule to delete.
|
|
642
|
-
* </p>
|
|
574
|
+
* <p> The identifier (name or ARN) of the telemetry rule to delete. </p>
|
|
643
575
|
* @public
|
|
644
576
|
*/
|
|
645
577
|
RuleIdentifier: string | undefined;
|
|
@@ -649,9 +581,7 @@ export interface DeleteTelemetryRuleInput {
|
|
|
649
581
|
*/
|
|
650
582
|
export interface DeleteTelemetryRuleForOrganizationInput {
|
|
651
583
|
/**
|
|
652
|
-
* <p>
|
|
653
|
-
* The identifier (name or ARN) of the organization telemetry rule to delete.
|
|
654
|
-
* </p>
|
|
584
|
+
* <p> The identifier (name or ARN) of the organization telemetry rule to delete. </p>
|
|
655
585
|
* @public
|
|
656
586
|
*/
|
|
657
587
|
RuleIdentifier: string | undefined;
|
|
@@ -716,6 +646,34 @@ export interface GetCentralizationRuleForOrganizationOutput {
|
|
|
716
646
|
*/
|
|
717
647
|
CentralizationRule?: CentralizationRule | undefined;
|
|
718
648
|
}
|
|
649
|
+
/**
|
|
650
|
+
* @public
|
|
651
|
+
* @enum
|
|
652
|
+
*/
|
|
653
|
+
export declare const TelemetryEnrichmentStatus: {
|
|
654
|
+
readonly IMPAIRED: "Impaired";
|
|
655
|
+
readonly RUNNING: "Running";
|
|
656
|
+
readonly STOPPED: "Stopped";
|
|
657
|
+
};
|
|
658
|
+
/**
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
661
|
+
export type TelemetryEnrichmentStatus = (typeof TelemetryEnrichmentStatus)[keyof typeof TelemetryEnrichmentStatus];
|
|
662
|
+
/**
|
|
663
|
+
* @public
|
|
664
|
+
*/
|
|
665
|
+
export interface GetTelemetryEnrichmentStatusOutput {
|
|
666
|
+
/**
|
|
667
|
+
* <p> The current status of the resource tags for telemetry feature (<code>Running</code>, <code>Stopped</code>, or <code>Impaired</code>). </p>
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
Status?: TelemetryEnrichmentStatus | undefined;
|
|
671
|
+
/**
|
|
672
|
+
* <p> The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view used for resource tags for telemetry, if the feature is enabled. </p>
|
|
673
|
+
* @public
|
|
674
|
+
*/
|
|
675
|
+
AwsResourceExplorerManagedViewArn?: string | undefined;
|
|
676
|
+
}
|
|
719
677
|
/**
|
|
720
678
|
* @public
|
|
721
679
|
* @enum
|
|
@@ -738,16 +696,12 @@ export type Status = (typeof Status)[keyof typeof Status];
|
|
|
738
696
|
*/
|
|
739
697
|
export interface GetTelemetryEvaluationStatusOutput {
|
|
740
698
|
/**
|
|
741
|
-
* <p>
|
|
742
|
-
* The onboarding status of the telemetry config feature.
|
|
743
|
-
* </p>
|
|
699
|
+
* <p> The onboarding status of the telemetry config feature. </p>
|
|
744
700
|
* @public
|
|
745
701
|
*/
|
|
746
702
|
Status?: Status | undefined;
|
|
747
703
|
/**
|
|
748
|
-
* <p>
|
|
749
|
-
* Describes the reason for the failure status. The field will only be populated if <code>Status</code> is <code>FAILED_START</code> or <code>FAILED_STOP</code>.
|
|
750
|
-
* </p>
|
|
704
|
+
* <p> Describes the reason for the failure status. The field will only be populated if <code>Status</code> is <code>FAILED_START</code> or <code>FAILED_STOP</code>. </p>
|
|
751
705
|
* @public
|
|
752
706
|
*/
|
|
753
707
|
FailureReason?: string | undefined;
|
|
@@ -757,16 +711,12 @@ export interface GetTelemetryEvaluationStatusOutput {
|
|
|
757
711
|
*/
|
|
758
712
|
export interface GetTelemetryEvaluationStatusForOrganizationOutput {
|
|
759
713
|
/**
|
|
760
|
-
* <p>
|
|
761
|
-
* The onboarding status of the telemetry config feature for the organization.
|
|
762
|
-
* </p>
|
|
714
|
+
* <p> The onboarding status of the telemetry config feature for the organization. </p>
|
|
763
715
|
* @public
|
|
764
716
|
*/
|
|
765
717
|
Status?: Status | undefined;
|
|
766
718
|
/**
|
|
767
|
-
* <p>
|
|
768
|
-
* This field describes the reason for the failure status. The field will only be populated if <code>Status</code> is <code>FAILED_START</code> or <code>FAILED_STOP</code>.
|
|
769
|
-
* </p>
|
|
719
|
+
* <p> This field describes the reason for the failure status. The field will only be populated if <code>Status</code> is <code>FAILED_START</code> or <code>FAILED_STOP</code>. </p>
|
|
770
720
|
* @public
|
|
771
721
|
*/
|
|
772
722
|
FailureReason?: string | undefined;
|
|
@@ -776,9 +726,7 @@ export interface GetTelemetryEvaluationStatusForOrganizationOutput {
|
|
|
776
726
|
*/
|
|
777
727
|
export interface GetTelemetryRuleInput {
|
|
778
728
|
/**
|
|
779
|
-
* <p>
|
|
780
|
-
* The identifier (name or ARN) of the telemetry rule to retrieve.
|
|
781
|
-
* </p>
|
|
729
|
+
* <p> The identifier (name or ARN) of the telemetry rule to retrieve. </p>
|
|
782
730
|
* @public
|
|
783
731
|
*/
|
|
784
732
|
RuleIdentifier: string | undefined;
|
|
@@ -788,37 +736,27 @@ export interface GetTelemetryRuleInput {
|
|
|
788
736
|
*/
|
|
789
737
|
export interface GetTelemetryRuleOutput {
|
|
790
738
|
/**
|
|
791
|
-
* <p>
|
|
792
|
-
* The name of the telemetry rule.
|
|
793
|
-
* </p>
|
|
739
|
+
* <p> The name of the telemetry rule. </p>
|
|
794
740
|
* @public
|
|
795
741
|
*/
|
|
796
742
|
RuleName?: string | undefined;
|
|
797
743
|
/**
|
|
798
|
-
* <p>
|
|
799
|
-
* The Amazon Resource Name (ARN) of the telemetry rule.
|
|
800
|
-
* </p>
|
|
744
|
+
* <p> The Amazon Resource Name (ARN) of the telemetry rule. </p>
|
|
801
745
|
* @public
|
|
802
746
|
*/
|
|
803
747
|
RuleArn?: string | undefined;
|
|
804
748
|
/**
|
|
805
|
-
* <p>
|
|
806
|
-
* The timestamp when the telemetry rule was created.
|
|
807
|
-
* </p>
|
|
749
|
+
* <p> The timestamp when the telemetry rule was created. </p>
|
|
808
750
|
* @public
|
|
809
751
|
*/
|
|
810
752
|
CreatedTimeStamp?: number | undefined;
|
|
811
753
|
/**
|
|
812
|
-
* <p>
|
|
813
|
-
* The timestamp when the telemetry rule was last updated.
|
|
814
|
-
* </p>
|
|
754
|
+
* <p> The timestamp when the telemetry rule was last updated. </p>
|
|
815
755
|
* @public
|
|
816
756
|
*/
|
|
817
757
|
LastUpdateTimeStamp?: number | undefined;
|
|
818
758
|
/**
|
|
819
|
-
* <p>
|
|
820
|
-
* The configuration details of the telemetry rule.
|
|
821
|
-
* </p>
|
|
759
|
+
* <p> The configuration details of the telemetry rule. </p>
|
|
822
760
|
* @public
|
|
823
761
|
*/
|
|
824
762
|
TelemetryRule?: TelemetryRule | undefined;
|
|
@@ -828,9 +766,7 @@ export interface GetTelemetryRuleOutput {
|
|
|
828
766
|
*/
|
|
829
767
|
export interface GetTelemetryRuleForOrganizationInput {
|
|
830
768
|
/**
|
|
831
|
-
* <p>
|
|
832
|
-
* The identifier (name or ARN) of the organization telemetry rule to retrieve.
|
|
833
|
-
* </p>
|
|
769
|
+
* <p> The identifier (name or ARN) of the organization telemetry rule to retrieve. </p>
|
|
834
770
|
* @public
|
|
835
771
|
*/
|
|
836
772
|
RuleIdentifier: string | undefined;
|
|
@@ -840,37 +776,27 @@ export interface GetTelemetryRuleForOrganizationInput {
|
|
|
840
776
|
*/
|
|
841
777
|
export interface GetTelemetryRuleForOrganizationOutput {
|
|
842
778
|
/**
|
|
843
|
-
* <p>
|
|
844
|
-
* The name of the organization telemetry rule.
|
|
845
|
-
* </p>
|
|
779
|
+
* <p> The name of the organization telemetry rule. </p>
|
|
846
780
|
* @public
|
|
847
781
|
*/
|
|
848
782
|
RuleName?: string | undefined;
|
|
849
783
|
/**
|
|
850
|
-
* <p>
|
|
851
|
-
* The Amazon Resource Name (ARN) of the organization telemetry rule.
|
|
852
|
-
* </p>
|
|
784
|
+
* <p> The Amazon Resource Name (ARN) of the organization telemetry rule. </p>
|
|
853
785
|
* @public
|
|
854
786
|
*/
|
|
855
787
|
RuleArn?: string | undefined;
|
|
856
788
|
/**
|
|
857
|
-
* <p>
|
|
858
|
-
* The timestamp when the organization telemetry rule was created.
|
|
859
|
-
* </p>
|
|
789
|
+
* <p> The timestamp when the organization telemetry rule was created. </p>
|
|
860
790
|
* @public
|
|
861
791
|
*/
|
|
862
792
|
CreatedTimeStamp?: number | undefined;
|
|
863
793
|
/**
|
|
864
|
-
* <p>
|
|
865
|
-
* The timestamp when the organization telemetry rule was last updated.
|
|
866
|
-
* </p>
|
|
794
|
+
* <p> The timestamp when the organization telemetry rule was last updated. </p>
|
|
867
795
|
* @public
|
|
868
796
|
*/
|
|
869
797
|
LastUpdateTimeStamp?: number | undefined;
|
|
870
798
|
/**
|
|
871
|
-
* <p>
|
|
872
|
-
* The configuration details of the organization telemetry rule.
|
|
873
|
-
* </p>
|
|
799
|
+
* <p> The configuration details of the organization telemetry rule. </p>
|
|
874
800
|
* @public
|
|
875
801
|
*/
|
|
876
802
|
TelemetryRule?: TelemetryRule | undefined;
|
|
@@ -933,94 +859,68 @@ export type TelemetryState = (typeof TelemetryState)[keyof typeof TelemetryState
|
|
|
933
859
|
*/
|
|
934
860
|
export interface ListResourceTelemetryInput {
|
|
935
861
|
/**
|
|
936
|
-
* <p>
|
|
937
|
-
* A string used to filter resources which have a <code>ResourceIdentifier</code> starting with the <code>ResourceIdentifierPrefix</code>.
|
|
938
|
-
* </p>
|
|
862
|
+
* <p> A string used to filter resources which have a <code>ResourceIdentifier</code> starting with the <code>ResourceIdentifierPrefix</code>. </p>
|
|
939
863
|
* @public
|
|
940
864
|
*/
|
|
941
865
|
ResourceIdentifierPrefix?: string | undefined;
|
|
942
866
|
/**
|
|
943
|
-
* <p>
|
|
944
|
-
* A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
|
|
945
|
-
* </p>
|
|
867
|
+
* <p> A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request. </p>
|
|
946
868
|
* @public
|
|
947
869
|
*/
|
|
948
870
|
ResourceTypes?: ResourceType[] | undefined;
|
|
949
871
|
/**
|
|
950
|
-
* <p>
|
|
951
|
-
* A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
|
|
952
|
-
* </p>
|
|
872
|
+
* <p> A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state. </p>
|
|
953
873
|
* @public
|
|
954
874
|
*/
|
|
955
875
|
TelemetryConfigurationState?: Partial<Record<TelemetryType, TelemetryState>> | undefined;
|
|
956
876
|
/**
|
|
957
|
-
* <p>
|
|
958
|
-
* A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html">What are tags?</a>
|
|
959
|
-
* </p>
|
|
877
|
+
* <p> A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html">What are tags?</a> </p>
|
|
960
878
|
* @public
|
|
961
879
|
*/
|
|
962
880
|
ResourceTags?: Record<string, string> | undefined;
|
|
963
881
|
/**
|
|
964
|
-
* <p>
|
|
965
|
-
* A number field used to limit the number of results within the returned list.
|
|
966
|
-
* </p>
|
|
882
|
+
* <p> A number field used to limit the number of results within the returned list. </p>
|
|
967
883
|
* @public
|
|
968
884
|
*/
|
|
969
885
|
MaxResults?: number | undefined;
|
|
970
886
|
/**
|
|
971
|
-
* <p>
|
|
972
|
-
* The token for the next set of items to return. A previous call generates this token.
|
|
973
|
-
* </p>
|
|
887
|
+
* <p> The token for the next set of items to return. A previous call generates this token. </p>
|
|
974
888
|
* @public
|
|
975
889
|
*/
|
|
976
890
|
NextToken?: string | undefined;
|
|
977
891
|
}
|
|
978
892
|
/**
|
|
979
|
-
* <p>
|
|
980
|
-
* A model representing the state of a resource within an account according to telemetry config.
|
|
981
|
-
* </p>
|
|
893
|
+
* <p> A model representing the state of a resource within an account according to telemetry config. </p>
|
|
982
894
|
* @public
|
|
983
895
|
*/
|
|
984
896
|
export interface TelemetryConfiguration {
|
|
985
897
|
/**
|
|
986
|
-
* <p>
|
|
987
|
-
* The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is <code>012345678901</code>.
|
|
988
|
-
* </p>
|
|
898
|
+
* <p> The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is <code>012345678901</code>. </p>
|
|
989
899
|
* @public
|
|
990
900
|
*/
|
|
991
901
|
AccountIdentifier?: string | undefined;
|
|
992
902
|
/**
|
|
993
|
-
* <p>
|
|
994
|
-
* The configuration state for the resource, for example <code>\{ Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; \}</code>.
|
|
995
|
-
* </p>
|
|
903
|
+
* <p> The configuration state for the resource, for example <code>\{ Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; \}</code>. </p>
|
|
996
904
|
* @public
|
|
997
905
|
*/
|
|
998
906
|
TelemetryConfigurationState?: Partial<Record<TelemetryType, TelemetryState>> | undefined;
|
|
999
907
|
/**
|
|
1000
|
-
* <p>
|
|
1001
|
-
* The type of resource, for example <code>Amazon Web Services::EC2::Instance</code>.
|
|
1002
|
-
* </p>
|
|
908
|
+
* <p> The type of resource, for example <code>Amazon Web Services::EC2::Instance</code>. </p>
|
|
1003
909
|
* @public
|
|
1004
910
|
*/
|
|
1005
911
|
ResourceType?: ResourceType | undefined;
|
|
1006
912
|
/**
|
|
1007
|
-
* <p>
|
|
1008
|
-
* The identifier of the resource, for example <code>i-0b22a22eec53b9321</code>.
|
|
1009
|
-
* </p>
|
|
913
|
+
* <p> The identifier of the resource, for example <code>i-0b22a22eec53b9321</code>. </p>
|
|
1010
914
|
* @public
|
|
1011
915
|
*/
|
|
1012
916
|
ResourceIdentifier?: string | undefined;
|
|
1013
917
|
/**
|
|
1014
|
-
* <p>
|
|
1015
|
-
* Tags associated with the resource, for example <code>\{ Name: "ExampleInstance", Environment: "Development" \}</code>.
|
|
1016
|
-
* </p>
|
|
918
|
+
* <p> Tags associated with the resource, for example <code>\{ Name: "ExampleInstance", Environment: "Development" \}</code>. </p>
|
|
1017
919
|
* @public
|
|
1018
920
|
*/
|
|
1019
921
|
ResourceTags?: Record<string, string> | undefined;
|
|
1020
922
|
/**
|
|
1021
|
-
* <p>
|
|
1022
|
-
* The timestamp of the last change to the telemetry configuration for the resource. For example, <code>1728679196318</code>.
|
|
1023
|
-
* </p>
|
|
923
|
+
* <p> The timestamp of the last change to the telemetry configuration for the resource. For example, <code>1728679196318</code>. </p>
|
|
1024
924
|
* @public
|
|
1025
925
|
*/
|
|
1026
926
|
LastUpdateTimeStamp?: number | undefined;
|
|
@@ -1030,16 +930,12 @@ export interface TelemetryConfiguration {
|
|
|
1030
930
|
*/
|
|
1031
931
|
export interface ListResourceTelemetryOutput {
|
|
1032
932
|
/**
|
|
1033
|
-
* <p>
|
|
1034
|
-
* A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.
|
|
1035
|
-
* </p>
|
|
933
|
+
* <p> A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account. </p>
|
|
1036
934
|
* @public
|
|
1037
935
|
*/
|
|
1038
936
|
TelemetryConfigurations?: TelemetryConfiguration[] | undefined;
|
|
1039
937
|
/**
|
|
1040
|
-
* <p>
|
|
1041
|
-
* The token for the next set of items to return. A previous call generates this token.
|
|
1042
|
-
* </p>
|
|
938
|
+
* <p> The token for the next set of items to return. A previous call generates this token. </p>
|
|
1043
939
|
* @public
|
|
1044
940
|
*/
|
|
1045
941
|
NextToken?: string | undefined;
|
|
@@ -1049,51 +945,37 @@ export interface ListResourceTelemetryOutput {
|
|
|
1049
945
|
*/
|
|
1050
946
|
export interface ListResourceTelemetryForOrganizationInput {
|
|
1051
947
|
/**
|
|
1052
|
-
* <p>
|
|
1053
|
-
* A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.
|
|
1054
|
-
* </p>
|
|
948
|
+
* <p> A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts. </p>
|
|
1055
949
|
* @public
|
|
1056
950
|
*/
|
|
1057
951
|
AccountIdentifiers?: string[] | undefined;
|
|
1058
952
|
/**
|
|
1059
|
-
* <p>
|
|
1060
|
-
* A string used to filter resources in the organization which have a <code>ResourceIdentifier</code> starting with the <code>ResourceIdentifierPrefix</code>.
|
|
1061
|
-
* </p>
|
|
953
|
+
* <p> A string used to filter resources in the organization which have a <code>ResourceIdentifier</code> starting with the <code>ResourceIdentifierPrefix</code>. </p>
|
|
1062
954
|
* @public
|
|
1063
955
|
*/
|
|
1064
956
|
ResourceIdentifierPrefix?: string | undefined;
|
|
1065
957
|
/**
|
|
1066
|
-
* <p>
|
|
1067
|
-
* A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request.
|
|
1068
|
-
* </p>
|
|
958
|
+
* <p> A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request. </p>
|
|
1069
959
|
* @public
|
|
1070
960
|
*/
|
|
1071
961
|
ResourceTypes?: ResourceType[] | undefined;
|
|
1072
962
|
/**
|
|
1073
|
-
* <p>
|
|
1074
|
-
* A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
|
|
1075
|
-
* </p>
|
|
963
|
+
* <p> A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state. </p>
|
|
1076
964
|
* @public
|
|
1077
965
|
*/
|
|
1078
966
|
TelemetryConfigurationState?: Partial<Record<TelemetryType, TelemetryState>> | undefined;
|
|
1079
967
|
/**
|
|
1080
|
-
* <p>
|
|
1081
|
-
* A key-value pair to filter resources in the organization based on tags associated with the resource. Fore more information about tags, see <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html">What are tags?</a>
|
|
1082
|
-
* </p>
|
|
968
|
+
* <p> A key-value pair to filter resources in the organization based on tags associated with the resource. Fore more information about tags, see <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html">What are tags?</a> </p>
|
|
1083
969
|
* @public
|
|
1084
970
|
*/
|
|
1085
971
|
ResourceTags?: Record<string, string> | undefined;
|
|
1086
972
|
/**
|
|
1087
|
-
* <p>
|
|
1088
|
-
* A number field used to limit the number of results within the returned list.
|
|
1089
|
-
* </p>
|
|
973
|
+
* <p> A number field used to limit the number of results within the returned list. </p>
|
|
1090
974
|
* @public
|
|
1091
975
|
*/
|
|
1092
976
|
MaxResults?: number | undefined;
|
|
1093
977
|
/**
|
|
1094
|
-
* <p>
|
|
1095
|
-
* The token for the next set of items to return. A previous call provides this token.
|
|
1096
|
-
* </p>
|
|
978
|
+
* <p> The token for the next set of items to return. A previous call provides this token. </p>
|
|
1097
979
|
* @public
|
|
1098
980
|
*/
|
|
1099
981
|
NextToken?: string | undefined;
|
|
@@ -1103,16 +985,12 @@ export interface ListResourceTelemetryForOrganizationInput {
|
|
|
1103
985
|
*/
|
|
1104
986
|
export interface ListResourceTelemetryForOrganizationOutput {
|
|
1105
987
|
/**
|
|
1106
|
-
* <p>
|
|
1107
|
-
* A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.
|
|
1108
|
-
* </p>
|
|
988
|
+
* <p> A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization. </p>
|
|
1109
989
|
* @public
|
|
1110
990
|
*/
|
|
1111
991
|
TelemetryConfigurations?: TelemetryConfiguration[] | undefined;
|
|
1112
992
|
/**
|
|
1113
|
-
* <p>
|
|
1114
|
-
* The token for the next set of items to return. A previous call provides this token.
|
|
1115
|
-
* </p>
|
|
993
|
+
* <p> The token for the next set of items to return. A previous call provides this token. </p>
|
|
1116
994
|
* @public
|
|
1117
995
|
*/
|
|
1118
996
|
NextToken?: string | undefined;
|
|
@@ -1122,9 +1000,7 @@ export interface ListResourceTelemetryForOrganizationOutput {
|
|
|
1122
1000
|
*/
|
|
1123
1001
|
export interface ListTagsForResourceInput {
|
|
1124
1002
|
/**
|
|
1125
|
-
* <p>
|
|
1126
|
-
* The Amazon Resource Name (ARN) of the telemetry rule resource whose tags you want to list.
|
|
1127
|
-
* </p>
|
|
1003
|
+
* <p> The Amazon Resource Name (ARN) of the telemetry rule resource whose tags you want to list. </p>
|
|
1128
1004
|
* @public
|
|
1129
1005
|
*/
|
|
1130
1006
|
ResourceARN: string | undefined;
|
|
@@ -1134,9 +1010,7 @@ export interface ListTagsForResourceInput {
|
|
|
1134
1010
|
*/
|
|
1135
1011
|
export interface ListTagsForResourceOutput {
|
|
1136
1012
|
/**
|
|
1137
|
-
* <p>
|
|
1138
|
-
* The list of tags associated with the telemetry rule resource.
|
|
1139
|
-
* </p>
|
|
1013
|
+
* <p> The list of tags associated with the telemetry rule resource. </p>
|
|
1140
1014
|
* @public
|
|
1141
1015
|
*/
|
|
1142
1016
|
Tags: Record<string, string> | undefined;
|
|
@@ -1146,73 +1020,53 @@ export interface ListTagsForResourceOutput {
|
|
|
1146
1020
|
*/
|
|
1147
1021
|
export interface ListTelemetryRulesInput {
|
|
1148
1022
|
/**
|
|
1149
|
-
* <p>
|
|
1150
|
-
* A string to filter telemetry rules whose names begin with the specified prefix.
|
|
1151
|
-
* </p>
|
|
1023
|
+
* <p> A string to filter telemetry rules whose names begin with the specified prefix. </p>
|
|
1152
1024
|
* @public
|
|
1153
1025
|
*/
|
|
1154
1026
|
RuleNamePrefix?: string | undefined;
|
|
1155
1027
|
/**
|
|
1156
|
-
* <p>
|
|
1157
|
-
* The maximum number of telemetry rules to return in a single call.
|
|
1158
|
-
* </p>
|
|
1028
|
+
* <p> The maximum number of telemetry rules to return in a single call. </p>
|
|
1159
1029
|
* @public
|
|
1160
1030
|
*/
|
|
1161
1031
|
MaxResults?: number | undefined;
|
|
1162
1032
|
/**
|
|
1163
|
-
* <p>
|
|
1164
|
-
* The token for the next set of results. A previous call generates this token.
|
|
1165
|
-
* </p>
|
|
1033
|
+
* <p> The token for the next set of results. A previous call generates this token. </p>
|
|
1166
1034
|
* @public
|
|
1167
1035
|
*/
|
|
1168
1036
|
NextToken?: string | undefined;
|
|
1169
1037
|
}
|
|
1170
1038
|
/**
|
|
1171
|
-
* <p>
|
|
1172
|
-
* A summary of a telemetry rule's key properties.
|
|
1173
|
-
* </p>
|
|
1039
|
+
* <p> A summary of a telemetry rule's key properties. </p>
|
|
1174
1040
|
* @public
|
|
1175
1041
|
*/
|
|
1176
1042
|
export interface TelemetryRuleSummary {
|
|
1177
1043
|
/**
|
|
1178
|
-
* <p>
|
|
1179
|
-
* The name of the telemetry rule.
|
|
1180
|
-
* </p>
|
|
1044
|
+
* <p> The name of the telemetry rule. </p>
|
|
1181
1045
|
* @public
|
|
1182
1046
|
*/
|
|
1183
1047
|
RuleName?: string | undefined;
|
|
1184
1048
|
/**
|
|
1185
|
-
* <p>
|
|
1186
|
-
* The Amazon Resource Name (ARN) of the telemetry rule.
|
|
1187
|
-
* </p>
|
|
1049
|
+
* <p> The Amazon Resource Name (ARN) of the telemetry rule. </p>
|
|
1188
1050
|
* @public
|
|
1189
1051
|
*/
|
|
1190
1052
|
RuleArn?: string | undefined;
|
|
1191
1053
|
/**
|
|
1192
|
-
* <p>
|
|
1193
|
-
* The timestamp when the telemetry rule was created.
|
|
1194
|
-
* </p>
|
|
1054
|
+
* <p> The timestamp when the telemetry rule was created. </p>
|
|
1195
1055
|
* @public
|
|
1196
1056
|
*/
|
|
1197
1057
|
CreatedTimeStamp?: number | undefined;
|
|
1198
1058
|
/**
|
|
1199
|
-
* <p>
|
|
1200
|
-
* The timestamp when the telemetry rule was last modified.
|
|
1201
|
-
* </p>
|
|
1059
|
+
* <p> The timestamp when the telemetry rule was last modified. </p>
|
|
1202
1060
|
* @public
|
|
1203
1061
|
*/
|
|
1204
1062
|
LastUpdateTimeStamp?: number | undefined;
|
|
1205
1063
|
/**
|
|
1206
|
-
* <p>
|
|
1207
|
-
* The type of Amazon Web Services resource the rule applies to.
|
|
1208
|
-
* </p>
|
|
1064
|
+
* <p> The type of Amazon Web Services resource the rule applies to. </p>
|
|
1209
1065
|
* @public
|
|
1210
1066
|
*/
|
|
1211
1067
|
ResourceType?: ResourceType | undefined;
|
|
1212
1068
|
/**
|
|
1213
|
-
* <p>
|
|
1214
|
-
* The type of telemetry (Logs, Metrics, or Traces) the rule configures.
|
|
1215
|
-
* </p>
|
|
1069
|
+
* <p> The type of telemetry (Logs, Metrics, or Traces) the rule configures. </p>
|
|
1216
1070
|
* @public
|
|
1217
1071
|
*/
|
|
1218
1072
|
TelemetryType?: TelemetryType | undefined;
|
|
@@ -1222,16 +1076,12 @@ export interface TelemetryRuleSummary {
|
|
|
1222
1076
|
*/
|
|
1223
1077
|
export interface ListTelemetryRulesOutput {
|
|
1224
1078
|
/**
|
|
1225
|
-
* <p>
|
|
1226
|
-
* A list of telemetry rule summaries.
|
|
1227
|
-
* </p>
|
|
1079
|
+
* <p> A list of telemetry rule summaries. </p>
|
|
1228
1080
|
* @public
|
|
1229
1081
|
*/
|
|
1230
1082
|
TelemetryRuleSummaries?: TelemetryRuleSummary[] | undefined;
|
|
1231
1083
|
/**
|
|
1232
|
-
* <p>
|
|
1233
|
-
* A token to resume pagination of results.
|
|
1234
|
-
* </p>
|
|
1084
|
+
* <p> A token to resume pagination of results. </p>
|
|
1235
1085
|
* @public
|
|
1236
1086
|
*/
|
|
1237
1087
|
NextToken?: string | undefined;
|
|
@@ -1241,37 +1091,27 @@ export interface ListTelemetryRulesOutput {
|
|
|
1241
1091
|
*/
|
|
1242
1092
|
export interface ListTelemetryRulesForOrganizationInput {
|
|
1243
1093
|
/**
|
|
1244
|
-
* <p>
|
|
1245
|
-
* A string to filter organization telemetry rules whose names begin with the specified prefix.
|
|
1246
|
-
* </p>
|
|
1094
|
+
* <p> A string to filter organization telemetry rules whose names begin with the specified prefix. </p>
|
|
1247
1095
|
* @public
|
|
1248
1096
|
*/
|
|
1249
1097
|
RuleNamePrefix?: string | undefined;
|
|
1250
1098
|
/**
|
|
1251
|
-
* <p>
|
|
1252
|
-
* The list of account IDs to filter organization telemetry rules by their source accounts.
|
|
1253
|
-
* </p>
|
|
1099
|
+
* <p> The list of account IDs to filter organization telemetry rules by their source accounts. </p>
|
|
1254
1100
|
* @public
|
|
1255
1101
|
*/
|
|
1256
1102
|
SourceAccountIds?: string[] | undefined;
|
|
1257
1103
|
/**
|
|
1258
|
-
* <p>
|
|
1259
|
-
* The list of organizational unit IDs to filter organization telemetry rules by their source organizational units.
|
|
1260
|
-
* </p>
|
|
1104
|
+
* <p> The list of organizational unit IDs to filter organization telemetry rules by their source organizational units. </p>
|
|
1261
1105
|
* @public
|
|
1262
1106
|
*/
|
|
1263
1107
|
SourceOrganizationUnitIds?: string[] | undefined;
|
|
1264
1108
|
/**
|
|
1265
|
-
* <p>
|
|
1266
|
-
* The maximum number of organization telemetry rules to return in a single call.
|
|
1267
|
-
* </p>
|
|
1109
|
+
* <p> The maximum number of organization telemetry rules to return in a single call. </p>
|
|
1268
1110
|
* @public
|
|
1269
1111
|
*/
|
|
1270
1112
|
MaxResults?: number | undefined;
|
|
1271
1113
|
/**
|
|
1272
|
-
* <p>
|
|
1273
|
-
* The token for the next set of results. A previous call generates this token.
|
|
1274
|
-
* </p>
|
|
1114
|
+
* <p> The token for the next set of results. A previous call generates this token. </p>
|
|
1275
1115
|
* @public
|
|
1276
1116
|
*/
|
|
1277
1117
|
NextToken?: string | undefined;
|
|
@@ -1281,35 +1121,52 @@ export interface ListTelemetryRulesForOrganizationInput {
|
|
|
1281
1121
|
*/
|
|
1282
1122
|
export interface ListTelemetryRulesForOrganizationOutput {
|
|
1283
1123
|
/**
|
|
1284
|
-
* <p>
|
|
1285
|
-
* A list of organization telemetry rule summaries.
|
|
1286
|
-
* </p>
|
|
1124
|
+
* <p> A list of organization telemetry rule summaries. </p>
|
|
1287
1125
|
* @public
|
|
1288
1126
|
*/
|
|
1289
1127
|
TelemetryRuleSummaries?: TelemetryRuleSummary[] | undefined;
|
|
1290
1128
|
/**
|
|
1291
|
-
* <p>
|
|
1292
|
-
* A token to resume pagination of results.
|
|
1293
|
-
* </p>
|
|
1129
|
+
* <p> A token to resume pagination of results. </p>
|
|
1294
1130
|
* @public
|
|
1295
1131
|
*/
|
|
1296
1132
|
NextToken?: string | undefined;
|
|
1297
1133
|
}
|
|
1134
|
+
/**
|
|
1135
|
+
* @public
|
|
1136
|
+
*/
|
|
1137
|
+
export interface StartTelemetryEnrichmentOutput {
|
|
1138
|
+
/**
|
|
1139
|
+
* <p> The status of the resource tags for telemetry feature after the start operation (<code>Running</code>, <code>Stopped</code>, or <code>Impaired</code>). </p>
|
|
1140
|
+
* @public
|
|
1141
|
+
*/
|
|
1142
|
+
Status?: TelemetryEnrichmentStatus | undefined;
|
|
1143
|
+
/**
|
|
1144
|
+
* <p> The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view created for resource tags for telemetry. </p>
|
|
1145
|
+
* @public
|
|
1146
|
+
*/
|
|
1147
|
+
AwsResourceExplorerManagedViewArn?: string | undefined;
|
|
1148
|
+
}
|
|
1149
|
+
/**
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
export interface StopTelemetryEnrichmentOutput {
|
|
1153
|
+
/**
|
|
1154
|
+
* <p> The status of the resource tags for telemetry feature after the stop operation (<code>Running</code>, <code>Stopped</code>, or <code>Impaired</code>). </p>
|
|
1155
|
+
* @public
|
|
1156
|
+
*/
|
|
1157
|
+
Status?: TelemetryEnrichmentStatus | undefined;
|
|
1158
|
+
}
|
|
1298
1159
|
/**
|
|
1299
1160
|
* @public
|
|
1300
1161
|
*/
|
|
1301
1162
|
export interface TagResourceInput {
|
|
1302
1163
|
/**
|
|
1303
|
-
* <p>
|
|
1304
|
-
* The Amazon Resource Name (ARN) of the telemetry rule resource to tag.
|
|
1305
|
-
* </p>
|
|
1164
|
+
* <p> The Amazon Resource Name (ARN) of the telemetry rule resource to tag. </p>
|
|
1306
1165
|
* @public
|
|
1307
1166
|
*/
|
|
1308
1167
|
ResourceARN: string | undefined;
|
|
1309
1168
|
/**
|
|
1310
|
-
* <p>
|
|
1311
|
-
* The key-value pairs to add or update for the telemetry rule resource.
|
|
1312
|
-
* </p>
|
|
1169
|
+
* <p> The key-value pairs to add or update for the telemetry rule resource. </p>
|
|
1313
1170
|
* @public
|
|
1314
1171
|
*/
|
|
1315
1172
|
Tags: Record<string, string> | undefined;
|
|
@@ -1319,16 +1176,12 @@ export interface TagResourceInput {
|
|
|
1319
1176
|
*/
|
|
1320
1177
|
export interface UntagResourceInput {
|
|
1321
1178
|
/**
|
|
1322
|
-
* <p>
|
|
1323
|
-
* The Amazon Resource Name (ARN) of the telemetry rule resource to remove tags from.
|
|
1324
|
-
* </p>
|
|
1179
|
+
* <p> The Amazon Resource Name (ARN) of the telemetry rule resource to remove tags from. </p>
|
|
1325
1180
|
* @public
|
|
1326
1181
|
*/
|
|
1327
1182
|
ResourceARN: string | undefined;
|
|
1328
1183
|
/**
|
|
1329
|
-
* <p>
|
|
1330
|
-
* The list of tag keys to remove from the telemetry rule resource.
|
|
1331
|
-
* </p>
|
|
1184
|
+
* <p> The list of tag keys to remove from the telemetry rule resource. </p>
|
|
1332
1185
|
* @public
|
|
1333
1186
|
*/
|
|
1334
1187
|
TagKeys: string[] | undefined;
|
|
@@ -1363,16 +1216,12 @@ export interface UpdateCentralizationRuleForOrganizationOutput {
|
|
|
1363
1216
|
*/
|
|
1364
1217
|
export interface UpdateTelemetryRuleInput {
|
|
1365
1218
|
/**
|
|
1366
|
-
* <p>
|
|
1367
|
-
* The identifier (name or ARN) of the telemetry rule to update.
|
|
1368
|
-
* </p>
|
|
1219
|
+
* <p> The identifier (name or ARN) of the telemetry rule to update. </p>
|
|
1369
1220
|
* @public
|
|
1370
1221
|
*/
|
|
1371
1222
|
RuleIdentifier: string | undefined;
|
|
1372
1223
|
/**
|
|
1373
|
-
* <p>
|
|
1374
|
-
* The new configuration details for the telemetry rule.
|
|
1375
|
-
* </p>
|
|
1224
|
+
* <p> The new configuration details for the telemetry rule. </p>
|
|
1376
1225
|
* @public
|
|
1377
1226
|
*/
|
|
1378
1227
|
Rule: TelemetryRule | undefined;
|
|
@@ -1382,9 +1231,7 @@ export interface UpdateTelemetryRuleInput {
|
|
|
1382
1231
|
*/
|
|
1383
1232
|
export interface UpdateTelemetryRuleOutput {
|
|
1384
1233
|
/**
|
|
1385
|
-
* <p>
|
|
1386
|
-
* The Amazon Resource Name (ARN) of the updated telemetry rule.
|
|
1387
|
-
* </p>
|
|
1234
|
+
* <p> The Amazon Resource Name (ARN) of the updated telemetry rule. </p>
|
|
1388
1235
|
* @public
|
|
1389
1236
|
*/
|
|
1390
1237
|
RuleArn?: string | undefined;
|
|
@@ -1394,16 +1241,12 @@ export interface UpdateTelemetryRuleOutput {
|
|
|
1394
1241
|
*/
|
|
1395
1242
|
export interface UpdateTelemetryRuleForOrganizationInput {
|
|
1396
1243
|
/**
|
|
1397
|
-
* <p>
|
|
1398
|
-
* The identifier (name or ARN) of the organization telemetry rule to update.
|
|
1399
|
-
* </p>
|
|
1244
|
+
* <p> The identifier (name or ARN) of the organization telemetry rule to update. </p>
|
|
1400
1245
|
* @public
|
|
1401
1246
|
*/
|
|
1402
1247
|
RuleIdentifier: string | undefined;
|
|
1403
1248
|
/**
|
|
1404
|
-
* <p>
|
|
1405
|
-
* The new configuration details for the organization telemetry rule, including resource type, telemetry type, and destination configuration.
|
|
1406
|
-
* </p>
|
|
1249
|
+
* <p> The new configuration details for the organization telemetry rule, including resource type, telemetry type, and destination configuration. </p>
|
|
1407
1250
|
* @public
|
|
1408
1251
|
*/
|
|
1409
1252
|
Rule: TelemetryRule | undefined;
|
|
@@ -1413,9 +1256,7 @@ export interface UpdateTelemetryRuleForOrganizationInput {
|
|
|
1413
1256
|
*/
|
|
1414
1257
|
export interface UpdateTelemetryRuleForOrganizationOutput {
|
|
1415
1258
|
/**
|
|
1416
|
-
* <p>
|
|
1417
|
-
* The Amazon Resource Name (ARN) of the updated organization telemetry rule.
|
|
1418
|
-
* </p>
|
|
1259
|
+
* <p> The Amazon Resource Name (ARN) of the updated organization telemetry rule. </p>
|
|
1419
1260
|
* @public
|
|
1420
1261
|
*/
|
|
1421
1262
|
RuleArn?: string | undefined;
|