aws-sdk-inspector2 1.40.0 → 1.41.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: 8f7bf50bbcc08b5dd2eee823512e42885176bb04c08751a41a67da3be098cd92
4
- data.tar.gz: 735617f2bcde6b2ab8aaa109e767dc2741cb626fb9920c5054a633816020d434
3
+ metadata.gz: 7df8a452ae80852a53e5600549b9bbb1ff947cd812f953da74667c441fab18da
4
+ data.tar.gz: 8002e455306a7c18db40eeeff365c99bfb8d24c0d74010c8d94650f880050193
5
5
  SHA512:
6
- metadata.gz: b5bdcc5df5e3f2e491f1dbafa3ec01d702ae1dbd72ded3190422dfbad4ca5dbf028b2ff572646dd5706637bc5bcc4cdbe574b730d39526ddc0a7f16dfa2688e5
7
- data.tar.gz: 963856c07c9cfe3168e1642ae0f9c79cee7108697c290308e1cfa00c71f86a603e0bd07c3428a1dce233a8d30542d19896ea24e489526a5c8ef024322c54382c
6
+ metadata.gz: cefd7ea0cbe8a6793fa1c0f5f7b7fe8be9825d90e8b5a2e77efab8856e0007692d3df876e2da14ac67b101a8acbc685f3176036e1ce04429485878bc4c57be82
7
+ data.tar.gz: 25a9bdefd5e6d2516d2341d5fb627e7a487834a4b846be1abf1763094a1e4cbf7a7a53a4fec0ab50a6614d6b0a398ea973886d75ac1060dbe21470a2b3d82e93
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -5353,7 +5353,7 @@ module Aws::Inspector2
5353
5353
  tracer: tracer
5354
5354
  )
5355
5355
  context[:gem_name] = 'aws-sdk-inspector2'
5356
- context[:gem_version] = '1.40.0'
5356
+ context[:gem_version] = '1.41.0'
5357
5357
  Seahorse::Client::Request.new(handlers, context)
5358
5358
  end
5359
5359
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Inspector2
11
12
  # @api private
12
13
  module ClientApi
@@ -7480,3 +7480,4 @@ module Aws::Inspector2
7480
7480
 
7481
7481
  end
7482
7482
  end
7483
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-inspector2/types'
15
- require_relative 'aws-sdk-inspector2/client_api'
16
- require_relative 'aws-sdk-inspector2/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-inspector2/client'
18
- require_relative 'aws-sdk-inspector2/errors'
19
- require_relative 'aws-sdk-inspector2/resource'
20
- require_relative 'aws-sdk-inspector2/endpoint_parameters'
21
- require_relative 'aws-sdk-inspector2/endpoint_provider'
22
- require_relative 'aws-sdk-inspector2/endpoints'
23
- require_relative 'aws-sdk-inspector2/customizations'
24
-
25
14
  # This module provides support for Inspector2. This module is available in the
26
15
  # `aws-sdk-inspector2` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-inspector2/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::Inspector2
43
+ autoload :Types, 'aws-sdk-inspector2/types'
44
+ autoload :ClientApi, 'aws-sdk-inspector2/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-inspector2/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-inspector2/client'
49
+ autoload :Errors, 'aws-sdk-inspector2/errors'
50
+ autoload :Resource, 'aws-sdk-inspector2/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-inspector2/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-inspector2/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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