@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.
Files changed (55) hide show
  1. package/README.md +25 -4
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +131 -0
  4. package/dist-es/ObservabilityAdmin.js +6 -0
  5. package/dist-es/commands/GetTelemetryEnrichmentStatusCommand.js +22 -0
  6. package/dist-es/commands/StartTelemetryEnrichmentCommand.js +22 -0
  7. package/dist-es/commands/StopTelemetryEnrichmentCommand.js +22 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/endpoint/ruleset.js +1 -1
  10. package/dist-es/models/models_0.js +5 -0
  11. package/dist-es/protocols/Aws_restJson1.js +68 -0
  12. package/dist-types/ObservabilityAdmin.d.ts +25 -4
  13. package/dist-types/ObservabilityAdminClient.d.ts +6 -6
  14. package/dist-types/commands/CreateCentralizationRuleForOrganizationCommand.d.ts +6 -18
  15. package/dist-types/commands/CreateTelemetryRuleCommand.d.ts +7 -21
  16. package/dist-types/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +7 -21
  17. package/dist-types/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +5 -15
  18. package/dist-types/commands/DeleteTelemetryRuleCommand.d.ts +6 -18
  19. package/dist-types/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +6 -18
  20. package/dist-types/commands/GetCentralizationRuleForOrganizationCommand.d.ts +5 -15
  21. package/dist-types/commands/GetTelemetryEnrichmentStatusCommand.d.ts +85 -0
  22. package/dist-types/commands/GetTelemetryEvaluationStatusCommand.d.ts +4 -12
  23. package/dist-types/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +5 -15
  24. package/dist-types/commands/GetTelemetryRuleCommand.d.ts +6 -18
  25. package/dist-types/commands/GetTelemetryRuleForOrganizationCommand.d.ts +6 -18
  26. package/dist-types/commands/ListCentralizationRulesForOrganizationCommand.d.ts +4 -12
  27. package/dist-types/commands/ListResourceTelemetryCommand.d.ts +5 -15
  28. package/dist-types/commands/ListResourceTelemetryForOrganizationCommand.d.ts +5 -15
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -18
  30. package/dist-types/commands/ListTelemetryRulesCommand.d.ts +5 -15
  31. package/dist-types/commands/ListTelemetryRulesForOrganizationCommand.d.ts +5 -15
  32. package/dist-types/commands/StartTelemetryEnrichmentCommand.d.ts +85 -0
  33. package/dist-types/commands/StartTelemetryEvaluationCommand.d.ts +5 -15
  34. package/dist-types/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +5 -15
  35. package/dist-types/commands/StopTelemetryEnrichmentCommand.d.ts +84 -0
  36. package/dist-types/commands/StopTelemetryEvaluationCommand.d.ts +5 -15
  37. package/dist-types/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +5 -15
  38. package/dist-types/commands/TagResourceCommand.d.ts +7 -21
  39. package/dist-types/commands/UntagResourceCommand.d.ts +6 -18
  40. package/dist-types/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +6 -18
  41. package/dist-types/commands/UpdateTelemetryRuleCommand.d.ts +7 -21
  42. package/dist-types/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +7 -21
  43. package/dist-types/commands/index.d.ts +3 -0
  44. package/dist-types/index.d.ts +1 -4
  45. package/dist-types/models/models_0.d.ts +159 -318
  46. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  47. package/dist-types/ts3.4/ObservabilityAdmin.d.ts +54 -0
  48. package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +18 -0
  49. package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +47 -0
  50. package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +47 -0
  51. package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +47 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  55. package/package.json +33 -33
@@ -14,6 +14,7 @@ import { DeleteCentralizationRuleForOrganizationCommandInput, DeleteCentralizati
14
14
  import { DeleteTelemetryRuleCommandInput, DeleteTelemetryRuleCommandOutput } from "./commands/DeleteTelemetryRuleCommand";
15
15
  import { DeleteTelemetryRuleForOrganizationCommandInput, DeleteTelemetryRuleForOrganizationCommandOutput } from "./commands/DeleteTelemetryRuleForOrganizationCommand";
16
16
  import { GetCentralizationRuleForOrganizationCommandInput, GetCentralizationRuleForOrganizationCommandOutput } from "./commands/GetCentralizationRuleForOrganizationCommand";
17
+ import { GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput } from "./commands/GetTelemetryEnrichmentStatusCommand";
17
18
  import { GetTelemetryEvaluationStatusCommandInput, GetTelemetryEvaluationStatusCommandOutput } from "./commands/GetTelemetryEvaluationStatusCommand";
18
19
  import { GetTelemetryEvaluationStatusForOrganizationCommandInput, GetTelemetryEvaluationStatusForOrganizationCommandOutput } from "./commands/GetTelemetryEvaluationStatusForOrganizationCommand";
19
20
  import { GetTelemetryRuleCommandInput, GetTelemetryRuleCommandOutput } from "./commands/GetTelemetryRuleCommand";
@@ -24,8 +25,10 @@ import { ListResourceTelemetryForOrganizationCommandInput, ListResourceTelemetry
24
25
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
26
  import { ListTelemetryRulesCommandInput, ListTelemetryRulesCommandOutput } from "./commands/ListTelemetryRulesCommand";
26
27
  import { ListTelemetryRulesForOrganizationCommandInput, ListTelemetryRulesForOrganizationCommandOutput } from "./commands/ListTelemetryRulesForOrganizationCommand";
28
+ import { StartTelemetryEnrichmentCommandInput, StartTelemetryEnrichmentCommandOutput } from "./commands/StartTelemetryEnrichmentCommand";
27
29
  import { StartTelemetryEvaluationCommandInput, StartTelemetryEvaluationCommandOutput } from "./commands/StartTelemetryEvaluationCommand";
28
30
  import { StartTelemetryEvaluationForOrganizationCommandInput, StartTelemetryEvaluationForOrganizationCommandOutput } from "./commands/StartTelemetryEvaluationForOrganizationCommand";
31
+ import { StopTelemetryEnrichmentCommandInput, StopTelemetryEnrichmentCommandOutput } from "./commands/StopTelemetryEnrichmentCommand";
29
32
  import { StopTelemetryEvaluationCommandInput, StopTelemetryEvaluationCommandOutput } from "./commands/StopTelemetryEvaluationCommand";
30
33
  import { StopTelemetryEvaluationForOrganizationCommandInput, StopTelemetryEvaluationForOrganizationCommandOutput } from "./commands/StopTelemetryEvaluationForOrganizationCommand";
31
34
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -39,11 +42,11 @@ export { __Client };
39
42
  /**
40
43
  * @public
41
44
  */
42
- export type ServiceInputTypes = CreateCentralizationRuleForOrganizationCommandInput | CreateTelemetryRuleCommandInput | CreateTelemetryRuleForOrganizationCommandInput | DeleteCentralizationRuleForOrganizationCommandInput | DeleteTelemetryRuleCommandInput | DeleteTelemetryRuleForOrganizationCommandInput | GetCentralizationRuleForOrganizationCommandInput | GetTelemetryEvaluationStatusCommandInput | GetTelemetryEvaluationStatusForOrganizationCommandInput | GetTelemetryRuleCommandInput | GetTelemetryRuleForOrganizationCommandInput | ListCentralizationRulesForOrganizationCommandInput | ListResourceTelemetryCommandInput | ListResourceTelemetryForOrganizationCommandInput | ListTagsForResourceCommandInput | ListTelemetryRulesCommandInput | ListTelemetryRulesForOrganizationCommandInput | StartTelemetryEvaluationCommandInput | StartTelemetryEvaluationForOrganizationCommandInput | StopTelemetryEvaluationCommandInput | StopTelemetryEvaluationForOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCentralizationRuleForOrganizationCommandInput | UpdateTelemetryRuleCommandInput | UpdateTelemetryRuleForOrganizationCommandInput;
45
+ export type ServiceInputTypes = CreateCentralizationRuleForOrganizationCommandInput | CreateTelemetryRuleCommandInput | CreateTelemetryRuleForOrganizationCommandInput | DeleteCentralizationRuleForOrganizationCommandInput | DeleteTelemetryRuleCommandInput | DeleteTelemetryRuleForOrganizationCommandInput | GetCentralizationRuleForOrganizationCommandInput | GetTelemetryEnrichmentStatusCommandInput | GetTelemetryEvaluationStatusCommandInput | GetTelemetryEvaluationStatusForOrganizationCommandInput | GetTelemetryRuleCommandInput | GetTelemetryRuleForOrganizationCommandInput | ListCentralizationRulesForOrganizationCommandInput | ListResourceTelemetryCommandInput | ListResourceTelemetryForOrganizationCommandInput | ListTagsForResourceCommandInput | ListTelemetryRulesCommandInput | ListTelemetryRulesForOrganizationCommandInput | StartTelemetryEnrichmentCommandInput | StartTelemetryEvaluationCommandInput | StartTelemetryEvaluationForOrganizationCommandInput | StopTelemetryEnrichmentCommandInput | StopTelemetryEvaluationCommandInput | StopTelemetryEvaluationForOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCentralizationRuleForOrganizationCommandInput | UpdateTelemetryRuleCommandInput | UpdateTelemetryRuleForOrganizationCommandInput;
43
46
  /**
44
47
  * @public
45
48
  */
46
- export type ServiceOutputTypes = CreateCentralizationRuleForOrganizationCommandOutput | CreateTelemetryRuleCommandOutput | CreateTelemetryRuleForOrganizationCommandOutput | DeleteCentralizationRuleForOrganizationCommandOutput | DeleteTelemetryRuleCommandOutput | DeleteTelemetryRuleForOrganizationCommandOutput | GetCentralizationRuleForOrganizationCommandOutput | GetTelemetryEvaluationStatusCommandOutput | GetTelemetryEvaluationStatusForOrganizationCommandOutput | GetTelemetryRuleCommandOutput | GetTelemetryRuleForOrganizationCommandOutput | ListCentralizationRulesForOrganizationCommandOutput | ListResourceTelemetryCommandOutput | ListResourceTelemetryForOrganizationCommandOutput | ListTagsForResourceCommandOutput | ListTelemetryRulesCommandOutput | ListTelemetryRulesForOrganizationCommandOutput | StartTelemetryEvaluationCommandOutput | StartTelemetryEvaluationForOrganizationCommandOutput | StopTelemetryEvaluationCommandOutput | StopTelemetryEvaluationForOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCentralizationRuleForOrganizationCommandOutput | UpdateTelemetryRuleCommandOutput | UpdateTelemetryRuleForOrganizationCommandOutput;
49
+ export type ServiceOutputTypes = CreateCentralizationRuleForOrganizationCommandOutput | CreateTelemetryRuleCommandOutput | CreateTelemetryRuleForOrganizationCommandOutput | DeleteCentralizationRuleForOrganizationCommandOutput | DeleteTelemetryRuleCommandOutput | DeleteTelemetryRuleForOrganizationCommandOutput | GetCentralizationRuleForOrganizationCommandOutput | GetTelemetryEnrichmentStatusCommandOutput | GetTelemetryEvaluationStatusCommandOutput | GetTelemetryEvaluationStatusForOrganizationCommandOutput | GetTelemetryRuleCommandOutput | GetTelemetryRuleForOrganizationCommandOutput | ListCentralizationRulesForOrganizationCommandOutput | ListResourceTelemetryCommandOutput | ListResourceTelemetryForOrganizationCommandOutput | ListTagsForResourceCommandOutput | ListTelemetryRulesCommandOutput | ListTelemetryRulesForOrganizationCommandOutput | StartTelemetryEnrichmentCommandOutput | StartTelemetryEvaluationCommandOutput | StartTelemetryEvaluationForOrganizationCommandOutput | StopTelemetryEnrichmentCommandOutput | StopTelemetryEvaluationCommandOutput | StopTelemetryEvaluationForOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCentralizationRuleForOrganizationCommandOutput | UpdateTelemetryRuleCommandOutput | UpdateTelemetryRuleForOrganizationCommandOutput;
47
50
  /**
48
51
  * @public
49
52
  */
@@ -195,10 +198,7 @@ export type ObservabilityAdminClientResolvedConfigType = __SmithyResolvedConfigu
195
198
  export interface ObservabilityAdminClientResolvedConfig extends ObservabilityAdminClientResolvedConfigType {
196
199
  }
197
200
  /**
198
- * <p>
199
- * You can use Amazon CloudWatch Observability Admin to discover and understand the state of telemetry configuration in CloudWatch for your Amazon Web Services Organization or account. This simplifies the process of auditing your telemetry collection configurations across multiple resource types within your Amazon Web Services Organization or account. By providing a consolidated view, it allows you to easily review and manage telemetry settings, helping you ensure proper monitoring and data collection across your Amazon Web Services environment.
200
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/telemetry-config-cloudwatch.html">Auditing CloudWatch telemetry configurations</a> in the CloudWatch User Guide.</p>
201
- * <p>For information on the permissions you need to use this API, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/auth-and-access-control-cw.html">Identity and access management for Amazon CloudWatch</a> in the CloudWatch User Guide.</p>
201
+ * <p> You can use Amazon CloudWatch Observability Admin to discover and understand the state of telemetry configuration in CloudWatch for your Amazon Web Services Organization or account. This simplifies the process of auditing your telemetry collection configurations across multiple resource types within your Amazon Web Services Organization or account. By providing a consolidated view, it allows you to easily review and manage telemetry settings, helping you ensure proper monitoring and data collection across your Amazon Web Services environment. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/telemetry-config-cloudwatch.html">Auditing CloudWatch telemetry configurations</a> in the CloudWatch User Guide.</p> <p>For information on the permissions you need to use this API, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/auth-and-access-control-cw.html">Identity and access management for Amazon CloudWatch</a> in the CloudWatch User Guide.</p>
202
202
  * @public
203
203
  */
204
204
  export declare class ObservabilityAdminClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ObservabilityAdminClientResolvedConfig> {
@@ -84,34 +84,22 @@ declare const CreateCentralizationRuleForOrganizationCommand_base: {
84
84
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
85
85
  *
86
86
  * @throws {@link AccessDeniedException} (client fault)
87
- * <p>
88
- * 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.
89
- * </p>
87
+ * <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>
90
88
  *
91
89
  * @throws {@link ConflictException} (client fault)
92
- * <p>
93
- * The requested operation conflicts with the current state of the specified resource or with another request.
94
- * </p>
90
+ * <p> The requested operation conflicts with the current state of the specified resource or with another request. </p>
95
91
  *
96
92
  * @throws {@link InternalServerException} (server fault)
97
- * <p>
98
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
99
- * </p>
93
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
100
94
  *
101
95
  * @throws {@link ServiceQuotaExceededException} (client fault)
102
- * <p>
103
- * The requested operation would exceed the allowed quota for the specified resource type.
104
- * </p>
96
+ * <p> The requested operation would exceed the allowed quota for the specified resource type. </p>
105
97
  *
106
98
  * @throws {@link TooManyRequestsException} (client fault)
107
- * <p>
108
- * The request throughput limit was exceeded.
109
- * </p>
99
+ * <p> The request throughput limit was exceeded. </p>
110
100
  *
111
101
  * @throws {@link ValidationException} (client fault)
112
- * <p>
113
- * Indicates input validation failed. Check your request parameters and retry the request.
114
- * </p>
102
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
115
103
  *
116
104
  * @throws {@link ObservabilityAdminServiceException}
117
105
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -27,9 +27,7 @@ declare const CreateTelemetryRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria.
32
- * </p>
30
+ * <p> Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -75,34 +73,22 @@ declare const CreateTelemetryRuleCommand_base: {
75
73
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
76
74
  *
77
75
  * @throws {@link AccessDeniedException} (client fault)
78
- * <p>
79
- * 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.
80
- * </p>
76
+ * <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>
81
77
  *
82
78
  * @throws {@link ConflictException} (client fault)
83
- * <p>
84
- * The requested operation conflicts with the current state of the specified resource or with another request.
85
- * </p>
79
+ * <p> The requested operation conflicts with the current state of the specified resource or with another request. </p>
86
80
  *
87
81
  * @throws {@link InternalServerException} (server fault)
88
- * <p>
89
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
90
- * </p>
82
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
91
83
  *
92
84
  * @throws {@link ServiceQuotaExceededException} (client fault)
93
- * <p>
94
- * The requested operation would exceed the allowed quota for the specified resource type.
95
- * </p>
85
+ * <p> The requested operation would exceed the allowed quota for the specified resource type. </p>
96
86
  *
97
87
  * @throws {@link TooManyRequestsException} (client fault)
98
- * <p>
99
- * The request throughput limit was exceeded.
100
- * </p>
88
+ * <p> The request throughput limit was exceeded. </p>
101
89
  *
102
90
  * @throws {@link ValidationException} (client fault)
103
- * <p>
104
- * Indicates input validation failed. Check your request parameters and retry the request.
105
- * </p>
91
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
106
92
  *
107
93
  * @throws {@link ObservabilityAdminServiceException}
108
94
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -27,9 +27,7 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.
32
- * </p>
30
+ * <p> Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -75,34 +73,22 @@ declare const CreateTelemetryRuleForOrganizationCommand_base: {
75
73
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
76
74
  *
77
75
  * @throws {@link AccessDeniedException} (client fault)
78
- * <p>
79
- * 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.
80
- * </p>
76
+ * <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>
81
77
  *
82
78
  * @throws {@link ConflictException} (client fault)
83
- * <p>
84
- * The requested operation conflicts with the current state of the specified resource or with another request.
85
- * </p>
79
+ * <p> The requested operation conflicts with the current state of the specified resource or with another request. </p>
86
80
  *
87
81
  * @throws {@link InternalServerException} (server fault)
88
- * <p>
89
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
90
- * </p>
82
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
91
83
  *
92
84
  * @throws {@link ServiceQuotaExceededException} (client fault)
93
- * <p>
94
- * The requested operation would exceed the allowed quota for the specified resource type.
95
- * </p>
85
+ * <p> The requested operation would exceed the allowed quota for the specified resource type. </p>
96
86
  *
97
87
  * @throws {@link TooManyRequestsException} (client fault)
98
- * <p>
99
- * The request throughput limit was exceeded.
100
- * </p>
88
+ * <p> The request throughput limit was exceeded. </p>
101
89
  *
102
90
  * @throws {@link ValidationException} (client fault)
103
- * <p>
104
- * Indicates input validation failed. Check your request parameters and retry the request.
105
- * </p>
91
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
106
92
  *
107
93
  * @throws {@link ObservabilityAdminServiceException}
108
94
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -52,29 +52,19 @@ declare const DeleteCentralizationRuleForOrganizationCommand_base: {
52
52
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
- * <p>
56
- * 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.
57
- * </p>
55
+ * <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>
58
56
  *
59
57
  * @throws {@link InternalServerException} (server fault)
60
- * <p>
61
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
62
- * </p>
58
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
63
59
  *
64
60
  * @throws {@link ResourceNotFoundException} (client fault)
65
- * <p>
66
- * The specified resource (such as a telemetry rule) could not be found.
67
- * </p>
61
+ * <p> The specified resource (such as a telemetry rule) could not be found. </p>
68
62
  *
69
63
  * @throws {@link TooManyRequestsException} (client fault)
70
- * <p>
71
- * The request throughput limit was exceeded.
72
- * </p>
64
+ * <p> The request throughput limit was exceeded. </p>
73
65
  *
74
66
  * @throws {@link ValidationException} (client fault)
75
- * <p>
76
- * Indicates input validation failed. Check your request parameters and retry the request.
77
- * </p>
67
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
78
68
  *
79
69
  * @throws {@link ObservabilityAdminServiceException}
80
70
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -27,9 +27,7 @@ declare const DeleteTelemetryRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule.
32
- * </p>
30
+ * <p> Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -54,29 +52,19 @@ declare const DeleteTelemetryRuleCommand_base: {
54
52
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
55
53
  *
56
54
  * @throws {@link AccessDeniedException} (client fault)
57
- * <p>
58
- * 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.
59
- * </p>
55
+ * <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>
60
56
  *
61
57
  * @throws {@link InternalServerException} (server fault)
62
- * <p>
63
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
64
- * </p>
58
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
65
59
  *
66
60
  * @throws {@link ResourceNotFoundException} (client fault)
67
- * <p>
68
- * The specified resource (such as a telemetry rule) could not be found.
69
- * </p>
61
+ * <p> The specified resource (such as a telemetry rule) could not be found. </p>
70
62
  *
71
63
  * @throws {@link TooManyRequestsException} (client fault)
72
- * <p>
73
- * The request throughput limit was exceeded.
74
- * </p>
64
+ * <p> The request throughput limit was exceeded. </p>
75
65
  *
76
66
  * @throws {@link ValidationException} (client fault)
77
- * <p>
78
- * Indicates input validation failed. Check your request parameters and retry the request.
79
- * </p>
67
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
80
68
  *
81
69
  * @throws {@link ObservabilityAdminServiceException}
82
70
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -27,9 +27,7 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Deletes an organization-wide telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account.
32
- * </p>
30
+ * <p> Deletes an organization-wide telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -54,29 +52,19 @@ declare const DeleteTelemetryRuleForOrganizationCommand_base: {
54
52
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
55
53
  *
56
54
  * @throws {@link AccessDeniedException} (client fault)
57
- * <p>
58
- * 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.
59
- * </p>
55
+ * <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>
60
56
  *
61
57
  * @throws {@link InternalServerException} (server fault)
62
- * <p>
63
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
64
- * </p>
58
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
65
59
  *
66
60
  * @throws {@link ResourceNotFoundException} (client fault)
67
- * <p>
68
- * The specified resource (such as a telemetry rule) could not be found.
69
- * </p>
61
+ * <p> The specified resource (such as a telemetry rule) could not be found. </p>
70
62
  *
71
63
  * @throws {@link TooManyRequestsException} (client fault)
72
- * <p>
73
- * The request throughput limit was exceeded.
74
- * </p>
64
+ * <p> The request throughput limit was exceeded. </p>
75
65
  *
76
66
  * @throws {@link ValidationException} (client fault)
77
- * <p>
78
- * Indicates input validation failed. Check your request parameters and retry the request.
79
- * </p>
67
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
80
68
  *
81
69
  * @throws {@link ObservabilityAdminServiceException}
82
70
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -88,29 +88,19 @@ declare const GetCentralizationRuleForOrganizationCommand_base: {
88
88
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
89
89
  *
90
90
  * @throws {@link AccessDeniedException} (client fault)
91
- * <p>
92
- * 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.
93
- * </p>
91
+ * <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>
94
92
  *
95
93
  * @throws {@link InternalServerException} (server fault)
96
- * <p>
97
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
98
- * </p>
94
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
99
95
  *
100
96
  * @throws {@link ResourceNotFoundException} (client fault)
101
- * <p>
102
- * The specified resource (such as a telemetry rule) could not be found.
103
- * </p>
97
+ * <p> The specified resource (such as a telemetry rule) could not be found. </p>
104
98
  *
105
99
  * @throws {@link TooManyRequestsException} (client fault)
106
- * <p>
107
- * The request throughput limit was exceeded.
108
- * </p>
100
+ * <p> The request throughput limit was exceeded. </p>
109
101
  *
110
102
  * @throws {@link ValidationException} (client fault)
111
- * <p>
112
- * Indicates input validation failed. Check your request parameters and retry the request.
113
- * </p>
103
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
114
104
  *
115
105
  * @throws {@link ObservabilityAdminServiceException}
116
106
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -0,0 +1,85 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetTelemetryEnrichmentStatusOutput } from "../models/models_0";
4
+ import { ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ObservabilityAdminClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetTelemetryEnrichmentStatusCommand}.
14
+ */
15
+ export interface GetTelemetryEnrichmentStatusCommandInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetTelemetryEnrichmentStatusCommand}.
21
+ */
22
+ export interface GetTelemetryEnrichmentStatusCommandOutput extends GetTelemetryEnrichmentStatusOutput, __MetadataBearer {
23
+ }
24
+ declare const GetTelemetryEnrichmentStatusCommand_base: {
25
+ new (input: GetTelemetryEnrichmentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetTelemetryEnrichmentStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTelemetryEnrichmentStatusCommandInput, GetTelemetryEnrichmentStatusCommandOutput, ObservabilityAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p> Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Amazon Web Services Resource Explorer. </p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ObservabilityAdminClient, GetTelemetryEnrichmentStatusCommand } from "@aws-sdk/client-observabilityadmin"; // ES Modules import
35
+ * // const { ObservabilityAdminClient, GetTelemetryEnrichmentStatusCommand } = require("@aws-sdk/client-observabilityadmin"); // CommonJS import
36
+ * // import type { ObservabilityAdminClientConfig } from "@aws-sdk/client-observabilityadmin";
37
+ * const config = {}; // type is ObservabilityAdminClientConfig
38
+ * const client = new ObservabilityAdminClient(config);
39
+ * const input = {};
40
+ * const command = new GetTelemetryEnrichmentStatusCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // GetTelemetryEnrichmentStatusOutput
43
+ * // Status: "Running" || "Stopped" || "Impaired",
44
+ * // AwsResourceExplorerManagedViewArn: "STRING_VALUE",
45
+ * // };
46
+ *
47
+ * ```
48
+ *
49
+ * @param GetTelemetryEnrichmentStatusCommandInput - {@link GetTelemetryEnrichmentStatusCommandInput}
50
+ * @returns {@link GetTelemetryEnrichmentStatusCommandOutput}
51
+ * @see {@link GetTelemetryEnrichmentStatusCommandInput} for command's `input` shape.
52
+ * @see {@link GetTelemetryEnrichmentStatusCommandOutput} for command's `response` shape.
53
+ * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
54
+ *
55
+ * @throws {@link AccessDeniedException} (client fault)
56
+ * <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>
57
+ *
58
+ * @throws {@link InternalServerException} (server fault)
59
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p> The specified resource (such as a telemetry rule) could not be found. </p>
63
+ *
64
+ * @throws {@link TooManyRequestsException} (client fault)
65
+ * <p> The request throughput limit was exceeded. </p>
66
+ *
67
+ * @throws {@link ObservabilityAdminServiceException}
68
+ * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
69
+ *
70
+ *
71
+ * @public
72
+ */
73
+ export declare class GetTelemetryEnrichmentStatusCommand extends GetTelemetryEnrichmentStatusCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: {};
78
+ output: GetTelemetryEnrichmentStatusOutput;
79
+ };
80
+ sdk: {
81
+ input: GetTelemetryEnrichmentStatusCommandInput;
82
+ output: GetTelemetryEnrichmentStatusCommandOutput;
83
+ };
84
+ };
85
+ }
@@ -27,9 +27,7 @@ declare const GetTelemetryEvaluationStatusCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.
32
- * </p>
30
+ * <p> Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -55,19 +53,13 @@ declare const GetTelemetryEvaluationStatusCommand_base: {
55
53
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
56
54
  *
57
55
  * @throws {@link AccessDeniedException} (client fault)
58
- * <p>
59
- * 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.
60
- * </p>
56
+ * <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>
61
57
  *
62
58
  * @throws {@link InternalServerException} (server fault)
63
- * <p>
64
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
65
- * </p>
59
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
66
60
  *
67
61
  * @throws {@link TooManyRequestsException} (client fault)
68
- * <p>
69
- * The request throughput limit was exceeded.
70
- * </p>
62
+ * <p> The request throughput limit was exceeded. </p>
71
63
  *
72
64
  * @throws {@link ObservabilityAdminServiceException}
73
65
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -27,9 +27,7 @@ declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * This returns the onboarding status of the telemetry configuration feature for the organization. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config.
32
- * </p>
30
+ * <p> This returns the onboarding status of the telemetry configuration feature for the organization. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -55,24 +53,16 @@ declare const GetTelemetryEvaluationStatusForOrganizationCommand_base: {
55
53
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
56
54
  *
57
55
  * @throws {@link AccessDeniedException} (client fault)
58
- * <p>
59
- * 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.
60
- * </p>
56
+ * <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>
61
57
  *
62
58
  * @throws {@link InternalServerException} (server fault)
63
- * <p>
64
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
65
- * </p>
59
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
66
60
  *
67
61
  * @throws {@link TooManyRequestsException} (client fault)
68
- * <p>
69
- * The request throughput limit was exceeded.
70
- * </p>
62
+ * <p> The request throughput limit was exceeded. </p>
71
63
  *
72
64
  * @throws {@link ValidationException} (client fault)
73
- * <p>
74
- * Indicates input validation failed. Check your request parameters and retry the request.
75
- * </p>
65
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
76
66
  *
77
67
  * @throws {@link ObservabilityAdminServiceException}
78
68
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>
@@ -27,9 +27,7 @@ declare const GetTelemetryRuleCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Retrieves the details of a specific telemetry rule in your account.
32
- * </p>
30
+ * <p> Retrieves the details of a specific telemetry rule in your account. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -75,29 +73,19 @@ declare const GetTelemetryRuleCommand_base: {
75
73
  * @see {@link ObservabilityAdminClientResolvedConfig | config} for ObservabilityAdminClient's `config` shape.
76
74
  *
77
75
  * @throws {@link AccessDeniedException} (client fault)
78
- * <p>
79
- * 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.
80
- * </p>
76
+ * <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>
81
77
  *
82
78
  * @throws {@link InternalServerException} (server fault)
83
- * <p>
84
- * Indicates the request has failed to process because of an unknown server error, exception, or failure.
85
- * </p>
79
+ * <p> Indicates the request has failed to process because of an unknown server error, exception, or failure. </p>
86
80
  *
87
81
  * @throws {@link ResourceNotFoundException} (client fault)
88
- * <p>
89
- * The specified resource (such as a telemetry rule) could not be found.
90
- * </p>
82
+ * <p> The specified resource (such as a telemetry rule) could not be found. </p>
91
83
  *
92
84
  * @throws {@link TooManyRequestsException} (client fault)
93
- * <p>
94
- * The request throughput limit was exceeded.
95
- * </p>
85
+ * <p> The request throughput limit was exceeded. </p>
96
86
  *
97
87
  * @throws {@link ValidationException} (client fault)
98
- * <p>
99
- * Indicates input validation failed. Check your request parameters and retry the request.
100
- * </p>
88
+ * <p> Indicates input validation failed. Check your request parameters and retry the request. </p>
101
89
  *
102
90
  * @throws {@link ObservabilityAdminServiceException}
103
91
  * <p>Base exception class for all service exceptions from ObservabilityAdmin service.</p>