@aws-sdk/client-application-signals 3.1077.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 +38 -303
- 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-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/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/package.json +8 -8
|
@@ -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>
|
|
@@ -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 { PutGroupingConfigurationInput, PutGroupingConfigurationOutput } 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 PutGroupingConfigurationCommandInput extends PutGroupingConfigu
|
|
|
22
19
|
export interface PutGroupingConfigurationCommandOutput extends PutGroupingConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutGroupingConfigurationCommand_base: {
|
|
25
|
-
new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</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 { ReportInstrumentationConfigurationStatusRequest, ReportInstrumentationConfigurationStatusResponse } 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 ReportInstrumentationConfigurationStatusCommandInput extends Re
|
|
|
22
19
|
export interface ReportInstrumentationConfigurationStatusCommandOutput extends ReportInstrumentationConfigurationStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ReportInstrumentationConfigurationStatusCommand_base: {
|
|
25
|
-
new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</p> <p>Report <code>READY</code>, <code>ERROR</code>, and <code>DISABLED</code> when the status changes. Report <code>ACTIVE</code> periodically (for example, every minute) while instrumentation is running.</p>
|