aws-sdk-inspector 1.69.0 → 1.70.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: 96e069d2f21786c54374680c93fbc95016c182591b743cef5455f9dc96df6be1
4
- data.tar.gz: 4617a0b10563950ad7fe6c87d202073e640a5e17836184b88f91db26d2a4dc1c
3
+ metadata.gz: 0fcf1aa8ff2342800838d9b481c939dca64b148933859a089fb507cc3b3ed234
4
+ data.tar.gz: 7aa6a834536f725eaabd8d15249c9cf9d7b99f37b58328f8b4b056bbf6e3fdbf
5
5
  SHA512:
6
- metadata.gz: 4b3aeeaad81028ec8334b5dc1af27080d9d05fec2afe782c6d34c4a923808f70af3cbdfc20c1c77bae018ec29ae5cc68427c87c19c5219e839e21300ad0fe4cb
7
- data.tar.gz: 930352ecb9f231cc83974d37f191b67f40a0177702de5a4001abc449aa1eaf4c5e758591ca8abc160a596cef8b03658a0a11000c2d1e2bdfc1ac52b99c24348b
6
+ metadata.gz: 2c80b12d56ad65d0051cd3c7e42534a00b30a8e070034d4565264497728d0d44b89db7376a94b20ca3d44d30a85526160d2bce5204e56b6fe85d0ebfb9bd08da
7
+ data.tar.gz: d96bfb19d134799983bdeaa69c71d7e0ae9244922178e762ca0599547487b03f35bd130fff3cc63edb5fc4b265e15e097ae6ef4815cf4352d1a1f0a77b86e8eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.69.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
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
- # '\[\\\{"key":"key1","values":\["Value1","Value2"\]\\},\\\{"key":"Key2","values":\["Value3"\]\\}\]'.
717
+ # '\[\{"key":"key1","values":\["Value1","Value2"\]},\{"key":"Key2","values":\["Value3"\]}\]'.
718
718
  #
719
719
  # For
720
- # example,'\[\\\{"key":"Name","values":\["TestEC2Instance"\]\\}\]'.
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.69.0'
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
- # '\[\\\{"key":"key1","values":\["Value1","Value2"\]\\},\\\{"key":"Key2","values":\["Value3"\]\\}\]'.
827
+ # '\[\{"key":"key1","values":\["Value1","Value2"\]},\{"key":"Key2","values":\["Value3"\]}\]'.
828
828
  #
829
829
  # For
830
- # example,'\[\\\{"key":"Name","values":\["TestEC2Instance"\]\\}\]'.
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
@@ -54,7 +54,7 @@ module Aws::Inspector
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
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.69.0
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-10-18 00:00:00.000000000 Z
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