aws-sdk-guardduty 1.136.0 → 1.137.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: f07204f579d7e8f8b04ff6aad2c948fc7b40c3f1f20f604d6b90902af692c426
4
- data.tar.gz: 49f5e479e99c0f5857b60d1264400875b14790f4b56bdcdfe7f85318f9860e8e
3
+ metadata.gz: 2ecc0055048ca37031c696b3b15d843b87f6ca50bd96d381b0c059a56b44f606
4
+ data.tar.gz: d53df25af1304a39576655ea16b679d67e3cdbc0c5356392a14ac521f8a7f675
5
5
  SHA512:
6
- metadata.gz: 7e026d2fb68ca6ed93f335f1155d750cf78a27cdc0f53f5f592a40d25d0f9f968b509e25abc222eb1a234dd167a8c6d0c6ad4a07fd9fa3a2fe160cc204543ac9
7
- data.tar.gz: 3fb8acab14c1cf8bba779dae2ca83f79aacd8f1446d9449d3b9907b297d683d023762aec5bb2737dd5d72671356aaac185629174c229313e143dd00a9c093d56
6
+ metadata.gz: 3e3067ac0e74d5c147f89fbf8175c5e87a14cd80165fde172bf1dd963354dfd8286d0391d96ebdb6b77ec881f91f784debe635a5666e92372d05d66f4433dc05
7
+ data.tar.gz: fc096363ca448f9a41210cea29ba5f71ab9a2db92328d3e541f390b7e5f2a495763b1614f086419315ae0aa8bc4b459a9203dc1ad6a806ea2eebae24b03c003b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2025-12-09)
5
+ ------------------
6
+
7
+ * Feature - Adding support for Ec2LaunchTemplate Version field
8
+
4
9
  1.136.0 (2025-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -6516,7 +6516,7 @@ module Aws::GuardDuty
6516
6516
  tracer: tracer
6517
6517
  )
6518
6518
  context[:gem_name] = 'aws-sdk-guardduty'
6519
- context[:gem_version] = '1.136.0'
6519
+ context[:gem_version] = '1.137.0'
6520
6520
  Seahorse::Client::Request.new(handlers, context)
6521
6521
  end
6522
6522
 
@@ -1362,7 +1362,7 @@ module Aws::GuardDuty
1362
1362
  Ec2InstanceUids.member = Shapes::ShapeRef.new(shape: Ec2InstanceUid)
1363
1363
 
1364
1364
  Ec2LaunchTemplate.add_member(:ec2_instance_uids, Shapes::ShapeRef.new(shape: Ec2InstanceUids, location_name: "ec2InstanceUids"))
1365
- Ec2LaunchTemplate.add_member(:version, Shapes::ShapeRef.new(shape: LaunchTemplateVersion, location_name: "Version"))
1365
+ Ec2LaunchTemplate.add_member(:version, Shapes::ShapeRef.new(shape: LaunchTemplateVersion, location_name: "version"))
1366
1366
  Ec2LaunchTemplate.struct_class = Types::Ec2LaunchTemplate
1367
1367
 
1368
1368
  Ec2NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6Addresses, location_name: "ipv6Addresses"))
@@ -54,7 +54,7 @@ module Aws::GuardDuty
54
54
  autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
56
56
 
57
- GEM_VERSION = '1.136.0'
57
+ GEM_VERSION = '1.137.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-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.136.0
4
+ version: 1.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services