aws-sdk-applicationinsights 1.81.0 → 1.83.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationinsights/client.rb +1 -1
- data/lib/aws-sdk-applicationinsights/client_api.rb +2 -2
- data/lib/aws-sdk-applicationinsights.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fca5a242c55d1fba0182ef73400409ab744f7bc2482e9dc39f698dde38611ab
|
|
4
|
+
data.tar.gz: 5586b472643d2a2e113a04ec3c74f20ab8a521dd7be9192c7bf47d71f77df245
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea203a94a489d0691be40c270231604b4a158600887506608e0be1d6c3afd3301bb5f0481268b0e3ffdb37429eba16578e55faaf1956167755e8b9ce40e3730c
|
|
7
|
+
data.tar.gz: ce0b798ee96dacf0f6ba06320b34abddc54fe1148b2f787951323876949ddd53c7b4cedd4db1fed5d490b3b733bcbad01e9e5da8d8b7eb6622fa28450824cb36
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.83.0 (2026-07-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
|
|
8
|
+
|
|
9
|
+
1.82.0 (2026-07-09)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.81.0 (2026-05-29)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -2182,7 +2182,7 @@ module Aws::ApplicationInsights
|
|
|
2182
2182
|
tracer: tracer
|
|
2183
2183
|
)
|
|
2184
2184
|
context[:gem_name] = 'aws-sdk-applicationinsights'
|
|
2185
|
-
context[:gem_version] = '1.
|
|
2185
|
+
context[:gem_version] = '1.83.0'
|
|
2186
2186
|
Seahorse::Client::Request.new(handlers, context)
|
|
2187
2187
|
end
|
|
2188
2188
|
|
|
@@ -715,8 +715,8 @@ module Aws::ApplicationInsights
|
|
|
715
715
|
"auth" => ["aws.auth#sigv4"],
|
|
716
716
|
"endpointPrefix" => "applicationinsights",
|
|
717
717
|
"jsonVersion" => "1.1",
|
|
718
|
-
"protocol" => "
|
|
719
|
-
"protocols" => ["json"],
|
|
718
|
+
"protocol" => "smithy-rpc-v2-cbor",
|
|
719
|
+
"protocols" => ["smithy-rpc-v2-cbor", "json"],
|
|
720
720
|
"serviceAbbreviation" => "Application Insights",
|
|
721
721
|
"serviceFullName" => "Amazon CloudWatch Application Insights",
|
|
722
722
|
"serviceId" => "Application Insights",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-applicationinsights
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.254.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.254.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|