aws-sdk-cloudwatchlogs 1.104.0 → 1.105.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-cloudwatchlogs/client.rb +1 -1
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71216df90c030796925688169fb96c24dd572f42e6082ed6fb651d65b6e0dffc
|
|
4
|
+
data.tar.gz: 49ac3bcefb53fb109319d859604ee19e7e5459475169f3d4953785b38ec49527
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab47a5a8d1daf55c9573606f7e941bc1db381e67c6486a787c0d100864cbb126e259297fa67ef776b289042c4d05259adcb9545cb959a284f9fd9cf2e47eb030
|
|
7
|
+
data.tar.gz: bcf815e5bb47cc651e1a2f32b9a5496e996e67115655a284dd2325ff268aa1e9840ca4e314c7fe8413865ed516919452163a2147ffc30b2dfc9943905f690c80
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.105.0 (2024-12-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters
|
|
8
|
+
|
|
4
9
|
1.104.0 (2024-12-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -6918,7 +6918,7 @@ module Aws::CloudWatchLogs
|
|
|
6918
6918
|
tracer: tracer
|
|
6919
6919
|
)
|
|
6920
6920
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
|
6921
|
-
context[:gem_version] = '1.
|
|
6921
|
+
context[:gem_version] = '1.105.0'
|
|
6922
6922
|
Seahorse::Client::Request.new(handlers, context)
|
|
6923
6923
|
end
|
|
6924
6924
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudwatchlogs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|