aws-sdk-codegurusecurity 1.21.0 → 1.22.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codegurusecurity/client.rb +1 -1
- data/lib/aws-sdk-codegurusecurity/client_api.rb +1 -0
- data/lib/aws-sdk-codegurusecurity/types.rb +1 -0
- data/lib/aws-sdk-codegurusecurity.rb +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f5d34ca9bc3450394db87d3b843a4624f46378d87c7bfa63310acab5c619116
|
|
4
|
+
data.tar.gz: fc080078146d6df1479dc34dfb7032fd5b6d6e1430ed9fd49bc71a52214e00b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b3c79ba6161e6f4dcac19d28785d872f15894d542ee06e59678914ee1b5fc608a1e00c59dcd2664f1966f2fbcbc0e35a03d957f0c2772f2a0f2973b9f9efeed
|
|
7
|
+
data.tar.gz: f6d8355d35c72c90539fdb641539e70bfcf8bec4a708fa565cde0dd17a3ccda82df98e84806b285aa1a9f12cbb76a69ffebe78f9fb4c68252f8883e00e9f8638
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
|
@@ -1121,7 +1121,7 @@ module Aws::CodeGuruSecurity
|
|
|
1121
1121
|
tracer: tracer
|
|
1122
1122
|
)
|
|
1123
1123
|
context[:gem_name] = 'aws-sdk-codegurusecurity'
|
|
1124
|
-
context[:gem_version] = '1.
|
|
1124
|
+
context[:gem_version] = '1.22.0'
|
|
1125
1125
|
Seahorse::Client::Request.new(handlers, context)
|
|
1126
1126
|
end
|
|
1127
1127
|
|
|
@@ -11,17 +11,6 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
-
require_relative 'aws-sdk-codegurusecurity/types'
|
|
15
|
-
require_relative 'aws-sdk-codegurusecurity/client_api'
|
|
16
|
-
require_relative 'aws-sdk-codegurusecurity/plugins/endpoints.rb'
|
|
17
|
-
require_relative 'aws-sdk-codegurusecurity/client'
|
|
18
|
-
require_relative 'aws-sdk-codegurusecurity/errors'
|
|
19
|
-
require_relative 'aws-sdk-codegurusecurity/resource'
|
|
20
|
-
require_relative 'aws-sdk-codegurusecurity/endpoint_parameters'
|
|
21
|
-
require_relative 'aws-sdk-codegurusecurity/endpoint_provider'
|
|
22
|
-
require_relative 'aws-sdk-codegurusecurity/endpoints'
|
|
23
|
-
require_relative 'aws-sdk-codegurusecurity/customizations'
|
|
24
|
-
|
|
25
14
|
# This module provides support for Amazon CodeGuru Security. This module is available in the
|
|
26
15
|
# `aws-sdk-codegurusecurity` gem.
|
|
27
16
|
#
|
|
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-codegurusecurity/customizations'
|
|
|
51
40
|
#
|
|
52
41
|
# @!group service
|
|
53
42
|
module Aws::CodeGuruSecurity
|
|
43
|
+
autoload :Types, 'aws-sdk-codegurusecurity/types'
|
|
44
|
+
autoload :ClientApi, 'aws-sdk-codegurusecurity/client_api'
|
|
45
|
+
module Plugins
|
|
46
|
+
autoload :Endpoints, 'aws-sdk-codegurusecurity/plugins/endpoints.rb'
|
|
47
|
+
end
|
|
48
|
+
autoload :Client, 'aws-sdk-codegurusecurity/client'
|
|
49
|
+
autoload :Errors, 'aws-sdk-codegurusecurity/errors'
|
|
50
|
+
autoload :Resource, 'aws-sdk-codegurusecurity/resource'
|
|
51
|
+
autoload :EndpointParameters, 'aws-sdk-codegurusecurity/endpoint_parameters'
|
|
52
|
+
autoload :EndpointProvider, 'aws-sdk-codegurusecurity/endpoint_provider'
|
|
53
|
+
autoload :Endpoints, 'aws-sdk-codegurusecurity/endpoints'
|
|
54
54
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
55
|
+
GEM_VERSION = '1.22.0'
|
|
56
56
|
|
|
57
57
|
end
|
|
58
|
+
|
|
59
|
+
require_relative 'aws-sdk-codegurusecurity/customizations'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codegurusecurity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.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-
|
|
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
|