aws-sdk-securityhub 1.45.0 → 1.46.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-securityhub.rb +1 -1
- data/lib/aws-sdk-securityhub/client.rb +6 -3
- data/lib/aws-sdk-securityhub/types.rb +4 -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: df67bd05cda5216d2dbec4f38c08c08d5370eb41824930ed89135321ff145058
|
|
4
|
+
data.tar.gz: 354ed645e2169623b6408eef9eaaf89bb53d43e8d814aa808f034528faec666e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 900cad52d3ab3d1eff64d0ffb955bedf8ab6c89c4bc0f8fb3a463cbb4571275b7f063eb216a4be840d9757e8adfd4fd8a09075241bb127575715455ca366b859
|
|
7
|
+
data.tar.gz: c7a1c6a6ffaabdb023cfe084d407ce2575bb9e12e232f7189556aa312ca2320a5a6f7221c58565180423fd955792eaa956bb4d1661ea951ed284b961d9268b5a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|
data/lib/aws-sdk-securityhub.rb
CHANGED
|
@@ -6886,7 +6886,9 @@ module Aws::SecurityHub
|
|
|
6886
6886
|
# The ARN of the resource to apply the tags to.
|
|
6887
6887
|
#
|
|
6888
6888
|
# @option params [required, Hash<String,String>] :tags
|
|
6889
|
-
# The tags to add to the resource.
|
|
6889
|
+
# The tags to add to the resource. You can add up to 50 tags at a time.
|
|
6890
|
+
# The tag keys can be no longer than 128 characters. The tag values can
|
|
6891
|
+
# be no longer than 256 characters.
|
|
6890
6892
|
#
|
|
6891
6893
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
6892
6894
|
#
|
|
@@ -6914,7 +6916,8 @@ module Aws::SecurityHub
|
|
|
6914
6916
|
# The ARN of the resource to remove the tags from.
|
|
6915
6917
|
#
|
|
6916
6918
|
# @option params [required, Array<String>] :tag_keys
|
|
6917
|
-
# The tag keys associated with the tags to remove from the resource.
|
|
6919
|
+
# The tag keys associated with the tags to remove from the resource. You
|
|
6920
|
+
# can remove up to 50 tags at a time.
|
|
6918
6921
|
#
|
|
6919
6922
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
6920
6923
|
#
|
|
@@ -8337,7 +8340,7 @@ module Aws::SecurityHub
|
|
|
8337
8340
|
params: params,
|
|
8338
8341
|
config: config)
|
|
8339
8342
|
context[:gem_name] = 'aws-sdk-securityhub'
|
|
8340
|
-
context[:gem_version] = '1.
|
|
8343
|
+
context[:gem_version] = '1.46.0'
|
|
8341
8344
|
Seahorse::Client::Request.new(handlers, context)
|
|
8342
8345
|
end
|
|
8343
8346
|
|
|
@@ -26107,7 +26107,9 @@ module Aws::SecurityHub
|
|
|
26107
26107
|
# @return [String]
|
|
26108
26108
|
#
|
|
26109
26109
|
# @!attribute [rw] tags
|
|
26110
|
-
# The tags to add to the resource.
|
|
26110
|
+
# The tags to add to the resource. You can add up to 50 tags at a
|
|
26111
|
+
# time. The tag keys can be no longer than 128 characters. The tag
|
|
26112
|
+
# values can be no longer than 256 characters.
|
|
26111
26113
|
# @return [Hash<String,String>]
|
|
26112
26114
|
#
|
|
26113
26115
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/TagResourceRequest AWS API Documentation
|
|
@@ -26198,6 +26200,7 @@ module Aws::SecurityHub
|
|
|
26198
26200
|
#
|
|
26199
26201
|
# @!attribute [rw] tag_keys
|
|
26200
26202
|
# The tag keys associated with the tags to remove from the resource.
|
|
26203
|
+
# You can remove up to 50 tags at a time.
|
|
26201
26204
|
# @return [Array<String>]
|
|
26202
26205
|
#
|
|
26203
26206
|
# @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UntagResourceRequest AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-securityhub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.46.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: 2021-05-
|
|
11
|
+
date: 2021-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|