@aws-sdk/client-application-signals 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +41 -305
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDeleteInstrumentationConfigurationsCommand.js +2 -14
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +2 -14
- package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +2 -14
- package/dist-es/commands/CreateInstrumentationConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteInstrumentationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/commands/GetInstrumentationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetInstrumentationConfigurationStatusCommand.js +2 -14
- package/dist-es/commands/GetServiceCommand.js +2 -14
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/commands/ListAuditFindingsCommand.js +2 -14
- package/dist-es/commands/ListEntityEventsCommand.js +2 -14
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListInstrumentationConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListServiceDependenciesCommand.js +2 -14
- package/dist-es/commands/ListServiceDependentsCommand.js +2 -14
- package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +2 -14
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +2 -14
- package/dist-es/commands/ListServiceOperationsCommand.js +2 -14
- package/dist-es/commands/ListServiceStatesCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutGroupingConfigurationCommand.js +2 -14
- package/dist-es/commands/ReportInstrumentationConfigurationStatusCommand.js +2 -14
- package/dist-es/commands/StartDiscoveryCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +3 -8
- package/dist-types/commands/CreateInstrumentationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstrumentationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/commands/GetInstrumentationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetInstrumentationConfigurationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListInstrumentationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceStatesCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +3 -8
- package/dist-types/commands/StartDiscoveryCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { CreateServiceLevelObjectiveInput, CreateServiceLevelObjectiveOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateServiceLevelObjectiveCommandInput extends CreateServiceLe
|
|
|
22
19
|
export interface CreateServiceLevelObjectiveCommandOutput extends CreateServiceLevelObjectiveOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateServiceLevelObjectiveCommand_base: {
|
|
25
|
-
new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p> <p>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. </p> <p>The target performance quality that is defined for an SLO is the <i>attainment goal</i>.</p> <p>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.</p> <note> <p>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.</p> </note> <p>When you create an SLO, you specify whether it is a <i>period-based SLO</i> or a <i>request-based SLO</i>. Each type of SLO has a different way of evaluating your application's performance against its attainment goal.</p> <ul> <li> <p>A <i>period-based SLO</i> uses defined <i>periods</i> of time within a specified total time interval. For each period of time, Application Signals determines whether the application met its goal. The attainment rate is calculated as the <code>number of good periods/number of total periods</code>.</p> <p>For example, for a period-based SLO, meeting an attainment goal of 99.9% means that within your interval, your application must meet its performance goal during at least 99.9% of the time periods.</p> </li> <li> <p>A <i>request-based SLO</i> doesn't use pre-defined periods of time. Instead, the SLO measures <code>number of good requests/number of total requests</code> during the interval. At any time, you can find the ratio of good requests to total requests for the interval up to the time stamp that you specify, and measure that ratio against the goal set in your SLO.</p> </li> </ul> <p>After you have created an SLO, you can retrieve error budget reports for it. An <i>error budget</i> 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.</p> <ul> <li> <p>For a period-based SLO, the error budget starts at a number defined by the highest number of periods that can fail to meet the threshold, while still meeting the overall goal. The <i>remaining error budget</i> decreases with every failed period that is recorded. The error budget within one interval can never increase.</p> <p>For example, an SLO with a threshold that 99.95% of requests must be completed under 2000ms every month translates to an error budget of 21.9 minutes of downtime per month.</p> </li> <li> <p>For a request-based SLO, the remaining error budget is dynamic and can increase or decrease, depending on the ratio of good requests to total requests.</p> </li> </ul> <p>For more information about SLOs, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html"> Service level objectives (SLOs)</a>. </p> <p>When you perform a <code>CreateServiceLevelObjective</code> operation, Application Signals creates the <i>AWSServiceRoleForCloudWatchApplicationSignals</i> service-linked role, if it doesn't already exist in your account. This service- linked role has the following permissions:</p> <ul> <li> <p> <code>xray:GetServiceGraph</code> </p> </li> <li> <p> <code>logs:StartQuery</code> </p> </li> <li> <p> <code>logs:GetQueryResults</code> </p> </li> <li> <p> <code>cloudwatch:GetMetricData</code> </p> </li> <li> <p> <code>cloudwatch:ListMetrics</code> </p> </li> <li> <p> <code>tag:GetResources</code> </p> </li> <li> <p> <code>autoscaling:DescribeAutoScalingGroups</code> </p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { DeleteGroupingConfigurationOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteGroupingConfigurationCommandInput {
|
|
|
22
19
|
export interface DeleteGroupingConfigurationCommandOutput extends DeleteGroupingConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteGroupingConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DeleteGroupingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DeleteGroupingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the grouping configuration for this account. This removes all custom grouping attribute definitions that were previously configured.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { DeleteInstrumentationConfigurationRequest, DeleteInstrumentationConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteInstrumentationConfigurationCommandInput extends DeleteIn
|
|
|
22
19
|
export interface DeleteInstrumentationConfigurationCommandOutput extends DeleteInstrumentationConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteInstrumentationConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstrumentationConfigurationCommandInput, DeleteInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstrumentationConfigurationCommandInput, DeleteInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstrumentationConfigurationCommandInput, DeleteInstrumentationConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstrumentationConfigurationCommandInput, DeleteInstrumentationConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified instrumentation configuration. SDKs remove the instrumentation during their next sync after the configuration is deleted or expires.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { DeleteServiceLevelObjectiveInput, DeleteServiceLevelObjectiveOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteServiceLevelObjectiveCommandInput extends DeleteServiceLe
|
|
|
22
19
|
export interface DeleteServiceLevelObjectiveCommandOutput extends DeleteServiceLevelObjectiveOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteServiceLevelObjectiveCommand_base: {
|
|
25
|
-
new (input: DeleteServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified service level objective.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { GetInstrumentationConfigurationRequest, GetInstrumentationConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetInstrumentationConfigurationCommandInput extends GetInstrume
|
|
|
22
19
|
export interface GetInstrumentationConfigurationCommandOutput extends GetInstrumentationConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetInstrumentationConfigurationCommand_base: {
|
|
25
|
-
new (input: GetInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationCommandInput, GetInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationCommandInput, GetInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationCommandInput, GetInstrumentationConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationCommandInput, GetInstrumentationConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the details of a single instrumentation configuration identified by service, environment, signal type, and location. Use this to audit or display configuration details.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { GetInstrumentationConfigurationStatusRequest, GetInstrumentationConfigurationStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetInstrumentationConfigurationStatusCommandInput extends GetIn
|
|
|
22
19
|
export interface GetInstrumentationConfigurationStatusCommandOutput extends GetInstrumentationConfigurationStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetInstrumentationConfigurationStatusCommand_base: {
|
|
25
|
-
new (input: GetInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationStatusCommandInput, GetInstrumentationConfigurationStatusCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationStatusCommandInput, GetInstrumentationConfigurationStatusCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationStatusCommandInput, GetInstrumentationConfigurationStatusCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstrumentationConfigurationStatusCommandInput, GetInstrumentationConfigurationStatusCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p> <p>If no status or time window is provided, the operation defaults to ACTIVE events from the last hour.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceCommandInput extends GetServiceInput {
|
|
|
22
19
|
export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceCommand_base: {
|
|
25
|
-
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a service discovered by Application Signals.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { GetServiceLevelObjectiveInput, GetServiceLevelObjectiveOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceLevelObjectiveCommandInput extends GetServiceLevelObj
|
|
|
22
19
|
export interface GetServiceLevelObjectiveCommandOutput extends GetServiceLevelObjectiveOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceLevelObjectiveCommand_base: {
|
|
25
|
-
new (input: GetServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about one SLO created in the account. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListAuditFindingsInput, ListAuditFindingsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAuditFindingsCommandInput extends ListAuditFindingsInput {
|
|
|
22
19
|
export interface ListAuditFindingsCommandOutput extends ListAuditFindingsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAuditFindingsCommand_base: {
|
|
25
|
-
new (input: ListAuditFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAuditFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAuditFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAuditFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListEntityEventsInput, ListEntityEventsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEntityEventsCommandInput extends ListEntityEventsInput {
|
|
|
22
19
|
export interface ListEntityEventsCommandOutput extends ListEntityEventsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEntityEventsCommand_base: {
|
|
25
|
-
new (input: ListEntityEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEntityEventsCommandInput, ListEntityEventsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListEntityEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEntityEventsCommandInput, ListEntityEventsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEntityEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEntityEventsCommandInput, ListEntityEventsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListEntityEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEntityEventsCommandInput, ListEntityEventsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListGroupingAttributeDefinitionsInput, ListGroupingAttributeDefinitionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListGroupingAttributeDefinitionsCommandInput extends ListGroupi
|
|
|
22
19
|
export interface ListGroupingAttributeDefinitionsCommandOutput extends ListGroupingAttributeDefinitionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListGroupingAttributeDefinitionsCommand_base: {
|
|
25
|
-
new (input: ListGroupingAttributeDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListGroupingAttributeDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListGroupingAttributeDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListGroupingAttributeDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { InstrumentationConfigurationsPage, ListInstrumentationConfigurationsRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListInstrumentationConfigurationsCommandInput extends ListInstr
|
|
|
22
19
|
export interface ListInstrumentationConfigurationsCommandOutput extends InstrumentationConfigurationsPage, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInstrumentationConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListInstrumentationConfigurationsCommandInput, ListInstrumentationConfigurationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListInstrumentationConfigurationsCommandInput, ListInstrumentationConfigurationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListInstrumentationConfigurationsCommandInput, ListInstrumentationConfigurationsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListInstrumentationConfigurationsCommandInput, ListInstrumentationConfigurationsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns all active instrumentation configurations for a service and environment. SDKs use this operation to sync configurations and apply client-side filters locally.</p> <p>Include the previous <code>SyncedAt</code> value to perform incremental syncs. When no changes are detected, the response sets <code>Changed</code> to <code>false</code> and omits configuration details.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServiceDependenciesInput, ListServiceDependenciesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceDependenciesCommandInput extends ListServiceDependen
|
|
|
22
19
|
export interface ListServiceDependenciesCommandOutput extends ListServiceDependenciesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceDependenciesCommand_base: {
|
|
25
|
-
new (input: ListServiceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServiceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServiceDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServiceDependentsInput, ListServiceDependentsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceDependentsCommandInput extends ListServiceDependents
|
|
|
22
19
|
export interface ListServiceDependentsCommandOutput extends ListServiceDependentsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceDependentsCommand_base: {
|
|
25
|
-
new (input: ListServiceDependentsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServiceDependentsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceDependentsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServiceDependentsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServiceLevelObjectiveExclusionWindowsInput, ListServiceLevelObjectiveExclusionWindowsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceLevelObjectiveExclusionWindowsCommandInput extends L
|
|
|
22
19
|
export interface ListServiceLevelObjectiveExclusionWindowsCommandOutput extends ListServiceLevelObjectiveExclusionWindowsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceLevelObjectiveExclusionWindowsCommand_base: {
|
|
25
|
-
new (input: ListServiceLevelObjectiveExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServiceLevelObjectiveExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceLevelObjectiveExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServiceLevelObjectiveExclusionWindowsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves all exclusion windows configured for a specific SLO.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServiceLevelObjectivesInput, ListServiceLevelObjectivesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceLevelObjectivesCommandInput extends ListServiceLevel
|
|
|
22
19
|
export interface ListServiceLevelObjectivesCommandOutput extends ListServiceLevelObjectivesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceLevelObjectivesCommand_base: {
|
|
25
|
-
new (input: ListServiceLevelObjectivesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListServiceLevelObjectivesCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceLevelObjectivesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListServiceLevelObjectivesCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of SLOs created in this account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServiceOperationsInput, ListServiceOperationsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceOperationsCommandInput extends ListServiceOperations
|
|
|
22
19
|
export interface ListServiceOperationsCommandOutput extends ListServiceOperationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceOperationsCommand_base: {
|
|
25
|
-
new (input: ListServiceOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServiceOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServiceOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of the <i>operations</i> of this service that have been discovered by Application Signals. Only the operations that were invoked during the specified time range are returned.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServiceStatesInput, ListServiceStatesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServiceStatesCommandInput extends ListServiceStatesInput {
|
|
|
22
19
|
export interface ListServiceStatesCommandOutput extends ListServiceStatesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServiceStatesCommand_base: {
|
|
25
|
-
new (input: ListServiceStatesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceStatesCommandInput, ListServiceStatesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServiceStatesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceStatesCommandInput, ListServiceStatesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServiceStatesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceStatesCommandInput, ListServiceStatesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServiceStatesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceStatesCommandInput, ListServiceStatesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListServicesInput, ListServicesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServicesCommandInput extends ListServicesInput {
|
|
|
22
19
|
export interface ListServicesCommandOutput extends ListServicesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServicesCommand_base: {
|
|
25
|
-
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Displays the tags associated with a CloudWatch resource. Tags can be assigned to service level objectives.</p>
|