aws-sdk-guardduty 1.101.0 → 1.102.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: 82258308cf276d8a8a27680a564a72d27fb49401a90ee35a65511446128db830
4
- data.tar.gz: 522826cbf2c71f685fe187b7d11374f7f5eea924df32282cb7784fc125770517
3
+ metadata.gz: b31f06a161f8d71fa57f0e545904a33f55bf3d96282f55642700f8f322cc2ce3
4
+ data.tar.gz: 2815f4da1ba3de7639a59a74bd83440ed3f878ef9dceeb2004d8a4cf8d6a3a5d
5
5
  SHA512:
6
- metadata.gz: 64dd316f6831647ea55fc44b58dac737d3c5009312851b2078322279dcec1d2876d6dc02666cd55d4cac8be879cff73e27207f8538a3e9bca1bee06c30ecf701
7
- data.tar.gz: 36ebe50faa83abc89042b67b061f8eb6be8585f4dcdc68b785cfcdfc4c5d0bf9cb2001a9893faf11346374e90dee3835beb5253558c54e5126618502d12b02cf
6
+ metadata.gz: 76908cebb3ce9c07d7b267125f3961d134526b87f219dfb43048b36090f4619f0727c689799f57270b7ee3165ed0c51d67ed3c547c125e061680d5944c6f04d9
7
+ data.tar.gz: aee19a56530bb0f7bdf51d19edbf5f8b5563c3874378c8312ed470c8d22d9b7a7c1719ac2df108092758b6bd92a1124ba7a864303509b971920f53b9c1ba3d97
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.101.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -5061,7 +5061,7 @@ module Aws::GuardDuty
5061
5061
  tracer: tracer
5062
5062
  )
5063
5063
  context[:gem_name] = 'aws-sdk-guardduty'
5064
- context[:gem_version] = '1.101.0'
5064
+ context[:gem_version] = '1.102.0'
5065
5065
  Seahorse::Client::Request.new(handlers, context)
5066
5066
  end
5067
5067
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::GuardDuty
11
12
  # @api private
12
13
  module ClientApi
@@ -8965,3 +8965,4 @@ module Aws::GuardDuty
8965
8965
 
8966
8966
  end
8967
8967
  end
8968
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-guardduty/types'
15
- require_relative 'aws-sdk-guardduty/client_api'
16
- require_relative 'aws-sdk-guardduty/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-guardduty/client'
18
- require_relative 'aws-sdk-guardduty/errors'
19
- require_relative 'aws-sdk-guardduty/resource'
20
- require_relative 'aws-sdk-guardduty/endpoint_parameters'
21
- require_relative 'aws-sdk-guardduty/endpoint_provider'
22
- require_relative 'aws-sdk-guardduty/endpoints'
23
- require_relative 'aws-sdk-guardduty/customizations'
24
-
25
14
  # This module provides support for Amazon GuardDuty. This module is available in the
26
15
  # `aws-sdk-guardduty` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-guardduty/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::GuardDuty
43
+ autoload :Types, 'aws-sdk-guardduty/types'
44
+ autoload :ClientApi, 'aws-sdk-guardduty/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-guardduty/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-guardduty/client'
49
+ autoload :Errors, 'aws-sdk-guardduty/errors'
50
+ autoload :Resource, 'aws-sdk-guardduty/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-guardduty/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-guardduty/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-guardduty/endpoints'
54
54
 
55
- GEM_VERSION = '1.101.0'
55
+ GEM_VERSION = '1.102.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-guardduty/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.101.0
4
+ version: 1.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core