@aws-sdk/client-application-signals 3.1072.0 → 3.1074.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 +49 -0
- package/dist-cjs/index.js +154 -1
- package/dist-cjs/schemas/schemas_0.js +377 -64
- package/dist-es/ApplicationSignals.js +18 -0
- package/dist-es/commands/BatchDeleteInstrumentationConfigurationsCommand.js +16 -0
- package/dist-es/commands/CreateInstrumentationConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteInstrumentationConfigurationCommand.js +16 -0
- package/dist-es/commands/GetInstrumentationConfigurationCommand.js +16 -0
- package/dist-es/commands/GetInstrumentationConfigurationStatusCommand.js +16 -0
- package/dist-es/commands/ListInstrumentationConfigurationsCommand.js +16 -0
- package/dist-es/commands/ReportInstrumentationConfigurationStatusCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +39 -0
- package/dist-es/pagination/GetInstrumentationConfigurationStatusPaginator.js +4 -0
- package/dist-es/pagination/ListInstrumentationConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +347 -64
- package/dist-types/ApplicationSignals.d.ts +63 -0
- package/dist-types/ApplicationSignalsClient.d.ts +9 -2
- package/dist-types/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +111 -0
- package/dist-types/commands/CreateInstrumentationConfigurationCommand.d.ts +181 -0
- package/dist-types/commands/DeleteInstrumentationConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/GetInstrumentationConfigurationCommand.d.ts +146 -0
- package/dist-types/commands/GetInstrumentationConfigurationStatusCommand.d.ts +124 -0
- package/dist-types/commands/ListInstrumentationConfigurationsCommand.d.ts +143 -0
- package/dist-types/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +104 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +118 -0
- package/dist-types/models/models_0.d.ts +1087 -78
- package/dist-types/pagination/GetInstrumentationConfigurationStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/ListInstrumentationConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +169 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +55 -0
- package/dist-types/ts3.4/models/models_0.d.ts +290 -4
- package/dist-types/ts3.4/pagination/GetInstrumentationConfigurationStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListInstrumentationConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/package.json +3 -3
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { ApplicationSignalsClient } from "./ApplicationSignalsClient";
|
|
3
|
+
import { type BatchDeleteInstrumentationConfigurationsCommandInput, type BatchDeleteInstrumentationConfigurationsCommandOutput } from "./commands/BatchDeleteInstrumentationConfigurationsCommand";
|
|
3
4
|
import { type BatchGetServiceLevelObjectiveBudgetReportCommandInput, type BatchGetServiceLevelObjectiveBudgetReportCommandOutput } from "./commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
|
|
4
5
|
import { type BatchUpdateExclusionWindowsCommandInput, type BatchUpdateExclusionWindowsCommandOutput } from "./commands/BatchUpdateExclusionWindowsCommand";
|
|
6
|
+
import { type CreateInstrumentationConfigurationCommandInput, type CreateInstrumentationConfigurationCommandOutput } from "./commands/CreateInstrumentationConfigurationCommand";
|
|
5
7
|
import { type CreateServiceLevelObjectiveCommandInput, type CreateServiceLevelObjectiveCommandOutput } from "./commands/CreateServiceLevelObjectiveCommand";
|
|
6
8
|
import { type DeleteGroupingConfigurationCommandInput, type DeleteGroupingConfigurationCommandOutput } from "./commands/DeleteGroupingConfigurationCommand";
|
|
9
|
+
import { type DeleteInstrumentationConfigurationCommandInput, type DeleteInstrumentationConfigurationCommandOutput } from "./commands/DeleteInstrumentationConfigurationCommand";
|
|
7
10
|
import { type DeleteServiceLevelObjectiveCommandInput, type DeleteServiceLevelObjectiveCommandOutput } from "./commands/DeleteServiceLevelObjectiveCommand";
|
|
11
|
+
import { type GetInstrumentationConfigurationCommandInput, type GetInstrumentationConfigurationCommandOutput } from "./commands/GetInstrumentationConfigurationCommand";
|
|
12
|
+
import { type GetInstrumentationConfigurationStatusCommandInput, type GetInstrumentationConfigurationStatusCommandOutput } from "./commands/GetInstrumentationConfigurationStatusCommand";
|
|
8
13
|
import { type GetServiceCommandInput, type GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
9
14
|
import { type GetServiceLevelObjectiveCommandInput, type GetServiceLevelObjectiveCommandOutput } from "./commands/GetServiceLevelObjectiveCommand";
|
|
10
15
|
import { type ListAuditFindingsCommandInput, type ListAuditFindingsCommandOutput } from "./commands/ListAuditFindingsCommand";
|
|
11
16
|
import { type ListEntityEventsCommandInput, type ListEntityEventsCommandOutput } from "./commands/ListEntityEventsCommand";
|
|
12
17
|
import { type ListGroupingAttributeDefinitionsCommandInput, type ListGroupingAttributeDefinitionsCommandOutput } from "./commands/ListGroupingAttributeDefinitionsCommand";
|
|
18
|
+
import { type ListInstrumentationConfigurationsCommandInput, type ListInstrumentationConfigurationsCommandOutput } from "./commands/ListInstrumentationConfigurationsCommand";
|
|
13
19
|
import { type ListServiceDependenciesCommandInput, type ListServiceDependenciesCommandOutput } from "./commands/ListServiceDependenciesCommand";
|
|
14
20
|
import { type ListServiceDependentsCommandInput, type ListServiceDependentsCommandOutput } from "./commands/ListServiceDependentsCommand";
|
|
15
21
|
import { type ListServiceLevelObjectiveExclusionWindowsCommandInput, type ListServiceLevelObjectiveExclusionWindowsCommandOutput } from "./commands/ListServiceLevelObjectiveExclusionWindowsCommand";
|
|
@@ -19,11 +25,18 @@ import { type ListServicesCommandInput, type ListServicesCommandOutput } from ".
|
|
|
19
25
|
import { type ListServiceStatesCommandInput, type ListServiceStatesCommandOutput } from "./commands/ListServiceStatesCommand";
|
|
20
26
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
21
27
|
import { type PutGroupingConfigurationCommandInput, type PutGroupingConfigurationCommandOutput } from "./commands/PutGroupingConfigurationCommand";
|
|
28
|
+
import { type ReportInstrumentationConfigurationStatusCommandInput, type ReportInstrumentationConfigurationStatusCommandOutput } from "./commands/ReportInstrumentationConfigurationStatusCommand";
|
|
22
29
|
import { type StartDiscoveryCommandInput, type StartDiscoveryCommandOutput } from "./commands/StartDiscoveryCommand";
|
|
23
30
|
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
24
31
|
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
25
32
|
import { type UpdateServiceLevelObjectiveCommandInput, type UpdateServiceLevelObjectiveCommandOutput } from "./commands/UpdateServiceLevelObjectiveCommand";
|
|
26
33
|
export interface ApplicationSignals {
|
|
34
|
+
/**
|
|
35
|
+
* @see {@link BatchDeleteInstrumentationConfigurationsCommand}
|
|
36
|
+
*/
|
|
37
|
+
batchDeleteInstrumentationConfigurations(args: BatchDeleteInstrumentationConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteInstrumentationConfigurationsCommandOutput>;
|
|
38
|
+
batchDeleteInstrumentationConfigurations(args: BatchDeleteInstrumentationConfigurationsCommandInput, cb: (err: any, data?: BatchDeleteInstrumentationConfigurationsCommandOutput) => void): void;
|
|
39
|
+
batchDeleteInstrumentationConfigurations(args: BatchDeleteInstrumentationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteInstrumentationConfigurationsCommandOutput) => void): void;
|
|
27
40
|
/**
|
|
28
41
|
* @see {@link BatchGetServiceLevelObjectiveBudgetReportCommand}
|
|
29
42
|
*/
|
|
@@ -36,6 +49,12 @@ export interface ApplicationSignals {
|
|
|
36
49
|
batchUpdateExclusionWindows(args: BatchUpdateExclusionWindowsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateExclusionWindowsCommandOutput>;
|
|
37
50
|
batchUpdateExclusionWindows(args: BatchUpdateExclusionWindowsCommandInput, cb: (err: any, data?: BatchUpdateExclusionWindowsCommandOutput) => void): void;
|
|
38
51
|
batchUpdateExclusionWindows(args: BatchUpdateExclusionWindowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateExclusionWindowsCommandOutput) => void): void;
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link CreateInstrumentationConfigurationCommand}
|
|
54
|
+
*/
|
|
55
|
+
createInstrumentationConfiguration(args: CreateInstrumentationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstrumentationConfigurationCommandOutput>;
|
|
56
|
+
createInstrumentationConfiguration(args: CreateInstrumentationConfigurationCommandInput, cb: (err: any, data?: CreateInstrumentationConfigurationCommandOutput) => void): void;
|
|
57
|
+
createInstrumentationConfiguration(args: CreateInstrumentationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstrumentationConfigurationCommandOutput) => void): void;
|
|
39
58
|
/**
|
|
40
59
|
* @see {@link CreateServiceLevelObjectiveCommand}
|
|
41
60
|
*/
|
|
@@ -49,12 +68,30 @@ export interface ApplicationSignals {
|
|
|
49
68
|
deleteGroupingConfiguration(args: DeleteGroupingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupingConfigurationCommandOutput>;
|
|
50
69
|
deleteGroupingConfiguration(args: DeleteGroupingConfigurationCommandInput, cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void): void;
|
|
51
70
|
deleteGroupingConfiguration(args: DeleteGroupingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void): void;
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link DeleteInstrumentationConfigurationCommand}
|
|
73
|
+
*/
|
|
74
|
+
deleteInstrumentationConfiguration(args: DeleteInstrumentationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstrumentationConfigurationCommandOutput>;
|
|
75
|
+
deleteInstrumentationConfiguration(args: DeleteInstrumentationConfigurationCommandInput, cb: (err: any, data?: DeleteInstrumentationConfigurationCommandOutput) => void): void;
|
|
76
|
+
deleteInstrumentationConfiguration(args: DeleteInstrumentationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstrumentationConfigurationCommandOutput) => void): void;
|
|
52
77
|
/**
|
|
53
78
|
* @see {@link DeleteServiceLevelObjectiveCommand}
|
|
54
79
|
*/
|
|
55
80
|
deleteServiceLevelObjective(args: DeleteServiceLevelObjectiveCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceLevelObjectiveCommandOutput>;
|
|
56
81
|
deleteServiceLevelObjective(args: DeleteServiceLevelObjectiveCommandInput, cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void): void;
|
|
57
82
|
deleteServiceLevelObjective(args: DeleteServiceLevelObjectiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void): void;
|
|
83
|
+
/**
|
|
84
|
+
* @see {@link GetInstrumentationConfigurationCommand}
|
|
85
|
+
*/
|
|
86
|
+
getInstrumentationConfiguration(args: GetInstrumentationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetInstrumentationConfigurationCommandOutput>;
|
|
87
|
+
getInstrumentationConfiguration(args: GetInstrumentationConfigurationCommandInput, cb: (err: any, data?: GetInstrumentationConfigurationCommandOutput) => void): void;
|
|
88
|
+
getInstrumentationConfiguration(args: GetInstrumentationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstrumentationConfigurationCommandOutput) => void): void;
|
|
89
|
+
/**
|
|
90
|
+
* @see {@link GetInstrumentationConfigurationStatusCommand}
|
|
91
|
+
*/
|
|
92
|
+
getInstrumentationConfigurationStatus(args: GetInstrumentationConfigurationStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetInstrumentationConfigurationStatusCommandOutput>;
|
|
93
|
+
getInstrumentationConfigurationStatus(args: GetInstrumentationConfigurationStatusCommandInput, cb: (err: any, data?: GetInstrumentationConfigurationStatusCommandOutput) => void): void;
|
|
94
|
+
getInstrumentationConfigurationStatus(args: GetInstrumentationConfigurationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstrumentationConfigurationStatusCommandOutput) => void): void;
|
|
58
95
|
/**
|
|
59
96
|
* @see {@link GetServiceCommand}
|
|
60
97
|
*/
|
|
@@ -86,6 +123,12 @@ export interface ApplicationSignals {
|
|
|
86
123
|
listGroupingAttributeDefinitions(args: ListGroupingAttributeDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupingAttributeDefinitionsCommandOutput>;
|
|
87
124
|
listGroupingAttributeDefinitions(args: ListGroupingAttributeDefinitionsCommandInput, cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void): void;
|
|
88
125
|
listGroupingAttributeDefinitions(args: ListGroupingAttributeDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void): void;
|
|
126
|
+
/**
|
|
127
|
+
* @see {@link ListInstrumentationConfigurationsCommand}
|
|
128
|
+
*/
|
|
129
|
+
listInstrumentationConfigurations(args: ListInstrumentationConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInstrumentationConfigurationsCommandOutput>;
|
|
130
|
+
listInstrumentationConfigurations(args: ListInstrumentationConfigurationsCommandInput, cb: (err: any, data?: ListInstrumentationConfigurationsCommandOutput) => void): void;
|
|
131
|
+
listInstrumentationConfigurations(args: ListInstrumentationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstrumentationConfigurationsCommandOutput) => void): void;
|
|
89
132
|
/**
|
|
90
133
|
* @see {@link ListServiceDependenciesCommand}
|
|
91
134
|
*/
|
|
@@ -141,6 +184,12 @@ export interface ApplicationSignals {
|
|
|
141
184
|
putGroupingConfiguration(args: PutGroupingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutGroupingConfigurationCommandOutput>;
|
|
142
185
|
putGroupingConfiguration(args: PutGroupingConfigurationCommandInput, cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void): void;
|
|
143
186
|
putGroupingConfiguration(args: PutGroupingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void): void;
|
|
187
|
+
/**
|
|
188
|
+
* @see {@link ReportInstrumentationConfigurationStatusCommand}
|
|
189
|
+
*/
|
|
190
|
+
reportInstrumentationConfigurationStatus(args: ReportInstrumentationConfigurationStatusCommandInput, options?: __HttpHandlerOptions): Promise<ReportInstrumentationConfigurationStatusCommandOutput>;
|
|
191
|
+
reportInstrumentationConfigurationStatus(args: ReportInstrumentationConfigurationStatusCommandInput, cb: (err: any, data?: ReportInstrumentationConfigurationStatusCommandOutput) => void): void;
|
|
192
|
+
reportInstrumentationConfigurationStatus(args: ReportInstrumentationConfigurationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReportInstrumentationConfigurationStatusCommandOutput) => void): void;
|
|
144
193
|
/**
|
|
145
194
|
* @see {@link StartDiscoveryCommand}
|
|
146
195
|
*/
|
|
@@ -166,6 +215,13 @@ export interface ApplicationSignals {
|
|
|
166
215
|
updateServiceLevelObjective(args: UpdateServiceLevelObjectiveCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceLevelObjectiveCommandOutput>;
|
|
167
216
|
updateServiceLevelObjective(args: UpdateServiceLevelObjectiveCommandInput, cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void): void;
|
|
168
217
|
updateServiceLevelObjective(args: UpdateServiceLevelObjectiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link GetInstrumentationConfigurationStatusCommand}
|
|
220
|
+
* @param args - command input.
|
|
221
|
+
* @param paginationConfig - optional pagination config.
|
|
222
|
+
* @returns AsyncIterable of {@link GetInstrumentationConfigurationStatusCommandOutput}.
|
|
223
|
+
*/
|
|
224
|
+
paginateGetInstrumentationConfigurationStatus(args: GetInstrumentationConfigurationStatusCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetInstrumentationConfigurationStatusCommandOutput>;
|
|
169
225
|
/**
|
|
170
226
|
* @see {@link ListEntityEventsCommand}
|
|
171
227
|
* @param args - command input.
|
|
@@ -173,6 +229,13 @@ export interface ApplicationSignals {
|
|
|
173
229
|
* @returns AsyncIterable of {@link ListEntityEventsCommandOutput}.
|
|
174
230
|
*/
|
|
175
231
|
paginateListEntityEvents(args: ListEntityEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEntityEventsCommandOutput>;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link ListInstrumentationConfigurationsCommand}
|
|
234
|
+
* @param args - command input.
|
|
235
|
+
* @param paginationConfig - optional pagination config.
|
|
236
|
+
* @returns AsyncIterable of {@link ListInstrumentationConfigurationsCommandOutput}.
|
|
237
|
+
*/
|
|
238
|
+
paginateListInstrumentationConfigurations(args: ListInstrumentationConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstrumentationConfigurationsCommandOutput>;
|
|
176
239
|
/**
|
|
177
240
|
* @see {@link ListServiceDependenciesCommand}
|
|
178
241
|
* @param args - command input.
|
|
@@ -6,16 +6,22 @@ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/cor
|
|
|
6
6
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
7
7
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
8
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
9
|
+
import type { BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput } from "./commands/BatchDeleteInstrumentationConfigurationsCommand";
|
|
9
10
|
import type { BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput } from "./commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
|
|
10
11
|
import type { BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput } from "./commands/BatchUpdateExclusionWindowsCommand";
|
|
12
|
+
import type { CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput } from "./commands/CreateInstrumentationConfigurationCommand";
|
|
11
13
|
import type { CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput } from "./commands/CreateServiceLevelObjectiveCommand";
|
|
12
14
|
import type { DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput } from "./commands/DeleteGroupingConfigurationCommand";
|
|
15
|
+
import type { DeleteInstrumentationConfigurationCommandInput, DeleteInstrumentationConfigurationCommandOutput } from "./commands/DeleteInstrumentationConfigurationCommand";
|
|
13
16
|
import type { DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput } from "./commands/DeleteServiceLevelObjectiveCommand";
|
|
17
|
+
import type { GetInstrumentationConfigurationCommandInput, GetInstrumentationConfigurationCommandOutput } from "./commands/GetInstrumentationConfigurationCommand";
|
|
18
|
+
import type { GetInstrumentationConfigurationStatusCommandInput, GetInstrumentationConfigurationStatusCommandOutput } from "./commands/GetInstrumentationConfigurationStatusCommand";
|
|
14
19
|
import type { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
15
20
|
import type { GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput } from "./commands/GetServiceLevelObjectiveCommand";
|
|
16
21
|
import type { ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput } from "./commands/ListAuditFindingsCommand";
|
|
17
22
|
import type { ListEntityEventsCommandInput, ListEntityEventsCommandOutput } from "./commands/ListEntityEventsCommand";
|
|
18
23
|
import type { ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput } from "./commands/ListGroupingAttributeDefinitionsCommand";
|
|
24
|
+
import type { ListInstrumentationConfigurationsCommandInput, ListInstrumentationConfigurationsCommandOutput } from "./commands/ListInstrumentationConfigurationsCommand";
|
|
19
25
|
import type { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "./commands/ListServiceDependenciesCommand";
|
|
20
26
|
import type { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "./commands/ListServiceDependentsCommand";
|
|
21
27
|
import type { ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput } from "./commands/ListServiceLevelObjectiveExclusionWindowsCommand";
|
|
@@ -25,6 +31,7 @@ import type { ListServicesCommandInput, ListServicesCommandOutput } from "./comm
|
|
|
25
31
|
import type { ListServiceStatesCommandInput, ListServiceStatesCommandOutput } from "./commands/ListServiceStatesCommand";
|
|
26
32
|
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
27
33
|
import type { PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput } from "./commands/PutGroupingConfigurationCommand";
|
|
34
|
+
import type { ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput } from "./commands/ReportInstrumentationConfigurationStatusCommand";
|
|
28
35
|
import type { StartDiscoveryCommandInput, StartDiscoveryCommandOutput } from "./commands/StartDiscoveryCommand";
|
|
29
36
|
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
30
37
|
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -35,11 +42,11 @@ export { __Client };
|
|
|
35
42
|
/**
|
|
36
43
|
* @public
|
|
37
44
|
*/
|
|
38
|
-
export type ServiceInputTypes = BatchGetServiceLevelObjectiveBudgetReportCommandInput | BatchUpdateExclusionWindowsCommandInput | CreateServiceLevelObjectiveCommandInput | DeleteGroupingConfigurationCommandInput | DeleteServiceLevelObjectiveCommandInput | GetServiceCommandInput | GetServiceLevelObjectiveCommandInput | ListAuditFindingsCommandInput | ListEntityEventsCommandInput | ListGroupingAttributeDefinitionsCommandInput | ListServiceDependenciesCommandInput | ListServiceDependentsCommandInput | ListServiceLevelObjectiveExclusionWindowsCommandInput | ListServiceLevelObjectivesCommandInput | ListServiceOperationsCommandInput | ListServiceStatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutGroupingConfigurationCommandInput | StartDiscoveryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateServiceLevelObjectiveCommandInput;
|
|
45
|
+
export type ServiceInputTypes = BatchDeleteInstrumentationConfigurationsCommandInput | BatchGetServiceLevelObjectiveBudgetReportCommandInput | BatchUpdateExclusionWindowsCommandInput | CreateInstrumentationConfigurationCommandInput | CreateServiceLevelObjectiveCommandInput | DeleteGroupingConfigurationCommandInput | DeleteInstrumentationConfigurationCommandInput | DeleteServiceLevelObjectiveCommandInput | GetInstrumentationConfigurationCommandInput | GetInstrumentationConfigurationStatusCommandInput | GetServiceCommandInput | GetServiceLevelObjectiveCommandInput | ListAuditFindingsCommandInput | ListEntityEventsCommandInput | ListGroupingAttributeDefinitionsCommandInput | ListInstrumentationConfigurationsCommandInput | ListServiceDependenciesCommandInput | ListServiceDependentsCommandInput | ListServiceLevelObjectiveExclusionWindowsCommandInput | ListServiceLevelObjectivesCommandInput | ListServiceOperationsCommandInput | ListServiceStatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutGroupingConfigurationCommandInput | ReportInstrumentationConfigurationStatusCommandInput | StartDiscoveryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateServiceLevelObjectiveCommandInput;
|
|
39
46
|
/**
|
|
40
47
|
* @public
|
|
41
48
|
*/
|
|
42
|
-
export type ServiceOutputTypes = BatchGetServiceLevelObjectiveBudgetReportCommandOutput | BatchUpdateExclusionWindowsCommandOutput | CreateServiceLevelObjectiveCommandOutput | DeleteGroupingConfigurationCommandOutput | DeleteServiceLevelObjectiveCommandOutput | GetServiceCommandOutput | GetServiceLevelObjectiveCommandOutput | ListAuditFindingsCommandOutput | ListEntityEventsCommandOutput | ListGroupingAttributeDefinitionsCommandOutput | ListServiceDependenciesCommandOutput | ListServiceDependentsCommandOutput | ListServiceLevelObjectiveExclusionWindowsCommandOutput | ListServiceLevelObjectivesCommandOutput | ListServiceOperationsCommandOutput | ListServiceStatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutGroupingConfigurationCommandOutput | StartDiscoveryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateServiceLevelObjectiveCommandOutput;
|
|
49
|
+
export type ServiceOutputTypes = BatchDeleteInstrumentationConfigurationsCommandOutput | BatchGetServiceLevelObjectiveBudgetReportCommandOutput | BatchUpdateExclusionWindowsCommandOutput | CreateInstrumentationConfigurationCommandOutput | CreateServiceLevelObjectiveCommandOutput | DeleteGroupingConfigurationCommandOutput | DeleteInstrumentationConfigurationCommandOutput | DeleteServiceLevelObjectiveCommandOutput | GetInstrumentationConfigurationCommandOutput | GetInstrumentationConfigurationStatusCommandOutput | GetServiceCommandOutput | GetServiceLevelObjectiveCommandOutput | ListAuditFindingsCommandOutput | ListEntityEventsCommandOutput | ListGroupingAttributeDefinitionsCommandOutput | ListInstrumentationConfigurationsCommandOutput | ListServiceDependenciesCommandOutput | ListServiceDependentsCommandOutput | ListServiceLevelObjectiveExclusionWindowsCommandOutput | ListServiceLevelObjectivesCommandOutput | ListServiceOperationsCommandOutput | ListServiceStatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutGroupingConfigurationCommandOutput | ReportInstrumentationConfigurationStatusCommandOutput | StartDiscoveryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateServiceLevelObjectiveCommandOutput;
|
|
43
50
|
/**
|
|
44
51
|
* @public
|
|
45
52
|
*/
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import type { BatchDeleteInstrumentationConfigurationsRequest, BatchDeleteInstrumentationConfigurationsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link BatchDeleteInstrumentationConfigurationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface BatchDeleteInstrumentationConfigurationsCommandInput extends BatchDeleteInstrumentationConfigurationsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link BatchDeleteInstrumentationConfigurationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface BatchDeleteInstrumentationConfigurationsCommandOutput extends BatchDeleteInstrumentationConfigurationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const BatchDeleteInstrumentationConfigurationsCommand_base: {
|
|
25
|
+
new (input: BatchDeleteInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteInstrumentationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteInstrumentationConfigurationsCommandInput, BatchDeleteInstrumentationConfigurationsCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Deletes multiple instrumentation configurations in a single request.
|
|
33
|
+
* Supports two mutually exclusive selection methods:
|
|
34
|
+
* - By scope: Delete all configurations matching a Service + Environment + InstrumentationType
|
|
35
|
+
* - By ARN list: Delete specific configurations by providing a list of resource ARNs
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { ApplicationSignalsClient, BatchDeleteInstrumentationConfigurationsCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
40
|
+
* // const { ApplicationSignalsClient, BatchDeleteInstrumentationConfigurationsCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
41
|
+
* // import type { ApplicationSignalsClientConfig } from "@aws-sdk/client-application-signals";
|
|
42
|
+
* const config = {}; // type is ApplicationSignalsClientConfig
|
|
43
|
+
* const client = new ApplicationSignalsClient(config);
|
|
44
|
+
* const input = { // BatchDeleteInstrumentationConfigurationsRequest
|
|
45
|
+
* DeletionTarget: { // BatchDeleteDeletionTarget Union: only one key present
|
|
46
|
+
* Scope: { // BatchDeleteScope
|
|
47
|
+
* Service: "STRING_VALUE", // required
|
|
48
|
+
* Environment: "STRING_VALUE", // required
|
|
49
|
+
* InstrumentationType: "BREAKPOINT" || "PROBE", // required
|
|
50
|
+
* },
|
|
51
|
+
* ResourceArns: { // BatchDeleteByResourceArns
|
|
52
|
+
* ResourceArns: [ // BatchDeleteResourceArnList // required
|
|
53
|
+
* "STRING_VALUE",
|
|
54
|
+
* ],
|
|
55
|
+
* InstrumentationType: "BREAKPOINT" || "PROBE", // required
|
|
56
|
+
* },
|
|
57
|
+
* },
|
|
58
|
+
* };
|
|
59
|
+
* const command = new BatchDeleteInstrumentationConfigurationsCommand(input);
|
|
60
|
+
* const response = await client.send(command);
|
|
61
|
+
* // { // BatchDeleteInstrumentationConfigurationsResponse
|
|
62
|
+
* // DeletedCount: Number("int"), // required
|
|
63
|
+
* // SuccessfulDeletions: [ // BatchDeleteSuccessfulDeletionList // required
|
|
64
|
+
* // { // BatchDeleteSuccessfulDeletion
|
|
65
|
+
* // ResourceArn: "STRING_VALUE",
|
|
66
|
+
* // SignalType: "STRING_VALUE",
|
|
67
|
+
* // LocationHash: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // Errors: [ // BatchDeleteErrorList // required
|
|
71
|
+
* // { // BatchDeleteError
|
|
72
|
+
* // ResourceArn: "STRING_VALUE", // required
|
|
73
|
+
* // Code: "ResourceNotFoundException" || "AccessDeniedException" || "InternalServiceException", // required
|
|
74
|
+
* // Message: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* @param BatchDeleteInstrumentationConfigurationsCommandInput - {@link BatchDeleteInstrumentationConfigurationsCommandInput}
|
|
82
|
+
* @returns {@link BatchDeleteInstrumentationConfigurationsCommandOutput}
|
|
83
|
+
* @see {@link BatchDeleteInstrumentationConfigurationsCommandInput} for command's `input` shape.
|
|
84
|
+
* @see {@link BatchDeleteInstrumentationConfigurationsCommandOutput} 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
|
+
*
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export declare class BatchDeleteInstrumentationConfigurationsCommand extends BatchDeleteInstrumentationConfigurationsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: BatchDeleteInstrumentationConfigurationsRequest;
|
|
104
|
+
output: BatchDeleteInstrumentationConfigurationsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: BatchDeleteInstrumentationConfigurationsCommandInput;
|
|
108
|
+
output: BatchDeleteInstrumentationConfigurationsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import type { CreateInstrumentationConfigurationRequest, CreateInstrumentationConfigurationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateInstrumentationConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateInstrumentationConfigurationCommandInput extends CreateInstrumentationConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateInstrumentationConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateInstrumentationConfigurationCommandOutput extends CreateInstrumentationConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateInstrumentationConfigurationCommand_base: {
|
|
25
|
+
new (input: CreateInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateInstrumentationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstrumentationConfigurationCommandInput, CreateInstrumentationConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Creates a dynamic instrumentation configuration for a specific code or endpoint location within a service and environment. Configurations are immutable after creation.</p> <p>For <code>BREAKPOINT</code> type configurations, they expire after 24 hours unless a shorter expiration is provided. For <code>PROBE</code> type configurations, they persist until explicitly deleted; an expiration cannot be set for <code>PROBE</code> configurations.</p> <p>If a configuration already exists for the same service, environment, signal type, and location, this operation returns a conflict instead of overwriting it. Use attribute filters and capture settings to control where the instrumentation runs and which data is collected.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { ApplicationSignalsClient, CreateInstrumentationConfigurationCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
37
|
+
* // const { ApplicationSignalsClient, CreateInstrumentationConfigurationCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
38
|
+
* // import type { ApplicationSignalsClientConfig } from "@aws-sdk/client-application-signals";
|
|
39
|
+
* const config = {}; // type is ApplicationSignalsClientConfig
|
|
40
|
+
* const client = new ApplicationSignalsClient(config);
|
|
41
|
+
* const input = { // CreateInstrumentationConfigurationRequest
|
|
42
|
+
* InstrumentationType: "BREAKPOINT" || "PROBE", // required
|
|
43
|
+
* Service: "STRING_VALUE", // required
|
|
44
|
+
* Environment: "STRING_VALUE", // required
|
|
45
|
+
* SignalType: "SNAPSHOT", // required
|
|
46
|
+
* Location: { // Location Union: only one key present
|
|
47
|
+
* CodeLocation: { // CodeLocation
|
|
48
|
+
* Language: "Java" || "Python" || "Javascript", // required
|
|
49
|
+
* CodeUnit: "STRING_VALUE",
|
|
50
|
+
* ClassName: "STRING_VALUE",
|
|
51
|
+
* MethodName: "STRING_VALUE",
|
|
52
|
+
* FilePath: "STRING_VALUE", // required
|
|
53
|
+
* LineNumber: Number("int"),
|
|
54
|
+
* },
|
|
55
|
+
* },
|
|
56
|
+
* Description: "STRING_VALUE",
|
|
57
|
+
* ExpiresAt: new Date("TIMESTAMP"),
|
|
58
|
+
* AttributeFilters: [ // DynamicInstrumentationAttributeFilters
|
|
59
|
+
* { // DynamicInstrumentationAttributeFilterGroup
|
|
60
|
+
* "<keys>": "STRING_VALUE",
|
|
61
|
+
* },
|
|
62
|
+
* ],
|
|
63
|
+
* CaptureConfiguration: { // CaptureConfiguration Union: only one key present
|
|
64
|
+
* CodeCapture: { // CodeCaptureConfiguration
|
|
65
|
+
* CaptureArguments: [ // StringList
|
|
66
|
+
* "STRING_VALUE",
|
|
67
|
+
* ],
|
|
68
|
+
* CaptureReturn: true || false,
|
|
69
|
+
* CaptureStackTrace: true || false,
|
|
70
|
+
* CaptureLocals: [
|
|
71
|
+
* "STRING_VALUE",
|
|
72
|
+
* ],
|
|
73
|
+
* CaptureLimits: { // CaptureLimitsConfig
|
|
74
|
+
* MaxHits: Number("int"),
|
|
75
|
+
* MaxStringLength: Number("int"),
|
|
76
|
+
* MaxCollectionWidth: Number("int"),
|
|
77
|
+
* MaxCollectionDepth: Number("int"),
|
|
78
|
+
* MaxStackFrames: Number("int"),
|
|
79
|
+
* MaxStackTraceSize: Number("int"),
|
|
80
|
+
* MaxObjectDepth: Number("int"),
|
|
81
|
+
* MaxFieldsPerObject: Number("int"),
|
|
82
|
+
* },
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* Tags: [ // TagList
|
|
86
|
+
* { // Tag
|
|
87
|
+
* Key: "STRING_VALUE", // required
|
|
88
|
+
* Value: "STRING_VALUE", // required
|
|
89
|
+
* },
|
|
90
|
+
* ],
|
|
91
|
+
* };
|
|
92
|
+
* const command = new CreateInstrumentationConfigurationCommand(input);
|
|
93
|
+
* const response = await client.send(command);
|
|
94
|
+
* // { // CreateInstrumentationConfigurationResponse
|
|
95
|
+
* // InstrumentationType: "BREAKPOINT" || "PROBE", // required
|
|
96
|
+
* // Service: "STRING_VALUE", // required
|
|
97
|
+
* // Environment: "STRING_VALUE", // required
|
|
98
|
+
* // SignalType: "SNAPSHOT", // required
|
|
99
|
+
* // Location: { // Location Union: only one key present
|
|
100
|
+
* // CodeLocation: { // CodeLocation
|
|
101
|
+
* // Language: "Java" || "Python" || "Javascript", // required
|
|
102
|
+
* // CodeUnit: "STRING_VALUE",
|
|
103
|
+
* // ClassName: "STRING_VALUE",
|
|
104
|
+
* // MethodName: "STRING_VALUE",
|
|
105
|
+
* // FilePath: "STRING_VALUE", // required
|
|
106
|
+
* // LineNumber: Number("int"),
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // LocationHash: "STRING_VALUE", // required
|
|
110
|
+
* // Description: "STRING_VALUE",
|
|
111
|
+
* // ExpiresAt: new Date("TIMESTAMP"),
|
|
112
|
+
* // AttributeFilters: [ // DynamicInstrumentationAttributeFilters
|
|
113
|
+
* // { // DynamicInstrumentationAttributeFilterGroup
|
|
114
|
+
* // "<keys>": "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // CaptureConfiguration: { // CaptureConfiguration Union: only one key present
|
|
118
|
+
* // CodeCapture: { // CodeCaptureConfiguration
|
|
119
|
+
* // CaptureArguments: [ // StringList
|
|
120
|
+
* // "STRING_VALUE",
|
|
121
|
+
* // ],
|
|
122
|
+
* // CaptureReturn: true || false,
|
|
123
|
+
* // CaptureStackTrace: true || false,
|
|
124
|
+
* // CaptureLocals: [
|
|
125
|
+
* // "STRING_VALUE",
|
|
126
|
+
* // ],
|
|
127
|
+
* // CaptureLimits: { // CaptureLimitsConfig
|
|
128
|
+
* // MaxHits: Number("int"),
|
|
129
|
+
* // MaxStringLength: Number("int"),
|
|
130
|
+
* // MaxCollectionWidth: Number("int"),
|
|
131
|
+
* // MaxCollectionDepth: Number("int"),
|
|
132
|
+
* // MaxStackFrames: Number("int"),
|
|
133
|
+
* // MaxStackTraceSize: Number("int"),
|
|
134
|
+
* // MaxObjectDepth: Number("int"),
|
|
135
|
+
* // MaxFieldsPerObject: Number("int"),
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
138
|
+
* // },
|
|
139
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
140
|
+
* // ARN: "STRING_VALUE", // required
|
|
141
|
+
* // };
|
|
142
|
+
*
|
|
143
|
+
* ```
|
|
144
|
+
*
|
|
145
|
+
* @param CreateInstrumentationConfigurationCommandInput - {@link CreateInstrumentationConfigurationCommandInput}
|
|
146
|
+
* @returns {@link CreateInstrumentationConfigurationCommandOutput}
|
|
147
|
+
* @see {@link CreateInstrumentationConfigurationCommandInput} for command's `input` shape.
|
|
148
|
+
* @see {@link CreateInstrumentationConfigurationCommandOutput} for command's `response` shape.
|
|
149
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
150
|
+
*
|
|
151
|
+
* @throws {@link ConflictException} (client fault)
|
|
152
|
+
* <p>This operation attempted to create a resource that already exists.</p>
|
|
153
|
+
*
|
|
154
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
155
|
+
* <p>This request exceeds a service quota.</p>
|
|
156
|
+
*
|
|
157
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
158
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
159
|
+
*
|
|
160
|
+
* @throws {@link ValidationException} (client fault)
|
|
161
|
+
* <p>The resource is not valid.</p>
|
|
162
|
+
*
|
|
163
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
164
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
165
|
+
*
|
|
166
|
+
*
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export declare class CreateInstrumentationConfigurationCommand extends CreateInstrumentationConfigurationCommand_base {
|
|
170
|
+
/** @internal type navigation helper, not in runtime. */
|
|
171
|
+
protected static __types: {
|
|
172
|
+
api: {
|
|
173
|
+
input: CreateInstrumentationConfigurationRequest;
|
|
174
|
+
output: CreateInstrumentationConfigurationResponse;
|
|
175
|
+
};
|
|
176
|
+
sdk: {
|
|
177
|
+
input: CreateInstrumentationConfigurationCommandInput;
|
|
178
|
+
output: CreateInstrumentationConfigurationCommandOutput;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
|
|
4
|
+
import type { DeleteInstrumentationConfigurationRequest, DeleteInstrumentationConfigurationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteInstrumentationConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteInstrumentationConfigurationCommandInput extends DeleteInstrumentationConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteInstrumentationConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteInstrumentationConfigurationCommandOutput extends DeleteInstrumentationConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
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
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Deletes the specified instrumentation configuration. SDKs remove the instrumentation during their next sync after the configuration is deleted or expires.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { ApplicationSignalsClient, DeleteInstrumentationConfigurationCommand } from "@aws-sdk/client-application-signals"; // ES Modules import
|
|
37
|
+
* // const { ApplicationSignalsClient, DeleteInstrumentationConfigurationCommand } = require("@aws-sdk/client-application-signals"); // CommonJS import
|
|
38
|
+
* // import type { ApplicationSignalsClientConfig } from "@aws-sdk/client-application-signals";
|
|
39
|
+
* const config = {}; // type is ApplicationSignalsClientConfig
|
|
40
|
+
* const client = new ApplicationSignalsClient(config);
|
|
41
|
+
* const input = { // DeleteInstrumentationConfigurationRequest
|
|
42
|
+
* InstrumentationType: "BREAKPOINT" || "PROBE", // required
|
|
43
|
+
* Service: "STRING_VALUE", // required
|
|
44
|
+
* Environment: "STRING_VALUE", // required
|
|
45
|
+
* SignalType: "SNAPSHOT", // required
|
|
46
|
+
* LocationIdentifier: { // LocationIdentifier Union: only one key present
|
|
47
|
+
* CodeLocation: { // CodeLocation
|
|
48
|
+
* Language: "Java" || "Python" || "Javascript", // required
|
|
49
|
+
* CodeUnit: "STRING_VALUE",
|
|
50
|
+
* ClassName: "STRING_VALUE",
|
|
51
|
+
* MethodName: "STRING_VALUE",
|
|
52
|
+
* FilePath: "STRING_VALUE", // required
|
|
53
|
+
* LineNumber: Number("int"),
|
|
54
|
+
* },
|
|
55
|
+
* LocationHash: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* };
|
|
58
|
+
* const command = new DeleteInstrumentationConfigurationCommand(input);
|
|
59
|
+
* const response = await client.send(command);
|
|
60
|
+
* // { // DeleteInstrumentationConfigurationResponse
|
|
61
|
+
* // DeletionStatus: "DELETED", // required
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param DeleteInstrumentationConfigurationCommandInput - {@link DeleteInstrumentationConfigurationCommandInput}
|
|
67
|
+
* @returns {@link DeleteInstrumentationConfigurationCommandOutput}
|
|
68
|
+
* @see {@link DeleteInstrumentationConfigurationCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link DeleteInstrumentationConfigurationCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link ApplicationSignalsClientResolvedConfig | config} for ApplicationSignalsClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>Resource not found.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
+
* <p>The request was throttled because of quota limits.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ValidationException} (client fault)
|
|
79
|
+
* <p>The resource is not valid.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ApplicationSignalsServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from ApplicationSignals service.</p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export declare class DeleteInstrumentationConfigurationCommand extends DeleteInstrumentationConfigurationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteInstrumentationConfigurationRequest;
|
|
92
|
+
output: DeleteInstrumentationConfigurationResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteInstrumentationConfigurationCommandInput;
|
|
96
|
+
output: DeleteInstrumentationConfigurationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
}
|