aws-sdk-cloudwatchrum 1.56.0 → 1.57.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: 79ca72ffdf8d9ddb5e99fab6139d8e612807385ce208d15916466cb5266c3d84
4
- data.tar.gz: ac30b53bbf7fd8defc2c94d17e509ab5f2923da68fec31dbdc53377c5c1de561
3
+ metadata.gz: f0cf69fef3a47db7c109d11dee7127f0d1e510b28e6cc4f90bbac49451ef76a9
4
+ data.tar.gz: ad8dc66b2a73bc5df16ad53b424c426d650573b95ce10a8bce5b2a235d5c8d07
5
5
  SHA512:
6
- metadata.gz: f7039e9fb94da59f80368c98c35725e6037c1b798ab00fc80312b4be1d5c1bb5025878dc3446a4cf2a47317d6d14ec2a032469f4c4e1e89bd4e9fd7b38a7990f
7
- data.tar.gz: f62542071af48993b6ee3ec638039f800086cd51253694100ee07eef46e5885ea0f2816ccb0255db468abd22e298aed7792ac935c0f889689695940234eae6f0
6
+ metadata.gz: 7ac869ddbf915f33f82a6c4a870a813abca8833d1f86fe4f37ffeed5f3bbd8fc4854ab252baf2a33038c4cedc53ec89fece8fd2ebe7145e2064600123532d700
7
+ data.tar.gz: 6976fdd143f18f38353a532c4bf53fbde025de6e7fb5639292f2aa445e7592460191c66632cd45d8c902d6dd71cde7ce4cb2ed0b923f2406f859455d1cbb160c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -1746,7 +1746,7 @@ module Aws::CloudWatchRUM
1746
1746
  tracer: tracer
1747
1747
  )
1748
1748
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1749
- context[:gem_version] = '1.56.0'
1749
+ context[:gem_version] = '1.57.0'
1750
1750
  Seahorse::Client::Request.new(handlers, context)
1751
1751
  end
1752
1752
 
@@ -55,7 +55,7 @@ module Aws::CloudWatchRUM
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
57
57
 
58
- GEM_VERSION = '1.56.0'
58
+ GEM_VERSION = '1.57.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -89,14 +89,7 @@ module Aws
89
89
  destination: ("CloudWatch" | "Evidently"),
90
90
  ?destination_arn: ::String,
91
91
  metric_definitions: Array[
92
- {
93
- name: ::String,
94
- value_key: ::String?,
95
- unit_label: ::String?,
96
- dimension_keys: Hash[::String, ::String]?,
97
- event_pattern: ::String?,
98
- namespace: ::String?
99
- },
92
+ Params::metric_definition_request
100
93
  ]
101
94
  ) -> _BatchCreateRumMetricDefinitionsResponseSuccess
102
95
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateRumMetricDefinitionsResponseSuccess
@@ -140,17 +133,7 @@ module Aws
140
133
  ?domain: ::String,
141
134
  ?domain_list: Array[::String],
142
135
  ?tags: Hash[::String, ::String],
143
- ?app_monitor_configuration: {
144
- identity_pool_id: ::String?,
145
- excluded_pages: Array[::String]?,
146
- included_pages: Array[::String]?,
147
- favorite_pages: Array[::String]?,
148
- session_sample_rate: ::Float?,
149
- guest_role_arn: ::String?,
150
- allow_cookies: bool?,
151
- telemetries: Array[("errors" | "performance" | "http")]?,
152
- enable_x_ray: bool?
153
- },
136
+ ?app_monitor_configuration: Params::app_monitor_configuration,
154
137
  ?cw_log_enabled: bool,
155
138
  ?custom_events: {
156
139
  status: ("ENABLED" | "DISABLED")?
@@ -222,7 +205,7 @@ module Aws
222
205
  {
223
206
  name: ::String?,
224
207
  values: Array[::String]?
225
- },
208
+ }
226
209
  ],
227
210
  ?max_results: ::Integer,
228
211
  ?next_token: ::String
@@ -312,7 +295,7 @@ module Aws
312
295
  type: ::String,
313
296
  metadata: ::String?,
314
297
  details: ::String
315
- },
298
+ }
316
299
  ],
317
300
  ?alias: ::String
318
301
  ) -> _PutRumEventsResponseSuccess
@@ -358,17 +341,7 @@ module Aws
358
341
  name: ::String,
359
342
  ?domain: ::String,
360
343
  ?domain_list: Array[::String],
361
- ?app_monitor_configuration: {
362
- identity_pool_id: ::String?,
363
- excluded_pages: Array[::String]?,
364
- included_pages: Array[::String]?,
365
- favorite_pages: Array[::String]?,
366
- session_sample_rate: ::Float?,
367
- guest_role_arn: ::String?,
368
- allow_cookies: bool?,
369
- telemetries: Array[("errors" | "performance" | "http")]?,
370
- enable_x_ray: bool?
371
- },
344
+ ?app_monitor_configuration: Params::app_monitor_configuration,
372
345
  ?cw_log_enabled: bool,
373
346
  ?custom_events: {
374
347
  status: ("ENABLED" | "DISABLED")?
@@ -390,14 +363,7 @@ module Aws
390
363
  app_monitor_name: ::String,
391
364
  destination: ("CloudWatch" | "Evidently"),
392
365
  ?destination_arn: ::String,
393
- metric_definition: {
394
- name: ::String,
395
- value_key: ::String?,
396
- unit_label: ::String?,
397
- dimension_keys: Hash[::String, ::String]?,
398
- event_pattern: ::String?,
399
- namespace: ::String?
400
- },
366
+ metric_definition: Params::metric_definition_request,
401
367
  metric_definition_id: ::String
402
368
  ) -> _UpdateRumMetricDefinitionResponseSuccess
403
369
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRumMetricDefinitionResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,34 @@
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 CloudWatchRUM
10
+ module Params
11
+ type metric_definition_request = {
12
+ name: ::String,
13
+ value_key: ::String?,
14
+ unit_label: ::String?,
15
+ dimension_keys: Hash[::String, ::String]?,
16
+ event_pattern: ::String?,
17
+ namespace: ::String?
18
+ }
19
+
20
+ type app_monitor_configuration = {
21
+ identity_pool_id: ::String?,
22
+ excluded_pages: Array[::String]?,
23
+ included_pages: Array[::String]?,
24
+ favorite_pages: Array[::String]?,
25
+ session_sample_rate: ::Float?,
26
+ guest_role_arn: ::String?,
27
+ allow_cookies: bool?,
28
+ telemetries: Array[("errors" | "performance" | "http")]?,
29
+ enable_x_ray: bool?
30
+ }
31
+
32
+ end
33
+ end
34
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-cloudwatchrum/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