aws-sdk-inspector2 1.33.0 → 1.35.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: c0bae27db0e3accfd873f86d95bc42f73fc082d31745af27717cb9742a49d567
4
- data.tar.gz: 37f93921d8088fb69928bd49d8abc5e8a7f85149e90db7791456815419ca1458
3
+ metadata.gz: 87dc35d81a03c7c7e847667cbae414b8b671f4c04f9fd6affcafa2f01e616354
4
+ data.tar.gz: 722079f7a85f0225bbcf0c60a3dbbee79b0b089dde1595887d67baf4152b743c
5
5
  SHA512:
6
- metadata.gz: e92cc46cdda36698a70320486873bc542c47a8b49dc9ebefb29d86a193a3b2e28940b7765e8fc060a097ffc1d68cf3446da50c4315266e79626570718f985bfd
7
- data.tar.gz: 2d0ce4da12cfedabfab57e0232df37255d5a48c3bc7129698a9edb9f1e3dcd9df0f7b502fc0442fa96ed749789e499a86e42403ff0d9fabb9008a59d3407b637
6
+ metadata.gz: dd01d1c21a2f88acdc33915b29b6f831deb8b01dd2c5b9491166d1b6d0f18931c4efbfc5ea888f69d22fbb181b4f86f35c9d455450cf48d6c51b090bb55e7bfc
7
+ data.tar.gz: d7a514ff921c00f78334df0b7807ece1973e283e27308ec79a05e42226483ab455d406a10856a2a08582e5a15be833fb3a3dbc16a22e2c25b375a244eb620b5c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.34.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.33.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -312,6 +312,15 @@ module Aws::Inspector2
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -846,7 +855,7 @@ module Aws::Inspector2
846
855
  # targets: { # required
847
856
  # account_ids: ["TargetAccount"], # required
848
857
  # target_resource_tags: { # required
849
- # "NonEmptyString" => ["String"],
858
+ # "TargetResourceTagsKey" => ["TargetResourceTagsValue"],
850
859
  # },
851
860
  # },
852
861
  # })
@@ -2554,8 +2563,8 @@ module Aws::Inspector2
2554
2563
  # resp.scan_configurations[0].targets.account_ids #=> Array
2555
2564
  # resp.scan_configurations[0].targets.account_ids[0] #=> String
2556
2565
  # resp.scan_configurations[0].targets.target_resource_tags #=> Hash
2557
- # resp.scan_configurations[0].targets.target_resource_tags["NonEmptyString"] #=> Array
2558
- # 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
2559
2568
  #
2560
2569
  # @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCisScanConfigurations AWS API Documentation
2561
2570
  #
@@ -2775,8 +2784,8 @@ module Aws::Inspector2
2775
2784
  # resp.target_resource_aggregations[0].status_counts.skipped #=> Integer
2776
2785
  # resp.target_resource_aggregations[0].target_resource_id #=> String
2777
2786
  # resp.target_resource_aggregations[0].target_resource_tags #=> Hash
2778
- # resp.target_resource_aggregations[0].target_resource_tags["NonEmptyString"] #=> Array
2779
- # 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
2780
2789
  # resp.target_resource_aggregations[0].target_status #=> String, one of "TIMED_OUT", "CANCELLED", "COMPLETED"
2781
2790
  # resp.target_resource_aggregations[0].target_status_reason #=> String, one of "SCAN_IN_PROGRESS", "UNSUPPORTED_OS", "SSM_UNMANAGED"
2782
2791
  #
@@ -2905,8 +2914,8 @@ module Aws::Inspector2
2905
2914
  # resp.scans[0].targets.account_ids #=> Array
2906
2915
  # resp.scans[0].targets.account_ids[0] #=> String
2907
2916
  # resp.scans[0].targets.target_resource_tags #=> Hash
2908
- # resp.scans[0].targets.target_resource_tags["NonEmptyString"] #=> Array
2909
- # 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
2910
2919
  # resp.scans[0].total_checks #=> Integer
2911
2920
  #
2912
2921
  # @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCisScans AWS API Documentation
@@ -4771,7 +4780,7 @@ module Aws::Inspector2
4771
4780
  # targets: {
4772
4781
  # account_ids: ["TargetAccount"],
4773
4782
  # target_resource_tags: {
4774
- # "NonEmptyString" => ["String"],
4783
+ # "TargetResourceTagsKey" => ["TargetResourceTagsValue"],
4775
4784
  # },
4776
4785
  # },
4777
4786
  # })
@@ -5311,7 +5320,7 @@ module Aws::Inspector2
5311
5320
  params: params,
5312
5321
  config: config)
5313
5322
  context[:gem_name] = 'aws-sdk-inspector2'
5314
- context[:gem_version] = '1.33.0'
5323
+ context[:gem_version] = '1.35.0'
5315
5324
  Seahorse::Client::Request.new(handlers, context)
5316
5325
  end
5317
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.33.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.33.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-06-25 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement