aws-sdk-codegurusecurity 1.4.0 → 1.5.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: dbbe25355996181fda55a44f1acc80d09327d247efa7f07ee8f57979093ecb4b
4
- data.tar.gz: 977036425acb3ba80386b89d14aac6c466644cae9a4a50ec9d3f13a7981a9e40
3
+ metadata.gz: f8797aada436422ff4c85d295ec2da7e1e2348737d7f9192f8421d8ff81c22c5
4
+ data.tar.gz: 8ee724c67fea0e679dfe13a9929e466f537b31f33294a3e129f5633f7c7ea4e6
5
5
  SHA512:
6
- metadata.gz: ff5337187ed30fde18d64d446e72e473037d056038a8b82612426e8d415e82090b03810f575cece8de84a3d35b994f0af1b76c843b917504e79e0eb00bc4b008
7
- data.tar.gz: bcdbeccca683bc29d06a7380f459a09d0a1db6f021f80b09376683c88ecb6c9287e71e4e26d5e6d0a36e2e78af038c1dd2a51310bc2c45d28e469541e5f06cdb
6
+ metadata.gz: 4f6a29146c78031cd7911e9c917d9c6267d526504fcbc6a46945c6b24adac2ae1d6907b1d96241c757c8220a8e4a04a603e6b45685bec63bdf881e67a57b2620
7
+ data.tar.gz: 736a830d55fcd2e1b5ceabccb166bb007d2423e0ff7cdb783fc26f1d0ce7c6b8b4b9bd52e9213b2f7d4cc3b810a94bd9563ef0eccd0aebd388476f903d0029e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2023-07-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for CodeGuru Security.
8
+
4
9
  1.4.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.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.5.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.5.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.5.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-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core