@aws-sdk/client-application-signals 3.899.0 → 3.901.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/README.md +41 -19
- package/dist-cjs/index.js +373 -0
- package/dist-es/ApplicationSignals.js +10 -0
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +22 -0
- package/dist-es/commands/ListAuditFindingsCommand.js +22 -0
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +22 -0
- package/dist-es/commands/ListServiceStatesCommand.js +22 -0
- package/dist-es/commands/PutGroupingConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +26 -0
- package/dist-es/pagination/ListServiceStatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +250 -0
- package/dist-types/ApplicationSignals.d.ts +38 -19
- package/dist-types/ApplicationSignalsClient.d.ts +8 -21
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +1 -11
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +2 -90
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +79 -0
- package/dist-types/commands/GetServiceCommand.d.ts +8 -0
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +181 -0
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +93 -0
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +1 -4
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +1 -2
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +2 -2
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +1 -2
- package/dist-types/commands/ListServiceStatesCommand.d.ts +124 -0
- package/dist-types/commands/ListServicesCommand.d.ts +9 -3
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +102 -0
- package/dist-types/commands/StartDiscoveryCommand.d.ts +1 -44
- package/dist-types/commands/TagResourceCommand.d.ts +1 -10
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +2 -4
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +1 -19
- package/dist-types/models/models_0.d.ts +812 -1114
- package/dist-types/pagination/ListServiceStatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +87 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +193 -1
- package/dist-types/ts3.4/pagination/ListServiceStatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +37 -37
|
@@ -0,0 +1,124 @@
|
|
|
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 { ListServiceStatesInput, ListServiceStatesOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListServiceStatesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListServiceStatesCommandInput extends ListServiceStatesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListServiceStatesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListServiceStatesCommandOutput extends ListServiceStatesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListServiceStatesCommand_base: {
|
|
25
|
+
new (input: ListServiceStatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceStatesCommandInput, ListServiceStatesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListServiceStatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceStatesCommandInput, ListServiceStatesCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <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>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ApplicationSignalsClient, ListServiceStatesCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
35
|
+
* // const { ApplicationSignalsClient, ListServiceStatesCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationSignalsClientConfig } from "@aws-sdk/client-application-signals";
|
|
37
|
+
* const config = {}; // type is ApplicationSignalsClientConfig
|
|
38
|
+
* const client = new ApplicationSignalsClient(config);
|
|
39
|
+
* const input = { // ListServiceStatesInput
|
|
40
|
+
* StartTime: new Date("TIMESTAMP"), // required
|
|
41
|
+
* EndTime: new Date("TIMESTAMP"), // required
|
|
42
|
+
* MaxResults: Number("int"),
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* IncludeLinkedAccounts: true || false,
|
|
45
|
+
* AwsAccountId: "STRING_VALUE",
|
|
46
|
+
* AttributeFilters: [ // AttributeFilters
|
|
47
|
+
* { // AttributeFilter
|
|
48
|
+
* AttributeFilterName: "STRING_VALUE", // required
|
|
49
|
+
* AttributeFilterValues: [ // AttributeFilterValues // required
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* };
|
|
55
|
+
* const command = new ListServiceStatesCommand(input);
|
|
56
|
+
* const response = await client.send(command);
|
|
57
|
+
* // { // ListServiceStatesOutput
|
|
58
|
+
* // StartTime: new Date("TIMESTAMP"), // required
|
|
59
|
+
* // EndTime: new Date("TIMESTAMP"), // required
|
|
60
|
+
* // ServiceStates: [ // ServiceStates // required
|
|
61
|
+
* // { // ServiceState
|
|
62
|
+
* // AttributeFilters: [ // AttributeFilters
|
|
63
|
+
* // { // AttributeFilter
|
|
64
|
+
* // AttributeFilterName: "STRING_VALUE", // required
|
|
65
|
+
* // AttributeFilterValues: [ // AttributeFilterValues // required
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // Service: { // Attributes // required
|
|
71
|
+
* // "<keys>": "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // LatestChangeEvents: [ // LatestChangeEvents // required
|
|
74
|
+
* // { // ChangeEvent
|
|
75
|
+
* // Timestamp: new Date("TIMESTAMP"), // required
|
|
76
|
+
* // AccountId: "STRING_VALUE", // required
|
|
77
|
+
* // Region: "STRING_VALUE", // required
|
|
78
|
+
* // Entity: { // required
|
|
79
|
+
* // "<keys>": "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // ChangeEventType: "DEPLOYMENT", // required
|
|
82
|
+
* // EventId: "STRING_VALUE", // required
|
|
83
|
+
* // UserName: "STRING_VALUE",
|
|
84
|
+
* // EventName: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // NextToken: "STRING_VALUE",
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* @param ListServiceStatesCommandInput - {@link ListServiceStatesCommandInput}
|
|
95
|
+
* @returns {@link ListServiceStatesCommandOutput}
|
|
96
|
+
* @see {@link ListServiceStatesCommandInput} for command's `input` shape.
|
|
97
|
+
* @see {@link ListServiceStatesCommandOutput} for command's `response` shape.
|
|
98
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
101
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ValidationException} (client fault)
|
|
104
|
+
* <p>The resource is not valid.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
108
|
+
*
|
|
109
|
+
*
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export declare class ListServiceStatesCommand extends ListServiceStatesCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: ListServiceStatesInput;
|
|
117
|
+
output: ListServiceStatesOutput;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: ListServiceStatesCommandInput;
|
|
121
|
+
output: ListServiceStatesCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
}
|
|
@@ -27,9 +27,7 @@ declare const ListServicesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
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>
|
|
30
|
+
* <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>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -75,6 +73,14 @@ declare const ListServicesCommand_base: {
|
|
|
75
73
|
* // AccountId: "STRING_VALUE",
|
|
76
74
|
* // },
|
|
77
75
|
* // ],
|
|
76
|
+
* // ServiceGroups: [ // ServiceGroups
|
|
77
|
+
* // { // ServiceGroup
|
|
78
|
+
* // GroupName: "STRING_VALUE", // required
|
|
79
|
+
* // GroupValue: "STRING_VALUE", // required
|
|
80
|
+
* // GroupSource: "STRING_VALUE", // required
|
|
81
|
+
* // GroupIdentifier: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
78
84
|
* // },
|
|
79
85
|
* // ],
|
|
80
86
|
* // NextToken: "STRING_VALUE",
|
|
@@ -0,0 +1,102 @@
|
|
|
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 { PutGroupingConfigurationInput, PutGroupingConfigurationOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link PutGroupingConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface PutGroupingConfigurationCommandInput extends PutGroupingConfigurationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link PutGroupingConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface PutGroupingConfigurationCommandOutput extends PutGroupingConfigurationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const PutGroupingConfigurationCommand_base: {
|
|
25
|
+
new (input: PutGroupingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutGroupingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <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>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ApplicationSignalsClient, PutGroupingConfigurationCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
35
|
+
* // const { ApplicationSignalsClient, PutGroupingConfigurationCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
36
|
+
* // import type { ApplicationSignalsClientConfig } from "@aws-sdk/client-application-signals";
|
|
37
|
+
* const config = {}; // type is ApplicationSignalsClientConfig
|
|
38
|
+
* const client = new ApplicationSignalsClient(config);
|
|
39
|
+
* const input = { // PutGroupingConfigurationInput
|
|
40
|
+
* GroupingAttributeDefinitions: [ // GroupingAttributeDefinitions // required
|
|
41
|
+
* { // GroupingAttributeDefinition
|
|
42
|
+
* GroupingName: "STRING_VALUE", // required
|
|
43
|
+
* GroupingSourceKeys: [ // GroupingSourceKeyStringList
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* DefaultGroupingValue: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
50
|
+
* const command = new PutGroupingConfigurationCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // PutGroupingConfigurationOutput
|
|
53
|
+
* // GroupingConfiguration: { // GroupingConfiguration
|
|
54
|
+
* // GroupingAttributeDefinitions: [ // GroupingAttributeDefinitions // required
|
|
55
|
+
* // { // GroupingAttributeDefinition
|
|
56
|
+
* // GroupingName: "STRING_VALUE", // required
|
|
57
|
+
* // GroupingSourceKeys: [ // GroupingSourceKeyStringList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // DefaultGroupingValue: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // UpdatedAt: new Date("TIMESTAMP"), // required
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param PutGroupingConfigurationCommandInput - {@link PutGroupingConfigurationCommandInput}
|
|
70
|
+
* @returns {@link PutGroupingConfigurationCommandOutput}
|
|
71
|
+
* @see {@link PutGroupingConfigurationCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link PutGroupingConfigurationCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
+
* <p>You don't have sufficient permissions to perform this action.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ValidationException} (client fault)
|
|
82
|
+
* <p>The resource is not valid.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
86
|
+
*
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class PutGroupingConfigurationCommand extends PutGroupingConfigurationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: PutGroupingConfigurationInput;
|
|
95
|
+
output: PutGroupingConfigurationOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: PutGroupingConfigurationCommandInput;
|
|
99
|
+
output: PutGroupingConfigurationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|
|
@@ -27,50 +27,7 @@ declare const StartDiscoveryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables this Amazon Web Services account to be able to use CloudWatch Application Signals
|
|
31
|
-
* by creating the <i>AWSServiceRoleForCloudWatchApplicationSignals</i> service-linked role. This service-
|
|
32
|
-
* linked role has the following permissions:</p>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>
|
|
36
|
-
* <code>xray:GetServiceGraph</code>
|
|
37
|
-
* </p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>
|
|
41
|
-
* <code>logs:StartQuery</code>
|
|
42
|
-
* </p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>
|
|
46
|
-
* <code>logs:GetQueryResults</code>
|
|
47
|
-
* </p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>
|
|
51
|
-
* <code>cloudwatch:GetMetricData</code>
|
|
52
|
-
* </p>
|
|
53
|
-
* </li>
|
|
54
|
-
* <li>
|
|
55
|
-
* <p>
|
|
56
|
-
* <code>cloudwatch:ListMetrics</code>
|
|
57
|
-
* </p>
|
|
58
|
-
* </li>
|
|
59
|
-
* <li>
|
|
60
|
-
* <p>
|
|
61
|
-
* <code>tag:GetResources</code>
|
|
62
|
-
* </p>
|
|
63
|
-
* </li>
|
|
64
|
-
* <li>
|
|
65
|
-
* <p>
|
|
66
|
-
* <code>autoscaling:DescribeAutoScalingGroups</code>
|
|
67
|
-
* </p>
|
|
68
|
-
* </li>
|
|
69
|
-
* </ul>
|
|
70
|
-
* <p>After completing this step, you still need to instrument your Java and Python applications to send data
|
|
71
|
-
* to Application Signals. For more information, see
|
|
72
|
-
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Signals-Enable.html">
|
|
73
|
-
* Enabling Application Signals</a>.</p>
|
|
30
|
+
* <p>Enables this Amazon Web Services account to be able to use CloudWatch Application Signals by creating the <i>AWSServiceRoleForCloudWatchApplicationSignals</i> service-linked role. This service- linked role has the following permissions:</p> <ul> <li> <p> <code>xray:GetServiceGraph</code> </p> </li> <li> <p> <code>logs:StartQuery</code> </p> </li> <li> <p> <code>logs:GetQueryResults</code> </p> </li> <li> <p> <code>cloudwatch:GetMetricData</code> </p> </li> <li> <p> <code>cloudwatch:ListMetrics</code> </p> </li> <li> <p> <code>tag:GetResources</code> </p> </li> <li> <p> <code>autoscaling:DescribeAutoScalingGroups</code> </p> </li> </ul> <p>After completing this step, you still need to instrument your Java and Python applications to send data to Application Signals. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Signals-Enable.html"> Enabling Application Signals</a>.</p>
|
|
74
31
|
* @example
|
|
75
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
76
33
|
* ```javascript
|
|
@@ -27,16 +27,7 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch resource, such as a service level objective.</p>
|
|
31
|
-
* <p>Tags can help you organize and categorize your resources. You can also use them to scope user
|
|
32
|
-
* permissions by granting a user
|
|
33
|
-
* permission to access or change only resources with certain tag values.</p>
|
|
34
|
-
* <p>Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.</p>
|
|
35
|
-
* <p>You can use the <code>TagResource</code> action with an alarm that already has tags. If you specify a new tag key for the alarm,
|
|
36
|
-
* this tag is appended to the list of tags associated
|
|
37
|
-
* with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces
|
|
38
|
-
* the previous value for that tag.</p>
|
|
39
|
-
* <p>You can associate as many as 50 tags with a CloudWatch resource.</p>
|
|
30
|
+
* <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch resource, such as a service level objective.</p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.</p> <p>Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.</p> <p>You can use the <code>TagResource</code> action with an alarm that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.</p> <p>You can associate as many as 50 tags with a CloudWatch resource.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -27,10 +27,7 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing service level objective (SLO). If you omit parameters, the previous values
|
|
31
|
-
* of those parameters are retained. </p>
|
|
32
|
-
* <p>You cannot change from a period-based SLO to a request-based SLO,
|
|
33
|
-
* or change from a request-based SLO to a period-based SLO.</p>
|
|
30
|
+
* <p>Updates an existing service level objective (SLO). If you omit parameters, the previous values of those parameters are retained. </p> <p>You cannot change from a period-based SLO to a request-based SLO, or change from a request-based SLO to a period-based SLO.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -49,6 +46,7 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
49
46
|
* },
|
|
50
47
|
* OperationName: "STRING_VALUE",
|
|
51
48
|
* MetricType: "LATENCY" || "AVAILABILITY",
|
|
49
|
+
* MetricName: "STRING_VALUE",
|
|
52
50
|
* Statistic: "STRING_VALUE",
|
|
53
51
|
* PeriodSeconds: Number("int"),
|
|
54
52
|
* MetricDataQueries: [ // MetricDataQueries
|
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
export * from "./BatchGetServiceLevelObjectiveBudgetReportCommand";
|
|
2
2
|
export * from "./BatchUpdateExclusionWindowsCommand";
|
|
3
3
|
export * from "./CreateServiceLevelObjectiveCommand";
|
|
4
|
+
export * from "./DeleteGroupingConfigurationCommand";
|
|
4
5
|
export * from "./DeleteServiceLevelObjectiveCommand";
|
|
5
6
|
export * from "./GetServiceCommand";
|
|
6
7
|
export * from "./GetServiceLevelObjectiveCommand";
|
|
8
|
+
export * from "./ListAuditFindingsCommand";
|
|
9
|
+
export * from "./ListGroupingAttributeDefinitionsCommand";
|
|
7
10
|
export * from "./ListServiceDependenciesCommand";
|
|
8
11
|
export * from "./ListServiceDependentsCommand";
|
|
9
12
|
export * from "./ListServiceLevelObjectiveExclusionWindowsCommand";
|
|
10
13
|
export * from "./ListServiceLevelObjectivesCommand";
|
|
11
14
|
export * from "./ListServiceOperationsCommand";
|
|
15
|
+
export * from "./ListServiceStatesCommand";
|
|
12
16
|
export * from "./ListServicesCommand";
|
|
13
17
|
export * from "./ListTagsForResourceCommand";
|
|
18
|
+
export * from "./PutGroupingConfigurationCommand";
|
|
14
19
|
export * from "./StartDiscoveryCommand";
|
|
15
20
|
export * from "./TagResourceCommand";
|
|
16
21
|
export * from "./UntagResourceCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,23 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications.
|
|
3
|
-
* It enables real-time service health dashboards and helps you track long-term performance trends against your business goals.
|
|
4
|
-
* The application-centric view provides you with unified visibility across your applications, services, and
|
|
5
|
-
* dependencies, so you can proactively monitor and efficiently triage any issues that may arise,
|
|
6
|
-
* ensuring optimal customer experience.</p>
|
|
7
|
-
* <p>Application Signals provides the following benefits:</p>
|
|
8
|
-
* <ul>
|
|
9
|
-
* <li>
|
|
10
|
-
* <p>Automatically collect metrics and traces from your applications, and display key metrics such as call volume, availability, latency, faults, and errors. </p>
|
|
11
|
-
* </li>
|
|
12
|
-
* <li>
|
|
13
|
-
* <p>Create and monitor service level objectives (SLOs). </p>
|
|
14
|
-
* </li>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p>
|
|
17
|
-
* </li>
|
|
18
|
-
* </ul>
|
|
19
|
-
* <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries,
|
|
20
|
-
* and application names within dashboards and maps.</p>
|
|
2
|
+
* <p>Use CloudWatch Application Signals for comprehensive observability of your cloud-based applications. It enables real-time service health dashboards and helps you track long-term performance trends against your business goals. The application-centric view provides you with unified visibility across your applications, services, and dependencies, so you can proactively monitor and efficiently triage any issues that may arise, ensuring optimal customer experience.</p> <p>Application Signals provides the following benefits:</p> <ul> <li> <p>Automatically collect metrics and traces from your applications, and display key metrics such as call volume, availability, latency, faults, and errors. </p> </li> <li> <p>Create and monitor service level objectives (SLOs). </p> </li> <li> <p>See a map of your application topology that Application Signals automatically discovers, that gives you a visual representation of your applications, dependencies, and their connectivity.</p> </li> </ul> <p>Application Signals works with CloudWatch RUM, CloudWatch Synthetics canaries, and Amazon Web Services Service Catalog AppRegistry, to display your client pages, Synthetics canaries, and application names within dashboards and maps.</p>
|
|
21
3
|
*
|
|
22
4
|
* @packageDocumentation
|
|
23
5
|
*/
|