aws-sdk-inspector 1.69.0 → 1.70.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-inspector/client.rb +3 -3
- data/lib/aws-sdk-inspector/types.rb +2 -2
- data/lib/aws-sdk-inspector.rb +1 -1
- 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: 0fcf1aa8ff2342800838d9b481c939dca64b148933859a089fb507cc3b3ed234
|
|
4
|
+
data.tar.gz: 7aa6a834536f725eaabd8d15249c9cf9d7b99f37b58328f8b4b056bbf6e3fdbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c80b12d56ad65d0051cd3c7e42534a00b30a8e070034d4565264497728d0d44b89db7376a94b20ca3d44d30a85526160d2bce5204e56b6fe85d0ebfb9bd08da
|
|
7
|
+
data.tar.gz: d96bfb19d134799983bdeaa69c71d7e0ae9244922178e762ca0599547487b03f35bd130fff3cc63edb5fc4b265e15e097ae6ef4815cf4352d1a1f0a77b86e8eb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -714,10 +714,10 @@ module Aws::Inspector
|
|
|
714
714
|
#
|
|
715
715
|
# @option params [required, Array<Types::ResourceGroupTag>] :resource_group_tags
|
|
716
716
|
# A collection of keys and an array of possible values,
|
|
717
|
-
# '\[
|
|
717
|
+
# '\[\{"key":"key1","values":\["Value1","Value2"\]},\{"key":"Key2","values":\["Value3"\]}\]'.
|
|
718
718
|
#
|
|
719
719
|
# For
|
|
720
|
-
# example,'\[
|
|
720
|
+
# example,'\[\{"key":"Name","values":\["TestEC2Instance"\]}\]'.
|
|
721
721
|
#
|
|
722
722
|
# @return [Types::CreateResourceGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
723
723
|
#
|
|
@@ -3119,7 +3119,7 @@ module Aws::Inspector
|
|
|
3119
3119
|
tracer: tracer
|
|
3120
3120
|
)
|
|
3121
3121
|
context[:gem_name] = 'aws-sdk-inspector'
|
|
3122
|
-
context[:gem_version] = '1.
|
|
3122
|
+
context[:gem_version] = '1.70.0'
|
|
3123
3123
|
Seahorse::Client::Request.new(handlers, context)
|
|
3124
3124
|
end
|
|
3125
3125
|
|
|
@@ -824,10 +824,10 @@ module Aws::Inspector
|
|
|
824
824
|
|
|
825
825
|
# @!attribute [rw] resource_group_tags
|
|
826
826
|
# A collection of keys and an array of possible values,
|
|
827
|
-
# '\[
|
|
827
|
+
# '\[\{"key":"key1","values":\["Value1","Value2"\]},\{"key":"Key2","values":\["Value3"\]}\]'.
|
|
828
828
|
#
|
|
829
829
|
# For
|
|
830
|
-
# example,'\[
|
|
830
|
+
# example,'\[\{"key":"Name","values":\["TestEC2Instance"\]}\]'.
|
|
831
831
|
# @return [Array<Types::ResourceGroupTag>]
|
|
832
832
|
#
|
|
833
833
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/CreateResourceGroupRequest AWS API Documentation
|
data/lib/aws-sdk-inspector.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-inspector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.70.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|