aws-sdk-applicationinsights 1.82.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98a5165ef43e1dc8c3e318a7cdbdd2cf3315e5b70271583467df594cb8bf5793
4
- data.tar.gz: d0be1a12eb5ccdd3f2491ee50bb27a6391f315f2b75306fa48f958fea7cd6642
3
+ metadata.gz: 5fca5a242c55d1fba0182ef73400409ab744f7bc2482e9dc39f698dde38611ab
4
+ data.tar.gz: 5586b472643d2a2e113a04ec3c74f20ab8a521dd7be9192c7bf47d71f77df245
5
5
  SHA512:
6
- metadata.gz: dc4179d29982aaf644d83682e56e0286bef6461cc4b956b94b5a637be6cf19ff99146c41664e984adc8d7835f056a3461840e530983b39c31ddd8c47227830fa
7
- data.tar.gz: 94356ef92347912ada9c639131d0d35bc5d697f3dc3e7bb6e1f8bcc5af793b2ef320f4ebb923927a9560df0b5d9d4efd39d94ec72b8543daf3e7d17fa9407920
6
+ metadata.gz: ea203a94a489d0691be40c270231604b4a158600887506608e0be1d6c3afd3301bb5f0481268b0e3ffdb37429eba16578e55faaf1956167755e8b9ce40e3730c
7
+ data.tar.gz: ce0b798ee96dacf0f6ba06320b34abddc54fe1148b2f787951323876949ddd53c7b4cedd4db1fed5d490b3b733bcbad01e9e5da8d8b7eb6622fa28450824cb36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.82.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
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.82.0'
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" => "json",
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",
@@ -54,7 +54,7 @@ module Aws::ApplicationInsights
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationinsights/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationinsights/endpoints'
56
56
 
57
- GEM_VERSION = '1.82.0'
57
+ GEM_VERSION = '1.83.0'
58
58
 
59
59
  end
60
60
 
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.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services