{ "version":"2.0", "metadata":{ "apiVersion":"2024-04-15", "auth":["aws.auth#sigv4"], "endpointPrefix":"application-signals", "protocol":"rest-json", "protocols":["rest-json"], "serviceFullName":"Amazon CloudWatch Application Signals", "serviceId":"Application Signals", "signatureVersion":"v4", "signingName":"application-signals", "uid":"application-signals-2024-04-15" }, "operations":{ "BatchDeleteInstrumentationConfigurations":{ "name":"BatchDeleteInstrumentationConfigurations", "http":{ "method":"POST", "requestUri":"/batch-delete-instrumentation-configurations", "responseCode":200 }, "input":{"shape":"BatchDeleteInstrumentationConfigurationsRequest"}, "output":{"shape":"BatchDeleteInstrumentationConfigurationsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes multiple instrumentation configurations in a single request. Supports two mutually exclusive selection methods:

" }, "BatchGetServiceLevelObjectiveBudgetReport":{ "name":"BatchGetServiceLevelObjectiveBudgetReport", "http":{ "method":"POST", "requestUri":"/budget-report", "responseCode":200 }, "input":{"shape":"BatchGetServiceLevelObjectiveBudgetReportInput"}, "output":{"shape":"BatchGetServiceLevelObjectiveBudgetReportOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Use this operation to retrieve one or more service level objective (SLO) budget reports.

An error budget is the amount of time or requests in an unhealthy state that your service can accumulate during an interval before your overall SLO budget health is breached and the SLO is considered to be unmet. For example, an SLO with a threshold of 99.95% and a monthly interval translates to an error budget of 21.9 minutes of downtime in a 30-day month.

Budget reports include a health indicator, the attainment value, and remaining budget.

For more information about SLO error budgets, see SLO concepts.

" }, "BatchUpdateExclusionWindows":{ "name":"BatchUpdateExclusionWindows", "http":{ "method":"PATCH", "requestUri":"/exclusion-windows", "responseCode":200 }, "input":{"shape":"BatchUpdateExclusionWindowsInput"}, "output":{"shape":"BatchUpdateExclusionWindowsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Add or remove time window exclusions for one or more Service Level Objectives (SLOs).

" }, "CreateInstrumentationConfiguration":{ "name":"CreateInstrumentationConfiguration", "http":{ "method":"POST", "requestUri":"/create-instrumentation-configuration", "responseCode":200 }, "input":{"shape":"CreateInstrumentationConfigurationRequest"}, "output":{"shape":"CreateInstrumentationConfigurationResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ConflictException"} ], "documentation":"

Creates a dynamic instrumentation configuration for a specific code or endpoint location within a service and environment. Configurations are immutable after creation.

For BREAKPOINT type configurations, they expire after 24 hours unless a shorter expiration is provided. For PROBE type configurations, they persist until explicitly deleted; an expiration cannot be set for PROBE configurations.

If a configuration already exists for the same service, environment, signal type, and location, this operation returns a conflict instead of overwriting it. Use attribute filters and capture settings to control where the instrumentation runs and which data is collected.

" }, "CreateServiceLevelObjective":{ "name":"CreateServiceLevelObjective", "http":{ "method":"POST", "requestUri":"/slo", "responseCode":200 }, "input":{"shape":"CreateServiceLevelObjectiveInput"}, "output":{"shape":"CreateServiceLevelObjectiveOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ConflictException"} ], "documentation":"

Creates a service level objective (SLO), which can help you ensure that your critical business operations are meeting customer expectations. Use SLOs to set and track specific target levels for the reliability and availability of your applications and services. SLOs use service level indicators (SLIs) to calculate whether the application is performing at the level that you want.

Create an SLO to set a target for a service or operation’s availability or latency. CloudWatch measures this target frequently you can find whether it has been breached.

The target performance quality that is defined for an SLO is the attainment goal.

You can set SLO targets for your applications that are discovered by Application Signals, using critical metrics such as latency and availability. You can also set SLOs against any CloudWatch metric or math expression that produces a time series.

You can't create an SLO for a service operation that was discovered by Application Signals until after that operation has reported standard metrics to Application Signals.

When you create an SLO, you specify whether it is a period-based SLO or a request-based SLO. Each type of SLO has a different way of evaluating your application's performance against its attainment goal.

After you have created an SLO, you can retrieve error budget reports for it. An error budget is the amount of time or amount of requests that your application can be non-compliant with the SLO's goal, and still have your application meet the goal.

For more information about SLOs, see Service level objectives (SLOs).

When you perform a CreateServiceLevelObjective operation, Application Signals creates the AWSServiceRoleForCloudWatchApplicationSignals service-linked role, if it doesn't already exist in your account. This service- linked role has the following permissions:

" }, "DeleteGroupingConfiguration":{ "name":"DeleteGroupingConfiguration", "http":{ "method":"DELETE", "requestUri":"/grouping-configuration", "responseCode":200 }, "output":{"shape":"DeleteGroupingConfigurationOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Deletes the grouping configuration for this account. This removes all custom grouping attribute definitions that were previously configured.

", "idempotent":true }, "DeleteInstrumentationConfiguration":{ "name":"DeleteInstrumentationConfiguration", "http":{ "method":"POST", "requestUri":"/delete-instrumentation-configuration", "responseCode":200 }, "input":{"shape":"DeleteInstrumentationConfigurationRequest"}, "output":{"shape":"DeleteInstrumentationConfigurationResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Deletes the specified instrumentation configuration. SDKs remove the instrumentation during their next sync after the configuration is deleted or expires.

" }, "DeleteServiceLevelObjective":{ "name":"DeleteServiceLevelObjective", "http":{ "method":"DELETE", "requestUri":"/slo/{Id}", "responseCode":200 }, "input":{"shape":"DeleteServiceLevelObjectiveInput"}, "output":{"shape":"DeleteServiceLevelObjectiveOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes the specified service level objective.

", "idempotent":true }, "GetInstrumentationConfiguration":{ "name":"GetInstrumentationConfiguration", "http":{ "method":"POST", "requestUri":"/get-instrumentation-configuration", "responseCode":200 }, "input":{"shape":"GetInstrumentationConfigurationRequest"}, "output":{"shape":"GetInstrumentationConfigurationResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns the details of a single instrumentation configuration identified by service, environment, signal type, and location. Use this to audit or display configuration details.

" }, "GetInstrumentationConfigurationStatus":{ "name":"GetInstrumentationConfigurationStatus", "http":{ "method":"POST", "requestUri":"/get-instrumentation-configuration-status", "responseCode":200 }, "input":{"shape":"GetInstrumentationConfigurationStatusRequest"}, "output":{"shape":"GetInstrumentationConfigurationStatusResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Retrieves the status history for a single instrumentation configuration during a specified time range. The response lists when the configuration was ACTIVE, READY, ERROR, or DISABLED.

If no status or time window is provided, the operation defaults to ACTIVE events from the last hour.

", "readonly":true }, "GetService":{ "name":"GetService", "http":{ "method":"POST", "requestUri":"/service", "responseCode":200 }, "input":{"shape":"GetServiceInput"}, "output":{"shape":"GetServiceOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns information about a service discovered by Application Signals.

", "readonly":true }, "GetServiceLevelObjective":{ "name":"GetServiceLevelObjective", "http":{ "method":"GET", "requestUri":"/slo/{Id}", "responseCode":200 }, "input":{"shape":"GetServiceLevelObjectiveInput"}, "output":{"shape":"GetServiceLevelObjectiveOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns information about one SLO created in the account.

", "readonly":true }, "ListAuditFindings":{ "name":"ListAuditFindings", "http":{ "method":"POST", "requestUri":"/auditFindings", "responseCode":200 }, "input":{"shape":"ListAuditFindingsInput"}, "output":{"shape":"ListAuditFindingsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of audit findings that provide automated analysis of service behavior and root cause analysis. These findings help identify the most significant observations about your services, including performance issues, anomalies, and potential problems. The findings are generated using heuristic algorithms based on established troubleshooting patterns.

", "readonly":true }, "ListEntityEvents":{ "name":"ListEntityEvents", "http":{ "method":"POST", "requestUri":"/events", "responseCode":200 }, "input":{"shape":"ListEntityEventsInput"}, "output":{"shape":"ListEntityEventsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of change events for a specific entity, such as deployments, configuration changes, or other state-changing activities. This operation helps track the history of changes that may have affected service performance.

", "readonly":true }, "ListGroupingAttributeDefinitions":{ "name":"ListGroupingAttributeDefinitions", "http":{ "method":"POST", "requestUri":"/grouping-attribute-definitions", "responseCode":200 }, "input":{"shape":"ListGroupingAttributeDefinitionsInput"}, "output":{"shape":"ListGroupingAttributeDefinitionsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Returns the current grouping configuration for this account, including all custom grouping attribute definitions that have been configured. These definitions determine how services are logically grouped based on telemetry attributes, Amazon Web Services tags, or predefined mappings.

", "readonly":true }, "ListInstrumentationConfigurations":{ "name":"ListInstrumentationConfigurations", "http":{ "method":"POST", "requestUri":"/list-instrumentation-configurations", "responseCode":200 }, "input":{"shape":"ListInstrumentationConfigurationsRequest"}, "output":{"shape":"InstrumentationConfigurationsPage"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns all active instrumentation configurations for a service and environment. SDKs use this operation to sync configurations and apply client-side filters locally.

Include the previous SyncedAt value to perform incremental syncs. When no changes are detected, the response sets Changed to false and omits configuration details.

" }, "ListServiceDependencies":{ "name":"ListServiceDependencies", "http":{ "method":"POST", "requestUri":"/service-dependencies", "responseCode":200 }, "input":{"shape":"ListServiceDependenciesInput"}, "output":{"shape":"ListServiceDependenciesOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of service dependencies of the service that you specify. A dependency is an infrastructure component that an operation of this service connects with. Dependencies can include Amazon Web Services services, Amazon Web Services resources, and third-party services.

", "readonly":true }, "ListServiceDependents":{ "name":"ListServiceDependents", "http":{ "method":"POST", "requestUri":"/service-dependents", "responseCode":200 }, "input":{"shape":"ListServiceDependentsInput"}, "output":{"shape":"ListServiceDependentsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns the list of dependents that invoked the specified service during the provided time range. Dependents include other services, CloudWatch Synthetics canaries, and clients that are instrumented with CloudWatch RUM app monitors.

", "readonly":true }, "ListServiceLevelObjectiveExclusionWindows":{ "name":"ListServiceLevelObjectiveExclusionWindows", "http":{ "method":"GET", "requestUri":"/slo/{Id}/exclusion-windows", "responseCode":200 }, "input":{"shape":"ListServiceLevelObjectiveExclusionWindowsInput"}, "output":{"shape":"ListServiceLevelObjectiveExclusionWindowsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves all exclusion windows configured for a specific SLO.

", "readonly":true }, "ListServiceLevelObjectives":{ "name":"ListServiceLevelObjectives", "http":{ "method":"POST", "requestUri":"/slos", "responseCode":200 }, "input":{"shape":"ListServiceLevelObjectivesInput"}, "output":{"shape":"ListServiceLevelObjectivesOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of SLOs created in this account.

", "readonly":true }, "ListServiceOperations":{ "name":"ListServiceOperations", "http":{ "method":"POST", "requestUri":"/service-operations", "responseCode":200 }, "input":{"shape":"ListServiceOperationsInput"}, "output":{"shape":"ListServiceOperationsOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of the operations of this service that have been discovered by Application Signals. Only the operations that were invoked during the specified time range are returned.

", "readonly":true }, "ListServiceStates":{ "name":"ListServiceStates", "http":{ "method":"POST", "requestUri":"/service/states", "responseCode":200 }, "input":{"shape":"ListServiceStatesInput"}, "output":{"shape":"ListServiceStatesOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns information about the last deployment and other change states of services. This API provides visibility into recent changes that may have affected service performance, helping with troubleshooting and change correlation.

" }, "ListServices":{ "name":"ListServices", "http":{ "method":"GET", "requestUri":"/services", "responseCode":200 }, "input":{"shape":"ListServicesInput"}, "output":{"shape":"ListServicesOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Returns a list of services that have been discovered by Application Signals. A service represents a minimum logical and transactional unit that completes a business function. Services are discovered through Application Signals instrumentation.

", "readonly":true }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Displays the tags associated with a CloudWatch resource. Tags can be assigned to service level objectives.

", "readonly":true }, "PutGroupingConfiguration":{ "name":"PutGroupingConfiguration", "http":{ "method":"PUT", "requestUri":"/grouping-configuration", "responseCode":200 }, "input":{"shape":"PutGroupingConfigurationInput"}, "output":{"shape":"PutGroupingConfigurationOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Creates or updates the grouping configuration for this account. This operation allows you to define custom grouping attributes that determine how services are logically grouped based on telemetry attributes, Amazon Web Services tags, or predefined mappings. These grouping attributes can then be used to organize and filter services in the Application Signals console and APIs.

", "idempotent":true }, "ReportInstrumentationConfigurationStatus":{ "name":"ReportInstrumentationConfigurationStatus", "http":{ "method":"POST", "requestUri":"/report-instrumentation-configuration-status", "responseCode":200 }, "input":{"shape":"ReportInstrumentationConfigurationStatusRequest"}, "output":{"shape":"ReportInstrumentationConfigurationStatusResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"} ], "documentation":"

Reports the status of one or more instrumentation configurations from SDK instances. Use this to record when configurations become ready, hit errors, become active, or are disabled by limits.

Report READY, ERROR, and DISABLED when the status changes. Report ACTIVE periodically (for example, every minute) while instrumentation is running.

", "idempotent":true }, "StartDiscovery":{ "name":"StartDiscovery", "http":{ "method":"POST", "requestUri":"/start-discovery", "responseCode":200 }, "input":{"shape":"StartDiscoveryInput"}, "output":{"shape":"StartDiscoveryOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Enables this Amazon Web Services account to be able to use CloudWatch Application Signals by creating the AWSServiceRoleForCloudWatchApplicationSignals service-linked role. This service- linked role has the following permissions:

A service-linked CloudTrail event channel is created to process CloudTrail events and return change event information. This includes last deployment time, userName, eventName, and other event metadata.

After completing this step, you still need to instrument your Java and Python applications to send data to Application Signals. For more information, see Enabling Application Signals.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tag-resource", "responseCode":200 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"

Assigns one or more tags (key-value pairs) to the specified CloudWatch resource, such as a service level objective.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

You can use the TagResource action with an alarm that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.

You can associate as many as 50 tags with a CloudWatch resource.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/untag-resource", "responseCode":200 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Removes one or more tags from the specified resource.

" }, "UpdateServiceLevelObjective":{ "name":"UpdateServiceLevelObjective", "http":{ "method":"PATCH", "requestUri":"/slo/{Id}", "responseCode":200 }, "input":{"shape":"UpdateServiceLevelObjectiveInput"}, "output":{"shape":"UpdateServiceLevelObjectiveOutput"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates an existing service level objective (SLO). If you omit parameters, the previous values of those parameters are retained.

You cannot change from a period-based SLO to a request-based SLO, or change from a request-based SLO to a period-based SLO.

" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "Message":{"shape":"ServiceErrorMessage"} }, "documentation":"

You don't have sufficient permissions to perform this action.

", "error":{ "httpStatusCode":403, "senderFault":true }, "exception":true }, "AccountId":{ "type":"string", "max":255, "min":1 }, "AmazonResourceName":{ "type":"string", "max":1024, "min":1 }, "Attainment":{ "type":"double", "box":true }, "AttainmentGoal":{ "type":"double", "box":true }, "AttributeFilter":{ "type":"structure", "required":[ "AttributeFilterName", "AttributeFilterValues" ], "members":{ "AttributeFilterName":{ "shape":"AttributeFilterName", "documentation":"

The name of the attribute to filter by, such as Platform, Environment, or BusinessUnit.

" }, "AttributeFilterValues":{ "shape":"AttributeFilterValues", "documentation":"

An array of values to match for the specified attribute. Services that have any of these values for the attribute will be included in the results.

" } }, "documentation":"

A structure that defines a filter for narrowing down results based on specific attribute values. This can be used to filter services by platform, environment, or other service characteristics.

" }, "AttributeFilterName":{ "type":"string", "pattern":"[A-Za-z0-9 :/-]+" }, "AttributeFilterValue":{ "type":"string", "pattern":"[A-Za-z0-9 :/-]+" }, "AttributeFilterValues":{ "type":"list", "member":{"shape":"AttributeFilterValue"}, "max":20, "min":0 }, "AttributeFilters":{ "type":"list", "member":{"shape":"AttributeFilter"}, "max":20, "min":0 }, "AttributeMap":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "AttributeMaps":{ "type":"list", "member":{"shape":"AttributeMap"} }, "Attributes":{ "type":"map", "key":{"shape":"KeyAttributeName"}, "value":{"shape":"KeyAttributeValue"}, "max":4, "min":1 }, "AuditFinding":{ "type":"structure", "required":["KeyAttributes"], "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

The key attributes that identify the service or entity this audit finding relates to. This is a string-to-string map that includes fields like Type, Name, and Environment.

" }, "AuditorResults":{ "shape":"AuditorResults", "documentation":"

An array of auditor results that contain the specific findings, descriptions, and severity levels identified by different auditing algorithms.

" }, "Operation":{ "shape":"String", "documentation":"

The name of the operation associated with this audit finding, if the finding is specific to a particular service operation.

" }, "MetricGraph":{ "shape":"MetricGraph", "documentation":"

A structure containing metric data queries and time range information that provides context for the audit finding through relevant performance metrics.

" }, "DependencyGraph":{ "shape":"DependencyGraph", "documentation":"

A structure containing nodes and edges that represent the dependency relationships relevant to this audit finding, helping to understand the context and potential impact.

" }, "Type":{ "shape":"String", "documentation":"

The type of audit finding.

" } }, "documentation":"

A structure that contains information about an audit finding, which represents an automated analysis result about service behavior, performance issues, or potential problems identified through heuristic algorithms.

" }, "AuditFindings":{ "type":"list", "member":{"shape":"AuditFinding"}, "max":10, "min":0 }, "AuditTarget":{ "type":"structure", "required":[ "Type", "Data" ], "members":{ "Type":{ "shape":"String", "documentation":"

The type of entity being audited, such as service, SLO, service_operation, or canary.

" }, "Data":{ "shape":"AuditTargetEntity", "documentation":"

The specific data identifying the audit target entity.

" } }, "documentation":"

A structure that specifies the target entity for audit analysis, such as a service, SLO, service_operation, or canary.

" }, "AuditTargetEntity":{ "type":"structure", "members":{ "Service":{ "shape":"ServiceEntity", "documentation":"

Service entity information when the audit target is a service.

" }, "Slo":{ "shape":"ServiceLevelObjectiveEntity", "documentation":"

SLO entity information when the audit target is a service level objective.

" }, "ServiceOperation":{ "shape":"ServiceOperationEntity", "documentation":"

Service operation entity information when the audit target is a specific service operation.

" }, "Canary":{ "shape":"CanaryEntity", "documentation":"

Canary entity information when the audit target is a CloudWatch Synthetics canary.

" } }, "documentation":"

A union structure that contains the specific entity information for different types of audit targets.

", "union":true }, "AuditTargets":{ "type":"list", "member":{"shape":"AuditTarget"}, "max":10, "min":1 }, "AuditorResult":{ "type":"structure", "members":{ "Auditor":{ "shape":"String", "documentation":"

The name of the auditor algorithm that generated this result.

" }, "Description":{ "shape":"AuditorResultDescriptionString", "documentation":"

A detailed description of the audit finding, explaining what was observed and potential implications.

" }, "Data":{ "shape":"DataMap", "documentation":"

This is a string-to-string map. It contains additional data about the result of an automated audit analysis.

" }, "Severity":{ "shape":"Severity", "documentation":"

The severity level of this audit finding, indicating the importance and potential impact of the issue.

" } }, "documentation":"

A structure that contains the result of an automated audit analysis, including the auditor name, description of findings, additional data, and severity level.

" }, "AuditorResultDescriptionString":{ "type":"string", "max":10240, "min":0 }, "AuditorResults":{ "type":"list", "member":{"shape":"AuditorResult"}, "max":5, "min":0 }, "Auditors":{ "type":"list", "member":{"shape":"String"} }, "AwsAccountId":{ "type":"string", "pattern":"[0-9]{12}" }, "BatchDeleteByResourceArns":{ "type":"structure", "required":[ "ResourceArns", "InstrumentationType" ], "members":{ "ResourceArns":{ "shape":"BatchDeleteByResourceArnsResourceArnsList", "documentation":"

List of resource ARNs to delete.

" }, "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Instrumentation type: BREAKPOINT or PROBE.

" } }, "documentation":"

Parameters for targeted delete by ARN list.

" }, "BatchDeleteByResourceArnsResourceArnsList":{ "type":"list", "member":{"shape":"BatchDeleteByResourceArnsResourceArnsListMemberString"}, "documentation":"

List of resource ARNs for batch delete by ARN list. Maximum 50 ARNs per request.

", "max":50, "min":1 }, "BatchDeleteByResourceArnsResourceArnsListMemberString":{ "type":"string", "max":2048, "min":20 }, "BatchDeleteDeletionTarget":{ "type":"structure", "members":{ "Scope":{ "shape":"BatchDeleteScope", "documentation":"

Delete all configurations matching the specified scope.

" }, "ResourceArns":{ "shape":"BatchDeleteByResourceArns", "documentation":"

Delete specific configurations by ARN list.

" } }, "documentation":"

Union type for batch delete target selection. Exactly one of the two modes must be specified.

", "union":true }, "BatchDeleteError":{ "type":"structure", "required":[ "ResourceArn", "Code", "Message" ], "members":{ "ResourceArn":{ "shape":"String", "documentation":"

ARN of the configuration that failed to delete.

" }, "Code":{ "shape":"BatchDeleteErrorCode", "documentation":"

Error code indicating the type of failure.

" }, "Message":{ "shape":"String", "documentation":"

Descriptive error message.

" } }, "documentation":"

Represents an error that occurred when attempting to delete a configuration.

" }, "BatchDeleteErrorCode":{ "type":"string", "documentation":"

Error codes for batch delete item-level failures.

", "enum":[ "ResourceNotFoundException", "AccessDeniedException", "InternalServiceException" ] }, "BatchDeleteErrorList":{ "type":"list", "member":{"shape":"BatchDeleteError"}, "documentation":"

List of errors in batch delete response.

" }, "BatchDeleteInstrumentationConfigurationsRequest":{ "type":"structure", "required":["DeletionTarget"], "members":{ "DeletionTarget":{ "shape":"BatchDeleteDeletionTarget", "documentation":"

The deletion target - either bulk by scope or targeted by ARN list.

" } } }, "BatchDeleteInstrumentationConfigurationsResponse":{ "type":"structure", "required":[ "DeletedCount", "SuccessfulDeletions", "Errors" ], "members":{ "DeletedCount":{ "shape":"Integer", "documentation":"

Number of configurations successfully deleted. When deleting by scope, this is the total count of deleted items. When deleting by ARN list, this equals the length of SuccessfulDeletions.

" }, "SuccessfulDeletions":{ "shape":"BatchDeleteSuccessfulDeletionList", "documentation":"

List of successfully deleted configurations. Deleting by scope populates SignalType and LocationHash per item. Deleting by ARN list populates ResourceArn per item.

" }, "Errors":{ "shape":"BatchDeleteErrorList", "documentation":"

List of configurations that failed to delete.

" } } }, "BatchDeleteScope":{ "type":"structure", "required":[ "Service", "Environment", "InstrumentationType" ], "members":{ "Service":{ "shape":"BatchDeleteScopeServiceString", "documentation":"

Service name for the instrumentation configurations.

" }, "Environment":{ "shape":"BatchDeleteScopeEnvironmentString", "documentation":"

Environment identifier for the instrumentation configurations.

" }, "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Instrumentation type: BREAKPOINT or PROBE.

" } }, "documentation":"

Scope parameters for bulk delete by scope.

" }, "BatchDeleteScopeEnvironmentString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9:/+=,.@_-]+" }, "BatchDeleteScopeServiceString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9:/+=,.@_-]+" }, "BatchDeleteSuccessfulDeletion":{ "type":"structure", "members":{ "ResourceArn":{ "shape":"String", "documentation":"

ARN of the deleted configuration (populated only when deleting by ARN list).

" }, "SignalType":{ "shape":"String", "documentation":"

Signal type of the deleted configuration (populated only when deleting by scope).

" }, "LocationHash":{ "shape":"String", "documentation":"

Location hash of the deleted configuration (populated only when deleting by scope).

" } }, "documentation":"

Represents a successfully deleted instrumentation configuration.

" }, "BatchDeleteSuccessfulDeletionList":{ "type":"list", "member":{"shape":"BatchDeleteSuccessfulDeletion"}, "documentation":"

List of successful deletions in batch delete response.

" }, "BatchGetServiceLevelObjectiveBudgetReportInput":{ "type":"structure", "required":[ "Timestamp", "SloIds" ], "members":{ "Timestamp":{ "shape":"Timestamp", "documentation":"

The date and time that you want the report to be for. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

" }, "SloIds":{ "shape":"ServiceLevelObjectiveIds", "documentation":"

An array containing the IDs of the service level objectives that you want to include in the report.

" } } }, "BatchGetServiceLevelObjectiveBudgetReportOutput":{ "type":"structure", "required":[ "Timestamp", "Reports", "Errors" ], "members":{ "Timestamp":{ "shape":"Timestamp", "documentation":"

The date and time that the report is for. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

" }, "Reports":{ "shape":"ServiceLevelObjectiveBudgetReports", "documentation":"

An array of structures, where each structure is one budget report.

" }, "Errors":{ "shape":"ServiceLevelObjectiveBudgetReportErrors", "documentation":"

An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.

" } } }, "BatchUpdateExclusionWindowsError":{ "type":"structure", "required":[ "SloId", "ErrorCode", "ErrorMessage" ], "members":{ "SloId":{ "shape":"ServiceLevelObjectiveId", "documentation":"

The SLO ID in the error.

" }, "ErrorCode":{ "shape":"ExclusionWindowErrorCode", "documentation":"

The error code.

" }, "ErrorMessage":{ "shape":"ExclusionWindowErrorMessage", "documentation":"

The error message.

" } }, "documentation":"

An array of structures, where each structure includes an error indicating that one of the requests in the array was not valid.

" }, "BatchUpdateExclusionWindowsErrors":{ "type":"list", "member":{"shape":"BatchUpdateExclusionWindowsError"}, "max":10, "min":0 }, "BatchUpdateExclusionWindowsInput":{ "type":"structure", "required":["SloIds"], "members":{ "SloIds":{ "shape":"ServiceLevelObjectiveIds", "documentation":"

The list of SLO IDs to add or remove exclusion windows from.

" }, "AddExclusionWindows":{ "shape":"ExclusionWindows", "documentation":"

A list of exclusion windows to add to the specified SLOs. You can add up to 10 exclusion windows per SLO.

" }, "RemoveExclusionWindows":{ "shape":"ExclusionWindows", "documentation":"

A list of exclusion windows to remove from the specified SLOs. The window configuration must match an existing exclusion window.

" } } }, "BatchUpdateExclusionWindowsOutput":{ "type":"structure", "required":[ "SloIds", "Errors" ], "members":{ "SloIds":{ "shape":"ServiceLevelObjectiveIds", "documentation":"

The list of SLO IDs that were successfully processed.

" }, "Errors":{ "shape":"BatchUpdateExclusionWindowsErrors", "documentation":"

A list of errors that occurred while processing the request.

" } } }, "Boolean":{ "type":"boolean", "box":true }, "BudgetRequestsRemaining":{ "type":"integer", "box":true }, "BudgetSecondsRemaining":{ "type":"integer", "box":true }, "BurnRateConfiguration":{ "type":"structure", "required":["LookBackWindowMinutes"], "members":{ "LookBackWindowMinutes":{ "shape":"BurnRateLookBackWindowMinutes", "documentation":"

The number of minutes to use as the look-back window.

" } }, "documentation":"

This object defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO. A burn rate of exactly 1 indicates that the SLO goal will be met exactly.

For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:

burn rate = error rate over the look-back window / (100% - attainment goal percentage)

For more information about burn rates, see Calculate burn rates.

" }, "BurnRateConfigurations":{ "type":"list", "member":{"shape":"BurnRateConfiguration"}, "max":10, "min":0 }, "BurnRateLookBackWindowMinutes":{ "type":"integer", "box":true, "max":10080, "min":1 }, "CalendarInterval":{ "type":"structure", "required":[ "StartTime", "DurationUnit", "Duration" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The date and time when you want the first interval to start. Be sure to choose a time that configures the intervals the way that you want. For example, if you want weekly intervals starting on Mondays at 6 a.m., be sure to specify a start time that is a Monday at 6 a.m.

When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

As soon as one calendar interval ends, another automatically begins.

" }, "DurationUnit":{ "shape":"DurationUnit", "documentation":"

Specifies the calendar interval unit.

" }, "Duration":{ "shape":"CalendarIntervalDuration", "documentation":"

Specifies the duration of each calendar interval. For example, if Duration is 1 and DurationUnit is MONTH, each interval is one month, aligned with the calendar.

" } }, "documentation":"

If the interval for this service level objective is a calendar interval, this structure contains the interval specifications.

" }, "CalendarIntervalDuration":{ "type":"integer", "box":true, "min":1 }, "CanaryEntity":{ "type":"structure", "required":["CanaryName"], "members":{ "CanaryName":{ "shape":"String", "documentation":"

The name of the CloudWatch Synthetics canary.

" } }, "documentation":"

A structure that contains identifying information for a CloudWatch Synthetics canary entity used in audit targeting.

" }, "CaptureConfiguration":{ "type":"structure", "members":{ "CodeCapture":{ "shape":"CodeCaptureConfiguration", "documentation":"

Capture settings for code-level instrumentation, including arguments, return values, stack traces, local variables, and safety limits.

" } }, "documentation":"

A union that defines what data to capture when the instrumentation point is hit. Specify CodeCapture for code-level capture settings.

", "union":true }, "CaptureLimitsConfig":{ "type":"structure", "members":{ "MaxHits":{ "shape":"CaptureLimitsConfigMaxHitsInteger", "documentation":"

The maximum number of times the instrumentation point can be hit before it is automatically disabled. Defaults to 100.

" }, "MaxStringLength":{ "shape":"CaptureLimitsConfigMaxStringLengthInteger", "documentation":"

The maximum length of captured string values in characters. Strings longer than this are truncated. Defaults to 128.

" }, "MaxCollectionWidth":{ "shape":"CaptureLimitsConfigMaxCollectionWidthInteger", "documentation":"

The maximum number of items to capture from any collection to prevent large payloads. Defaults to 10.

" }, "MaxCollectionDepth":{ "shape":"CaptureLimitsConfigMaxCollectionDepthInteger", "documentation":"

The maximum nesting depth to traverse inside collections. Defaults to 3.

" }, "MaxStackFrames":{ "shape":"CaptureLimitsConfigMaxStackFramesInteger", "documentation":"

The maximum number of stack frames to capture in stack traces. Defaults to 2.

" }, "MaxStackTraceSize":{ "shape":"CaptureLimitsConfigMaxStackTraceSizeInteger", "documentation":"

The maximum total size, in bytes, of a captured stack trace. Defaults to 1000.

" }, "MaxObjectDepth":{ "shape":"CaptureLimitsConfigMaxObjectDepthInteger", "documentation":"

The maximum depth for nested object traversal when capturing structured data. Defaults to 3.

" }, "MaxFieldsPerObject":{ "shape":"CaptureLimitsConfigMaxFieldsPerObjectInteger", "documentation":"

The maximum number of fields to capture for any object. Defaults to 10.

" } }, "documentation":"

Guardrails that prevent instrumentation from impacting application performance by limiting how much data is captured.

" }, "CaptureLimitsConfigMaxCollectionDepthInteger":{ "type":"integer", "box":true, "max":5, "min":1 }, "CaptureLimitsConfigMaxCollectionWidthInteger":{ "type":"integer", "box":true, "max":20, "min":1 }, "CaptureLimitsConfigMaxFieldsPerObjectInteger":{ "type":"integer", "box":true, "max":20, "min":1 }, "CaptureLimitsConfigMaxHitsInteger":{ "type":"integer", "box":true, "max":1000, "min":1 }, "CaptureLimitsConfigMaxObjectDepthInteger":{ "type":"integer", "box":true, "max":5, "min":1 }, "CaptureLimitsConfigMaxStackFramesInteger":{ "type":"integer", "box":true, "max":20, "min":1 }, "CaptureLimitsConfigMaxStackTraceSizeInteger":{ "type":"integer", "box":true, "max":1000, "min":1 }, "CaptureLimitsConfigMaxStringLengthInteger":{ "type":"integer", "box":true, "max":255, "min":1 }, "ChangeEvent":{ "type":"structure", "required":[ "Timestamp", "AccountId", "Region", "Entity", "ChangeEventType", "EventId" ], "members":{ "Timestamp":{ "shape":"Timestamp", "documentation":"

The timestamp when this change event occurred. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

" }, "AccountId":{ "shape":"AwsAccountId", "documentation":"

The Amazon Web Services account ID where this change event occurred.

" }, "Region":{ "shape":"String", "documentation":"

The Amazon Web Services region where this change event occurred.

" }, "Entity":{ "shape":"Attributes", "documentation":"

The entity (service or resource) that was affected by this change event, including its key attributes.

This is a string-to-string map. It can include the following fields.

Below is an example of a service.

{ \"Type\": \"Service\", \"Name\": \"visits-service\", \"Environment\": \"petclinic-test\" }

Below is an example of a resource.

{ \"Type\": \"AWS::Resource\", \"ResourceType\": \"AWS::DynamoDB::Table\", \"Identifier\": \"Customers\" }

" }, "ChangeEventType":{ "shape":"ChangeEventType", "documentation":"

The type of change event that occurred, such as DEPLOYMENT.

" }, "EventId":{ "shape":"String", "documentation":"

A unique identifier for this change event. For CloudTrail-based events, this is the CloudTrail event id. For other events, this will be Unknown.

" }, "UserName":{ "shape":"String", "documentation":"

The name of the user who initiated this change event, if available.

" }, "EventName":{ "shape":"String", "documentation":"

The name or description of this change event.

" } }, "documentation":"

A structure that contains information about a change event that occurred for a service, such as a deployment or configuration change.

" }, "ChangeEventType":{ "type":"string", "enum":[ "DEPLOYMENT", "CONFIGURATION" ] }, "ChangeEvents":{ "type":"list", "member":{"shape":"ChangeEvent"}, "max":250, "min":0 }, "CodeCaptureConfiguration":{ "type":"structure", "required":["CaptureLimits"], "members":{ "CaptureArguments":{ "shape":"CodeCaptureConfigurationCaptureArgumentsList", "documentation":"

The function arguments to capture. Omit to capture defaults, use an empty list to capture none, use [\"*\"] to capture all arguments, or specify argument names to capture selectively (up to 10 entries).

" }, "CaptureReturn":{ "shape":"Boolean", "documentation":"

Whether to capture the return value. Defaults to false.

" }, "CaptureStackTrace":{ "shape":"Boolean", "documentation":"

Whether to capture a stack trace when the instrumentation point is hit. Defaults to true.

" }, "CaptureLocals":{ "shape":"CodeCaptureConfigurationCaptureLocalsList", "documentation":"

The local variables to capture by name. Omit or pass an empty list to capture none. You can specify up to 20 names.

" }, "CaptureLimits":{ "shape":"CaptureLimitsConfig", "documentation":"

Safety limits that bound what is captured, including hit counts, string length, collection depth, and stack trace size.

" } }, "documentation":"

Defines what data to capture for code-level instrumentation, including arguments, return values, stack traces, local variables, and safety limits.

" }, "CodeCaptureConfigurationCaptureArgumentsList":{ "type":"list", "member":{"shape":"CodeCaptureConfigurationCaptureArgumentsListMemberString"}, "max":10, "min":0 }, "CodeCaptureConfigurationCaptureArgumentsListMemberString":{ "type":"string", "max":80, "min":1 }, "CodeCaptureConfigurationCaptureLocalsList":{ "type":"list", "member":{"shape":"CodeCaptureConfigurationCaptureLocalsListMemberString"}, "max":20, "min":0 }, "CodeCaptureConfigurationCaptureLocalsListMemberString":{ "type":"string", "max":80, "min":1 }, "CodeLocation":{ "type":"structure", "required":[ "Language", "FilePath" ], "members":{ "Language":{ "shape":"ProgrammingLanguage", "documentation":"

The programming language for this instrumentation point, such as Java, Python, or JavaScript.

" }, "CodeUnit":{ "shape":"CodeLocationCodeUnitString", "documentation":"

The package, module, or namespace that contains the target code, for example com.amazon.payment or payment_service.

" }, "ClassName":{ "shape":"CodeLocationClassNameString", "documentation":"

The class or type name that contains the method. This is required for Java and optional for Python module-level functions.

" }, "MethodName":{ "shape":"CodeLocationMethodNameString", "documentation":"

The method or function name to instrument, such as validateCreditCard or __init__.

" }, "FilePath":{ "shape":"CodeLocationFilePathString", "documentation":"

The source file path relative to the project or source root, such as src/payment/PaymentProcessor.java or src/payment/PaymentProcessor.py.

" }, "LineNumber":{ "shape":"CodeLocationLineNumberInteger", "documentation":"

The line number to instrument. Provide this to disambiguate overloaded methods and to target a specific line when needed.

" } }, "documentation":"

Identifies a code location to instrument, including the programming language, code unit, class, method, file path, and optional line number.

" }, "CodeLocationClassNameString":{ "type":"string", "max":128, "min":1 }, "CodeLocationCodeUnitString":{ "type":"string", "max":128, "min":1 }, "CodeLocationFilePathString":{ "type":"string", "max":1024, "min":1 }, "CodeLocationLineNumberInteger":{ "type":"integer", "box":true, "min":1 }, "CodeLocationMethodNameString":{ "type":"string", "max":80, "min":1 }, "CompositeSliComponent":{ "type":"structure", "members":{ "OperationName":{ "shape":"OperationName", "documentation":"

The name of the operation to include in the composite SLI.

" } }, "documentation":"

Identifies a single operation to include in a composite SLI for a service-level SLO. Used as an element of the Components list in CompositeSliConfig.

", "union":true }, "CompositeSliComponents":{ "type":"list", "member":{"shape":"CompositeSliComponent"}, "documentation":"

A list of operations that form a composite SLI for a service-level SLO. Each element is a CompositeSliComponent that identifies a single operation. Used in the Components field of CompositeSliConfig.

", "max":20, "min":2 }, "CompositeSliConfig":{ "type":"structure", "required":["SelectionConfig"], "members":{ "SelectionConfig":{ "shape":"SelectionConfig", "documentation":"

Specifies how operations are selected for this service-level SLO. Operations can be selected explicitly by listing them, by specifying a prefix to match operation names, or by providing a regular expression pattern.

" }, "Components":{ "shape":"CompositeSliComponents", "documentation":"

The list of operations included in this composite SLI. You must specify between 2 and 20 components. Each component is a CompositeSliComponent that identifies a single operation by its OperationName.

" } }, "documentation":"

This structure contains the configuration for a composite service level indicator (SLI) that aggregates metrics across multiple operations of a service for service-level SLOs.

" }, "ConflictException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"String"} }, "documentation":"

This operation attempted to create a resource that already exists.

", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "ConnectionType":{ "type":"string", "enum":[ "INDIRECT", "DIRECT" ] }, "CreateInstrumentationConfigurationRequest":{ "type":"structure", "required":[ "InstrumentationType", "Service", "Environment", "SignalType", "Location", "CaptureConfiguration" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Type of instrumentation: BREAKPOINT (temporary) or PROBE (permanent)

" }, "Service":{ "shape":"CreateInstrumentationConfigurationRequestServiceString", "documentation":"

The name of the service to instrument. This should match the service.name resource attribute reported by the application.

" }, "Environment":{ "shape":"CreateInstrumentationConfigurationRequestEnvironmentString", "documentation":"

The environment that the service is running in, such as eks:cluster-prod/namespace or ec2:production.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type to emit for this instrumentation. The supported value is SNAPSHOT.

" }, "Location":{ "shape":"Location", "documentation":"

The location where instrumentation should be applied. Specify a CodeLocation for code-level instrumentation.

" }, "Description":{ "shape":"CreateInstrumentationConfigurationRequestDescriptionString", "documentation":"

An optional short description (up to 50 characters) that explains the purpose of this instrumentation.

" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"

For BREAKPOINT: optional, defaults to 24 hours, must be between 5 min and 24 hours. For PROBE: not supported. PROBE configurations are permanent and persist until explicitly deleted.

" }, "AttributeFilters":{ "shape":"DynamicInstrumentationAttributeFilters", "documentation":"

Client-side filters that target specific instances. Each object in the array is AND-matched on its keys, and multiple objects are OR-matched to decide where to apply the instrumentation.

" }, "CaptureConfiguration":{ "shape":"CaptureConfiguration", "documentation":"

Specifies what to capture when the instrumentation point is hit. Specify CodeCapture for code-level capture settings.

" }, "Tags":{ "shape":"TagList", "documentation":"

An optional list of key-value pairs to associate with the instrumentation configuration. Tags can help you organize and categorize your resources.

" } } }, "CreateInstrumentationConfigurationRequestDescriptionString":{ "type":"string", "max":50, "min":1 }, "CreateInstrumentationConfigurationRequestEnvironmentString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9:/+=,.@_-]+" }, "CreateInstrumentationConfigurationRequestServiceString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9:/+=,.@_-]+" }, "CreateInstrumentationConfigurationResponse":{ "type":"structure", "required":[ "InstrumentationType", "Service", "Environment", "SignalType", "Location", "LocationHash", "CaptureConfiguration", "CreatedAt", "ARN" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

The type of instrumentation that was created, echoed from the request.

" }, "Service":{ "shape":"CreateInstrumentationConfigurationResponseServiceString", "documentation":"

The service name for the instrumentation configuration, echoed from the request.

" }, "Environment":{ "shape":"CreateInstrumentationConfigurationResponseEnvironmentString", "documentation":"

The environment for the instrumentation configuration, echoed from the request.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type for the instrumentation configuration, echoed from the request.

" }, "Location":{ "shape":"Location", "documentation":"

The location where instrumentation is applied, echoed from the request.

" }, "LocationHash":{ "shape":"CreateInstrumentationConfigurationResponseLocationHashString", "documentation":"

A stable hash computed from the location that uniquely identifies this instrumentation point within the service, environment, and signal type.

" }, "Description":{ "shape":"String", "documentation":"

The optional description that was stored with the instrumentation configuration.

" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"

The timestamp after which this configuration is no longer served to clients. Present only for BREAKPOINT configurations; PROBE configurations do not expire.

" }, "AttributeFilters":{ "shape":"DynamicInstrumentationAttributeFilters", "documentation":"

The attribute filters returned with the configuration so SDKs can perform client-side targeting.

" }, "CaptureConfiguration":{ "shape":"CaptureConfiguration", "documentation":"

The capture settings that were stored for this instrumentation configuration.

" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"

The server-generated creation timestamp for this instrumentation configuration.

" }, "ARN":{ "shape":"InstrumentationConfigurationArn", "documentation":"

ARN for the created instrumentation configuration

" } } }, "CreateInstrumentationConfigurationResponseEnvironmentString":{ "type":"string", "max":255, "min":1 }, "CreateInstrumentationConfigurationResponseLocationHashString":{ "type":"string", "max":16, "min":16 }, "CreateInstrumentationConfigurationResponseServiceString":{ "type":"string", "max":255, "min":1 }, "CreateServiceLevelObjectiveInput":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ServiceLevelObjectiveName", "documentation":"

A name for this SLO.

" }, "Description":{ "shape":"ServiceLevelObjectiveDescription", "documentation":"

An optional description for this SLO.

" }, "SliConfig":{ "shape":"ServiceLevelIndicatorConfig", "documentation":"

If this SLO is a period-based SLO, this structure defines the information about what performance metric this SLO will monitor.

You can't specify both RequestBasedSliConfig and SliConfig in the same operation.

" }, "RequestBasedSliConfig":{ "shape":"RequestBasedServiceLevelIndicatorConfig", "documentation":"

If this SLO is a request-based SLO, this structure defines the information about what performance metric this SLO will monitor.

You can't specify both RequestBasedSliConfig and SliConfig in the same operation.

" }, "Goal":{ "shape":"Goal", "documentation":"

This structure contains the attributes that determine the goal of the SLO.

" }, "Tags":{ "shape":"TagList", "documentation":"

A list of key-value pairs to associate with the SLO. You can associate as many as 50 tags with an SLO. To be able to associate tags with the SLO when you create the SLO, you must have the cloudwatch:TagResource permission.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

" }, "BurnRateConfigurations":{ "shape":"BurnRateConfigurations", "documentation":"

Use this array to create burn rates for this SLO. Each burn rate is a metric that indicates how fast the service is consuming the error budget, relative to the attainment goal of the SLO.

" }, "CreateRecommendedSlo":{ "shape":"Boolean", "documentation":"

Set this to true to create a recommended SLO out of the box. When set to true, you don't need to specify the MetricThreshold or ComparisonOperator in the SliConfig or RequestBasedSliConfig. The default value is false.

This is supported for SLOs on a service, service operation, or a dependency.

" }, "AutoInvestigationEnabled":{ "shape":"Boolean", "documentation":"

Indicates whether DevOps Agent will automatically investigate this SLO when it is breached

" } } }, "CreateServiceLevelObjectiveOutput":{ "type":"structure", "required":["Slo"], "members":{ "Slo":{ "shape":"ServiceLevelObjective", "documentation":"

A structure that contains information about the SLO that you just created.

" } } }, "DataMap":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "DeleteGroupingConfigurationOutput":{ "type":"structure", "members":{} }, "DeleteInstrumentationConfigurationRequest":{ "type":"structure", "required":[ "InstrumentationType", "Service", "Environment", "SignalType", "LocationIdentifier" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to delete.

" }, "Service":{ "shape":"DeleteInstrumentationConfigurationRequestServiceString", "documentation":"

Service name for the instrumentation configuration.

" }, "Environment":{ "shape":"DeleteInstrumentationConfigurationRequestEnvironmentString", "documentation":"

Environment name for the instrumentation configuration.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

Signal type for the instrumentation configuration.

" }, "LocationIdentifier":{ "shape":"LocationIdentifier", "documentation":"

Location identifier - either full code location or a pre-computed hash.

" } } }, "DeleteInstrumentationConfigurationRequestEnvironmentString":{ "type":"string", "max":255, "min":1 }, "DeleteInstrumentationConfigurationRequestServiceString":{ "type":"string", "max":255, "min":1 }, "DeleteInstrumentationConfigurationResponse":{ "type":"structure", "required":["DeletionStatus"], "members":{ "DeletionStatus":{ "shape":"DynamicInstrumentationDeletionStatus", "documentation":"

The result of the delete request. The value is DELETED when the configuration has been removed.

" } } }, "DeleteServiceLevelObjectiveInput":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ServiceLevelObjectiveId", "documentation":"

The ARN or name of the service level objective to delete.

", "location":"uri", "locationName":"Id" } } }, "DeleteServiceLevelObjectiveOutput":{ "type":"structure", "members":{} }, "DependencyConfig":{ "type":"structure", "required":[ "DependencyKeyAttributes", "DependencyOperationName" ], "members":{ "DependencyKeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map. It can include the following fields.

" }, "DependencyOperationName":{ "shape":"OperationName", "documentation":"

The name of the called operation in the dependency.

" } }, "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

When creating a service dependency SLO, you must specify the KeyAttributes of the service, and the DependencyConfig for the dependency. You can specify the OperationName of the service, from which it calls the dependency. Alternatively, you can exclude OperationName and the SLO will monitor all of the service's operations that call the dependency.

" }, "DependencyGraph":{ "type":"structure", "members":{ "Nodes":{ "shape":"Nodes", "documentation":"

An array of nodes representing the services, resources, or other entities in the dependency graph.

" }, "Edges":{ "shape":"Edges", "documentation":"

An array of edges representing the connections and relationships between the nodes in the dependency graph.

" } }, "documentation":"

A structure that represents the dependency relationships relevant to an audit finding, containing nodes and edges that show how services and resources are connected.

" }, "DetailLevel":{ "type":"string", "enum":[ "BRIEF", "DETAILED" ] }, "Dimension":{ "type":"structure", "required":[ "Name", "Value" ], "members":{ "Name":{ "shape":"DimensionName", "documentation":"

The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:). ASCII control characters are not supported as part of dimension names.

" }, "Value":{ "shape":"DimensionValue", "documentation":"

The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character. ASCII control characters are not supported as part of dimension values.

" } }, "documentation":"

A dimension is a name/value pair that is part of the identity of a metric. Because dimensions are part of the unique identifier for a metric, whenever you add a unique name/value pair to one of your metrics, you are creating a new variation of that metric. For example, many Amazon EC2 metrics publish InstanceId as a dimension name, and the actual instance ID as the value for that dimension.

You can assign up to 30 dimensions to a metric.

" }, "DimensionName":{ "type":"string", "max":255, "min":1 }, "DimensionValue":{ "type":"string", "max":1024, "min":1 }, "Dimensions":{ "type":"list", "member":{"shape":"Dimension"}, "max":30, "min":0 }, "Double":{ "type":"double", "box":true }, "DurationUnit":{ "type":"string", "enum":[ "MINUTE", "HOUR", "DAY", "MONTH" ] }, "DynamicInstrumentationAttributeFilterGroup":{ "type":"map", "key":{"shape":"DynamicInstrumentationAttributeFilterGroupKeyString"}, "value":{"shape":"DynamicInstrumentationAttributeFilterGroupValueString"}, "documentation":"

A string-to-string map of OpenTelemetry resource attributes and values that must all match for the instrumentation to run on an instance.

" }, "DynamicInstrumentationAttributeFilterGroupKeyString":{ "type":"string", "max":50, "min":1 }, "DynamicInstrumentationAttributeFilterGroupValueString":{ "type":"string", "max":100, "min":1 }, "DynamicInstrumentationAttributeFilters":{ "type":"list", "member":{"shape":"DynamicInstrumentationAttributeFilterGroup"}, "documentation":"

An array of attribute filter groups used to target specific instances. Each filter group must match all of its keys (AND), and multiple groups are OR-matched to decide whether an instance applies the instrumentation. Filters are evaluated client-side by the SDK.

", "max":10, "min":1 }, "DynamicInstrumentationDeletionStatus":{ "type":"string", "documentation":"

The status of a delete request for an instrumentation configuration. The value is DELETED after a successful deletion.

", "enum":["DELETED"] }, "DynamicInstrumentationSignalType":{ "type":"string", "documentation":"

The telemetry signal type for instrumentation.

", "enum":["SNAPSHOT"] }, "Edge":{ "type":"structure", "members":{ "SourceNodeId":{ "shape":"String", "documentation":"

The identifier of the source node in this edge connection.

" }, "DestinationNodeId":{ "shape":"String", "documentation":"

The identifier of the destination node in this edge connection.

" }, "Duration":{ "shape":"Double", "documentation":"

The duration or latency associated with this connection, if applicable.

" }, "ConnectionType":{ "shape":"ConnectionType", "documentation":"

The type of connection between the nodes, indicating the nature of the relationship.

" } }, "documentation":"

A structure that represents a connection between two nodes in a dependency graph, showing the relationship and characteristics of the connection.

" }, "Edges":{ "type":"list", "member":{"shape":"Edge"} }, "EvaluationType":{ "type":"string", "enum":[ "PeriodBased", "RequestBased" ] }, "ExclusionDuration":{ "type":"integer", "box":true, "min":1 }, "ExclusionReason":{ "type":"string", "max":1024, "min":1 }, "ExclusionWindow":{ "type":"structure", "required":["Window"], "members":{ "Window":{ "shape":"Window", "documentation":"

The SLO time window exclusion .

" }, "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the SLO time window exclusion. Defaults to current time if not specified.

" }, "RecurrenceRule":{ "shape":"RecurrenceRule", "documentation":"

The recurrence rule for the SLO time window exclusion. Supports both cron and rate expressions.

" }, "Reason":{ "shape":"ExclusionReason", "documentation":"

A description explaining why this time period should be excluded from SLO calculations.

" } }, "documentation":"

The core SLO time window exclusion object that includes Window, StartTime, RecurrenceRule, and Reason.

" }, "ExclusionWindowErrorCode":{"type":"string"}, "ExclusionWindowErrorMessage":{"type":"string"}, "ExclusionWindows":{ "type":"list", "member":{"shape":"ExclusionWindow"}, "max":10, "min":0 }, "Expression":{ "type":"string", "max":1024, "min":1 }, "FaultDescription":{"type":"string"}, "GetInstrumentationConfigurationRequest":{ "type":"structure", "required":[ "InstrumentationType", "Service", "Environment", "SignalType", "LocationIdentifier" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to retrieve.

" }, "Service":{ "shape":"GetInstrumentationConfigurationRequestServiceString", "documentation":"

Service name for the instrumentation configuration.

" }, "Environment":{ "shape":"GetInstrumentationConfigurationRequestEnvironmentString", "documentation":"

Environment name for the instrumentation configuration.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

Signal type for the instrumentation configuration.

" }, "LocationIdentifier":{ "shape":"LocationIdentifier", "documentation":"

Location identifier - either full code location or a pre-computed hash.

" } } }, "GetInstrumentationConfigurationRequestEnvironmentString":{ "type":"string", "max":255, "min":1 }, "GetInstrumentationConfigurationRequestServiceString":{ "type":"string", "max":255, "min":1 }, "GetInstrumentationConfigurationResponse":{ "type":"structure", "required":["Configuration"], "members":{ "Configuration":{ "shape":"InstrumentationConfiguration", "documentation":"

The complete instrumentation configuration, including its location hash, capture settings, filters, expiration, and creation time.

" } } }, "GetInstrumentationConfigurationStatusRequest":{ "type":"structure", "required":[ "InstrumentationType", "Service", "Environment", "SignalType", "LocationIdentifier" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to retrieve.

" }, "Service":{ "shape":"GetInstrumentationConfigurationStatusRequestServiceString", "documentation":"

Service name for the instrumentation configuration.

" }, "Environment":{ "shape":"GetInstrumentationConfigurationStatusRequestEnvironmentString", "documentation":"

Environment name for the instrumentation configuration.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

Signal type for the instrumentation configuration.

" }, "LocationIdentifier":{ "shape":"LocationIdentifier", "documentation":"

Location identifier - either full code location or a pre-computed hash.

" }, "Status":{ "shape":"InstrumentationConfigurationStatus", "documentation":"

The single status to query for. If omitted, only ACTIVE status events are returned.

" }, "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time range to retrieve status events for. StartTime and EndTime must both be provided together or both be omitted. When both are omitted, the time range defaults to the last hour.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time range to retrieve status events for. StartTime and EndTime must both be provided together or both be omitted. When both are omitted, the time range defaults to the last hour.

" }, "MaxResults":{ "shape":"GetInstrumentationConfigurationStatusRequestMaxResultsInteger", "documentation":"

The maximum number of status events to return in one call. The default is 60.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Use the token returned by a previous call to retrieve the next page of status events.

" } } }, "GetInstrumentationConfigurationStatusRequestEnvironmentString":{ "type":"string", "max":255, "min":1 }, "GetInstrumentationConfigurationStatusRequestMaxResultsInteger":{ "type":"integer", "box":true, "max":100, "min":1 }, "GetInstrumentationConfigurationStatusRequestServiceString":{ "type":"string", "max":255, "min":1 }, "GetInstrumentationConfigurationStatusResponse":{ "type":"structure", "required":[ "Service", "Environment", "SignalType", "Location", "Status", "Events" ], "members":{ "Service":{ "shape":"GetInstrumentationConfigurationStatusResponseServiceString", "documentation":"

The service name echoed from the request.

" }, "Environment":{ "shape":"GetInstrumentationConfigurationStatusResponseEnvironmentString", "documentation":"

The environment echoed from the request.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type echoed from the request.

" }, "Location":{ "shape":"Location", "documentation":"

The code location echoed from the request.

" }, "Status":{ "shape":"InstrumentationConfigurationStatus", "documentation":"

The status that was queried. If not specified in the request, this is ACTIVE.

" }, "Events":{ "shape":"InstrumentationStatusEventList", "documentation":"

The list of status events within the requested time window, sorted with the most recent first. Error events include an error cause.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Pagination token to continue retrieving status events.

" } } }, "GetInstrumentationConfigurationStatusResponseEnvironmentString":{ "type":"string", "max":255, "min":1 }, "GetInstrumentationConfigurationStatusResponseServiceString":{ "type":"string", "max":255, "min":1 }, "GetServiceInput":{ "type":"structure", "required":[ "StartTime", "EndTime", "KeyAttributes" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"StartTime" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"EndTime" }, "KeyAttributes":{ "shape":"Attributes", "documentation":"

Use this field to specify which service you want to retrieve information for. You must specify at least the Type, Name, and Environment attributes.

This is a string-to-string map. It can include the following fields.

" } } }, "GetServiceLevelObjectiveInput":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ServiceLevelObjectiveId", "documentation":"

The ARN or name of the SLO that you want to retrieve information about. You can find the ARNs of SLOs by using the ListServiceLevelObjectives operation.

", "location":"uri", "locationName":"Id" } } }, "GetServiceLevelObjectiveOutput":{ "type":"structure", "required":["Slo"], "members":{ "Slo":{ "shape":"ServiceLevelObjective", "documentation":"

A structure containing the information about the SLO.

" } } }, "GetServiceOutput":{ "type":"structure", "required":[ "Service", "StartTime", "EndTime" ], "members":{ "Service":{ "shape":"Service", "documentation":"

A structure containing information about the service.

" }, "StartTime":{ "shape":"Timestamp", "documentation":"

The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057.

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057.

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "LogGroupReferences":{ "shape":"LogGroupReferences", "documentation":"

An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields:

" } } }, "Goal":{ "type":"structure", "members":{ "Interval":{ "shape":"Interval", "documentation":"

The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval.

If you omit this parameter, a rolling interval of 7 days is used.

" }, "AttainmentGoal":{ "shape":"AttainmentGoal", "documentation":"

The threshold that determines if the goal is being met.

If this is a period-based SLO, the attainment goal is the percentage of good periods that meet the threshold requirements to the total periods within the interval. For example, an attainment goal of 99.9% means that within your interval, you are targeting 99.9% of the periods to be in healthy state.

If this is a request-based SLO, the attainment goal is the percentage of requests that must be successful to meet the attainment goal.

If you omit this parameter, 99 is used to represent 99% as the attainment goal.

" }, "WarningThreshold":{ "shape":"WarningThreshold", "documentation":"

The percentage of remaining budget over total budget that you want to get warnings for. If you omit this parameter, the default of 50.0 is used.

" } }, "documentation":"

This structure contains the attributes that determine the goal of an SLO. This includes the time period for evaluation and the attainment threshold.

" }, "GroupIdentifier":{ "type":"string", "max":1024, "min":1 }, "GroupName":{ "type":"string", "max":255, "min":1 }, "GroupSource":{ "type":"string", "max":255, "min":1 }, "GroupValue":{ "type":"string", "max":255, "min":1 }, "GroupingAttributeDefinition":{ "type":"structure", "required":["GroupingName"], "members":{ "GroupingName":{ "shape":"GroupingString", "documentation":"

The friendly name for this grouping attribute, such as BusinessUnit or Environment. This name is used to identify the grouping in the console and APIs.

" }, "GroupingSourceKeys":{ "shape":"GroupingSourceKeyStringList", "documentation":"

An array of source keys used to derive the grouping attribute value from telemetry data, Amazon Web Services tags, or other sources. For example, [\"business_unit\", \"team\"] would look for values in those fields.

" }, "DefaultGroupingValue":{ "shape":"GroupingString", "documentation":"

The default value to use for this grouping attribute when no value can be derived from the source keys. This ensures all services have a grouping value even if the source data is missing.

" } }, "documentation":"

A structure that defines how services should be grouped based on specific attributes. This includes the friendly name for the grouping, the source keys to derive values from, and an optional default value.

" }, "GroupingAttributeDefinitions":{ "type":"list", "member":{"shape":"GroupingAttributeDefinition"} }, "GroupingConfiguration":{ "type":"structure", "required":[ "GroupingAttributeDefinitions", "UpdatedAt" ], "members":{ "GroupingAttributeDefinitions":{ "shape":"GroupingAttributeDefinitions", "documentation":"

An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.

" }, "UpdatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

" } }, "documentation":"

A structure that contains the complete grouping configuration for an account, including all defined grouping attributes and metadata about when it was last updated.

" }, "GroupingSourceKeyStringList":{ "type":"list", "member":{"shape":"GroupingString"} }, "GroupingString":{ "type":"string", "max":128, "min":1, "pattern":"[a-zA-Z0-9\\s+\\-=\\._:/@]*" }, "InstrumentationConfiguration":{ "type":"structure", "required":[ "InstrumentationType", "Service", "Environment", "SignalType", "Location", "LocationHash", "CaptureConfiguration", "CreatedAt", "ARN" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

The type of instrumentation for this configuration.

" }, "Service":{ "shape":"InstrumentationConfigurationServiceString", "documentation":"

The service that this instrumentation configuration targets.

" }, "Environment":{ "shape":"InstrumentationConfigurationEnvironmentString", "documentation":"

The environment where the service is running.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type for this instrumentation configuration.

" }, "Location":{ "shape":"Location", "documentation":"

The location where this instrumentation is applied.

" }, "LocationHash":{ "shape":"InstrumentationConfigurationLocationHashString", "documentation":"

The stable hash derived from the location that uniquely identifies this instrumentation point within the service and environment.

" }, "Description":{ "shape":"InstrumentationConfigurationDescriptionString", "documentation":"

An optional short description of the instrumentation configuration.

" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"

The timestamp when this configuration expires.

" }, "AttributeFilters":{ "shape":"DynamicInstrumentationAttributeFilters", "documentation":"

Client-side filters that determine which instances apply this instrumentation.

" }, "CaptureConfiguration":{ "shape":"CaptureConfiguration", "documentation":"

The capture settings for this instrumentation configuration.

" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp when this instrumentation configuration was created.

" }, "ARN":{ "shape":"InstrumentationConfigurationArn", "documentation":"

ARN for the instrumentation configuration

" } }, "documentation":"

The full instrumentation configuration, including the instrumentation type, service, environment, signal type, location details, stable location hash, capture settings, filters, expiration, creation time, and ARN.

" }, "InstrumentationConfigurationArn":{ "type":"string", "documentation":"

ARN for an instrumentation configuration Format: arn:${Partition}:application-signals:${Region}:${Account}:instrumentationConfig/${service}/${environment}/${signalType}/${locationHash} Note: service and environment can contain '/' and ':', so we use a permissive pattern that only validates the ARN prefix structure and the 16-character lowercase hex locationHash suffix.

", "pattern":"arn:[^:]+:application-signals:[^:]+:[0-9]{12}:instrumentationConfig/.+/[0-9a-f]{16}" }, "InstrumentationConfigurationDescriptionString":{ "type":"string", "max":50, "min":1 }, "InstrumentationConfigurationEnvironmentString":{ "type":"string", "max":255, "min":1 }, "InstrumentationConfigurationLocationHashString":{ "type":"string", "max":16, "min":16 }, "InstrumentationConfigurationServiceString":{ "type":"string", "max":255, "min":1 }, "InstrumentationConfigurationStatus":{ "type":"string", "documentation":"

The status of an instrumentation configuration on a host.

", "enum":[ "READY", "ERROR", "ACTIVE", "DISABLED" ] }, "InstrumentationConfigurationStatusReport":{ "type":"structure", "required":[ "InstrumentationType", "SignalType", "LocationHash", "Status", "Time" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

The type of instrumentation configuration being reported.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type for this instrumentation configuration.

" }, "LocationHash":{ "shape":"InstrumentationConfigurationStatusReportLocationHashString", "documentation":"

The stable hash of the instrumentation location that identifies the configuration being reported.

" }, "Status":{ "shape":"InstrumentationConfigurationStatus", "documentation":"

The status of the instrumentation configuration: READY, ERROR, ACTIVE, or DISABLED.

" }, "Time":{ "shape":"Timestamp", "documentation":"

The timestamp when the status event occurred.

" }, "ErrorCause":{ "shape":"InstrumentationErrorCause", "documentation":"

The error cause when the status is ERROR, such as the file or method not being found.

" } }, "documentation":"

The status of a single instrumentation configuration reported by an SDK instance.

" }, "InstrumentationConfigurationStatusReportLocationHashString":{ "type":"string", "max":16, "min":16 }, "InstrumentationConfigurationWithoutServiceEnv":{ "type":"structure", "required":[ "InstrumentationType", "SignalType", "Location", "LocationHash", "CaptureConfiguration", "CreatedAt", "ARN" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

The type of instrumentation for this configuration.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type for this instrumentation configuration.

" }, "Location":{ "shape":"Location", "documentation":"

The location where this instrumentation is applied.

" }, "LocationHash":{ "shape":"InstrumentationConfigurationWithoutServiceEnvLocationHashString", "documentation":"

The stable hash derived from the location that identifies this instrumentation point.

" }, "Description":{ "shape":"InstrumentationConfigurationWithoutServiceEnvDescriptionString", "documentation":"

An optional short description of the instrumentation configuration.

" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"

The timestamp when this configuration expires.

" }, "AttributeFilters":{ "shape":"DynamicInstrumentationAttributeFilters", "documentation":"

Client-side filters that determine which instances apply this instrumentation.

" }, "CaptureConfiguration":{ "shape":"CaptureConfiguration", "documentation":"

The capture settings for this instrumentation configuration.

" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp when this instrumentation configuration was created.

" }, "ARN":{ "shape":"InstrumentationConfigurationArn", "documentation":"

ARN for the instrumentation configuration

" } }, "documentation":"

An instrumentation configuration that omits service and environment because they are provided at a higher level, such as in a list response.

" }, "InstrumentationConfigurationWithoutServiceEnvDescriptionString":{ "type":"string", "max":50, "min":1 }, "InstrumentationConfigurationWithoutServiceEnvLocationHashString":{ "type":"string", "max":16, "min":16 }, "InstrumentationConfigurationsPage":{ "type":"structure", "required":[ "Service", "Environment", "Changed", "SyncedAt", "SyncInterval" ], "members":{ "Service":{ "shape":"InstrumentationConfigurationsPageServiceString", "documentation":"

The service name associated with the returned configurations.

" }, "Environment":{ "shape":"InstrumentationConfigurationsPageEnvironmentString", "documentation":"

The environment associated with the returned configurations.

" }, "Changed":{ "shape":"Boolean", "documentation":"

Indicates whether there are configuration changes since the provided SyncedAt timestamp.

" }, "LatestConfigurations":{ "shape":"InstrumentationConfigurationsWithoutServiceEnv", "documentation":"

The current set of active instrumentation configurations for the service and environment. Items omit service and environment because they are provided in the request.

" }, "SyncedAt":{ "shape":"Timestamp", "documentation":"

The server timestamp to supply on the next sync call.

" }, "SyncInterval":{ "shape":"InstrumentationConfigurationsPageSyncIntervalInteger", "documentation":"

The suggested number of seconds to wait before the next sync request. This is at least 60 seconds to prevent excessive polling.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Pagination token to continue listing configurations when more results are available.

" } } }, "InstrumentationConfigurationsPageEnvironmentString":{ "type":"string", "max":255, "min":1 }, "InstrumentationConfigurationsPageServiceString":{ "type":"string", "max":255, "min":1 }, "InstrumentationConfigurationsPageSyncIntervalInteger":{ "type":"integer", "box":true, "min":60 }, "InstrumentationConfigurationsWithoutServiceEnv":{ "type":"list", "member":{"shape":"InstrumentationConfigurationWithoutServiceEnv"}, "documentation":"

An array of instrumentation configurations that omit service and environment, used when those values are provided elsewhere in the response.

" }, "InstrumentationErrorCause":{ "type":"string", "documentation":"

The reason why applying an instrumentation configuration failed.

", "enum":[ "FILE_NOT_FOUND", "METHOD_NOT_FOUND", "LINE_NOT_EXECUTABLE", "OVERLOADED_METHODS", "LANGUAGE_MISMATCH", "RUNTIME_ERROR" ] }, "InstrumentationStatusEvent":{ "type":"structure", "required":["Time"], "members":{ "Time":{ "shape":"Timestamp", "documentation":"

The time when the status was reported, rounded to the nearest minute.

" }, "ErrorCause":{ "shape":"InstrumentationErrorCause", "documentation":"

The error cause when the status is ERROR.

" } }, "documentation":"

A status event for an instrumentation configuration returned by GetInstrumentationConfigurationStatus. Events include the timestamp and, for errors, an error cause.

" }, "InstrumentationStatusEventList":{ "type":"list", "member":{"shape":"InstrumentationStatusEvent"} }, "InstrumentationType":{ "type":"string", "documentation":"

Type of instrumentation configuration

", "enum":[ "BREAKPOINT", "PROBE" ] }, "Integer":{ "type":"integer", "box":true }, "Interval":{ "type":"structure", "members":{ "RollingInterval":{ "shape":"RollingInterval", "documentation":"

If the interval is a rolling interval, this structure contains the interval specifications.

" }, "CalendarInterval":{ "shape":"CalendarInterval", "documentation":"

If the interval is a calendar interval, this structure contains the interval specifications.

" } }, "documentation":"

The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval.

", "union":true }, "KeyAttributeName":{ "type":"string", "pattern":"[a-zA-Z]{1,50}" }, "KeyAttributeValue":{ "type":"string", "max":1024, "min":1, "pattern":"[ -~]*[!-~]+[ -~]*" }, "LatestChangeEvents":{ "type":"list", "member":{"shape":"ChangeEvent"}, "max":1, "min":1 }, "ListAuditFindingMaxResults":{ "type":"integer", "box":true, "max":10, "min":1 }, "ListAuditFindingsInput":{ "type":"structure", "required":[ "StartTime", "EndTime", "AuditTargets" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve audit findings for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057

", "location":"querystring", "locationName":"StartTime" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve audit findings for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057

", "location":"querystring", "locationName":"EndTime" }, "Auditors":{ "shape":"Auditors", "documentation":"

A list of auditor names to filter the findings by. Only findings generated by the specified auditors will be returned.

The following auditors are available for configuration:

InitAuditor and Summarizer auditors are not configurable as they are automatically triggered during the audit process.

" }, "AuditTargets":{ "shape":"AuditTargets", "documentation":"

A list of audit targets to filter the findings by. You can specify services, SLOs, or service operations to limit the audit findings to specific entities.

" }, "DetailLevel":{ "shape":"DetailLevel", "documentation":"

The level of details of the audit findings. Supported values: BRIEF, DETAILED.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of audit findings.

" }, "MaxResults":{ "shape":"ListAuditFindingMaxResults", "documentation":"

The maximum number of audit findings to return in one operation. If you omit this parameter, the default of 10 is used.

" } } }, "ListAuditFindingsOutput":{ "type":"structure", "required":["AuditFindings"], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned audit findings apply to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned audit findings apply to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057

" }, "AuditFindings":{ "shape":"AuditFindings", "documentation":"

An array of structures, where each structure contains information about one audit finding, including the auditor results, severity, and associated metric and dependency graphs.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get the next set of audit findings.

" } } }, "ListEntityEventsInput":{ "type":"structure", "required":[ "Entity", "StartTime", "EndTime" ], "members":{ "Entity":{ "shape":"Attributes", "documentation":"

The entity for which to retrieve change events. This specifies the service, resource, or other entity whose event history you want to examine.

This is a string-to-string map. It can include the following fields.

Below is an example of a service.

{ \"Type\": \"Service\", \"Name\": \"visits-service\", \"Environment\": \"petclinic-test\" }

Below is an example of a resource.

{ \"Type\": \"AWS::Resource\", \"ResourceType\": \"AWS::DynamoDB::Table\", \"Identifier\": \"Customers\" }

" }, "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve change events for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example: 1698778057

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve change events for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example: 1698778057

" }, "MaxResults":{ "shape":"ListEntityEventsMaxResults", "documentation":"

The maximum number of change events to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of change events.

", "location":"querystring", "locationName":"NextToken" } } }, "ListEntityEventsMaxResults":{ "type":"integer", "box":true, "max":250, "min":1 }, "ListEntityEventsOutput":{ "type":"structure", "required":[ "StartTime", "EndTime", "ChangeEvents" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned change events apply to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example: 1698778057

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned change events apply to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example: 1698778057

" }, "ChangeEvents":{ "shape":"ChangeEvents", "documentation":"

An array of structures, where each structure contains information about one change event that occurred for the specified entity during the requested time period.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get the next set of change events.

" } } }, "ListGroupingAttributeDefinitionsInput":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of grouping attribute definitions.

", "location":"querystring", "locationName":"NextToken" }, "AwsAccountId":{ "shape":"AwsAccountId", "documentation":"

The Amazon Web Services account ID to retrieve grouping attribute definitions for. Use this when accessing grouping configurations from a different account in cross-account monitoring scenarios.

", "location":"querystring", "locationName":"AwsAccountId" }, "IncludeLinkedAccounts":{ "shape":"Boolean", "documentation":"

If you are using this operation in a monitoring account, specify true to include grouping attributes from source accounts in the returned data.

", "location":"querystring", "locationName":"IncludeLinkedAccounts" } } }, "ListGroupingAttributeDefinitionsOutput":{ "type":"structure", "required":["GroupingAttributeDefinitions"], "members":{ "GroupingAttributeDefinitions":{ "shape":"GroupingAttributeDefinitions", "documentation":"

An array of structures, where each structure contains information about one grouping attribute definition, including the grouping name, source keys, and default values.

" }, "UpdatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp when the grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get the next set of grouping attribute definitions.

" } } }, "ListInstrumentationConfigurationsRequest":{ "type":"structure", "required":[ "Service", "Environment", "InstrumentationType" ], "members":{ "Service":{ "shape":"ListInstrumentationConfigurationsRequestServiceString", "documentation":"

The name of the service to retrieve instrumentation configurations for.

" }, "Environment":{ "shape":"ListInstrumentationConfigurationsRequestEnvironmentString", "documentation":"

The environment that the service is running in.

" }, "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

Type of instrumentation configuration (BREAKPOINT or PROBE). Required to determine which backing store to query.

" }, "SyncedAt":{ "shape":"Timestamp", "documentation":"

The timestamp from the last successful sync. When provided, the response returns Changed as false if nothing is new since this time, or returns the latest configurations when changes exist.

" }, "MaxResults":{ "shape":"ListInstrumentationConfigurationsRequestMaxResultsInteger", "documentation":"

The maximum number of configurations to return in one call. The default is 50 and the maximum is 100.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Use the token returned by a previous call to retrieve the next page of configurations.

" } } }, "ListInstrumentationConfigurationsRequestEnvironmentString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9:/+=,.@_-]+" }, "ListInstrumentationConfigurationsRequestMaxResultsInteger":{ "type":"integer", "box":true, "max":100, "min":1 }, "ListInstrumentationConfigurationsRequestServiceString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9:/+=,.@_-]+" }, "ListServiceDependenciesInput":{ "type":"structure", "required":[ "StartTime", "EndTime", "KeyAttributes" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"StartTime" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested end time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"EndTime" }, "KeyAttributes":{ "shape":"Attributes", "documentation":"

Use this field to specify which service you want to retrieve information for. You must specify at least the Type, Name, and Environment attributes.

This is a string-to-string map. It can include the following fields.

" }, "MaxResults":{ "shape":"ListServiceDependenciesMaxResults", "documentation":"

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service dependencies.

", "location":"querystring", "locationName":"NextToken" } } }, "ListServiceDependenciesMaxResults":{ "type":"integer", "box":true, "max":100, "min":1 }, "ListServiceDependenciesOutput":{ "type":"structure", "required":[ "StartTime", "EndTime", "ServiceDependencies" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "ServiceDependencies":{ "shape":"ServiceDependencies", "documentation":"

An array, where each object in the array contains information about one of the dependencies of this service.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get next set of service dependencies.

" } } }, "ListServiceDependentsInput":{ "type":"structure", "required":[ "StartTime", "EndTime", "KeyAttributes" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"StartTime" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"EndTime" }, "KeyAttributes":{ "shape":"Attributes", "documentation":"

Use this field to specify which service you want to retrieve information for. You must specify at least the Type, Name, and Environment attributes.

This is a string-to-string map. It can include the following fields.

" }, "MaxResults":{ "shape":"ListServiceDependentsMaxResults", "documentation":"

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service dependents.

", "location":"querystring", "locationName":"NextToken" } } }, "ListServiceDependentsMaxResults":{ "type":"integer", "box":true, "max":100, "min":1 }, "ListServiceDependentsOutput":{ "type":"structure", "required":[ "StartTime", "EndTime", "ServiceDependents" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "ServiceDependents":{ "shape":"ServiceDependents", "documentation":"

An array, where each object in the array contains information about one of the dependents of this service.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get next set of service dependents.

" } } }, "ListServiceLevelObjectiveExclusionWindowsInput":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ServiceLevelObjectiveId", "documentation":"

The ID of the SLO to list exclusion windows for.

", "location":"uri", "locationName":"Id" }, "MaxResults":{ "shape":"ListServiceLevelObjectiveExclusionWindowsMaxResults", "documentation":"

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service level objectives.

", "location":"querystring", "locationName":"NextToken" } } }, "ListServiceLevelObjectiveExclusionWindowsMaxResults":{ "type":"integer", "box":true, "max":10, "min":1 }, "ListServiceLevelObjectiveExclusionWindowsOutput":{ "type":"structure", "required":["ExclusionWindows"], "members":{ "ExclusionWindows":{ "shape":"ExclusionWindows", "documentation":"

A list of exclusion windows configured for the SLO.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service level objectives.

" } } }, "ListServiceLevelObjectivesInput":{ "type":"structure", "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

You can use this optional field to specify which services you want to retrieve SLO information for.

This is a string-to-string map. It can include the following fields.

" }, "OperationName":{ "shape":"OperationName", "documentation":"

The name of the operation that this SLO is associated with.

", "location":"querystring", "locationName":"OperationName" }, "DependencyConfig":{ "shape":"DependencyConfig", "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

" }, "MaxResults":{ "shape":"ListServiceLevelObjectivesMaxResults", "documentation":"

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service level objectives.

", "location":"querystring", "locationName":"NextToken" }, "MetricSourceTypes":{ "shape":"MetricSourceTypes", "documentation":"

Use this optional field to only include SLOs with the specified metric source types in the output. Supported types are:

" }, "IncludeLinkedAccounts":{ "shape":"Boolean", "documentation":"

If you are using this operation in a monitoring account, specify true to include SLO from source accounts in the returned data.

When you are monitoring an account, you can use Amazon Web Services account ID in KeyAttribute filter for service source account and SloOwnerawsaccountID for SLO source account with IncludeLinkedAccounts to filter the returned data to only a single source account.

", "location":"querystring", "locationName":"IncludeLinkedAccounts" }, "SloOwnerAwsAccountId":{ "shape":"AwsAccountId", "documentation":"

SLO's Amazon Web Services account ID.

", "location":"querystring", "locationName":"SloOwnerAwsAccountId" }, "MetricSource":{ "shape":"MetricSource", "documentation":"

Identifies the metric source to filter SLOs by.

" } } }, "ListServiceLevelObjectivesMaxResults":{ "type":"integer", "box":true, "max":50, "min":1 }, "ListServiceLevelObjectivesOutput":{ "type":"structure", "members":{ "SloSummaries":{ "shape":"ServiceLevelObjectiveSummaries", "documentation":"

An array of structures, where each structure contains information about one SLO.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get next set of service level objectives.

" } } }, "ListServiceOperationMaxResults":{ "type":"integer", "box":true, "max":100, "min":1 }, "ListServiceOperationsInput":{ "type":"structure", "required":[ "StartTime", "EndTime", "KeyAttributes" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"StartTime" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested end time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"EndTime" }, "KeyAttributes":{ "shape":"Attributes", "documentation":"

Use this field to specify which service you want to retrieve information for. You must specify at least the Type, Name, and Environment attributes.

This is a string-to-string map. It can include the following fields.

" }, "MaxResults":{ "shape":"ListServiceOperationMaxResults", "documentation":"

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service operations.

", "location":"querystring", "locationName":"NextToken" } } }, "ListServiceOperationsOutput":{ "type":"structure", "required":[ "StartTime", "EndTime", "ServiceOperations" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "ServiceOperations":{ "shape":"ServiceOperations", "documentation":"

An array of structures that each contain information about one operation of this service.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get next set of service operations.

" } } }, "ListServiceStatesInput":{ "type":"structure", "required":[ "StartTime", "EndTime" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve service state information for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve service state information for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057.

" }, "MaxResults":{ "shape":"ListServiceStatesMaxResults", "documentation":"

The maximum number of service states to return in one operation. If you omit this parameter, the default of 20 is used.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of service states.

" }, "IncludeLinkedAccounts":{ "shape":"Boolean", "documentation":"

If you are using this operation in a monitoring account, specify true to include service states from source accounts in the returned data.

" }, "AwsAccountId":{ "shape":"AwsAccountId", "documentation":"

The Amazon Web Services account ID to filter service states by. Use this to limit results to services from a specific account.

" }, "AttributeFilters":{ "shape":"AttributeFilters", "documentation":"

A list of attribute filters to narrow down the services. You can filter by platform, environment, or other service attributes.

" } } }, "ListServiceStatesMaxResults":{ "type":"integer", "box":true, "max":250 }, "ListServiceStatesOutput":{ "type":"structure", "required":[ "StartTime", "EndTime", "ServiceStates" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, 1698778057.

" }, "ServiceStates":{ "shape":"ServiceStates", "documentation":"

An array of structures, where each structure contains information about the state of one service, including its latest change events such as deployments.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get the next set of service states.

" } } }, "ListServicesInput":{ "type":"structure", "required":[ "StartTime", "EndTime" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"StartTime" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

Your requested start time will be rounded to the nearest hour.

", "location":"querystring", "locationName":"EndTime" }, "MaxResults":{ "shape":"ListServicesMaxResults", "documentation":"

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

", "location":"querystring", "locationName":"MaxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value, if it was returned by the previous operation, to get the next set of services.

", "location":"querystring", "locationName":"NextToken" }, "IncludeLinkedAccounts":{ "shape":"Boolean", "documentation":"

If you are using this operation in a monitoring account, specify true to include services from source accounts in the returned data.

", "location":"querystring", "locationName":"IncludeLinkedAccounts" }, "AwsAccountId":{ "shape":"AwsAccountId", "documentation":"

Amazon Web Services Account ID.

", "location":"querystring", "locationName":"AwsAccountId" } } }, "ListServicesMaxResults":{ "type":"integer", "box":true, "max":100, "min":1 }, "ListServicesOutput":{ "type":"structure", "required":[ "StartTime", "EndTime", "ServiceSummaries" ], "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

" }, "ServiceSummaries":{ "shape":"ServiceSummaries", "documentation":"

An array of structures, where each structure contains some information about a service. To get complete information about a service, use GetService.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

Include this value in your next use of this API to get next set of services.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceArn"], "members":{ "ResourceArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the CloudWatch resource that you want to view tags for.

The ARN format of an Application Signals SLO is arn:aws:cloudwatch:Region:account-id:slo:slo-name

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.

", "location":"querystring", "locationName":"ResourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"TagList", "documentation":"

The list of tag keys and values associated with the resource you specified.

" } } }, "Location":{ "type":"structure", "members":{ "CodeLocation":{ "shape":"CodeLocation", "documentation":"

A code location for code-level instrumentation, including language, code unit, class, method, file path, and optional line number.

" } }, "documentation":"

A union that identifies the location to instrument. Specify a CodeLocation for code-level instrumentation.

", "union":true }, "LocationIdentifier":{ "type":"structure", "members":{ "CodeLocation":{ "shape":"CodeLocation", "documentation":"

The full code location specification (will be hashed internally)

" }, "LocationHash":{ "shape":"LocationIdentifierLocationHashString", "documentation":"

The pre-computed location hash (16-character hex string)

" } }, "documentation":"

Union type for identifying an instrumentation configuration by code location or locationHash. Used in Get/Delete/GetStatus operations to allow flexible identification.

", "union":true }, "LocationIdentifierLocationHashString":{ "type":"string", "max":16, "min":16 }, "LogGroupReferences":{ "type":"list", "member":{"shape":"Attributes"} }, "Metric":{ "type":"structure", "members":{ "Namespace":{ "shape":"Namespace", "documentation":"

The namespace of the metric. For more information, see Namespaces.

" }, "MetricName":{ "shape":"MetricName", "documentation":"

The name of the metric to use.

" }, "Dimensions":{ "shape":"Dimensions", "documentation":"

An array of one or more dimensions to use to define the metric that you want to use. For more information, see Dimensions.

" } }, "documentation":"

This structure defines the metric used for a service level indicator, including the metric name, namespace, and dimensions

" }, "MetricDataQueries":{ "type":"list", "member":{"shape":"MetricDataQuery"} }, "MetricDataQuery":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"MetricId", "documentation":"

A short name used to tie this object to the results in the response. This Id must be unique within a MetricDataQueries array. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the metric math expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter.

" }, "MetricStat":{ "shape":"MetricStat", "documentation":"

A metric to be used directly for the SLO, or to be used in the math expression that will be used for the SLO.

Within one MetricDataQuery object, you must specify either Expression or MetricStat but not both.

" }, "Expression":{ "shape":"MetricExpression", "documentation":"

This field can contain a metric math expression to be performed on the other metrics that you are retrieving within this MetricDataQueries structure.

A math expression can use the Id of the other metrics or queries to refer to those metrics, and can also use the Id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide.

Within each MetricDataQuery object, you must specify either Expression or MetricStat but not both.

" }, "Label":{ "shape":"MetricLabel", "documentation":"

A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents. If the metric or expression is shown in a CloudWatch dashboard widget, the label is shown. If Label is omitted, CloudWatch generates a default.

You can put dynamic expressions into a label, so that it is more descriptive. For more information, see Using Dynamic Labels.

" }, "ReturnData":{ "shape":"ReturnData", "documentation":"

Use this only if you are using a metric math expression for the SLO. Specify true for ReturnData for only the one expression result to use as the alarm. For all other metrics and expressions in the same CreateServiceLevelObjective operation, specify ReturnData as false.

" }, "Period":{ "shape":"Period", "documentation":"

The granularity, in seconds, of the returned data points for this metric. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a PutMetricData call that includes a StorageResolution of 1 second.

If the StartTime parameter specifies a time stamp that is greater than 3 hours ago, you must specify the period as follows or no data points in that time range is returned:

" }, "AccountId":{ "shape":"AccountId", "documentation":"

The ID of the account where this metric is located. If you are performing this operation in a monitoring account, use this to specify which source account to retrieve this metric from.

" } }, "documentation":"

Use this structure to define a metric or metric math expression that you want to use as for a service level objective.

Each MetricDataQuery in the MetricDataQueries array specifies either a metric to retrieve, or a metric math expression to be performed on retrieved metrics. A single MetricDataQueries array can include as many as 20 MetricDataQuery structures in the array. The 20 structures can include as many as 10 structures that contain a MetricStat parameter to retrieve a metric, and as many as 10 structures that contain the Expression parameter to perform a math expression. Of those Expression structures, exactly one must have true as the value for ReturnData. The result of this expression used for the SLO.

For more information about metric math expressions, see CloudWatchUse metric math.

Within each MetricDataQuery object, you must specify either Expression or MetricStat but not both.

" }, "MetricExpression":{ "type":"string", "max":2048, "min":1 }, "MetricGraph":{ "type":"structure", "members":{ "MetricDataQueries":{ "shape":"MetricDataQueries", "documentation":"

An array of metric data queries that define the metrics to be retrieved and analyzed as part of the audit finding context.

" }, "StartTime":{ "shape":"Timestamp", "documentation":"

The start time for the metric data included in this graph. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

" }, "EndTime":{ "shape":"Timestamp", "documentation":"

The end time for the metric data included in this graph. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

" } }, "documentation":"

A structure that contains metric data queries and time range information that provides context for audit findings through relevant performance metrics.

" }, "MetricId":{ "type":"string", "max":255, "min":1 }, "MetricLabel":{"type":"string"}, "MetricName":{ "type":"string", "max":255, "min":1 }, "MetricReference":{ "type":"structure", "required":[ "Namespace", "MetricType", "MetricName" ], "members":{ "Namespace":{ "shape":"Namespace", "documentation":"

The namespace of the metric. For more information, see CloudWatchNamespaces.

" }, "MetricType":{ "shape":"MetricType", "documentation":"

Used to display the appropriate statistics in the CloudWatch console.

" }, "Dimensions":{ "shape":"Dimensions", "documentation":"

An array of one or more dimensions that further define the metric. For more information, see CloudWatchDimensions.

" }, "MetricName":{ "shape":"MetricName", "documentation":"

The name of the metric.

" }, "AccountId":{ "shape":"AwsAccountId", "documentation":"

Amazon Web Services account ID.

" } }, "documentation":"

This structure contains information about one CloudWatch metric associated with this entity discovered by Application Signals.

" }, "MetricReferences":{ "type":"list", "member":{"shape":"MetricReference"} }, "MetricSource":{ "type":"structure", "required":["MetricSourceKeyAttributes"], "members":{ "MetricSourceKeyAttributes":{ "shape":"Attributes", "documentation":"

Key attributes that identify the metric source.

" }, "MetricSourceAttributes":{ "shape":"Attributes", "documentation":"

Additional attributes for the metric source.

" } }, "documentation":"

Identifies the metric source for SLOs on resources other than Application Signals services.

" }, "MetricSourceType":{ "type":"string", "enum":[ "ServiceOperation", "CloudWatchMetric", "ServiceDependency", "AppMonitor", "Canary", "Service" ] }, "MetricSourceTypes":{ "type":"list", "member":{"shape":"MetricSourceType"}, "max":3, "min":1 }, "MetricStat":{ "type":"structure", "required":[ "Metric", "Period", "Stat" ], "members":{ "Metric":{ "shape":"Metric", "documentation":"

The metric to use as the service level indicator, including the metric name, namespace, and dimensions.

" }, "Period":{ "shape":"Period", "documentation":"

The granularity, in seconds, to be used for the metric. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a PutMetricData call that includes a StorageResolution of 1 second.

" }, "Stat":{ "shape":"Stat", "documentation":"

The statistic to use for comparison to the threshold. It can be any CloudWatch statistic or extended statistic. For more information about statistics, see CloudWatch statistics definitions.

" }, "Unit":{ "shape":"StandardUnit", "documentation":"

If you omit Unit then all data that was collected with any unit is returned, along with the corresponding units that were specified when the data was reported to CloudWatch. If you specify a unit, the operation returns only data that was collected with that unit specified. If you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.

" } }, "documentation":"

This structure defines the metric to be used as the service level indicator, along with the statistics, period, and unit.

" }, "MetricType":{ "type":"string", "pattern":"[A-Za-z0-9 -]+" }, "MonitoredRequestCountMetricDataQueries":{ "type":"structure", "members":{ "GoodCountMetric":{ "shape":"MetricDataQueries", "documentation":"

If you want to count \"good requests\" to determine the percentage of successful requests for this request-based SLO, specify the metric to use as \"good requests\" in this structure.

" }, "BadCountMetric":{ "shape":"MetricDataQueries", "documentation":"

If you want to count \"bad requests\" to determine the percentage of successful requests for this request-based SLO, specify the metric to use as \"bad requests\" in this structure.

" } }, "documentation":"

This structure defines the metric that is used as the \"good request\" or \"bad request\" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric is divided by the number found for MonitoredRequestCountMetric to determine the percentage of successful requests that this SLO tracks.

", "union":true }, "Namespace":{ "type":"string", "max":255, "min":1, "pattern":".*[^:].*" }, "NextToken":{"type":"string"}, "Node":{ "type":"structure", "required":[ "KeyAttributes", "Name", "NodeId" ], "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

The key attributes that identify this node, including Type, Name, and Environment information.

" }, "Name":{ "shape":"String", "documentation":"

The name of the entity represented by this node.

" }, "NodeId":{ "shape":"String", "documentation":"

A unique identifier for this node within the dependency graph.

" }, "Operation":{ "shape":"String", "documentation":"

The operation associated with this node, if applicable.

" }, "Type":{ "shape":"String", "documentation":"

The type of entity represented by this node, such as Service or Resource.

" }, "Duration":{ "shape":"Double", "documentation":"

The duration or processing time associated with this node, if applicable.

" }, "Status":{ "shape":"String", "documentation":"

The status of the entity represented by this node.

" } }, "documentation":"

A structure that represents a node in a dependency graph, containing information about a service, resource, or other entity and its characteristics.

" }, "Nodes":{ "type":"list", "member":{"shape":"Node"}, "max":4, "min":0 }, "OperationName":{ "type":"string", "max":255, "min":1 }, "Period":{ "type":"integer", "box":true, "min":1 }, "ProgrammingLanguage":{ "type":"string", "documentation":"

The programming language of the instrumentation point. Java, Python, and JavaScript are currently supported.

", "enum":[ "Java", "Python", "Javascript" ] }, "PutGroupingConfigurationInput":{ "type":"structure", "required":["GroupingAttributeDefinitions"], "members":{ "GroupingAttributeDefinitions":{ "shape":"GroupingAttributeDefinitions", "documentation":"

An array of grouping attribute definitions that specify how services should be grouped. Each definition includes a friendly name, source keys to derive the grouping value from, and an optional default value.

" } } }, "PutGroupingConfigurationOutput":{ "type":"structure", "required":["GroupingConfiguration"], "members":{ "GroupingConfiguration":{ "shape":"GroupingConfiguration", "documentation":"

A structure containing the updated grouping configuration, including all grouping attribute definitions and the timestamp when it was last updated.

" } } }, "RecurrenceRule":{ "type":"structure", "required":["Expression"], "members":{ "Expression":{ "shape":"Expression", "documentation":"

A cron or rate expression that specifies the schedule for the exclusion window.

" } }, "documentation":"

The recurrence rule for the SLO time window exclusion .

" }, "ReportInstrumentationConfigurationStatusRequest":{ "type":"structure", "required":[ "Service", "Environment", "Configurations" ], "members":{ "Service":{ "shape":"ReportInstrumentationConfigurationStatusRequestServiceString", "documentation":"

The service that the reported configurations belong to.

" }, "Environment":{ "shape":"ReportInstrumentationConfigurationStatusRequestEnvironmentString", "documentation":"

The environment that the service is running in.

" }, "Configurations":{ "shape":"ReportInstrumentationConfigurationStatusRequestConfigurationsList", "documentation":"

An array of configuration status reports (up to 100) that include the instrumentation type, signal type, location hash, status, timestamp, and optional error cause.

" } } }, "ReportInstrumentationConfigurationStatusRequestConfigurationsList":{ "type":"list", "member":{"shape":"InstrumentationConfigurationStatusReport"}, "max":100, "min":1 }, "ReportInstrumentationConfigurationStatusRequestEnvironmentString":{ "type":"string", "max":255, "min":1 }, "ReportInstrumentationConfigurationStatusRequestServiceString":{ "type":"string", "max":255, "min":1 }, "ReportInstrumentationConfigurationStatusResponse":{ "type":"structure", "required":[ "Service", "Environment", "UnprocessedStatusEvents" ], "members":{ "Service":{ "shape":"ReportInstrumentationConfigurationStatusResponseServiceString", "documentation":"

The service name echoed from the request.

" }, "Environment":{ "shape":"ReportInstrumentationConfigurationStatusResponseEnvironmentString", "documentation":"

The environment echoed from the request.

" }, "UnprocessedStatusEvents":{ "shape":"UnprocessedStatusEventList", "documentation":"

Status events that failed to be processed. Each entry includes the configuration identifiers, status, timestamp, and a reason for the failure.

" } } }, "ReportInstrumentationConfigurationStatusResponseEnvironmentString":{ "type":"string", "max":255, "min":1 }, "ReportInstrumentationConfigurationStatusResponseServiceString":{ "type":"string", "max":255, "min":1 }, "RequestBasedServiceLevelIndicator":{ "type":"structure", "required":["RequestBasedSliMetric"], "members":{ "RequestBasedSliMetric":{ "shape":"RequestBasedServiceLevelIndicatorMetric", "documentation":"

A structure that contains information about the metric that the SLO monitors.

" }, "MetricThreshold":{ "shape":"ServiceLevelIndicatorMetricThreshold", "documentation":"

This value is the threshold that the observed metric values of the SLI metric are compared to.

" }, "ComparisonOperator":{ "shape":"ServiceLevelIndicatorComparisonOperator", "documentation":"

The arithmetic operation used when comparing the specified metric to the threshold.

" } }, "documentation":"

This structure contains information about the performance metric that a request-based SLO monitors.

" }, "RequestBasedServiceLevelIndicatorConfig":{ "type":"structure", "required":["RequestBasedSliMetricConfig"], "members":{ "RequestBasedSliMetricConfig":{ "shape":"RequestBasedServiceLevelIndicatorMetricConfig", "documentation":"

Use this structure to specify the metric to be used for the SLO.

" }, "MetricThreshold":{ "shape":"ServiceLevelIndicatorMetricThreshold", "documentation":"

The value that the SLI metric is compared to. This parameter is required if this SLO is tracking the Latency metric.

" }, "ComparisonOperator":{ "shape":"ServiceLevelIndicatorComparisonOperator", "documentation":"

The arithmetic operation to use when comparing the specified metric to the threshold. This parameter is required if this SLO is tracking the Latency metric.

" } }, "documentation":"

This structure specifies the information about the service and the performance metric that a request-based SLO is to monitor.

" }, "RequestBasedServiceLevelIndicatorMetric":{ "type":"structure", "required":[ "TotalRequestCountMetric", "MonitoredRequestCountMetric" ], "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map that contains information about the type of object that this SLO is related to. It can include the following fields.

" }, "OperationName":{ "shape":"OperationName", "documentation":"

If the SLO monitors a specific operation of the service, this field displays that operation name.

" }, "MetricType":{ "shape":"ServiceLevelIndicatorMetricType", "documentation":"

If the SLO monitors either the LATENCY or AVAILABILITY metric that Application Signals collects, this field displays which of those metrics is used.

" }, "TotalRequestCountMetric":{ "shape":"MetricDataQueries", "documentation":"

This structure defines the metric that is used as the \"total requests\" number for a request-based SLO. The number observed for this metric is divided by the number of \"good requests\" or \"bad requests\" that is observed for the metric defined in MonitoredRequestCountMetric.

" }, "MonitoredRequestCountMetric":{ "shape":"MonitoredRequestCountMetricDataQueries", "documentation":"

This structure defines the metric that is used as the \"good request\" or \"bad request\" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric is divided by the number found for MonitoredRequestCountMetric to determine the percentage of successful requests that this SLO tracks.

" }, "DependencyConfig":{ "shape":"DependencyConfig", "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

" }, "MetricSource":{ "shape":"MetricSource", "documentation":"

Identifies the metric source for SLOs on resources other than Application Signals services.

" }, "CompositeSliConfig":{ "shape":"CompositeSliConfig", "documentation":"

The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.

" } }, "documentation":"

This structure contains the information about the metric that is used for a request-based SLO.

" }, "RequestBasedServiceLevelIndicatorMetricConfig":{ "type":"structure", "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

If this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to. To do so, you must specify at least the Type, Name, and Environment attributes.

This is a string-to-string map. It can include the following fields.

" }, "OperationName":{ "shape":"OperationName", "documentation":"

If the SLO is to monitor a specific operation of the service, use this field to specify the name of that operation.

" }, "MetricType":{ "shape":"ServiceLevelIndicatorMetricType", "documentation":"

If the SLO is to monitor either the LATENCY or AVAILABILITY metric that Application Signals collects, use this field to specify which of those metrics is used.

" }, "TotalRequestCountMetric":{ "shape":"MetricDataQueries", "documentation":"

Use this structure to define the metric that you want to use as the \"total requests\" number for a request-based SLO. This result will be divided by the \"good request\" or \"bad request\" value defined in MonitoredRequestCountMetric.

" }, "MonitoredRequestCountMetric":{ "shape":"MonitoredRequestCountMetricDataQueries", "documentation":"

Use this structure to define the metric that you want to use as the \"good request\" or \"bad request\" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric will be divided by the number found for MonitoredRequestCountMetric to determine the percentage of successful requests that this SLO tracks.

" }, "DependencyConfig":{ "shape":"DependencyConfig", "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

" }, "MetricSource":{ "shape":"MetricSource", "documentation":"

Identifies the metric source for SLOs on resources other than Application Signals services.

" }, "MetricName":{ "shape":"MetricName", "documentation":"

The name of the metric for SLOs on resources other than Application Signals services.

" }, "CompositeSliConfig":{ "shape":"CompositeSliConfig", "documentation":"

The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.

" } }, "documentation":"

Use this structure to specify the information for the metric that a period-based SLO will monitor.

" }, "ResourceId":{"type":"string"}, "ResourceNotFoundException":{ "type":"structure", "required":[ "ResourceType", "ResourceId", "Message" ], "members":{ "ResourceType":{ "shape":"ResourceType", "documentation":"

The resource type is not valid.

" }, "ResourceId":{ "shape":"ResourceId", "documentation":"

Can't find the resource id.

" }, "Message":{"shape":"FaultDescription"} }, "documentation":"

Resource not found.

", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResourceType":{"type":"string"}, "ReturnData":{ "type":"boolean", "box":true }, "RollingInterval":{ "type":"structure", "required":[ "DurationUnit", "Duration" ], "members":{ "DurationUnit":{ "shape":"DurationUnit", "documentation":"

Specifies the rolling interval unit.

" }, "Duration":{ "shape":"RollingIntervalDuration", "documentation":"

Specifies the duration of each rolling interval. For example, if Duration is 7 and DurationUnit is DAY, each rolling interval is seven days.

" } }, "documentation":"

If the interval for this SLO is a rolling interval, this structure contains the interval specifications.

" }, "RollingIntervalDuration":{ "type":"integer", "box":true, "min":1 }, "SLIPeriodSeconds":{ "type":"integer", "box":true, "max":900, "min":60 }, "SelectionConfig":{ "type":"structure", "required":["Type"], "members":{ "Type":{"shape":"SelectionType"}, "Pattern":{ "shape":"SelectionPattern", "documentation":"

A prefix string or regular expression that specifies which operations to include in a service-level SLO. When SelectionType is PREFIX, this value is a prefix string that matches the beginning of operation names. When SelectionType is REGEX, this value is a regular expression that matches operation names.

" } }, "documentation":"

Defines how operations are selected for a service-level SLO.

" }, "SelectionPattern":{ "type":"string", "pattern":".+" }, "SelectionType":{ "type":"string", "documentation":"

The strategy for selecting operations to include in a service-level SLO.

", "enum":[ "EXPLICIT", "PREFIX", "REGEX" ] }, "Service":{ "type":"structure", "required":[ "KeyAttributes", "MetricReferences" ], "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map. It can include the following fields.

" }, "AttributeMaps":{ "shape":"AttributeMaps", "documentation":"

This structure contains one or more string-to-string maps that help identify this service. It can include platform attributes, application attributes, and telemetry attributes.

Platform attributes contain information the service's platform.

Application attributes contain information about the application.

Telemetry attributes contain telemetry information.

" }, "ServiceGroups":{ "shape":"ServiceGroups", "documentation":"

An array of service groups that this service belongs to, based on the configured grouping attributes.

" }, "MetricReferences":{ "shape":"MetricReferences", "documentation":"

An array of structures that each contain information about one metric associated with this service.

" }, "LogGroupReferences":{ "shape":"LogGroupReferences", "documentation":"

An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields:

" } }, "documentation":"

This structure contains information about one of your services that was discovered by Application Signals.

" }, "ServiceDependencies":{ "type":"list", "member":{"shape":"ServiceDependency"}, "max":100, "min":0 }, "ServiceDependency":{ "type":"structure", "required":[ "OperationName", "DependencyKeyAttributes", "DependencyOperationName", "MetricReferences" ], "members":{ "OperationName":{ "shape":"OperationName", "documentation":"

The name of the operation in this service that calls the dependency.

" }, "DependencyKeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map. It can include the following fields.

" }, "DependencyOperationName":{ "shape":"OperationName", "documentation":"

The name of the called operation in the dependency.

" }, "MetricReferences":{ "shape":"MetricReferences", "documentation":"

An array of structures that each contain information about one metric associated with this service dependency that was discovered by Application Signals.

" } }, "documentation":"

This structure contains information about one dependency of this service.

" }, "ServiceDependent":{ "type":"structure", "required":[ "DependentKeyAttributes", "MetricReferences" ], "members":{ "OperationName":{ "shape":"OperationName", "documentation":"

If the invoked entity is an operation on an entity, the name of that dependent operation is displayed here.

" }, "DependentKeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map. It can include the following fields.

" }, "DependentOperationName":{ "shape":"OperationName", "documentation":"

If the dependent invoker was a service that invoked it from an operation, the name of that dependent operation is displayed here.

" }, "MetricReferences":{ "shape":"MetricReferences", "documentation":"

An array of structures that each contain information about one metric associated with this service dependent that was discovered by Application Signals.

" } }, "documentation":"

This structure contains information about a service dependent that was discovered by Application Signals. A dependent is an entity that invoked the specified service during the provided time range. Dependents include other services, CloudWatch Synthetics canaries, and clients that are instrumented with CloudWatch RUM app monitors.

" }, "ServiceDependents":{ "type":"list", "member":{"shape":"ServiceDependent"}, "max":100, "min":0 }, "ServiceEntity":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"

The type of the service entity.

" }, "Name":{ "shape":"String", "documentation":"

The name of the service.

" }, "Environment":{ "shape":"String", "documentation":"

The environment where the service is deployed.

" }, "AwsAccountId":{ "shape":"String", "documentation":"

The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.

" } }, "documentation":"

A structure that contains identifying information for a service entity.

" }, "ServiceErrorMessage":{"type":"string"}, "ServiceGroup":{ "type":"structure", "required":[ "GroupName", "GroupValue", "GroupSource", "GroupIdentifier" ], "members":{ "GroupName":{ "shape":"GroupName", "documentation":"

The name of the grouping attribute, such as BusinessUnit or Environment.

" }, "GroupValue":{ "shape":"GroupValue", "documentation":"

The value of the grouping attribute for this service, such as Payments or Production.

" }, "GroupSource":{ "shape":"GroupSource", "documentation":"

The source of the grouping attribute, such as TAG, OTEL, or DEFAULT.

" }, "GroupIdentifier":{ "shape":"GroupIdentifier", "documentation":"

A unique identifier for this grouping attribute value, used for filtering and API operations.

" } }, "documentation":"

A structure that represents a logical grouping of services based on shared attributes such as business unit, environment, or entry point.

" }, "ServiceGroups":{ "type":"list", "member":{"shape":"ServiceGroup"} }, "ServiceLevelIndicator":{ "type":"structure", "required":[ "SliMetric", "MetricThreshold", "ComparisonOperator" ], "members":{ "SliMetric":{ "shape":"ServiceLevelIndicatorMetric", "documentation":"

A structure that contains information about the metric that the SLO monitors.

" }, "MetricThreshold":{ "shape":"ServiceLevelIndicatorMetricThreshold", "documentation":"

The value that the SLI metric is compared to.

" }, "ComparisonOperator":{ "shape":"ServiceLevelIndicatorComparisonOperator", "documentation":"

The arithmetic operation used when comparing the specified metric to the threshold.

" } }, "documentation":"

This structure contains information about the performance metric that a period-based SLO monitors.

" }, "ServiceLevelIndicatorComparisonOperator":{ "type":"string", "enum":[ "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo" ] }, "ServiceLevelIndicatorConfig":{ "type":"structure", "required":["SliMetricConfig"], "members":{ "SliMetricConfig":{ "shape":"ServiceLevelIndicatorMetricConfig", "documentation":"

Use this structure to specify the metric to be used for the SLO.

" }, "MetricThreshold":{ "shape":"ServiceLevelIndicatorMetricThreshold", "documentation":"

This parameter is used only when a request-based SLO tracks the Latency metric. Specify the threshold value that the observed Latency metric values are to be compared to.

This is not required if CreateRecommendedSlo is set to true.

", "box":true }, "ComparisonOperator":{ "shape":"ServiceLevelIndicatorComparisonOperator", "documentation":"

The arithmetic operation to use when comparing the specified metric to the threshold.

This is not required if CreateRecommendedSlo is set to true.

" } }, "documentation":"

This structure specifies the information about the service and the performance metric that a period-based SLO is to monitor.

" }, "ServiceLevelIndicatorMetric":{ "type":"structure", "required":["MetricDataQueries"], "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map that contains information about the type of object that this SLO is related to. It can include the following fields.

" }, "OperationName":{ "shape":"OperationName", "documentation":"

If the SLO monitors a specific operation of the service, this field displays that operation name.

" }, "MetricType":{ "shape":"ServiceLevelIndicatorMetricType", "documentation":"

If the SLO monitors either the LATENCY or AVAILABILITY metric that Application Signals collects, this field displays which of those metrics is used.

" }, "MetricDataQueries":{ "shape":"MetricDataQueries", "documentation":"

If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure includes the information about that metric or expression.

" }, "DependencyConfig":{ "shape":"DependencyConfig", "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

" }, "MetricSource":{ "shape":"MetricSource", "documentation":"

Identifies the metric source for SLOs on resources other than Application Signals services.

" }, "CompositeSliConfig":{ "shape":"CompositeSliConfig", "documentation":"

The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.

" } }, "documentation":"

This structure contains the information about the metric that is used for a period-based SLO.

" }, "ServiceLevelIndicatorMetricConfig":{ "type":"structure", "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

If this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to. To do so, you must specify at least the Type, Name, and Environment attributes.

This is a string-to-string map. It can include the following fields.

" }, "OperationName":{ "shape":"OperationName", "documentation":"

If the SLO is to monitor a specific operation of the service, use this field to specify the name of that operation.

" }, "MetricType":{ "shape":"ServiceLevelIndicatorMetricType", "documentation":"

If the SLO is to monitor either the LATENCY or AVAILABILITY metric that Application Signals collects, use this field to specify which of those metrics is used.

" }, "MetricName":{ "shape":"MetricName", "documentation":"

The name of the CloudWatch metric to use for the SLO, when using a custom metric rather than Application Signals standard metrics.

" }, "Statistic":{ "shape":"ServiceLevelIndicatorStatistic", "documentation":"

The statistic to use for comparison to the threshold. It can be any CloudWatch statistic or extended statistic. For more information about statistics, see CloudWatch statistics definitions.

" }, "PeriodSeconds":{ "shape":"SLIPeriodSeconds", "documentation":"

The number of seconds to use as the period for SLO evaluation. Your application's performance is compared to the SLI during each period. For each period, the application is determined to have either achieved or not achieved the necessary performance.

" }, "MetricSource":{ "shape":"MetricSource", "documentation":"

Identifies the metric source for SLOs on resources other than Application Signals services.

" }, "MetricDataQueries":{ "shape":"MetricDataQueries", "documentation":"

If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression.

" }, "DependencyConfig":{ "shape":"DependencyConfig", "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

" }, "CompositeSliConfig":{ "shape":"CompositeSliConfig", "documentation":"

The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.

" } }, "documentation":"

Use this structure to specify the information for the metric that a period-based SLO will monitor.

" }, "ServiceLevelIndicatorMetricThreshold":{ "type":"double", "box":true }, "ServiceLevelIndicatorMetricType":{ "type":"string", "enum":[ "LATENCY", "AVAILABILITY" ] }, "ServiceLevelIndicatorStatistic":{ "type":"string", "max":20, "min":1, "pattern":"[a-zA-Z0-9.]+" }, "ServiceLevelObjective":{ "type":"structure", "required":[ "Arn", "Name", "CreatedTime", "LastUpdatedTime", "Goal" ], "members":{ "Arn":{ "shape":"ServiceLevelObjectiveArn", "documentation":"

The ARN of this SLO.

" }, "Name":{ "shape":"ServiceLevelObjectiveName", "documentation":"

The name of this SLO.

" }, "Description":{ "shape":"ServiceLevelObjectiveDescription", "documentation":"

The description that you created for this SLO.

" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"

The date and time that this SLO was created. When used in a raw HTTP Query API, it is formatted as yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.

" }, "LastUpdatedTime":{ "shape":"Timestamp", "documentation":"

The time that this SLO was most recently updated. When used in a raw HTTP Query API, it is formatted as yyyy-MM-dd'T'HH:mm:ss. For example, 2019-07-01T23:59:59.

" }, "Sli":{ "shape":"ServiceLevelIndicator", "documentation":"

A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.

" }, "RequestBasedSli":{ "shape":"RequestBasedServiceLevelIndicator", "documentation":"

A structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.

" }, "EvaluationType":{ "shape":"EvaluationType", "documentation":"

Displays whether this is a period-based SLO or a request-based SLO.

" }, "Goal":{"shape":"Goal"}, "BurnRateConfigurations":{ "shape":"BurnRateConfigurations", "documentation":"

Each object in this array defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO.

" }, "MetricSourceType":{ "shape":"MetricSourceType", "documentation":"

Displays the SLI metric source type for this SLO. Supported types are:

" }, "AutoInvestigationEnabled":{ "shape":"Boolean", "documentation":"

Indicates whether DevOps Agent will automatically investigate this SLO when it is breached

" } }, "documentation":"

A structure containing information about one service level objective (SLO) that has been created in Application Signals. Creating SLOs can help you ensure your services are performing to the level that you expect. SLOs help you set and track a specific target level for the reliability and availability of your applications and services. Each SLO uses a service level indicator (SLI), which is a key performance metric, to calculate how much underperformance can be tolerated before the goal that you set for the SLO is not achieved.

" }, "ServiceLevelObjectiveArn":{ "type":"string", "max":2048, "min":1, "pattern":"arn:(aws|aws-us-gov):application-signals:[^:]*:[^:]*:slo/[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]" }, "ServiceLevelObjectiveBudgetReport":{ "type":"structure", "required":[ "Arn", "Name", "BudgetStatus" ], "members":{ "Arn":{ "shape":"ServiceLevelObjectiveArn", "documentation":"

The ARN of the SLO that this report is for.

" }, "Name":{ "shape":"ServiceLevelObjectiveName", "documentation":"

The name of the SLO that this report is for.

" }, "EvaluationType":{ "shape":"EvaluationType", "documentation":"

Displays whether this budget report is for a period-based SLO or a request-based SLO.

" }, "BudgetStatus":{ "shape":"ServiceLevelObjectiveBudgetStatus", "documentation":"

The status of this SLO, as it relates to the error budget for the entire time interval.

" }, "Attainment":{ "shape":"Attainment", "documentation":"

A number between 0 and 100 that represents the success percentage of your application compared to the goal set by the SLO.

If this is a period-based SLO, the number is the percentage of time periods that the service has attained the SLO's attainment goal, as of the time of the request.

If this is a request-based SLO, the number is the number of successful requests divided by the number of total requests, multiplied by 100, during the time range that you specified in your request.

" }, "TotalBudgetSeconds":{ "shape":"TotalBudgetSeconds", "documentation":"

The total number of seconds in the error budget for the interval. This field is included only if the SLO is a period-based SLO.

" }, "BudgetSecondsRemaining":{ "shape":"BudgetSecondsRemaining", "documentation":"

The budget amount remaining before the SLO status becomes BREACHING, at the time specified in the Timestemp parameter of the request. If this value is negative, then the SLO is already in BREACHING status.

This field is included only if the SLO is a period-based SLO.

" }, "TotalBudgetRequests":{ "shape":"TotalBudgetRequests", "documentation":"

This field is displayed only for request-based SLOs. It displays the total number of failed requests that can be tolerated during the time range between the start of the interval and the time stamp supplied in the budget report request. It is based on the total number of requests that occurred, and the percentage specified in the attainment goal. If the number of failed requests matches this number or is higher, then this SLO is currently breaching.

This number can go up and down between reports with different time stamps, based on both how many total requests occur.

" }, "BudgetRequestsRemaining":{ "shape":"BudgetRequestsRemaining", "documentation":"

This field is displayed only for request-based SLOs. It displays the number of failed requests that can be tolerated before any more successful requests occur, and still have the application meet its SLO goal.

This number can go up and down between different reports, based on both how many successful requests and how many failed requests occur in that time.

" }, "Sli":{ "shape":"ServiceLevelIndicator", "documentation":"

A structure that contains information about the performance metric that this SLO monitors.

" }, "RequestBasedSli":{"shape":"RequestBasedServiceLevelIndicator"}, "Goal":{"shape":"Goal"} }, "documentation":"

A structure containing an SLO budget report that you have requested.

" }, "ServiceLevelObjectiveBudgetReportError":{ "type":"structure", "required":[ "Name", "Arn", "ErrorCode", "ErrorMessage" ], "members":{ "Name":{ "shape":"ServiceLevelObjectiveName", "documentation":"

The name of the SLO that this error is related to.

" }, "Arn":{ "shape":"ServiceLevelObjectiveArn", "documentation":"

The ARN of the SLO that this error is related to.

" }, "ErrorCode":{ "shape":"ServiceLevelObjectiveBudgetReportErrorCode", "documentation":"

The error code for this error.

" }, "ErrorMessage":{ "shape":"ServiceLevelObjectiveBudgetReportErrorMessage", "documentation":"

The message for this error.

" } }, "documentation":"

A structure containing information about one error that occurred during a BatchGetServiceLevelObjectiveBudgetReport operation.

" }, "ServiceLevelObjectiveBudgetReportErrorCode":{"type":"string"}, "ServiceLevelObjectiveBudgetReportErrorMessage":{"type":"string"}, "ServiceLevelObjectiveBudgetReportErrors":{ "type":"list", "member":{"shape":"ServiceLevelObjectiveBudgetReportError"}, "max":50, "min":0 }, "ServiceLevelObjectiveBudgetReports":{ "type":"list", "member":{"shape":"ServiceLevelObjectiveBudgetReport"}, "max":50, "min":0 }, "ServiceLevelObjectiveBudgetStatus":{ "type":"string", "enum":[ "OK", "WARNING", "BREACHED", "INSUFFICIENT_DATA" ] }, "ServiceLevelObjectiveDescription":{ "type":"string", "max":1024, "min":1 }, "ServiceLevelObjectiveEntity":{ "type":"structure", "members":{ "SloName":{ "shape":"String", "documentation":"

The name of the service level objective.

" }, "SloArn":{ "shape":"String", "documentation":"

The ARN of the service level objective. The SLO must be provided with ARN for cross-account access.

" } }, "documentation":"

A structure that contains identifying information for a service level objective entity.

" }, "ServiceLevelObjectiveId":{ "type":"string", "pattern":"[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]$|^arn:(aws|aws-us-gov):application-signals:[^:]*:[^:]*:slo/[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]" }, "ServiceLevelObjectiveIds":{ "type":"list", "member":{"shape":"String"}, "max":50, "min":1 }, "ServiceLevelObjectiveName":{ "type":"string", "pattern":"[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]" }, "ServiceLevelObjectiveSummaries":{ "type":"list", "member":{"shape":"ServiceLevelObjectiveSummary"} }, "ServiceLevelObjectiveSummary":{ "type":"structure", "required":[ "Arn", "Name" ], "members":{ "Arn":{ "shape":"ServiceLevelObjectiveArn", "documentation":"

The ARN of this service level objective.

" }, "Name":{ "shape":"ServiceLevelObjectiveName", "documentation":"

The name of the service level objective.

" }, "KeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map. It can include the following fields.

" }, "OperationName":{ "shape":"OperationName", "documentation":"

If this service level objective is specific to a single operation, this field displays the name of that operation.

" }, "DependencyConfig":{ "shape":"DependencyConfig", "documentation":"

Identifies the dependency using the DependencyKeyAttributes and DependencyOperationName.

" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"

The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

" }, "EvaluationType":{ "shape":"EvaluationType", "documentation":"

Displays whether this is a period-based SLO or a request-based SLO.

" }, "MetricSourceType":{ "shape":"MetricSourceType", "documentation":"

Displays the SLI metric source type for this SLO. Supported types are:

" }, "MetricSource":{ "shape":"MetricSource", "documentation":"

Identifies the metric source for SLOs on resources other than Application Signals services.

" }, "CompositeSliConfig":{ "shape":"CompositeSliConfig", "documentation":"

The composite SLI configuration for service-level SLOs that monitor multiple operations of a service.

" } }, "documentation":"

A structure that contains information about one service level objective (SLO) created in Application Signals.

" }, "ServiceOperation":{ "type":"structure", "required":[ "Name", "MetricReferences" ], "members":{ "Name":{ "shape":"OperationName", "documentation":"

The name of the operation, discovered by Application Signals.

" }, "MetricReferences":{ "shape":"MetricReferences", "documentation":"

An array of structures that each contain information about one metric associated with this service operation that was discovered by Application Signals.

" } }, "documentation":"

This structure contains information about an operation discovered by Application Signals. An operation is a specific function performed by a service that was discovered by Application Signals, and is often an API that is called by an upstream dependent.

" }, "ServiceOperationEntity":{ "type":"structure", "members":{ "Service":{ "shape":"ServiceEntity", "documentation":"

The service entity that contains this operation.

" }, "Operation":{ "shape":"String", "documentation":"

The name of the operation.

" }, "MetricType":{ "shape":"String", "documentation":"

The type of metric associated with this service operation.

" } }, "documentation":"

A structure that contains identifying information for a service operation entity.

" }, "ServiceOperations":{ "type":"list", "member":{"shape":"ServiceOperation"}, "max":100, "min":0 }, "ServiceQuotaExceededException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"String"} }, "documentation":"

This request exceeds a service quota.

", "error":{ "httpStatusCode":402, "senderFault":true }, "exception":true }, "ServiceState":{ "type":"structure", "required":[ "Service", "LatestChangeEvents" ], "members":{ "AttributeFilters":{ "shape":"AttributeFilters", "documentation":"

The attribute filters that were applied when retrieving this service state information.

" }, "Service":{ "shape":"Attributes", "documentation":"

The key attributes that identify this service, including Type, Name, and Environment information.

" }, "LatestChangeEvents":{ "shape":"LatestChangeEvents", "documentation":"

An array containing the most recent change events for this service, such as deployments, with information about when they occurred and who initiated them.

" } }, "documentation":"

A structure that contains information about the current state of a service, including its latest change events such as deployments and other state-changing activities.

" }, "ServiceStates":{ "type":"list", "member":{"shape":"ServiceState"}, "max":250, "min":0 }, "ServiceSummaries":{ "type":"list", "member":{"shape":"ServiceSummary"} }, "ServiceSummary":{ "type":"structure", "required":[ "KeyAttributes", "MetricReferences" ], "members":{ "KeyAttributes":{ "shape":"Attributes", "documentation":"

This is a string-to-string map that help identify the objects discovered by Application Signals. It can include the following fields.

" }, "AttributeMaps":{ "shape":"AttributeMaps", "documentation":"

This structure contains one or more string-to-string maps that help identify this service. It can include platform attributes, application attributes, and telemetry attributes.

Platform attributes contain information the service's platform.

Application attributes contain information about the application.

Telemetry attributes contain telemetry information.

" }, "MetricReferences":{ "shape":"MetricReferences", "documentation":"

An array of structures that each contain information about one metric associated with this service.

" }, "ServiceGroups":{ "shape":"ServiceGroups", "documentation":"

An array of service groups that this service belongs to, based on the configured grouping attributes.

" } }, "documentation":"

This structure contains information about one of your services that was discovered by Application Signals

" }, "Severity":{ "type":"string", "enum":[ "CRITICAL", "HIGH", "MEDIUM", "LOW", "NONE" ] }, "StandardUnit":{ "type":"string", "enum":[ "Microseconds", "Milliseconds", "Seconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None" ] }, "StartDiscoveryInput":{ "type":"structure", "members":{} }, "StartDiscoveryOutput":{ "type":"structure", "members":{} }, "Stat":{"type":"string"}, "String":{"type":"string"}, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"

A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

" }, "Value":{ "shape":"TagValue", "documentation":"

The value for the specified tag key.

" } }, "documentation":"

A key-value pair associated with a resource. Tags can help you organize and categorize your resources.

" }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":0 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":200, "min":0 }, "TagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "Tags" ], "members":{ "ResourceArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the CloudWatch resource that you want to set tags for.

The ARN format of an Application Signals SLO is arn:aws:cloudwatch:Region:account-id:slo:slo-name

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.

" }, "Tags":{ "shape":"TagList", "documentation":"

The list of key-value pairs to associate with the alarm.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{} }, "TagValue":{ "type":"string", "max":256, "min":0 }, "ThrottlingException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"String"} }, "documentation":"

The request was throttled because of quota limits.

", "error":{ "httpStatusCode":429, "senderFault":true }, "exception":true }, "Timestamp":{"type":"timestamp"}, "TotalBudgetRequests":{ "type":"integer", "box":true }, "TotalBudgetSeconds":{ "type":"integer", "box":true }, "UnprocessedStatusEvent":{ "type":"structure", "required":[ "InstrumentationType", "SignalType", "LocationHash", "Status", "Time", "FailedReason" ], "members":{ "InstrumentationType":{ "shape":"InstrumentationType", "documentation":"

The type of instrumentation configuration for the unprocessed status event.

" }, "SignalType":{ "shape":"DynamicInstrumentationSignalType", "documentation":"

The telemetry signal type for the unprocessed status event.

" }, "LocationHash":{ "shape":"UnprocessedStatusEventLocationHashString", "documentation":"

The stable hash of the instrumentation location for the unprocessed event.

" }, "Status":{ "shape":"InstrumentationConfigurationStatus", "documentation":"

The status that failed to be processed.

" }, "Time":{ "shape":"Timestamp", "documentation":"

The timestamp of the status event that failed to be processed.

" }, "FailedReason":{ "shape":"UnprocessedStatusEventFailureReason", "documentation":"

The reason why this status event could not be processed, such as throttling or validation errors.

" } }, "documentation":"

A status event that could not be processed by the service.

" }, "UnprocessedStatusEventFailureReason":{ "type":"string", "documentation":"

The reason an instrumentation status event could not be processed.

", "enum":[ "THROTTLED", "INTERNAL_ERROR", "VALIDATION_ERROR" ] }, "UnprocessedStatusEventList":{ "type":"list", "member":{"shape":"UnprocessedStatusEvent"} }, "UnprocessedStatusEventLocationHashString":{ "type":"string", "max":16, "min":16 }, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "TagKeys" ], "members":{ "ResourceArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the CloudWatch resource that you want to delete tags from.

The ARN format of an Application Signals SLO is arn:aws:cloudwatch:Region:account-id:slo:slo-name

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.

" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"

The list of tag keys to remove from the resource.

" } } }, "UntagResourceResponse":{ "type":"structure", "members":{} }, "UpdateServiceLevelObjectiveInput":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"ServiceLevelObjectiveId", "documentation":"

The Amazon Resource Name (ARN) or name of the service level objective that you want to update.

", "location":"uri", "locationName":"Id" }, "Description":{ "shape":"ServiceLevelObjectiveDescription", "documentation":"

An optional description for the SLO.

" }, "SliConfig":{ "shape":"ServiceLevelIndicatorConfig", "documentation":"

If this SLO is a period-based SLO, this structure defines the information about what performance metric this SLO will monitor.

" }, "RequestBasedSliConfig":{ "shape":"RequestBasedServiceLevelIndicatorConfig", "documentation":"

If this SLO is a request-based SLO, this structure defines the information about what performance metric this SLO will monitor.

You can't specify both SliConfig and RequestBasedSliConfig in the same operation.

" }, "Goal":{ "shape":"Goal", "documentation":"

A structure that contains the attributes that determine the goal of the SLO. This includes the time period for evaluation and the attainment threshold.

" }, "BurnRateConfigurations":{ "shape":"BurnRateConfigurations", "documentation":"

Use this array to create burn rates for this SLO. Each burn rate is a metric that indicates how fast the service is consuming the error budget, relative to the attainment goal of the SLO.

" }, "AutoInvestigationEnabled":{ "shape":"Boolean", "documentation":"

Indicates whether DevOps Agent will automatically investigate this SLO when it is breached

" } } }, "UpdateServiceLevelObjectiveOutput":{ "type":"structure", "required":["Slo"], "members":{ "Slo":{ "shape":"ServiceLevelObjective", "documentation":"

A structure that contains information about the SLO that you just updated.

" } } }, "ValidationException":{ "type":"structure", "members":{ "message":{"shape":"ValidationExceptionMessage"} }, "documentation":"

The resource is not valid.

", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "ValidationExceptionMessage":{"type":"string"}, "WarningThreshold":{ "type":"double", "box":true }, "Window":{ "type":"structure", "required":[ "DurationUnit", "Duration" ], "members":{ "DurationUnit":{ "shape":"DurationUnit", "documentation":"

The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.

" }, "Duration":{ "shape":"ExclusionDuration", "documentation":"

The number of time units for the exclusion window length.

" } }, "documentation":"

The object that defines the time length of an exclusion window.

" } }, "documentation":"

Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications. It enables real-time service health dashboards and helps you track long-term performance trends against your business goals. The application-centric view provides you with unified visibility across your applications, services, and dependencies, so you can proactively monitor and efficiently triage any issues that may arise, ensuring optimal customer experience.

Application Signals provides the following benefits:

Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries, and application names within dashboards and maps.

" }