aws-sdk-inspectorscan 1.13.0 → 1.14.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: 0d810b0f76de2c980a60c7ab8dc2dbe3bfe2b307afc3dfb9031b6d9054cbc27b
4
- data.tar.gz: 2c9e5cd4405c83e4d1da4d2c1351238ecdc70403f7d27ac35e08b65ef3b5ef73
3
+ metadata.gz: 633098f319dc0d50f698266ee74dc43cf7c0ad9174e31f9ec56a16823d0e9348
4
+ data.tar.gz: 2992f029c3a796ef81804beb5f76a52ed2b39e4e2ae479641ad0066539aea335
5
5
  SHA512:
6
- metadata.gz: 4e3b25c10acc831268da196c0ef9b4d020d4e3b6c10023fcb69b66d7191c1b49f9efb66f6b87ed629f981a32be251b64024652611b4e4199edd8c6b1ebd415cf
7
- data.tar.gz: 15e0f9d7bf0e2311f4dae90471921ef4b8d37696f1adb2eee0bbb0c8738a45f16cb2fc03be18231028da480041166b37bc0132938d595d913a13d444b24f1e1c
6
+ metadata.gz: 74e0e70683b426a817c4edbe6bf3cbdc9bb5d03aa6c97f190fa78d5edd720d1750a29fd8f0fc1cbdc10c4b5e7773d4772dc8ee486d09705198510ba8885f0611
7
+ data.tar.gz: 8b811d684ac0f218a5d68061e80e754d4f7adb25b018b3f227993be477f24f8785cb3bda7ca9345f56b753f5d21fdcb5ef9c9c8b8f40dc8130a1f57ee73993d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -508,7 +508,7 @@ module Aws::InspectorScan
508
508
  tracer: tracer
509
509
  )
510
510
  context[:gem_name] = 'aws-sdk-inspectorscan'
511
- context[:gem_version] = '1.13.0'
511
+ context[:gem_version] = '1.14.0'
512
512
  Seahorse::Client::Request.new(handlers, context)
513
513
  end
514
514
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::InspectorScan
11
12
  # @api private
12
13
  module ClientApi
@@ -141,3 +141,4 @@ module Aws::InspectorScan
141
141
 
142
142
  end
143
143
  end
144
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-inspectorscan/types'
15
- require_relative 'aws-sdk-inspectorscan/client_api'
16
- require_relative 'aws-sdk-inspectorscan/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-inspectorscan/client'
18
- require_relative 'aws-sdk-inspectorscan/errors'
19
- require_relative 'aws-sdk-inspectorscan/resource'
20
- require_relative 'aws-sdk-inspectorscan/endpoint_parameters'
21
- require_relative 'aws-sdk-inspectorscan/endpoint_provider'
22
- require_relative 'aws-sdk-inspectorscan/endpoints'
23
- require_relative 'aws-sdk-inspectorscan/customizations'
24
-
25
14
  # This module provides support for Inspector Scan. This module is available in the
26
15
  # `aws-sdk-inspectorscan` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-inspectorscan/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::InspectorScan
43
+ autoload :Types, 'aws-sdk-inspectorscan/types'
44
+ autoload :ClientApi, 'aws-sdk-inspectorscan/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-inspectorscan/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-inspectorscan/client'
49
+ autoload :Errors, 'aws-sdk-inspectorscan/errors'
50
+ autoload :Resource, 'aws-sdk-inspectorscan/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-inspectorscan/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-inspectorscan/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-inspectorscan/endpoints'
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-inspectorscan/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspectorscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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