aws-sdk-inspector2 1.34.0 → 1.35.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: 37b496f17cc20d8df17ce6face182c63cf9adb02dc51369c34fe150c452f9dbc
4
- data.tar.gz: cd804f11e4f3a53050a8c93bdd7527d5df5871111e1797502b80838ab773a35c
3
+ metadata.gz: 87dc35d81a03c7c7e847667cbae414b8b671f4c04f9fd6affcafa2f01e616354
4
+ data.tar.gz: 722079f7a85f0225bbcf0c60a3dbbee79b0b089dde1595887d67baf4152b743c
5
5
  SHA512:
6
- metadata.gz: f284d9699fbc2707e545279911a197e032cff265daa25a3a2e3bf3eb58e6f95b75a0c335f17cf2fcabbc628e8ae173f2ba4897326ee758ee41ef114e16d88e7c
7
- data.tar.gz: 84292213e61bf2f353b919d1dcca73681f0ead0ba3f0505ed5acf6392072eebafa6dd1fc300ca1d987e25d7ade250197c251f8411ecfde744d7ff619451c09d9
6
+ metadata.gz: dd01d1c21a2f88acdc33915b29b6f831deb8b01dd2c5b9491166d1b6d0f18931c4efbfc5ea888f69d22fbb181b4f86f35c9d455450cf48d6c51b090bb55e7bfc
7
+ data.tar.gz: d7a514ff921c00f78334df0b7807ece1973e283e27308ec79a05e42226483ab455d406a10856a2a08582e5a15be833fb3a3dbc16a22e2c25b375a244eb620b5c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2024-08-16)
5
+ ------------------
6
+
7
+ * Feature - Update the correct format of key and values for resource tags
8
+
4
9
  1.34.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -855,7 +855,7 @@ module Aws::Inspector2
855
855
  # targets: { # required
856
856
  # account_ids: ["TargetAccount"], # required
857
857
  # target_resource_tags: { # required
858
- # "NonEmptyString" => ["String"],
858
+ # "TargetResourceTagsKey" => ["TargetResourceTagsValue"],
859
859
  # },
860
860
  # },
861
861
  # })
@@ -2563,8 +2563,8 @@ module Aws::Inspector2
2563
2563
  # resp.scan_configurations[0].targets.account_ids #=> Array
2564
2564
  # resp.scan_configurations[0].targets.account_ids[0] #=> String
2565
2565
  # resp.scan_configurations[0].targets.target_resource_tags #=> Hash
2566
- # resp.scan_configurations[0].targets.target_resource_tags["NonEmptyString"] #=> Array
2567
- # resp.scan_configurations[0].targets.target_resource_tags["NonEmptyString"][0] #=> String
2566
+ # resp.scan_configurations[0].targets.target_resource_tags["TargetResourceTagsKey"] #=> Array
2567
+ # resp.scan_configurations[0].targets.target_resource_tags["TargetResourceTagsKey"][0] #=> String
2568
2568
  #
2569
2569
  # @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCisScanConfigurations AWS API Documentation
2570
2570
  #
@@ -2784,8 +2784,8 @@ module Aws::Inspector2
2784
2784
  # resp.target_resource_aggregations[0].status_counts.skipped #=> Integer
2785
2785
  # resp.target_resource_aggregations[0].target_resource_id #=> String
2786
2786
  # resp.target_resource_aggregations[0].target_resource_tags #=> Hash
2787
- # resp.target_resource_aggregations[0].target_resource_tags["NonEmptyString"] #=> Array
2788
- # resp.target_resource_aggregations[0].target_resource_tags["NonEmptyString"][0] #=> String
2787
+ # resp.target_resource_aggregations[0].target_resource_tags["TargetResourceTagsKey"] #=> Array
2788
+ # resp.target_resource_aggregations[0].target_resource_tags["TargetResourceTagsKey"][0] #=> String
2789
2789
  # resp.target_resource_aggregations[0].target_status #=> String, one of "TIMED_OUT", "CANCELLED", "COMPLETED"
2790
2790
  # resp.target_resource_aggregations[0].target_status_reason #=> String, one of "SCAN_IN_PROGRESS", "UNSUPPORTED_OS", "SSM_UNMANAGED"
2791
2791
  #
@@ -2914,8 +2914,8 @@ module Aws::Inspector2
2914
2914
  # resp.scans[0].targets.account_ids #=> Array
2915
2915
  # resp.scans[0].targets.account_ids[0] #=> String
2916
2916
  # resp.scans[0].targets.target_resource_tags #=> Hash
2917
- # resp.scans[0].targets.target_resource_tags["NonEmptyString"] #=> Array
2918
- # resp.scans[0].targets.target_resource_tags["NonEmptyString"][0] #=> String
2917
+ # resp.scans[0].targets.target_resource_tags["TargetResourceTagsKey"] #=> Array
2918
+ # resp.scans[0].targets.target_resource_tags["TargetResourceTagsKey"][0] #=> String
2919
2919
  # resp.scans[0].total_checks #=> Integer
2920
2920
  #
2921
2921
  # @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCisScans AWS API Documentation
@@ -4780,7 +4780,7 @@ module Aws::Inspector2
4780
4780
  # targets: {
4781
4781
  # account_ids: ["TargetAccount"],
4782
4782
  # target_resource_tags: {
4783
- # "NonEmptyString" => ["String"],
4783
+ # "TargetResourceTagsKey" => ["TargetResourceTagsValue"],
4784
4784
  # },
4785
4785
  # },
4786
4786
  # })
@@ -5320,7 +5320,7 @@ module Aws::Inspector2
5320
5320
  params: params,
5321
5321
  config: config)
5322
5322
  context[:gem_name] = 'aws-sdk-inspector2'
5323
- context[:gem_version] = '1.34.0'
5323
+ context[:gem_version] = '1.35.0'
5324
5324
  Seahorse::Client::Request.new(handlers, context)
5325
5325
  end
5326
5326
 
@@ -546,6 +546,8 @@ module Aws::Inspector2
546
546
  TargetAccount = Shapes::StringShape.new(name: 'TargetAccount')
547
547
  TargetAccountList = Shapes::ListShape.new(name: 'TargetAccountList')
548
548
  TargetResourceTags = Shapes::MapShape.new(name: 'TargetResourceTags')
549
+ TargetResourceTagsKey = Shapes::StringShape.new(name: 'TargetResourceTagsKey')
550
+ TargetResourceTagsValue = Shapes::StringShape.new(name: 'TargetResourceTagsValue')
549
551
  TargetStatusFilterList = Shapes::ListShape.new(name: 'TargetStatusFilterList')
550
552
  TargetStatusReasonFilterList = Shapes::ListShape.new(name: 'TargetStatusReasonFilterList')
551
553
  Targets = Shapes::ListShape.new(name: 'Targets')
@@ -2153,11 +2155,11 @@ module Aws::Inspector2
2153
2155
 
2154
2156
  TagResourceResponse.struct_class = Types::TagResourceResponse
2155
2157
 
2156
- TagValueList.member = Shapes::ShapeRef.new(shape: String)
2158
+ TagValueList.member = Shapes::ShapeRef.new(shape: TargetResourceTagsValue)
2157
2159
 
2158
2160
  TargetAccountList.member = Shapes::ShapeRef.new(shape: TargetAccount)
2159
2161
 
2160
- TargetResourceTags.key = Shapes::ShapeRef.new(shape: NonEmptyString)
2162
+ TargetResourceTags.key = Shapes::ShapeRef.new(shape: TargetResourceTagsKey)
2161
2163
  TargetResourceTags.value = Shapes::ShapeRef.new(shape: TagValueList)
2162
2164
 
2163
2165
  TargetStatusFilterList.member = Shapes::ShapeRef.new(shape: CisTargetStatusFilter)
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-inspector2/customizations'
52
52
  # @!group service
53
53
  module Aws::Inspector2
54
54
 
55
- GEM_VERSION = '1.34.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core