aws-sdk-guardduty 1.118.0 → 1.119.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: 42c68eb381bada3c3c5e0f43c78beb320879927e7493c0efd7e76ae819f3a3c7
4
- data.tar.gz: 3eba5cd6dde16d53b39368294ac2996503f4cb47ea78b86e1e992d8e3a102e72
3
+ metadata.gz: fe7fec1ebe98640b377f5b4bba95e40ca2e06837aba77916de0f376b9a233dc2
4
+ data.tar.gz: fba66b82f026b213366429b79857089e0c0fa8f89b31bb13109dc7142eea29c4
5
5
  SHA512:
6
- metadata.gz: a708c6de3fced4ce33599024f166f5e3309bc0842bf637b4d7a256725c2a13ddfcf395da7e1af610b52f217cf06e374d15262d302d24d8fc4af713804e87d175
7
- data.tar.gz: 2ddb863ba1243d224362b6b9505cdc31b0fa55b1d46197c49db634aee5384f5b416566bfe59e74bd5844d60b58e8571b16042eec29d6ba12b56e2ce67bad83f2
6
+ metadata.gz: adc2adc37e6191679ddee33ad6986df36c9e2d99df365fbedf9b1591ab71f3a22cc5727a71f0a9c75a5c796d05d38dcfccd14b1db59f528ebc0aceb44d56e591
7
+ data.tar.gz: 2c62558d487162101d01248f267a04f7833424ee249f133156a22c73ed6c4628971fa06a9176b116e53f6a3eed975caa0407ea8913b39ee8f948cb402a5b41cd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.0 (2025-06-27)
5
+ ------------------
6
+
7
+ * Feature - Update JSON target for Kubernetes workload resource type.
8
+
4
9
  1.118.0 (2025-06-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.118.0
1
+ 1.119.0
@@ -5581,7 +5581,7 @@ module Aws::GuardDuty
5581
5581
  tracer: tracer
5582
5582
  )
5583
5583
  context[:gem_name] = 'aws-sdk-guardduty'
5584
- context[:gem_version] = '1.118.0'
5584
+ context[:gem_version] = '1.119.0'
5585
5585
  Seahorse::Client::Request.new(handlers, context)
5586
5586
  end
5587
5587
 
@@ -1647,7 +1647,7 @@ module Aws::GuardDuty
1647
1647
 
1648
1648
  KubernetesWorkload.add_member(:container_uids, Shapes::ShapeRef.new(shape: ContainerUids, location_name: "containerUids"))
1649
1649
  KubernetesWorkload.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
1650
- KubernetesWorkload.add_member(:kubernetes_resources_types, Shapes::ShapeRef.new(shape: KubernetesResourcesTypes, location_name: "kubernetesResourcesTypes"))
1650
+ KubernetesWorkload.add_member(:kubernetes_resources_types, Shapes::ShapeRef.new(shape: KubernetesResourcesTypes, location_name: "type"))
1651
1651
  KubernetesWorkload.struct_class = Types::KubernetesWorkload
1652
1652
 
1653
1653
  KubernetesWorkloadDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
@@ -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.118.0'
57
+ GEM_VERSION = '1.119.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.118.0
4
+ version: 1.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services