aws-sdk-inspector2 1.47.0 → 1.49.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-inspector2/client.rb +34 -36
- data/lib/aws-sdk-inspector2/client_api.rb +2 -0
- data/lib/aws-sdk-inspector2/types.rb +6 -0
- data/lib/aws-sdk-inspector2.rb +1 -1
- data/sig/types.rbs +1 -0
- 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: '02658a1388e411550ed57035b9bfb908caa44ac16d8bf46eabed12259afccd39'
|
4
|
+
data.tar.gz: b5a4bec98615ad5e0b78b1bd40e72d032b311b550a63ab5ab2d6af2e3db3ebcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 123d90920b2348f1ac04270895adda00fa6506b64c934799db5913a99c8eaef4f249e7ddf0eefad315ba1e3f026325c8b0355f35bce867afd9e1bf89c12316c0
|
7
|
+
data.tar.gz: 0d528375f2c00bc8f5ba61912204e414668605da9b8af22acb93c440c5391c7666dc24f91e4ebd840d489992facde05dceef2c531a8cf53dcc8ca086dfb27b36
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.49.0 (2025-03-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adding componentArn to network reachability details
|
8
|
+
|
9
|
+
1.48.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.47.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.49.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::Inspector2
|
40
40
|
# An API client for Inspector2. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -472,18 +472,15 @@ module Aws::Inspector2
|
|
472
472
|
|
473
473
|
# Associates an Amazon Web Services account with an Amazon Inspector
|
474
474
|
# delegated administrator. An HTTP 200 response indicates the
|
475
|
-
# association was started but doesn’t indicate whether it
|
476
|
-
# can check if the association completed using
|
477
|
-
# multiple accounts or [GetMembers][2] for a single
|
478
|
-
#
|
479
|
-
# size exceeded its limit. For information on limits, see [Amazon
|
480
|
-
# Inspector quotas][3].
|
475
|
+
# association was successfully started, but doesn’t indicate whether it
|
476
|
+
# was completed. You can check if the association completed by using
|
477
|
+
# [ListMembers][1] for multiple accounts or [GetMembers][2] for a single
|
478
|
+
# account.
|
481
479
|
#
|
482
480
|
#
|
483
481
|
#
|
484
482
|
# [1]: https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html
|
485
483
|
# [2]: https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html
|
486
|
-
# [3]: https://docs.aws.amazon.com/inspector/latest/user/quotas.html
|
487
484
|
#
|
488
485
|
# @option params [required, String] :account_id
|
489
486
|
# The Amazon Web Services account ID of the member account to be
|
@@ -4256,6 +4253,7 @@ module Aws::Inspector2
|
|
4256
4253
|
# resp.findings[0].inspector_score_details.adjusted_cvss.version #=> String
|
4257
4254
|
# resp.findings[0].last_observed_at #=> Time
|
4258
4255
|
# resp.findings[0].network_reachability_details.network_path.steps #=> Array
|
4256
|
+
# resp.findings[0].network_reachability_details.network_path.steps[0].component_arn #=> String
|
4259
4257
|
# resp.findings[0].network_reachability_details.network_path.steps[0].component_id #=> String
|
4260
4258
|
# resp.findings[0].network_reachability_details.network_path.steps[0].component_type #=> String
|
4261
4259
|
# resp.findings[0].network_reachability_details.open_port_range.begin #=> Integer
|
@@ -5397,7 +5395,7 @@ module Aws::Inspector2
|
|
5397
5395
|
tracer: tracer
|
5398
5396
|
)
|
5399
5397
|
context[:gem_name] = 'aws-sdk-inspector2'
|
5400
|
-
context[:gem_version] = '1.
|
5398
|
+
context[:gem_version] = '1.49.0'
|
5401
5399
|
Seahorse::Client::Request.new(handlers, context)
|
5402
5400
|
end
|
5403
5401
|
|
@@ -154,6 +154,7 @@ module Aws::Inspector2
|
|
154
154
|
CodeSnippetResultList = Shapes::ListShape.new(name: 'CodeSnippetResultList')
|
155
155
|
CodeVulnerabilityDetails = Shapes::StructureShape.new(name: 'CodeVulnerabilityDetails')
|
156
156
|
Component = Shapes::StringShape.new(name: 'Component')
|
157
|
+
ComponentArn = Shapes::StringShape.new(name: 'ComponentArn')
|
157
158
|
ComponentType = Shapes::StringShape.new(name: 'ComponentType')
|
158
159
|
ComputePlatform = Shapes::StructureShape.new(name: 'ComputePlatform')
|
159
160
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
@@ -2096,6 +2097,7 @@ module Aws::Inspector2
|
|
2096
2097
|
StatusCounts.add_member(:skipped, Shapes::ShapeRef.new(shape: Integer, location_name: "skipped"))
|
2097
2098
|
StatusCounts.struct_class = Types::StatusCounts
|
2098
2099
|
|
2100
|
+
Step.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentArn, location_name: "componentArn"))
|
2099
2101
|
Step.add_member(:component_id, Shapes::ShapeRef.new(shape: Component, required: true, location_name: "componentId"))
|
2100
2102
|
Step.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
|
2101
2103
|
Step.struct_class = Types::Step
|
@@ -6597,6 +6597,11 @@ module Aws::Inspector2
|
|
6597
6597
|
|
6598
6598
|
# Details about the step associated with a finding.
|
6599
6599
|
#
|
6600
|
+
# @!attribute [rw] component_arn
|
6601
|
+
# The component ARN. The ARN can be null and is not displayed in the
|
6602
|
+
# Amazon Web Services console.
|
6603
|
+
# @return [String]
|
6604
|
+
#
|
6600
6605
|
# @!attribute [rw] component_id
|
6601
6606
|
# The component ID.
|
6602
6607
|
# @return [String]
|
@@ -6608,6 +6613,7 @@ module Aws::Inspector2
|
|
6608
6613
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/Step AWS API Documentation
|
6609
6614
|
#
|
6610
6615
|
class Step < Struct.new(
|
6616
|
+
:component_arn,
|
6611
6617
|
:component_id,
|
6612
6618
|
:component_type)
|
6613
6619
|
SENSITIVE = []
|
data/lib/aws-sdk-inspector2.rb
CHANGED
data/sig/types.rbs
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.49.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: 2025-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|