@aws-sdk/client-application-signals 3.928.0 → 3.929.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 (43) hide show
  1. package/dist-cjs/index.js +1416 -1212
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ApplicationSignalsClient.js +2 -0
  4. package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +3 -9
  5. package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +3 -9
  6. package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +3 -9
  7. package/dist-es/commands/DeleteGroupingConfigurationCommand.js +3 -9
  8. package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +3 -9
  9. package/dist-es/commands/GetServiceCommand.js +3 -9
  10. package/dist-es/commands/GetServiceLevelObjectiveCommand.js +3 -9
  11. package/dist-es/commands/ListAuditFindingsCommand.js +3 -9
  12. package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +3 -9
  13. package/dist-es/commands/ListServiceDependenciesCommand.js +3 -9
  14. package/dist-es/commands/ListServiceDependentsCommand.js +3 -9
  15. package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +3 -9
  16. package/dist-es/commands/ListServiceLevelObjectivesCommand.js +3 -9
  17. package/dist-es/commands/ListServiceOperationsCommand.js +3 -9
  18. package/dist-es/commands/ListServiceStatesCommand.js +3 -9
  19. package/dist-es/commands/ListServicesCommand.js +3 -9
  20. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  21. package/dist-es/commands/PutGroupingConfigurationCommand.js +3 -9
  22. package/dist-es/commands/StartDiscoveryCommand.js +3 -9
  23. package/dist-es/commands/TagResourceCommand.js +3 -9
  24. package/dist-es/commands/UntagResourceCommand.js +3 -9
  25. package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +3 -9
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-es/schemas/schemas_0.js +1371 -0
  28. package/dist-types/ApplicationSignalsClient.d.ts +10 -1
  29. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  30. package/dist-types/runtimeConfig.d.ts +1 -0
  31. package/dist-types/runtimeConfig.native.d.ts +1 -0
  32. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +160 -0
  34. package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +165 -0
  40. package/package.json +2 -2
  41. package/dist-es/protocols/Aws_restJson1.js +0 -1050
  42. package/dist-types/protocols/Aws_restJson1.d.ts +0 -200
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -269
@@ -1,200 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput } from "../commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
4
- import { BatchUpdateExclusionWindowsCommandInput, BatchUpdateExclusionWindowsCommandOutput } from "../commands/BatchUpdateExclusionWindowsCommand";
5
- import { CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput } from "../commands/CreateServiceLevelObjectiveCommand";
6
- import { DeleteGroupingConfigurationCommandInput, DeleteGroupingConfigurationCommandOutput } from "../commands/DeleteGroupingConfigurationCommand";
7
- import { DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput } from "../commands/DeleteServiceLevelObjectiveCommand";
8
- import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
9
- import { GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput } from "../commands/GetServiceLevelObjectiveCommand";
10
- import { ListAuditFindingsCommandInput, ListAuditFindingsCommandOutput } from "../commands/ListAuditFindingsCommand";
11
- import { ListGroupingAttributeDefinitionsCommandInput, ListGroupingAttributeDefinitionsCommandOutput } from "../commands/ListGroupingAttributeDefinitionsCommand";
12
- import { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "../commands/ListServiceDependenciesCommand";
13
- import { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "../commands/ListServiceDependentsCommand";
14
- import { ListServiceLevelObjectiveExclusionWindowsCommandInput, ListServiceLevelObjectiveExclusionWindowsCommandOutput } from "../commands/ListServiceLevelObjectiveExclusionWindowsCommand";
15
- import { ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput } from "../commands/ListServiceLevelObjectivesCommand";
16
- import { ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput } from "../commands/ListServiceOperationsCommand";
17
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
18
- import { ListServiceStatesCommandInput, ListServiceStatesCommandOutput } from "../commands/ListServiceStatesCommand";
19
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
20
- import { PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput } from "../commands/PutGroupingConfigurationCommand";
21
- import { StartDiscoveryCommandInput, StartDiscoveryCommandOutput } from "../commands/StartDiscoveryCommand";
22
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
23
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
24
- import { UpdateServiceLevelObjectiveCommandInput, UpdateServiceLevelObjectiveCommandOutput } from "../commands/UpdateServiceLevelObjectiveCommand";
25
- /**
26
- * serializeAws_restJson1BatchGetServiceLevelObjectiveBudgetReportCommand
27
- */
28
- export declare const se_BatchGetServiceLevelObjectiveBudgetReportCommand: (input: BatchGetServiceLevelObjectiveBudgetReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1BatchUpdateExclusionWindowsCommand
31
- */
32
- export declare const se_BatchUpdateExclusionWindowsCommand: (input: BatchUpdateExclusionWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_restJson1CreateServiceLevelObjectiveCommand
35
- */
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>;
41
- /**
42
- * serializeAws_restJson1DeleteServiceLevelObjectiveCommand
43
- */
44
- export declare const se_DeleteServiceLevelObjectiveCommand: (input: DeleteServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1GetServiceCommand
47
- */
48
- export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1GetServiceLevelObjectiveCommand
51
- */
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>;
61
- /**
62
- * serializeAws_restJson1ListServiceDependenciesCommand
63
- */
64
- export declare const se_ListServiceDependenciesCommand: (input: ListServiceDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1ListServiceDependentsCommand
67
- */
68
- export declare const se_ListServiceDependentsCommand: (input: ListServiceDependentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1ListServiceLevelObjectiveExclusionWindowsCommand
71
- */
72
- export declare const se_ListServiceLevelObjectiveExclusionWindowsCommand: (input: ListServiceLevelObjectiveExclusionWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1ListServiceLevelObjectivesCommand
75
- */
76
- export declare const se_ListServiceLevelObjectivesCommand: (input: ListServiceLevelObjectivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1ListServiceOperationsCommand
79
- */
80
- export declare const se_ListServiceOperationsCommand: (input: ListServiceOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1ListServicesCommand
83
- */
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>;
89
- /**
90
- * serializeAws_restJson1ListTagsForResourceCommand
91
- */
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>;
97
- /**
98
- * serializeAws_restJson1StartDiscoveryCommand
99
- */
100
- export declare const se_StartDiscoveryCommand: (input: StartDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1TagResourceCommand
103
- */
104
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1UntagResourceCommand
107
- */
108
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1UpdateServiceLevelObjectiveCommand
111
- */
112
- export declare const se_UpdateServiceLevelObjectiveCommand: (input: UpdateServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * deserializeAws_restJson1BatchGetServiceLevelObjectiveBudgetReportCommand
115
- */
116
- export declare const de_BatchGetServiceLevelObjectiveBudgetReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetServiceLevelObjectiveBudgetReportCommandOutput>;
117
- /**
118
- * deserializeAws_restJson1BatchUpdateExclusionWindowsCommand
119
- */
120
- export declare const de_BatchUpdateExclusionWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateExclusionWindowsCommandOutput>;
121
- /**
122
- * deserializeAws_restJson1CreateServiceLevelObjectiveCommand
123
- */
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>;
129
- /**
130
- * deserializeAws_restJson1DeleteServiceLevelObjectiveCommand
131
- */
132
- export declare const de_DeleteServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceLevelObjectiveCommandOutput>;
133
- /**
134
- * deserializeAws_restJson1GetServiceCommand
135
- */
136
- export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
137
- /**
138
- * deserializeAws_restJson1GetServiceLevelObjectiveCommand
139
- */
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>;
149
- /**
150
- * deserializeAws_restJson1ListServiceDependenciesCommand
151
- */
152
- export declare const de_ListServiceDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceDependenciesCommandOutput>;
153
- /**
154
- * deserializeAws_restJson1ListServiceDependentsCommand
155
- */
156
- export declare const de_ListServiceDependentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceDependentsCommandOutput>;
157
- /**
158
- * deserializeAws_restJson1ListServiceLevelObjectiveExclusionWindowsCommand
159
- */
160
- export declare const de_ListServiceLevelObjectiveExclusionWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceLevelObjectiveExclusionWindowsCommandOutput>;
161
- /**
162
- * deserializeAws_restJson1ListServiceLevelObjectivesCommand
163
- */
164
- export declare const de_ListServiceLevelObjectivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceLevelObjectivesCommandOutput>;
165
- /**
166
- * deserializeAws_restJson1ListServiceOperationsCommand
167
- */
168
- export declare const de_ListServiceOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceOperationsCommandOutput>;
169
- /**
170
- * deserializeAws_restJson1ListServicesCommand
171
- */
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>;
177
- /**
178
- * deserializeAws_restJson1ListTagsForResourceCommand
179
- */
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>;
185
- /**
186
- * deserializeAws_restJson1StartDiscoveryCommand
187
- */
188
- export declare const de_StartDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDiscoveryCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1TagResourceCommand
191
- */
192
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1UntagResourceCommand
195
- */
196
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1UpdateServiceLevelObjectiveCommand
199
- */
200
- export declare const de_UpdateServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceLevelObjectiveCommandOutput>;
@@ -1,269 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchGetServiceLevelObjectiveBudgetReportCommandInput,
8
- BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
9
- } from "../commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
10
- import {
11
- BatchUpdateExclusionWindowsCommandInput,
12
- BatchUpdateExclusionWindowsCommandOutput,
13
- } from "../commands/BatchUpdateExclusionWindowsCommand";
14
- import {
15
- CreateServiceLevelObjectiveCommandInput,
16
- CreateServiceLevelObjectiveCommandOutput,
17
- } from "../commands/CreateServiceLevelObjectiveCommand";
18
- import {
19
- DeleteGroupingConfigurationCommandInput,
20
- DeleteGroupingConfigurationCommandOutput,
21
- } from "../commands/DeleteGroupingConfigurationCommand";
22
- import {
23
- DeleteServiceLevelObjectiveCommandInput,
24
- DeleteServiceLevelObjectiveCommandOutput,
25
- } from "../commands/DeleteServiceLevelObjectiveCommand";
26
- import {
27
- GetServiceCommandInput,
28
- GetServiceCommandOutput,
29
- } from "../commands/GetServiceCommand";
30
- import {
31
- GetServiceLevelObjectiveCommandInput,
32
- GetServiceLevelObjectiveCommandOutput,
33
- } from "../commands/GetServiceLevelObjectiveCommand";
34
- import {
35
- ListAuditFindingsCommandInput,
36
- ListAuditFindingsCommandOutput,
37
- } from "../commands/ListAuditFindingsCommand";
38
- import {
39
- ListGroupingAttributeDefinitionsCommandInput,
40
- ListGroupingAttributeDefinitionsCommandOutput,
41
- } from "../commands/ListGroupingAttributeDefinitionsCommand";
42
- import {
43
- ListServiceDependenciesCommandInput,
44
- ListServiceDependenciesCommandOutput,
45
- } from "../commands/ListServiceDependenciesCommand";
46
- import {
47
- ListServiceDependentsCommandInput,
48
- ListServiceDependentsCommandOutput,
49
- } from "../commands/ListServiceDependentsCommand";
50
- import {
51
- ListServiceLevelObjectiveExclusionWindowsCommandInput,
52
- ListServiceLevelObjectiveExclusionWindowsCommandOutput,
53
- } from "../commands/ListServiceLevelObjectiveExclusionWindowsCommand";
54
- import {
55
- ListServiceLevelObjectivesCommandInput,
56
- ListServiceLevelObjectivesCommandOutput,
57
- } from "../commands/ListServiceLevelObjectivesCommand";
58
- import {
59
- ListServiceOperationsCommandInput,
60
- ListServiceOperationsCommandOutput,
61
- } from "../commands/ListServiceOperationsCommand";
62
- import {
63
- ListServicesCommandInput,
64
- ListServicesCommandOutput,
65
- } from "../commands/ListServicesCommand";
66
- import {
67
- ListServiceStatesCommandInput,
68
- ListServiceStatesCommandOutput,
69
- } from "../commands/ListServiceStatesCommand";
70
- import {
71
- ListTagsForResourceCommandInput,
72
- ListTagsForResourceCommandOutput,
73
- } from "../commands/ListTagsForResourceCommand";
74
- import {
75
- PutGroupingConfigurationCommandInput,
76
- PutGroupingConfigurationCommandOutput,
77
- } from "../commands/PutGroupingConfigurationCommand";
78
- import {
79
- StartDiscoveryCommandInput,
80
- StartDiscoveryCommandOutput,
81
- } from "../commands/StartDiscoveryCommand";
82
- import {
83
- TagResourceCommandInput,
84
- TagResourceCommandOutput,
85
- } from "../commands/TagResourceCommand";
86
- import {
87
- UntagResourceCommandInput,
88
- UntagResourceCommandOutput,
89
- } from "../commands/UntagResourceCommand";
90
- import {
91
- UpdateServiceLevelObjectiveCommandInput,
92
- UpdateServiceLevelObjectiveCommandOutput,
93
- } from "../commands/UpdateServiceLevelObjectiveCommand";
94
- export declare const se_BatchGetServiceLevelObjectiveBudgetReportCommand: (
95
- input: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_BatchUpdateExclusionWindowsCommand: (
99
- input: BatchUpdateExclusionWindowsCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_CreateServiceLevelObjectiveCommand: (
103
- input: CreateServiceLevelObjectiveCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DeleteGroupingConfigurationCommand: (
107
- input: DeleteGroupingConfigurationCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DeleteServiceLevelObjectiveCommand: (
111
- input: DeleteServiceLevelObjectiveCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_GetServiceCommand: (
115
- input: GetServiceCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_GetServiceLevelObjectiveCommand: (
119
- input: GetServiceLevelObjectiveCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_ListAuditFindingsCommand: (
123
- input: ListAuditFindingsCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_ListGroupingAttributeDefinitionsCommand: (
127
- input: ListGroupingAttributeDefinitionsCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_ListServiceDependenciesCommand: (
131
- input: ListServiceDependenciesCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_ListServiceDependentsCommand: (
135
- input: ListServiceDependentsCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_ListServiceLevelObjectiveExclusionWindowsCommand: (
139
- input: ListServiceLevelObjectiveExclusionWindowsCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_ListServiceLevelObjectivesCommand: (
143
- input: ListServiceLevelObjectivesCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ListServiceOperationsCommand: (
147
- input: ListServiceOperationsCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_ListServicesCommand: (
151
- input: ListServicesCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_ListServiceStatesCommand: (
155
- input: ListServiceStatesCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ListTagsForResourceCommand: (
159
- input: ListTagsForResourceCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_PutGroupingConfigurationCommand: (
163
- input: PutGroupingConfigurationCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_StartDiscoveryCommand: (
167
- input: StartDiscoveryCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_TagResourceCommand: (
171
- input: TagResourceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_UntagResourceCommand: (
175
- input: UntagResourceCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_UpdateServiceLevelObjectiveCommand: (
179
- input: UpdateServiceLevelObjectiveCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const de_BatchGetServiceLevelObjectiveBudgetReportCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<BatchGetServiceLevelObjectiveBudgetReportCommandOutput>;
186
- export declare const de_BatchUpdateExclusionWindowsCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<BatchUpdateExclusionWindowsCommandOutput>;
190
- export declare const de_CreateServiceLevelObjectiveCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<CreateServiceLevelObjectiveCommandOutput>;
194
- export declare const de_DeleteGroupingConfigurationCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<DeleteGroupingConfigurationCommandOutput>;
198
- export declare const de_DeleteServiceLevelObjectiveCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<DeleteServiceLevelObjectiveCommandOutput>;
202
- export declare const de_GetServiceCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<GetServiceCommandOutput>;
206
- export declare const de_GetServiceLevelObjectiveCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<GetServiceLevelObjectiveCommandOutput>;
210
- export declare const de_ListAuditFindingsCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<ListAuditFindingsCommandOutput>;
214
- export declare const de_ListGroupingAttributeDefinitionsCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<ListGroupingAttributeDefinitionsCommandOutput>;
218
- export declare const de_ListServiceDependenciesCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<ListServiceDependenciesCommandOutput>;
222
- export declare const de_ListServiceDependentsCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<ListServiceDependentsCommandOutput>;
226
- export declare const de_ListServiceLevelObjectiveExclusionWindowsCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<ListServiceLevelObjectiveExclusionWindowsCommandOutput>;
230
- export declare const de_ListServiceLevelObjectivesCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<ListServiceLevelObjectivesCommandOutput>;
234
- export declare const de_ListServiceOperationsCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<ListServiceOperationsCommandOutput>;
238
- export declare const de_ListServicesCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<ListServicesCommandOutput>;
242
- export declare const de_ListServiceStatesCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<ListServiceStatesCommandOutput>;
246
- export declare const de_ListTagsForResourceCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<ListTagsForResourceCommandOutput>;
250
- export declare const de_PutGroupingConfigurationCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<PutGroupingConfigurationCommandOutput>;
254
- export declare const de_StartDiscoveryCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<StartDiscoveryCommandOutput>;
258
- export declare const de_TagResourceCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<TagResourceCommandOutput>;
262
- export declare const de_UntagResourceCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<UntagResourceCommandOutput>;
266
- export declare const de_UpdateServiceLevelObjectiveCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<UpdateServiceLevelObjectiveCommandOutput>;