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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75427c674922fc367ac26ca91e267490874100825f2343704333a0f4fa6b46dd
4
- data.tar.gz: e72cb97688be0c7a4196fedba24aca3b64f2a65468c72cc053bad16ea984ec82
3
+ metadata.gz: 5fca5a242c55d1fba0182ef73400409ab744f7bc2482e9dc39f698dde38611ab
4
+ data.tar.gz: 5586b472643d2a2e113a04ec3c74f20ab8a521dd7be9192c7bf47d71f77df245
5
5
  SHA512:
6
- metadata.gz: d282b84e581ac94c118695ca605f678ecc3b6b53076f9b31f1433c5348dc9d32125b036c97263f6999df754675108e5ff0673a54a762ff17ef8ae56822120ec0
7
- data.tar.gz: 0ff7906be7c404096b96236bc2aa01f3b523bab6ef8a290b3eb2768db6c707513ec0f8707ee16c8c38a5b2e5449244771accaabea8cd9b331e264ba6a2d1a72f
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.81.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.81.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.81.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.81.0
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.248.0
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.248.0
31
+ version: 3.254.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement