aws-sdk-prometheusservice 1.70.0 → 1.71.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: 4fb8a66b1f970b4a4632ef5148d9bf93459b1b7ca164790d5f533ff60eaf4cb8
4
- data.tar.gz: 2aa8080d281004e0380688a7bea6534c4c96f06fef7ad2511bae9f71265ecca0
3
+ metadata.gz: 765fda34a6cf496148bfba3ffddf3fe3f2fda2a9cd6371e7993716ec273d891e
4
+ data.tar.gz: 6407f982d5522cfd734718b14a1923ec227db4ce00ab9a9e5d4cf7a54588694c
5
5
  SHA512:
6
- metadata.gz: b828c4b719a09dde077137c64555e8c84913fec1108f4928693a8cb78b2cea14de8516745ae6910f3ad5ac16ee610b4045d37d0c970f565004872430dc9f56ba
7
- data.tar.gz: 57721f1d040752db9ca3e9cc42769526d1e253aad2d9e448828050af90d3dd24748d898e61979b032066d90a281b56a2162ddb4bd76e9bdda0b4db1062363745
6
+ metadata.gz: 31cf370a9ad630a0ee12b2cadbe05af8609d0274035e883d6ecb0d9900da6ac03591edd05397c00b06296ad443bb9fbeb1b21bcccdf7cbafb27ba23068ff11ca
7
+ data.tar.gz: 0aadaca6957caa1a85c22e0f37e09a91846f7f9a435f4b07cf78b30f6a6b4ed0e5a8ec4a375e070518b62e3af9dd1cb6c2b1af3d6eb81de7f2ef6351e4438063
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -3083,7 +3083,7 @@ module Aws::PrometheusService
3083
3083
  tracer: tracer
3084
3084
  )
3085
3085
  context[:gem_name] = 'aws-sdk-prometheusservice'
3086
- context[:gem_version] = '1.70.0'
3086
+ context[:gem_version] = '1.71.0'
3087
3087
  Seahorse::Client::Request.new(handlers, context)
3088
3088
  end
3089
3089
 
@@ -55,7 +55,7 @@ module Aws::PrometheusService
55
55
  autoload :EndpointProvider, 'aws-sdk-prometheusservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-prometheusservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.70.0'
58
+ GEM_VERSION = '1.71.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -106,21 +106,7 @@ module Aws
106
106
  mark_as_anomaly: bool?,
107
107
  skip: bool?
108
108
  },
109
- configuration: {
110
- random_cut_forest: {
111
- query: ::String,
112
- shingle_size: ::Integer?,
113
- sample_size: ::Integer?,
114
- ignore_near_expected_from_above: {
115
- amount: ::Float?,
116
- ratio: ::Float?
117
- }?,
118
- ignore_near_expected_from_below: {
119
- amount: ::Float?,
120
- ratio: ::Float?
121
- }?
122
- }?
123
- },
109
+ configuration: Params::anomaly_detector_configuration,
124
110
  ?labels: Hash[::String, ::String],
125
111
  ?client_token: ::String,
126
112
  ?tags: Hash[::String, ::String]
@@ -147,14 +133,7 @@ module Aws
147
133
  def create_query_logging_configuration: (
148
134
  workspace_id: ::String,
149
135
  destinations: Array[
150
- {
151
- cloud_watch_logs: {
152
- log_group_arn: ::String
153
- },
154
- filters: {
155
- qsp_threshold: ::Integer
156
- }
157
- },
136
+ Params::logging_destination
158
137
  ],
159
138
  ?client_token: ::String
160
139
  ) -> _CreateQueryLoggingConfigurationResponseSuccess
@@ -512,21 +491,7 @@ module Aws
512
491
  mark_as_anomaly: bool?,
513
492
  skip: bool?
514
493
  },
515
- configuration: {
516
- random_cut_forest: {
517
- query: ::String,
518
- shingle_size: ::Integer?,
519
- sample_size: ::Integer?,
520
- ignore_near_expected_from_above: {
521
- amount: ::Float?,
522
- ratio: ::Float?
523
- }?,
524
- ignore_near_expected_from_below: {
525
- amount: ::Float?,
526
- ratio: ::Float?
527
- }?
528
- }?
529
- },
494
+ configuration: Params::anomaly_detector_configuration,
530
495
  ?labels: Hash[::String, ::String],
531
496
  ?client_token: ::String
532
497
  ) -> _PutAnomalyDetectorResponseSuccess
@@ -602,14 +567,7 @@ module Aws
602
567
  def update_query_logging_configuration: (
603
568
  workspace_id: ::String,
604
569
  destinations: Array[
605
- {
606
- cloud_watch_logs: {
607
- log_group_arn: ::String
608
- },
609
- filters: {
610
- qsp_threshold: ::Integer
611
- }
612
- },
570
+ Params::logging_destination
613
571
  ],
614
572
  ?client_token: ::String
615
573
  ) -> _UpdateQueryLoggingConfigurationResponseSuccess
@@ -660,7 +618,7 @@ module Aws
660
618
  config: {
661
619
  options: Hash[::String, ::String]?
662
620
  }?
663
- },
621
+ }
664
622
  ]
665
623
  ) -> _UpdateScraperLoggingConfigurationResponseSuccess
666
624
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScraperLoggingConfigurationResponseSuccess
@@ -687,7 +645,7 @@ module Aws
687
645
  max_series: ::Integer?
688
646
  },
689
647
  label_set: Hash[::String, ::String]
690
- },
648
+ }
691
649
  ],
692
650
  ?retention_period_in_days: ::Integer
693
651
  ) -> _UpdateWorkspaceConfigurationResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,40 @@
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 PrometheusService
10
+ module Params
11
+ type random_cut_forest_configuration = {
12
+ query: ::String,
13
+ shingle_size: ::Integer?,
14
+ sample_size: ::Integer?,
15
+ ignore_near_expected_from_above: {
16
+ amount: ::Float?,
17
+ ratio: ::Float?
18
+ }?,
19
+ ignore_near_expected_from_below: {
20
+ amount: ::Float?,
21
+ ratio: ::Float?
22
+ }?
23
+ }
24
+
25
+ type anomaly_detector_configuration = {
26
+ random_cut_forest: Params::random_cut_forest_configuration?
27
+ }
28
+
29
+ type logging_destination = {
30
+ cloud_watch_logs: {
31
+ log_group_arn: ::String
32
+ },
33
+ filters: {
34
+ qsp_threshold: ::Integer
35
+ }
36
+ }
37
+
38
+ end
39
+ end
40
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-prometheusservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-prometheusservice/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