aws-sdk-securityhub 1.45.0 → 1.46.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: 4d6017e425c6f71226f81f4ec1e6550806c2d9db103f20175fbb4dcec1562653
4
- data.tar.gz: 8ec59e1a587d24e63875a1cdaacd44410dbf028df27b0f2183ecfedd7e5fdfcd
3
+ metadata.gz: df67bd05cda5216d2dbec4f38c08c08d5370eb41824930ed89135321ff145058
4
+ data.tar.gz: 354ed645e2169623b6408eef9eaaf89bb53d43e8d814aa808f034528faec666e
5
5
  SHA512:
6
- metadata.gz: 59f95bed240d216e965719ff574a2542d43980664ed7c7dd9e40cc12002618b4a1d3d86cff31fab4f3779361ef1e634fc063a5a99b4ee0029eb9a2d74803a0ed
7
- data.tar.gz: 9b71ec2cb2620ee549f6fb3de6b9215ac5ad3f060f7aa063d2aff60521063002491aed22e833a4617ebd6099b0b8955aef0a4d483e82fc306aaa5e4ac7177d36
6
+ metadata.gz: 900cad52d3ab3d1eff64d0ffb955bedf8ab6c89c4bc0f8fb3a463cbb4571275b7f063eb216a4be840d9757e8adfd4fd8a09075241bb127575715455ca366b859
7
+ data.tar.gz: c7a1c6a6ffaabdb023cfe084d407ce2575bb9e12e232f7189556aa312ca2320a5a6f7221c58565180423fd955792eaa956bb4d1661ea951ed284b961d9268b5a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2021-05-14)
5
+ ------------------
6
+
7
+ * Feature - Updated descriptions to add notes on array lengths.
8
+
4
9
  1.45.0 (2021-05-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-securityhub/customizations'
48
48
  # @!group service
49
49
  module Aws::SecurityHub
50
50
 
51
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.46.0'
52
52
 
53
53
  end
@@ -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.45.0'
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.45.0
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-03 00:00:00.000000000 Z
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