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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchrum/client.rb +1 -1
- data/lib/aws-sdk-cloudwatchrum/client_api.rb +2 -2
- data/lib/aws-sdk-cloudwatchrum.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1aed46612afad0637c03c93a4d3408852d044fb7b5f05f5fbfae85088135611
|
4
|
+
data.tar.gz: d28904d76b4641bdad69b97010e1f89dc6142590d29c40f7879de93ac8f36c41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1417fc3bd3b4db2f49b108922e14ba9fd3a7b5d7fe22fcf1b5d7dfdfd207e68590884e2c6773b640abc5e2bc5a4646ad2e2e9d1c328f59e749fd40188ab5da40
|
7
|
+
data.tar.gz: b94df7b1d6606e6a3fbaf0ac695ce9803b239762a68d410aea88ddf69d3cab071d35bb4473b31d901d74e9e3c0310b8969372cb5e90c6a2dd6753dad6aa34e2d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
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.
|
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:
|
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.
|
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: []
|