@aws-sdk/client-application-signals 3.594.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/LICENSE +201 -0
- package/README.md +345 -0
- package/dist-cjs/ApplicationSignals.js +41 -0
- package/dist-cjs/ApplicationSignalsClient.js +56 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +28 -0
- package/dist-cjs/commands/CreateServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/DeleteServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/GetServiceCommand.js +28 -0
- package/dist-cjs/commands/GetServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/ListServiceDependenciesCommand.js +28 -0
- package/dist-cjs/commands/ListServiceDependentsCommand.js +28 -0
- package/dist-cjs/commands/ListServiceLevelObjectivesCommand.js +28 -0
- package/dist-cjs/commands/ListServiceOperationsCommand.js +28 -0
- package/dist-cjs/commands/ListServicesCommand.js +28 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
- package/dist-cjs/commands/StartDiscoveryCommand.js +28 -0
- package/dist-cjs/commands/TagResourceCommand.js +28 -0
- package/dist-cjs/commands/UntagResourceCommand.js +28 -0
- package/dist-cjs/commands/UpdateServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ApplicationSignalsServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +148 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListServiceDependenciesPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceDependentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceLevelObjectivesPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceOperationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListServicesPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +713 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +49 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/ApplicationSignals.js +37 -0
- package/dist-es/ApplicationSignalsClient.js +52 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +24 -0
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/GetServiceCommand.js +24 -0
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/ListServiceDependenciesCommand.js +24 -0
- package/dist-es/commands/ListServiceDependentsCommand.js +24 -0
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +24 -0
- package/dist-es/commands/ListServiceOperationsCommand.js +24 -0
- package/dist-es/commands/ListServicesCommand.js +24 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/dist-es/commands/StartDiscoveryCommand.js +24 -0
- package/dist-es/commands/TagResourceCommand.js +24 -0
- package/dist-es/commands/UntagResourceCommand.js +24 -0
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +10 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ApplicationSignalsServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +139 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListServiceDependenciesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceDependentsPaginator.js +4 -0
- package/dist-es/pagination/ListServiceLevelObjectivesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceOperationsPaginator.js +4 -0
- package/dist-es/pagination/ListServicesPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +680 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +44 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/ApplicationSignals.d.ts +137 -0
- package/dist-types/ApplicationSignalsClient.d.ts +206 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +148 -0
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +252 -0
- package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +67 -0
- package/dist-types/commands/GetServiceCommand.d.ts +94 -0
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +126 -0
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +99 -0
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +82 -0
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +93 -0
- package/dist-types/commands/ListServicesCommand.d.ts +98 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +71 -0
- package/dist-types/commands/StartDiscoveryCommand.d.ts +108 -0
- package/dist-types/commands/TagResourceCommand.d.ts +82 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +67 -0
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +181 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +34 -0
- package/dist-types/models/ApplicationSignalsServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2004 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListServiceDependenciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceDependentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceLevelObjectivesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceOperationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +137 -0
- package/dist-types/runtimeConfig.browser.d.ts +45 -0
- package/dist-types/runtimeConfig.d.ts +45 -0
- package/dist-types/runtimeConfig.native.d.ts +44 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +270 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +213 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +390 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListServiceDependenciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceDependentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceLevelObjectivesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +87 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +101 -0
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { GetServiceLevelObjectiveInput, GetServiceLevelObjectiveOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetServiceLevelObjectiveCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetServiceLevelObjectiveCommandInput extends GetServiceLevelObjectiveInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetServiceLevelObjectiveCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetServiceLevelObjectiveCommandOutput extends GetServiceLevelObjectiveOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetServiceLevelObjectiveCommand_base: {
|
|
25
|
+
new (input: GetServiceLevelObjectiveCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetServiceLevelObjectiveCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns information about one SLO created in the account. </p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ApplicationSignalsClient, GetServiceLevelObjectiveCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
35
|
+
* // const { ApplicationSignalsClient, GetServiceLevelObjectiveCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
36
|
+
* const client = new ApplicationSignalsClient(config);
|
|
37
|
+
* const input = { // GetServiceLevelObjectiveInput
|
|
38
|
+
* Id: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new GetServiceLevelObjectiveCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // GetServiceLevelObjectiveOutput
|
|
43
|
+
* // Slo: { // ServiceLevelObjective
|
|
44
|
+
* // Arn: "STRING_VALUE", // required
|
|
45
|
+
* // Name: "STRING_VALUE", // required
|
|
46
|
+
* // Description: "STRING_VALUE",
|
|
47
|
+
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // Sli: { // ServiceLevelIndicator
|
|
50
|
+
* // SliMetric: { // ServiceLevelIndicatorMetric
|
|
51
|
+
* // KeyAttributes: { // Attributes
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // OperationName: "STRING_VALUE",
|
|
55
|
+
* // MetricType: "LATENCY" || "AVAILABILITY",
|
|
56
|
+
* // MetricDataQueries: [ // MetricDataQueries // required
|
|
57
|
+
* // { // MetricDataQuery
|
|
58
|
+
* // Id: "STRING_VALUE", // required
|
|
59
|
+
* // MetricStat: { // MetricStat
|
|
60
|
+
* // Metric: { // Metric
|
|
61
|
+
* // Namespace: "STRING_VALUE",
|
|
62
|
+
* // MetricName: "STRING_VALUE",
|
|
63
|
+
* // Dimensions: [ // Dimensions
|
|
64
|
+
* // { // Dimension
|
|
65
|
+
* // Name: "STRING_VALUE", // required
|
|
66
|
+
* // Value: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // Period: Number("int"), // required
|
|
71
|
+
* // Stat: "STRING_VALUE", // required
|
|
72
|
+
* // Unit: "Microseconds" || "Milliseconds" || "Seconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Count" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second" || "None",
|
|
73
|
+
* // },
|
|
74
|
+
* // Expression: "STRING_VALUE",
|
|
75
|
+
* // Label: "STRING_VALUE",
|
|
76
|
+
* // ReturnData: true || false,
|
|
77
|
+
* // Period: Number("int"),
|
|
78
|
+
* // AccountId: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // MetricThreshold: Number("double"), // required
|
|
83
|
+
* // ComparisonOperator: "GreaterThanOrEqualTo" || "GreaterThan" || "LessThan" || "LessThanOrEqualTo", // required
|
|
84
|
+
* // },
|
|
85
|
+
* // Goal: { // Goal
|
|
86
|
+
* // Interval: { // Interval Union: only one key present
|
|
87
|
+
* // RollingInterval: { // RollingInterval
|
|
88
|
+
* // DurationUnit: "DAY" || "MONTH", // required
|
|
89
|
+
* // Duration: Number("int"), // required
|
|
90
|
+
* // },
|
|
91
|
+
* // CalendarInterval: { // CalendarInterval
|
|
92
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
93
|
+
* // DurationUnit: "DAY" || "MONTH", // required
|
|
94
|
+
* // Duration: Number("int"), // required
|
|
95
|
+
* // },
|
|
96
|
+
* // },
|
|
97
|
+
* // AttainmentGoal: Number("double"),
|
|
98
|
+
* // WarningThreshold: Number("double"),
|
|
99
|
+
* // },
|
|
100
|
+
* // },
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
103
|
+
* ```
|
|
104
|
+
*
|
|
105
|
+
* @param GetServiceLevelObjectiveCommandInput - {@link GetServiceLevelObjectiveCommandInput}
|
|
106
|
+
* @returns {@link GetServiceLevelObjectiveCommandOutput}
|
|
107
|
+
* @see {@link GetServiceLevelObjectiveCommandInput} for command's `input` shape.
|
|
108
|
+
* @see {@link GetServiceLevelObjectiveCommandOutput} for command's `response` shape.
|
|
109
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
112
|
+
* <p>Resource not found.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
115
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link ValidationException} (client fault)
|
|
118
|
+
* <p>The resource is not valid.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
121
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
122
|
+
*
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export declare class GetServiceLevelObjectiveCommand extends GetServiceLevelObjectiveCommand_base {
|
|
126
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { ListServiceDependenciesInput, ListServiceDependenciesOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServiceDependenciesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServiceDependenciesCommandInput extends ListServiceDependenciesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServiceDependenciesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServiceDependenciesCommandOutput extends ListServiceDependenciesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServiceDependenciesCommand_base: {
|
|
25
|
+
new (input: ListServiceDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListServiceDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of service dependencies of the service that you specify. A dependency is an infrastructure
|
|
31
|
+
* component that an operation of this service connects with. Dependencies can include Amazon Web Services
|
|
32
|
+
* services, Amazon Web Services resources, and third-party services.
|
|
33
|
+
* </p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { ApplicationSignalsClient, ListServiceDependenciesCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
38
|
+
* // const { ApplicationSignalsClient, ListServiceDependenciesCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
39
|
+
* const client = new ApplicationSignalsClient(config);
|
|
40
|
+
* const input = { // ListServiceDependenciesInput
|
|
41
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
43
|
+
* KeyAttributes: { // Attributes // required
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* MaxResults: Number("int"),
|
|
47
|
+
* NextToken: "STRING_VALUE",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new ListServiceDependenciesCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // ListServiceDependenciesOutput
|
|
52
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
53
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
54
|
+
* // ServiceDependencies: [ // ServiceDependencies // required
|
|
55
|
+
* // { // ServiceDependency
|
|
56
|
+
* // OperationName: "STRING_VALUE", // required
|
|
57
|
+
* // DependencyKeyAttributes: { // Attributes // required
|
|
58
|
+
* // "<keys>": "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // DependencyOperationName: "STRING_VALUE", // required
|
|
61
|
+
* // MetricReferences: [ // MetricReferences // required
|
|
62
|
+
* // { // MetricReference
|
|
63
|
+
* // Namespace: "STRING_VALUE", // required
|
|
64
|
+
* // MetricType: "STRING_VALUE", // required
|
|
65
|
+
* // Dimensions: [ // Dimensions
|
|
66
|
+
* // { // Dimension
|
|
67
|
+
* // Name: "STRING_VALUE", // required
|
|
68
|
+
* // Value: "STRING_VALUE", // required
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // MetricName: "STRING_VALUE", // required
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // NextToken: "STRING_VALUE",
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* @param ListServiceDependenciesCommandInput - {@link ListServiceDependenciesCommandInput}
|
|
82
|
+
* @returns {@link ListServiceDependenciesCommandOutput}
|
|
83
|
+
* @see {@link ListServiceDependenciesCommandInput} for command's `input` shape.
|
|
84
|
+
* @see {@link ListServiceDependenciesCommandOutput} for command's `response` shape.
|
|
85
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ValidationException} (client fault)
|
|
91
|
+
* <p>The resource is not valid.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
95
|
+
*
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export declare class ListServiceDependenciesCommand extends ListServiceDependenciesCommand_base {
|
|
99
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { ListServiceDependentsInput, ListServiceDependentsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServiceDependentsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServiceDependentsCommandInput extends ListServiceDependentsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServiceDependentsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServiceDependentsCommandOutput extends ListServiceDependentsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServiceDependentsCommand_base: {
|
|
25
|
+
new (input: ListServiceDependentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListServiceDependentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns the list of dependents that invoked the specified service during the provided time range. Dependents include
|
|
31
|
+
* other services, CloudWatch Synthetics canaries, and clients that are instrumented with CloudWatch RUM app monitors.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { ApplicationSignalsClient, ListServiceDependentsCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
36
|
+
* // const { ApplicationSignalsClient, ListServiceDependentsCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
37
|
+
* const client = new ApplicationSignalsClient(config);
|
|
38
|
+
* const input = { // ListServiceDependentsInput
|
|
39
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
40
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
41
|
+
* KeyAttributes: { // Attributes // required
|
|
42
|
+
* "<keys>": "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListServiceDependentsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListServiceDependentsOutput
|
|
50
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
51
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // ServiceDependents: [ // ServiceDependents // required
|
|
53
|
+
* // { // ServiceDependent
|
|
54
|
+
* // OperationName: "STRING_VALUE",
|
|
55
|
+
* // DependentKeyAttributes: { // Attributes // required
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // DependentOperationName: "STRING_VALUE",
|
|
59
|
+
* // MetricReferences: [ // MetricReferences // required
|
|
60
|
+
* // { // MetricReference
|
|
61
|
+
* // Namespace: "STRING_VALUE", // required
|
|
62
|
+
* // MetricType: "STRING_VALUE", // required
|
|
63
|
+
* // Dimensions: [ // Dimensions
|
|
64
|
+
* // { // Dimension
|
|
65
|
+
* // Name: "STRING_VALUE", // required
|
|
66
|
+
* // Value: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // MetricName: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // NextToken: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param ListServiceDependentsCommandInput - {@link ListServiceDependentsCommandInput}
|
|
80
|
+
* @returns {@link ListServiceDependentsCommandOutput}
|
|
81
|
+
* @see {@link ListServiceDependentsCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link ListServiceDependentsCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ValidationException} (client fault)
|
|
89
|
+
* <p>The resource is not valid.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
93
|
+
*
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export declare class ListServiceDependentsCommand extends ListServiceDependentsCommand_base {
|
|
97
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { ListServiceLevelObjectivesInput, ListServiceLevelObjectivesOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServiceLevelObjectivesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServiceLevelObjectivesCommandInput extends ListServiceLevelObjectivesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServiceLevelObjectivesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServiceLevelObjectivesCommandOutput extends ListServiceLevelObjectivesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServiceLevelObjectivesCommand_base: {
|
|
25
|
+
new (input: ListServiceLevelObjectivesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListServiceLevelObjectivesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of SLOs created in this account.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ApplicationSignalsClient, ListServiceLevelObjectivesCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
35
|
+
* // const { ApplicationSignalsClient, ListServiceLevelObjectivesCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
36
|
+
* const client = new ApplicationSignalsClient(config);
|
|
37
|
+
* const input = { // ListServiceLevelObjectivesInput
|
|
38
|
+
* KeyAttributes: { // Attributes
|
|
39
|
+
* "<keys>": "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* OperationName: "STRING_VALUE",
|
|
42
|
+
* MaxResults: Number("int"),
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListServiceLevelObjectivesCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListServiceLevelObjectivesOutput
|
|
48
|
+
* // SloSummaries: [ // ServiceLevelObjectiveSummaries
|
|
49
|
+
* // { // ServiceLevelObjectiveSummary
|
|
50
|
+
* // Arn: "STRING_VALUE", // required
|
|
51
|
+
* // Name: "STRING_VALUE", // required
|
|
52
|
+
* // KeyAttributes: { // Attributes
|
|
53
|
+
* // "<keys>": "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // OperationName: "STRING_VALUE",
|
|
56
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // NextToken: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
64
|
+
* @param ListServiceLevelObjectivesCommandInput - {@link ListServiceLevelObjectivesCommandInput}
|
|
65
|
+
* @returns {@link ListServiceLevelObjectivesCommandOutput}
|
|
66
|
+
* @see {@link ListServiceLevelObjectivesCommandInput} for command's `input` shape.
|
|
67
|
+
* @see {@link ListServiceLevelObjectivesCommandOutput} for command's `response` shape.
|
|
68
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ValidationException} (client fault)
|
|
74
|
+
* <p>The resource is not valid.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
78
|
+
*
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class ListServiceLevelObjectivesCommand extends ListServiceLevelObjectivesCommand_base {
|
|
82
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { ListServiceOperationsInput, ListServiceOperationsOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServiceOperationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServiceOperationsCommandInput extends ListServiceOperationsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServiceOperationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServiceOperationsCommandOutput extends ListServiceOperationsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServiceOperationsCommand_base: {
|
|
25
|
+
new (input: ListServiceOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListServiceOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of the <i>operations</i> of this service that have been discovered by Application Signals.
|
|
31
|
+
* Only the operations that were invoked during the specified time range are returned.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { ApplicationSignalsClient, ListServiceOperationsCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
36
|
+
* // const { ApplicationSignalsClient, ListServiceOperationsCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
37
|
+
* const client = new ApplicationSignalsClient(config);
|
|
38
|
+
* const input = { // ListServiceOperationsInput
|
|
39
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
40
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
41
|
+
* KeyAttributes: { // Attributes // required
|
|
42
|
+
* "<keys>": "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListServiceOperationsCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListServiceOperationsOutput
|
|
50
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
51
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // ServiceOperations: [ // ServiceOperations // required
|
|
53
|
+
* // { // ServiceOperation
|
|
54
|
+
* // Name: "STRING_VALUE", // required
|
|
55
|
+
* // MetricReferences: [ // MetricReferences // required
|
|
56
|
+
* // { // MetricReference
|
|
57
|
+
* // Namespace: "STRING_VALUE", // required
|
|
58
|
+
* // MetricType: "STRING_VALUE", // required
|
|
59
|
+
* // Dimensions: [ // Dimensions
|
|
60
|
+
* // { // Dimension
|
|
61
|
+
* // Name: "STRING_VALUE", // required
|
|
62
|
+
* // Value: "STRING_VALUE", // required
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // MetricName: "STRING_VALUE", // required
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // NextToken: "STRING_VALUE",
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param ListServiceOperationsCommandInput - {@link ListServiceOperationsCommandInput}
|
|
76
|
+
* @returns {@link ListServiceOperationsCommandOutput}
|
|
77
|
+
* @see {@link ListServiceOperationsCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link ListServiceOperationsCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ValidationException} (client fault)
|
|
85
|
+
* <p>The resource is not valid.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class ListServiceOperationsCommand extends ListServiceOperationsCommand_base {
|
|
93
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import { ListServicesInput, ListServicesOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServicesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServicesCommandInput extends ListServicesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServicesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServicesCommandOutput extends ListServicesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServicesCommand_base: {
|
|
25
|
+
new (input: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of services that have been discovered by Application Signals.
|
|
31
|
+
* A service represents a minimum logical and transactional unit that completes a business function. Services
|
|
32
|
+
* are discovered through Application Signals instrumentation.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { ApplicationSignalsClient, ListServicesCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
37
|
+
* // const { ApplicationSignalsClient, ListServicesCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
38
|
+
* const client = new ApplicationSignalsClient(config);
|
|
39
|
+
* const input = { // ListServicesInput
|
|
40
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
41
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* MaxResults: Number("int"),
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListServicesCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListServicesOutput
|
|
48
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
50
|
+
* // ServiceSummaries: [ // ServiceSummaries // required
|
|
51
|
+
* // { // ServiceSummary
|
|
52
|
+
* // KeyAttributes: { // Attributes // required
|
|
53
|
+
* // "<keys>": "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // AttributeMaps: [ // AttributeMaps
|
|
56
|
+
* // { // AttributeMap
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // MetricReferences: [ // MetricReferences // required
|
|
61
|
+
* // { // MetricReference
|
|
62
|
+
* // Namespace: "STRING_VALUE", // required
|
|
63
|
+
* // MetricType: "STRING_VALUE", // required
|
|
64
|
+
* // Dimensions: [ // Dimensions
|
|
65
|
+
* // { // Dimension
|
|
66
|
+
* // Name: "STRING_VALUE", // required
|
|
67
|
+
* // Value: "STRING_VALUE", // required
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // MetricName: "STRING_VALUE", // required
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // NextToken: "STRING_VALUE",
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @param ListServicesCommandInput - {@link ListServicesCommandInput}
|
|
81
|
+
* @returns {@link ListServicesCommandOutput}
|
|
82
|
+
* @see {@link ListServicesCommandInput} for command's `input` shape.
|
|
83
|
+
* @see {@link ListServicesCommandOutput} for command's `response` shape.
|
|
84
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
87
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ValidationException} (client fault)
|
|
90
|
+
* <p>The resource is not valid.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
94
|
+
*
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
98
|
+
}
|