@aws-sdk/client-application-signals 3.594.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +345 -0
  3. package/dist-cjs/ApplicationSignals.js +41 -0
  4. package/dist-cjs/ApplicationSignalsClient.js +56 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +28 -0
  8. package/dist-cjs/commands/CreateServiceLevelObjectiveCommand.js +28 -0
  9. package/dist-cjs/commands/DeleteServiceLevelObjectiveCommand.js +28 -0
  10. package/dist-cjs/commands/GetServiceCommand.js +28 -0
  11. package/dist-cjs/commands/GetServiceLevelObjectiveCommand.js +28 -0
  12. package/dist-cjs/commands/ListServiceDependenciesCommand.js +28 -0
  13. package/dist-cjs/commands/ListServiceDependentsCommand.js +28 -0
  14. package/dist-cjs/commands/ListServiceLevelObjectivesCommand.js +28 -0
  15. package/dist-cjs/commands/ListServiceOperationsCommand.js +28 -0
  16. package/dist-cjs/commands/ListServicesCommand.js +28 -0
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
  18. package/dist-cjs/commands/StartDiscoveryCommand.js +28 -0
  19. package/dist-cjs/commands/TagResourceCommand.js +28 -0
  20. package/dist-cjs/commands/UntagResourceCommand.js +28 -0
  21. package/dist-cjs/commands/UpdateServiceLevelObjectiveCommand.js +28 -0
  22. package/dist-cjs/commands/index.js +18 -0
  23. package/dist-cjs/endpoint/EndpointParameters.js +16 -0
  24. package/dist-cjs/endpoint/endpointResolver.js +14 -0
  25. package/dist-cjs/endpoint/ruleset.js +7 -0
  26. package/dist-cjs/extensionConfiguration.js +2 -0
  27. package/dist-cjs/index.js +11 -0
  28. package/dist-cjs/models/ApplicationSignalsServiceException.js +12 -0
  29. package/dist-cjs/models/index.js +4 -0
  30. package/dist-cjs/models/models_0.js +148 -0
  31. package/dist-cjs/pagination/Interfaces.js +2 -0
  32. package/dist-cjs/pagination/ListServiceDependenciesPaginator.js +7 -0
  33. package/dist-cjs/pagination/ListServiceDependentsPaginator.js +7 -0
  34. package/dist-cjs/pagination/ListServiceLevelObjectivesPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListServiceOperationsPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListServicesPaginator.js +7 -0
  37. package/dist-cjs/pagination/index.js +9 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +713 -0
  39. package/dist-cjs/runtimeConfig.browser.js +39 -0
  40. package/dist-cjs/runtimeConfig.js +49 -0
  41. package/dist-cjs/runtimeConfig.native.js +15 -0
  42. package/dist-cjs/runtimeConfig.shared.js +34 -0
  43. package/dist-cjs/runtimeExtensions.js +25 -0
  44. package/dist-es/ApplicationSignals.js +37 -0
  45. package/dist-es/ApplicationSignalsClient.js +52 -0
  46. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  47. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  48. package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +24 -0
  49. package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +24 -0
  50. package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +24 -0
  51. package/dist-es/commands/GetServiceCommand.js +24 -0
  52. package/dist-es/commands/GetServiceLevelObjectiveCommand.js +24 -0
  53. package/dist-es/commands/ListServiceDependenciesCommand.js +24 -0
  54. package/dist-es/commands/ListServiceDependentsCommand.js +24 -0
  55. package/dist-es/commands/ListServiceLevelObjectivesCommand.js +24 -0
  56. package/dist-es/commands/ListServiceOperationsCommand.js +24 -0
  57. package/dist-es/commands/ListServicesCommand.js +24 -0
  58. package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
  59. package/dist-es/commands/StartDiscoveryCommand.js +24 -0
  60. package/dist-es/commands/TagResourceCommand.js +24 -0
  61. package/dist-es/commands/UntagResourceCommand.js +24 -0
  62. package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +24 -0
  63. package/dist-es/commands/index.js +15 -0
  64. package/dist-es/endpoint/EndpointParameters.js +12 -0
  65. package/dist-es/endpoint/endpointResolver.js +10 -0
  66. package/dist-es/endpoint/ruleset.js +4 -0
  67. package/dist-es/extensionConfiguration.js +1 -0
  68. package/dist-es/index.js +6 -0
  69. package/dist-es/models/ApplicationSignalsServiceException.js +8 -0
  70. package/dist-es/models/index.js +1 -0
  71. package/dist-es/models/models_0.js +139 -0
  72. package/dist-es/pagination/Interfaces.js +1 -0
  73. package/dist-es/pagination/ListServiceDependenciesPaginator.js +4 -0
  74. package/dist-es/pagination/ListServiceDependentsPaginator.js +4 -0
  75. package/dist-es/pagination/ListServiceLevelObjectivesPaginator.js +4 -0
  76. package/dist-es/pagination/ListServiceOperationsPaginator.js +4 -0
  77. package/dist-es/pagination/ListServicesPaginator.js +4 -0
  78. package/dist-es/pagination/index.js +6 -0
  79. package/dist-es/protocols/Aws_restJson1.js +680 -0
  80. package/dist-es/runtimeConfig.browser.js +34 -0
  81. package/dist-es/runtimeConfig.js +44 -0
  82. package/dist-es/runtimeConfig.native.js +11 -0
  83. package/dist-es/runtimeConfig.shared.js +30 -0
  84. package/dist-es/runtimeExtensions.js +21 -0
  85. package/dist-types/ApplicationSignals.d.ts +137 -0
  86. package/dist-types/ApplicationSignalsClient.d.ts +206 -0
  87. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  88. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  89. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +148 -0
  90. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +252 -0
  91. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +67 -0
  92. package/dist-types/commands/GetServiceCommand.d.ts +94 -0
  93. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +126 -0
  94. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +99 -0
  95. package/dist-types/commands/ListServiceDependentsCommand.d.ts +97 -0
  96. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +82 -0
  97. package/dist-types/commands/ListServiceOperationsCommand.d.ts +93 -0
  98. package/dist-types/commands/ListServicesCommand.d.ts +98 -0
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +71 -0
  100. package/dist-types/commands/StartDiscoveryCommand.d.ts +108 -0
  101. package/dist-types/commands/TagResourceCommand.d.ts +82 -0
  102. package/dist-types/commands/UntagResourceCommand.d.ts +67 -0
  103. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +181 -0
  104. package/dist-types/commands/index.d.ts +15 -0
  105. package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
  106. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  107. package/dist-types/endpoint/ruleset.d.ts +2 -0
  108. package/dist-types/extensionConfiguration.d.ts +9 -0
  109. package/dist-types/index.d.ts +34 -0
  110. package/dist-types/models/ApplicationSignalsServiceException.d.ts +14 -0
  111. package/dist-types/models/index.d.ts +1 -0
  112. package/dist-types/models/models_0.d.ts +2004 -0
  113. package/dist-types/pagination/Interfaces.d.ts +8 -0
  114. package/dist-types/pagination/ListServiceDependenciesPaginator.d.ts +7 -0
  115. package/dist-types/pagination/ListServiceDependentsPaginator.d.ts +7 -0
  116. package/dist-types/pagination/ListServiceLevelObjectivesPaginator.d.ts +7 -0
  117. package/dist-types/pagination/ListServiceOperationsPaginator.d.ts +7 -0
  118. package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
  119. package/dist-types/pagination/index.d.ts +6 -0
  120. package/dist-types/protocols/Aws_restJson1.d.ts +137 -0
  121. package/dist-types/runtimeConfig.browser.d.ts +45 -0
  122. package/dist-types/runtimeConfig.d.ts +45 -0
  123. package/dist-types/runtimeConfig.native.d.ts +44 -0
  124. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  125. package/dist-types/runtimeExtensions.d.ts +17 -0
  126. package/dist-types/ts3.4/ApplicationSignals.d.ts +270 -0
  127. package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +213 -0
  128. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  129. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  130. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +40 -0
  131. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +40 -0
  132. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +40 -0
  133. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +36 -0
  134. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +40 -0
  135. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +40 -0
  136. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +40 -0
  137. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +40 -0
  138. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +40 -0
  139. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +36 -0
  140. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
  141. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +36 -0
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +39 -0
  144. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +40 -0
  145. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  146. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
  147. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  148. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  149. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  150. package/dist-types/ts3.4/index.d.ts +9 -0
  151. package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +9 -0
  152. package/dist-types/ts3.4/models/index.d.ts +1 -0
  153. package/dist-types/ts3.4/models/models_0.d.ts +390 -0
  154. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  155. package/dist-types/ts3.4/pagination/ListServiceDependenciesPaginator.d.ts +11 -0
  156. package/dist-types/ts3.4/pagination/ListServiceDependentsPaginator.d.ts +11 -0
  157. package/dist-types/ts3.4/pagination/ListServiceLevelObjectivesPaginator.d.ts +11 -0
  158. package/dist-types/ts3.4/pagination/ListServiceOperationsPaginator.d.ts +11 -0
  159. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
  160. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  161. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +87 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
  165. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
  166. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  167. package/package.json +101 -0
@@ -0,0 +1,390 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ApplicationSignalsServiceException as __BaseException } from "./ApplicationSignalsServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ Message?: string;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
10
+ }
11
+ export interface BatchGetServiceLevelObjectiveBudgetReportInput {
12
+ Timestamp: Date | undefined;
13
+ SloIds: string[] | undefined;
14
+ }
15
+ export interface ServiceLevelObjectiveBudgetReportError {
16
+ Name: string | undefined;
17
+ Arn: string | undefined;
18
+ ErrorCode: string | undefined;
19
+ ErrorMessage: string | undefined;
20
+ }
21
+ export declare const ServiceLevelObjectiveBudgetStatus: {
22
+ readonly BREACHED: "BREACHED";
23
+ readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
24
+ readonly OK: "OK";
25
+ readonly WARNING: "WARNING";
26
+ };
27
+ export type ServiceLevelObjectiveBudgetStatus =
28
+ (typeof ServiceLevelObjectiveBudgetStatus)[keyof typeof ServiceLevelObjectiveBudgetStatus];
29
+ export declare const DurationUnit: {
30
+ readonly DAY: "DAY";
31
+ readonly MONTH: "MONTH";
32
+ };
33
+ export type DurationUnit = (typeof DurationUnit)[keyof typeof DurationUnit];
34
+ export interface CalendarInterval {
35
+ StartTime: Date | undefined;
36
+ DurationUnit: DurationUnit | undefined;
37
+ Duration: number | undefined;
38
+ }
39
+ export interface RollingInterval {
40
+ DurationUnit: DurationUnit | undefined;
41
+ Duration: number | undefined;
42
+ }
43
+ export type Interval =
44
+ | Interval.CalendarIntervalMember
45
+ | Interval.RollingIntervalMember
46
+ | Interval.$UnknownMember;
47
+ export declare namespace Interval {
48
+ interface RollingIntervalMember {
49
+ RollingInterval: RollingInterval;
50
+ CalendarInterval?: never;
51
+ $unknown?: never;
52
+ }
53
+ interface CalendarIntervalMember {
54
+ RollingInterval?: never;
55
+ CalendarInterval: CalendarInterval;
56
+ $unknown?: never;
57
+ }
58
+ interface $UnknownMember {
59
+ RollingInterval?: never;
60
+ CalendarInterval?: never;
61
+ $unknown: [string, any];
62
+ }
63
+ interface Visitor<T> {
64
+ RollingInterval: (value: RollingInterval) => T;
65
+ CalendarInterval: (value: CalendarInterval) => T;
66
+ _: (name: string, value: any) => T;
67
+ }
68
+ const visit: <T>(value: Interval, visitor: Visitor<T>) => T;
69
+ }
70
+ export interface Goal {
71
+ Interval?: Interval;
72
+ AttainmentGoal?: number;
73
+ WarningThreshold?: number;
74
+ }
75
+ export declare const ServiceLevelIndicatorComparisonOperator: {
76
+ readonly GREATER_THAN: "GreaterThan";
77
+ readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
78
+ readonly LESS_THAN: "LessThan";
79
+ readonly LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo";
80
+ };
81
+ export type ServiceLevelIndicatorComparisonOperator =
82
+ (typeof ServiceLevelIndicatorComparisonOperator)[keyof typeof ServiceLevelIndicatorComparisonOperator];
83
+ export interface Dimension {
84
+ Name: string | undefined;
85
+ Value: string | undefined;
86
+ }
87
+ export interface Metric {
88
+ Namespace?: string;
89
+ MetricName?: string;
90
+ Dimensions?: Dimension[];
91
+ }
92
+ export declare const StandardUnit: {
93
+ readonly BITS: "Bits";
94
+ readonly BITS_SECOND: "Bits/Second";
95
+ readonly BYTES: "Bytes";
96
+ readonly BYTES_SECOND: "Bytes/Second";
97
+ readonly COUNT: "Count";
98
+ readonly COUNT_SECOND: "Count/Second";
99
+ readonly GIGABITS: "Gigabits";
100
+ readonly GIGABITS_SECOND: "Gigabits/Second";
101
+ readonly GIGABYTES: "Gigabytes";
102
+ readonly GIGABYTES_SECOND: "Gigabytes/Second";
103
+ readonly KILOBITS: "Kilobits";
104
+ readonly KILOBITS_SECOND: "Kilobits/Second";
105
+ readonly KILOBYTES: "Kilobytes";
106
+ readonly KILOBYTES_SECOND: "Kilobytes/Second";
107
+ readonly MEGABITS: "Megabits";
108
+ readonly MEGABITS_SECOND: "Megabits/Second";
109
+ readonly MEGABYTES: "Megabytes";
110
+ readonly MEGABYTES_SECOND: "Megabytes/Second";
111
+ readonly MICROSECONDS: "Microseconds";
112
+ readonly MILLISECONDS: "Milliseconds";
113
+ readonly NONE: "None";
114
+ readonly PERCENT: "Percent";
115
+ readonly SECONDS: "Seconds";
116
+ readonly TERABITS: "Terabits";
117
+ readonly TERABITS_SECOND: "Terabits/Second";
118
+ readonly TERABYTES: "Terabytes";
119
+ readonly TERABYTES_SECOND: "Terabytes/Second";
120
+ };
121
+ export type StandardUnit = (typeof StandardUnit)[keyof typeof StandardUnit];
122
+ export interface MetricStat {
123
+ Metric: Metric | undefined;
124
+ Period: number | undefined;
125
+ Stat: string | undefined;
126
+ Unit?: StandardUnit;
127
+ }
128
+ export interface MetricDataQuery {
129
+ Id: string | undefined;
130
+ MetricStat?: MetricStat;
131
+ Expression?: string;
132
+ Label?: string;
133
+ ReturnData?: boolean;
134
+ Period?: number;
135
+ AccountId?: string;
136
+ }
137
+ export declare const ServiceLevelIndicatorMetricType: {
138
+ readonly AVAILABILITY: "AVAILABILITY";
139
+ readonly LATENCY: "LATENCY";
140
+ };
141
+ export type ServiceLevelIndicatorMetricType =
142
+ (typeof ServiceLevelIndicatorMetricType)[keyof typeof ServiceLevelIndicatorMetricType];
143
+ export interface ServiceLevelIndicatorMetric {
144
+ KeyAttributes?: Record<string, string>;
145
+ OperationName?: string;
146
+ MetricType?: ServiceLevelIndicatorMetricType;
147
+ MetricDataQueries: MetricDataQuery[] | undefined;
148
+ }
149
+ export interface ServiceLevelIndicator {
150
+ SliMetric: ServiceLevelIndicatorMetric | undefined;
151
+ MetricThreshold: number | undefined;
152
+ ComparisonOperator: ServiceLevelIndicatorComparisonOperator | undefined;
153
+ }
154
+ export interface ServiceLevelObjectiveBudgetReport {
155
+ Arn: string | undefined;
156
+ Name: string | undefined;
157
+ BudgetStatus: ServiceLevelObjectiveBudgetStatus | undefined;
158
+ Attainment?: number;
159
+ TotalBudgetSeconds?: number;
160
+ BudgetSecondsRemaining?: number;
161
+ Sli?: ServiceLevelIndicator;
162
+ Goal?: Goal;
163
+ }
164
+ export interface BatchGetServiceLevelObjectiveBudgetReportOutput {
165
+ Timestamp: Date | undefined;
166
+ Reports: ServiceLevelObjectiveBudgetReport[] | undefined;
167
+ Errors: ServiceLevelObjectiveBudgetReportError[] | undefined;
168
+ }
169
+ export declare class ThrottlingException extends __BaseException {
170
+ readonly name: "ThrottlingException";
171
+ readonly $fault: "client";
172
+ Message: string | undefined;
173
+ constructor(
174
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
175
+ );
176
+ }
177
+ export declare class ValidationException extends __BaseException {
178
+ readonly name: "ValidationException";
179
+ readonly $fault: "client";
180
+ constructor(
181
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
182
+ );
183
+ }
184
+ export interface GetServiceInput {
185
+ StartTime: Date | undefined;
186
+ EndTime: Date | undefined;
187
+ KeyAttributes: Record<string, string> | undefined;
188
+ }
189
+ export interface MetricReference {
190
+ Namespace: string | undefined;
191
+ MetricType: string | undefined;
192
+ Dimensions?: Dimension[];
193
+ MetricName: string | undefined;
194
+ }
195
+ export interface Service {
196
+ KeyAttributes: Record<string, string> | undefined;
197
+ AttributeMaps?: Record<string, string>[];
198
+ MetricReferences: MetricReference[] | undefined;
199
+ }
200
+ export interface GetServiceOutput {
201
+ Service: Service | undefined;
202
+ StartTime: Date | undefined;
203
+ EndTime: Date | undefined;
204
+ }
205
+ export interface ListServiceDependenciesInput {
206
+ StartTime: Date | undefined;
207
+ EndTime: Date | undefined;
208
+ KeyAttributes: Record<string, string> | undefined;
209
+ MaxResults?: number;
210
+ NextToken?: string;
211
+ }
212
+ export interface ServiceDependency {
213
+ OperationName: string | undefined;
214
+ DependencyKeyAttributes: Record<string, string> | undefined;
215
+ DependencyOperationName: string | undefined;
216
+ MetricReferences: MetricReference[] | undefined;
217
+ }
218
+ export interface ListServiceDependenciesOutput {
219
+ StartTime: Date | undefined;
220
+ EndTime: Date | undefined;
221
+ ServiceDependencies: ServiceDependency[] | undefined;
222
+ NextToken?: string;
223
+ }
224
+ export interface ListServiceDependentsInput {
225
+ StartTime: Date | undefined;
226
+ EndTime: Date | undefined;
227
+ KeyAttributes: Record<string, string> | undefined;
228
+ MaxResults?: number;
229
+ NextToken?: string;
230
+ }
231
+ export interface ServiceDependent {
232
+ OperationName?: string;
233
+ DependentKeyAttributes: Record<string, string> | undefined;
234
+ DependentOperationName?: string;
235
+ MetricReferences: MetricReference[] | undefined;
236
+ }
237
+ export interface ListServiceDependentsOutput {
238
+ StartTime: Date | undefined;
239
+ EndTime: Date | undefined;
240
+ ServiceDependents: ServiceDependent[] | undefined;
241
+ NextToken?: string;
242
+ }
243
+ export interface ListServiceOperationsInput {
244
+ StartTime: Date | undefined;
245
+ EndTime: Date | undefined;
246
+ KeyAttributes: Record<string, string> | undefined;
247
+ MaxResults?: number;
248
+ NextToken?: string;
249
+ }
250
+ export interface ServiceOperation {
251
+ Name: string | undefined;
252
+ MetricReferences: MetricReference[] | undefined;
253
+ }
254
+ export interface ListServiceOperationsOutput {
255
+ StartTime: Date | undefined;
256
+ EndTime: Date | undefined;
257
+ ServiceOperations: ServiceOperation[] | undefined;
258
+ NextToken?: string;
259
+ }
260
+ export interface ListServicesInput {
261
+ StartTime: Date | undefined;
262
+ EndTime: Date | undefined;
263
+ MaxResults?: number;
264
+ NextToken?: string;
265
+ }
266
+ export interface ServiceSummary {
267
+ KeyAttributes: Record<string, string> | undefined;
268
+ AttributeMaps?: Record<string, string>[];
269
+ MetricReferences: MetricReference[] | undefined;
270
+ }
271
+ export interface ListServicesOutput {
272
+ StartTime: Date | undefined;
273
+ EndTime: Date | undefined;
274
+ ServiceSummaries: ServiceSummary[] | undefined;
275
+ NextToken?: string;
276
+ }
277
+ export interface ListTagsForResourceRequest {
278
+ ResourceArn: string | undefined;
279
+ }
280
+ export interface Tag {
281
+ Key: string | undefined;
282
+ Value: string | undefined;
283
+ }
284
+ export interface ListTagsForResourceResponse {
285
+ Tags?: Tag[];
286
+ }
287
+ export declare class ResourceNotFoundException extends __BaseException {
288
+ readonly name: "ResourceNotFoundException";
289
+ readonly $fault: "client";
290
+ ResourceType: string | undefined;
291
+ ResourceId: string | undefined;
292
+ Message: string | undefined;
293
+ constructor(
294
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
295
+ );
296
+ }
297
+ export declare class ConflictException extends __BaseException {
298
+ readonly name: "ConflictException";
299
+ readonly $fault: "client";
300
+ Message: string | undefined;
301
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
302
+ }
303
+ export interface ServiceLevelIndicatorMetricConfig {
304
+ KeyAttributes?: Record<string, string>;
305
+ OperationName?: string;
306
+ MetricType?: ServiceLevelIndicatorMetricType;
307
+ Statistic?: string;
308
+ PeriodSeconds?: number;
309
+ MetricDataQueries?: MetricDataQuery[];
310
+ }
311
+ export interface ServiceLevelIndicatorConfig {
312
+ SliMetricConfig: ServiceLevelIndicatorMetricConfig | undefined;
313
+ MetricThreshold: number | undefined;
314
+ ComparisonOperator: ServiceLevelIndicatorComparisonOperator | undefined;
315
+ }
316
+ export interface CreateServiceLevelObjectiveInput {
317
+ Name: string | undefined;
318
+ Description?: string;
319
+ SliConfig: ServiceLevelIndicatorConfig | undefined;
320
+ Goal?: Goal;
321
+ Tags?: Tag[];
322
+ }
323
+ export interface ServiceLevelObjective {
324
+ Arn: string | undefined;
325
+ Name: string | undefined;
326
+ Description?: string;
327
+ CreatedTime: Date | undefined;
328
+ LastUpdatedTime: Date | undefined;
329
+ Sli: ServiceLevelIndicator | undefined;
330
+ Goal: Goal | undefined;
331
+ }
332
+ export interface CreateServiceLevelObjectiveOutput {
333
+ Slo: ServiceLevelObjective | undefined;
334
+ }
335
+ export declare class ServiceQuotaExceededException extends __BaseException {
336
+ readonly name: "ServiceQuotaExceededException";
337
+ readonly $fault: "client";
338
+ Message: string | undefined;
339
+ constructor(
340
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
341
+ );
342
+ }
343
+ export interface DeleteServiceLevelObjectiveInput {
344
+ Id: string | undefined;
345
+ }
346
+ export interface DeleteServiceLevelObjectiveOutput {}
347
+ export interface GetServiceLevelObjectiveInput {
348
+ Id: string | undefined;
349
+ }
350
+ export interface GetServiceLevelObjectiveOutput {
351
+ Slo: ServiceLevelObjective | undefined;
352
+ }
353
+ export interface ListServiceLevelObjectivesInput {
354
+ KeyAttributes?: Record<string, string>;
355
+ OperationName?: string;
356
+ MaxResults?: number;
357
+ NextToken?: string;
358
+ }
359
+ export interface ServiceLevelObjectiveSummary {
360
+ Arn: string | undefined;
361
+ Name: string | undefined;
362
+ KeyAttributes?: Record<string, string>;
363
+ OperationName?: string;
364
+ CreatedTime?: Date;
365
+ }
366
+ export interface ListServiceLevelObjectivesOutput {
367
+ SloSummaries?: ServiceLevelObjectiveSummary[];
368
+ NextToken?: string;
369
+ }
370
+ export interface UpdateServiceLevelObjectiveInput {
371
+ Id: string | undefined;
372
+ Description?: string;
373
+ SliConfig?: ServiceLevelIndicatorConfig;
374
+ Goal?: Goal;
375
+ }
376
+ export interface UpdateServiceLevelObjectiveOutput {
377
+ Slo: ServiceLevelObjective | undefined;
378
+ }
379
+ export interface StartDiscoveryInput {}
380
+ export interface StartDiscoveryOutput {}
381
+ export interface TagResourceRequest {
382
+ ResourceArn: string | undefined;
383
+ Tags: Tag[] | undefined;
384
+ }
385
+ export interface TagResourceResponse {}
386
+ export interface UntagResourceRequest {
387
+ ResourceArn: string | undefined;
388
+ TagKeys: string[] | undefined;
389
+ }
390
+ export interface UntagResourceResponse {}
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@smithy/types";
2
+ import { ApplicationSignalsClient } from "../ApplicationSignalsClient";
3
+ export interface ApplicationSignalsPaginationConfiguration
4
+ extends PaginationConfiguration {
5
+ client: ApplicationSignalsClient;
6
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListServiceDependenciesCommandInput,
4
+ ListServiceDependenciesCommandOutput,
5
+ } from "../commands/ListServiceDependenciesCommand";
6
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListServiceDependencies: (
8
+ config: ApplicationSignalsPaginationConfiguration,
9
+ input: ListServiceDependenciesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListServiceDependenciesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListServiceDependentsCommandInput,
4
+ ListServiceDependentsCommandOutput,
5
+ } from "../commands/ListServiceDependentsCommand";
6
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListServiceDependents: (
8
+ config: ApplicationSignalsPaginationConfiguration,
9
+ input: ListServiceDependentsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListServiceDependentsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListServiceLevelObjectivesCommandInput,
4
+ ListServiceLevelObjectivesCommandOutput,
5
+ } from "../commands/ListServiceLevelObjectivesCommand";
6
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListServiceLevelObjectives: (
8
+ config: ApplicationSignalsPaginationConfiguration,
9
+ input: ListServiceLevelObjectivesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListServiceLevelObjectivesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListServiceOperationsCommandInput,
4
+ ListServiceOperationsCommandOutput,
5
+ } from "../commands/ListServiceOperationsCommand";
6
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListServiceOperations: (
8
+ config: ApplicationSignalsPaginationConfiguration,
9
+ input: ListServiceOperationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListServiceOperationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListServicesCommandInput,
4
+ ListServicesCommandOutput,
5
+ } from "../commands/ListServicesCommand";
6
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListServices: (
8
+ config: ApplicationSignalsPaginationConfiguration,
9
+ input: ListServicesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListServicesCommandOutput>;
@@ -0,0 +1,6 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListServiceDependenciesPaginator";
3
+ export * from "./ListServiceDependentsPaginator";
4
+ export * from "./ListServiceLevelObjectivesPaginator";
5
+ export * from "./ListServiceOperationsPaginator";
6
+ export * from "./ListServicesPaginator";
@@ -0,0 +1,185 @@
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
+ CreateServiceLevelObjectiveCommandInput,
12
+ CreateServiceLevelObjectiveCommandOutput,
13
+ } from "../commands/CreateServiceLevelObjectiveCommand";
14
+ import {
15
+ DeleteServiceLevelObjectiveCommandInput,
16
+ DeleteServiceLevelObjectiveCommandOutput,
17
+ } from "../commands/DeleteServiceLevelObjectiveCommand";
18
+ import {
19
+ GetServiceCommandInput,
20
+ GetServiceCommandOutput,
21
+ } from "../commands/GetServiceCommand";
22
+ import {
23
+ GetServiceLevelObjectiveCommandInput,
24
+ GetServiceLevelObjectiveCommandOutput,
25
+ } from "../commands/GetServiceLevelObjectiveCommand";
26
+ import {
27
+ ListServiceDependenciesCommandInput,
28
+ ListServiceDependenciesCommandOutput,
29
+ } from "../commands/ListServiceDependenciesCommand";
30
+ import {
31
+ ListServiceDependentsCommandInput,
32
+ ListServiceDependentsCommandOutput,
33
+ } from "../commands/ListServiceDependentsCommand";
34
+ import {
35
+ ListServiceLevelObjectivesCommandInput,
36
+ ListServiceLevelObjectivesCommandOutput,
37
+ } from "../commands/ListServiceLevelObjectivesCommand";
38
+ import {
39
+ ListServiceOperationsCommandInput,
40
+ ListServiceOperationsCommandOutput,
41
+ } from "../commands/ListServiceOperationsCommand";
42
+ import {
43
+ ListServicesCommandInput,
44
+ ListServicesCommandOutput,
45
+ } from "../commands/ListServicesCommand";
46
+ import {
47
+ ListTagsForResourceCommandInput,
48
+ ListTagsForResourceCommandOutput,
49
+ } from "../commands/ListTagsForResourceCommand";
50
+ import {
51
+ StartDiscoveryCommandInput,
52
+ StartDiscoveryCommandOutput,
53
+ } from "../commands/StartDiscoveryCommand";
54
+ import {
55
+ TagResourceCommandInput,
56
+ TagResourceCommandOutput,
57
+ } from "../commands/TagResourceCommand";
58
+ import {
59
+ UntagResourceCommandInput,
60
+ UntagResourceCommandOutput,
61
+ } from "../commands/UntagResourceCommand";
62
+ import {
63
+ UpdateServiceLevelObjectiveCommandInput,
64
+ UpdateServiceLevelObjectiveCommandOutput,
65
+ } from "../commands/UpdateServiceLevelObjectiveCommand";
66
+ export declare const se_BatchGetServiceLevelObjectiveBudgetReportCommand: (
67
+ input: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
68
+ context: __SerdeContext
69
+ ) => Promise<__HttpRequest>;
70
+ export declare const se_CreateServiceLevelObjectiveCommand: (
71
+ input: CreateServiceLevelObjectiveCommandInput,
72
+ context: __SerdeContext
73
+ ) => Promise<__HttpRequest>;
74
+ export declare const se_DeleteServiceLevelObjectiveCommand: (
75
+ input: DeleteServiceLevelObjectiveCommandInput,
76
+ context: __SerdeContext
77
+ ) => Promise<__HttpRequest>;
78
+ export declare const se_GetServiceCommand: (
79
+ input: GetServiceCommandInput,
80
+ context: __SerdeContext
81
+ ) => Promise<__HttpRequest>;
82
+ export declare const se_GetServiceLevelObjectiveCommand: (
83
+ input: GetServiceLevelObjectiveCommandInput,
84
+ context: __SerdeContext
85
+ ) => Promise<__HttpRequest>;
86
+ export declare const se_ListServiceDependenciesCommand: (
87
+ input: ListServiceDependenciesCommandInput,
88
+ context: __SerdeContext
89
+ ) => Promise<__HttpRequest>;
90
+ export declare const se_ListServiceDependentsCommand: (
91
+ input: ListServiceDependentsCommandInput,
92
+ context: __SerdeContext
93
+ ) => Promise<__HttpRequest>;
94
+ export declare const se_ListServiceLevelObjectivesCommand: (
95
+ input: ListServiceLevelObjectivesCommandInput,
96
+ context: __SerdeContext
97
+ ) => Promise<__HttpRequest>;
98
+ export declare const se_ListServiceOperationsCommand: (
99
+ input: ListServiceOperationsCommandInput,
100
+ context: __SerdeContext
101
+ ) => Promise<__HttpRequest>;
102
+ export declare const se_ListServicesCommand: (
103
+ input: ListServicesCommandInput,
104
+ context: __SerdeContext
105
+ ) => Promise<__HttpRequest>;
106
+ export declare const se_ListTagsForResourceCommand: (
107
+ input: ListTagsForResourceCommandInput,
108
+ context: __SerdeContext
109
+ ) => Promise<__HttpRequest>;
110
+ export declare const se_StartDiscoveryCommand: (
111
+ input: StartDiscoveryCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const se_TagResourceCommand: (
115
+ input: TagResourceCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const se_UntagResourceCommand: (
119
+ input: UntagResourceCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const se_UpdateServiceLevelObjectiveCommand: (
123
+ input: UpdateServiceLevelObjectiveCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const de_BatchGetServiceLevelObjectiveBudgetReportCommand: (
127
+ output: __HttpResponse,
128
+ context: __SerdeContext
129
+ ) => Promise<BatchGetServiceLevelObjectiveBudgetReportCommandOutput>;
130
+ export declare const de_CreateServiceLevelObjectiveCommand: (
131
+ output: __HttpResponse,
132
+ context: __SerdeContext
133
+ ) => Promise<CreateServiceLevelObjectiveCommandOutput>;
134
+ export declare const de_DeleteServiceLevelObjectiveCommand: (
135
+ output: __HttpResponse,
136
+ context: __SerdeContext
137
+ ) => Promise<DeleteServiceLevelObjectiveCommandOutput>;
138
+ export declare const de_GetServiceCommand: (
139
+ output: __HttpResponse,
140
+ context: __SerdeContext
141
+ ) => Promise<GetServiceCommandOutput>;
142
+ export declare const de_GetServiceLevelObjectiveCommand: (
143
+ output: __HttpResponse,
144
+ context: __SerdeContext
145
+ ) => Promise<GetServiceLevelObjectiveCommandOutput>;
146
+ export declare const de_ListServiceDependenciesCommand: (
147
+ output: __HttpResponse,
148
+ context: __SerdeContext
149
+ ) => Promise<ListServiceDependenciesCommandOutput>;
150
+ export declare const de_ListServiceDependentsCommand: (
151
+ output: __HttpResponse,
152
+ context: __SerdeContext
153
+ ) => Promise<ListServiceDependentsCommandOutput>;
154
+ export declare const de_ListServiceLevelObjectivesCommand: (
155
+ output: __HttpResponse,
156
+ context: __SerdeContext
157
+ ) => Promise<ListServiceLevelObjectivesCommandOutput>;
158
+ export declare const de_ListServiceOperationsCommand: (
159
+ output: __HttpResponse,
160
+ context: __SerdeContext
161
+ ) => Promise<ListServiceOperationsCommandOutput>;
162
+ export declare const de_ListServicesCommand: (
163
+ output: __HttpResponse,
164
+ context: __SerdeContext
165
+ ) => Promise<ListServicesCommandOutput>;
166
+ export declare const de_ListTagsForResourceCommand: (
167
+ output: __HttpResponse,
168
+ context: __SerdeContext
169
+ ) => Promise<ListTagsForResourceCommandOutput>;
170
+ export declare const de_StartDiscoveryCommand: (
171
+ output: __HttpResponse,
172
+ context: __SerdeContext
173
+ ) => Promise<StartDiscoveryCommandOutput>;
174
+ export declare const de_TagResourceCommand: (
175
+ output: __HttpResponse,
176
+ context: __SerdeContext
177
+ ) => Promise<TagResourceCommandOutput>;
178
+ export declare const de_UntagResourceCommand: (
179
+ output: __HttpResponse,
180
+ context: __SerdeContext
181
+ ) => Promise<UntagResourceCommandOutput>;
182
+ export declare const de_UpdateServiceLevelObjectiveCommand: (
183
+ output: __HttpResponse,
184
+ context: __SerdeContext
185
+ ) => Promise<UpdateServiceLevelObjectiveCommandOutput>;