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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-inspector2/client.rb +9 -9
- data/lib/aws-sdk-inspector2/client_api.rb +4 -2
- data/lib/aws-sdk-inspector2.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: 87dc35d81a03c7c7e847667cbae414b8b671f4c04f9fd6affcafa2f01e616354
|
|
4
|
+
data.tar.gz: 722079f7a85f0225bbcf0c60a3dbbee79b0b089dde1595887d67baf4152b743c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd01d1c21a2f88acdc33915b29b6f831deb8b01dd2c5b9491166d1b6d0f18931c4efbfc5ea888f69d22fbb181b4f86f35c9d455450cf48d6c51b090bb55e7bfc
|
|
7
|
+
data.tar.gz: d7a514ff921c00f78334df0b7807ece1973e283e27308ec79a05e42226483ab455d406a10856a2a08582e5a15be833fb3a3dbc16a22e2c25b375a244eb620b5c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
# "
|
|
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["
|
|
2567
|
-
# resp.scan_configurations[0].targets.target_resource_tags["
|
|
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["
|
|
2788
|
-
# resp.target_resource_aggregations[0].target_resource_tags["
|
|
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["
|
|
2918
|
-
# resp.scans[0].targets.target_resource_tags["
|
|
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
|
-
# "
|
|
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.
|
|
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:
|
|
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:
|
|
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)
|
data/lib/aws-sdk-inspector2.rb
CHANGED
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.
|
|
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-
|
|
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
|