@aws-sdk/client-application-signals 3.899.0 → 3.900.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.
Files changed (50) hide show
  1. package/README.md +41 -19
  2. package/dist-cjs/index.js +373 -0
  3. package/dist-es/ApplicationSignals.js +10 -0
  4. package/dist-es/commands/DeleteGroupingConfigurationCommand.js +22 -0
  5. package/dist-es/commands/ListAuditFindingsCommand.js +22 -0
  6. package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +22 -0
  7. package/dist-es/commands/ListServiceStatesCommand.js +22 -0
  8. package/dist-es/commands/PutGroupingConfigurationCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +26 -0
  11. package/dist-es/pagination/ListServiceStatesPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_restJson1.js +250 -0
  14. package/dist-types/ApplicationSignals.d.ts +38 -19
  15. package/dist-types/ApplicationSignalsClient.d.ts +8 -21
  16. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +1 -11
  17. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +2 -90
  18. package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +79 -0
  19. package/dist-types/commands/GetServiceCommand.d.ts +8 -0
  20. package/dist-types/commands/ListAuditFindingsCommand.d.ts +181 -0
  21. package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +93 -0
  22. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +1 -4
  23. package/dist-types/commands/ListServiceDependentsCommand.d.ts +1 -2
  24. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +2 -2
  25. package/dist-types/commands/ListServiceOperationsCommand.d.ts +1 -2
  26. package/dist-types/commands/ListServiceStatesCommand.d.ts +124 -0
  27. package/dist-types/commands/ListServicesCommand.d.ts +9 -3
  28. package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +102 -0
  29. package/dist-types/commands/StartDiscoveryCommand.d.ts +1 -44
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -10
  31. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +2 -4
  32. package/dist-types/commands/index.d.ts +5 -0
  33. package/dist-types/index.d.ts +1 -19
  34. package/dist-types/models/models_0.d.ts +812 -1114
  35. package/dist-types/pagination/ListServiceStatesPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +1 -0
  37. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  38. package/dist-types/ts3.4/ApplicationSignals.d.ts +87 -0
  39. package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +30 -0
  40. package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +47 -0
  41. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +193 -1
  47. package/dist-types/ts3.4/pagination/ListServiceStatesPaginator.d.ts +11 -0
  48. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  50. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceStatesCommandInput, ListServiceStatesCommandOutput } from "../commands/ListServiceStatesCommand";
3
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceStates: (config: ApplicationSignalsPaginationConfiguration, input: ListServiceStatesCommandInput, ...rest: any[]) => Paginator<ListServiceStatesCommandOutput>;
@@ -4,4 +4,5 @@ export * from "./ListServiceDependentsPaginator";
4
4
  export * from "./ListServiceLevelObjectiveExclusionWindowsPaginator";
5
5
  export * from "./ListServiceLevelObjectivesPaginator";
6
6
  export * from "./ListServiceOperationsPaginator";
7
+ export * from "./ListServiceStatesPaginator";
7
8
  export * from "./ListServicesPaginator";
@@ -3,16 +3,21 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput } from "../commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
4
4
  import { BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput } from "../commands/BatchUpdateExclusionWindowsCommand";
5
5
  import { CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput } from "../commands/CreateServiceLevelObjectiveCommand";
6
+ import { DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput } from "../commands/DeleteGroupingConfigurationCommand";
6
7
  import { DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput } from "../commands/DeleteServiceLevelObjectiveCommand";
7
8
  import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
8
9
  import { GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput } from "../commands/GetServiceLevelObjectiveCommand";
10
+ import { ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput } from "../commands/ListAuditFindingsCommand";
11
+ import { ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput } from "../commands/ListGroupingAttributeDefinitionsCommand";
9
12
  import { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "../commands/ListServiceDependenciesCommand";
10
13
  import { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "../commands/ListServiceDependentsCommand";
11
14
  import { ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput } from "../commands/ListServiceLevelObjectiveExclusionWindowsCommand";
12
15
  import { ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput } from "../commands/ListServiceLevelObjectivesCommand";
13
16
  import { ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput } from "../commands/ListServiceOperationsCommand";
14
17
  import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
18
+ import { ListServiceStatesCommandInput, ListServiceStatesCommandOutput } from "../commands/ListServiceStatesCommand";
15
19
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
20
+ import { PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput } from "../commands/PutGroupingConfigurationCommand";
16
21
  import { StartDiscoveryCommandInput, StartDiscoveryCommandOutput } from "../commands/StartDiscoveryCommand";
17
22
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
18
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
@@ -29,6 +34,10 @@ export declare const se_BatchUpdateExclusionWindowsCommand: (input: BatchUpdateE
29
34
  * serializeAws_restJson1CreateServiceLevelObjectiveCommand
30
35
  */
31
36
  export declare const se_CreateServiceLevelObjectiveCommand: (input: CreateServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1DeleteGroupingConfigurationCommand
39
+ */
40
+ export declare const se_DeleteGroupingConfigurationCommand: (input: DeleteGroupingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
41
  /**
33
42
  * serializeAws_restJson1DeleteServiceLevelObjectiveCommand
34
43
  */
@@ -41,6 +50,14 @@ export declare const se_GetServiceCommand: (input: GetServiceCommandInput, conte
41
50
  * serializeAws_restJson1GetServiceLevelObjectiveCommand
42
51
  */
43
52
  export declare const se_GetServiceLevelObjectiveCommand: (input: GetServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1ListAuditFindingsCommand
55
+ */
56
+ export declare const se_ListAuditFindingsCommand: (input: ListAuditFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1ListGroupingAttributeDefinitionsCommand
59
+ */
60
+ export declare const se_ListGroupingAttributeDefinitionsCommand: (input: ListGroupingAttributeDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
61
  /**
45
62
  * serializeAws_restJson1ListServiceDependenciesCommand
46
63
  */
@@ -65,10 +82,18 @@ export declare const se_ListServiceOperationsCommand: (input: ListServiceOperati
65
82
  * serializeAws_restJson1ListServicesCommand
66
83
  */
67
84
  export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1ListServiceStatesCommand
87
+ */
88
+ export declare const se_ListServiceStatesCommand: (input: ListServiceStatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
89
  /**
69
90
  * serializeAws_restJson1ListTagsForResourceCommand
70
91
  */
71
92
  export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1PutGroupingConfigurationCommand
95
+ */
96
+ export declare const se_PutGroupingConfigurationCommand: (input: PutGroupingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
97
  /**
73
98
  * serializeAws_restJson1StartDiscoveryCommand
74
99
  */
@@ -97,6 +122,10 @@ export declare const de_BatchUpdateExclusionWindowsCommand: (output: __HttpRespo
97
122
  * deserializeAws_restJson1CreateServiceLevelObjectiveCommand
98
123
  */
99
124
  export declare const de_CreateServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceLevelObjectiveCommandOutput>;
125
+ /**
126
+ * deserializeAws_restJson1DeleteGroupingConfigurationCommand
127
+ */
128
+ export declare const de_DeleteGroupingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupingConfigurationCommandOutput>;
100
129
  /**
101
130
  * deserializeAws_restJson1DeleteServiceLevelObjectiveCommand
102
131
  */
@@ -109,6 +138,14 @@ export declare const de_GetServiceCommand: (output: __HttpResponse, context: __S
109
138
  * deserializeAws_restJson1GetServiceLevelObjectiveCommand
110
139
  */
111
140
  export declare const de_GetServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLevelObjectiveCommandOutput>;
141
+ /**
142
+ * deserializeAws_restJson1ListAuditFindingsCommand
143
+ */
144
+ export declare const de_ListAuditFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAuditFindingsCommandOutput>;
145
+ /**
146
+ * deserializeAws_restJson1ListGroupingAttributeDefinitionsCommand
147
+ */
148
+ export declare const de_ListGroupingAttributeDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupingAttributeDefinitionsCommandOutput>;
112
149
  /**
113
150
  * deserializeAws_restJson1ListServiceDependenciesCommand
114
151
  */
@@ -133,10 +170,18 @@ export declare const de_ListServiceOperationsCommand: (output: __HttpResponse, c
133
170
  * deserializeAws_restJson1ListServicesCommand
134
171
  */
135
172
  export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
173
+ /**
174
+ * deserializeAws_restJson1ListServiceStatesCommand
175
+ */
176
+ export declare const de_ListServiceStatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceStatesCommandOutput>;
136
177
  /**
137
178
  * deserializeAws_restJson1ListTagsForResourceCommand
138
179
  */
139
180
  export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1PutGroupingConfigurationCommand
183
+ */
184
+ export declare const de_PutGroupingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupingConfigurationCommandOutput>;
140
185
  /**
141
186
  * deserializeAws_restJson1StartDiscoveryCommand
142
187
  */
@@ -12,6 +12,10 @@ import {
12
12
  CreateServiceLevelObjectiveCommandInput,
13
13
  CreateServiceLevelObjectiveCommandOutput,
14
14
  } from "./commands/CreateServiceLevelObjectiveCommand";
15
+ import {
16
+ DeleteGroupingConfigurationCommandInput,
17
+ DeleteGroupingConfigurationCommandOutput,
18
+ } from "./commands/DeleteGroupingConfigurationCommand";
15
19
  import {
16
20
  DeleteServiceLevelObjectiveCommandInput,
17
21
  DeleteServiceLevelObjectiveCommandOutput,
@@ -24,6 +28,14 @@ import {
24
28
  GetServiceLevelObjectiveCommandInput,
25
29
  GetServiceLevelObjectiveCommandOutput,
26
30
  } from "./commands/GetServiceLevelObjectiveCommand";
31
+ import {
32
+ ListAuditFindingsCommandInput,
33
+ ListAuditFindingsCommandOutput,
34
+ } from "./commands/ListAuditFindingsCommand";
35
+ import {
36
+ ListGroupingAttributeDefinitionsCommandInput,
37
+ ListGroupingAttributeDefinitionsCommandOutput,
38
+ } from "./commands/ListGroupingAttributeDefinitionsCommand";
27
39
  import {
28
40
  ListServiceDependenciesCommandInput,
29
41
  ListServiceDependenciesCommandOutput,
@@ -48,10 +60,18 @@ import {
48
60
  ListServicesCommandInput,
49
61
  ListServicesCommandOutput,
50
62
  } from "./commands/ListServicesCommand";
63
+ import {
64
+ ListServiceStatesCommandInput,
65
+ ListServiceStatesCommandOutput,
66
+ } from "./commands/ListServiceStatesCommand";
51
67
  import {
52
68
  ListTagsForResourceCommandInput,
53
69
  ListTagsForResourceCommandOutput,
54
70
  } from "./commands/ListTagsForResourceCommand";
71
+ import {
72
+ PutGroupingConfigurationCommandInput,
73
+ PutGroupingConfigurationCommandOutput,
74
+ } from "./commands/PutGroupingConfigurationCommand";
55
75
  import {
56
76
  StartDiscoveryCommandInput,
57
77
  StartDiscoveryCommandOutput,
@@ -114,6 +134,20 @@ export interface ApplicationSignals {
114
134
  options: __HttpHandlerOptions,
115
135
  cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void
116
136
  ): void;
137
+ deleteGroupingConfiguration(): Promise<DeleteGroupingConfigurationCommandOutput>;
138
+ deleteGroupingConfiguration(
139
+ args: DeleteGroupingConfigurationCommandInput,
140
+ options?: __HttpHandlerOptions
141
+ ): Promise<DeleteGroupingConfigurationCommandOutput>;
142
+ deleteGroupingConfiguration(
143
+ args: DeleteGroupingConfigurationCommandInput,
144
+ cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void
145
+ ): void;
146
+ deleteGroupingConfiguration(
147
+ args: DeleteGroupingConfigurationCommandInput,
148
+ options: __HttpHandlerOptions,
149
+ cb: (err: any, data?: DeleteGroupingConfigurationCommandOutput) => void
150
+ ): void;
117
151
  deleteServiceLevelObjective(
118
152
  args: DeleteServiceLevelObjectiveCommandInput,
119
153
  options?: __HttpHandlerOptions
@@ -153,6 +187,33 @@ export interface ApplicationSignals {
153
187
  options: __HttpHandlerOptions,
154
188
  cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void
155
189
  ): void;
190
+ listAuditFindings(
191
+ args: ListAuditFindingsCommandInput,
192
+ options?: __HttpHandlerOptions
193
+ ): Promise<ListAuditFindingsCommandOutput>;
194
+ listAuditFindings(
195
+ args: ListAuditFindingsCommandInput,
196
+ cb: (err: any, data?: ListAuditFindingsCommandOutput) => void
197
+ ): void;
198
+ listAuditFindings(
199
+ args: ListAuditFindingsCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (err: any, data?: ListAuditFindingsCommandOutput) => void
202
+ ): void;
203
+ listGroupingAttributeDefinitions(): Promise<ListGroupingAttributeDefinitionsCommandOutput>;
204
+ listGroupingAttributeDefinitions(
205
+ args: ListGroupingAttributeDefinitionsCommandInput,
206
+ options?: __HttpHandlerOptions
207
+ ): Promise<ListGroupingAttributeDefinitionsCommandOutput>;
208
+ listGroupingAttributeDefinitions(
209
+ args: ListGroupingAttributeDefinitionsCommandInput,
210
+ cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void
211
+ ): void;
212
+ listGroupingAttributeDefinitions(
213
+ args: ListGroupingAttributeDefinitionsCommandInput,
214
+ options: __HttpHandlerOptions,
215
+ cb: (err: any, data?: ListGroupingAttributeDefinitionsCommandOutput) => void
216
+ ): void;
156
217
  listServiceDependencies(
157
218
  args: ListServiceDependenciesCommandInput,
158
219
  options?: __HttpHandlerOptions
@@ -238,6 +299,19 @@ export interface ApplicationSignals {
238
299
  options: __HttpHandlerOptions,
239
300
  cb: (err: any, data?: ListServicesCommandOutput) => void
240
301
  ): void;
302
+ listServiceStates(
303
+ args: ListServiceStatesCommandInput,
304
+ options?: __HttpHandlerOptions
305
+ ): Promise<ListServiceStatesCommandOutput>;
306
+ listServiceStates(
307
+ args: ListServiceStatesCommandInput,
308
+ cb: (err: any, data?: ListServiceStatesCommandOutput) => void
309
+ ): void;
310
+ listServiceStates(
311
+ args: ListServiceStatesCommandInput,
312
+ options: __HttpHandlerOptions,
313
+ cb: (err: any, data?: ListServiceStatesCommandOutput) => void
314
+ ): void;
241
315
  listTagsForResource(
242
316
  args: ListTagsForResourceCommandInput,
243
317
  options?: __HttpHandlerOptions
@@ -251,6 +325,19 @@ export interface ApplicationSignals {
251
325
  options: __HttpHandlerOptions,
252
326
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
253
327
  ): void;
328
+ putGroupingConfiguration(
329
+ args: PutGroupingConfigurationCommandInput,
330
+ options?: __HttpHandlerOptions
331
+ ): Promise<PutGroupingConfigurationCommandOutput>;
332
+ putGroupingConfiguration(
333
+ args: PutGroupingConfigurationCommandInput,
334
+ cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void
335
+ ): void;
336
+ putGroupingConfiguration(
337
+ args: PutGroupingConfigurationCommandInput,
338
+ options: __HttpHandlerOptions,
339
+ cb: (err: any, data?: PutGroupingConfigurationCommandOutput) => void
340
+ ): void;
254
341
  startDiscovery(): Promise<StartDiscoveryCommandOutput>;
255
342
  startDiscovery(
256
343
  args: StartDiscoveryCommandInput,
@@ -57,6 +57,10 @@ import {
57
57
  CreateServiceLevelObjectiveCommandInput,
58
58
  CreateServiceLevelObjectiveCommandOutput,
59
59
  } from "./commands/CreateServiceLevelObjectiveCommand";
60
+ import {
61
+ DeleteGroupingConfigurationCommandInput,
62
+ DeleteGroupingConfigurationCommandOutput,
63
+ } from "./commands/DeleteGroupingConfigurationCommand";
60
64
  import {
61
65
  DeleteServiceLevelObjectiveCommandInput,
62
66
  DeleteServiceLevelObjectiveCommandOutput,
@@ -69,6 +73,14 @@ import {
69
73
  GetServiceLevelObjectiveCommandInput,
70
74
  GetServiceLevelObjectiveCommandOutput,
71
75
  } from "./commands/GetServiceLevelObjectiveCommand";
76
+ import {
77
+ ListAuditFindingsCommandInput,
78
+ ListAuditFindingsCommandOutput,
79
+ } from "./commands/ListAuditFindingsCommand";
80
+ import {
81
+ ListGroupingAttributeDefinitionsCommandInput,
82
+ ListGroupingAttributeDefinitionsCommandOutput,
83
+ } from "./commands/ListGroupingAttributeDefinitionsCommand";
72
84
  import {
73
85
  ListServiceDependenciesCommandInput,
74
86
  ListServiceDependenciesCommandOutput,
@@ -93,10 +105,18 @@ import {
93
105
  ListServicesCommandInput,
94
106
  ListServicesCommandOutput,
95
107
  } from "./commands/ListServicesCommand";
108
+ import {
109
+ ListServiceStatesCommandInput,
110
+ ListServiceStatesCommandOutput,
111
+ } from "./commands/ListServiceStatesCommand";
96
112
  import {
97
113
  ListTagsForResourceCommandInput,
98
114
  ListTagsForResourceCommandOutput,
99
115
  } from "./commands/ListTagsForResourceCommand";
116
+ import {
117
+ PutGroupingConfigurationCommandInput,
118
+ PutGroupingConfigurationCommandOutput,
119
+ } from "./commands/PutGroupingConfigurationCommand";
100
120
  import {
101
121
  StartDiscoveryCommandInput,
102
122
  StartDiscoveryCommandOutput,
@@ -124,16 +144,21 @@ export type ServiceInputTypes =
124
144
  | BatchGetServiceLevelObjectiveBudgetReportCommandInput
125
145
  | BatchUpdateExclusionWindowsCommandInput
126
146
  | CreateServiceLevelObjectiveCommandInput
147
+ | DeleteGroupingConfigurationCommandInput
127
148
  | DeleteServiceLevelObjectiveCommandInput
128
149
  | GetServiceCommandInput
129
150
  | GetServiceLevelObjectiveCommandInput
151
+ | ListAuditFindingsCommandInput
152
+ | ListGroupingAttributeDefinitionsCommandInput
130
153
  | ListServiceDependenciesCommandInput
131
154
  | ListServiceDependentsCommandInput
132
155
  | ListServiceLevelObjectiveExclusionWindowsCommandInput
133
156
  | ListServiceLevelObjectivesCommandInput
134
157
  | ListServiceOperationsCommandInput
158
+ | ListServiceStatesCommandInput
135
159
  | ListServicesCommandInput
136
160
  | ListTagsForResourceCommandInput
161
+ | PutGroupingConfigurationCommandInput
137
162
  | StartDiscoveryCommandInput
138
163
  | TagResourceCommandInput
139
164
  | UntagResourceCommandInput
@@ -142,16 +167,21 @@ export type ServiceOutputTypes =
142
167
  | BatchGetServiceLevelObjectiveBudgetReportCommandOutput
143
168
  | BatchUpdateExclusionWindowsCommandOutput
144
169
  | CreateServiceLevelObjectiveCommandOutput
170
+ | DeleteGroupingConfigurationCommandOutput
145
171
  | DeleteServiceLevelObjectiveCommandOutput
146
172
  | GetServiceCommandOutput
147
173
  | GetServiceLevelObjectiveCommandOutput
174
+ | ListAuditFindingsCommandOutput
175
+ | ListGroupingAttributeDefinitionsCommandOutput
148
176
  | ListServiceDependenciesCommandOutput
149
177
  | ListServiceDependentsCommandOutput
150
178
  | ListServiceLevelObjectiveExclusionWindowsCommandOutput
151
179
  | ListServiceLevelObjectivesCommandOutput
152
180
  | ListServiceOperationsCommandOutput
181
+ | ListServiceStatesCommandOutput
153
182
  | ListServicesCommandOutput
154
183
  | ListTagsForResourceCommandOutput
184
+ | PutGroupingConfigurationCommandOutput
155
185
  | StartDiscoveryCommandOutput
156
186
  | TagResourceCommandOutput
157
187
  | UntagResourceCommandOutput
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ApplicationSignalsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ApplicationSignalsClient";
8
+ import { DeleteGroupingConfigurationOutput } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteGroupingConfigurationCommandInput {}
12
+ export interface DeleteGroupingConfigurationCommandOutput
13
+ extends DeleteGroupingConfigurationOutput,
14
+ __MetadataBearer {}
15
+ declare const DeleteGroupingConfigurationCommand_base: {
16
+ new (
17
+ input: DeleteGroupingConfigurationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteGroupingConfigurationCommandInput,
20
+ DeleteGroupingConfigurationCommandOutput,
21
+ ApplicationSignalsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [DeleteGroupingConfigurationCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteGroupingConfigurationCommandInput,
29
+ DeleteGroupingConfigurationCommandOutput,
30
+ ApplicationSignalsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteGroupingConfigurationCommand extends DeleteGroupingConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteGroupingConfigurationCommandInput;
44
+ output: DeleteGroupingConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ApplicationSignalsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ApplicationSignalsClient";
8
+ import {
9
+ ListAuditFindingsInput,
10
+ ListAuditFindingsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAuditFindingsCommandInput extends ListAuditFindingsInput {}
15
+ export interface ListAuditFindingsCommandOutput
16
+ extends ListAuditFindingsOutput,
17
+ __MetadataBearer {}
18
+ declare const ListAuditFindingsCommand_base: {
19
+ new (
20
+ input: ListAuditFindingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAuditFindingsCommandInput,
23
+ ListAuditFindingsCommandOutput,
24
+ ApplicationSignalsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: ListAuditFindingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAuditFindingsCommandInput,
32
+ ListAuditFindingsCommandOutput,
33
+ ApplicationSignalsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListAuditFindingsCommand extends ListAuditFindingsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAuditFindingsInput;
43
+ output: ListAuditFindingsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListAuditFindingsCommandInput;
47
+ output: ListAuditFindingsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ApplicationSignalsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ApplicationSignalsClient";
8
+ import {
9
+ ListGroupingAttributeDefinitionsInput,
10
+ ListGroupingAttributeDefinitionsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListGroupingAttributeDefinitionsCommandInput
15
+ extends ListGroupingAttributeDefinitionsInput {}
16
+ export interface ListGroupingAttributeDefinitionsCommandOutput
17
+ extends ListGroupingAttributeDefinitionsOutput,
18
+ __MetadataBearer {}
19
+ declare const ListGroupingAttributeDefinitionsCommand_base: {
20
+ new (
21
+ input: ListGroupingAttributeDefinitionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListGroupingAttributeDefinitionsCommandInput,
24
+ ListGroupingAttributeDefinitionsCommandOutput,
25
+ ApplicationSignalsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListGroupingAttributeDefinitionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListGroupingAttributeDefinitionsCommandInput,
33
+ ListGroupingAttributeDefinitionsCommandOutput,
34
+ ApplicationSignalsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListGroupingAttributeDefinitionsCommand extends ListGroupingAttributeDefinitionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListGroupingAttributeDefinitionsInput;
44
+ output: ListGroupingAttributeDefinitionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListGroupingAttributeDefinitionsCommandInput;
48
+ output: ListGroupingAttributeDefinitionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ApplicationSignalsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ApplicationSignalsClient";
8
+ import {
9
+ ListServiceStatesInput,
10
+ ListServiceStatesOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListServiceStatesCommandInput extends ListServiceStatesInput {}
15
+ export interface ListServiceStatesCommandOutput
16
+ extends ListServiceStatesOutput,
17
+ __MetadataBearer {}
18
+ declare const ListServiceStatesCommand_base: {
19
+ new (
20
+ input: ListServiceStatesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListServiceStatesCommandInput,
23
+ ListServiceStatesCommandOutput,
24
+ ApplicationSignalsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: ListServiceStatesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListServiceStatesCommandInput,
32
+ ListServiceStatesCommandOutput,
33
+ ApplicationSignalsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListServiceStatesCommand extends ListServiceStatesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListServiceStatesInput;
43
+ output: ListServiceStatesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListServiceStatesCommandInput;
47
+ output: ListServiceStatesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ApplicationSignalsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ApplicationSignalsClient";
8
+ import {
9
+ PutGroupingConfigurationInput,
10
+ PutGroupingConfigurationOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface PutGroupingConfigurationCommandInput
15
+ extends PutGroupingConfigurationInput {}
16
+ export interface PutGroupingConfigurationCommandOutput
17
+ extends PutGroupingConfigurationOutput,
18
+ __MetadataBearer {}
19
+ declare const PutGroupingConfigurationCommand_base: {
20
+ new (
21
+ input: PutGroupingConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ PutGroupingConfigurationCommandInput,
24
+ PutGroupingConfigurationCommandOutput,
25
+ ApplicationSignalsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: PutGroupingConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ PutGroupingConfigurationCommandInput,
33
+ PutGroupingConfigurationCommandOutput,
34
+ ApplicationSignalsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class PutGroupingConfigurationCommand extends PutGroupingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutGroupingConfigurationInput;
44
+ output: PutGroupingConfigurationOutput;
45
+ };
46
+ sdk: {
47
+ input: PutGroupingConfigurationCommandInput;
48
+ output: PutGroupingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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";