aws-sdk-applicationsignals 1.41.0 → 1.43.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ac828441158d1192393e6234d614f7d179f57001877ece148313cf5054c3b23
4
- data.tar.gz: ea59d36016b7b8cb7f06f0022e4d68590220c1fc8dff12ba35bcb85e5e3eacd9
3
+ metadata.gz: bbd41ab8785634619460a95ba3ed51dec1688c73d109327f840f2b234514c008
4
+ data.tar.gz: 884e85df503196520a1c5640f35a6c88e1642cb82ae639d27f403f6f9299ac00
5
5
  SHA512:
6
- metadata.gz: 4365383ac21f8ad492f86661fbeae06a48e1c52ccae8c7798ca6b41892534c5ffd5400ecea8d76c09d1f43c41c41bebb6cf8a459792ef4097a6944f9ec6bff8e
7
- data.tar.gz: bb65bd016d941107c924452ceedf24a2f8fbef5a9b8a7d3f48bd316659cdbcdc2735ab9ec811a708d34311b178fd0862b5e240f5c0bb77ebb8620b4503d8b892
6
+ metadata.gz: efb15443b566200ef80efdd091c0afe5194c78be8969698a947629e606f9e047e85d8c2292eedb62884640855e832fef0642f2a896b57c697bdb374dd0e66983
7
+ data.tar.gz: 1d9e0889c8d23e6dc2f285e15050ad5e2dc365b8543459abe742ec169c47088aba01621976aeef2789dc821eae3ecf45a150ade15f9ef0d23c2973aaf35b6261
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.42.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.41.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.43.0
@@ -199,7 +199,7 @@ module Aws::ApplicationSignals
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ApplicationSignals
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3100,7 +3098,7 @@ module Aws::ApplicationSignals
3100
3098
  tracer: tracer
3101
3099
  )
3102
3100
  context[:gem_name] = 'aws-sdk-applicationsignals'
3103
- context[:gem_version] = '1.41.0'
3101
+ context[:gem_version] = '1.43.0'
3104
3102
  Seahorse::Client::Request.new(handlers, context)
3105
3103
  end
3106
3104
 
@@ -55,7 +55,7 @@ module Aws::ApplicationSignals
55
55
  autoload :EndpointProvider, 'aws-sdk-applicationsignals/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-applicationsignals/endpoints'
57
57
 
58
- GEM_VERSION = '1.41.0'
58
+ GEM_VERSION = '1.43.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -100,30 +100,10 @@ module Aws
100
100
  def batch_update_exclusion_windows: (
101
101
  slo_ids: Array[::String],
102
102
  ?add_exclusion_windows: Array[
103
- {
104
- window: {
105
- duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
106
- duration: ::Integer
107
- },
108
- start_time: ::Time?,
109
- recurrence_rule: {
110
- expression: ::String
111
- }?,
112
- reason: ::String?
113
- },
103
+ Params::exclusion_window
114
104
  ],
115
105
  ?remove_exclusion_windows: Array[
116
- {
117
- window: {
118
- duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
119
- duration: ::Integer
120
- },
121
- start_time: ::Time?,
122
- recurrence_rule: {
123
- expression: ::String
124
- }?,
125
- reason: ::String?
126
- },
106
+ Params::exclusion_window
127
107
  ]
128
108
  ) -> _BatchUpdateExclusionWindowsResponseSuccess
129
109
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateExclusionWindowsResponseSuccess
@@ -136,193 +116,19 @@ module Aws
136
116
  def create_service_level_objective: (
137
117
  name: ::String,
138
118
  ?description: ::String,
139
- ?sli_config: {
140
- sli_metric_config: {
141
- key_attributes: Hash[::String, ::String]?,
142
- operation_name: ::String?,
143
- metric_type: ("LATENCY" | "AVAILABILITY")?,
144
- metric_name: ::String?,
145
- statistic: ::String?,
146
- period_seconds: ::Integer?,
147
- metric_source: {
148
- metric_source_key_attributes: Hash[::String, ::String],
149
- metric_source_attributes: Hash[::String, ::String]?
150
- }?,
151
- metric_data_queries: Array[
152
- {
153
- id: ::String,
154
- metric_stat: {
155
- metric: {
156
- namespace: ::String?,
157
- metric_name: ::String?,
158
- dimensions: Array[
159
- {
160
- name: ::String,
161
- value: ::String
162
- },
163
- ]?
164
- },
165
- period: ::Integer,
166
- stat: ::String,
167
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
168
- }?,
169
- expression: ::String?,
170
- label: ::String?,
171
- return_data: bool?,
172
- period: ::Integer?,
173
- account_id: ::String?
174
- },
175
- ]?,
176
- dependency_config: {
177
- dependency_key_attributes: Hash[::String, ::String],
178
- dependency_operation_name: ::String
179
- }?,
180
- composite_sli_config: {
181
- selection_config: {
182
- type: ("EXPLICIT" | "PREFIX" | "REGEX"),
183
- pattern: ::String?
184
- },
185
- components: Array[
186
- {
187
- operation_name: ::String?
188
- },
189
- ]?
190
- }?
191
- },
192
- metric_threshold: ::Float?,
193
- comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
194
- },
195
- ?request_based_sli_config: {
196
- request_based_sli_metric_config: {
197
- key_attributes: Hash[::String, ::String]?,
198
- operation_name: ::String?,
199
- metric_type: ("LATENCY" | "AVAILABILITY")?,
200
- total_request_count_metric: Array[
201
- {
202
- id: ::String,
203
- metric_stat: {
204
- metric: {
205
- namespace: ::String?,
206
- metric_name: ::String?,
207
- dimensions: Array[
208
- {
209
- name: ::String,
210
- value: ::String
211
- },
212
- ]?
213
- },
214
- period: ::Integer,
215
- stat: ::String,
216
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
217
- }?,
218
- expression: ::String?,
219
- label: ::String?,
220
- return_data: bool?,
221
- period: ::Integer?,
222
- account_id: ::String?
223
- },
224
- ]?,
225
- monitored_request_count_metric: {
226
- good_count_metric: Array[
227
- {
228
- id: ::String,
229
- metric_stat: {
230
- metric: {
231
- namespace: ::String?,
232
- metric_name: ::String?,
233
- dimensions: Array[
234
- {
235
- name: ::String,
236
- value: ::String
237
- },
238
- ]?
239
- },
240
- period: ::Integer,
241
- stat: ::String,
242
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
243
- }?,
244
- expression: ::String?,
245
- label: ::String?,
246
- return_data: bool?,
247
- period: ::Integer?,
248
- account_id: ::String?
249
- },
250
- ]?,
251
- bad_count_metric: Array[
252
- {
253
- id: ::String,
254
- metric_stat: {
255
- metric: {
256
- namespace: ::String?,
257
- metric_name: ::String?,
258
- dimensions: Array[
259
- {
260
- name: ::String,
261
- value: ::String
262
- },
263
- ]?
264
- },
265
- period: ::Integer,
266
- stat: ::String,
267
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
268
- }?,
269
- expression: ::String?,
270
- label: ::String?,
271
- return_data: bool?,
272
- period: ::Integer?,
273
- account_id: ::String?
274
- },
275
- ]?
276
- }?,
277
- dependency_config: {
278
- dependency_key_attributes: Hash[::String, ::String],
279
- dependency_operation_name: ::String
280
- }?,
281
- metric_source: {
282
- metric_source_key_attributes: Hash[::String, ::String],
283
- metric_source_attributes: Hash[::String, ::String]?
284
- }?,
285
- metric_name: ::String?,
286
- composite_sli_config: {
287
- selection_config: {
288
- type: ("EXPLICIT" | "PREFIX" | "REGEX"),
289
- pattern: ::String?
290
- },
291
- components: Array[
292
- {
293
- operation_name: ::String?
294
- },
295
- ]?
296
- }?
297
- },
298
- metric_threshold: ::Float?,
299
- comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
300
- },
301
- ?goal: {
302
- interval: {
303
- rolling_interval: {
304
- duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
305
- duration: ::Integer
306
- }?,
307
- calendar_interval: {
308
- start_time: ::Time,
309
- duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
310
- duration: ::Integer
311
- }?
312
- }?,
313
- attainment_goal: ::Float?,
314
- warning_threshold: ::Float?
315
- },
119
+ ?sli_config: Params::service_level_indicator_config,
120
+ ?request_based_sli_config: Params::request_based_service_level_indicator_config,
121
+ ?goal: Params::goal,
316
122
  ?tags: Array[
317
123
  {
318
124
  key: ::String,
319
125
  value: ::String
320
- },
126
+ }
321
127
  ],
322
128
  ?burn_rate_configurations: Array[
323
129
  {
324
130
  look_back_window_minutes: ::Integer
325
- },
131
+ }
326
132
  ],
327
133
  ?create_recommended_slo: bool,
328
134
  ?auto_investigation_enabled: bool
@@ -410,7 +216,7 @@ module Aws
410
216
  canary_name: ::String
411
217
  }?
412
218
  }
413
- },
219
+ }
414
220
  ],
415
221
  ?detail_level: ("BRIEF" | "DETAILED"),
416
222
  ?next_token: ::String,
@@ -557,7 +363,7 @@ module Aws
557
363
  {
558
364
  attribute_filter_name: ::String,
559
365
  attribute_filter_values: Array[::String]
560
- },
366
+ }
561
367
  ]
562
368
  ) -> _ListServiceStatesResponseSuccess
563
369
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceStatesResponseSuccess
@@ -601,7 +407,7 @@ module Aws
601
407
  grouping_name: ::String,
602
408
  grouping_source_keys: Array[::String]?,
603
409
  default_grouping_value: ::String?
604
- },
410
+ }
605
411
  ]
606
412
  ) -> _PutGroupingConfigurationResponseSuccess
607
413
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutGroupingConfigurationResponseSuccess
@@ -624,7 +430,7 @@ module Aws
624
430
  {
625
431
  key: ::String,
626
432
  value: ::String
627
- },
433
+ }
628
434
  ]
629
435
  ) -> _TagResourceResponseSuccess
630
436
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -647,187 +453,13 @@ module Aws
647
453
  def update_service_level_objective: (
648
454
  id: ::String,
649
455
  ?description: ::String,
650
- ?sli_config: {
651
- sli_metric_config: {
652
- key_attributes: Hash[::String, ::String]?,
653
- operation_name: ::String?,
654
- metric_type: ("LATENCY" | "AVAILABILITY")?,
655
- metric_name: ::String?,
656
- statistic: ::String?,
657
- period_seconds: ::Integer?,
658
- metric_source: {
659
- metric_source_key_attributes: Hash[::String, ::String],
660
- metric_source_attributes: Hash[::String, ::String]?
661
- }?,
662
- metric_data_queries: Array[
663
- {
664
- id: ::String,
665
- metric_stat: {
666
- metric: {
667
- namespace: ::String?,
668
- metric_name: ::String?,
669
- dimensions: Array[
670
- {
671
- name: ::String,
672
- value: ::String
673
- },
674
- ]?
675
- },
676
- period: ::Integer,
677
- stat: ::String,
678
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
679
- }?,
680
- expression: ::String?,
681
- label: ::String?,
682
- return_data: bool?,
683
- period: ::Integer?,
684
- account_id: ::String?
685
- },
686
- ]?,
687
- dependency_config: {
688
- dependency_key_attributes: Hash[::String, ::String],
689
- dependency_operation_name: ::String
690
- }?,
691
- composite_sli_config: {
692
- selection_config: {
693
- type: ("EXPLICIT" | "PREFIX" | "REGEX"),
694
- pattern: ::String?
695
- },
696
- components: Array[
697
- {
698
- operation_name: ::String?
699
- },
700
- ]?
701
- }?
702
- },
703
- metric_threshold: ::Float?,
704
- comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
705
- },
706
- ?request_based_sli_config: {
707
- request_based_sli_metric_config: {
708
- key_attributes: Hash[::String, ::String]?,
709
- operation_name: ::String?,
710
- metric_type: ("LATENCY" | "AVAILABILITY")?,
711
- total_request_count_metric: Array[
712
- {
713
- id: ::String,
714
- metric_stat: {
715
- metric: {
716
- namespace: ::String?,
717
- metric_name: ::String?,
718
- dimensions: Array[
719
- {
720
- name: ::String,
721
- value: ::String
722
- },
723
- ]?
724
- },
725
- period: ::Integer,
726
- stat: ::String,
727
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
728
- }?,
729
- expression: ::String?,
730
- label: ::String?,
731
- return_data: bool?,
732
- period: ::Integer?,
733
- account_id: ::String?
734
- },
735
- ]?,
736
- monitored_request_count_metric: {
737
- good_count_metric: Array[
738
- {
739
- id: ::String,
740
- metric_stat: {
741
- metric: {
742
- namespace: ::String?,
743
- metric_name: ::String?,
744
- dimensions: Array[
745
- {
746
- name: ::String,
747
- value: ::String
748
- },
749
- ]?
750
- },
751
- period: ::Integer,
752
- stat: ::String,
753
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
754
- }?,
755
- expression: ::String?,
756
- label: ::String?,
757
- return_data: bool?,
758
- period: ::Integer?,
759
- account_id: ::String?
760
- },
761
- ]?,
762
- bad_count_metric: Array[
763
- {
764
- id: ::String,
765
- metric_stat: {
766
- metric: {
767
- namespace: ::String?,
768
- metric_name: ::String?,
769
- dimensions: Array[
770
- {
771
- name: ::String,
772
- value: ::String
773
- },
774
- ]?
775
- },
776
- period: ::Integer,
777
- stat: ::String,
778
- unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
779
- }?,
780
- expression: ::String?,
781
- label: ::String?,
782
- return_data: bool?,
783
- period: ::Integer?,
784
- account_id: ::String?
785
- },
786
- ]?
787
- }?,
788
- dependency_config: {
789
- dependency_key_attributes: Hash[::String, ::String],
790
- dependency_operation_name: ::String
791
- }?,
792
- metric_source: {
793
- metric_source_key_attributes: Hash[::String, ::String],
794
- metric_source_attributes: Hash[::String, ::String]?
795
- }?,
796
- metric_name: ::String?,
797
- composite_sli_config: {
798
- selection_config: {
799
- type: ("EXPLICIT" | "PREFIX" | "REGEX"),
800
- pattern: ::String?
801
- },
802
- components: Array[
803
- {
804
- operation_name: ::String?
805
- },
806
- ]?
807
- }?
808
- },
809
- metric_threshold: ::Float?,
810
- comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
811
- },
812
- ?goal: {
813
- interval: {
814
- rolling_interval: {
815
- duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
816
- duration: ::Integer
817
- }?,
818
- calendar_interval: {
819
- start_time: ::Time,
820
- duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
821
- duration: ::Integer
822
- }?
823
- }?,
824
- attainment_goal: ::Float?,
825
- warning_threshold: ::Float?
826
- },
456
+ ?sli_config: Params::service_level_indicator_config,
457
+ ?request_based_sli_config: Params::request_based_service_level_indicator_config,
458
+ ?goal: Params::goal,
827
459
  ?burn_rate_configurations: Array[
828
460
  {
829
461
  look_back_window_minutes: ::Integer
830
- },
462
+ }
831
463
  ],
832
464
  ?auto_investigation_enabled: bool
833
465
  ) -> _UpdateServiceLevelObjectiveResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,145 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ApplicationSignals
10
+ module Params
11
+ type exclusion_window = {
12
+ window: {
13
+ duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
14
+ duration: ::Integer
15
+ },
16
+ start_time: ::Time?,
17
+ recurrence_rule: {
18
+ expression: ::String
19
+ }?,
20
+ reason: ::String?
21
+ }
22
+
23
+ type composite_sli_config = {
24
+ selection_config: {
25
+ type: ("EXPLICIT" | "PREFIX" | "REGEX"),
26
+ pattern: ::String?
27
+ },
28
+ components: Array[
29
+ {
30
+ operation_name: ::String?
31
+ }
32
+ ]?
33
+ }
34
+
35
+ type service_level_indicator_metric_config = {
36
+ key_attributes: Hash[::String, ::String]?,
37
+ operation_name: ::String?,
38
+ metric_type: ("LATENCY" | "AVAILABILITY")?,
39
+ metric_name: ::String?,
40
+ statistic: ::String?,
41
+ period_seconds: ::Integer?,
42
+ metric_source: {
43
+ metric_source_key_attributes: Hash[::String, ::String],
44
+ metric_source_attributes: Hash[::String, ::String]?
45
+ }?,
46
+ metric_data_queries: Array[
47
+ Params::metric_data_query
48
+ ]?,
49
+ dependency_config: {
50
+ dependency_key_attributes: Hash[::String, ::String],
51
+ dependency_operation_name: ::String
52
+ }?,
53
+ composite_sli_config: Params::composite_sli_config?
54
+ }
55
+
56
+ type service_level_indicator_config = {
57
+ sli_metric_config: Params::service_level_indicator_metric_config,
58
+ metric_threshold: ::Float?,
59
+ comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
60
+ }
61
+
62
+ type metric = {
63
+ namespace: ::String?,
64
+ metric_name: ::String?,
65
+ dimensions: Array[
66
+ {
67
+ name: ::String,
68
+ value: ::String
69
+ }
70
+ ]?
71
+ }
72
+
73
+ type metric_stat = {
74
+ metric: Params::metric,
75
+ period: ::Integer,
76
+ stat: ::String,
77
+ unit: ("Microseconds" | "Milliseconds" | "Seconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None")?
78
+ }
79
+
80
+ type metric_data_query = {
81
+ id: ::String,
82
+ metric_stat: Params::metric_stat?,
83
+ expression: ::String?,
84
+ label: ::String?,
85
+ return_data: bool?,
86
+ period: ::Integer?,
87
+ account_id: ::String?
88
+ }
89
+
90
+ type monitored_request_count_metric_data_queries = {
91
+ good_count_metric: Array[
92
+ Params::metric_data_query
93
+ ]?,
94
+ bad_count_metric: Array[
95
+ Params::metric_data_query
96
+ ]?
97
+ }
98
+
99
+ type request_based_service_level_indicator_metric_config = {
100
+ key_attributes: Hash[::String, ::String]?,
101
+ operation_name: ::String?,
102
+ metric_type: ("LATENCY" | "AVAILABILITY")?,
103
+ total_request_count_metric: Array[
104
+ Params::metric_data_query
105
+ ]?,
106
+ monitored_request_count_metric: Params::monitored_request_count_metric_data_queries?,
107
+ dependency_config: {
108
+ dependency_key_attributes: Hash[::String, ::String],
109
+ dependency_operation_name: ::String
110
+ }?,
111
+ metric_source: {
112
+ metric_source_key_attributes: Hash[::String, ::String],
113
+ metric_source_attributes: Hash[::String, ::String]?
114
+ }?,
115
+ metric_name: ::String?,
116
+ composite_sli_config: Params::composite_sli_config?
117
+ }
118
+
119
+ type request_based_service_level_indicator_config = {
120
+ request_based_sli_metric_config: Params::request_based_service_level_indicator_metric_config,
121
+ metric_threshold: ::Float?,
122
+ comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
123
+ }
124
+
125
+ type interval = {
126
+ rolling_interval: {
127
+ duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
128
+ duration: ::Integer
129
+ }?,
130
+ calendar_interval: {
131
+ start_time: ::Time,
132
+ duration_unit: ("MINUTE" | "HOUR" | "DAY" | "MONTH"),
133
+ duration: ::Integer
134
+ }?
135
+ }
136
+
137
+ type goal = {
138
+ interval: Params::interval?,
139
+ attainment_goal: ::Float?,
140
+ warning_threshold: ::Float?
141
+ }
142
+
143
+ end
144
+ end
145
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationsignals
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-applicationsignals/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs