aws-sdk-applicationsignals 1.17.0 → 1.19.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationsignals/client.rb +194 -1
- data/lib/aws-sdk-applicationsignals/client_api.rb +103 -0
- data/lib/aws-sdk-applicationsignals/types.rb +303 -6
- data/lib/aws-sdk-applicationsignals.rb +1 -1
- data/sig/client.rbs +73 -2
- data/sig/types.rbs +68 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -26,6 +26,26 @@ module Aws::ApplicationSignals
|
|
26
26
|
SENSITIVE: []
|
27
27
|
end
|
28
28
|
|
29
|
+
class BatchUpdateExclusionWindowsError
|
30
|
+
attr_accessor slo_id: ::String
|
31
|
+
attr_accessor error_code: ::String
|
32
|
+
attr_accessor error_message: ::String
|
33
|
+
SENSITIVE: []
|
34
|
+
end
|
35
|
+
|
36
|
+
class BatchUpdateExclusionWindowsInput
|
37
|
+
attr_accessor slo_ids: ::Array[::String]
|
38
|
+
attr_accessor add_exclusion_windows: ::Array[Types::ExclusionWindow]
|
39
|
+
attr_accessor remove_exclusion_windows: ::Array[Types::ExclusionWindow]
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class BatchUpdateExclusionWindowsOutput
|
44
|
+
attr_accessor slo_ids: ::Array[::String]
|
45
|
+
attr_accessor errors: ::Array[Types::BatchUpdateExclusionWindowsError]
|
46
|
+
SENSITIVE: []
|
47
|
+
end
|
48
|
+
|
29
49
|
class BurnRateConfiguration
|
30
50
|
attr_accessor look_back_window_minutes: ::Integer
|
31
51
|
SENSITIVE: []
|
@@ -67,12 +87,26 @@ module Aws::ApplicationSignals
|
|
67
87
|
class DeleteServiceLevelObjectiveOutput < Aws::EmptyStructure
|
68
88
|
end
|
69
89
|
|
90
|
+
class DependencyConfig
|
91
|
+
attr_accessor dependency_key_attributes: ::Hash[::String, ::String]
|
92
|
+
attr_accessor dependency_operation_name: ::String
|
93
|
+
SENSITIVE: []
|
94
|
+
end
|
95
|
+
|
70
96
|
class Dimension
|
71
97
|
attr_accessor name: ::String
|
72
98
|
attr_accessor value: ::String
|
73
99
|
SENSITIVE: []
|
74
100
|
end
|
75
101
|
|
102
|
+
class ExclusionWindow
|
103
|
+
attr_accessor window: Types::Window
|
104
|
+
attr_accessor start_time: ::Time
|
105
|
+
attr_accessor recurrence_rule: Types::RecurrenceRule
|
106
|
+
attr_accessor reason: ::String
|
107
|
+
SENSITIVE: []
|
108
|
+
end
|
109
|
+
|
76
110
|
class GetServiceInput
|
77
111
|
attr_accessor start_time: ::Time
|
78
112
|
attr_accessor end_time: ::Time
|
@@ -153,11 +187,26 @@ module Aws::ApplicationSignals
|
|
153
187
|
SENSITIVE: []
|
154
188
|
end
|
155
189
|
|
190
|
+
class ListServiceLevelObjectiveExclusionWindowsInput
|
191
|
+
attr_accessor id: ::String
|
192
|
+
attr_accessor max_results: ::Integer
|
193
|
+
attr_accessor next_token: ::String
|
194
|
+
SENSITIVE: []
|
195
|
+
end
|
196
|
+
|
197
|
+
class ListServiceLevelObjectiveExclusionWindowsOutput
|
198
|
+
attr_accessor exclusion_windows: ::Array[Types::ExclusionWindow]
|
199
|
+
attr_accessor next_token: ::String
|
200
|
+
SENSITIVE: []
|
201
|
+
end
|
202
|
+
|
156
203
|
class ListServiceLevelObjectivesInput
|
157
204
|
attr_accessor key_attributes: ::Hash[::String, ::String]
|
158
205
|
attr_accessor operation_name: ::String
|
206
|
+
attr_accessor dependency_config: Types::DependencyConfig
|
159
207
|
attr_accessor max_results: ::Integer
|
160
208
|
attr_accessor next_token: ::String
|
209
|
+
attr_accessor metric_source_types: ::Array[("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")]
|
161
210
|
attr_accessor include_linked_accounts: bool
|
162
211
|
attr_accessor slo_owner_aws_account_id: ::String
|
163
212
|
SENSITIVE: []
|
@@ -263,6 +312,11 @@ module Aws::ApplicationSignals
|
|
263
312
|
end
|
264
313
|
end
|
265
314
|
|
315
|
+
class RecurrenceRule
|
316
|
+
attr_accessor expression: ::String
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
|
266
320
|
class RequestBasedServiceLevelIndicator
|
267
321
|
attr_accessor request_based_sli_metric: Types::RequestBasedServiceLevelIndicatorMetric
|
268
322
|
attr_accessor metric_threshold: ::Float
|
@@ -283,6 +337,7 @@ module Aws::ApplicationSignals
|
|
283
337
|
attr_accessor metric_type: ("LATENCY" | "AVAILABILITY")
|
284
338
|
attr_accessor total_request_count_metric: ::Array[Types::MetricDataQuery]
|
285
339
|
attr_accessor monitored_request_count_metric: Types::MonitoredRequestCountMetricDataQueries
|
340
|
+
attr_accessor dependency_config: Types::DependencyConfig
|
286
341
|
SENSITIVE: []
|
287
342
|
end
|
288
343
|
|
@@ -292,6 +347,7 @@ module Aws::ApplicationSignals
|
|
292
347
|
attr_accessor metric_type: ("LATENCY" | "AVAILABILITY")
|
293
348
|
attr_accessor total_request_count_metric: ::Array[Types::MetricDataQuery]
|
294
349
|
attr_accessor monitored_request_count_metric: Types::MonitoredRequestCountMetricDataQueries
|
350
|
+
attr_accessor dependency_config: Types::DependencyConfig
|
295
351
|
SENSITIVE: []
|
296
352
|
end
|
297
353
|
|
@@ -351,6 +407,7 @@ module Aws::ApplicationSignals
|
|
351
407
|
attr_accessor operation_name: ::String
|
352
408
|
attr_accessor metric_type: ("LATENCY" | "AVAILABILITY")
|
353
409
|
attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
|
410
|
+
attr_accessor dependency_config: Types::DependencyConfig
|
354
411
|
SENSITIVE: []
|
355
412
|
end
|
356
413
|
|
@@ -361,6 +418,7 @@ module Aws::ApplicationSignals
|
|
361
418
|
attr_accessor statistic: ::String
|
362
419
|
attr_accessor period_seconds: ::Integer
|
363
420
|
attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
|
421
|
+
attr_accessor dependency_config: Types::DependencyConfig
|
364
422
|
SENSITIVE: []
|
365
423
|
end
|
366
424
|
|
@@ -375,6 +433,7 @@ module Aws::ApplicationSignals
|
|
375
433
|
attr_accessor evaluation_type: ("PeriodBased" | "RequestBased")
|
376
434
|
attr_accessor goal: Types::Goal
|
377
435
|
attr_accessor burn_rate_configurations: ::Array[Types::BurnRateConfiguration]
|
436
|
+
attr_accessor metric_source_type: ("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")
|
378
437
|
SENSITIVE: []
|
379
438
|
end
|
380
439
|
|
@@ -407,7 +466,10 @@ module Aws::ApplicationSignals
|
|
407
466
|
attr_accessor name: ::String
|
408
467
|
attr_accessor key_attributes: ::Hash[::String, ::String]
|
409
468
|
attr_accessor operation_name: ::String
|
469
|
+
attr_accessor dependency_config: Types::DependencyConfig
|
410
470
|
attr_accessor created_time: ::Time
|
471
|
+
attr_accessor evaluation_type: ("PeriodBased" | "RequestBased")
|
472
|
+
attr_accessor metric_source_type: ("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")
|
411
473
|
SENSITIVE: []
|
412
474
|
end
|
413
475
|
|
@@ -483,5 +545,11 @@ module Aws::ApplicationSignals
|
|
483
545
|
attr_accessor message: ::String
|
484
546
|
SENSITIVE: []
|
485
547
|
end
|
548
|
+
|
549
|
+
class Window
|
550
|
+
attr_accessor duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH")
|
551
|
+
attr_accessor duration: ::Integer
|
552
|
+
SENSITIVE: []
|
553
|
+
end
|
486
554
|
end
|
487
555
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-applicationsignals
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|