aws-sdk-cloudwatchrum 1.39.0 → 1.40.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: 26114cec684f8c532e059f4abe33cbdcd5dc8d022805e66f8299017fd0fcabf5
4
- data.tar.gz: 3a23b1fd8ffcc78193f0a3e6e4504b0110671861b9f03a35d4523bc11fb6443f
3
+ metadata.gz: c1aed46612afad0637c03c93a4d3408852d044fb7b5f05f5fbfae85088135611
4
+ data.tar.gz: d28904d76b4641bdad69b97010e1f89dc6142590d29c40f7879de93ac8f36c41
5
5
  SHA512:
6
- metadata.gz: 3730e57385a854b31b97ef8ced45a6390b1fe93225f17fa438a88648b175e7b8804e067668babc26afa9dd7542eed1fa42e30154ffdde5175b7a4fa88cf51add
7
- data.tar.gz: 276a8b3e92d8126ff287e8911f4c3f5327a6448764423449c7d034433d6a14bbefb73c1a51ac9d68809e3b5121b1a47b981551815f90e408701a98e533cee7bd
6
+ metadata.gz: 1417fc3bd3b4db2f49b108922e14ba9fd3a7b5d7fe22fcf1b5d7dfdfd207e68590884e2c6773b640abc5e2bc5a4646ad2e2e9d1c328f59e749fd40188ab5da40
7
+ data.tar.gz: b94df7b1d6606e6a3fbaf0ac695ce9803b239762a68d410aea88ddf69d3cab071d35bb4473b31d901d74e9e3c0310b8969372cb5e90c6a2dd6753dad6aa34e2d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.39.0 (2025-03-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -1732,7 +1732,7 @@ module Aws::CloudWatchRUM
1732
1732
  tracer: tracer
1733
1733
  )
1734
1734
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1735
- context[:gem_version] = '1.39.0'
1735
+ context[:gem_version] = '1.40.0'
1736
1736
  Seahorse::Client::Request.new(handlers, context)
1737
1737
  end
1738
1738
 
@@ -433,9 +433,9 @@ module Aws::CloudWatchRUM
433
433
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
434
434
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
435
435
 
436
- RumEvent.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "details", metadata: {"jsonvalue"=>true}))
436
+ RumEvent.add_member(:details, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "details", metadata: {"jsonvalue" => true}))
437
437
  RumEvent.add_member(:id, Shapes::ShapeRef.new(shape: RumEventIdString, required: true, location_name: "id"))
438
- RumEvent.add_member(:metadata, Shapes::ShapeRef.new(shape: JsonValue, location_name: "metadata", metadata: {"jsonvalue"=>true}))
438
+ RumEvent.add_member(:metadata, Shapes::ShapeRef.new(shape: JsonValue, location_name: "metadata", metadata: {"jsonvalue" => true}))
439
439
  RumEvent.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "timestamp"))
440
440
  RumEvent.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
441
441
  RumEvent.struct_class = Types::RumEvent
@@ -54,7 +54,7 @@ module Aws::CloudWatchRUM
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
56
56
 
57
- GEM_VERSION = '1.39.0'
57
+ GEM_VERSION = '1.40.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchrum
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatchrum/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - CloudWatch RUM
99
96
  test_files: []