aws-sdk-codegurusecurity 1.4.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbbe25355996181fda55a44f1acc80d09327d247efa7f07ee8f57979093ecb4b
4
- data.tar.gz: 977036425acb3ba80386b89d14aac6c466644cae9a4a50ec9d3f13a7981a9e40
3
+ metadata.gz: 2471129368117eb15f27ecff93ea41b1e56e0aed01075e4bb0bee12c1c422b7f
4
+ data.tar.gz: bc0f0df9e748f900173a74d4bf2e9cb2bf9a32633a70a21d9e10f63843021213
5
5
  SHA512:
6
- metadata.gz: ff5337187ed30fde18d64d446e72e473037d056038a8b82612426e8d415e82090b03810f575cece8de84a3d35b994f0af1b76c843b917504e79e0eb00bc4b008
7
- data.tar.gz: bcdbeccca683bc29d06a7380f459a09d0a1db6f021f80b09376683c88ecb6c9287e71e4e26d5e6d0a36e2e78af038c1dd2a51310bc2c45d28e469541e5f06cdb
6
+ metadata.gz: 2646d362d8ac82970a1aae3f7fc842373fb45a3d90e2cb6aa1fb44c1a33285112815330a034ac8bc9376a6d55ce554efba91142cf4f855cbaf74010efee560b6
7
+ data.tar.gz: 7e85fb096a876a666d965a43714cb136efa917b8fa218a2bc921da6c022ded481d2a97c745bd2088834d1b4a071c0663a88695dd6156a4c4f2e6b00d86e96e6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.5.0 (2023-07-18)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for CodeGuru Security.
13
+
4
14
  1.4.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.6.0
@@ -467,7 +467,7 @@ module Aws::CodeGuruSecurity
467
467
  #
468
468
  # @option params [String] :analysis_type
469
469
  # The type of analysis you want CodeGuru Security to perform in the
470
- # scan, either `Security` or `All`. The `Secuirty` type only generates
470
+ # scan, either `Security` or `All`. The `Security` type only generates
471
471
  # findings related to security. The `All` type generates both security
472
472
  # findings and quality findings. Defaults to `Security` type if missing.
473
473
  #
@@ -863,7 +863,8 @@ module Aws::CodeGuruSecurity
863
863
  req.send_request(options)
864
864
  end
865
865
 
866
- # Returns a list of all the scans in an account.
866
+ # Returns a list of all the standard scans in an account. Does not
867
+ # return express scans.
867
868
  #
868
869
  # @option params [Integer] :max_results
869
870
  # The maximum number of results to return in the response. Use this
@@ -1050,7 +1051,7 @@ module Aws::CodeGuruSecurity
1050
1051
  params: params,
1051
1052
  config: config)
1052
1053
  context[:gem_name] = 'aws-sdk-codegurusecurity'
1053
- context[:gem_version] = '1.4.0'
1054
+ context[:gem_version] = '1.6.0'
1054
1055
  Seahorse::Client::Request.new(handlers, context)
1055
1056
  end
1056
1057
 
@@ -212,7 +212,7 @@ module Aws::CodeGuruSecurity
212
212
 
213
213
  # @!attribute [rw] analysis_type
214
214
  # The type of analysis you want CodeGuru Security to perform in the
215
- # scan, either `Security` or `All`. The `Secuirty` type only generates
215
+ # scan, either `Security` or `All`. The `Security` type only generates
216
216
  # findings related to security. The `All` type generates both security
217
217
  # findings and quality findings. Defaults to `Security` type if
218
218
  # missing.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codegurusecurity/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeGuruSecurity
54
54
 
55
- GEM_VERSION = '1.4.0'
55
+ GEM_VERSION = '1.6.0'
56
56
 
57
57
  end
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.0
4
+ version: 1.6.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core